]> granicus.if.org Git - neomutt/commitdiff
reword relative path error message
authorRichard Russon <rich@flatcap.org>
Fri, 5 Apr 2019 16:09:43 +0000 (17:09 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 6 Apr 2019 02:51:12 +0000 (03:51 +0100)
32 files changed:
init.c
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de.po
po/el.po
po/en_GB.po
po/eo.po
po/es.po
po/et.po
po/eu.po
po/fi.po
po/fr.po
po/ga.po
po/gl.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/ko.po
po/lt.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sk.po
po/sv.po
po/tr.po
po/uk.po
po/zh_CN.po
po/zh_TW.po

diff --git a/init.c b/init.c
index b90c5c02614f8868c24ba26169018755a5f300d2..1f7ebdc54e816cf3e7694b7089e9dbe1e0fbfaf0 100644 (file)
--- a/init.c
+++ b/init.c
@@ -775,7 +775,7 @@ static int source_rc(const char *rcfile_path, struct Buffer *err)
     struct ListNode *np = STAILQ_FIRST(&MuttrcStack);
     if (!mutt_path_to_absolute(rcfile, np ? NONULL(np->data) : ""))
     {
-      mutt_error(_("Error: impossible to build path of '%s'"), rcfile_path);
+      mutt_error(_("Error: Can't build path of '%s'"), rcfile_path);
       return -1;
     }
 
@@ -1710,7 +1710,7 @@ static enum CommandResult parse_set(struct Buffer *buf, struct Buffer *s,
                 }
                 else
                 {
-                  mutt_error(_("Error: impossible to build path of '%s'"), scratch);
+                  mutt_error(_("Error: Can't build path of '%s'"), scratch);
                 }
               }
             }
index ae776e8d8916138ca1415c28ef6d9977c52a62c7..b0fc93875d30a8c9740898665211a0ff7396f2e8 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -2533,7 +2533,7 @@ msgstr "недостатъчно аргументи"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 751a9c2eb17cce649510a99ba73876f0715afb60..ec6b1584bcdce2ad91223693517a4da883b8a1bc 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -2594,7 +2594,7 @@ msgstr "Manquen arguments."
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index df606f2a6ae67a0fca3cf782e46d256b63998b0f..c5945ee0bfc64dd296b6817927ff0a1a5e9ee05b 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -2427,7 +2427,7 @@ msgstr "příliš málo argumentů"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr "Chyba: nelze sestavit cestu k „%s“"
 
 #: init.c:795
index d6ebb071fef0ba9b67671ffcadeef374914b392b..ec6fc85464c9eb32e3e8ab46944083b5b92df278 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -2466,7 +2466,7 @@ msgstr "parametre slap op"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 1c0cb0fe7d6ed5ecf09a7a82da25d9df6fd09bed..8454edb6c4c3f099899bb16adeaab5952a33d662 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -2407,7 +2407,7 @@ msgstr "Zu wenige Parameter"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr "Fehler: Es gibt keinen Pfad zu '%s'"
 
 #: init.c:795
index 8fc5708215ac7f26a243fca3baa8c3cb74abe865..fb56ca0a56e573681f2bef904f8bd334c7b397dc 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -2534,7 +2534,7 @@ msgstr "πολύ λίγα ορίσματα"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 60bed3290b123a728c5acd38bd95ff40ccf5d7cd..8a94356ac17b4db97abe7ae88bff4b83abc684a9 100644 (file)
@@ -2396,8 +2396,8 @@ msgstr "out of arguments"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
-msgstr "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
+msgstr "Error: Can't build path of '%s'"
 
 #: init.c:795
 #, c-format
index 0a2f628cec73ddd01dfb7cab38a5bd8f5043dc17..8c169bdbb2e3e797c1de6132b089af3cf3698d00 100644 (file)
--- a/po/eo.po
+++ b/po/eo.po
@@ -2465,7 +2465,7 @@ msgstr "nesufiĉe da argumentoj"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index ac03c96d0e8d6a7e3eae44293ea97c2c58501033..e80733eed94def3072cc022863b34bb4f7571bd9 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -2460,7 +2460,7 @@ msgstr "Faltan parámetros"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index b7ecaa1eeea35bd278c2749560aadc5b78a34dac..b8abd04346592991370880d75d40b579aaa9d639 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -2528,7 +2528,7 @@ msgstr "liiga vähe argumente"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 68fd07466009703ff15a02f75996dfd0294cf00f..7891147dac2f9cfb4f58f1cab7287c1b725c1d90 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -2498,7 +2498,7 @@ msgstr "argumentu gehiegi"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 16b81693c36f914c7d0262bdc0210c1922b21aef..0ad3ef1a96a55878966e05f8aa7b420086ae77a9 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -2407,7 +2407,7 @@ msgstr "argumentit loppuivat"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr "Virhe: polun %s rakentaminen ei onnistu"
 
 #: init.c:795
index 5964efa7be2430f731a4b19149fde481749768ee..dd57bd9b7e10fc4bd8a294bdef053b6466afa06d 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -2576,7 +2576,7 @@ msgstr "pas assez d'arguments"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 4bdf0aef725172a2540b2cfea684790d02668df1..12c947ce4e7f1dbb193224d0fb0074f03592a6c4 100644 (file)
--- a/po/ga.po
+++ b/po/ga.po
@@ -2544,7 +2544,7 @@ msgstr "níl go leor argóintí ann"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 5c8693379371e9d0f9dd186626652c74f79ca8fd..e579a3429196373954729c0f037b9870322ebc01 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -2542,7 +2542,7 @@ msgstr "parámetros insuficientes"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 6bc4d0028955a01dd66bc57d41306951cadece95..3b226dae0085f35372e9866b8507512695733fd5 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -2530,7 +2530,7 @@ msgstr "túl kevés paraméter"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 1c2ba42ba9b37068cf9078cdcce736c010a0f1d0..08e1200492ab584d277e29c28f16a2082eb94975 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -2485,7 +2485,7 @@ msgstr "parameternya kurang"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 5c7dcae0d39f98ece6801318b0f97c1319c82d75..61e738f5f762b444a833247ce6a6b3794cafb2e9 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -2491,7 +2491,7 @@ msgstr ""
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index a8699c938a79a78baa4d38f8d1b933b54de6da9d..e62f5503c538b0dbcac0aa263cc9eeba460148a6 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -2459,7 +2459,7 @@ msgstr "引数が少なすぎる"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index f525aa753e63badbd7b4f9d16bcd17c86e5558fe..858c67cb8a1e205f70a22d360bf9787c77b4532e 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -2512,7 +2512,7 @@ msgstr "인수가 부족함"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 5cb8d196a9c959652483ca494936c84ad9b3d5eb..b69996aec17ad5f379d50f19cff7257689407c1c 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -2414,7 +2414,7 @@ msgstr "per mažai argumentų"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr "Klaida: neįmanoma sukurti kelio iš '%s'"
 
 #: init.c:795
index 93706690640e91e1cbe8e4b8d0779b67de01069c..3133d25eadc404d2d317fd2b78c6587571102c80 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -2469,7 +2469,7 @@ msgstr "te weinig argumenten"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 407b064f09d8aa5679721169a31302b64970a500..8c79394555396f2eb67c46ebdee411917e762919 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -2415,7 +2415,7 @@ msgstr "brak argumentów"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 62b3844e9e22ae86c12cf1829dd13a855411cf8b..6da6ed8ab56ffedef33de95b4e7b9f42ca448694 100644 (file)
@@ -2407,7 +2407,7 @@ msgstr "argumentos insuficientes"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index e9e96ddd97e62cc06e62156c64d195a029558238..885aeca185b47afa020d1ae704ade9f8e251288f 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -2484,7 +2484,7 @@ msgstr "слишком мало аргументов"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 5ef10f2f00cc137dd30a7deb0637038cadd9e10c..f104fc42c33af388348b5f87f87d0aac7dd8cf7f 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -2502,7 +2502,7 @@ msgstr "príliš málo argumentov"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index f31d300a4bb877ae7903144ed215943f395fa999..ab10d51beca155344f4e8c3cd811964550a1a911 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -2497,7 +2497,7 @@ msgstr "slut på parametrar"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 6ffe7ac3b2f00e5a92129797efd8fb04e448ee52..56b556d20bf593e636c0a89c7103ccca66d9f61a 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -2468,7 +2468,7 @@ msgstr "eksik argüman"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index 61a88584f1391af822dcad1c230fae5c6a0e2fc6..a16965336be828af7628bca53783fc9ac68adfb7 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -2479,7 +2479,7 @@ msgstr "замало аргументів"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795
index b0e573f5fa997c4e475d6b1a945d44ee4db770a7..c6b29355b6c2de65947757e697c42fabf9b012c1 100644 (file)
@@ -2390,7 +2390,7 @@ msgstr "参数不够"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr "错误:无法构建“%s”的路径"
 
 #: init.c:795
index 822669d0e78bf348055df256af47ed82712394d0..73c0ffec428f264bd19ca58acdbe99a1e99d69cb 100644 (file)
@@ -2523,7 +2523,7 @@ msgstr "太少參數"
 
 #: init.c:778 init.c:1713
 #, c-format
-msgid "Error: impossible to build path of '%s'"
+msgid "Error: Can't build path of '%s'"
 msgstr ""
 
 #: init.c:795