forked from friendica/friendica-addons
ES translation of the startpage addon updated THX Senex Petrovic
This commit is contained in:
parent
2451fe338d
commit
471361430d
|
@ -5,13 +5,14 @@
|
|||
#
|
||||
# Translators:
|
||||
# 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-11-17 22:39+0000\n"
|
||||
"Last-Translator: Albert\n"
|
||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||
"PO-Revision-Date: 2021-04-06 02:09+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,18 +20,18 @@ msgstr ""
|
|||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: startpage.php:83
|
||||
msgid "Startpage Settings"
|
||||
msgstr "Ajustes de Startpage"
|
||||
#: startpage.php:74 startpage.php:78
|
||||
msgid "Startpage"
|
||||
msgstr "Página de Inicio"
|
||||
|
||||
#: startpage.php:85
|
||||
#: startpage.php:81
|
||||
msgid "Home page to load after login - leave blank for profile wall"
|
||||
msgstr "Página principal a cargar tras el acceso - dejar en blanco para el muro de perfil"
|
||||
|
||||
#: startpage.php:88
|
||||
#: startpage.php:84
|
||||
msgid "Examples: "network" or "notifications/system""
|
||||
msgstr "Ejemplos: "network" o "notifications/system""
|
||||
|
||||
#: startpage.php:92
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
||||
#: startpage.php:88
|
||||
msgid "Save Settings"
|
||||
msgstr "Guardar ajustes"
|
||||
|
|
|
@ -6,7 +6,7 @@ function string_plural_select_es($n){
|
|||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Startpage Settings"] = "Ajustes de Startpage";
|
||||
$a->strings["Startpage"] = "Página de Inicio";
|
||||
$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: "network" or "notifications/system""] = "Ejemplos: "network" o "notifications/system"";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
||||
|
|
Loading…
Reference in a new issue