diff options
author | Manuel Jiménez Friaza <mjfriaza@openmailbox.org> | 2018-03-13 11:20:08 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-13 11:59:36 +0100 |
commit | 5a3c2b19c936e677ea10c9224758b45d5c5ac13f (patch) | |
tree | 61d5ec8b6139cfe1e5131ced6a528790918c7497 | |
parent | e02029ecc6c8f638287fd0e6eec4616d0c31503f (diff) | |
download | volse-hubzilla-5a3c2b19c936e677ea10c9224758b45d5c5ac13f.tar.gz volse-hubzilla-5a3c2b19c936e677ea10c9224758b45d5c5ac13f.tar.bz2 volse-hubzilla-5a3c2b19c936e677ea10c9224758b45d5c5ac13f.zip |
Spanish translation: adapted the new timeago's stuff
-rw-r--r-- | view/es-es/hmessages.po | 10 | ||||
-rw-r--r-- | view/es-es/hstrings.php | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/view/es-es/hmessages.po b/view/es-es/hmessages.po index cd7d96138..ba784abae 100644 --- a/view/es-es/hmessages.po +++ b/view/es-es/hmessages.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-01 08:51+0100\n" -"PO-Revision-Date: 2018-03-10 11:43+0000\n" +"PO-Revision-Date: 2018-03-13 09:54+0000\n" "Last-Translator: Manuel Jiménez Friaza <mjfriaza@disroot.org>\n" "Language-Team: Spanish (Spain) (http://www.transifex.com/Friendica/red-matrix/language/es_ES/)\n" "MIME-Version: 1.0\n" @@ -12672,19 +12672,19 @@ msgstr "Cambios no guardados. ¿Está seguro de que desea abandonar la página?" #: ../../include/js_strings.php:31 msgid "timeago.prefixAgo" -msgstr "timeago.prefixAgo" +msgstr "hace " #: ../../include/js_strings.php:32 msgid "timeago.prefixFromNow" -msgstr "timeago.prefixFromNow" +msgstr "en " #: ../../include/js_strings.php:33 msgid "timeago.suffixAgo" -msgstr "timeago.suffixAgo" +msgstr "NONE" #: ../../include/js_strings.php:34 msgid "timeago.suffixFromNow" -msgstr "timeago.suffixFromNow" +msgstr "NONE" #: ../../include/js_strings.php:37 msgid "less than a minute" diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php index 892473f94..05e80adc7 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -2857,10 +2857,10 @@ App::$strings["Rate This Channel (this is public)"] = "Valorar este canal (esto App::$strings["Describe (optional)"] = "Describir (opcional)"; App::$strings["Please enter a link URL"] = "Por favor, introduzca una dirección de enlace"; App::$strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Cambios no guardados. ¿Está seguro de que desea abandonar la página?"; -App::$strings["timeago.prefixAgo"] = "timeago.prefixAgo"; -App::$strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; -App::$strings["timeago.suffixAgo"] = "timeago.suffixAgo"; -App::$strings["timeago.suffixFromNow"] = "timeago.suffixFromNow"; +App::$strings["timeago.prefixAgo"] = "hace "; +App::$strings["timeago.prefixFromNow"] = "en "; +App::$strings["timeago.suffixAgo"] = "NONE"; +App::$strings["timeago.suffixFromNow"] = "NONE"; App::$strings["less than a minute"] = "menos de un minuto"; App::$strings["about a minute"] = "alrededor de un minuto"; App::$strings["%d minutes"] = "%d minutos"; |