summaryrefslogtreecommitdiff
path: root/po/es.po
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2016-04-25 13:15:08 -0400
committerDan Winship <danw@gnome.org>2016-04-25 13:45:28 -0400
commit78e2c93525358af95c740bb9e52a3ef20c1c32b5 (patch)
treeb602cdf55acd77b53b4067be123df6c4677637ea /po/es.po
parentc1866cc4689db1417c6dd2ed6dc17e2185b2636a (diff)
downloadlibsoup-78e2c93525358af95c740bb9e52a3ef20c1c32b5.tar.gz
Update translations for trivial error message change
The previous commit makes the "Could not listen on address %s, port %d" string into a prefix rather than a complete error message, appending ": " to the translatable string. In languages where the *other* error prefix string in libsoup ("Could not import existing socket: ") is translated into a string still ending in ": ", fix the "could not listen" translation as well by just adding ": " to it. (an, as, bg, bn_IN, bs, ca, ca@valencia, da, de, fr, fur, gu, hi, hu, ko, lt, lv, mr, nb, oc, or, pa, pl, pt, pt_BR, sk, sr, sr@latin, sv, th, tr, vi) In most languages where the "could not import" translation ends in ":" but no space, but where the translation of "Invalid '%s' URI: %s" *does* use a space after its colon, add the missing space to the "could not import" translation, and then also update the "could not listen" translation as above. (cs, es, eu, gl, id, it, ru, sl, te, uk) In languages where the "could not import" translation ends in ":" but no space, and it's not clear that the missing space is a bug, update the "could not listen" translation to end in ":" but no space as well. (he, kn, zh_CN) In zh_HK and zh_TW, the "could not import" translation ends in a full-width punctuation character, and so the "could not listen" string has been updated to match. This leaves untouched the languages that didn't have a translation of the "could not import" string to compare to (be, en_GB, eo, et, ja, ml, nl, ro, tg, ug, uz@cyrillic), or that translated it to something not ending in a colon (el, ta).
Diffstat (limited to 'po/es.po')
-rw-r--r--po/es.po6
1 files changed, 3 insertions, 3 deletions
diff --git a/po/es.po b/po/es.po
index d50afcf1..03706d7e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -83,8 +83,8 @@ msgstr "No se puede crear un servidor TLS sin un certificado TLS"
#: ../libsoup/soup-server.c:1730
#, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "No se puede escuchar en la dirección %s, puerto %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "No se puede escuchar en la dirección %s, puerto %d: "
#: ../libsoup/soup-session.c:4554
#, c-format
@@ -111,7 +111,7 @@ msgstr "No se puede importar algo que no es un socket como SoupSocket"
#: ../libsoup/soup-socket.c:166
msgid "Could not import existing socket: "
-msgstr "No se pudo importar el socket existente:"
+msgstr "No se pudo importar el socket existente: "
#: ../libsoup/soup-socket.c:175
msgid "Can't import unconnected socket"