diff options
author | git-marijus <mario@mariovavti.com> | 2016-08-26 19:58:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-26 19:58:00 +0200 |
commit | 1d455c21d4e1309a28b515780be1373db90d8c52 (patch) | |
tree | 19555d60abbb734c1aca8bd424b46b4ddc136b88 /view | |
parent | 8f631d069389c683ba56c7ad618d37cc77dc4faf (diff) | |
parent | 0381102c27085544c4113bc039689a39861cf47d (diff) | |
download | volse-hubzilla-1d455c21d4e1309a28b515780be1373db90d8c52.tar.gz volse-hubzilla-1d455c21d4e1309a28b515780be1373db90d8c52.tar.bz2 volse-hubzilla-1d455c21d4e1309a28b515780be1373db90d8c52.zip |
Merge pull request #499 from mjfriaza/master
Add new page 'connedit' to Spanish context help & fixed a string in Spanish translation
Diffstat (limited to 'view')
-rw-r--r-- | view/es-es/hmessages.po | 4 | ||||
-rw-r--r-- | view/es-es/hstrings.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/es-es/hmessages.po b/view/es-es/hmessages.po index 10f9c531f..cc33000e1 100644 --- a/view/es-es/hmessages.po +++ b/view/es-es/hmessages.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-08-19 00:02-0700\n" -"PO-Revision-Date: 2016-08-22 10:00+0000\n" +"PO-Revision-Date: 2016-08-23 13:42+0000\n" "Last-Translator: Manuel Jiménez Friaza <mjfriaza@openmailbox.org>\n" "Language-Team: Spanish (Spain) (http://www.transifex.com/Friendica/red-matrix/language/es_ES/)\n" "MIME-Version: 1.0\n" @@ -9311,7 +9311,7 @@ msgstr "Páginas" #: ../../include/text.php:2287 msgid "Import website..." -msgstr "Importando el sitio web..." +msgstr "Importar un sitio web..." #: ../../include/text.php:2288 msgid "Select folder to import" diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php index f6555569f..e3340f04a 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -2163,7 +2163,7 @@ App::$strings["Select an alternate language"] = "Seleccionar un idioma alternati App::$strings["activity"] = "la actividad"; App::$strings["Design Tools"] = "Herramientas de diseño web"; App::$strings["Pages"] = "Páginas"; -App::$strings["Import website..."] = "Importando el sitio web..."; +App::$strings["Import website..."] = "Importar un sitio web..."; App::$strings["Select folder to import"] = "Seleccionar la carpeta que se va a importar"; App::$strings["Import from a zipped folder:"] = "Importar desde una carpeta comprimida: "; App::$strings["Import from cloud files:"] = "Importar desde los ficheros en la nube: "; |