nextcloud/apps/files_encryption/l10n/eu.php

10 lines
522 B
PHP
Raw Normal View History

2012-08-27 20:03:56 -04:00
<?php $TRANSLATIONS = array(
2013-01-29 18:25:41 -05:00
"Please check your passwords and try again." => "Mesedez egiaztatu zure pasahitza eta saia zaitez berriro:",
"Choose encryption mode:" => "Hautatu enkriptazio modua:",
"None (no encryption at all)" => "Bat ere ez (enkriptaziorik gabe)",
"User specific (let the user decide)" => "Erabiltzaileak zehaztuta (utzi erabiltzaileari hautatzen)",
2012-08-27 20:03:56 -04:00
"Encryption" => "Enkriptazioa",
"Exclude the following file types from encryption" => "Ez enkriptatu hurrengo fitxategi motak",
2013-01-22 18:06:18 -05:00
"None" => "Bat ere ez"
2012-08-27 20:03:56 -04:00
);