diff --git a/dlls/mshtml/Da.rc b/dlls/mshtml/Da.rc deleted file mode 100644 index 2d345bcf691..00000000000 --- a/dlls/mshtml/Da.rc +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Danish language support - * - * Copyright (C) 2008 Jens Albretsen - * 2010 Thomas Larsen - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_DANISH, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Information om Hyperlink'en", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuller", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuller", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/De.rc b/dlls/mshtml/De.rc deleted file mode 100644 index e823abfa19b..00000000000 --- a/dlls/mshtml/De.rc +++ /dev/null @@ -1,51 +0,0 @@ -/* - * German resources for mshtml - * - * Copyright 2005 Henning Gerhardt - * Copyright 2010 André Hentschel - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Hyperlink Informationen", -1, 5, 5, 190, 55 - LTEXT "&Typ:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Abbrechen", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Abbrechen", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/En.rc b/dlls/mshtml/En.rc deleted file mode 100644 index 6a5c3e9f740..00000000000 --- a/dlls/mshtml/En.rc +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Hyperlink Information", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Es.rc b/dlls/mshtml/Es.rc deleted file mode 100644 index 8d6cdf0e8e9..00000000000 --- a/dlls/mshtml/Es.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Spanish resources for mshtml - * - * Copyright 2006 Jos Manuel Ferrer Ortiz - * Copyright 2010 Jos Rostagno - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Enlace" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informacin sobre el enlace", -1, 5, 5, 190, 55 - LTEXT "&Tipo:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Aceptar", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Anular", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Aceptar", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancelar", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Fr.rc b/dlls/mshtml/Fr.rc deleted file mode 100644 index 1d377d3b965..00000000000 --- a/dlls/mshtml/Fr.rc +++ /dev/null @@ -1,53 +0,0 @@ -/* - * MsHTML resources - * French Language Support - * - * Copyright 2005-2009 Jonathan Ernst - * Copyright 2010 Frédéric Delanoy - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlien" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informations sur l'hyperlien", -1, 5, 5, 190, 55 - LTEXT "&Type :", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL :", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuler", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuler", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/He.rc b/dlls/mshtml/He.rc deleted file mode 100644 index 0516fa4834d..00000000000 --- a/dlls/mshtml/He.rc +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * Copyright 2010 Yaron Shahrabani - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -EXSTYLE WS_EX_LAYOUTRTL -CAPTION "קישור" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "פרטי הקישור", -1, 5, 5, 190, 55 - LTEXT "&סוג:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&כתובת:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "אישור", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "ביטול", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -EXSTYLE WS_EX_LAYOUTRTL -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "אישור", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "ביטול", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Hu.rc b/dlls/mshtml/Hu.rc deleted file mode 100644 index e26ce3c5f38..00000000000 --- a/dlls/mshtml/Hu.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright 2010 Andras Kovacs - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperhivatkozás" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Hiperhivatkozás információ", -1, 5, 5, 190, 55 - LTEXT "&Típus:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Mégse", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Mégse", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/It.rc b/dlls/mshtml/It.rc deleted file mode 100644 index 0eb2a77d32d..00000000000 --- a/dlls/mshtml/It.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright 2010 Luca Bennati - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/*UTF-8*/ -#pragma code_page(65001) - -LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informazioni sull'hyperlink", -1, 5, 5, 190, 55 - LTEXT "&Tipo:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annulla", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annulla", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Ja.rc b/dlls/mshtml/Ja.rc deleted file mode 100644 index 6cb87075ac3..00000000000 --- a/dlls/mshtml/Ja.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "ハイパーリンク" -FONT 9, "MS Shell Dlg" -{ - GROUPBOX "ハイパーリンクの情報", -1, 5, 5, 190, 55 - LTEXT "種類(&T):", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "キャンセル", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "キャンセル", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Ko.rc b/dlls/mshtml/Ko.rc deleted file mode 100644 index fcc9ffdc1e5..00000000000 --- a/dlls/mshtml/Ko.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright 2005 Jacek Caban - * Copyright 2005,2006,2007 YunSong Hwang - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "하이퍼링크" -FONT 9, "MS Shell Dlg" -{ - GROUPBOX "하이퍼링크 정보", -1, 5, 5, 190, 55 - LTEXT "형식(&T):", -1, 10, 22, 24, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "주소(&U):", -1, 10, 42, 24, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "확인", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "취소", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "확인", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "취소", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Lt.rc b/dlls/mshtml/Lt.rc deleted file mode 100644 index bdf349e0a9d..00000000000 --- a/dlls/mshtml/Lt.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright 2009-2010 Aurimas Fišeras - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Saitas" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Saito informacija", -1, 5, 5, 190, 55 - LTEXT "&Tipas:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Gerai", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Atsisakyti", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Gerai", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Atsisakyti", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Makefile.in b/dlls/mshtml/Makefile.in index 393364553a2..be43eee3588 100644 --- a/dlls/mshtml/Makefile.in +++ b/dlls/mshtml/Makefile.in @@ -75,31 +75,7 @@ C_SRCS = \ txtrange.c \ view.c -RC_SRCS = \ - Da.rc \ - De.rc \ - En.rc \ - Es.rc \ - Fr.rc \ - He.rc \ - Hu.rc \ - It.rc \ - Ja.rc \ - Ko.rc \ - Lt.rc \ - Nl.rc \ - No.rc \ - Pl.rc \ - Pt.rc \ - Ro.rc \ - Ru.rc \ - Si.rc \ - Sr.rc \ - Sv.rc \ - Uk.rc \ - Zh.rc \ - mshtml.rc - +RC_SRCS = mshtml.rc PO_SRCS = mshtml.rc IDL_H_SRCS = nsiface.idl diff --git a/dlls/mshtml/Nl.rc b/dlls/mshtml/Nl.rc deleted file mode 100644 index afe4e483270..00000000000 --- a/dlls/mshtml/Nl.rc +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Dutch resources for mshtml - * - * Copyright 2005 Hans Leidekker - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Webverwijzing" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Webverwijzing Informatie", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuleren", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuleren", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/No.rc b/dlls/mshtml/No.rc deleted file mode 100644 index 1a9fb84a31f..00000000000 --- a/dlls/mshtml/No.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Norwegian Bokmål language support - * - * Copyright 2005-2009 Alexander N. Sørnes - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperkobling" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informasjon om koblingen", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Avbryt", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Avbryt", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Pl.rc b/dlls/mshtml/Pl.rc deleted file mode 100644 index bcea4647a05..00000000000 --- a/dlls/mshtml/Pl.rc +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * Copyright 2008 Mikolaj Zalewski - * Copyright 2010 ukasz Wojniowicz - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_POLISH, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hipercze" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Wasnoci hipercza", -1, 5, 5, 190, 55 - LTEXT "&Typ:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Anuluj", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Anuluj", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Pt.rc b/dlls/mshtml/Pt.rc deleted file mode 100644 index 0473d4f24fb..00000000000 --- a/dlls/mshtml/Pt.rc +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Copyright 2008 Ricardo Filipe - * Copyright 2010 Gustavo Henrique Milaré - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informação do Hiperlink", -1, 5, 5, 190, 55 - LTEXT "&Tipo:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancelar", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperligação" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informação da Hiperligação", -1, 5, 5, 190, 55 - LTEXT "&Tipo:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancelar", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - - -LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancelar", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Ro.rc b/dlls/mshtml/Ro.rc deleted file mode 100644 index fe7c788f940..00000000000 --- a/dlls/mshtml/Ro.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * Copyright 2009 Michael Stefaniuc - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperlegătură" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informații de hiperlegătură", -1, 5, 5, 190, 55 - LTEXT "&Tip:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Renunță", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Renunță", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Ru.rc b/dlls/mshtml/Ru.rc deleted file mode 100644 index 1275c8c95b0..00000000000 --- a/dlls/mshtml/Ru.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright 2008 Vitaliy Margolen - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Ссылка" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Информация о ссылке", -1, 5, 5, 190, 55 - LTEXT "&Тип:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&Адрес:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Отмена", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Отмена", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Si.rc b/dlls/mshtml/Si.rc deleted file mode 100644 index 75ead0cf781..00000000000 --- a/dlls/mshtml/Si.rc +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright 2008 Rok Mandeljc - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperpovezava" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Lastnosti hiperpovezave", -1, 5, 5, 190, 55 - LTEXT "&Vrsta:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "V redu", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Prekliči", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "V redu", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Prekliči", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Sr.rc b/dlls/mshtml/Sr.rc deleted file mode 100644 index 87148e62a27..00000000000 --- a/dlls/mshtml/Sr.rc +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * Copyright 2010 Đorđe Vasiljević - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Хипервеза" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Подаци о хипервези", -1, 5, 5, 190, 55 - LTEXT "&Врста:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&Адреса:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "У реду", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Откажи", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "У реду", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Откажи", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} - -LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperveza" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Podaci o hipervezi", -1, 5, 5, 190, 55 - LTEXT "&Vrsta:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&Adresa:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "U redu", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Otkaži", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "U redu", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Otkaži", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Sv.rc b/dlls/mshtml/Sv.rc deleted file mode 100644 index a68012e935e..00000000000 --- a/dlls/mshtml/Sv.rc +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Copyright 2006-2008 Samuel Lidn Borell - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlnk" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Lnkinformation", -1, 5, 5, 190, 55 - LTEXT "&Typ:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Avbryt", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Avbryt", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Uk.rc b/dlls/mshtml/Uk.rc deleted file mode 100644 index 3b37988652e..00000000000 --- a/dlls/mshtml/Uk.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * Copyright 2010 Igor Paliychuk - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Гіперпосилання" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Дані про Гіперпосилання", -1, 5, 5, 190, 55 - LTEXT "&Тип:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Скасувати", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Скасувати", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/Zh.rc b/dlls/mshtml/Zh.rc deleted file mode 100644 index 81ac83102e4..00000000000 --- a/dlls/mshtml/Zh.rc +++ /dev/null @@ -1,68 +0,0 @@ -/* - * mshtml (Simplified and Traditional Chinese Resources) - * - * Copyright 2008 Hongbo Ni - * Copyright 2010 Cheer Xiao - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* Chinese text is encoded in UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "超链接" -FONT 9, "MS Shell Dlg" -{ - GROUPBOX "超链接信息", -1, 5, 5, 190, 55 - LTEXT "类型(&T):", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "网址(&U):", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "确定", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "取消", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "确定", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "取消", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "超鏈接" -FONT 9, "MS Shell Dlg" -{ - GROUPBOX "超鏈接資訊", -1, 5, 5, 190, 55 - LTEXT "類型(&T):", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "網址(&U):", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "確定", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "取消", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} diff --git a/dlls/mshtml/mshtml.rc b/dlls/mshtml/mshtml.rc index e0686fc707f..a5ca08e73be 100644 --- a/dlls/mshtml/mshtml.rc +++ b/dlls/mshtml/mshtml.rc @@ -32,6 +32,30 @@ STRINGTABLE IDS_HTMLDOCUMENT "HTML Document" } +IDD_HYPERLINK DIALOG 0, 0, 255, 65 +STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Hyperlink" +FONT 8, "MS Shell Dlg" +{ + GROUPBOX "Hyperlink Information", -1, 5, 5, 190, 55 + LTEXT "&Type:", -1, 10, 22, 24, 10 + COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS + LTEXT "&URL:", -1, 10, 42, 24, 10 + EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP + PUSHBUTTON "OK", IDOK, 200, 10, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP + PUSHBUTTON "Cancel", IDCANCEL, 200, 28, 50, 14, WS_GROUP | WS_TABSTOP +} + +ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 +STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +{ + LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 + EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP + PUSHBUTTON "OK", IDOK, 40, 65, 50, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP + PUSHBUTTON "Cancel", IDCANCEL, 110, 65, 50, 15, WS_GROUP | WS_TABSTOP +} + LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define WINE_FILEDESCRIPTION_STR "Wine HTML Viewer" diff --git a/po/ar.po b/po/ar.po index 1ab04955ff8..fe528c4bb4f 100644 --- a/po/ar.po +++ b/po/ar.po @@ -110,26 +110,28 @@ msgid "Current format:" msgstr "معلومات" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "حسنا" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "ألغِ" @@ -5706,6 +5708,23 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "معلومات" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11149,10 +11168,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/bg.po b/po/bg.po index 645b4606633..d688e0c13ec 100644 --- a/po/bg.po +++ b/po/bg.po @@ -115,26 +115,28 @@ msgid "Current format:" msgstr "&Печат" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Отмени" @@ -5823,6 +5825,23 @@ msgstr "На&пред" msgid "&Attributes:" msgstr "Атрибути" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "Информация" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Тип:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML изобразяването е изключено." @@ -11330,10 +11349,6 @@ msgstr "&Открий..." msgid "&Path:" msgstr "&Път:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Тип:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Покажи допълнителните" diff --git a/po/ca.po b/po/ca.po index aaebc4f2717..f052edcce4d 100644 --- a/po/ca.po +++ b/po/ca.po @@ -115,26 +115,28 @@ msgid "Current format:" msgstr "Format actual:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "D'acord" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Cancel·la" @@ -5717,6 +5719,24 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Atributs:" +#: mshtml.rc:37 +#, fuzzy +msgid "Hyperlink" +msgstr "enllaç" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "Informació de Versió" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Tipus:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "Renderització de HTML actualment està deshabilitada." @@ -11656,10 +11676,6 @@ msgstr "Auto&detecta" msgid "&Path:" msgstr "&Ruta:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Tipus:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Mostrar &Avançat" diff --git a/po/cs.po b/po/cs.po index 2700a5185c3..d51034e1a42 100644 --- a/po/cs.po +++ b/po/cs.po @@ -120,26 +120,28 @@ msgid "Current format:" msgstr "Současný formát:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Storno" @@ -5897,6 +5899,23 @@ msgstr "&Formát:" msgid "&Attributes:" msgstr "&Atributy:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "Informace" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Typ:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11764,10 +11783,6 @@ msgstr "Auto&detekce..." msgid "&Path:" msgstr "&Cesta:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Typ:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Zobrazit rozšířené možnosti" diff --git a/po/da.po b/po/da.po index 8449b6404ba..3b3e7e32c81 100644 --- a/po/da.po +++ b/po/da.po @@ -119,26 +119,28 @@ msgid "Current format:" msgstr "Nuværende format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Annuller" @@ -5860,6 +5862,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Attributter:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hyperlink" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Information om Hyperlink'en" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "T&ype:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML optegning er i øjeblikket deaktiveret." @@ -11826,10 +11844,6 @@ msgstr "Auto&detekter..." msgid "&Path:" msgstr "&Sti:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "T&ype:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Vis &advanceret" diff --git a/po/de.po b/po/de.po index b164e551e01..30581663b86 100644 --- a/po/de.po +++ b/po/de.po @@ -113,26 +113,28 @@ msgid "Current format:" msgstr "Aktuelles Format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Abbrechen" @@ -5710,6 +5712,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Attribute:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hyperlink" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Hyperlink Informationen" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Typ:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "Die HTML-Darstellung ist zur Zeit ausgeschaltet." @@ -11668,10 +11686,6 @@ msgstr "&Automatisch" msgid "&Path:" msgstr "&Pfad:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Typ:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "&Erweitert" diff --git a/po/el.po b/po/el.po index 9e41f714094..a271b148128 100644 --- a/po/el.po +++ b/po/el.po @@ -112,26 +112,28 @@ msgid "Current format:" msgstr "Εκτύπωση" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "" @@ -5749,6 +5751,22 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11148,10 +11166,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/en.po b/po/en.po index 012ad6c80d8..db8617dcbc2 100644 --- a/po/en.po +++ b/po/en.po @@ -111,26 +111,28 @@ msgid "Current format:" msgstr "Current format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Cancel" @@ -5629,6 +5631,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Attributes:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Hyperlink Information" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11360,10 +11378,6 @@ msgstr "" msgid "&Path:" msgstr "&Path:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/en_US.po b/po/en_US.po index bc57203d362..f83eca9a848 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -115,26 +115,28 @@ msgid "Current format:" msgstr "Current format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Cancel" @@ -5706,6 +5708,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Attributes:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hyperlink" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Hyperlink Information" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Type:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML rendering is currently disabled." @@ -11567,10 +11585,6 @@ msgstr "Auto&detect" msgid "&Path:" msgstr "&Path:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Type:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Show &Advanced" diff --git a/po/eo.po b/po/eo.po index 12c7bce0517..df3900f8668 100644 --- a/po/eo.po +++ b/po/eo.po @@ -116,26 +116,28 @@ msgid "Current format:" msgstr "&Presu" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "Bone" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Rezigni" @@ -5828,6 +5830,24 @@ msgstr "Normal" msgid "&Attributes:" msgstr "Atributoj" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "Informo pri" + +#: mshtml.rc:41 winecfg.rc:247 +#, fuzzy +msgid "&Type:" +msgstr "Tipo" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11366,11 +11386,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -#, fuzzy -msgid "&Type:" -msgstr "Tipo" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/es.po b/po/es.po index 80dd6472294..803f0a60194 100644 --- a/po/es.po +++ b/po/es.po @@ -114,26 +114,28 @@ msgid "Current format:" msgstr "Formato actual:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "Aceptar" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Cancelar" @@ -6043,6 +6045,22 @@ msgstr "&Formato:" msgid "&Attributes:" msgstr "A&tributos:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Enlace" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Información sobre el enlace" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Tipo:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL :" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "El renderizado HTML está actualmente deshabilitado." @@ -12049,10 +12067,6 @@ msgstr "Auto&detectar..." msgid "&Path:" msgstr "&Ruta:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Tipo:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Mostrar avanzado" diff --git a/po/fa.po b/po/fa.po index caf231bde44..c0c6b225283 100644 --- a/po/fa.po +++ b/po/fa.po @@ -110,26 +110,28 @@ msgid "Current format:" msgstr "اطلاعات" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "قبول" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "انصراف" @@ -5706,6 +5708,23 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "اطلاعات" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11152,10 +11171,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/fi.po b/po/fi.po index 71d77c5a3ca..7cccbe27b0f 100644 --- a/po/fi.po +++ b/po/fi.po @@ -119,26 +119,28 @@ msgid "Current format:" msgstr "Tulosta" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Peruuta" @@ -5880,6 +5882,27 @@ msgstr "&Eteenpäin" msgid "&Attributes:" msgstr "Ominaisuudet" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "" +"#-#-#-#-# fi.po (Wine) #-#-#-#-#\n" +"Tiedoitus\n" +"#-#-#-#-# fi.po (Wine) #-#-#-#-#\n" +"Tietoja" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Tyyppi:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML:n näyttäminen on tällähetkellä poistettu käytöstä." @@ -11480,10 +11503,6 @@ msgstr "&Hae automaattisesti" msgid "&Path:" msgstr "&Polku:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Tyyppi:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Näytä lisäasetukset" diff --git a/po/fr.po b/po/fr.po index 68707293daf..772440c5650 100644 --- a/po/fr.po +++ b/po/fr.po @@ -116,26 +116,28 @@ msgid "Current format:" msgstr "Format actuel :" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Annuler" @@ -5723,6 +5725,22 @@ msgstr "&Format :" msgid "&Attributes:" msgstr "&Attributs :" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hyperlien" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Informations sur l'hyperlien" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Type :" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL :" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "Le rendu HTML est actuellement désactivé." @@ -11709,10 +11727,6 @@ msgstr "&Détection automatique..." msgid "&Path:" msgstr "&Chemin :" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Type :" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Montrer les paramètres a&vancés" diff --git a/po/he.po b/po/he.po index 61590031dc9..1f10380dc17 100644 --- a/po/he.po +++ b/po/he.po @@ -114,26 +114,28 @@ msgid "Current format:" msgstr "המבנה הנוכחי:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "אישור" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "ביטול" @@ -5926,6 +5928,22 @@ msgstr "&מבנה:" msgid "&Attributes:" msgstr "מ&אפיינים:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "קישור" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "פרטי הקישור" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&סוג:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&כתובת:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "עיבוד HTML מנוטרל כעת." @@ -11659,11 +11677,6 @@ msgstr "זיהוי אוטומטי" msgid "&Path:" msgstr "ה&נתיב המלא:" -#: winecfg.rc:247 -#, fuzzy -msgid "&Type:" -msgstr "סוג" - #: winecfg.rc:250 winecfg.rc:35 #, fuzzy msgid "Show &Advanced" diff --git a/po/hi.po b/po/hi.po index 2b57ad00a34..d770d52d780 100644 --- a/po/hi.po +++ b/po/hi.po @@ -110,26 +110,28 @@ msgid "Current format:" msgstr "फ़ॉन्ट (&F)..." #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "" @@ -5642,6 +5644,22 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -10993,10 +11011,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/hu.po b/po/hu.po index caf63482f5b..85c28ee6bfd 100644 --- a/po/hu.po +++ b/po/hu.po @@ -120,26 +120,28 @@ msgid "Current format:" msgstr "Jelenlegi formátum:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Mégse" @@ -6074,6 +6076,22 @@ msgstr "&Formátum:" msgid "&Attributes:" msgstr "&Attribútumok:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hiperhivatkozás" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Hiperhivatkozás információ" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Típus:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "A HTML renderelés jelenleg le van tiltva." @@ -11709,10 +11727,6 @@ msgstr "Auto&felism..." msgid "&Path:" msgstr "&Útv.:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Típus:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Haladó >>" diff --git a/po/it.po b/po/it.po index 95f86d69e84..ab20481c1f4 100644 --- a/po/it.po +++ b/po/it.po @@ -115,26 +115,28 @@ msgid "Current format:" msgstr "Formato attuale:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "Ok" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Annulla" @@ -5714,6 +5716,22 @@ msgstr "&Formato:" msgid "&Attributes:" msgstr "&Attributi:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hyperlink" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Informazioni sull'hyperlink" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Tipo:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "Il rendering HTML è attualmente disattivato." @@ -11646,10 +11664,6 @@ msgstr "Rileva automaticamente..." msgid "&Path:" msgstr "&Percorso:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Tipo:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Mostra controlli &avanzati" diff --git a/po/ja.po b/po/ja.po index c5af60d1a3b..92095b34038 100644 --- a/po/ja.po +++ b/po/ja.po @@ -115,26 +115,28 @@ msgid "Current format:" msgstr "現在のフォーマット:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "キャンセル" @@ -5707,6 +5709,22 @@ msgstr "フォーマット(&F):" msgid "&Attributes:" msgstr "属性(&A):" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "ハイパーリンク" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "ハイパーリンクの情報" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "タイプ(&T):" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML レンダリングは現在、無効です。" @@ -11601,10 +11619,6 @@ msgstr "自動検出(&D)" msgid "&Path:" msgstr "パス(&P):" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "タイプ(&T):" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "詳細を表示(&A)" diff --git a/po/ko.po b/po/ko.po index 4db3c8b67c5..f9639929010 100644 --- a/po/ko.po +++ b/po/ko.po @@ -115,26 +115,28 @@ msgid "Current format:" msgstr "현재 형식:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "확인" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "취소" @@ -5699,6 +5701,22 @@ msgstr "형식(&F):" msgid "&Attributes:" msgstr "속성(&A):" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "하이퍼링크" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "하이퍼링크 정보" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "형식(&T):" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "주소(&U):" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML 렌더링은 현재 가능하지 않음." @@ -11520,10 +11538,6 @@ msgstr "자동찾기(&D)" msgid "&Path:" msgstr "경로(&P):" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "형식(&T):" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "추가옵션 보이기(&A)" diff --git a/po/lt.po b/po/lt.po index 9baedafc5c2..8a9c2e53f81 100644 --- a/po/lt.po +++ b/po/lt.po @@ -117,26 +117,28 @@ msgid "Current format:" msgstr "Dabartinis formatas:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "Gerai" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Atsisakyti" @@ -5714,6 +5716,22 @@ msgstr "&Formatas:" msgid "&Attributes:" msgstr "A&tributai:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Saitas" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Saito informacija" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Tipas:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML atvaizdavimas yra išjungtas." @@ -11593,10 +11611,6 @@ msgstr "Automatiškai &aptikti..." msgid "&Path:" msgstr "&Kelias:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Tipas:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Rodyti papil&domas" diff --git a/po/ml.po b/po/ml.po index 8e4dbfd1924..9c99f5b555f 100644 --- a/po/ml.po +++ b/po/ml.po @@ -110,26 +110,28 @@ msgid "Current format:" msgstr "_അക്ഷരസഞ്ചയം..." #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "" @@ -5642,6 +5644,22 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -10993,10 +11011,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po index 05388b42141..577a7757d6b 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -112,26 +112,28 @@ msgid "Current format:" msgstr "Gjeldende format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Avbryt" @@ -5939,6 +5941,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Attributter:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hyperkobling" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Informasjon om koblingen" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Type:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML-tegning er for øyeblikket deaktivert." @@ -11866,10 +11884,6 @@ msgstr "&Automatisk..." msgid "&Path:" msgstr "&Sti:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Type:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Avansert visning" diff --git a/po/nl.po b/po/nl.po index 26faf8a01a1..33262b9a5bd 100644 --- a/po/nl.po +++ b/po/nl.po @@ -116,26 +116,28 @@ msgid "Current format:" msgstr "Huidig formaat:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Annuleren" @@ -5819,6 +5821,22 @@ msgstr "&Formaat:" msgid "&Attributes:" msgstr "&Attributen:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Webverwijzing" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Webverwijzing Informatie" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Soort:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "De HTML weergave is op dit moment uitgeschakeld." @@ -11737,10 +11755,6 @@ msgstr "&Automatisch instellen" msgid "&Path:" msgstr "&Pad:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Soort:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Toon uitgebreid" diff --git a/po/or.po b/po/or.po index 3903ccce87d..69d9c7aeb32 100644 --- a/po/or.po +++ b/po/or.po @@ -110,26 +110,28 @@ msgid "Current format:" msgstr "ଅକ୍ଷରରୂପ (&F)..." #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "" @@ -5642,6 +5644,22 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -10993,10 +11011,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/pa.po b/po/pa.po index 6a4c2a18449..9760262df9d 100644 --- a/po/pa.po +++ b/po/pa.po @@ -110,26 +110,28 @@ msgid "Current format:" msgstr "ਫੌਂਟ(&F)..." #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "" @@ -5642,6 +5644,22 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -10993,10 +11011,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/pl.po b/po/pl.po index 294b0ddce0f..82b8504e757 100644 --- a/po/pl.po +++ b/po/pl.po @@ -115,26 +115,28 @@ msgid "Current format:" msgstr "Wybrany format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Anuluj" @@ -5721,6 +5723,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Atrybuty:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hiperłącze" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Własności hiperłącza" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Typ:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "Wyświetlanie HTML jest aktualnie wyłączone." @@ -11631,10 +11649,6 @@ msgstr "Automatyczne wykrywanie" msgid "&Path:" msgstr "&Ścieżka:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Typ:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Opcje zaawansowane >>" diff --git a/po/pt_BR.po b/po/pt_BR.po index f112ca5bad1..1b2a6a1467d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -114,26 +114,28 @@ msgid "Current format:" msgstr "Formato atual:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Cancelar" @@ -5926,6 +5928,22 @@ msgstr "&Formato:" msgid "&Attributes:" msgstr "&Atributos:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hiperlink" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Informação do Hiperlink" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Tipo:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "A interpretação de HTML está desativada." @@ -11944,10 +11962,6 @@ msgstr "Auto&detectar" msgid "&Path:" msgstr "&Caminho:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Tipo:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "&Avançado" diff --git a/po/pt_PT.po b/po/pt_PT.po index 8b40f9edf24..7c21ffd059a 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -119,26 +119,28 @@ msgid "Current format:" msgstr "Formato actual:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Cancelar" @@ -5981,6 +5983,22 @@ msgstr "&Formato:" msgid "&Attributes:" msgstr "&Atributos:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hiperligação" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Informação da Hiperligação" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Tipo:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "A interpretação de HTML está desactivada." @@ -11963,10 +11981,6 @@ msgstr "Auto&detectar..." msgid "&Path:" msgstr "&Localização:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Tipo:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "&Avançado" diff --git a/po/rm.po b/po/rm.po index 9bb9c767fb8..93a26665335 100644 --- a/po/rm.po +++ b/po/rm.po @@ -112,26 +112,28 @@ msgid "Current format:" msgstr "INFUORMAZIUN" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "" @@ -5677,6 +5679,23 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "INFUORMAZIUN" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11062,10 +11081,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/ro.po b/po/ro.po index d32f9728379..fa6b01643d4 100644 --- a/po/ro.po +++ b/po/ro.po @@ -113,26 +113,28 @@ msgid "Current format:" msgstr "Formatul curent:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Renunță" @@ -6194,6 +6196,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Atribute:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hiperlegătură" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Informații de hiperlegătură" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Tipul:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "Afișarea de pagini HTML este în prezent dezactivată." @@ -12182,10 +12200,6 @@ msgstr "&Detectează" msgid "&Path:" msgstr "&Calea:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Tipul:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Afișează opțiunile a&vansate" diff --git a/po/ru.po b/po/ru.po index 9e1882fd4c9..6a8c4d2d8fd 100644 --- a/po/ru.po +++ b/po/ru.po @@ -114,26 +114,28 @@ msgid "Current format:" msgstr "Текущий формат:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "ОК" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Отмена" @@ -5712,6 +5714,22 @@ msgstr "&Формат:" msgid "&Attributes:" msgstr "&Свойства:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Ссылка" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Информация о ссылке" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Тип:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&Адрес:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "В настоящее время отображение HTML выключено." @@ -11605,10 +11623,6 @@ msgstr "&Автоопределение..." msgid "&Path:" msgstr "&Путь:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Тип:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Показать дополнительные" diff --git a/po/sk.po b/po/sk.po index 9ac7f80c6d4..199ee31018c 100644 --- a/po/sk.po +++ b/po/sk.po @@ -113,26 +113,28 @@ msgid "Current format:" msgstr "&Tlačiť" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "" @@ -5741,6 +5743,24 @@ msgstr "" msgid "&Attributes:" msgstr "Atribúty" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "Informácie" + +#: mshtml.rc:41 winecfg.rc:247 +#, fuzzy +msgid "&Type:" +msgstr "Typ" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11196,11 +11216,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -#, fuzzy -msgid "&Type:" -msgstr "Typ" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/sl.po b/po/sl.po index bf46d521dd1..8fd483f91d3 100644 --- a/po/sl.po +++ b/po/sl.po @@ -116,26 +116,28 @@ msgid "Current format:" msgstr "Trenutna oblika zapisa:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "V redu" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Prekliči" @@ -5743,6 +5745,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Lastnosti:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hiperpovezava" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Lastnosti hiperpovezave" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Vrsta:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "Izrisovanje HTML je trenutno onemogočeno." @@ -11640,10 +11658,6 @@ msgstr "&Samozaznaj ..." msgid "&Path:" msgstr "&Pot:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Vrsta:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Pokaži &napredno" diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index 5609b3875db..fc73be651fd 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -117,26 +117,28 @@ msgid "Current format:" msgstr "Текући формат:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "У реду" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Откажи" @@ -5954,6 +5956,22 @@ msgstr "&Формат:" msgid "&Attributes:" msgstr "&Особине:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Хипервеза" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Подаци о хипервези" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Врста:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&Адреса:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML исцртавање је онемогућено." @@ -11559,11 +11577,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -#, fuzzy -msgid "&Type:" -msgstr "Врста" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index b1e0a8fff58..a8fab5c8682 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -122,26 +122,28 @@ msgid "Current format:" msgstr "Tekući format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "U redu" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Otkaži" @@ -5991,6 +5993,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Osobine:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hiperveza" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Podaci o hipervezi" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Ukucaj:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&Adresa:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML iscrtavanje je onemogućeno." @@ -11640,10 +11658,6 @@ msgstr "Auto&matski..." msgid "&Path:" msgstr "&Putanja:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Ukucaj:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Pokaži &Napredno" diff --git a/po/sv.po b/po/sv.po index 3315ba60bdc..f3431d86e46 100644 --- a/po/sv.po +++ b/po/sv.po @@ -115,26 +115,28 @@ msgid "Current format:" msgstr "Aktuellt format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Avbryt" @@ -5721,6 +5723,22 @@ msgstr "&Format:" msgid "&Attributes:" msgstr "&Attribut:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Hyperlänk" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Länkinformation" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Typ:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML-visning är inte aktiverad." @@ -11574,10 +11592,6 @@ msgstr "Upptäck aut&omatiskt..." msgid "&Path:" msgstr "&Sökväg:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Typ:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Visa &avancerat" diff --git a/po/te.po b/po/te.po index b9b7962e75f..a271a3999ec 100644 --- a/po/te.po +++ b/po/te.po @@ -110,26 +110,28 @@ msgid "Current format:" msgstr "ఫాంట్... (&F)" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "" @@ -5642,6 +5644,22 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -10993,10 +11011,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/th.po b/po/th.po index 844048ddf75..3b85ef3e108 100644 --- a/po/th.po +++ b/po/th.po @@ -110,26 +110,28 @@ msgid "Current format:" msgstr "พิมพ์\tCtrl+P" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "ตกลง" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "ยกเลิก" @@ -5747,6 +5749,23 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "รายละเอียด" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11178,10 +11197,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/tr.po b/po/tr.po index baf80f74977..4bceacc7cbb 100644 --- a/po/tr.po +++ b/po/tr.po @@ -116,26 +116,28 @@ msgid "Current format:" msgstr "Geçerli biçim:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "Tamam" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "İptal" @@ -5982,6 +5984,23 @@ msgstr "&Biçim:" msgid "&Attributes:" msgstr "&Öznitelikler:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "S&ürüm Bilgisi" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Tür:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML motoru şu an devre dışı." @@ -11862,10 +11881,6 @@ msgstr "Otomatik &Algıla..." msgid "&Path:" msgstr "&Yol:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Tür:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Gelişmiş Ayarlar" diff --git a/po/uk.po b/po/uk.po index 1d240820e2e..b42d0ea1c07 100644 --- a/po/uk.po +++ b/po/uk.po @@ -113,26 +113,28 @@ msgid "Current format:" msgstr "Поточний формат:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "OK" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Скасувати" @@ -5708,6 +5710,22 @@ msgstr "&Формат:" msgid "&Attributes:" msgstr "&Властивості:" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "Гіперпосилання" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "Дані про Гіперпосилання" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "&Тип:" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "&URL:" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "В даний момент відображення HTML вимкнено." @@ -11561,10 +11579,6 @@ msgstr "Автови&значення..." msgid "&Path:" msgstr "&Шлях:" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "&Тип:" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "Показати &Додаткове" diff --git a/po/wa.po b/po/wa.po index e0857a31740..c922802d6e5 100644 --- a/po/wa.po +++ b/po/wa.po @@ -112,26 +112,28 @@ msgid "Current format:" msgstr "&Rexhe" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "I Va" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "Rinoncî" @@ -5691,6 +5693,23 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +#, fuzzy +msgid "Hyperlink Information" +msgstr "Informåcion" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -11126,10 +11145,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/wine.pot b/po/wine.pot index d4638395c05..b03cec6000f 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -106,26 +106,28 @@ msgid "Current format:" msgstr "" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "" @@ -5624,6 +5626,22 @@ msgstr "" msgid "&Attributes:" msgstr "" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "" @@ -10953,10 +10971,6 @@ msgstr "" msgid "&Path:" msgstr "" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index e7c51b82e6b..32eedf64e6c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -110,26 +110,28 @@ msgid "Current format:" msgstr "当前格式:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "确定" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "取消" @@ -5935,6 +5937,22 @@ msgstr "格式(&F):" msgid "&Attributes:" msgstr "属性(&A):" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "超链接" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "超链接信息" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "类型(&T):" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "网址(&U):" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML 功能目前已被停用." @@ -11450,10 +11468,6 @@ msgstr "自动侦测(&D)" msgid "&Path:" msgstr "路径(&P):" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "类型(&T):" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "显示高级选项(&A)" diff --git a/po/zh_TW.po b/po/zh_TW.po index 351113f3cea..4aaf001f083 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -109,26 +109,28 @@ msgid "Current format:" msgstr "當前格式:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 msvfw32.rc:33 serialui.rc:38 shlwapi.rc:41 -#: winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 -#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 -#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 -#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 -#: winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 -#: winefile.rc:157 winefile.rc:187 winemine.rc:68 winemine.rc:78 -#: winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 +#: serialui.rc:38 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122 +#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 +#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 +#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 +#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 +#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 +#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 +#: wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "確定" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 msvfw32.rc:34 -#: serialui.rc:39 shlwapi.rc:42 winspool.rc:40 notepad.rc:123 oleview.rc:160 -#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 -#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 -#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 -#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 -#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 -#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 +#: mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 shlwapi.rc:42 winspool.rc:40 +#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 +#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 +#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 +#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 +#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158 +#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 +#: wordpad.rc:247 msgid "Cancel" msgstr "取消" @@ -5923,6 +5925,22 @@ msgstr "格式(&F):" msgid "&Attributes:" msgstr "屬性(&A):" +#: mshtml.rc:37 +msgid "Hyperlink" +msgstr "超鏈接" + +#: mshtml.rc:40 +msgid "Hyperlink Information" +msgstr "超鏈接資訊" + +#: mshtml.rc:41 winecfg.rc:247 +msgid "&Type:" +msgstr "類型(&T):" + +#: mshtml.rc:43 +msgid "&URL:" +msgstr "網址(&U):" + #: mshtml.rc:31 msgid "HTML rendering is currently disabled." msgstr "HTML 功能目前已被停用." @@ -11490,10 +11508,6 @@ msgstr "自動偵測(&d)..." msgid "&Path:" msgstr "路徑(&P):" -#: winecfg.rc:247 -msgid "&Type:" -msgstr "類型(&T):" - #: winecfg.rc:250 winecfg.rc:35 msgid "Show &Advanced" msgstr "顯示進階選項(&A)"