From 487d08cb362d797fb63a51d440fa6c94bc2a5b80 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 3 Sep 2016 22:14:59 +0100 Subject: [PATCH] Fix format warning in openconnect_win32__strerror() DWORD needs to be printed with %lx not %x. Signed-off-by: David Woodhouse --- compat.c | 2 +- po/af.po | 2 +- po/am.po | 2 +- po/ar.po | 2 +- po/as.po | 2 +- po/ast.po | 2 +- po/az.po | 2 +- po/be.po | 2 +- po/bg.po | 2 +- po/bg_BG.po | 2 +- po/bn.po | 2 +- po/bn_IN.po | 2 +- po/br.po | 2 +- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 2 +- po/crh.po | 2 +- po/cs.po | 4 ++-- po/cy.po | 2 +- po/da.po | 2 +- po/de.po | 4 ++-- po/dz.po | 2 +- po/el.po | 2 +- po/en_CA.po | 2 +- po/en_GB.po | 2 +- po/en_US.po | 2 +- po/eo.po | 2 +- po/es.po | 4 ++-- po/es_CR.po | 2 +- po/es_MX.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fa.po | 2 +- po/fi.po | 4 ++-- po/fr.po | 2 +- po/ga.po | 2 +- po/gd.po | 2 +- po/gl.po | 2 +- po/gu.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hi_IN.po | 2 +- po/hr.po | 2 +- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ka.po | 2 +- po/km.po | 2 +- po/kn.po | 2 +- po/ko.po | 2 +- po/ku.po | 2 +- po/lo.po | 2 +- po/lt.po | 4 ++-- po/lv.po | 2 +- po/mai.po | 2 +- po/mg.po | 2 +- po/mk.po | 2 +- po/ml.po | 2 +- po/mn.po | 2 +- po/mr.po | 2 +- po/ms.po | 2 +- po/ms_MY.po | 2 +- po/nb.po | 2 +- po/nds.po | 2 +- po/ne.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/no.po | 2 +- po/nqo.po | 2 +- po/nso.po | 2 +- po/oc.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 4 ++-- po/ps.po | 2 +- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/pt_PT.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/rw.po | 2 +- po/si.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 4 ++-- po/sr@latin.po | 4 ++-- po/sv.po | 4 ++-- po/ta.po | 2 +- po/te.po | 2 +- po/tg.po | 2 +- po/tg_TJ.po | 2 +- po/th.po | 2 +- po/tl.po | 2 +- po/tl_PH.po | 2 +- po/tr.po | 4 ++-- po/tr_TR.po | 2 +- po/ug.po | 2 +- po/uk.po | 2 +- po/ur_PK.po | 2 +- po/uz.po | 2 +- po/vi.po | 2 +- po/vi_VN.po | 2 +- po/wa.po | 2 +- po/xh.po | 2 +- po/zh_CN.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- po/zu.po | 2 +- 111 files changed, 127 insertions(+), 127 deletions(-) diff --git a/compat.c b/compat.c index 93f0a27c..777739a3 100644 --- a/compat.c +++ b/compat.c @@ -204,7 +204,7 @@ char *openconnect__win32_strerror(DWORD err) NULL, err, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPWSTR)&msgw, 0, NULL)) { - if (asprintf(&msgutf8, _("(error 0x%x)"), err) != -1) + if (asprintf(&msgutf8, _("(error 0x%lx)"), err) != -1) return msgutf8; fail: return strdup(_("(Error while describing error!)")); diff --git a/po/af.po b/po/af.po index 601b1af6..daff0751 100644 --- a/po/af.po +++ b/po/af.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/am.po b/po/am.po index 58fabe6d..372adea9 100644 --- a/po/am.po +++ b/po/am.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ar.po b/po/ar.po index 34a6f747..5d7ed6d0 100644 --- a/po/ar.po +++ b/po/ar.po @@ -289,7 +289,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/as.po b/po/as.po index f3226168..68bc997d 100644 --- a/po/as.po +++ b/po/as.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ast.po b/po/ast.po index 68435019..cd3dbcfd 100644 --- a/po/ast.po +++ b/po/ast.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/az.po b/po/az.po index 3e955a0b..5f0d1689 100644 --- a/po/az.po +++ b/po/az.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/be.po b/po/be.po index 73437873..11af536a 100644 --- a/po/be.po +++ b/po/be.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/bg.po b/po/bg.po index 5ae4eda2..9b893e7e 100644 --- a/po/bg.po +++ b/po/bg.po @@ -288,7 +288,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/bg_BG.po b/po/bg_BG.po index cbe7a379..38fc11fd 100644 --- a/po/bg_BG.po +++ b/po/bg_BG.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/bn.po b/po/bn.po index 23b1fcdf..b26edfbe 100644 --- a/po/bn.po +++ b/po/bn.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/bn_IN.po b/po/bn_IN.po index 5373ca20..60b160ba 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/br.po b/po/br.po index 42718ad2..66bedf89 100644 --- a/po/br.po +++ b/po/br.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/bs.po b/po/bs.po index 01b08fdb..578ee9cc 100644 --- a/po/bs.po +++ b/po/bs.po @@ -296,8 +296,8 @@ msgstr "Osvježavanje %s poslije 1 sekundi...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(greška 0h%x)" +msgid "(error 0x%lx)" +msgstr "(greška 0h%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/ca.po b/po/ca.po index 3bafb00e..057ea072 100644 --- a/po/ca.po +++ b/po/ca.po @@ -306,8 +306,8 @@ msgstr "S'està refrescant %s després d'1 segon ...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(Error 0x%x)" +msgid "(error 0x%lx)" +msgstr "(Error 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 91156b77..b5a2ac81 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/crh.po b/po/crh.po index d731908a..bcc72e7f 100644 --- a/po/crh.po +++ b/po/crh.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/cs.po b/po/cs.po index 35dbb270..c7a366f9 100644 --- a/po/cs.po +++ b/po/cs.po @@ -305,8 +305,8 @@ msgstr "Obnova %s po 1 sekundě...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(chyba 0x%x)" +msgid "(error 0x%lx)" +msgstr "(chyba 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/cy.po b/po/cy.po index 9a961897..22bf9570 100644 --- a/po/cy.po +++ b/po/cy.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/da.po b/po/da.po index 9f7f3f4f..202fc4c7 100644 --- a/po/da.po +++ b/po/da.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/de.po b/po/de.po index d66cf776..45322aba 100644 --- a/po/de.po +++ b/po/de.po @@ -305,8 +305,8 @@ msgstr "%s wird ach einer Sekunde aktualisiert …\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(Fehler 0x%x)" +msgid "(error 0x%lx)" +msgstr "(Fehler 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/dz.po b/po/dz.po index 30c86b62..0955774e 100644 --- a/po/dz.po +++ b/po/dz.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/el.po b/po/el.po index e0c18c59..76fe54f6 100644 --- a/po/el.po +++ b/po/el.po @@ -294,7 +294,7 @@ msgstr "Ανανέωση του %s μετά από 1 δευτερόλεπτο... #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/en_CA.po b/po/en_CA.po index 8dd3a9dd..4af0642f 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/en_GB.po b/po/en_GB.po index de0fbdac..4fdeeed2 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -292,7 +292,7 @@ msgstr "Refreshing %s after 1 second...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/en_US.po b/po/en_US.po index b5818f8d..89fe1954 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -292,7 +292,7 @@ msgstr "Refreshing %s after 1 second...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/eo.po b/po/eo.po index 276e2d5b..c80001f9 100644 --- a/po/eo.po +++ b/po/eo.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/es.po b/po/es.po index 46b51401..11584372 100644 --- a/po/es.po +++ b/po/es.po @@ -305,8 +305,8 @@ msgstr "Actualizando %s tras 1 segundo…\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(error 0x%x)" +msgid "(error 0x%lx)" +msgstr "(error 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/es_CR.po b/po/es_CR.po index f2986c52..e21da35b 100644 --- a/po/es_CR.po +++ b/po/es_CR.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/es_MX.po b/po/es_MX.po index 11d23fb4..083c4304 100644 --- a/po/es_MX.po +++ b/po/es_MX.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/et.po b/po/et.po index 1973509d..87c996b3 100644 --- a/po/et.po +++ b/po/et.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/eu.po b/po/eu.po index d3b284f2..ca8ca508 100644 --- a/po/eu.po +++ b/po/eu.po @@ -297,7 +297,7 @@ msgstr "'%s' freskatzen segundo 1en ondoren...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/fa.po b/po/fa.po index 021a0b6a..eb139f10 100644 --- a/po/fa.po +++ b/po/fa.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/fi.po b/po/fi.po index 422a5ad4..d6ffae1c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -289,8 +289,8 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(virhe 0x%x)" +msgid "(error 0x%lx)" +msgstr "(virhe 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/fr.po b/po/fr.po index 2dffc35e..c0f08f86 100644 --- a/po/fr.po +++ b/po/fr.po @@ -288,7 +288,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ga.po b/po/ga.po index fc437d82..6519242a 100644 --- a/po/ga.po +++ b/po/ga.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/gd.po b/po/gd.po index b436975a..46f0aa80 100644 --- a/po/gd.po +++ b/po/gd.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/gl.po b/po/gl.po index 66846b0b..ed8d4e65 100644 --- a/po/gl.po +++ b/po/gl.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/gu.po b/po/gu.po index f58ceecc..711bae27 100644 --- a/po/gu.po +++ b/po/gu.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/he.po b/po/he.po index 1a67fc90..7f880e57 100644 --- a/po/he.po +++ b/po/he.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/hi.po b/po/hi.po index 5fca7f37..5f51f067 100644 --- a/po/hi.po +++ b/po/hi.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/hi_IN.po b/po/hi_IN.po index c6298708..96462cb1 100644 --- a/po/hi_IN.po +++ b/po/hi_IN.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/hr.po b/po/hr.po index 0aa50f6f..c0734803 100644 --- a/po/hr.po +++ b/po/hr.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/hu.po b/po/hu.po index 921b8060..eda2fcc3 100644 --- a/po/hu.po +++ b/po/hu.po @@ -304,8 +304,8 @@ msgstr "%s frissítése 1 másodperc múlva…\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(hiba 0x%x)" +msgid "(error 0x%lx)" +msgstr "(hiba 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/id.po b/po/id.po index a5beb3b4..18807108 100644 --- a/po/id.po +++ b/po/id.po @@ -300,8 +300,8 @@ msgstr "Menyegarkan %s setelah 1 detik...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(galat 0x%x)" +msgid "(error 0x%lx)" +msgstr "(galat 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/is.po b/po/is.po index 8831cb56..23bbf977 100644 --- a/po/is.po +++ b/po/is.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/it.po b/po/it.po index 3977cf78..84eec7ba 100644 --- a/po/it.po +++ b/po/it.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ja.po b/po/ja.po index f072f13b..aea84ccf 100644 --- a/po/ja.po +++ b/po/ja.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ka.po b/po/ka.po index f5b864f1..a650ddfe 100644 --- a/po/ka.po +++ b/po/ka.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/km.po b/po/km.po index 12542c49..eefdb58e 100644 --- a/po/km.po +++ b/po/km.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/kn.po b/po/kn.po index 1c03a552..cc3f0ace 100644 --- a/po/kn.po +++ b/po/kn.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ko.po b/po/ko.po index 8a75f0a7..9758a931 100644 --- a/po/ko.po +++ b/po/ko.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ku.po b/po/ku.po index b723d641..d20e8cc2 100644 --- a/po/ku.po +++ b/po/ku.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/lo.po b/po/lo.po index 04f85175..cdfd170d 100644 --- a/po/lo.po +++ b/po/lo.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/lt.po b/po/lt.po index 13383675..adf4132d 100644 --- a/po/lt.po +++ b/po/lt.po @@ -303,8 +303,8 @@ msgstr "Atnaujinama %s po 1 sekundės...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(klaida 0x%x)" +msgid "(error 0x%lx)" +msgstr "(klaida 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/lv.po b/po/lv.po index 09ff3b78..d59c0877 100644 --- a/po/lv.po +++ b/po/lv.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/mai.po b/po/mai.po index 36d9da1f..3248829a 100644 --- a/po/mai.po +++ b/po/mai.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/mg.po b/po/mg.po index 20f3204b..322297ff 100644 --- a/po/mg.po +++ b/po/mg.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/mk.po b/po/mk.po index e1b2969f..073c6421 100644 --- a/po/mk.po +++ b/po/mk.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ml.po b/po/ml.po index 1e7c9346..562fff15 100644 --- a/po/ml.po +++ b/po/ml.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/mn.po b/po/mn.po index 48d5ae19..b8608239 100644 --- a/po/mn.po +++ b/po/mn.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/mr.po b/po/mr.po index 3a459826..7a460a11 100644 --- a/po/mr.po +++ b/po/mr.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ms.po b/po/ms.po index 4bcd48df..33823893 100644 --- a/po/ms.po +++ b/po/ms.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ms_MY.po b/po/ms_MY.po index 90de9b92..10117a28 100644 --- a/po/ms_MY.po +++ b/po/ms_MY.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/nb.po b/po/nb.po index 81681ba0..e9535e9a 100644 --- a/po/nb.po +++ b/po/nb.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/nds.po b/po/nds.po index dab082cc..0674b30d 100644 --- a/po/nds.po +++ b/po/nds.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ne.po b/po/ne.po index b3abcfb8..95dff8bf 100644 --- a/po/ne.po +++ b/po/ne.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/nl.po b/po/nl.po index d4cdc0de..b1bfa780 100644 --- a/po/nl.po +++ b/po/nl.po @@ -292,7 +292,7 @@ msgstr "Verversing %s na 1 seconde ...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/nn.po b/po/nn.po index 989abd02..166130f5 100644 --- a/po/nn.po +++ b/po/nn.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/no.po b/po/no.po index b9bf046e..c24efeb3 100644 --- a/po/no.po +++ b/po/no.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/nqo.po b/po/nqo.po index 9d9f5100..dd471c13 100644 --- a/po/nqo.po +++ b/po/nqo.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/nso.po b/po/nso.po index bfa1e371..6d5c2e09 100644 --- a/po/nso.po +++ b/po/nso.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/oc.po b/po/oc.po index b04a7a0b..66daa5db 100644 --- a/po/oc.po +++ b/po/oc.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/or.po b/po/or.po index 45ce7cc5..7cfef2dd 100644 --- a/po/or.po +++ b/po/or.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/pa.po b/po/pa.po index 8157d16c..d717c3d8 100644 --- a/po/pa.po +++ b/po/pa.po @@ -285,7 +285,7 @@ msgstr "1 ਸਕਿੰਟ ਦੇ ਬਾਅਦ %s ਤਾਜ਼ਾ ਕੀਤਾ ਜ #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/pl.po b/po/pl.po index 20cce853..1e35f9f7 100644 --- a/po/pl.po +++ b/po/pl.po @@ -304,8 +304,8 @@ msgstr "Odświeżanie %s za 1 sekundę…\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(błąd 0x%x)" +msgid "(error 0x%lx)" +msgstr "(błąd 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/ps.po b/po/ps.po index 31b71f9c..8c15fb6c 100644 --- a/po/ps.po +++ b/po/ps.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/pt.po b/po/pt.po index 4427042d..7ec8fab0 100644 --- a/po/pt.po +++ b/po/pt.po @@ -305,8 +305,8 @@ msgstr "A refrescar %s após 1 segundo...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(erro 0x%x)" +msgid "(error 0x%lx)" +msgstr "(erro 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/pt_BR.po b/po/pt_BR.po index 6f1ce611..cd7f2ee3 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -302,8 +302,8 @@ msgstr "Renovando %s após 1 segundo...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(erro 0x%x)" +msgid "(error 0x%lx)" +msgstr "(erro 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/pt_PT.po b/po/pt_PT.po index 79b61f81..1fee2da2 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ro.po b/po/ro.po index 0722a376..f31e6ba7 100644 --- a/po/ro.po +++ b/po/ro.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ru.po b/po/ru.po index e2478caa..b1ca6af5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/rw.po b/po/rw.po index 6465681a..d20b981e 100644 --- a/po/rw.po +++ b/po/rw.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/si.po b/po/si.po index 82a3590a..abc0c42c 100644 --- a/po/si.po +++ b/po/si.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/sk.po b/po/sk.po index 10bf1b00..2efcea89 100644 --- a/po/sk.po +++ b/po/sk.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/sl.po b/po/sl.po index 08adc357..5f2b1a15 100644 --- a/po/sl.po +++ b/po/sl.po @@ -295,7 +295,7 @@ msgstr "Osveževanje %s po steklo po 1 sekundi ...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/sq.po b/po/sq.po index d44c03ad..c1a61188 100644 --- a/po/sq.po +++ b/po/sq.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/sr.po b/po/sr.po index 24064504..85446f06 100644 --- a/po/sr.po +++ b/po/sr.po @@ -300,8 +300,8 @@ msgstr "Освежавам „%s“ након 1 секунде...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(грешка 0х%x)" +msgid "(error 0x%lx)" +msgstr "(грешка 0х%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/sr@latin.po b/po/sr@latin.po index 6a1fd3eb..2f3f13b0 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -300,8 +300,8 @@ msgstr "Osvežavam „%s“ nakon 1 sekunde...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(greška 0h%x)" +msgid "(error 0x%lx)" +msgstr "(greška 0h%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/sv.po b/po/sv.po index b9bd2f53..14a9e38c 100644 --- a/po/sv.po +++ b/po/sv.po @@ -296,8 +296,8 @@ msgstr "Uppdaterar %s efter 1 sekund…\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(fel 0x%x)" +msgid "(error 0x%lx)" +msgstr "(fel 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/ta.po b/po/ta.po index b585aa75..f6783cb7 100644 --- a/po/ta.po +++ b/po/ta.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/te.po b/po/te.po index b01df6dd..d8914adb 100644 --- a/po/te.po +++ b/po/te.po @@ -288,7 +288,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/tg.po b/po/tg.po index cc2df576..ad695b54 100644 --- a/po/tg.po +++ b/po/tg.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/tg_TJ.po b/po/tg_TJ.po index ff1c4711..bb8e5887 100644 --- a/po/tg_TJ.po +++ b/po/tg_TJ.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/th.po b/po/th.po index f3922fc7..50f39468 100644 --- a/po/th.po +++ b/po/th.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/tl.po b/po/tl.po index 2b586471..acd5b57c 100644 --- a/po/tl.po +++ b/po/tl.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/tl_PH.po b/po/tl_PH.po index 4a341ea6..b13c270c 100644 --- a/po/tl_PH.po +++ b/po/tl_PH.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/tr.po b/po/tr.po index 3f2e0817..3e9e23ad 100644 --- a/po/tr.po +++ b/po/tr.po @@ -295,8 +295,8 @@ msgstr "1 saniye sonra %s tazelenecek...\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" -msgstr "(hata 0x%x)" +msgid "(error 0x%lx)" +msgstr "(hata 0x%lx)" #: compat.c:210 msgid "(Error while describing error!)" diff --git a/po/tr_TR.po b/po/tr_TR.po index 50845a04..580b6794 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ug.po b/po/ug.po index 78d7fdac..6eb4b528 100644 --- a/po/ug.po +++ b/po/ug.po @@ -294,7 +294,7 @@ msgstr "1 سېكۇنتتىن كېيىن %s يېڭىلايدۇ\n" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/uk.po b/po/uk.po index 698364e9..90945278 100644 --- a/po/uk.po +++ b/po/uk.po @@ -288,7 +288,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/ur_PK.po b/po/ur_PK.po index b46f7ac7..fd8d6476 100644 --- a/po/ur_PK.po +++ b/po/ur_PK.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/uz.po b/po/uz.po index 97049ae4..262c13c8 100644 --- a/po/uz.po +++ b/po/uz.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/vi.po b/po/vi.po index ccaf016b..7e4c959c 100644 --- a/po/vi.po +++ b/po/vi.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/vi_VN.po b/po/vi_VN.po index aa646232..3ed7daf8 100644 --- a/po/vi_VN.po +++ b/po/vi_VN.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/wa.po b/po/wa.po index a810c929..baa0570d 100644 --- a/po/wa.po +++ b/po/wa.po @@ -285,7 +285,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/xh.po b/po/xh.po index 0cebfa4b..d95e520f 100644 --- a/po/xh.po +++ b/po/xh.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/zh_CN.po b/po/zh_CN.po index d551e86f..74fb858e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -288,7 +288,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/zh_HK.po b/po/zh_HK.po index 65ee3f6f..0afc8c0f 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -284,7 +284,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/zh_TW.po b/po/zh_TW.po index 6915b4f7..42483eeb 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -287,7 +287,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210 diff --git a/po/zu.po b/po/zu.po index 50a86f86..371ec446 100644 --- a/po/zu.po +++ b/po/zu.po @@ -286,7 +286,7 @@ msgstr "" #: compat.c:207 #, c-format -msgid "(error 0x%x)" +msgid "(error 0x%lx)" msgstr "" #: compat.c:210