]> git.mxchange.org Git - friendica-addons.git/blobdiff - startpage/lang/es/strings.php
ES translation work THX Albert
[friendica-addons.git] / startpage / lang / es / strings.php
index d901e74096d904f2118715c9ddd1de79ab822751..bbd8aedd4a753ffea259dfaaa214fee9d7c5f756 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["Startpage Settings"] = "Configuración de página inicial";\r
-$a->strings["Home page to load after login  - leave blank for profile wall"] = "Página por defecto, dejálo en blanco para cargar tu perfil";\r
-$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Ejemplos: &quot;red&quot; o &quot;notificaciones/sistema&quot;";\r
-$a->strings["Submit"] = "Envíar";\r
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Startpage Settings"] = "Ajustes de Startpage";
+$a->strings["Home page to load after login  - leave blank for profile wall"] = "Página principal a cargar tras el acceso - dejar en blanco para el muro de perfil";
+$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Ejemplos: &quot;network&quot; o &quot;notifications/system&quot;";
+$a->strings["Submit"] = "Enviar";