X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=catavatar%2Flang%2Fes%2Fstrings.php;h=725100b25f3ee482b2cfee865f3babad0db8ff4d;hb=25ba6023d0ac5d3fed79edeb207f00c0faa132e5;hp=a06f4c447ee33e4dd58761b60b9dd2dbbcf8aca2;hpb=5bd67d0d4604a20d0eade48c308842c6b45b4896;p=friendica-addons.git diff --git a/catavatar/lang/es/strings.php b/catavatar/lang/es/strings.php index a06f4c44..725100b2 100644 --- a/catavatar/lang/es/strings.php +++ b/catavatar/lang/es/strings.php @@ -3,15 +3,14 @@ if(! function_exists("string_plural_select_es")) { function string_plural_select_es($n){ $n = intval($n); - return ($n != 1);; + return intval($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"; -$a->strings["Meow!"] = "¡Miau!"; +$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'; +$a->strings['Meow!'] = '¡Miau!';