Fix missing newline in the "No form handler" error message
authorKevin Cernekee <cernekee@gmail.com>
Sat, 13 Oct 2012 19:39:40 +0000 (12:39 -0700)
committerKevin Cernekee <cernekee@gmail.com>
Sat, 13 Oct 2012 21:23:05 +0000 (14:23 -0700)
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
82 files changed:
auth.c
po/ar.po
po/as.po
po/ast.po
po/bg.po
po/bg_BG.po
po/bn.po
po/bn_IN.po
po/bs.po
po/ca.po
po/ca@valencia.po
po/cs.po
po/da.po
po/de.po
po/el.po
po/en_GB.po
po/en_US.po
po/eo.po
po/es.po
po/es_CR.po
po/es_MX.po
po/et.po
po/eu.po
po/fa.po
po/fi.po
po/fr.po
po/gd.po
po/gl.po
po/gu.po
po/he.po
po/hi.po
po/hi_IN.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/km.po
po/kn.po
po/ko.po
po/ku.po
po/lo.po
po/lt.po
po/lv.po
po/ml.po
po/mr.po
po/ms.po
po/ms_MY.po
po/nb.po
po/nl.po
po/nn.po
po/no.po
po/or.po
po/pa.po
po/pl.po
po/pt.po
po/pt_BR.po
po/pt_PT.po
po/ro.po
po/ru.po
po/sk.po
po/sl.po
po/sq.po
po/sr.po
po/sr@latin.po
po/sv.po
po/ta.po
po/te.po
po/tg.po
po/tg_TJ.po
po/th.po
po/tl.po
po/tl_PH.po
po/tr.po
po/ug.po
po/uk.po
po/ur_PK.po
po/vi.po
po/vi_VN.po
po/wa.po
po/zh_CN.po
po/zh_HK.po
po/zh_TW.po

diff --git a/auth.c b/auth.c
index cdab5a3..0a0119b 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -433,7 +433,7 @@ int parse_xml_response(struct openconnect_info *vpninfo, char *response,
        if (vpninfo->process_auth_form)
                ret = vpninfo->process_auth_form(vpninfo->cbdata, form);
        else {
-               vpn_progress(vpninfo, PRG_ERR, _("No form handler; cannot authenticate."));
+               vpn_progress(vpninfo, PRG_ERR, _("No form handler; cannot authenticate.\n"));
                ret = 1;
        }
        if (ret)
index 6bca01f..522a1ef 100644 (file)
--- a/po/ar.po
+++ b/po/ar.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 619798b..b20a1c5 100644 (file)
--- a/po/as.po
+++ b/po/as.po
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 6672cc9..7d91f14 100644 (file)
--- a/po/ast.po
+++ b/po/ast.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 7b4324d..70503a1 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -70,7 +70,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 13964b1..db40072 100644 (file)
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index c4ed359..ef8850e 100644 (file)
--- a/po/bn.po
+++ b/po/bn.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 355efc7..8e3d073 100644 (file)
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 1d78cb9..f6013e8 100644 (file)
--- a/po/bs.po
+++ b/po/bs.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index c7551fa..ded5c58 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 7910a6b..0afb591 100644 (file)
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 28c2a67..c5dce2f 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -70,7 +70,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr "Nepodařilo se zvládnout formulář metoda='%s', činnost='%s'\n"
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index ef29cb4..b6bccd7 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index a4a9807..06684c9 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index fa4a020..dd56dec 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 95354a8..730114f 100644 (file)
@@ -69,8 +69,8 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr "Cannot handle form method='%s', action='%s'\n"
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
-msgstr "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
+msgstr "No form handler; cannot authenticate.\n"
 
 #: cstp.c:120
 #, c-format
index 7130890..00e357d 100644 (file)
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr "Cannot handle form method='%s', action='%s'\n"
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index ffdbb92..133ebc9 100644 (file)
--- a/po/eo.po
+++ b/po/eo.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index deb21a6..bbdd5dc 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index e8ab370..08c441c 100644 (file)
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index c284c2c..b436141 100644 (file)
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 218244d..416ca2b 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index e2a29ab..a100cbf 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 66ad1c2..be4797c 100644 (file)
--- a/po/fa.po
+++ b/po/fa.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index a5bfbbd..11cb665 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 18b77a8..7b1e71d 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -70,7 +70,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 9325c42..ca2e264 100644 (file)
--- a/po/gd.po
+++ b/po/gd.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 821ee8e..3efecc6 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index f8500c3..dcdd5c4 100644 (file)
--- a/po/gu.po
+++ b/po/gu.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 8c6efac..c1ddf53 100644 (file)
--- a/po/he.po
+++ b/po/he.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index c64ef45..ab964e2 100644 (file)
--- a/po/hi.po
+++ b/po/hi.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 8b2a1cb..205673c 100644 (file)
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index b90177d..9615fc3 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index ff109b3..31021ab 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -69,8 +69,8 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr "Tak bisa menangani method='%s', action='%s' milik form\n"
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
-msgstr "Tak ada penangan formulir; tak bisa mengotentikasi."
+msgid "No form handler; cannot authenticate.\n"
+msgstr "Tak ada penangan formulir; tak bisa mengotentikasi.\n"
 
 #: cstp.c:120
 #, c-format
index da62797..e5387f9 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 8b4eb68..20b94d9 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 6ee74bf..6d4e2f3 100644 (file)
--- a/po/km.po
+++ b/po/km.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 4f24394..319a19e 100644 (file)
--- a/po/kn.po
+++ b/po/kn.po
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index bbf7b9e..f27b294 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index e28fe21..fa26a92 100644 (file)
--- a/po/ku.po
+++ b/po/ku.po
@@ -2146,7 +2146,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: library.c:202
index 0a04be9..bb7b1d6 100644 (file)
--- a/po/lo.po
+++ b/po/lo.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index dc6314a..fbfc751 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 9264f3a..6ab7732 100644 (file)
--- a/po/lv.po
+++ b/po/lv.po
@@ -2146,7 +2146,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: library.c:202
index c9dfe07..ef61de9 100644 (file)
--- a/po/ml.po
+++ b/po/ml.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 0d86297..a2c46a4 100644 (file)
--- a/po/mr.po
+++ b/po/mr.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 34f7001..9255ec5 100644 (file)
--- a/po/ms.po
+++ b/po/ms.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 7d540ec..4febdb4 100644 (file)
@@ -2146,7 +2146,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: library.c:202
index e9934c1..6d74f0b 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index c7a2f28..b549380 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr "Kan niet overweg met formuliermethode = '%s', actie = '%s'\n"
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 8e42d81..bfdebc6 100644 (file)
--- a/po/nn.po
+++ b/po/nn.po
@@ -2146,7 +2146,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: library.c:202
index 030da6f..eb93244 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 67b044a..8707ab4 100644 (file)
--- a/po/or.po
+++ b/po/or.po
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index fa60122..47c4c2c 100644 (file)
--- a/po/pa.po
+++ b/po/pa.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 4373cf3..264955c 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 8e9a689..e881f0f 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index c0d5290..d14bbff 100644 (file)
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index ae81b89..beb1f67 100644 (file)
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 78522ba..91a6bd9 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 2bd0dbe..73d6771 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 69453f1..3ff4922 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index cc2d675..1b4cee0 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -67,8 +67,8 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr "Ni mogoče obravnavati obrazca method='%s', action='%s'\n"
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
-msgstr "Ni ročnika obrazca; vnosov ni mogoče overiti"
+msgid "No form handler; cannot authenticate.\n"
+msgstr "Ni ročnika obrazca; vnosov ni mogoče overiti\n"
 
 #: cstp.c:120
 #, c-format
index b7d0050..0884b14 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 40cdc23..6d6d4e5 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -66,7 +66,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 9c381f2..fdd17bd 100644 (file)
@@ -66,7 +66,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 152d18c..53c5095 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 3e35da2..5725af3 100644 (file)
--- a/po/ta.po
+++ b/po/ta.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 537bcd5..23966ba 100644 (file)
--- a/po/te.po
+++ b/po/te.po
@@ -70,7 +70,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 1c36ea4..051bdb4 100644 (file)
--- a/po/tg.po
+++ b/po/tg.po
@@ -2146,7 +2146,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: library.c:202
index bbfe3b0..8e906e9 100644 (file)
@@ -2146,7 +2146,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: library.c:202
index 48a7d0f..74e3b08 100644 (file)
--- a/po/th.po
+++ b/po/th.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 9c68e31..71ada47 100644 (file)
--- a/po/tl.po
+++ b/po/tl.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index b917714..d60a673 100644 (file)
@@ -2146,7 +2146,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: library.c:202
index e69ba5b..01a68b2 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index ff13c49..28dc4fe 100644 (file)
--- a/po/ug.po
+++ b/po/ug.po
@@ -68,8 +68,8 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr "كۆنەكنى بىر تەرەپ قىلالمايدۇ ئۇسۇلى='%s'، مەشغۇلات='%s'\n"
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
-msgstr "كۆزنەك بىر تەرەپ قىلغۇچ يوق؛ دەلىللىيەلمەيدۇ"
+msgid "No form handler; cannot authenticate.\n"
+msgstr "كۆزنەك بىر تەرەپ قىلغۇچ يوق؛ دەلىللىيەلمەيدۇ\n"
 
 #: cstp.c:120
 #, c-format
index 51445ce..6b47747 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -70,7 +70,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 2d4d411..d29b602 100644 (file)
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 9920301..ddf4adb 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -68,7 +68,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index ec0b284..bdfffe8 100644 (file)
@@ -2146,7 +2146,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: library.c:202
index 6238607..d69baf5 100644 (file)
--- a/po/wa.po
+++ b/po/wa.po
@@ -67,7 +67,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 61a6f38..bbcbe2b 100644 (file)
@@ -70,7 +70,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr "无法处理表单,方法=“%s”,操作=“%s”\n"
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index e071b04..cfeb20d 100644 (file)
@@ -66,7 +66,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120
index 04aa12b..6e97dab 100644 (file)
@@ -69,7 +69,7 @@ msgid "Cannot handle form method='%s', action='%s'\n"
 msgstr ""
 
 #: auth.c:436
-msgid "No form handler; cannot authenticate."
+msgid "No form handler; cannot authenticate.\n"
 msgstr ""
 
 #: cstp.c:120