]> git.mxchange.org Git - friendica-addons.git/commitdiff
ES translation of the planets addon updated THX Senex Petrovic
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 6 Apr 2021 04:58:49 +0000 (06:58 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 6 Apr 2021 04:58:49 +0000 (06:58 +0200)
planets/lang/es/messages.po
planets/lang/es/strings.php

index b1e336591b95f92dbf817852c62a2279dfb6407f..308738c327c19554ea6ea8662a4b991243967f54 100644 (file)
@@ -4,14 +4,15 @@
 # 
 # 
 # Translators:
-# Alberto Díaz <albertodiaztormo@gmail.com>, 2016
+# Albert, 2016
+# Senex Petrovic <javierruizo@hotmail.com>, 2021
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2016-10-12 15:12+0000\n"
-"Last-Translator: Alberto Díaz <albertodiaztormo@gmail.com>\n"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2021-04-06 02:01+0000\n"
+"Last-Translator: Senex Petrovic <javierruizo@hotmail.com>\n"
 "Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,14 +20,18 @@ msgstr ""
 "Language: es\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: planets.php:150
+#: planets.php:131 planets.php:135
+msgid "Planets"
+msgstr "Planets"
+
+#: planets.php:139
 msgid "Planets Settings"
 msgstr "Ajustes de Planets"
 
-#: planets.php:152
+#: planets.php:141
 msgid "Enable Planets Addon"
-msgstr "Habilite eladdonPlanets"
+msgstr "Habilitar Addon/plugin Planets"
 
-#: planets.php:158
-msgid "Submit"
-msgstr "Enviar"
+#: planets.php:147
+msgid "Save Settings"
+msgstr "Grabar ajustes"
index bf83956b4b5b1748878dc60c89c9beea8dc3bcfd..61d0c6c52f47647c7c0033b2c75d0ad48a010bdb 100644 (file)
@@ -6,6 +6,7 @@ function string_plural_select_es($n){
        return intval($n != 1);
 }}
 ;
+$a->strings["Planets"] = "Planets";
 $a->strings["Planets Settings"] = "Ajustes de Planets";
-$a->strings["Enable Planets Addon"] = "Habilite eladdonPlanets";
-$a->strings["Submit"] = "Enviar";
+$a->strings["Enable Planets Addon"] = "Habilitar Addon/plugin Planets";
+$a->strings["Save Settings"] = "Grabar ajustes";