summaryrefslogtreecommitdiff
path: root/po/ko.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/ko.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/ko.po')
-rw-r--r--po/ko.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/ko.po b/po/ko.po
index 5a384aa8..0527b089 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -84,8 +84,8 @@ msgstr "TLS 인증서 없이 TLS 서버를 만들 수 없습니다"
#: ../libsoup/soup-server.c:1730
#, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "주소 %s, 포트 %d번에 연결을 받을 수 없습니다"
+msgid "Could not listen on address %s, port %d: "
+msgstr "주소 %s, 포트 %d번에 연결을 받을 수 없습니다: "
#: ../libsoup/soup-session.c:4554
#, c-format