inetcpl: Don't pad group box labels with spaces.
diff --git a/dlls/inetcpl.cpl/inetcpl.rc b/dlls/inetcpl.cpl/inetcpl.rc
index 8ca7779..49ef5e6 100644
--- a/dlls/inetcpl.cpl/inetcpl.rc
+++ b/dlls/inetcpl.cpl/inetcpl.rc
@@ -43,14 +43,14 @@
CAPTION "General"
BEGIN
- GROUPBOX " Home page ", IDC_STATIC, 4, 4, 312, 56
+ GROUPBOX "Home page", IDC_STATIC, 4, 4, 312, 56
LTEXT "You can choose the address that will be used as your home page.",
IDC_STATIC, 10, 14, 300, 10
EDITTEXT IDC_HOME_EDIT, 10, 26, 300, 12, WS_VISIBLE | ES_AUTOHSCROLL
PUSHBUTTON "&Current page", IDC_HOME_CURRENT, 58, 42, 80, 14
PUSHBUTTON "&Default page", IDC_HOME_DEFAULT, 144, 42, 80, 14
PUSHBUTTON "&Blank page", IDC_HOME_BLANK, 230, 42, 80, 14
- GROUPBOX " Browsing history ", IDC_STATIC, 4, 66, 312, 42
+ GROUPBOX "Browsing history", IDC_STATIC, 4, 66, 312, 42
LTEXT "You can delete cached pages, cookies and other data.",
IDC_STATIC, 10, 76, 300, 10
PUSHBUTTON "Delete &files...", IDC_HISTORY_DELETE, 144, 90, 80, 14
@@ -105,7 +105,7 @@
CAPTION "Content"
BEGIN
- GROUPBOX " Certificates ", IDC_STATIC, 4, 4, 312, 50
+ GROUPBOX "Certificates", IDC_STATIC, 4, 4, 312, 50
LTEXT "Certificates are used for your personal identification and to identify certificate authorities and publishers.",
IDC_STATIC, 58, 14, 252, 18
PUSHBUTTON "Certificates...", IDC_CERT, 146, 34, 80, 14
diff --git a/dlls/inetcpl.cpl/security.c b/dlls/inetcpl.cpl/security.c
index 1187185..8f46b79 100644
--- a/dlls/inetcpl.cpl/security.c
+++ b/dlls/inetcpl.cpl/security.c
@@ -59,7 +59,6 @@
#define NUM_TRACKBAR_POS 5
-static WCHAR spaceW[] = {' ',0};
static DWORD url_templates[] = {URLTEMPLATE_CUSTOM,
URLTEMPLATE_LOW,
URLTEMPLATE_MEDLOW,
@@ -135,13 +134,9 @@
SetWindowTextW(GetDlgItem(sd->hsec, IDC_SEC_ZONE_INFO), za->szDescription);
- name[0] = ' ';
- name[1] = 0;
-
- LoadStringW(hcpl, IDS_SEC_SETTINGS, &name[1], sizeof(name)/sizeof(name[0]) - 3);
+ LoadStringW(hcpl, IDS_SEC_SETTINGS, name, sizeof(name)/sizeof(*name));
len = lstrlenW(name);
- lstrcpynW(&name[len], za->szDisplayName, sizeof(name)/sizeof(name[0]) - len - 3);
- lstrcatW(name, spaceW);
+ lstrcpynW(&name[len], za->szDisplayName, sizeof(name)/sizeof(*name) - len - 1);
TRACE("new title: %s\n", debugstr_w(name));
SetWindowTextW(GetDlgItem(sd->hsec, IDC_SEC_GROUP), name);
diff --git a/po/ar.po b/po/ar.po
index 2be93f2..abaec1d 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2293,7 +2293,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3311,7 +3311,7 @@
msgstr "اختر ال&كل\tCtrl+A"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3331,7 +3331,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3391,11 +3391,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "معلومات"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/bg.po b/po/bg.po
index 14652d7..c5d16ae 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -2293,7 +2293,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3327,7 +3327,7 @@
msgstr "Свойства"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3348,7 +3348,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3408,11 +3408,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "&Свойства на клетката"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/ca.po b/po/ca.po
index 44973ca..3a7a29f 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2286,7 +2286,7 @@
msgid "You have specified the following settings:"
msgstr "Heu especificat la configuració següent:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certificats"
@@ -3343,7 +3343,8 @@
msgstr "Ajustaments de %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Pàgina d'inici "
#: inetcpl.rc:47
@@ -3363,7 +3364,8 @@
msgstr "Pàgina en blanc"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Historial de navegació "
#: inetcpl.rc:54
@@ -3432,10 +3434,6 @@
msgid "Security"
msgstr "Seguritat"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Certificats "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/cs.po b/po/cs.po
index e690074..230527b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2307,7 +2307,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3367,8 +3367,9 @@
msgstr "&Vlastnosti"
#: inetcpl.rc:46
-msgid " Home page "
-msgstr ""
+#, fuzzy
+msgid "Home page"
+msgstr "Domů"
#: inetcpl.rc:47
msgid "You can choose the address that will be used as your home page."
@@ -3389,7 +3390,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Historie příkazů"
#: inetcpl.rc:54
@@ -3448,11 +3449,6 @@
msgid "Security"
msgstr "Zabezpečení"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "&Vlastnosti"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/da.po b/po/da.po
index 49c52b0..3d5c63e 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2316,7 +2316,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3392,7 +3392,7 @@
#: inetcpl.rc:46
#, fuzzy
-msgid " Home page "
+msgid "Home page"
msgstr "Én side"
#: inetcpl.rc:47
@@ -3416,7 +3416,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Kommando historik"
#: inetcpl.rc:54
@@ -3475,11 +3475,6 @@
msgid "Security"
msgstr "Sikkerhed"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "Egenskaper for &celle"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/de.po b/po/de.po
index 7b57f15..4ca12f2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2281,7 +2281,7 @@
msgid "You have specified the following settings:"
msgstr "Sie haben folgende Einstellungen gewählt:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Zertifikate"
@@ -3329,7 +3329,8 @@
msgstr "Frage nach %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Startseite "
#: inetcpl.rc:47
@@ -3349,7 +3350,8 @@
msgstr "&Leere Seite"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Browserverlauf "
#: inetcpl.rc:54
@@ -3419,10 +3421,6 @@
msgid "Security"
msgstr "Sicherheit"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Zertifikate "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/el.po b/po/el.po
index 58e2aa7..254537f 100644
--- a/po/el.po
+++ b/po/el.po
@@ -2255,7 +2255,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3270,7 +3270,7 @@
msgstr "Επιλογές"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3291,7 +3291,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3350,10 +3350,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr ""
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/en.po b/po/en.po
index ef6ef9e..611f1bc 100644
--- a/po/en.po
+++ b/po/en.po
@@ -2229,7 +2229,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certificates"
@@ -3222,8 +3222,8 @@
msgstr "Asking for %s"
#: inetcpl.rc:46
-msgid " Home page "
-msgstr ""
+msgid "Home page"
+msgstr "Home page"
#: inetcpl.rc:47
msgid "You can choose the address that will be used as your home page."
@@ -3242,7 +3242,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3300,10 +3300,6 @@
msgid "Security"
msgstr "Security"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Certificates "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/en_US.po b/po/en_US.po
index 4ed24a3..737d2cf 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -2279,7 +2279,7 @@
msgid "You have specified the following settings:"
msgstr "You have specified the following settings:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certificates"
@@ -3324,8 +3324,8 @@
msgstr "Asking for %s"
#: inetcpl.rc:46
-msgid " Home page "
-msgstr " Home page "
+msgid "Home page"
+msgstr "Home page"
#: inetcpl.rc:47
msgid "You can choose the address that will be used as your home page."
@@ -3344,8 +3344,8 @@
msgstr "&Blank page"
#: inetcpl.rc:53
-msgid " Browsing history "
-msgstr " Browsing history "
+msgid "Browsing history"
+msgstr "Browsing history"
#: inetcpl.rc:54
msgid "You can delete cached pages, cookies and other data."
@@ -3413,10 +3413,6 @@
msgid "Security"
msgstr "Security"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Certificates "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/eo.po b/po/eo.po
index fc81bd2..58a7d8b 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -2307,7 +2307,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3353,7 +3353,7 @@
msgstr "Ecoj"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3375,7 +3375,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Kronologio"
#: inetcpl.rc:54
@@ -3435,11 +3435,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "&Ecoj"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/es.po b/po/es.po
index 3588d31..b47dd9d 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2319,7 +2319,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3382,8 +3382,9 @@
msgstr "Propiedades de %s"
#: inetcpl.rc:46
-msgid " Home page "
-msgstr ""
+#, fuzzy
+msgid "Home page"
+msgstr "Inicio"
#: inetcpl.rc:47
msgid "You can choose the address that will be used as your home page."
@@ -3405,7 +3406,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Historial de comandos"
#: inetcpl.rc:54
@@ -3464,11 +3465,6 @@
msgid "Security"
msgstr "Seguridad"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "Propiedades de &celda"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/fa.po b/po/fa.po
index 0d62a94..705f98d 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -2293,7 +2293,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3311,7 +3311,7 @@
msgstr "انتخاب &همه\tCtrl+A"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3331,7 +3331,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3391,11 +3391,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "اطلاعات"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/fi.po b/po/fi.po
index 42f5dcb..703b938 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -2301,7 +2301,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3366,8 +3366,9 @@
msgstr "Ominaisuudet"
#: inetcpl.rc:46
-msgid " Home page "
-msgstr ""
+#, fuzzy
+msgid "Home page"
+msgstr "Alkuun"
#: inetcpl.rc:47
msgid "You can choose the address that will be used as your home page."
@@ -3391,7 +3392,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3455,11 +3456,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "S&olun Ominaisuudet"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/fr.po b/po/fr.po
index 90884b9..9bdf3e3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2292,7 +2292,7 @@
msgid "You have specified the following settings:"
msgstr "Vous avez spécifié les paramètres suivants :"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certificats"
@@ -3347,7 +3347,8 @@
msgstr "Demande de %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Page d'accueil "
#: inetcpl.rc:47
@@ -3367,7 +3368,8 @@
msgstr "Page &blanche"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Historique de navigation "
#: inetcpl.rc:54
@@ -3437,10 +3439,6 @@
msgid "Security"
msgstr "Sécurité"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Certificats "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/he.po b/po/he.po
index 29bd690..ff7e68d 100644
--- a/po/he.po
+++ b/po/he.po
@@ -2289,7 +2289,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "אישורים"
@@ -3314,7 +3314,8 @@
msgstr "מאפיינים עבור %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " דף הבית "
#: inetcpl.rc:47
@@ -3334,7 +3335,8 @@
msgstr "עמוד &ריק"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Browsing history "
#: inetcpl.rc:54
@@ -3393,10 +3395,6 @@
msgid "Security"
msgstr "אבטחה"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " אישורים "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/hi.po b/po/hi.po
index e897e5f..e1e4998 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -2245,7 +2245,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3254,7 +3254,7 @@
msgstr "सूचना (&o)"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3274,7 +3274,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3332,11 +3332,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "सूचना (&o)"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/hu.po b/po/hu.po
index 7adfa4e..e2ad0f7 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2339,7 +2339,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
#, fuzzy
msgid "Certificates"
msgstr "Tanusítvány beszerzés"
@@ -3440,8 +3440,9 @@
msgstr "Tulajdonságok"
#: inetcpl.rc:46
-msgid " Home page "
-msgstr ""
+#, fuzzy
+msgid "Home page"
+msgstr "tulajdonságlap"
#: inetcpl.rc:47
msgid "You can choose the address that will be used as your home page."
@@ -3463,7 +3464,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Parancs előzmény"
#: inetcpl.rc:54
@@ -3523,11 +3524,6 @@
msgid "Security"
msgstr "&Biztonság"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "Tanusítvány beszerzés"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/it.po b/po/it.po
index 3ef4d15..5bc69b3 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2287,7 +2287,7 @@
msgid "You have specified the following settings:"
msgstr "Hai specificato le impostazioni seguenti:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certificati"
@@ -3340,7 +3340,8 @@
msgstr "Richiedendo %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Pagina iniziale "
#: inetcpl.rc:47
@@ -3360,7 +3361,8 @@
msgstr "Pagina &vuota"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Nella cronologia "
#: inetcpl.rc:54
@@ -3429,10 +3431,6 @@
msgid "Security"
msgstr "Sicurezza"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Certificati "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/ja.po b/po/ja.po
index de4fbcc..6554aac 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2276,7 +2276,7 @@
msgid "You have specified the following settings:"
msgstr "以下の設定を指定しています:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "証明書"
@@ -3319,7 +3319,8 @@
msgstr "Properties for %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " ホーム ページ "
#: inetcpl.rc:47
@@ -3339,7 +3340,8 @@
msgstr "空白(&B)"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " 閲覧履歴 "
#: inetcpl.rc:54
@@ -3408,10 +3410,6 @@
msgid "Security"
msgstr "セキュリティ"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " 証明書 "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/ko.po b/po/ko.po
index 2898f05..9140ae7 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2277,7 +2277,7 @@
msgid "You have specified the following settings:"
msgstr "당신은 다음 설정을 지정했습니다:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "인증서"
@@ -3316,7 +3316,8 @@
msgstr "%s 대하여 묻기"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " 홈 페이지 "
#: inetcpl.rc:47
@@ -3336,7 +3337,8 @@
msgstr "빈 페이지(&B)"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " 방문 기록 "
#: inetcpl.rc:54
@@ -3405,10 +3407,6 @@
msgid "Security"
msgstr "보안"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " 인증서 "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/lt.po b/po/lt.po
index e4691fc..907fdb6 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2285,7 +2285,7 @@
msgid "You have specified the following settings:"
msgstr "Jūs nurodėte šias nuostatas:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Liudijimai"
@@ -3331,7 +3331,8 @@
msgstr "Prašoma %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Pradžios tinklalapis "
#: inetcpl.rc:47
@@ -3353,7 +3354,8 @@
msgstr "&Tuščias puslapis"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Naršymo istorija "
#: inetcpl.rc:54
@@ -3422,10 +3424,6 @@
msgid "Security"
msgstr "Saugumas"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Liudijimai "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/ml.po b/po/ml.po
index f47e0fa..f2c82c2 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -2245,7 +2245,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3254,7 +3254,7 @@
msgstr "വി_വരം"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3274,7 +3274,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3332,11 +3332,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "വി_വരം"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 508ce08..2bc3217 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -2380,7 +2380,7 @@
msgid "You have specified the following settings:"
msgstr "Følgende innstillinger ble valgt:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Sertifikater"
@@ -3466,7 +3466,7 @@
#: inetcpl.rc:46
#, fuzzy
-msgid " Home page "
+msgid "Home page"
msgstr "Én side"
#: inetcpl.rc:47
@@ -3490,7 +3490,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Kommandohistorikk"
#: inetcpl.rc:54
@@ -3549,11 +3549,6 @@
msgid "Security"
msgstr "Sikkerhet"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "Sertifikater"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/nl.po b/po/nl.po
index c4e3fde..8bff0df 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2282,7 +2282,7 @@
msgid "You have specified the following settings:"
msgstr "U heeft de volgende instellingen ingegeven:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certificaten"
@@ -3340,7 +3340,8 @@
msgstr "Instellingen voor %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Startpagina "
#: inetcpl.rc:47
@@ -3360,7 +3361,8 @@
msgstr "&Lege pagina"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Browsing history "
#: inetcpl.rc:54
@@ -3429,10 +3431,6 @@
msgid "Security"
msgstr "Beveiliging"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Certificaten "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/or.po b/po/or.po
index 8287c53..d284353 100644
--- a/po/or.po
+++ b/po/or.po
@@ -2245,7 +2245,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3254,7 +3254,7 @@
msgstr "ସୂଚନା (&o)"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3274,7 +3274,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3332,11 +3332,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "ସୂଚନା (&o)"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/pa.po b/po/pa.po
index d0eb7b6..d6facc6 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -2245,7 +2245,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3254,7 +3254,7 @@
msgstr "ਜਾਣਕਾਰੀ(&o)"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3274,7 +3274,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3332,11 +3332,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "ਜਾਣਕਾਰੀ(&o)"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/pl.po b/po/pl.po
index a5ab6ac..7c54258 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2289,7 +2289,7 @@
msgid "You have specified the following settings:"
msgstr "Określiłeś następujące ustawienia:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certyfikaty"
@@ -3346,7 +3346,8 @@
msgstr "Ustawienia dla %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Strona domowa "
#: inetcpl.rc:47
@@ -3366,7 +3367,8 @@
msgstr "Użyj pu&stej"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Historia przeglądania "
#: inetcpl.rc:54
@@ -3436,10 +3438,6 @@
msgid "Security"
msgstr "Prawa dostępu"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Certyfikaty "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 4ccaa8d..3f24833 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2377,7 +2377,7 @@
msgid "You have specified the following settings:"
msgstr "Foram especificadas as seguintes configurações:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certificados"
@@ -3461,7 +3461,8 @@
msgstr "Propriedades de %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Página inicial "
#: inetcpl.rc:47
@@ -3481,7 +3482,8 @@
msgstr "Página em &branco"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Browsing history "
#: inetcpl.rc:54
@@ -3540,10 +3542,6 @@
msgid "Security"
msgstr "Segurança"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Certificados "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 00d051f..e92af1b 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -2394,7 +2394,7 @@
msgid "You have specified the following settings:"
msgstr "Especificou as seguintes configurações:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certificados"
@@ -3511,7 +3511,7 @@
#: inetcpl.rc:46
#, fuzzy
-msgid " Home page "
+msgid "Home page"
msgstr "Uma página"
#: inetcpl.rc:47
@@ -3535,7 +3535,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Histórico de comandos"
#: inetcpl.rc:54
@@ -3594,11 +3594,6 @@
msgid "Security"
msgstr "Segurança"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "Certificados"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/rm.po b/po/rm.po
index b32b1dd..d08e309 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -2278,7 +2278,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3293,7 +3293,7 @@
msgstr ""
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3313,7 +3313,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3372,11 +3372,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "INFUORMAZIUN"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/ro.po b/po/ro.po
index fb572f9..666099c 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2432,7 +2432,7 @@
msgid "You have specified the following settings:"
msgstr "Ați specificat următoarea configurație:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certificate"
@@ -3517,7 +3517,7 @@
#: inetcpl.rc:46
#, fuzzy
-msgid " Home page "
+msgid "Home page"
msgstr "O pagină"
#: inetcpl.rc:47
@@ -3541,7 +3541,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Istoric comenzi"
#: inetcpl.rc:54
@@ -3600,11 +3600,6 @@
msgid "Security"
msgstr "Securitate"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "Certificate"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/ru.po b/po/ru.po
index 00daae1..5a1ef86 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2283,7 +2283,7 @@
msgid "You have specified the following settings:"
msgstr "Вы определили следующие параметры импорта:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Сертификаты"
@@ -3331,7 +3331,8 @@
msgstr "Запрос %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Домашняя страница "
#: inetcpl.rc:47
@@ -3351,7 +3352,8 @@
msgstr "Пу&стая страница"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " История использования браузера "
#: inetcpl.rc:54
@@ -3422,10 +3424,6 @@
msgid "Security"
msgstr "Безопасность"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Сертификаты "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/sk.po b/po/sk.po
index ef7acbe..43e01e9 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2263,7 +2263,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3290,7 +3290,7 @@
"&Properties"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3311,7 +3311,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3369,11 +3369,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "&Vlastnosti"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/sl.po b/po/sl.po
index 6bc4285..a15bd88 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2308,7 +2308,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Potrdila"
@@ -3381,7 +3381,7 @@
#: inetcpl.rc:46
#, fuzzy
-msgid " Home page "
+msgid "Home page"
msgstr "Ena stran"
#: inetcpl.rc:47
@@ -3405,7 +3405,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Zgodovina ukazov"
#: inetcpl.rc:54
@@ -3464,11 +3464,6 @@
msgid "Security"
msgstr "Varnost"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "Potrdila"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index 8469b12..80a473a 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -2300,7 +2300,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3346,7 +3346,8 @@
msgstr "Својства"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr "Почетна страна"
#: inetcpl.rc:47
@@ -3366,7 +3367,8 @@
msgstr "Празна &страна"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Browsing history "
#: inetcpl.rc:54
@@ -3426,10 +3428,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr "Сертификати"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 20717ab..acbab2e 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -2373,7 +2373,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3429,7 +3429,8 @@
msgstr "Svojstva"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr "Početna strana"
#: inetcpl.rc:47
@@ -3449,7 +3450,8 @@
msgstr "Prazna &strana"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Browsing history "
#: inetcpl.rc:54
@@ -3509,10 +3511,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr "Sertifikati"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/sv.po b/po/sv.po
index 26ee59e..932b163 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2289,7 +2289,7 @@
msgid "You have specified the following settings:"
msgstr "Du har angett följande inställningar:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Certifikat"
@@ -3351,7 +3351,8 @@
msgstr "Egenskaper för %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Startsida "
#: inetcpl.rc:47
@@ -3371,7 +3372,8 @@
msgstr "&Blank sida"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Bläddringshistorik "
#: inetcpl.rc:54
@@ -3430,10 +3432,6 @@
msgid "Security"
msgstr "Säkerhet"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Certifikat "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/te.po b/po/te.po
index 28f50fd..1cf727c 100644
--- a/po/te.po
+++ b/po/te.po
@@ -2245,7 +2245,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3254,7 +3254,7 @@
msgstr "సమాచారము (&o)"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3274,7 +3274,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3332,11 +3332,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "సమాచారము (&o)"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/th.po b/po/th.po
index 26428a7..d82ed60 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2258,7 +2258,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3287,7 +3287,7 @@
msgstr "ปรับแต่งนาฬิกา"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3308,7 +3308,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3368,11 +3368,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "ปรับแต่งนาฬิกา"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/tr.po b/po/tr.po
index 0d7d139..dc190a8 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2298,7 +2298,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3361,8 +3361,9 @@
msgstr "%s Özellikleri"
#: inetcpl.rc:46
-msgid " Home page "
-msgstr ""
+#, fuzzy
+msgid "Home page"
+msgstr "Ev"
#: inetcpl.rc:47
msgid "You can choose the address that will be used as your home page."
@@ -3383,7 +3384,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "Komut geçmişi"
#: inetcpl.rc:54
@@ -3442,11 +3443,6 @@
msgid "Security"
msgstr "Güvenlik"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "&Hücre Özellikleri"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/uk.po b/po/uk.po
index 216d8ed..60e01b4 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2284,7 +2284,7 @@
msgid "You have specified the following settings:"
msgstr "Ви вказали наступні параметри:"
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr "Сертифікати"
@@ -3343,7 +3343,8 @@
msgstr "Властивості для %s"
#: inetcpl.rc:46
-msgid " Home page "
+#, fuzzy
+msgid "Home page"
msgstr " Домашня сторінка "
#: inetcpl.rc:47
@@ -3363,7 +3364,8 @@
msgstr "По&рожня сторінка"
#: inetcpl.rc:53
-msgid " Browsing history "
+#, fuzzy
+msgid "Browsing history"
msgstr " Browsing history "
#: inetcpl.rc:54
@@ -3422,10 +3424,6 @@
msgid "Security"
msgstr "Безпека"
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr " Сертифікати "
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/wa.po b/po/wa.po
index d6726ac..cb5ab34 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -2273,7 +2273,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3301,7 +3301,7 @@
msgstr "&Propietés"
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3321,7 +3321,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3381,11 +3381,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "&Propietés"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/wine.pot b/po/wine.pot
index 865c1a8..3a6b671 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -2224,7 +2224,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3217,7 +3217,7 @@
msgstr ""
#: inetcpl.rc:46
-msgid " Home page "
+msgid "Home page"
msgstr ""
#: inetcpl.rc:47
@@ -3237,7 +3237,7 @@
msgstr ""
#: inetcpl.rc:53
-msgid " Browsing history "
+msgid "Browsing history"
msgstr ""
#: inetcpl.rc:54
@@ -3295,10 +3295,6 @@
msgid "Security"
msgstr ""
-#: inetcpl.rc:108
-msgid " Certificates "
-msgstr ""
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 2e8b703..ae045a3 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2286,7 +2286,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3345,7 +3345,7 @@
#: inetcpl.rc:46
#, fuzzy
-msgid " Home page "
+msgid "Home page"
msgstr "单页"
#: inetcpl.rc:47
@@ -3369,7 +3369,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "命令历史"
#: inetcpl.rc:54
@@ -3429,11 +3429,6 @@
msgid "Security"
msgstr "安全(&S)"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "格属性(&C)"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 6f51a91..c6442f2 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2308,7 +2308,7 @@
msgid "You have specified the following settings:"
msgstr ""
-#: cryptui.rc:334 cryptui.rc:119
+#: cryptui.rc:334 cryptui.rc:119 inetcpl.rc:108
msgid "Certificates"
msgstr ""
@@ -3360,7 +3360,7 @@
#: inetcpl.rc:46
#, fuzzy
-msgid " Home page "
+msgid "Home page"
msgstr "單頁"
#: inetcpl.rc:47
@@ -3384,7 +3384,7 @@
#: inetcpl.rc:53
#, fuzzy
-msgid " Browsing history "
+msgid "Browsing history"
msgstr "歷史指令"
#: inetcpl.rc:54
@@ -3444,11 +3444,6 @@
msgid "Security"
msgstr "安全(&S)"
-#: inetcpl.rc:108
-#, fuzzy
-msgid " Certificates "
-msgstr "格屬性(&C)"
-
#: inetcpl.rc:109
msgid ""
"Certificates are used for your personal identification and to identify "