14 lines
777 B
PHP
14 lines
777 B
PHP
<?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);";
|