/perl-install/standalone/

c6197ea1.tar.xz'>drakx-b4ab8f2a2d41706f36117e3a1fb48f9fc6197ea1.tar.xz
drakx-b4ab8f2a2d41706f36117e3a1fb48f9fc6197ea1.zip
- perl -pi -e 's!"Do you want to save /etc/fstab modifications"!"Do you want to save the /etc/fstab modifications?"!'
Diffstat
-rw-r--r--perl-install/diskdrake/interactive.pm2
-rw-r--r--perl-install/share/po/af.po2
-rw-r--r--perl-install/share/po/am.po2
-rw-r--r--perl-install/share/po/ar.po2
-rw-r--r--perl-install/share/po/az.po2
-rw-r--r--perl-install/share/po/be.po2
-rw-r--r--perl-install/share/po/bg.po2
-rw-r--r--perl-install/share/po/bn.po2
-rw-r--r--perl-install/share/po/br.po2
-rw-r--r--perl-install/share/po/bs.po2
-rw-r--r--perl-install/share/po/ca.po2
-rw-r--r--perl-install/share/po/cs.po2
-rw-r--r--perl-install/share/po/cy.po2
-rw-r--r--perl-install/share/po/da.po2
-rw-r--r--perl-install/share/po/de.po2
-rw-r--r--perl-install/share/po/el.po2
-rw-r--r--perl-install/share/po/eo.po2
-rw-r--r--perl-install/share/po/es.po2
-rw-r--r--perl-install/share/po/et.po2
-rw-r--r--perl-install/share/po/eu.po2
-rw-r--r--perl-install/share/po/fa.po2
-rw-r--r--perl-install/share/po/fi.po2
-rw-r--r--perl-install/share/po/fr.po2
-rw-r--r--perl-install/share/po/fur.po2
-rw-r--r--perl-install/share/po/ga.po2
-rw-r--r--perl-install/share/po/gl.po2
-rw-r--r--perl-install/share/po/he.po2
-rw-r--r--perl-install/share/po/hi.po2
-rw-r--r--perl-install/share/po/hr.po2
-rw-r--r--perl-install/share/po/hu.po2
-rw-r--r--perl-install/share/po/id.po2
-rw-r--r--perl-install/share/po/is.po2
-rw-r--r--perl-install/share/po/it.po2
-rw-r--r--perl-install/share/po/ja.po2
-rw-r--r--perl-install/share/po/ko.po2
-rw-r--r--perl-install/share/po/ky.po2
-rw-r--r--perl-install/share/po/libDrakX.pot2
-rw-r--r--perl-install/share/po/lt.po2
-rw-r--r--perl-install/share/po/ltg.po2
-rw-r--r--perl-install/share/po/lv.po2
-rw-r--r--perl-install/share/po/mk.po2
-rw-r--r--perl-install/share/po/mn.po2
-rw-r--r--perl-install/share/po/ms.po2
-rw-r--r--perl-install/share/po/mt.po2
-rw-r--r--perl-install/share/po/nb.po2
-rw-r--r--perl-install/share/po/nl.po2
-rw-r--r--perl-install/share/po/nn.po2
-rw-r--r--perl-install/share/po/pa_IN.po2
-rw-r--r--perl-install/share/po/pl.po2
-rw-r--r--perl-install/share/po/pt.po2
-rw-r--r--perl-install/share/po/pt_BR.po2
-rw-r--r--perl-install/share/po/ro.po2
-rw-r--r--perl-install/share/po/ru.po2
-rw-r--r--perl-install/share/po/sc.po2
-rw-r--r--perl-install/share/po/sk.po2
-rw-r--r--perl-install/share/po/sl.po2
-rw-r--r--perl-install/share/po/sq.po2
-rw-r--r--perl-install/share/po/sr.po2
-rw-r--r--perl-install/share/po/sr@Latn.po2
-rw-r--r--perl-install/share/po/sv.po2
-rw-r--r--perl-install/share/po/ta.po2
-rw-r--r--perl-install/share/po/tg.po2
-rw-r--r--perl-install/share/po/th.po2
-rw-r--r--perl-install/share/po/tl.po2
-rw-r--r--perl-install/share/po/tr.po2
-rw-r--r--perl-install/share/po/uk.po2
-rw-r--r--perl-install/share/po/uz.po2
-rw-r--r--perl-install/share/po/uz@cyrillic.po2
-rw-r--r--perl-install/share/po/vi.po2
-rw-r--r--perl-install/share/po/wa.po2
-rw-r--r--perl-install/share/po/zh_CN.po2
-rw-r--r--perl-install/share/po/zh_TW.po2
72 files changed, 72 insertions, 72 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index ca0cbef66..3565c14d0 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -291,7 +291,7 @@ sub Done {
}
if (!$::isInstall) {
my $new = fs::fstab_to_string($all_hds);
- if ($new ne $all_hds->{current_fstab} && $in->ask_yesorno(N("Confirmation"), N("Do you want to save /etc/fstab modifications"), 1)) {
+ if ($new ne $all_hds->{current_fstab} && $in->ask_yesorno(N("Confirmation"), N("Do you want to save the /etc/fstab modifications?"), 1)) {
$all_hds->{current_fstab} = $new;
fs::write_fstab($all_hds);
}
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index b06fd22e4..d82b0a5dd 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -1461,7 +1461,7 @@ msgstr "Wil u verlaat, sonder om die partisietabel op te dateer?"
#: diskdrake/interactive.pm:294
#, c-format
-msgid "Do you want to save /etc/fstab modifications"
+msgid "Do you want to save the /etc/fstab modifications?"
msgstr "Wil u die /etc/fstab veranderinge stoor?"
#: diskdrake/interactive.pm:301 fs/partitioning_wizard.pm:283
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index 36dae5512..0b16fd201 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -1412,7 +1412,7 @@ msgstr ""
#: diskdrake/interactive.pm:294
#, c-format
-msgid "Do you want to save /etc/fstab modifications"
+msgid "Do you want to save the /etc/fstab modifications?"
msgstr ""
#: diskdrake/interactive.pm:301 fs/partitioning_wizard.pm:283
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index 63c7f36ec..63622b86a 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -1470,7 +1470,7 @@ msgstr "هل تريد الخروج بدون كتابة جدول التجزئة؟
#: diskdrake/interactive.pm:294
#, c-format
-msgid "Do you want to save /etc/fstab modifications"
+msgid "Do you want to save the /etc/fstab modifications?"
msgstr "هل تريد حفظ تعديلات /etc/fstab"
#: diskdrake/interactive.pm:301 fs/partitioning_wizard.pm:283
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index f06801eff..8ce37d437 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -1465,7 +1465,7 @@ msgstr "Bölmə cədvəli qeyd edilmədən çıxılsın?"
#: diskdrake/interactive.pm:294
#, c-format
-msgid "Do you want to save /etc/fstab modifications"
+msgid "Do you want to save the /etc/fstab modifications?"
msgstr "Dəyişikliklər /etc/fstab faylına qeyd edilsin?"
#: diskdrake/interactive.pm:301 fs/partitioning_wizard.pm:283
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 666c1e00a..e3e7255ba 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -1417,7 +1417,7 @@ msgstr "Выйсці без запісу табліцы раздзелаў"
#: diskdrake/interactive.pm:294
#, fuzzy, c-format
-msgid "Do you want to save /etc/fstab modifications"
+msgid "Do you want to save the /etc/fstab modifications?"
msgstr "Ці жадаеце пратэсціраваць настройкі?"
#: diskdrake/interactive.pm:301 fs/partitioning_wizard.pm:283
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index d95c012ba..2dbca7692 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -1478,7 +1478,7 @@ msgstr "Изход, без да запазване на таблицата на
#: diskdrake/interactive.pm:294
#, c-format
-msgid "Do you want to save /etc/fstab modifications"
+msgid "Do you want to save the /etc/fstab modifications?"
msgstr "Искате ли да запазите направените промени в /etc/fstab"
#: diskdrake/interactive.pm:301 fs/partitioning_wizard.pm:283
diff --git a/perl-install/share/po/bn.po b/perl-install/share/po/bn.po
index 67a37b749..6b716de71 100644
--- a/perl-install/share/po/bn.po
+++ b/perl-install/share/po/bn.po
@@ -1469,7 +1469,7 @@ msgstr "কোন পার্টিশন টেবিল না লিখে
#: diskdrake/interactive.pm:294
#, c-format
-msgid "Do you want to save /etc/fstab modifications"
+msgid "Do you want to save the /etc/fstab modifications?"
msgstr "আপনি /etc/fstab -এর পরিবর্তন সেভ করতে চান?"
#: diskdrake/interactive.pm:301 fs/partitioning_wizard.pm:283
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index aad9bcbaf..9a9acc227 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po