mshtml: Convert dialogs to po files.
This commit is contained in:
parent
197dcda647
commit
c8249b9c3f
|
@ -1,51 +0,0 @@
|
|||
/*
|
||||
* Danish language support
|
||||
*
|
||||
* Copyright (C) 2008 Jens Albretsen <jens@albretsen.dk>
|
||||
* 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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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 "Información 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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -1,51 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005-2006 Jacek Caban
|
||||
* Copyright 2010 Yaron Shahrabani <sh.yaron@gmail.com>
|
||||
*
|
||||
* 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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* Copyright 2009-2010 Aurimas Fišeras <aurimas@gmail.com>
|
||||
*
|
||||
* 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
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
|
@ -1,50 +0,0 @@
|
|||
/*
|
||||
* Norwegian Bokmål language support
|
||||
*
|
||||
* Copyright 2005-2009 Alexander N. Sørnes <alex@thehandofagony.com>
|
||||
*
|
||||
* 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
|
||||
}
|
|
@ -1,48 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005-2006 Jacek Caban
|
||||
* Copyright 2008 Mikolaj Zalewski
|
||||
* Copyright 2010 £ukasz Wojni³owicz
|
||||
*
|
||||
* 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 "Hiper³¹cze"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
{
|
||||
GROUPBOX "W³asnoœci hiper³¹cza", -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -1,46 +0,0 @@
|
|||
/*
|
||||
* Copyright 2006-2008 Samuel Lidén 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 "Hyperlänk"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
{
|
||||
GROUPBOX "Länkinformation", -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* mshtml (Simplified and Traditional Chinese Resources)
|
||||
*
|
||||
* Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
|
||||
* Copyright 2010 Cheer Xiao <xiaqqaix.at.gmail.com>
|
||||
*
|
||||
* 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
|
||||
}
|
|
@ -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"
|
||||
|
|
55
po/ar.po
55
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 ""
|
||||
|
|
55
po/bg.po
55
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 "Покажи допълнителните"
|
||||
|
|
56
po/ca.po
56
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"
|
||||
|
|
55
po/cs.po
55
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"
|
||||
|
|
54
po/da.po
54
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"
|
||||
|
|
54
po/de.po
54
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"
|
||||
|
|
54
po/el.po
54
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 ""
|
||||
|
|
54
po/en.po
54
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 ""
|
||||
|
|
54
po/en_US.po
54
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"
|
||||
|
|
57
po/eo.po
57
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 ""
|
||||
|
|
54
po/es.po
54
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"
|
||||
|
|
55
po/fa.po
55
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 ""
|
||||
|
|
59
po/fi.po
59
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"
|
||||
|
|
54
po/fr.po
54
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"
|
||||
|
|
55
po/he.po
55
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"
|
||||
|
|
54
po/hi.po
54
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 ""
|
||||
|
|
54
po/hu.po
54
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ó >>"
|
||||
|
|
54
po/it.po
54
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"
|
||||
|
|
54
po/ja.po
54
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)"
|
||||
|
|
54
po/ko.po
54
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)"
|
||||
|
|
54
po/lt.po
54
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"
|
||||
|
|
54
po/ml.po
54
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 ""
|
||||
|
|
54
po/nb_NO.po
54
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"
|
||||
|
|
54
po/nl.po
54
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"
|
||||
|
|
54
po/or.po
54
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 ""
|
||||
|
|
54
po/pa.po
54
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 ""
|
||||
|
|
54
po/pl.po
54
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 >>"
|
||||
|
|
54
po/pt_BR.po
54
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"
|
||||
|
|
54
po/pt_PT.po
54
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"
|
||||
|
|
55
po/rm.po
55
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 ""
|
||||
|
|
54
po/ro.po
54
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"
|
||||
|
|
54
po/ru.po
54
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 "Показать дополнительные"
|
||||
|
|
57
po/sk.po
57
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 ""
|
||||
|
|
54
po/sl.po
54
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"
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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"
|
||||
|
|
54
po/sv.po
54
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"
|
||||
|
|
54
po/te.po
54
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 ""
|
||||
|
|
55
po/th.po
55
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 ""
|
||||
|
|
55
po/tr.po
55
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"
|
||||
|
|
54
po/uk.po
54
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 "Показати &Додаткове"
|
||||
|
|
55
po/wa.po
55
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 ""
|
||||
|
|
54
po/wine.pot
54
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 ""
|
||||
|
|
54
po/zh_CN.po
54
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)"
|
||||
|
|
54
po/zh_TW.po
54
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)"
|
||||
|
|
Loading…
Reference in New Issue