From 7cc6efa60ca7378ba2b95be1fe5804a97f29af10 Mon Sep 17 00:00:00 2001 From: Ben RUBSON Date: Sat, 25 Mar 2017 13:55:53 +0100 Subject: [PATCH] Display default yes/no choice when creating initial directories Currently the text displayed is The directory "..." does not exist. Should it be created? (y,n) This patch changes it to The directory "..." does not exist. Should it be created? (y,N) --- encfs/FileUtils.cpp | 2 +- po/ar.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/bs.po | 2 +- po/ca.po | 4 ++-- po/cs.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/de_AT.po | 4 ++-- po/de_CH.po | 4 ++-- po/de_DE.po | 4 ++-- po/el.po | 4 ++-- po/encfs.pot | 2 +- po/eo.po | 4 ++-- po/es.po | 4 ++-- po/es_ES.po | 4 ++-- po/es_PE.po | 2 +- po/et.po | 2 +- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_FR.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hr.po | 2 +- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/ko.po | 2 +- po/lv.po | 4 ++-- po/nb.po | 4 ++-- po/nds.po | 4 ++-- po/nl.po | 4 ++-- po/nn.po | 4 ++-- po/oc.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/pt_PT.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sk.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/ta.po | 2 +- po/tr.po | 4 ++-- po/uk.po | 4 ++-- po/vi.po | 6 +++--- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 2 +- 52 files changed, 96 insertions(+), 96 deletions(-) diff --git a/encfs/FileUtils.cpp b/encfs/FileUtils.cpp index d5cd86d..e1b659c 100644 --- a/encfs/FileUtils.cpp +++ b/encfs/FileUtils.cpp @@ -171,7 +171,7 @@ bool userAllowMkdir(int promptno, const char *path, mode_t mode) { // xgroup(setup) cerr << autosprintf( _("The directory \"%s\" does not exist. Should it be created? " - "(y,n) "), + "(y,N) "), path); char answer[10]; char *res; diff --git a/po/ar.po b/po/ar.po index 642cb11..b0b822e 100644 --- a/po/ar.po +++ b/po/ar.po @@ -455,8 +455,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "الإعدادات المحملة غير متوافقة مع --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "الدليل \"%s\" غير موجود. هل ينبغي إنشاؤه؟ (y، n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "الدليل \"%s\" غير موجود. هل ينبغي إنشاؤه؟ (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/be.po b/po/be.po index d4272c4..1d0860d 100644 --- a/po/be.po +++ b/po/be.po @@ -419,8 +419,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Дырэкторыя \"%s\" не існуе.Ці трэба яе стварыць? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Дырэкторыя \"%s\" не існуе.Ці трэба яе стварыць? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/bg.po b/po/bg.po index cc8dbee..c51cb83 100644 --- a/po/bg.po +++ b/po/bg.po @@ -446,8 +446,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Директорията \"%s\" не съществува. Да бъде ли създадена? (д,н) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Директорията \"%s\" не съществува. Да бъде ли създадена? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/bs.po b/po/bs.po index 139ad6f..3e96025 100644 --- a/po/bs.po +++ b/po/bs.po @@ -418,7 +418,7 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" msgid "" diff --git a/po/ca.po b/po/ca.po index 7b5fde8..7f7db30 100644 --- a/po/ca.po +++ b/po/ca.po @@ -450,9 +450,9 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" -"El directori \"%s\" no existeix. Desitges crear el nou directori? (y,n) " +"El directori \"%s\" no existeix. Desitges crear el nou directori? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/cs.po b/po/cs.po index ee4271b..07dfd10 100644 --- a/po/cs.po +++ b/po/cs.po @@ -450,8 +450,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Adresář \"%s\" neexistuje, má být vytvořen? (\"y\"-ano, \"n\"-ne) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Adresář \"%s\" neexistuje, má být vytvořen? (\"y\"-ano, \"N\"-ne) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/da.po b/po/da.po index 9b83479..e76bd87 100644 --- a/po/da.po +++ b/po/da.po @@ -451,8 +451,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Mappen \"%s\" eksisterer ikke. Skal den oprettes? (y, n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Mappen \"%s\" eksisterer ikke. Skal den oprettes? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/de.po b/po/de.po index 855db15..46b0cfe 100644 --- a/po/de.po +++ b/po/de.po @@ -517,8 +517,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Die geladene Konfiguration ist mit --reverse nicht kompatibel\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Das Verzeichnis »%s« existiert nicht. Soll es angelegt werden? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Das Verzeichnis »%s« existiert nicht. Soll es angelegt werden? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/de_AT.po b/po/de_AT.po index add1a6c..1a632cf 100644 --- a/po/de_AT.po +++ b/po/de_AT.po @@ -486,9 +486,9 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Die geladene Konfiguration ist mit --reverse nicht kompatibel\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" -"Das Verzeichnis \"%s\" existiert nicht. Soll es angelegt werden? (j,n) " +"Das Verzeichnis \"%s\" existiert nicht. Soll es angelegt werden? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/de_CH.po b/po/de_CH.po index b2a728e..deb0fdc 100644 --- a/po/de_CH.po +++ b/po/de_CH.po @@ -489,9 +489,9 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Die geladene Konfiguration ist mit --reverse nicht kompatibel\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" -"Das Verzeichnis \"%s\" existiert nicht. Soll es erstellt werden? (j,n) " +"Das Verzeichnis \"%s\" existiert nicht. Soll es erstellt werden? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/de_DE.po b/po/de_DE.po index 93e6d9b..d618671 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -490,9 +490,9 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Die geladene Konfiguration ist mit --reverse nicht kompatibel\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" -"Das Verzeichnis \"%s\" existiert nicht. Soll es angelegt werden? (y,n) " +"Das Verzeichnis \"%s\" existiert nicht. Soll es angelegt werden? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/el.po b/po/el.po index 6205618..d07031c 100644 --- a/po/el.po +++ b/po/el.po @@ -443,8 +443,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Ο φάκελος \"%s\" δεν υπάρχει. Να τον δημιουργήσω? (y/n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Ο φάκελος \"%s\" δεν υπάρχει. Να τον δημιουργήσω? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/encfs.pot b/po/encfs.pot index 7ace7a0..4fc4c3a 100644 --- a/po/encfs.pot +++ b/po/encfs.pot @@ -153,7 +153,7 @@ msgid "Incorrect number of arguments for command \"%s\"" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" msgid "Unable to create directory: " diff --git a/po/eo.po b/po/eo.po index 8761167..2598bca 100644 --- a/po/eo.po +++ b/po/eo.po @@ -423,8 +423,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "La dosierujo \"%s\" ne ekzistas. Ĉu ĝi estu kreota? " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "La dosierujo \"%s\" ne ekzistas. Ĉu ĝi estu kreota? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/es.po b/po/es.po index d830da6..d939b6f 100644 --- a/po/es.po +++ b/po/es.po @@ -512,8 +512,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "La configuración cargada no es compatible con --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "El directorio \"%s\" no existe. ¿Debería ser creado? (S,N) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "El directorio \"%s\" no existe. ¿Debería ser creado? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/es_ES.po b/po/es_ES.po index c2b528c..2637b94 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -468,8 +468,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "El directorio \"%s\" no existe. ¿Deberia ser creado? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "El directorio \"%s\" no existe. ¿Deberia ser creado? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/es_PE.po b/po/es_PE.po index b953360..4b9a1bc 100644 --- a/po/es_PE.po +++ b/po/es_PE.po @@ -420,7 +420,7 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" msgid "" diff --git a/po/et.po b/po/et.po index aa75a9a..368940a 100644 --- a/po/et.po +++ b/po/et.po @@ -415,7 +415,7 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" msgid "" diff --git a/po/fi.po b/po/fi.po index c3b7233..6de098f 100644 --- a/po/fi.po +++ b/po/fi.po @@ -482,8 +482,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Hakemistoa \"%s\" ei ole olemassa. Luodaanko se? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Hakemistoa \"%s\" ei ole olemassa. Luodaanko se? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/fr.po b/po/fr.po index a65148d..7f6f528 100644 --- a/po/fr.po +++ b/po/fr.po @@ -493,8 +493,8 @@ msgstr "" "La configuration chargée n'est pas compatible avec l'option --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Le répertoire \"%s\" n'existe pas. Doit-il être créé ? (y/n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Le répertoire \"%s\" n'existe pas. Doit-il être créé ? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index 9310b1f..9053cc5 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -482,8 +482,8 @@ msgstr "" "La configuration chargée n'est pas compatible avec l'option --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Le répertoire \"%s\" n'existe pas. Faut-il le créer ? (y/n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Le répertoire \"%s\" n'existe pas. Faut-il le créer ? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/gl.po b/po/gl.po index 27e9e0a..296c9cc 100644 --- a/po/gl.po +++ b/po/gl.po @@ -484,8 +484,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "A configuración cargada non é compatíbel con --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "O directorio \"%s\" non existe. Debería crealo? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "O directorio \"%s\" non existe. Debería crealo? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/he.po b/po/he.po index cae4d3e..24a384c 100644 --- a/po/he.po +++ b/po/he.po @@ -477,8 +477,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "התצורה שנטענה אינה תואמת ל --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "התקייה \"%s\" אינה קיימת. האם ליצור אותה? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "התקייה \"%s\" אינה קיימת. האם ליצור אותה? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/hr.po b/po/hr.po index 394b710..efa2298 100644 --- a/po/hr.po +++ b/po/hr.po @@ -415,7 +415,7 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" msgid "" diff --git a/po/hu.po b/po/hu.po index 2e61e6a..39b5c7f 100644 --- a/po/hu.po +++ b/po/hu.po @@ -485,8 +485,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "A \"%s\" könyvtár nem létezik. Létrehozzam? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "A \"%s\" könyvtár nem létezik. Létrehozzam? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/id.po b/po/id.po index 8f33c59..16042c2 100644 --- a/po/id.po +++ b/po/id.po @@ -432,9 +432,9 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" -"Tidak ada direktori \"%s\", perlukah membuat direktori tersebut? (ya, tidak) " +"Tidak ada direktori \"%s\", perlukah membuat direktori tersebut? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/it.po b/po/it.po index 1449456..0a479c8 100644 --- a/po/it.po +++ b/po/it.po @@ -521,8 +521,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "La configurazione caricata non è compatibile con --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "La directory \"%s\" non esiste. Deve essere creata? (y/n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "La directory \"%s\" non esiste. Deve essere creata? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/ja.po b/po/ja.po index 45fd464..eccefb4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -452,8 +452,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "ディレクトリ \"%s\" が存在しません。作成しますか? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "ディレクトリ \"%s\" が存在しません。作成しますか? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/ko.po b/po/ko.po index 0d1a2dc..7088012 100644 --- a/po/ko.po +++ b/po/ko.po @@ -420,7 +420,7 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" msgid "" diff --git a/po/lv.po b/po/lv.po index cd07a54..1d7e811 100644 --- a/po/lv.po +++ b/po/lv.po @@ -475,8 +475,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Mape \"%s\" neeksistē. Vai radīt to? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Mape \"%s\" neeksistē. Vai radīt to? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/nb.po b/po/nb.po index ab1e19c..18e4f25 100644 --- a/po/nb.po +++ b/po/nb.po @@ -447,8 +447,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Innstillingene som er lastet er ikke kompatible med --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Katalogen \"%s\" eksisterer ikke. Skal den opprettes? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Katalogen \"%s\" eksisterer ikke. Skal den opprettes? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/nds.po b/po/nds.po index 3d885b3..b59645a 100644 --- a/po/nds.po +++ b/po/nds.po @@ -434,8 +434,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Das Verzeichnis \"%s\" existiert nicht, soll es erstellt werden (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Das Verzeichnis \"%s\" existiert nicht, soll es erstellt werden (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/nl.po b/po/nl.po index dbce047..b530e37 100644 --- a/po/nl.po +++ b/po/nl.po @@ -486,8 +486,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "De geladen configuratie is niet compatibel met --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "De map \"%s\" bestaat niet. Moet deze aangemaakt worden? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "De map \"%s\" bestaat niet. Moet deze aangemaakt worden? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/nn.po b/po/nn.po index 790870f..17bf65c 100644 --- a/po/nn.po +++ b/po/nn.po @@ -426,8 +426,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Katalogen \"%s\" eksisterer ikkje. Skal den opprettas? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Katalogen \"%s\" eksisterer ikkje. Skal den opprettas? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/oc.po b/po/oc.po index 9b94c0f..9bea5dd 100644 --- a/po/oc.po +++ b/po/oc.po @@ -490,8 +490,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "La configuracion cargada es pas compatibla amb l'opcion --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Lo repertòri \"%s\" existís pas. Deu èsser creat ? (ò/n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Lo repertòri \"%s\" existís pas. Deu èsser creat ? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/pl.po b/po/pl.po index 5264ef3..e27dab8 100644 --- a/po/pl.po +++ b/po/pl.po @@ -455,8 +455,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Załadowana konfiguracja jest niekompatybilna z --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Katalog \"%s\" nie istnieje. Utworzyć? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Katalog \"%s\" nie istnieje. Utworzyć? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/pt.po b/po/pt.po index 4ca33a7..1570b90 100644 --- a/po/pt.po +++ b/po/pt.po @@ -511,8 +511,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "A configuração carregada não é compatível com --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "A directoria \"%s\" não existe. Criar? (s,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "A directoria \"%s\" não existe. Criar? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index e177846..daf4a88 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -497,8 +497,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "A configuração carregada não é compatível com --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "O diretório \"%s\" não existe. Ele deve ser criado? (y, n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "O diretório \"%s\" não existe. Ele deve ser criado? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/pt_PT.po b/po/pt_PT.po index 8a55c7a..da45315 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -456,8 +456,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "A directoria \"%s\" não existe. Deverá ser criada? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "A directoria \"%s\" não existe. Deverá ser criada? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/ro.po b/po/ro.po index dd323e0..55e672a 100644 --- a/po/ro.po +++ b/po/ro.po @@ -473,8 +473,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Configuraţia încărcată nu este compatibilă cu --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Directorul \"%s\" nu există. Ar trebui creat ? (y/n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Directorul \"%s\" nu există. Ar trebui creat ? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/ru.po b/po/ru.po index 114e83b..33ad129 100644 --- a/po/ru.po +++ b/po/ru.po @@ -503,8 +503,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Загруженная конфигурация не сопоставима с --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Директория \"%s\" не существует. Создать ее? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Директория \"%s\" не существует. Создать ее? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/sk.po b/po/sk.po index 78d555f..99ab47b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -427,8 +427,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Priečinok \"%s\" neexistuje. Má byť vytvorený ? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Priečinok \"%s\" neexistuje. Má byť vytvorený ? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/sr.po b/po/sr.po index abc01c3..882accc 100644 --- a/po/sr.po +++ b/po/sr.po @@ -423,8 +423,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Директоријум „%s“ не постоји. Да ли желите да га направите? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Директоријум „%s“ не постоји. Да ли желите да га направите? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/sv.po b/po/sv.po index fb6b372..8ed482e 100644 --- a/po/sv.po +++ b/po/sv.po @@ -452,8 +452,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Katalogen \"%s\" finns ej. Ska den skapas? (j/n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Katalogen \"%s\" finns ej. Ska den skapas? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/ta.po b/po/ta.po index 01de8c2..b6108c6 100644 --- a/po/ta.po +++ b/po/ta.po @@ -413,7 +413,7 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" msgid "" diff --git a/po/tr.po b/po/tr.po index 3958967..042b5f5 100644 --- a/po/tr.po +++ b/po/tr.po @@ -477,8 +477,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Yüklenen ayarlar --reverse ile uyumlu değil\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "\"%s\" dizini mevcut değil. Yaratılmasını ister misiniz? (e,h) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "\"%s\" dizini mevcut değil. Yaratılmasını ister misiniz? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/uk.po b/po/uk.po index 18b14c7..b729b5d 100644 --- a/po/uk.po +++ b/po/uk.po @@ -458,8 +458,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "Завантажена конфігурація не допустима з --reverse\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "Папки \"%s\" не існує. Створити її? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "Папки \"%s\" не існує. Створити її? (y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/vi.po b/po/vi.po index 1576038..5fb6210 100644 --- a/po/vi.po +++ b/po/vi.po @@ -441,10 +441,10 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" -"Chưa có thư mục \"%s\" trong hệ thống. Bạn có muốn tạo thư mục đó không? (c," -"k) " +"Chưa có thư mục \"%s\" trong hệ thống. Bạn có muốn tạo thư mục đó không? (y," +"N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 3491670..e85920f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -464,8 +464,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "加载的配置不兼容--reverse 选项\n" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "目录\"%s\" 不存在。要创建吗?(y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "目录\"%s\" 不存在。要创建吗?(y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/zh_HK.po b/po/zh_HK.po index 332008d..b23844e 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -437,8 +437,8 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " -msgstr "目錄 \"%s\" 並不存在,是否新增?(y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " +msgstr "目錄 \"%s\" 並不存在,是否新增?(y,N) " msgid "" "The external initialization-vector chaining option has been\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 87f64c2..fcb0ca1 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -413,7 +413,7 @@ msgid "The configuration loaded is not compatible with --reverse\n" msgstr "" #, c-format -msgid "The directory \"%s\" does not exist. Should it be created? (y,n) " +msgid "The directory \"%s\" does not exist. Should it be created? (y,N) " msgstr "" msgid ""