[libsoup] Update translations for trivial error message change



commit 78e2c93525358af95c740bb9e52a3ef20c1c32b5
Author: Dan Winship <danw gnome org>
Date:   Mon Apr 25 13:15:08 2016 -0400

    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).

 po/an.po          |    4 ++--
 po/as.po          |    4 ++--
 po/bg.po          |    4 ++--
 po/bn_IN.po       |    4 ++--
 po/bs.po          |    4 ++--
 po/ca.po          |    4 ++--
 po/ca valencia po |    4 ++--
 po/cs.po          |    6 +++---
 po/da.po          |    4 ++--
 po/de.po          |    4 ++--
 po/es.po          |    6 +++---
 po/eu.po          |    6 +++---
 po/fr.po          |    4 ++--
 po/fur.po         |    4 ++--
 po/gl.po          |    6 +++---
 po/gu.po          |    4 ++--
 po/he.po          |    4 ++--
 po/hi.po          |    4 ++--
 po/hu.po          |    4 ++--
 po/id.po          |    6 +++---
 po/it.po          |    6 +++---
 po/kn.po          |    4 ++--
 po/ko.po          |    4 ++--
 po/lt.po          |    4 ++--
 po/lv.po          |    4 ++--
 po/mr.po          |    4 ++--
 po/nb.po          |    4 ++--
 po/oc.po          |    4 ++--
 po/or.po          |    4 ++--
 po/pa.po          |    4 ++--
 po/pl.po          |    4 ++--
 po/pt.po          |    4 ++--
 po/pt_BR.po       |    4 ++--
 po/ru.po          |    6 +++---
 po/sk.po          |    4 ++--
 po/sl.po          |    6 +++---
 po/sr.po          |    4 ++--
 po/sr latin po    |    4 ++--
 po/sv.po          |    4 ++--
 po/te.po          |    6 +++---
 po/th.po          |    4 ++--
 po/tr.po          |    4 ++--
 po/uk.po          |    6 +++---
 po/vi.po          |    4 ++--
 po/zh_CN.po       |    4 ++--
 po/zh_HK.po       |    4 ++--
 po/zh_TW.po       |    4 ++--
 47 files changed, 104 insertions(+), 104 deletions(-)
---
diff --git a/po/an.po b/po/an.po
index 0a88703..c846069 100644
--- a/po/an.po
+++ b/po/an.po
@@ -83,8 +83,8 @@ msgstr "No se puede creyar un servidor TLS sin un certificau TLS"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "No se puede escuitar en l'adreza %s, puerto %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "No se puede escuitar en l'adreza %s, puerto %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
diff --git a/po/as.po b/po/as.po
index 3537afe..4c83912 100644
--- a/po/as.po
+++ b/po/as.po
@@ -82,8 +82,8 @@ msgstr "এটা TLS প্ৰমাণপত্ৰ নহোৱাকৈ এ
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/bg.po b/po/bg.po
index e48a00f..6bac87b 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -80,8 +80,8 @@ msgstr "Не може да се създаде сървър с TLS без съо
 
 #: ../libsoup/soup-server.c:1739
 #, 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:4543
 #, c-format
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 156df84..dd3c881 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -83,8 +83,8 @@ msgstr "একটি TLS সার্টিফিকেট ছাড়া এক
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/bs.po b/po/bs.po
index e06a7b7..3b0f911 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -77,8 +77,8 @@ msgstr "Ne mogu stvoriti TLS poslužitelja bez TLS certifikat"
 
 #: ../libsoup/soup-server.c:1604
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Ne mogu slušati na adresi %s,%d port"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Ne mogu slušati na adresi %s,%d port: "
 
 #: ../libsoup/soup-session.c:4485
 #, c-format
diff --git a/po/ca.po b/po/ca.po
index 4b7d005..6ab08b5 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -82,8 +82,8 @@ msgstr "No es pot crear un servidor de TLS sense un certificat TLS"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "No es pot escoltar a l'adreça %s, port %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "No es pot escoltar a l'adreça %s, port %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
diff --git a/po/ca valencia po b/po/ca valencia po
index 43fdf5c..f4f4d7c 100644
--- a/po/ca valencia po
+++ b/po/ca valencia po
@@ -80,8 +80,8 @@ msgstr "No es pot crear un servidor de TLS sense un certificat TLS"
 
 #: ../libsoup/soup-server.c:1547
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "No es pot escoltar a l'adreça %s, port %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "No es pot escoltar a l'adreça %s, port %d: "
 
 #: ../libsoup/soup-session.c:4466
 #, c-format
diff --git a/po/cs.po b/po/cs.po
index 8fc8310..d778856 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -82,8 +82,8 @@ msgstr "Nelze vytvořit server TLS bez certifikátu TLS"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Nelze naslouchat na adrese %s, portu %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Nelze naslouchat na adrese %s, portu %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
@@ -110,7 +110,7 @@ msgstr "Nelze naimportovat ne-soket jako SoupSocket"
 
 #: ../libsoup/soup-socket.c:166
 msgid "Could not import existing socket: "
-msgstr "Nelze naimportovat stávající soket:"
+msgstr "Nelze naimportovat stávající soket: "
 
 #: ../libsoup/soup-socket.c:175
 msgid "Can't import unconnected socket"
diff --git a/po/da.po b/po/da.po
index 1c71f26..99e2437 100644
--- a/po/da.po
+++ b/po/da.po
@@ -82,8 +82,8 @@ msgstr "Kan ikke oprette en TLS-server uden et TLS-certifikat"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Kunne ikke lytte på adresse %s, port %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Kunne ikke lytte på adresse %s, port %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
diff --git a/po/de.po b/po/de.po
index f2a2d57..c81b8b5 100644
--- a/po/de.po
+++ b/po/de.po
@@ -85,8 +85,8 @@ msgstr "TLS-Server kann nicht ohne TLS-Zertifikat erstellt werden"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Auf Adresse %s, Port %d kann nicht gehört werden"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Auf Adresse %s, Port %d kann nicht gehört werden: "
 
 #: ../libsoup/soup-session.c:4587
 #, c-format
diff --git a/po/es.po b/po/es.po
index d50afcf..03706d7 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"
diff --git a/po/eu.po b/po/eu.po
index cd3bee8..547f8ef 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -83,8 +83,8 @@ msgstr "Ezin da TLS zerbitzaria sortu TLS ziurtagirik gabe"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Ezin izan da '%s:%d' helbidean entzun"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Ezin izan da '%s:%d' helbidean entzun: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
@@ -111,7 +111,7 @@ msgstr "Ezin da SoupSocket bezalako ez-socketa inportatu"
 
 #: ../libsoup/soup-socket.c:166
 msgid "Could not import existing socket: "
-msgstr "Ezin izan da dagoen socket-a inportatu:"
+msgstr "Ezin izan da dagoen socket-a inportatu: "
 
 #: ../libsoup/soup-socket.c:175
 msgid "Can't import unconnected socket"
diff --git a/po/fr.po b/po/fr.po
index 8817c62..8b3cb02 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -84,8 +84,8 @@ msgstr "Impossible de créer un serveur TLS sans un certificat TLS"
 
 #: ../libsoup/soup-server.c:1736
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Impossible d'écouter l'adresse %s sur le port %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Impossible d'écouter l'adresse %s sur le port %d: "
 
 #: ../libsoup/soup-session.c:4500
 #, c-format
diff --git a/po/fur.po b/po/fur.po
index 4889c60..fbfd2fb 100644
--- a/po/fur.po
+++ b/po/fur.po
@@ -82,8 +82,8 @@ msgstr "Impussibil creâ un servidôr TLS cence un certificât TLS"
 
 #: ../libsoup/soup-server.c:1739
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Impussibil scoltâ te direzion %s, puarte %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Impussibil scoltâ te direzion %s, puarte %d: "
 
 #: ../libsoup/soup-session.c:4543
 #, c-format
diff --git a/po/gl.po b/po/gl.po
index 1813080..332c1e8 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -81,8 +81,8 @@ msgstr "Non é posíbel crear un servidor TLS sen un certificado TLS"
 
 #: ../libsoup/soup-server.c:1736
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Non é posíbel escoitar no enderezo %s, porto %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Non é posíbel escoitar no enderezo %s, porto %d: "
 
 #: ../libsoup/soup-session.c:4500
 #, c-format
@@ -109,7 +109,7 @@ msgstr "Non é posíbel importar un non socket como SoupSocket"
 
 #: ../libsoup/soup-socket.c:168
 msgid "Could not import existing socket: "
-msgstr "Non é posíbel importar un socket existente:"
+msgstr "Non é posíbel importar un socket existente: "
 
 #: ../libsoup/soup-socket.c:177
 msgid "Can't import unconnected socket"
diff --git a/po/gu.po b/po/gu.po
index 957675b..a62920a 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -82,8 +82,8 @@ msgstr "TLS પ્રમાણપત્ર વગર TLS સર્વરને 
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/he.po b/po/he.po
index 7011996..b0e98b4 100644
--- a/po/he.po
+++ b/po/he.po
@@ -85,8 +85,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
diff --git a/po/hi.po b/po/hi.po
index 3fa5bf9..cff07c6 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -85,8 +85,8 @@ msgstr "TLS सर्वर को बिना TLS प्रमाणपत्
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/hu.po b/po/hu.po
index 8a8133a..69ed86d 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -83,8 +83,8 @@ msgstr "Nem lehet TLS kiszolgálót létrehozni TLS tanúsítvány nélkül"
 
 #: ../libsoup/soup-server.c:1736
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Nem sikerült figyelni a(z) %s címen a(z) %d. porton"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Nem sikerült figyelni a(z) %s címen a(z) %d. porton: "
 
 #: ../libsoup/soup-session.c:4500
 #, c-format
diff --git a/po/id.po b/po/id.po
index 0eb572e..d8773d4 100644
--- a/po/id.po
+++ b/po/id.po
@@ -84,8 +84,8 @@ msgstr "Tak bisa membuat sebuah server TLS tanpa suatu sertifikat TLS"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Tak bisa mendengar pada alamat %s, port %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Tak bisa mendengar pada alamat %s, port %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
@@ -112,7 +112,7 @@ msgstr "Tak bisa mengimpor non-soket sebagai SoupSocket"
 
 #: ../libsoup/soup-socket.c:166
 msgid "Could not import existing socket: "
-msgstr "Tak dapat mengimpor soket yang telah ada:"
+msgstr "Tak dapat mengimpor soket yang telah ada: "
 
 #: ../libsoup/soup-socket.c:175
 msgid "Can't import unconnected socket"
diff --git a/po/it.po b/po/it.po
index abb97bb..71fec55 100644
--- a/po/it.po
+++ b/po/it.po
@@ -82,8 +82,8 @@ msgstr "Impossibile creare un server TLS senza un certificato TLS"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Impossibile restare in ascolto sull'indirizzo %s, porta %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Impossibile restare in ascolto sull'indirizzo %s, porta %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
@@ -110,7 +110,7 @@ msgstr "Impossibile importare un non-socket come SoupSocket"
 
 #: ../libsoup/soup-socket.c:166
 msgid "Could not import existing socket: "
-msgstr "Impossibile importare il socket esistente:"
+msgstr "Impossibile importare il socket esistente: "
 
 #: ../libsoup/soup-socket.c:175
 msgid "Can't import unconnected socket"
diff --git a/po/kn.po b/po/kn.po
index fe5d1cf..e53ba24 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -81,8 +81,8 @@ msgstr "ಒಂದು TLS ಪ್ರಮಾಣಪತ್ರವಿರದೆ TLS ಪ
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/ko.po b/po/ko.po
index 5a384aa..0527b08 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
diff --git a/po/lt.po b/po/lt.po
index a3c32c6..b122345 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -83,8 +83,8 @@ msgstr "Negalima sukurti TLS serverio be TLS liudijimo"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Nepavyksta klausytis adreso %s, prievadu %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Nepavyksta klausytis adreso %s, prievadu %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
diff --git a/po/lv.po b/po/lv.po
index b318eca..73f3fe6 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -84,8 +84,8 @@ msgstr "Bez TLS sertifikāta nevar izveidot TLS serveri"
 
 #: ../libsoup/soup-server.c:1739
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Nevarēja sākt klausīties adresi %s, portu %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Nevarēja sākt klausīties adresi %s, portu %d: "
 
 #: ../libsoup/soup-session.c:4543
 #, c-format
diff --git a/po/mr.po b/po/mr.po
index f90fd5f..36f49cc 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -82,8 +82,8 @@ msgstr "TLS प्रमाणपत्रविना TLS सर्व्हर
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/nb.po b/po/nb.po
index a363459..3cec1eb 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -79,8 +79,8 @@ msgstr "Kan ikke lage en TLS-tjener uten et TLS-sertifikat"
 
 #: ../libsoup/soup-server.c:1739
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Kunne ikke lytte på adresse %s, port %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Kunne ikke lytte på adresse %s, port %d: "
 
 #: ../libsoup/soup-session.c:4543
 #, c-format
diff --git a/po/oc.po b/po/oc.po
index 044d6fb..d37b2cb 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -83,8 +83,8 @@ msgstr "Impossible de crear un servidor TLS sens un certificat TLS"
 
 #: ../libsoup/soup-server.c:1739
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Impossible d'escotar l'adreça %s sul pòrt %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Impossible d'escotar l'adreça %s sul pòrt %d: "
 
 #: ../libsoup/soup-session.c:4543
 #, c-format
diff --git a/po/or.po b/po/or.po
index 83083b6..6ae2f33 100644
--- a/po/or.po
+++ b/po/or.po
@@ -81,8 +81,8 @@ msgstr "TLS ପ୍ରମାଣପତ୍ର ବିନା TLS ସର୍ଭର ସ
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/pa.po b/po/pa.po
index 3b7c590..aaae94e 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -82,8 +82,8 @@ msgstr "TLS ਸਰਟੀਫਿਕੇਟ ਦੇ ਬਿਨਾਂ TLS ਸਰਵਰ
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/pl.po b/po/pl.po
index 0aab540..07c5335 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -86,8 +86,8 @@ msgstr "Nie można utworzyć serwera TLS bez certyfikatu TLS"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Nie można nasłuchiwać na adresie %s, porcie %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Nie można nasłuchiwać na adresie %s, porcie %d: "
 
 #: ../libsoup/soup-session.c:4587
 #, c-format
diff --git a/po/pt.po b/po/pt.po
index ea3b00d..adf94b1 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -84,8 +84,8 @@ msgstr "Impossível criar um servidor TLS sem um certificado TLS"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Impossível ouvir no endereço %s, porta %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Impossível ouvir no endereço %s, porta %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 78592de..eae4ad8 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -84,8 +84,8 @@ msgstr "Não foi possível criar um servidor TLS sem um certificado TLS"
 
 #: ../libsoup/soup-server.c:1736
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Não foi possível escutar o endereço %s, porta %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Não foi possível escutar o endereço %s, porta %d: "
 
 #: ../libsoup/soup-session.c:4500
 #, c-format
diff --git a/po/ru.po b/po/ru.po
index 002c8a3..c824152 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -85,8 +85,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
@@ -114,7 +114,7 @@ msgstr ""
 
 #: ../libsoup/soup-socket.c:166
 msgid "Could not import existing socket: "
-msgstr "Не удалось импортировать существующий сокет:"
+msgstr "Не удалось импортировать существующий сокет: "
 
 #: ../libsoup/soup-socket.c:175
 msgid "Can't import unconnected socket"
diff --git a/po/sk.po b/po/sk.po
index e309907..39d5e58 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -88,8 +88,8 @@ msgstr "Nedá sa vytvoriť TLS server bez TLS certifikátu"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Nepodarilo sa počúvať na adrese %s, porte %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Nepodarilo sa počúvať na adrese %s, porte %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
diff --git a/po/sl.po b/po/sl.po
index 7a6e0b1..fa894c4 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -85,8 +85,8 @@ msgstr "Ni mogoče ustvariti strežnika TLS brez ustreznega potrdila TLS."
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Ni mogoče prisluhniti naslovu %s, vrata %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Ni mogoče prisluhniti naslovu %s, vrata %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
@@ -113,7 +113,7 @@ msgstr "Ni mogoče uvoziti predmeta, ki ni vtič, kot SoupSocket"
 
 #: ../libsoup/soup-socket.c:166
 msgid "Could not import existing socket: "
-msgstr "Ni mogoče uvoziti obstoječega vtiča:"
+msgstr "Ni mogoče uvoziti obstoječega vtiča: "
 
 #: ../libsoup/soup-socket.c:175
 msgid "Can't import unconnected socket"
diff --git a/po/sr.po b/po/sr.po
index 27ac36d..0b28da6 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -82,8 +82,8 @@ msgstr "Не могу да направим ТЛС сервер без ТЛС у
 
 #: ../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
diff --git a/po/sr latin po b/po/sr latin po
index 0a90340..bc1818c 100644
--- a/po/sr latin po
+++ b/po/sr latin po
@@ -82,8 +82,8 @@ msgstr "Ne mogu da napravim TLS server bez TLS uverenja"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Ne mogu da osluškujem na adresi „%s“, priključnik %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Ne mogu da osluškujem na adresi „%s“, priključnik %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
diff --git a/po/sv.po b/po/sv.po
index 9b772f6..465981a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -82,8 +82,8 @@ msgstr "Kan inte skapa en TLS-server utan ett TLS-certifikat"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Kan inte lyssna på adress %s, port %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Kan inte lyssna på adress %s, port %d: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
diff --git a/po/te.po b/po/te.po
index 2eae2b8..f66e4b6 100644
--- a/po/te.po
+++ b/po/te.po
@@ -83,8 +83,8 @@ msgstr "TLS ధృవీకరణపత్రం లేకుండా TLS స
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
@@ -107,7 +107,7 @@ msgstr "నాన్-సాకెట్‌ను సూప్‌సాకెట
 
 #: ../libsoup/soup-socket.c:160
 msgid "Could not import existing socket: "
-msgstr "ఉన్న సాకెట్‌ను దిగుమతిచేయలేదు:"
+msgstr "ఉన్న సాకెట్‌ను దిగుమతిచేయలేదు: "
 
 #: ../libsoup/soup-socket.c:169
 msgid "Can't import unconnected socket"
diff --git a/po/th.po b/po/th.po
index bb7e8e2..28937e0 100644
--- a/po/th.po
+++ b/po/th.po
@@ -83,8 +83,8 @@ msgstr "ไม่สามารถสร้างเซิร์ฟเวอร
 
 #: ../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
diff --git a/po/tr.po b/po/tr.po
index 278bc72..833e61f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -87,8 +87,8 @@ msgstr "Bir TLS sertifikası olmadan TLS sunucusu oluşturulamaz"
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "%s adresinin %d bağlantı noktası dinlenemedi"
+msgid "Could not listen on address %s, port %d: "
+msgstr "%s adresinin %d bağlantı noktası dinlenemedi: "
 
 #: ../libsoup/soup-session.c:4554
 #, c-format
diff --git a/po/uk.po b/po/uk.po
index ca61ffe..534da3e 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -83,8 +83,8 @@ msgstr "Неможливо створити сервер TLS без сертиф
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4424
 #, c-format
@@ -107,7 +107,7 @@ msgstr "Неможливо імпортувати об'єкт, що відріз
 
 #: ../libsoup/soup-socket.c:159
 msgid "Could not import existing socket: "
-msgstr "Не вдалося імпортувати наявний сокет:"
+msgstr "Не вдалося імпортувати наявний сокет: "
 
 #: ../libsoup/soup-socket.c:168
 msgid "Can't import unconnected socket"
diff --git a/po/vi.po b/po/vi.po
index 9f5736b..5a59ed7 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -84,8 +84,8 @@ msgstr "Không thể tạo máy phục vụ TLS mà không có giấy chứng th
 
 #: ../libsoup/soup-server.c:1730
 #, c-format
-msgid "Could not listen on address %s, port %d"
-msgstr "Không thể lắng nghe trên địa chỉ %s, cổng %d"
+msgid "Could not listen on address %s, port %d: "
+msgstr "Không thể lắng nghe trên địa chỉ %s, cổng %d: "
 
 #: ../libsoup/soup-session.c:4543
 #, c-format
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 2bac754..568724e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -85,8 +85,8 @@ msgstr "没有 TLS 证书不能创建一个 TLS 服务器"
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/zh_HK.po b/po/zh_HK.po
index dbedc21..8c3ce99 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -81,8 +81,8 @@ msgstr "沒有 TLS 證書不能建立 TLS 伺服器"
 
 #: ../libsoup/soup-server.c:1547
 #, 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:4466
 #, c-format
diff --git a/po/zh_TW.po b/po/zh_TW.po
index fa36262..82d641f 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -82,8 +82,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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]