nextcloud/apps/files_encryption/l10n/ast.php

14 lines
777 B
PHP
Raw Normal View History

2014-04-09 09:56:49 +04:00
<?php
$TRANSLATIONS = array(
"Password successfully changed." => "Contraseña camudada esitosamente.",
"Could not change the password. Maybe the old password was not correct." => "Nun pue camudase la contraseña. Quiciabes la contraseña vieya nun fore correuta.",
"personal settings" => "axustes personales",
"Encryption" => "Cifráu",
"Enabled" => "Habilitáu",
"Disabled" => "Deshabilitáu",
"Change Password" => "Camudar conseña",
" If you don't remember your old password you can ask your administrator to recover your files." => "Si nun recuerdes la to contraseña vieya pues entrugar al to alministrador pa recuperar los tos ficheros.",
"Could not update file recovery" => "Nun pue anovase'l ficheru de recuperación"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";