]> git.mxchange.org Git - friendica-addons.git/commitdiff
missing strings.php file
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 May 2018 05:25:57 +0000 (07:25 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 May 2018 05:25:57 +0000 (07:25 +0200)
catavatar/lang/es/strings.php [new file with mode: 0644]

diff --git a/catavatar/lang/es/strings.php b/catavatar/lang/es/strings.php
new file mode 100644 (file)
index 0000000..72ba699
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       $n = intval($n);
+       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["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!";