mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
catavatar ES translation update THX Boris Daniel Martinez Millàn
This commit is contained in:
parent
7ce6bb3d4d
commit
7c5d0a432a
2 changed files with 22 additions and 12 deletions
|
@ -3,13 +3,14 @@
|
|||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Usar Gato como Avatar";
|
||||
$a->strings["More Random Cat!"] = "¡Más gato al azar!";
|
||||
$a->strings["Reset to email Cat"] = "Restablecer a correo electrónico Gato";
|
||||
$a->strings["Cat Avatar Settings"] = "Ajustes de Avatar Gato";
|
||||
$a->strings["Set default profile avatar or randomize the cat."] = "Establezca su avatar de perfil o pondremos una foto de un gato al azar";
|
||||
$a->strings["The cat hadn't found itself."] = "El gato no se había encontrado.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Hubo un error, el gato se escapó.";
|
||||
$a->strings["Profile Photos"] = "Fotos de perfil";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue