From 2180a9c3a4df91efecf2f19c0578027e641234b3 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 29 Dec 2011 00:12:21 +0100 Subject: [PATCH] inetcpl: Don't pad group box labels with spaces. --- dlls/inetcpl.cpl/inetcpl.rc | 6 +++--- dlls/inetcpl.cpl/security.c | 9 ++------- po/ar.po | 11 +++-------- po/bg.po | 11 +++-------- po/ca.po | 12 +++++------- po/cs.po | 14 +++++--------- po/da.po | 11 +++-------- po/de.po | 12 +++++------- po/el.po | 10 +++------- po/en.po | 12 ++++-------- po/en_US.po | 14 +++++--------- po/eo.po | 11 +++-------- po/es.po | 14 +++++--------- po/fa.po | 11 +++-------- po/fi.po | 14 +++++--------- po/fr.po | 12 +++++------- po/he.po | 12 +++++------- po/hi.po | 11 +++-------- po/hu.po | 14 +++++--------- po/it.po | 12 +++++------- po/ja.po | 12 +++++------- po/ko.po | 12 +++++------- po/lt.po | 12 +++++------- po/ml.po | 11 +++-------- po/nb_NO.po | 11 +++-------- po/nl.po | 12 +++++------- po/or.po | 11 +++-------- po/pa.po | 11 +++-------- po/pl.po | 12 +++++------- po/pt_BR.po | 12 +++++------- po/pt_PT.po | 11 +++-------- po/rm.po | 11 +++-------- po/ro.po | 11 +++-------- po/ru.po | 12 +++++------- po/sk.po | 11 +++-------- po/sl.po | 11 +++-------- po/sr_RS@cyrillic.po | 12 +++++------- po/sr_RS@latin.po | 12 +++++------- po/sv.po | 12 +++++------- po/te.po | 11 +++-------- po/th.po | 11 +++-------- po/tr.po | 14 +++++--------- po/uk.po | 12 +++++------- po/wa.po | 11 +++-------- po/wine.pot | 10 +++------- po/zh_CN.po | 11 +++-------- po/zh_TW.po | 11 +++-------- 47 files changed, 185 insertions(+), 358 deletions(-) diff --git a/dlls/inetcpl.cpl/inetcpl.rc b/dlls/inetcpl.cpl/inetcpl.rc index 8ca7779a8e3..49ef5e645df 100644 --- a/dlls/inetcpl.cpl/inetcpl.rc +++ b/dlls/inetcpl.cpl/inetcpl.rc @@ -43,14 +43,14 @@ FONT 8, "MS Shell Dlg" 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 @@ FONT 8, "MS Shell Dlg" 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 118718533b1..8f46b797145 100644 --- a/dlls/inetcpl.cpl/security.c +++ b/dlls/inetcpl.cpl/security.c @@ -59,7 +59,6 @@ typedef struct secdlg_data_s { #define NUM_TRACKBAR_POS 5 -static WCHAR spaceW[] = {' ',0}; static DWORD url_templates[] = {URLTEMPLATE_CUSTOM, URLTEMPLATE_LOW, URLTEMPLATE_MEDLOW, @@ -135,13 +134,9 @@ static void update_zone_info(secdlg_data *sd, DWORD lv_index) 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 2be93f2e967..abaec1d69ab 100644 --- a/po/ar.po +++ b/po/ar.po @@ -2293,7 +2293,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "اختر ال&كل\tCtrl+A" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3331,7 +3331,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3391,11 +3391,6 @@ msgstr "اح&ذف\tDel" 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 14652d711ea..c5d16ae0ae7 100644 --- a/po/bg.po +++ b/po/bg.po @@ -2293,7 +2293,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "Свойства" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3348,7 +3348,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3408,11 +3408,6 @@ msgstr "Из&трий" 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 44973caecaf..3a7a29fd619 100644 --- a/po/ca.po +++ b/po/ca.po @@ -2286,7 +2286,7 @@ msgstr "Heu completat amb èxit l'Assistent d'Importació de Certificats." 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 @@ msgid "Asking for %s" 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 @@ msgid "&Blank page" 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 @@ msgstr "Suprimeix" 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 e690074d0bd..230527b835a 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2307,7 +2307,7 @@ msgstr "" 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 @@ msgid "Asking for %s" 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 @@ msgstr "" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Historie příkazů" #: inetcpl.rc:54 @@ -3448,11 +3449,6 @@ msgstr "Smazat" 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 49c52b00d00..3d5c63eb700 100644 --- a/po/da.po +++ b/po/da.po @@ -2316,7 +2316,7 @@ msgstr "" 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 @@ msgstr "Egenskaper for %s" #: inetcpl.rc:46 #, fuzzy -msgid " Home page " +msgid "Home page" msgstr "Én side" #: inetcpl.rc:47 @@ -3416,7 +3416,7 @@ msgstr "Én side" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Kommando historik" #: inetcpl.rc:54 @@ -3475,11 +3475,6 @@ msgstr "Slet" 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 7b57f15bbb4..4ca12f2f117 100644 --- a/po/de.po +++ b/po/de.po @@ -2281,7 +2281,7 @@ msgstr "Importvorgang ordnungsgemäß abgeschlossen." 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 @@ msgid "Asking for %s" msgstr "Frage nach %s" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " Startseite " #: inetcpl.rc:47 @@ -3349,7 +3350,8 @@ msgid "&Blank page" msgstr "&Leere Seite" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " Browserverlauf " #: inetcpl.rc:54 @@ -3419,10 +3421,6 @@ msgstr "Löschen" 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 58e2aa78cd2..254537f9858 100644 --- a/po/el.po +++ b/po/el.po @@ -2255,7 +2255,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "Επιλογές" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3291,7 +3291,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3350,10 +3350,6 @@ msgstr "" 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 ef6ef9e3b68..611f1bceeee 100644 --- a/po/en.po +++ b/po/en.po @@ -2229,7 +2229,7 @@ msgstr "" 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 @@ msgid "Asking for %s" 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 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3300,10 +3300,6 @@ msgstr "Delete" 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 4ed24a3a77a..737d2cf04e6 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -2279,7 +2279,7 @@ msgstr "You have successfully completed the Certificate Import Wizard." 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 @@ msgid "Asking for %s" 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 @@ msgid "&Blank page" 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 @@ msgstr "Delete" 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 fc81bd2f139..58a7d8b82df 100644 --- a/po/eo.po +++ b/po/eo.po @@ -2307,7 +2307,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "Ecoj" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3375,7 +3375,7 @@ msgstr "" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Kronologio" #: inetcpl.rc:54 @@ -3435,11 +3435,6 @@ msgstr "Forigu\tDel" 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 3588d3185f6..b47dd9d062e 100644 --- a/po/es.po +++ b/po/es.po @@ -2319,7 +2319,7 @@ msgstr "" 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 @@ msgid "Asking for %s" 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 @@ msgstr "" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Historial de comandos" #: inetcpl.rc:54 @@ -3464,11 +3465,6 @@ msgstr "Eliminar" 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 0d62a941006..705f98d851f 100644 --- a/po/fa.po +++ b/po/fa.po @@ -2293,7 +2293,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "انتخاب &همه\tCtrl+A" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3331,7 +3331,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3391,11 +3391,6 @@ msgstr "&حذف\tDel" 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 42f5dcb4770..703b938b3ae 100644 --- a/po/fi.po +++ b/po/fi.po @@ -2301,7 +2301,7 @@ msgstr "" 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 @@ msgid "Asking for %s" 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 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3455,11 +3456,6 @@ msgstr "P&oista" 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 90884b98724..9bdf3e358a6 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2292,7 +2292,7 @@ msgstr "" 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 @@ msgid "Asking for %s" 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 @@ msgid "&Blank page" msgstr "Page &blanche" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " Historique de navigation " #: inetcpl.rc:54 @@ -3437,10 +3439,6 @@ msgstr "Supprimer" 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 29bd690d5d9..ff7e68de49e 100644 --- a/po/he.po +++ b/po/he.po @@ -2289,7 +2289,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "מאפיינים עבור %s" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " דף הבית " #: inetcpl.rc:47 @@ -3334,7 +3335,8 @@ msgid "&Blank page" msgstr "עמוד &ריק" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " Browsing history " #: inetcpl.rc:54 @@ -3393,10 +3395,6 @@ msgstr "מחיקה" 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 e897e5fcd15..e1e4998bdcb 100644 --- a/po/hi.po +++ b/po/hi.po @@ -2245,7 +2245,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "सूचना (&o)" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3274,7 +3274,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3332,11 +3332,6 @@ msgstr "" 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 7adfa4ec260..e2ad0f7e005 100644 --- a/po/hu.po +++ b/po/hu.po @@ -2339,7 +2339,7 @@ msgstr "" 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 @@ msgid "Asking for %s" 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 @@ msgstr "" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Parancs előzmény" #: inetcpl.rc:54 @@ -3523,11 +3524,6 @@ msgstr "Törlés" 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 3ef4d152c70..5bc69b350c0 100644 --- a/po/it.po +++ b/po/it.po @@ -2287,7 +2287,7 @@ msgstr "Hai completato con successo la Guida all'Importazione di Certificati." 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 @@ msgid "Asking for %s" msgstr "Richiedendo %s" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " Pagina iniziale " #: inetcpl.rc:47 @@ -3360,7 +3361,8 @@ msgid "&Blank page" msgstr "Pagina &vuota" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " Nella cronologia " #: inetcpl.rc:54 @@ -3429,10 +3431,6 @@ msgstr "Elimina" 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 de4fbcc1bf0..6554aacb285 100644 --- a/po/ja.po +++ b/po/ja.po @@ -2276,7 +2276,7 @@ msgstr "証明書インポート ウィザードが正常に完了しました 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 @@ msgid "Asking for %s" msgstr "Properties for %s" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " ホーム ページ " #: inetcpl.rc:47 @@ -3339,7 +3340,8 @@ msgid "&Blank page" msgstr "空白(&B)" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " 閲覧履歴 " #: inetcpl.rc:54 @@ -3408,10 +3410,6 @@ msgstr "削除" 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 2898f05760d..9140ae7f744 100644 --- a/po/ko.po +++ b/po/ko.po @@ -2277,7 +2277,7 @@ msgstr "당신은 인증서 가져오기 마법사를 마치는데 성공했습 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 @@ msgid "Asking for %s" msgstr "%s 대하여 묻기" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " 홈 페이지 " #: inetcpl.rc:47 @@ -3336,7 +3337,8 @@ msgid "&Blank page" msgstr "빈 페이지(&B)" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " 방문 기록 " #: inetcpl.rc:54 @@ -3405,10 +3407,6 @@ msgstr "지우기" 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 e4691fcb11b..907fdb61dee 100644 --- a/po/lt.po +++ b/po/lt.po @@ -2285,7 +2285,7 @@ msgstr "Jūs sėkmingai baigėte liudijimo importo vediklį." 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 @@ msgid "Asking for %s" 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 @@ msgid "&Blank page" 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 @@ msgstr "Šalinti" 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 f47e0fada4d..f2c82c20d5d 100644 --- a/po/ml.po +++ b/po/ml.po @@ -2245,7 +2245,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "വി_വരം" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3274,7 +3274,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3332,11 +3332,6 @@ msgstr "" 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 508ce087726..2bc3217995a 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -2380,7 +2380,7 @@ msgstr "" 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 @@ msgstr "Egenskaper for %s" #: inetcpl.rc:46 #, fuzzy -msgid " Home page " +msgid "Home page" msgstr "Én side" #: inetcpl.rc:47 @@ -3490,7 +3490,7 @@ msgstr "Én side" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Kommandohistorikk" #: inetcpl.rc:54 @@ -3549,11 +3549,6 @@ msgstr "Slett" 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 c4e3fde2793..8bff0df6e57 100644 --- a/po/nl.po +++ b/po/nl.po @@ -2282,7 +2282,7 @@ msgstr "U heeft de certificaat importeerhulp succesvol afgerond." 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 @@ msgid "Asking for %s" msgstr "Instellingen voor %s" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " Startpagina " #: inetcpl.rc:47 @@ -3360,7 +3361,8 @@ msgid "&Blank page" msgstr "&Lege pagina" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " Browsing history " #: inetcpl.rc:54 @@ -3429,10 +3431,6 @@ msgstr "Verwijderen" 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 8287c53cc33..d284353d297 100644 --- a/po/or.po +++ b/po/or.po @@ -2245,7 +2245,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "ସୂଚନା (&o)" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3274,7 +3274,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3332,11 +3332,6 @@ msgstr "" 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 d0eb7b6f893..d6facc6b6ca 100644 --- a/po/pa.po +++ b/po/pa.po @@ -2245,7 +2245,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "ਜਾਣਕਾਰੀ(&o)" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3274,7 +3274,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3332,11 +3332,6 @@ msgstr "" 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 a5ab6acf848..7c542583e41 100644 --- a/po/pl.po +++ b/po/pl.po @@ -2289,7 +2289,7 @@ msgstr "Praca kreatora importu certyfikatów została zakończona pomyślnie." 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 @@ msgid "Asking for %s" msgstr "Ustawienia dla %s" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " Strona domowa " #: inetcpl.rc:47 @@ -3366,7 +3367,8 @@ msgid "&Blank page" 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 @@ msgstr "Usuń" 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 4ccaa8dcb55..3f248332d03 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -2377,7 +2377,7 @@ msgstr "O Assistente de Importação de Certificados finalizou com sucesso." 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 @@ msgid "Asking for %s" 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 @@ msgid "&Blank page" 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 @@ msgstr "Excluir" 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 00d051faf56..e92af1ba7b1 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -2394,7 +2394,7 @@ msgstr "Completou com sucesso o Assistente de Importação de Certificados." 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 @@ msgstr "Propriedades de %s" #: inetcpl.rc:46 #, fuzzy -msgid " Home page " +msgid "Home page" msgstr "Uma página" #: inetcpl.rc:47 @@ -3535,7 +3535,7 @@ msgstr "Uma página" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Histórico de comandos" #: inetcpl.rc:54 @@ -3594,11 +3594,6 @@ msgstr "Excluir" 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 b32b1dd9d65..d08e3096757 100644 --- a/po/rm.po +++ b/po/rm.po @@ -2278,7 +2278,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3313,7 +3313,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3372,11 +3372,6 @@ msgstr "" 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 fb572f9a6ea..666099c7536 100644 --- a/po/ro.po +++ b/po/ro.po @@ -2432,7 +2432,7 @@ msgstr "Ați finalizat cu succes Asistentul de importare a certificatelor." 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 @@ msgstr "Proprietăți pentru %s" #: inetcpl.rc:46 #, fuzzy -msgid " Home page " +msgid "Home page" msgstr "O pagină" #: inetcpl.rc:47 @@ -3541,7 +3541,7 @@ msgstr "O pagină" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Istoric comenzi" #: inetcpl.rc:54 @@ -3600,11 +3600,6 @@ msgstr "Șterge" 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 00daae19171..5a1ef86e3ce 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2283,7 +2283,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "Запрос %s" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " Домашняя страница " #: inetcpl.rc:47 @@ -3351,7 +3352,8 @@ msgid "&Blank page" msgstr "Пу&стая страница" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " История использования браузера " #: inetcpl.rc:54 @@ -3422,10 +3424,6 @@ msgstr "Удалить" 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 ef7acbe6774..43e01e95557 100644 --- a/po/sk.po +++ b/po/sk.po @@ -2263,7 +2263,7 @@ msgstr "" 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 @@ msgstr "" "&Properties" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3311,7 +3311,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3369,11 +3369,6 @@ msgstr "" 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 6bc4285fd29..a15bd88c0ff 100644 --- a/po/sl.po +++ b/po/sl.po @@ -2308,7 +2308,7 @@ msgstr "" 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 @@ msgstr "Lastnosti %s" #: inetcpl.rc:46 #, fuzzy -msgid " Home page " +msgid "Home page" msgstr "Ena stran" #: inetcpl.rc:47 @@ -3405,7 +3405,7 @@ msgstr "Ena stran" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Zgodovina ukazov" #: inetcpl.rc:54 @@ -3464,11 +3464,6 @@ msgstr "Izbriši" 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 8469b1251a9..80a473af6f1 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -2300,7 +2300,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "Својства" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr "Почетна страна" #: inetcpl.rc:47 @@ -3366,7 +3367,8 @@ msgid "&Blank page" msgstr "Празна &страна" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " Browsing history " #: inetcpl.rc:54 @@ -3426,10 +3428,6 @@ msgstr "&Избриши" 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 20717abf532..acbab2e9c02 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -2373,7 +2373,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "Svojstva" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr "Početna strana" #: inetcpl.rc:47 @@ -3449,7 +3450,8 @@ msgid "&Blank page" msgstr "Prazna &strana" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " Browsing history " #: inetcpl.rc:54 @@ -3509,10 +3511,6 @@ msgstr "&Izbriši" 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 26ee59ecce9..932b163fbad 100644 --- a/po/sv.po +++ b/po/sv.po @@ -2289,7 +2289,7 @@ msgstr "Du har slutfört guiden för import av certifikat." 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 @@ msgid "Asking for %s" msgstr "Egenskaper för %s" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " Startsida " #: inetcpl.rc:47 @@ -3371,7 +3372,8 @@ msgid "&Blank page" msgstr "&Blank sida" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " Bläddringshistorik " #: inetcpl.rc:54 @@ -3430,10 +3432,6 @@ msgstr "Ta bort" 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 28f50fddc4e..1cf727c72dd 100644 --- a/po/te.po +++ b/po/te.po @@ -2245,7 +2245,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "సమాచారము (&o)" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3274,7 +3274,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3332,11 +3332,6 @@ msgstr "" 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 26428a70b3f..d82ed60c34a 100644 --- a/po/th.po +++ b/po/th.po @@ -2258,7 +2258,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "ปรับแต่งนาฬิกา" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3308,7 +3308,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3368,11 +3368,6 @@ msgstr "ลบ\tDel" 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 0d7d139ba77..dc190a8ef86 100644 --- a/po/tr.po +++ b/po/tr.po @@ -2298,7 +2298,7 @@ msgstr "" 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 @@ msgid "Asking for %s" 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 @@ msgstr "" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "Komut geçmişi" #: inetcpl.rc:54 @@ -3442,11 +3443,6 @@ msgstr "Sil" 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 216d8edccc9..60e01b4056a 100644 --- a/po/uk.po +++ b/po/uk.po @@ -2284,7 +2284,7 @@ msgstr "Майстер імпорту сертифікатів завершив 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 @@ msgid "Asking for %s" msgstr "Властивості для %s" #: inetcpl.rc:46 -msgid " Home page " +#, fuzzy +msgid "Home page" msgstr " Домашня сторінка " #: inetcpl.rc:47 @@ -3363,7 +3364,8 @@ msgid "&Blank page" msgstr "По&рожня сторінка" #: inetcpl.rc:53 -msgid " Browsing history " +#, fuzzy +msgid "Browsing history" msgstr " Browsing history " #: inetcpl.rc:54 @@ -3422,10 +3424,6 @@ msgstr "Видалити" 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 d6726acc8c7..cb5ab344d34 100644 --- a/po/wa.po +++ b/po/wa.po @@ -2273,7 +2273,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "&Propietés" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3321,7 +3321,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3381,11 +3381,6 @@ msgstr "&Rafacer\tDel" 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 865c1a8f1a2..3a6b67166ec 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -2224,7 +2224,7 @@ msgstr "" 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 @@ msgid "Asking for %s" msgstr "" #: inetcpl.rc:46 -msgid " Home page " +msgid "Home page" msgstr "" #: inetcpl.rc:47 @@ -3237,7 +3237,7 @@ msgid "&Blank page" msgstr "" #: inetcpl.rc:53 -msgid " Browsing history " +msgid "Browsing history" msgstr "" #: inetcpl.rc:54 @@ -3295,10 +3295,6 @@ msgstr "" 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 2e8b7038cae..ae045a34eea 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -2286,7 +2286,7 @@ msgstr "" 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 @@ msgstr "属性" #: inetcpl.rc:46 #, fuzzy -msgid " Home page " +msgid "Home page" msgstr "单页" #: inetcpl.rc:47 @@ -3369,7 +3369,7 @@ msgstr "单页" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "命令历史" #: inetcpl.rc:54 @@ -3429,11 +3429,6 @@ msgstr "删除" 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 6f51a918004..c6442f2ba01 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -2308,7 +2308,7 @@ msgstr "" 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 @@ msgstr "屬性(&P)" #: inetcpl.rc:46 #, fuzzy -msgid " Home page " +msgid "Home page" msgstr "單頁" #: inetcpl.rc:47 @@ -3384,7 +3384,7 @@ msgstr "單頁" #: inetcpl.rc:53 #, fuzzy -msgid " Browsing history " +msgid "Browsing history" msgstr "歷史指令" #: inetcpl.rc:54 @@ -3444,11 +3444,6 @@ msgstr "刪除" 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 " -- 2.11.4.GIT