nextcloud/apps/files_encryption/l10n/eu.php

10 lines
522 B
PHP
Raw Normal View History

2012-08-28 04:03:56 +04:00
<?php $TRANSLATIONS = array(
2013-01-30 03:25:41 +04: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-28 04:03:56 +04:00
"Encryption" => "Enkriptazioa",
"Exclude the following file types from encryption" => "Ez enkriptatu hurrengo fitxategi motak",
2013-01-23 03:06:18 +04:00
"None" => "Bat ere ez"
2012-08-28 04:03:56 +04:00
);