summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug_report
blob: d40d5a1c4a43ea55076faf74fb0aa45e0b9ec566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

use lib qw(/usr/lib/libDrakX);

use standalone;
use common;
use any;

my %other = (
    'rpm -qa' => join('', sort `rpm -qa`),
    'mandrake version' => mandrake_release(),
    'df' => join('', `df`),
);

print any::report_bug(%other);
ec96183539bb600b1a25ecd1cb91d227a96aa450 (patch) treef58566180729464eff75472dcca6a8e6fd5d2606 /perl-install/share/po parentb3727fb87ab909938c9acb53673466d2aab4daff (diff)downloaddrakx-ec96183539bb600b1a25ecd1cb91d227a96aa450.tar
drakx-ec96183539bb600b1a25ecd1cb91d227a96aa450.tar.gz
drakx-ec96183539bb600b1a25ecd1cb91d227a96aa450.tar.bz2
drakx-ec96183539bb600b1a25ecd1cb91d227a96aa450.tar.xz
drakx-ec96183539bb600b1a25ecd1cb91d227a96aa450.zip
typo fix
Diffstat (limited to 'perl-install/share/po')
-rw-r--r--perl-install/share/po/DrakX.pot2
-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.po4
-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.po4
-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/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@Latn.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
71 files changed, 73 insertions, 73 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index c1e628197..fce4ee031 100644
--- a/perl-install/share/po/DrakX.pot
+++ b/perl-install/share/po/DrakX.pot
@@ -17359,7 +17359,7 @@ msgstr ""
#: standalone/drakgw:177
#, c-format
-msgid "Local Area Network setings"
+msgid "Local Area Network settings"
msgstr ""
#: standalone/drakgw:180
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 91f307d46..f134649b1 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -20613,7 +20613,7 @@ msgstr "Kies asseblief die netwerkkaart wat aan u LAN gekoppel is."
#: standalone/drakgw:177
#, fuzzy, c-format
-msgid "Local Area Network setings"
+msgid "Local Area Network settings"
msgstr "Plaaslike Netwerkadres"
#: standalone/drakgw:180
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index 2e8a53262..13da68e8c 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -18204,7 +18204,7 @@ msgstr ""
#: standalone/drakgw:177
#, fuzzy, c-format
-msgid "Local Area Network setings"
+msgid "Local Area Network settings"
msgstr "የቀይ ባርኔታ መረብ"
#: standalone/drakgw:180
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index ce3c89db1..efe646007 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -20687,7 +20687,7 @@ msgstr "الرجاء اختيار موائم الشبكة الذي سيتم به
#: standalone/drakgw:177
#, fuzzy, c-format
-msgid "Local Area Network setings"
+msgid "Local Area Network settings"
msgstr "عنوان الشبكة المحلية"
#: standalone/drakgw:180
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index ddf4eb81d..67f22d0ae 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -20592,7 +20592,7 @@ msgstr ""
#: standalone/drakgw:177
#, fuzzy, c-format
-msgid "Local Area Network setings"
+msgid "Local Area Network settings"
msgstr "Yerli Şəbəkə ünvanı"
#: standalone/drakgw:180
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 9b36fda0e..cffc052f8 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -18429,7 +18429,7 @@ msgstr ""
#: standalone/drakgw:177
#, fuzzy, c-format
-msgid "Local Area Network setings"
+msgid "Local Area Network settings"
msgstr "Прагляд лякальнай сеткі"
#: standalone/drakgw:180
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index f699aad6b..18a4edbe7 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -19584,7 +19584,7 @@ msgstr ""
#: standalone/drakgw:177
#, fuzzy, c-format
-msgid "Local Area Network setings"
+msgid "Local Area Network settings"
msgstr "Адрес на Локална мрежа"
#: standalone/drakgw:180
diff --git a/perl-install/share/po/bn.po b/perl-install/share/po/bn.po
index bb34973ea..6266f7941 100644
--- a/perl-install/share/po/bn.po
+++ b/perl-install/share/po/bn.po