]> git.mxchange.org Git - friendica-addons.git/blobdiff - fromapp/lang/es/strings.php
[various] Fix Notification class paths
[friendica-addons.git] / fromapp / lang / es / strings.php
index 8fe518fd4f67a527bd5a1b037de0ddfd796a855f..4e763acda25cc77f444c8770368c27d407dd6ba7 100644 (file)
@@ -1,7 +1,13 @@
-<?php\r
-\r
-$a->strings["Fromapp settings updated."] = "";\r
-$a->strings["FromApp Settings"] = "";\r
-$a->strings["The application name you would like to show your posts originating from."] = "";\r
-$a->strings["Use this application name even if another application was used."] = "";\r
-$a->strings["Submit"] = "Envíar";\r
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+;
+$a->strings["Fromapp settings updated."] = "Ajustes de Fromapp actualizados.";
+$a->strings["FromApp Settings"] = "Ajustes de FromApp";
+$a->strings["The application name you would like to show your posts originating from."] = "El nombre de la aplicación desde la que le gustaría que se mostrasen sus publicaciones.";
+$a->strings["Use this application name even if another application was used."] = "Utilice este nombre de aplicación incluso si otra aplicación fue utilizada.";
+$a->strings["Submit"] = "Enviar";