aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/acp/acp_forums.php10
-rw-r--r--phpBB/install/schemas/schema_data.sql2
2 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php
index e3979632c2..572ae3692a 100644
--- a/phpBB/includes/acp/acp_forums.php
+++ b/phpBB/includes/acp/acp_forums.php
@@ -131,11 +131,11 @@ class acp_forums
'forum_rules_link' => $request->variable('forum_rules_link', ''),
'forum_image' => $request->variable('forum_image', ''),
'forum_style' => $request->variable('forum_style', 0),
- 'display_subforum_list' => $request->variable('display_subforum_list', false),
- 'display_on_index' => $request->variable('display_on_index', false),
+ 'display_subforum_list' => $request->variable('display_subforum_list', true),
+ 'display_on_index' => $request->variable('display_on_index', true),
'forum_topics_per_page' => $request->variable('topics_per_page', 0),
'enable_indexing' => $request->variable('enable_indexing', true),
- 'enable_icons' => $request->variable('enable_icons', false),
+ 'enable_icons' => $request->variable('enable_icons', true),
'enable_prune' => $request->variable('enable_prune', false),
'enable_post_review' => $request->variable('enable_post_review', true),
'enable_quick_reply' => $request->variable('enable_quick_reply', false),
@@ -454,10 +454,10 @@ class acp_forums
'forum_image' => '',
'forum_style' => 0,
'display_subforum_list' => true,
- 'display_on_index' => false,
+ 'display_on_index' => true,
'forum_topics_per_page' => 0,
'enable_indexing' => true,
- 'enable_icons' => false,
+ 'enable_icons' => true,
'enable_prune' => false,
'prune_days' => 7,
'prune_viewed' => 7,
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index df8b0ba4f2..97fc23f0bf 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -482,7 +482,7 @@ INSERT INTO phpbb_styles (style_name, style_copyright, style_active, style_path,
# -- Forums
INSERT INTO phpbb_forums (forum_name, forum_desc, left_id, right_id, parent_id, forum_type, forum_posts_approved, forum_posts_unapproved, forum_posts_softdeleted, forum_topics_approved, forum_topics_unapproved, forum_topics_softdeleted, forum_last_post_id, forum_last_poster_id, forum_last_poster_name, forum_last_poster_colour, forum_last_post_time, forum_link, forum_password, forum_image, forum_rules, forum_rules_link, forum_rules_uid, forum_desc_uid, prune_days, prune_viewed, forum_parents) VALUES ('{L_FORUMS_FIRST_CATEGORY}', '', 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 'Admin', 'AA0000', 972086460, '', '', '', '', '', '', '', 0, 0, '');
-INSERT INTO phpbb_forums (forum_name, forum_desc, left_id, right_id, parent_id, forum_type, forum_posts_approved, forum_posts_unapproved, forum_posts_softdeleted, forum_topics_approved, forum_topics_unapproved, forum_topics_softdeleted, forum_last_post_id, forum_last_poster_id, forum_last_poster_name, forum_last_poster_colour, forum_last_post_subject, forum_last_post_time, forum_link, forum_password, forum_image, forum_rules, forum_rules_link, forum_rules_uid, forum_desc_uid, prune_days, prune_viewed, forum_parents, forum_flags) VALUES ('{L_FORUMS_TEST_FORUM_TITLE}', '{L_FORUMS_TEST_FORUM_DESC}', 2, 3, 1, 1, 1, 0, 0, 1, 0, 0, 1, 2, 'Admin', 'AA0000', '{L_TOPICS_TOPIC_TITLE}', 972086460, '', '', '', '', '', '', '', 0, 0, '', 48);
+INSERT INTO phpbb_forums (forum_name, forum_desc, left_id, right_id, parent_id, forum_type, forum_posts_approved, forum_posts_unapproved, forum_posts_softdeleted, forum_topics_approved, forum_topics_unapproved, forum_topics_softdeleted, forum_last_post_id, forum_last_poster_id, forum_last_poster_name, forum_last_poster_colour, forum_last_post_subject, forum_last_post_time, forum_link, forum_password, forum_image, forum_rules, forum_rules_link, forum_rules_uid, forum_desc_uid, prune_freq, prune_days, prune_viewed, forum_parents, forum_flags) VALUES ('{L_FORUMS_TEST_FORUM_TITLE}', '{L_FORUMS_TEST_FORUM_DESC}', 2, 3, 1, 1, 1, 0, 0, 1, 0, 0, 1, 2, 'Admin', 'AA0000', '{L_TOPICS_TOPIC_TITLE}', 972086460, '', '', '', '', '', '', '', 1, 7, 7, '', 48);
# -- Users / Anonymous user
INSERT INTO phpbb_users (user_type, group_id, username, username_clean, user_regdate, user_password, user_email, user_lang, user_style, user_rank, user_colour, user_posts, user_permissions, user_ip, user_birthday, user_lastpage, user_last_confirm_key, user_post_sortby_type, user_post_sortby_dir, user_topic_sortby_type, user_topic_sortby_dir, user_avatar, user_sig, user_sig_bbcode_uid, user_jabber, user_actkey, user_newpasswd, user_allow_massemail) VALUES (2, 1, 'Anonymous', 'anonymous', 0, '', '', 'en', 1, 0, '', 0, '', '', '', '', '', 't', 'a', 't', 'd', '', '', '', '', '', '', 0);
29ae8bbdb82e92323e4680fa2da232'>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
71 files changed, 71 insertions, 71 deletions
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index b61fbf62d..07ddec2e0 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -5433,7 +5433,7 @@ msgstr "Geldigverklaring deur wagwoorde"
#: security/help.pm:94
#, fuzzy, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Aktiveer/Versper ethernetkaarte 'promoscuity' toets."
#: security/help.pm:96
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index 46f0dfbbb..d78d6cbce 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -5150,7 +5150,7 @@ msgstr ""
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr ""
#: security/help.pm:96
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index a0bcfc796..64fe27c9b 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -5522,7 +5522,7 @@ msgstr "استخدم كلمة المرور لمواثقة المستخدمين."
#: security/help.pm:94
#, fuzzy, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "تنشيط/تعطيل التحقّق من وضع عدم شرعيّة بطاقات ethernet."
#: security/help.pm:96
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index 702ac29e3..a35a95198 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -5559,7 +5559,7 @@ msgstr "İstifadəçiləri səlahiyyətləndirmək üçün şifrə işlət."
#: security/help.pm:94
#, fuzzy, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr ""
"Eternet kartlarının nizamsızlıq yoxlamasını Fəallaşdır/Qeyri-Fəallaşdır."
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index b8452ad88..33b7c05a1 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -5185,7 +5185,7 @@ msgstr ""
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr ""
#: security/help.pm:96
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index 130b677fd..ef052da03 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -5518,7 +5518,7 @@ msgstr "Използвай пароли за удостоверяване сам
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr ""
#: security/help.pm:96
diff --git a/perl-install/share/po/bn.po b/perl-install/share/po/bn.po
index 458bff096..9b612b6f8 100644
--- a/perl-install/share/po/bn.po
+++ b/perl-install/share/po/bn.po
@@ -5484,7 +5484,7 @@ msgstr "ব্যবহারকারীর পরিচয় প্রমাণ
# FIXME
#: security/help.pm:94
#, fuzzy, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "ইথারনেট কার্ডের বহুরূপী পরীক্ষা সক্রিয়/নিষ্ক্রিয় করো।"
#: security/help.pm:96
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index 096e9893b..068d707b2 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -5278,7 +5278,7 @@ msgstr ""
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr ""
#: security/help.pm:96
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index d496be0ba..a2119f069 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -5615,7 +5615,7 @@ msgstr "Koristi šifru za provjeru autentičnosti korisnika."
#: security/help.pm:94
#, fuzzy, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Aktiviraj/isključi provjeru promiskuitetnog moda Ethernet kartica."
#: security/help.pm:96
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index 16d9776fd..d46725aa7 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -5591,7 +5591,7 @@ msgstr "Utilitza una contrasenya per autenticar usuaris."
#: security/help.pm:94
#, fuzzy, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr ""
"Activa/Inhabilita la comprovació de promiscuïtat de les targetes Ethernet."
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index b8bf1e83f..d1d2e9355 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -5610,7 +5610,7 @@ msgstr "Použije heslo pro autentizaci uživatelů."
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Povolit kontrolu na nastavení promiskuitního režimu síťového rozhraní."
#: security/help.pm:96
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 2dcbe20b9..4286b418f 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -5604,7 +5604,7 @@ msgstr "Defnyddio cyfrinair i wirio defnyddwyr."
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Galluogi gwiriad cymysgaredd cardiau ethernet."
#: security/help.pm:96
diff --git a/perl-install/share/po/da.po b/perl-install/share/po/da.po
index 63689faa9..63fa297d0 100644
--- a/perl-install/share/po/da.po
+++ b/perl-install/share/po/da.po
@@ -5582,7 +5582,7 @@ msgstr "Brug adgangskode til at autentificere brugere."
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Aktivér åbenhedstjek på ethernetkort."
#: security/help.pm:96
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index 5877f77ad..dbcd3fe6b 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -5685,7 +5685,7 @@ msgstr "Benutzer müssen sich mit einem Passwort authentifizieren."
#: security/help.pm:94
#, fuzzy, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Aktiviere/Deaktiviere die Vermischtheitsprüfung für Netzwerkkarten."
#: security/help.pm:96
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index 9a17384dc..2b62f77c2 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -5711,7 +5711,7 @@ msgstr "Χρήση κωδικού ασφαλείας για την πιστοπ
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Ενεργοποίηση του ελέγχου κατασκοπίας των καρτών ethernet."
#: security/help.pm:96
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index bc94b815f..88c1d66a1 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -5308,7 +5308,7 @@ msgstr ""
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr ""
#: security/help.pm:96
diff --git a/perl-install/share/po/es.po b/perl-install/share/po/es.po
index 29d54bfb7..49d2d30ab 100644
--- a/perl-install/share/po/es.po
+++ b/perl-install/share/po/es.po
@@ -5654,7 +5654,7 @@ msgstr "Usar contraseña para autenticar usuarios."
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Activar verificaciones de promiscuidad de tarjetas Ethernet."
#: security/help.pm:96
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
index b757d8dc3..307aa1f64 100644
--- a/perl-install/share/po/et.po
+++ b/perl-install/share/po/et.po
@@ -5596,7 +5596,7 @@ msgstr "Parooli kasutamine kasutajate autentimiseks"
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Võrgukaardi mitte-eelisoleku kontrolli lubamine."
#: security/help.pm:96
diff --git a/perl-install/share/po/eu.po b/perl-install/share/po/eu.po
index 92e37706a..98358e70c 100644
--- a/perl-install/share/po/eu.po
+++ b/perl-install/share/po/eu.po
@@ -5617,7 +5617,7 @@ msgstr "Erabili pasahitza erabiltzaileak autentifikatzeko."
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Aktibatu ethernet txartelen promiskuotasun egiaztapena."
#: security/help.pm:96
diff --git a/perl-install/share/po/fa.po b/perl-install/share/po/fa.po
index f3e7a6faa..37d9b03e2 100644
--- a/perl-install/share/po/fa.po
+++ b/perl-install/share/po/fa.po
@@ -5554,7 +5554,7 @@ msgstr "برای تأیید هویت کاربران از گذرواژه استف
#: security/help.pm:94
#, fuzzy, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "فعال/غیرفعال‌سازی بررسی بی‌نظم کارت‌های شبکه."
#: security/help.pm:96
diff --git a/perl-install/share/po/fi.po b/perl-install/share/po/fi.po
index 7f06ce2cc..438a74266 100644
--- a/perl-install/share/po/fi.po
+++ b/perl-install/share/po/fi.po
@@ -5770,7 +5770,7 @@ msgstr "Käytä salasanoja käyttäjien tunnistamiseen."
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Ota käyttöön verkkokorttien promiscuous-tarkistus."
#: security/help.pm:96
diff --git a/perl-install/share/po/fr.po b/perl-install/share/po/fr.po
index 535eedc44..448dbd710 100644
--- a/perl-install/share/po/fr.po
+++ b/perl-install/share/po/fr.po
@@ -5757,7 +5757,7 @@ msgstr "Utiliser des mots de passe pour authentifier les utilisateurs."
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Activer la vérification du mode espion des cartes réseau."
#: security/help.pm:96
diff --git a/perl-install/share/po/fur.po b/perl-install/share/po/fur.po
index 85e5f481f..e9c447278 100644
--- a/perl-install/share/po/fur.po
+++ b/perl-install/share/po/fur.po
@@ -5163,7 +5163,7 @@ msgstr ""
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr ""
#: security/help.pm:96
diff --git a/perl-install/share/po/ga.po b/perl-install/share/po/ga.po
index 68bb95486..67f7bbe51 100644
--- a/perl-install/share/po/ga.po
+++ b/perl-install/share/po/ga.po
@@ -5201,7 +5201,7 @@ msgstr ""
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr ""
#: security/help.pm:96
diff --git a/perl-install/share/po/gl.po b/perl-install/share/po/gl.po
index 5af515b91..47538aaad 100644
--- a/perl-install/share/po/gl.po
+++ b/perl-install/share/po/gl.po
@@ -5636,7 +5636,7 @@ msgstr "Usar contrasinal para autenticar ós usuarios."
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "Activar a verificación de promiscuidade de tarxetas ethernet."
#: security/help.pm:96
diff --git a/perl-install/share/po/he.po b/perl-install/share/po/he.po
index eb44f9440..eb177d87f 100644
--- a/perl-install/share/po/he.po
+++ b/perl-install/share/po/he.po
@@ -5536,7 +5536,7 @@ msgstr "השתמש בסיסמה לאימות משתמשים."
#: security/help.pm:94
#, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "הפעל בדיקתpromiscuity של כרטיסי הרשת."
#: security/help.pm:96
diff --git a/perl-install/share/po/hi.po b/perl-install/share/po/hi.po
index e29ac636e..08b7cffcc 100644
--- a/perl-install/share/po/hi.po
+++ b/perl-install/share/po/hi.po
@@ -5526,7 +5526,7 @@ msgstr "उपयोगकर्ताओं का प्रमाणीकर
#: security/help.pm:94
#, fuzzy, c-format
-msgid "Activate ethernet cards promiscuity check."
+msgid "Activate Ethernet cards promiscuity check."
msgstr "ईथरनेट कार्डों की अभेदता जाँच सक्रिय/निष्क्रिय ।"
#: security/help.pm:96
diff --git a/perl-install/share/po/hr.po b/perl-install/share/po/hr.po