]> git.mxchange.org Git - friendica-addons.git/blob - catavatar/lang/es/strings.php
Blockbot addon: added base messages.po file for translation
[friendica-addons.git] / catavatar / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Use Cat as Avatar"] = "Usar Gato como Avatar";
10 $a->strings["More Random Cat!"] = "¡Más gato al azar!";
11 $a->strings["Reset to email Cat"] = "Restablecer a correo electrónico Gato";
12 $a->strings["Cat Avatar Settings"] = "Ajustes de Avatar Gato";
13 $a->strings["The cat hadn't found itself."] = "El gato no se había encontrado.";
14 $a->strings["There was an error, the cat ran away."] = "Hubo un error, el gato se escapó.";
15 $a->strings["Profile Photos"] = "Fotos de perfil";
16 $a->strings["Meow!"] = "¡Miau!";