diff options
author | git-marijus <mario@mariovavti.com> | 2018-03-13 09:37:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 09:37:16 +0100 |
commit | 53c1d3775cc140ecda50d837752adac851d9e0b2 (patch) | |
tree | 223a2deed0f794c5c7ecf73326b4242cf85efa17 /view/es-es/hstrings.php | |
parent | 150e238b02b442bc528b9626ef01215a18901995 (diff) | |
parent | ec12b78ddfe0a70e05920cf96d51979eb1e47b2a (diff) | |
download | volse-hubzilla-53c1d3775cc140ecda50d837752adac851d9e0b2.tar.gz volse-hubzilla-53c1d3775cc140ecda50d837752adac851d9e0b2.tar.bz2 volse-hubzilla-53c1d3775cc140ecda50d837752adac851d9e0b2.zip |
Merge pull request #997 from mjfriaza/dev
Spanish translation: added "el" before "artículo", which is the correct construction
Diffstat (limited to 'view/es-es/hstrings.php')
-rw-r--r-- | view/es-es/hstrings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php index 3c9946ebb..a28b0e3e9 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -3012,10 +3012,10 @@ App::$strings["Encrypted content"] = "Contenido cifrado"; App::$strings["Install %1\$s element %2\$s"] = "Instalar el elemento de%1\$s%2\$s"; App::$strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio."; App::$strings["card"] = "ficha"; -App::$strings["article"] = "artículo"; +App::$strings["article"] = "el artículo"; App::$strings["Click to open/close"] = "Pulsar para abrir/cerrar"; App::$strings["spoiler"] = "spoiler"; -App::$strings["View article"] = "Ver artículo"; +App::$strings["View article"] = "Ver el artículo"; App::$strings["View summary"] = "Ver sumario"; App::$strings["$1 wrote:"] = "$1 escribió:"; App::$strings[" by "] = "por"; |