]> git.mxchange.org Git - friendica-addons.git/blob - catavatar/lang/es/strings.php
regenerated all the strings
[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 intval($n != 1);
7 }}
8 $a->strings['Use Cat as Avatar'] = 'Usar Gato como Avatar';
9 $a->strings['More Random Cat!'] = '¡Más gato al azar!';
10 $a->strings['Reset to email Cat'] = 'Restablecer a correo electrónico Gato';
11 $a->strings['Cat Avatar Settings'] = 'Ajustes de Avatar Gato';
12 $a->strings['Set default profile avatar or randomize the cat.'] = 'Establezca su avatar de perfil o pondremos una foto de un gato al azar';
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!';