comctl32: Convert dialogs to po files.
This commit is contained in:
parent
59c398b8ed
commit
64f4c4161c
|
@ -42,39 +42,7 @@ C_SRCS = \
|
|||
treeview.c \
|
||||
updown.c
|
||||
|
||||
RC_SRCS = \
|
||||
comctl32.rc \
|
||||
comctl_Bg.rc \
|
||||
comctl_Ca.rc \
|
||||
comctl_Cs.rc \
|
||||
comctl_Da.rc \
|
||||
comctl_De.rc \
|
||||
comctl_El.rc \
|
||||
comctl_En.rc \
|
||||
comctl_Eo.rc \
|
||||
comctl_Es.rc \
|
||||
comctl_Fr.rc \
|
||||
comctl_He.rc \
|
||||
comctl_Hu.rc \
|
||||
comctl_It.rc \
|
||||
comctl_Ja.rc \
|
||||
comctl_Ko.rc \
|
||||
comctl_Lt.rc \
|
||||
comctl_Nl.rc \
|
||||
comctl_No.rc \
|
||||
comctl_Pl.rc \
|
||||
comctl_Pt.rc \
|
||||
comctl_Ro.rc \
|
||||
comctl_Ru.rc \
|
||||
comctl_Si.rc \
|
||||
comctl_Sk.rc \
|
||||
comctl_Sr.rc \
|
||||
comctl_Sv.rc \
|
||||
comctl_Th.rc \
|
||||
comctl_Tr.rc \
|
||||
comctl_Uk.rc \
|
||||
comctl_Zh.rc
|
||||
|
||||
RC_SRCS = comctl32.rc
|
||||
PO_SRCS = comctl32.rc
|
||||
|
||||
SVG_SRCS = \
|
||||
|
|
|
@ -44,6 +44,53 @@ STRINGTABLE
|
|||
HKY_NONE "#msgctxt#hotkey#None"
|
||||
}
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Properties for %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Cancel", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Apply", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Help", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Wizard"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Back", IDC_BACK_BUTTON,56,138,55,14
|
||||
DEFPUSHBUTTON "&Next >", IDC_NEXT_BUTTON,111,138,55,14
|
||||
DEFPUSHBUTTON "Finish", IDC_FINISH_BUTTON,111,138,55,14
|
||||
PUSHBUTTON "Cancel", IDCANCEL,173,138,55,14
|
||||
PUSHBUTTON "Help", IDHELP,235,138,55,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 395, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Customize Toolbar"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Close", IDCANCEL,320,6,70,14
|
||||
PUSHBUTTON "R&eset", IDC_RESET_BTN,320,23,70,14
|
||||
PUSHBUTTON "&Help", IDC_HELP_BTN,320,40,70,14
|
||||
PUSHBUTTON "Move &Up", IDC_MOVEUP_BTN,320,74,70,14
|
||||
PUSHBUTTON "Move &Down", IDC_MOVEDN_BTN,320,91,70,14
|
||||
LTEXT "A&vailable buttons:", -1,4,5,120,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,5,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Add ->", IDOK, 132, 42, 55, 14
|
||||
PUSHBUTTON "<- &Remove", IDC_REMOVE_BTN,132,62,55,14
|
||||
LTEXT "&Toolbar buttons:", -1,194,5,120,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 194,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine Common Controls"
|
||||
|
|
|
@ -1,70 +0,0 @@
|
|||
/*
|
||||
* comctl (Bulgarian resource)
|
||||
*
|
||||
* Copyright 2005 Milko Krachounov
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Ñâîéñòâà íà %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Îòìåíè", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Ïîòâúðäè", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Ïîìîù", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Wizard"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< Íà&çàä", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "Íà&ïðåä >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Ïðèêëþ÷è", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Îòìåíè", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Ïîìîù", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 407, 125 /* 357 -> 407 ? */
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Ïåðñîíàëèçèðàíå íà ëåíòàòà ñ èíñòðóìåíòè"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Çàòâîðè", IDCANCEL,318,6,84,14 /* 44 -> 84; 308 -> 318 ? */
|
||||
PUSHBUTTON "&Âúçñòàíîâè", IDC_RESET_BTN,318,23,84,14 /* 44 -> 84 ? */
|
||||
PUSHBUTTON "&Ïîìîù", IDC_HELP_BTN,318,40,84,14 /* 44 -> 84 ? */
|
||||
PUSHBUTTON "Ïðåìåñòè íà&ãîðå", IDC_MOVEUP_BTN,318,74,84,14 /* 44 -> 84 ? */
|
||||
PUSHBUTTON "Ïðåìåñòè íà&äîëó", IDC_MOVEDN_BTN,318,91,84,14 /* 44 -> 84 ? */
|
||||
LTEXT "&Íàëè÷íè áóòîíè:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "Äî&áàâè ->", IDOK, 131, 42, 54, 14 /* 44 -> 54 ? */
|
||||
PUSHBUTTON "<- Ïðå&ìàõíè", IDC_REMOVE_BTN,131,62,54,14 /* 44 -> 54 ? */
|
||||
LTEXT "&Áóòîíè íà ëåíòàòà ñ èíñòðóìåíòè:", -1,192,5,78,10 /* 182 -> 192 ? */
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 192,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP /* 182 -> 192 ? */
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_CATALAN, SUBLANG_DEFAULT
|
||||
|
||||
#pragma code_page(65001) /* UTF-8 */
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Propietats de %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "D'acord", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Cancel·la", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Aplica", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Ajuda", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Wizard"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Enrere", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Proper >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Finalitza", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Cancel·la", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Ajuda", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Customize Toolbar"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Tanca", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "R&einicia", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Ajuda", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Mou A&munt", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Mou A&baix", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "&Botons disponibles:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Afegeix ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Treu", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "Botons de barra d'&eines:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,74 +0,0 @@
|
|||
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
|
||||
*
|
||||
* Copyright 1999 Eric Kohl
|
||||
*
|
||||
* Czech resources for comctl32
|
||||
* Copyright 2004 David Kredba
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||
|
||||
/* Czech strings in CP1250 */
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Vlastnosti %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Storno", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Použít", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Nápovìda", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Prùvodce"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Zpìt", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Další >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Dokonèit", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Storno", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Nápovìda", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Nastavení panelu"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Zavøít", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&Výchozí", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Nápovìda", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Nahor&u", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "&Dolù", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "D&ostupná tlaèítka:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "Pøid&at ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- Odeb&rat", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Tlaèítka panelu:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,71 +0,0 @@
|
|||
/*
|
||||
* Copyright 2010 Thomas Larsen
|
||||
* Paul Vriens
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Egenskaber for %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Annuller", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Anvend", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Hjælp", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Fane", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Guide"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Tilbage", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Næste >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Færdig", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Annuller", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Hjælp", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Fane", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Tilpas Værktøjslinje"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Luk", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "N&ulstil", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Hjælp", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Flyt &Op", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Flyt &Ned", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "T&ilgængelige knapper:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Tilføj ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Fjern", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Værktøjs knapper:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,70 +0,0 @@
|
|||
/*
|
||||
* Copyright 2000 Uwe Bonnes
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Eigenschaften für %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "A&bbrechen", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Anwenden", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "&Hilfe", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Wizard"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Zurück", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Weiter >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "&Fertig", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Abbrechen", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "&Hilfe", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Toolbar einrichten"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Schließen", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&Zurücksetzen", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Hilfe", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Nach &Oben verschieben", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Nach &Unten verschieben", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "&Vorhandene Knöpfe:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "H&inzufügen ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Löschen", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Toolbarknöpfe:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* Copyright 2007 Apostolos Alexiadis (djapal@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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Éäéüôçôåò ãéá %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "¢êõñï", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&ÅöáñìïãÞ", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "ÂïÞèåéá", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Âïçèüò"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Ðñïçãïýìåíï", IDC_BACK_BUTTON,63,138,55,14
|
||||
DEFPUSHBUTTON "&Åðüìåíï >", IDC_NEXT_BUTTON,121,138,55,14
|
||||
DEFPUSHBUTTON "ÏëïêëÞñùóç", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "¢êõñï", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "ÂïÞèåéá", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Ðáñáìåôñïðïßçóç ÌðÜñáò Åñãáëåßùí"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Êëåßóéìï", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "Å&ðáíáöïñÜ", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&ÂïÞèåéá", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Ìåôáêßíçóç &ÐÜíù", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Ìåôáêßíçóç &ÊÜôù", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "Ä&éáèÝóéìá êïõìðéÜ:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&ÐñïóèÞêç ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Áöáßñåóç", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&ÊïõìðéÜ ìðÜñáò åñãáëåßùí:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* Copyright 1999 Eric Kohl
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Properties for %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Cancel", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Apply", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Help", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Wizard"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Back", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Next >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Finish", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Cancel", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Help", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Customize Toolbar"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Close", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "R&eset", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Help", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Move &Up", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Move &Down", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "A&vailable buttons:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Add ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Remove", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Toolbar buttons:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/* Esperanto Language Support
|
||||
* Copyright 2006 Antonio Codazzi
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Ecoj laý %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Bone", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Rezigni", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Apliku", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Helpo", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Langeto", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Estrita Proceduro"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Retro", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Antaýen >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Konkludi", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Rezigni", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Helpo", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Langeto", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Agordu stangon de la iloj"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Fermu", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "R&ee agordu", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Helpo", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "&Supre forþovu", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Su&be forþovu", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "&Disponeblaj butonoj:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Aldonu ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Forigu", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "Butonoj por stango de la &iloj", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 José Manuel Ferrer Ortiz
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Propiedades de %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Aceptar", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Cancelar", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Aplicar", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Ayuda", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Ayudante"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Anterior", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Siguiente >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Terminar", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Cancelar", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Ayuda", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Personalizar barra de herramientas"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Cerrar", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "R&estaurar", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Ayuda", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Mover A&rriba", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Mover A&bajo", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "Botones &disponibles:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "A&ñadir ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Eliminar", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "B&otones de la barra:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,75 +0,0 @@
|
|||
/*
|
||||
* Comctl32
|
||||
* French language support
|
||||
*
|
||||
* Copyright 1999 Eric Kohl
|
||||
* Copyright 2003 Vincent Béron
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Propriétés pour %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Annuler", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Appliquer", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Aide", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Onglet", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Assistant"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Précédent", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Suivant >", IDC_NEXT_BUTTON,123,138,50,14
|
||||
DEFPUSHBUTTON "Terminer", IDC_FINISH_BUTTON,123,138,50,14
|
||||
PUSHBUTTON "Annuler", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Aide", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Onglet", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Personnaliser la barre d'outils"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Fermer", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&Réinitialiser", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "Aid&e", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "&Monter", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "&Descendre", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "Boutons &disponibles :", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "A&jouter ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- E&nlever", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Boutons de la barre d'outils :", -1,182,5,93,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,74 +0,0 @@
|
|||
/*
|
||||
* Copyright 1999 Eric Kohl
|
||||
* 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 "comctl32.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
EXSTYLE WS_EX_LAYOUTRTL
|
||||
CAPTION "המאפיינים של %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "אישור", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "ביטול", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "ה&חלה", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "עזרה", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
EXSTYLE WS_EX_LAYOUTRTL
|
||||
CAPTION "Wizard"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< ה&קודם", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "ה&בא >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "סיום", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "ביטול", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "עזרה", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_LAYOUTRTL
|
||||
CAPTION "התאמת סרגל כלים"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&סגירה", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&איפוס", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "ע&זרה", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "הזזה למ&עלה", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "הזזה למ&טה", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "לחצנים &זמינים:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "הוס&פה ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- ה&סרה", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&לחצני סרגל הכלים:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* Copyright 2006 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Tulajdonságok: %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Mégse", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Alkalmazás", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Súgó", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Fül", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Varázsló"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Elõzõ", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Következõ >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Kész", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Mégse", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Súgó", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Fül", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Eszköztár testreszabása"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Bezárás", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "Alaph&elyzet", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Súgó", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "&Fel", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "&Le", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "El&érhetõ gombok:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Hozzáad ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- El&vesz", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "E&szköztár gombok:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,72 +0,0 @@
|
|||
/*
|
||||
* Copyright 1999 Eric Kohl
|
||||
* Copyright 2003 Ivan Leo Puoti
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Proprietà per %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Annulla", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Applica", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Aiuto", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Linguetta", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Procedura guidata"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Indietro", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Avanti >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Fine", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Annulla", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Aiuto", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Linguetta", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Personalizza la barra degli strumenti"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Chiudi", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "R&eimpostare", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "A&iuto", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Muovi &su", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Muovi &giù", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "&Tasti disponibili:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Aggiungi ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Rimuovi", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "Tasti della &barra degli strumenti:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,71 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Hajime Segawa
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "%sのプロパティ"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "キャンセル", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "適用(&A)", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "ヘルプ", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "ウィザード"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< 戻る(&B)", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "次へ(&N) >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "完了", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "キャンセル", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "ヘルプ", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "ツールバーのカスタマイズ"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "閉じる(&C)", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "リセット(R&)", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "ヘルプ(&H)", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "上へ (&U)", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "下へ (&D)", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "利用可能なボタン(&V):", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "追加(&A) ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- 削除(&R)", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "ツールバーのボタン(&T):", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,71 +0,0 @@
|
|||
/*
|
||||
* Copyright 2002 Won-kyu Park <wkpark@kldp.org>
|
||||
* Copyright 2005,2007,2010 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 "comctl32.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "%s 속성"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "확인", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "취소", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "적용(&A)", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "도움말", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "탭", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "마법사"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< 이전(&B)", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "다음(&N) >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "종료", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "취소", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "도움말", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "탭", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "도구바 사용자 정의"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "닫기(&C)", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "재설정(&E)", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "도움말(&H)", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "위로 이동(&U)", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "아래로 이동(&D)", IDC_MOVEDN_BTN,308,91,49,14
|
||||
LTEXT "가능한 버튼(&V)", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "더하기(&A) ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<-지우기(&R)", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "도구바 버튼(&T):", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,71 +0,0 @@
|
|||
/*
|
||||
* Copyright 2009 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 "comctl32.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "%s savybės"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Gerai", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Atsisakyti", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Vykdyti", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Žinynas", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Vediklis"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Atgal", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Toliau >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Baigti", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Atsisakyti", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Žinynas", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Tinkinti mygtukų juostą"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Užverti", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "A&tstatyti", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Žinynas", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "P&akelti", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "&Nuleisti", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "P&rieinami mygtukai:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Pridėti ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- Ša&linti", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Mygtukų juostos turinys:", -1,182,5,84,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,70 +0,0 @@
|
|||
/*
|
||||
* comctl (Dutch resources)
|
||||
*
|
||||
* Copyright 2003 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Eigenschappen van %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Annuleren", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Toepassen", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Help", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tabblad", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Assistent"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< V&orige", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Volgende >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Beëindigen", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Annuleren", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Help", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tabblad", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Gereedschappenbalk aanpassen"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Afsluiten", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&Reset", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Help", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Verplaats Om&hoog", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Verplaats Om&laag", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "&Beschikbare knoppen:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Toevoegen ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Verwijderen", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Knoppen:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005 Alexander N. Sørnes
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Egenskaper for %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Avbryt", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Bruk", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Hjelp", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Fane", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Veiviser"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< Til&bake", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Neste >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Fullfør", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Avbryt", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Hjelp", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Fane", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Tilpass verktøylinje"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Lukk", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "Tilbak&estill", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Hjelp", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Flytt &opp", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Flytt ne&d", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "Tilgjengelige &knapper:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "Le&gg til ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- Fje&rn", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "Verk&tøylinje-knapper:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,69 +0,0 @@
|
|||
/*
|
||||
* Copyright 1999 Eric Kohl
|
||||
* Copyright 2002 Jacek Bator
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "W³aœciwoœci %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Anuluj", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Zastosuj", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Pomoc", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Kreator"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Wstecz", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Dalej >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Zakoñcz", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Anuluj", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Pomoc", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Dostosowywanie paska narzêdzi"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Zamknij", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "Z&resetuj", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Pomoc", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Przenieœ &w górê", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Przenieœ w &dó³", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "Do&stêpne przyciski:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "D&odaj ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Usuñ", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Przyciski paska narzêdzi:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,70 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Marcelo Duarte
|
||||
* Copyright 2006-2007 Américo José Melo
|
||||
* Copyright 2009 Ricardo Filipe
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Propriedades de %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Cancelar", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Aplicar", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Ajuda", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Separador", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Assistente"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Voltar", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Avançar >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Finalizar", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Cancelar", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Ajuda", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Separador", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Personalizar barra de ferramentas"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Fechar", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "R&estaurar", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Ajuda", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "A&cima", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "A&baixo", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "Botões &disponíveis:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Adicionar ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Remover", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Botões da barra de ferramentas:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,71 +0,0 @@
|
|||
/*
|
||||
* Copyright 1999 Eric Kohl
|
||||
* Copyright 2008 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Proprietăți pentru %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "&Renunță", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "A&plică", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "&Ajutor", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Expert"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Înapoi", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Următor >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "&Termină", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "&Renunță", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "&Ajutor", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Personalizare toolbar"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Închide", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&Resetează", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Ajutor", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Mută în &sus", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Mută în &jos", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "&Butoane disponibile:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "A&daugă ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Șterge", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "Butoane &toolbar:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,73 +0,0 @@
|
|||
/*
|
||||
* comctl (Russian resources)
|
||||
*
|
||||
* Copyright 2003 Igor Stepin
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Свойства для %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Отмена", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "При&менить", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "&Справка", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Мастер"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Назад", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Далее >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Готово", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Отмена", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "&Справка", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Настройка панели инструментов"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Закрыть", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "С&бросить", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Справка", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Переместить вв&ерх", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Переместить &вниз", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "Доступные &кнопки:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Добавить ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Удалить", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "Кнопки &панели инструментов:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,70 +0,0 @@
|
|||
/*
|
||||
* Copyright 2002, 2003, 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 "comctl32.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Lastnosti %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "V redu", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Prekliči", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Uporabi", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Pomoč", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Čarovnik"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< Na&zaj", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Naprej >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Dokončaj", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Prekliči", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Pomoč", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Prilagoditev orodne vrstice"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Zapri", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "Po&nastavi", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Pomoč", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "N&avzgor", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Na&vzdol", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "Razpoložljivi &gumbi:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Dodaj ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Odstrani", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "G&umbi orodne vrstice:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,71 +0,0 @@
|
|||
/*
|
||||
* Copyright 1999 Eric Kohl
|
||||
* Copyright 2008 Mário Kaèmár
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
/* Slovak strings in CP1250 */
|
||||
|
||||
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "%s - vlastnosti"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Zruši<C5A1>", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Použi<C5BE>", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Pomocník", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Sprievodca"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Naspä<70>", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "Ï&alej >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Dokonèi<C3A8>", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Zruši<C5A1>", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Pomocník", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Prispôsobenie panela nástrojov"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Zavrie<69>", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "Pr&edvolené", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Pomocník", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Posunú<6E> na&hor", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Posunú<6E> na&dol", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "D&ostuné tlaèidlá:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "Prid&a<> ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- Odob&ra<72>", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Tlaèidlá panela:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,121 +0,0 @@
|
|||
/*
|
||||
* Copyright 2010 Nenad Vujic
|
||||
* Paul Vriens
|
||||
* 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 "comctl32.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Svojstva za %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "U redu", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Otkaži", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Primeni", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Pomoć", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Jezičak", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Vodič"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Nazad", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Napred >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Kraj", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Otkaži", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Pomoć", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Jezičak", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Prilagodi alatnicu"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Zatvori", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&Poništi", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Pomoć", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Pomeri na&gore", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Pomeri na&dole", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "&Dostupni dugmići:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Dodaj ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Ukloni", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Dugmići na alatnici:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Својства за %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "У реду", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Откажи", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Примени", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Помоћ", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Језичак", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Водич"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Назад", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Напред >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Крај", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Откажи", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Помоћ", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Језичак", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Прилагоди алатницу"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Затвори", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&Поништи", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Помоћ", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Помери на&горе", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Помери на&доле", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "&Доступни дугмићи:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Додај ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Уклони", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Дугмићи на алатници:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005 Andreas Bjerkeholt
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Egenskaper för %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Avbryt", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Verkställ", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Hjälp", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Guide"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Föregående", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Nästa >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Slutför", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Avbryt", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Hjälp", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Anpassa verktygsfältet"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Stäng", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&Återställ", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Hjälp", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Flytta &upp", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Flytta &ned", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "T&illgängliga knappar:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Lägg till ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Ta bort", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "Knappar i v&erktygsfältet:", -1,182,5,85,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Jon Griffiths
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_THAI, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "¤Ø³ÊÁºÑµÔ¢Í§ %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "µ¡Å§", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "¡àÅÔ¡", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "Áռŷѹ·Õ", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "ªèÇÂàËÅÕÍ", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Wizard"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< Âé͹¡ÅѺ", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "µèÍä» >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "·íÒãËéàÊÃç¨", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "¡àÅÔ¡", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "ªèÇÂàËÅÕÍ", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "»ÃѺáµè§á¶ºà¤Ã×èͧÁ×Í"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "»Ô´", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "á¡éÍÍ¡", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "ªèÇÂàËÅÕÍ", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "ÂéÒ¢Öé¹", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "ÂéÒÂŧ", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "·ÕàÅ×Í¡ä´é:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "ºÇ¡ ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- ¶Í´ÍÍ¡", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "¡ÒáÃзíÒᶺà¤Ã×èͧÁ×Í:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,68 +0,0 @@
|
|||
/*
|
||||
* Copyright 2006 Fatih Aþýcý
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Özellikler: %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Tamam", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Ýptal", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Uygula", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Yardým", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Sekme", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Sihirbaz"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Geri", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Ýleri >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "Son", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "Ýptal", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "Yardým", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Sekme", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Araç Çubuðunu Özelleþtir"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Kapat", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "S&ýfýrla", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Yardým", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "&Yukarý Taþý", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "&Aþaðý Taþý", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "K&ullanýlabilir butonlar:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Ekle ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Kaldýr", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Araç Çubuðu butonlarý:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,75 +0,0 @@
|
|||
/*
|
||||
* comctl (Ukrainian resources)
|
||||
*
|
||||
* Copyright 2004 Ilya Korniyko
|
||||
*
|
||||
* 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 "comctl32.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Властивості для %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "&Скасувати", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Застосувати", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "&Довідка", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Майстер"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< &Назад", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "&Далі >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "&Завершити", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "&Скасувати", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "&Довідка", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Настройка панелі інструментів"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Закрити", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "&Скинути", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "&Довідка", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "Пересунути в&гору", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "Пересунути до&низу", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "На&явні кнопки:", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Додати ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- &Прибрати", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "&Кнопки панелі інструментів:", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
|
@ -1,123 +0,0 @@
|
|||
/*
|
||||
* comctl32 (simplified and traditional Chinese resources)
|
||||
*
|
||||
* Copyright 2002 Tisheng Chen
|
||||
* Copyright 2008 Hongbo Ni <hongbo.at.njstar.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 "comctl32.h"
|
||||
|
||||
/* Chinese text is encoded in UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "属性 %s"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "确定", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "取消", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "应用(&A)", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "帮助", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "向导"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< 上一步(&B)", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "下一步(&N) >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "结束", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "取消", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "帮助", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "自定义工具栏"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "关闭(&C)", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "重置(&e)", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "帮助(&H)", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "上移(&U)", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "下移(&D)", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "可用工具栏按钮(&V):", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "添加(&A) ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- 删除(&R)", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "当前工具栏按钮(&T):", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||
|
||||
IDD_PROPSHEET DIALOG 0, 0, 220, 140
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "屬性 %s"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "確定", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "取消", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "套用(&A)", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "幫助", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
|
||||
END
|
||||
|
||||
|
||||
IDD_WIZARD DIALOG 0, 0, 290, 159
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "向導"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "< 上一步(&B)", IDC_BACK_BUTTON,71,138,50,14
|
||||
DEFPUSHBUTTON "下一步(&N) >", IDC_NEXT_BUTTON,121,138,50,14
|
||||
DEFPUSHBUTTON "結束", IDC_FINISH_BUTTON,121,138,50,14
|
||||
PUSHBUTTON "取消", IDCANCEL,178,138,50,14
|
||||
PUSHBUTTON "幫助", IDHELP,235,138,50,14,WS_GROUP
|
||||
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
|
||||
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
|
||||
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
|
||||
END
|
||||
|
||||
|
||||
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "自定義工具欄"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "關閉(&C)", IDCANCEL,308,6,44,14
|
||||
PUSHBUTTON "重置(&e)", IDC_RESET_BTN,308,23,44,14
|
||||
PUSHBUTTON "幫助(&H)", IDC_HELP_BTN,308,40,44,14
|
||||
PUSHBUTTON "上移(&U)", IDC_MOVEUP_BTN,308,74,44,14
|
||||
PUSHBUTTON "下移(&D)", IDC_MOVEDN_BTN,308,91,44,14
|
||||
LTEXT "可用工具欄按鈕(&V):", -1,4,5,84,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "添加(&A) ->", IDOK, 131, 42, 44, 14
|
||||
PUSHBUTTON "<- 刪除(&R)", IDC_REMOVE_BTN,131,62,44,14
|
||||
LTEXT "當前工具欄按鈕(&T):", -1,182,5,78,10
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
139
po/ar.po
139
po/ar.po
|
@ -52,17 +52,17 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr "معلومات"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 "حسنا"
|
||||
|
||||
|
@ -124,17 +124,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "ألغِ"
|
||||
|
||||
|
@ -262,6 +263,82 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "اختر ال&كل\tCtrl+A"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&مساعدة"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&مساعدة"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:85
|
||||
#, fuzzy
|
||||
msgid "Move &Down"
|
||||
msgstr "صفحة &p"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2427,11 +2504,6 @@ msgstr "ا&طبع...\tCtrl+P"
|
|||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
#, fuzzy
|
||||
|
@ -2458,14 +2530,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&مساعدة"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12212,11 +12276,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "اختر ال&كل\tCtrl+A"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
136
po/bg.po
136
po/bg.po
|
@ -55,17 +55,17 @@ msgstr "Пре&махни"
|
|||
msgid "Support Information"
|
||||
msgstr "Информация"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -135,17 +135,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "Инсталирай"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "Отмени"
|
||||
|
||||
|
@ -278,6 +279,79 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr "Инсталиране..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Свойства на %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Потвърди"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Помощ"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Wizard"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< На&зад"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "На&пред >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Приключи"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Персонализиране на лентата с инструменти"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Затвори"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Възстанови"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Помощ"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Премести на&горе"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Премести на&долу"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Налични бутони:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "До&бави ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- Пре&махни"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Бутони на лентата с инструменти:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Разделител"
|
||||
|
@ -2471,11 +2545,6 @@ msgstr ""
|
|||
"#-#-#-#-# bg.po (Wine) #-#-#-#-#\n"
|
||||
"&Свойства"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2501,14 +2570,6 @@ msgstr "&Отметки"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Добави към отметките..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Помощ"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr ""
|
||||
|
@ -12422,11 +12483,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "Свойства"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/ca.po
135
po/ca.po
|
@ -56,17 +56,17 @@ msgstr "T&reu"
|
|||
msgid "Support Information"
|
||||
msgstr "Informació de Suport"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -133,17 +133,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Instal·la"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -276,6 +277,79 @@ msgstr "no comprimit"
|
|||
msgid "Canceling..."
|
||||
msgstr "Cancel·lant..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propietats de %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Aplica"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Wizard"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Enrere"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Proper >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Finalitza"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Customize Toolbar"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Tanca"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "R&einicia"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "A&juda"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Mou A&munt"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Mou A&baix"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Botons disponibles:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Afegeix ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Treu"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "Botons de barra d'&eines:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
@ -2475,11 +2549,6 @@ msgstr "Pre&visualització de la impresió"
|
|||
msgid "&Properties"
|
||||
msgstr "&Propietats"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Tanca"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2505,14 +2574,6 @@ msgstr "Preferits"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Afegeix a Preferits..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "A&juda"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "&Quant a Internet Explorer..."
|
||||
|
@ -12725,10 +12786,6 @@ msgstr "&Altres fitxers"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Mostra Fitxers Amagats y de Sistema"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propietats de %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "Nom de &Fitxer:"
|
||||
|
|
136
po/cs.po
136
po/cs.po
|
@ -54,17 +54,17 @@ msgstr "Odeb&rat DLL náhradu"
|
|||
msgid "Support Information"
|
||||
msgstr "Informace"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -129,17 +129,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "Instalovat téma..."
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -277,6 +278,79 @@ msgstr "nekomprimovaný"
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Vlastnosti %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Použít"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Nápověda"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Průvodce"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Zpět"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Další >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Dokončit"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Nastavení panelu"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Zavřít"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Výchozí"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Nápověda"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Nahor&u"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "&Dolů"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "D&ostupná tlačítka:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "Přid&at ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- Odeb&rat"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Tlačítka panelu:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Oddělovač"
|
||||
|
@ -2500,11 +2574,6 @@ msgstr ""
|
|||
"#-#-#-#-# cs.po (Wine) #-#-#-#-#\n"
|
||||
"V&lastnosti"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
#, fuzzy
|
||||
|
@ -2537,14 +2606,6 @@ msgstr "&Oblíbené"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Přid&at k oblíbeným..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Nápověda"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12861,11 +12922,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "&Vlastnosti"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/da.po
135
po/da.po
|
@ -56,17 +56,17 @@ msgstr "&Fjern"
|
|||
msgid "Support Information"
|
||||
msgstr "Support Information"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -132,17 +132,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Installer"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -279,6 +280,79 @@ msgstr "ukomprimeret"
|
|||
msgid "Canceling..."
|
||||
msgstr "Annullering..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Egenskaper for %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Anvend"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Hjælp"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Guide"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Tilbage"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Næste >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Færdig"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Tilpas Værktøjslinje"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Luk"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "N&ulstil"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hjælp"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Flyt &Op"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Flyt &Ned"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "T&ilgængelige knapper:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Tilføj ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Fjern"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Værktøjs knapper:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Separator"
|
||||
|
@ -2522,11 +2596,6 @@ msgstr ""
|
|||
"#-#-#-#-# da.po (Wine) #-#-#-#-#\n"
|
||||
"Egenska&per"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Luk"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2558,14 +2627,6 @@ msgstr "&Favoritter"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Tilføj til f&avoritter..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hjælp"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr ""
|
||||
|
@ -12927,10 +12988,6 @@ msgstr "&Andre filer"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Vi&s skjulte/systemfiler"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Egenskaper for %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Filnavn:"
|
||||
|
|
135
po/de.po
135
po/de.po
|
@ -56,17 +56,17 @@ msgstr "&Entfernen"
|
|||
msgid "Support Information"
|
||||
msgstr "Support Information"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -134,17 +134,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Installieren"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -275,6 +276,79 @@ msgstr "Unkomprimiert"
|
|||
msgid "Canceling..."
|
||||
msgstr "Abbrechen..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Eigenschaften für %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Anwenden"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "&Hilfe"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Wizard"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Zurück"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Weiter >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "&Fertig"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Toolbar einrichten"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Schliessen"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Zurücksetzen"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hilfe"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Nach &Oben verschieben"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Nach &Unten verschieben"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Vorhandene Knöpfe:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "H&inzufügen ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Löschen"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Toolbarknöpfe:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Trennzeichen"
|
||||
|
@ -2468,11 +2542,6 @@ msgstr "Dru&ckvorschau"
|
|||
msgid "&Properties"
|
||||
msgstr "&Eigenschaften"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Schliessen"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2498,14 +2567,6 @@ msgstr "&Favoriten"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Zu den Favoriten &hinzufügen..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hilfe"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "Über &Internet Explorer"
|
||||
|
@ -12746,10 +12807,6 @@ msgstr "&Andere Dateien"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Vers&teckte/Systemdateien anzeigen"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Eigenschaften für %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Dateiname:"
|
||||
|
|
140
po/el.po
140
po/el.po
|
@ -51,19 +51,19 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 ""
|
||||
msgstr "OK"
|
||||
|
||||
#: appwiz.rc:76
|
||||
msgid "The following information can be used to get technical support for %s:"
|
||||
|
@ -124,19 +124,20 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 ""
|
||||
msgstr "Άκυρο"
|
||||
|
||||
#: appwiz.rc:28
|
||||
msgid "Add/Remove Programs"
|
||||
|
@ -264,6 +265,79 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Ιδιότητες για %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Εφαρμογή"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Βοήθεια"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Βοηθός"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Προηγούμενο"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Επόμενο >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Ολοκλήρωση"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Παραμετροποίηση Μπάρας Εργαλείων"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Κλείσιμο"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "Ε&παναφορά"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Βοήθεια"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Μετακίνηση &Πάνω"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Μετακίνηση &Κάτω"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "Δ&ιαθέσιμα κουμπιά:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Προσθήκη ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Αφαίρεση"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Κουμπιά μπάρας εργαλείων:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Διαχωριστής"
|
||||
|
@ -2423,11 +2497,6 @@ msgstr "Εκτύπωση"
|
|||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2455,14 +2524,6 @@ msgstr "Α&γαπημένα"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Α&γαπημένα"
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr ""
|
||||
|
@ -12201,11 +12262,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "Επιλογές"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr ""
|
||||
|
|
135
po/en.po
135
po/en.po
|
@ -51,17 +51,17 @@ msgstr "&Remove"
|
|||
msgid "Support Information"
|
||||
msgstr "Support Information"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -120,17 +120,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Install"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -259,6 +260,79 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr "Cancelling..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Properties for %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Help"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Back"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Help"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Move &Up"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Move &Down"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "A&vailable buttons:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Remove"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Toolbar buttons:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2390,11 +2464,6 @@ msgstr "Print previe&w"
|
|||
msgid "&Properties"
|
||||
msgstr "&Properties"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2420,14 +2489,6 @@ msgstr "&Favourites"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Add to Favourites..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Help"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "&About Internet Explorer"
|
||||
|
@ -12381,10 +12442,6 @@ msgstr "&Other files"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Properties for %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&File Name:"
|
||||
|
|
135
po/en_US.po
135
po/en_US.po
|
@ -56,17 +56,17 @@ msgstr "&Remove"
|
|||
msgid "Support Information"
|
||||
msgstr "Support Information"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -132,17 +132,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Install"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -275,6 +276,79 @@ msgstr "uncompressed"
|
|||
msgid "Canceling..."
|
||||
msgstr "Canceling..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Properties for %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Apply"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Help"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Wizard"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Back"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Next >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Finish"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Customize Toolbar"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Close"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "R&eset"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Help"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Move &Up"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Move &Down"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "A&vailable buttons:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Add ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Remove"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Toolbar buttons:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Separator"
|
||||
|
@ -2466,11 +2540,6 @@ msgstr "Print previe&w"
|
|||
msgid "&Properties"
|
||||
msgstr "&Properties"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Close"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2496,14 +2565,6 @@ msgstr "&Favorites"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Add to Favorites..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Help"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "&About Internet Explorer"
|
||||
|
@ -12639,10 +12700,6 @@ msgstr "&Other files"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Show Hidden/&System Files"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Properties for %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&File Name:"
|
||||
|
|
136
po/eo.po
136
po/eo.po
|
@ -55,17 +55,17 @@ msgstr "&Notu..."
|
|||
msgid "Support Information"
|
||||
msgstr "Informo pri"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -130,17 +130,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Notu..."
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -273,6 +274,79 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Ecoj laý %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Apliku"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Helpo"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Estrita Proceduro"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Retro"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Antaýen >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Konkludi"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Agordu stangon de la iloj"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Fermu"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "R&ee agordu"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Helpo"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "&Supre forþovu"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Su&be forþovu"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Disponeblaj butonoj:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Aldonu ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Forigu"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "Butonoj por stango de la &iloj"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Dividilo"
|
||||
|
@ -2476,11 +2550,6 @@ msgstr ""
|
|||
"#-#-#-#-# eo.po (Wine) #-#-#-#-#\n"
|
||||
"E&coj"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2506,14 +2575,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Helpo"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12456,11 +12517,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "Ecoj"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/es.po
135
po/es.po
|
@ -56,17 +56,17 @@ msgstr "E&liminar"
|
|||
msgid "Support Information"
|
||||
msgstr "Información de Soporte"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -134,17 +134,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Instalar"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -276,6 +277,79 @@ msgstr "sin compresión"
|
|||
msgid "Canceling..."
|
||||
msgstr "Cancelando..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propiedades de %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Aplicar"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Ayuda"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Ayudante"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Anterior"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Siguiente >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Terminar"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Personalizar barra de herramientas"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Cerrar"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "R&estaurar"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "A&yuda"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Mover A&rriba"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Mover A&bajo"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "Botones &disponibles:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "A&ñadir ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Eliminar"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "B&otones de la barra:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
@ -2514,11 +2588,6 @@ msgstr ""
|
|||
"#-#-#-#-# es.po (Wine) #-#-#-#-#\n"
|
||||
"Propie&dades"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2549,14 +2618,6 @@ msgstr ""
|
|||
"#-#-#-#-# es.po (Wine) #-#-#-#-#\n"
|
||||
"&Añadir a favoritos"
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "A&yuda"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -13161,10 +13222,6 @@ msgstr "&Otros archivos"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Mostrar archivos de &sistema/ocultos"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propiedades de %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "Nombre:"
|
||||
|
|
139
po/fa.po
139
po/fa.po
|
@ -52,17 +52,17 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr "اطلاعات"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 "قبول"
|
||||
|
||||
|
@ -124,17 +124,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "انصراف"
|
||||
|
||||
|
@ -262,6 +263,82 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "انتخاب &همه\tCtrl+A"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&کمک"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&کمک"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:85
|
||||
#, fuzzy
|
||||
msgid "Move &Down"
|
||||
msgstr "صفحه &p"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2427,11 +2504,6 @@ msgstr "&چاپکردن...\tCtrl+P"
|
|||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
#, fuzzy
|
||||
|
@ -2458,14 +2530,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&کمک"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12215,11 +12279,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "انتخاب &همه\tCtrl+A"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
145
po/fi.po
145
po/fi.po
|
@ -58,17 +58,17 @@ msgstr ""
|
|||
"#-#-#-#-# fi.po (Wine) #-#-#-#-#\n"
|
||||
"Tietoja"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -137,17 +137,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "Asenna &teema..."
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -284,6 +285,88 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "Ominaisuudet"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&Apua"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
#, fuzzy
|
||||
msgid "< &Back"
|
||||
msgstr "&Takaisin"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Apua"
|
||||
|
||||
#: comctl32.rc:84
|
||||
#, fuzzy
|
||||
msgid "Move &Up"
|
||||
msgstr "Sii&rrä"
|
||||
|
||||
#: comctl32.rc:85
|
||||
#, fuzzy
|
||||
msgid "Move &Down"
|
||||
msgstr "Vieritä Alas"
|
||||
|
||||
#: comctl32.rc:86
|
||||
#, fuzzy
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Eteenpäin"
|
||||
|
||||
#: comctl32.rc:88
|
||||
#, fuzzy
|
||||
msgid "&Add ->"
|
||||
msgstr "&Lisää"
|
||||
|
||||
#: comctl32.rc:89
|
||||
#, fuzzy
|
||||
msgid "<- &Remove"
|
||||
msgstr "&Poista"
|
||||
|
||||
#: comctl32.rc:90
|
||||
#, fuzzy
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "Vieritä Tänne"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2496,11 +2579,6 @@ msgstr ""
|
|||
"#-#-#-#-# fi.po (Wine) #-#-#-#-#\n"
|
||||
"O&minaisuudet"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2528,14 +2606,6 @@ msgstr "S&uosikit"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Lis&ää Suosikkeihin..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Apua"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr ""
|
||||
|
@ -12587,11 +12657,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "Ominaisuudet"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/fr.po
135
po/fr.po
|
@ -56,17 +56,17 @@ msgstr "&Supprimer"
|
|||
msgid "Support Information"
|
||||
msgstr "Informations de support"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -134,17 +134,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Installer"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -278,6 +279,79 @@ msgstr "non compressé"
|
|||
msgid "Canceling..."
|
||||
msgstr "Annulation..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propriétés de %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Appliquer"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Aide"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Assistant"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Précédent"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Suivant >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Terminer"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Personnaliser la barre d'outils"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Fermer"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Réinitialiser"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "Aid&e"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "&Monter"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "&Descendre"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "Boutons &disponibles :"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "A&jouter ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- E&nlever"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Boutons de la barre d'outils :"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Séparateur"
|
||||
|
@ -2482,11 +2556,6 @@ msgstr "&Aperçu avant impression"
|
|||
msgid "&Properties"
|
||||
msgstr "&Propriétés"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Fermer"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2512,14 +2581,6 @@ msgstr "&Favoris"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Ajouter aux favoris..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "Aid&e"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "À &propos d'Internet Explorer"
|
||||
|
@ -12796,10 +12857,6 @@ msgstr "&Autres fichiers"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Montrer les fichiers cachés/&système"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propriétés de %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "Nom du &fichier :"
|
||||
|
|
135
po/he.po
135
po/he.po
|
@ -57,17 +57,17 @@ msgstr "ה&סרה"
|
|||
msgid "Support Information"
|
||||
msgstr "פרטי תמיכה"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 "אישור"
|
||||
|
||||
|
@ -132,17 +132,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "ה&תקנה"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "ביטול"
|
||||
|
||||
|
@ -272,6 +273,79 @@ msgstr "ללא דחיסה"
|
|||
msgid "Canceling..."
|
||||
msgstr "בהליכי ביטול..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "מאפיינים עבור %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "ה&חלה"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "עזרה"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Wizard"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< ה&קודם"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "ה&בא >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "סיום"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "התאמת סרגל כלים"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&סגירה"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&איפוס"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "ע&זרה"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "הזזה למ&עלה"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "הזזה למ&טה"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "לחצנים &זמינים:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "הוס&פה ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- ה&סרה"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&לחצני סרגל הכלים:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "מפריד"
|
||||
|
@ -2442,11 +2516,6 @@ msgstr "הצגה &לפני הדפסה"
|
|||
msgid "&Properties"
|
||||
msgstr "מ&אפיינים"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&סגירה"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2472,14 +2541,6 @@ msgstr "&מועדפים"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "הו&ספה למועדפים…"
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "ע&זרה"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12823,10 +12884,6 @@ msgstr "קבצים &אחרים"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "הצגת קבצים מו&סתרים/קובצי מערכת"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "מאפיינים עבור %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&שם הקובץ:"
|
||||
|
|
137
po/hi.po
137
po/hi.po
|
@ -51,17 +51,17 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 ""
|
||||
|
||||
|
@ -121,17 +121,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 ""
|
||||
|
||||
|
@ -259,6 +260,80 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "सूचना (&o)"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2399,11 +2474,6 @@ msgstr "फ़ॉन्ट (&F)..."
|
|||
msgid "&Properties"
|
||||
msgstr "सूचना (&o)"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2429,14 +2499,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12022,11 +12084,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "सूचना (&o)"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr ""
|
||||
|
|
136
po/hu.po
136
po/hu.po
|
@ -56,17 +56,17 @@ msgstr "E<ávolítás"
|
|||
msgid "Support Information"
|
||||
msgstr "Támogatási információ"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -134,17 +134,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Telepítés"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -282,6 +283,79 @@ msgstr "tömörítetlen"
|
|||
msgid "Canceling..."
|
||||
msgstr "Megszakítás..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Tulajdonságok: %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Alkalmazás"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Súgó"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Varázsló"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Előző"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Következő >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Kész"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Eszköztár testreszabása"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Bezárás"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "Alaph&elyzet"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Súgó"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "&Fel"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "&Le"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "El&érhető gombok:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Hozzáad ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- El&vesz"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "E&szköztár gombok:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Elválasztó"
|
||||
|
@ -2548,11 +2622,6 @@ msgstr ""
|
|||
"#-#-#-#-# hu.po (Wine) #-#-#-#-#\n"
|
||||
"Tula&jdonságok"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
#, fuzzy
|
||||
|
@ -2590,14 +2659,6 @@ msgstr "Ked&vencek"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Hozzá&adás a kedvencekhez..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Súgó"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12800,11 +12861,6 @@ msgstr "Egyéb emberek"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "Tulajdonságok"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/it.po
135
po/it.po
|
@ -56,17 +56,17 @@ msgstr "&Rimuovi..."
|
|||
msgid "Support Information"
|
||||
msgstr "Informazioni di supporto"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -134,17 +134,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Installa"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -277,6 +278,79 @@ msgstr "Non compresso"
|
|||
msgid "Canceling..."
|
||||
msgstr "Annullando..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Proprietà di %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Applica"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Aiuto"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Procedura guidata"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Indietro"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Avanti >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Fine"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Personalizza la barra degli strumenti"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Chiudi"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "R&eimpostare"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Aiuto"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Muovi &su"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Muovi &giù"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Tasti disponibili:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Aggiungi ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Rimuovi"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "Tasti della &barra degli strumenti:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Separatore"
|
||||
|
@ -2474,11 +2548,6 @@ msgstr "An&teprima di stampa..."
|
|||
msgid "&Properties"
|
||||
msgstr "&Proprietà"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Chiudi"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2504,14 +2573,6 @@ msgstr "&Preferiti"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Aggiungi ai Preferiti..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Aiuto"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "&Informazioni su Internet Explorer..."
|
||||
|
@ -12723,10 +12784,6 @@ msgstr "&Altri file"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "&Mostra file nascosti/di sistema"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Proprietà di %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "Nome del &file:"
|
||||
|
|
135
po/ja.po
135
po/ja.po
|
@ -56,17 +56,17 @@ msgstr "削除(&R)"
|
|||
msgid "Support Information"
|
||||
msgstr "サポート情報"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -132,17 +132,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "インストール(&I)"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "キャンセル"
|
||||
|
||||
|
@ -275,6 +276,79 @@ msgstr "未圧縮"
|
|||
msgid "Canceling..."
|
||||
msgstr "キャンセル…"
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Properties for %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "適用(&A)"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "ヘルプ"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "ウィザード"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< 戻る(&B)"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "次へ(&N) >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "完了"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "ツールバーのカスタマイズ"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "閉じる(&C)"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "リセット(R&)"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "ヘルプ(&H)"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "上へ (&U)"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "下へ (&D)"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "利用可能なボタン(&V):"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "追加(&A) ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- 削除(&R)"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "ツールバーのボタン(&T):"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "区切り"
|
||||
|
@ -2467,11 +2541,6 @@ msgstr "印刷プレビュー(&W)"
|
|||
msgid "&Properties"
|
||||
msgstr "プロパティ(&P)"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "閉じる(&C)"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2497,14 +2566,6 @@ msgstr "お気に入り(&F)"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "お気に入りに追加(&A)..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "ヘルプ(&H)"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "バージョン情報(&A)"
|
||||
|
@ -12652,10 +12713,6 @@ msgstr "&Other files"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Show Hidden/&System Files"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Properties for %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&File Name:"
|
||||
|
|
135
po/ko.po
135
po/ko.po
|
@ -55,17 +55,17 @@ msgstr "제거(&R)"
|
|||
msgid "Support Information"
|
||||
msgstr "지원 정보"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 "확인"
|
||||
|
||||
|
@ -132,17 +132,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "설치(&I)"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "취소"
|
||||
|
||||
|
@ -275,6 +276,79 @@ msgstr "압축안됨"
|
|||
msgid "Canceling..."
|
||||
msgstr "취소하는 중.."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "%s 속성"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "적용(&A)"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "도움말"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "마법사"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< 이전(&B)"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "다음(&N) >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "종료"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "도구바 사용자 정의"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "닫기(&C)"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "재설정(&E)"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "도움말(&H)"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "위로 이동(&U)"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "아래로 이동(&D)"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "가능한 버튼(&V)"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "더하기(&A) ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<-지우기(&R)"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "도구바 버튼(&T):"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "분리자"
|
||||
|
@ -2462,11 +2536,6 @@ msgstr "인쇄 미리보기(&W)..."
|
|||
msgid "&Properties"
|
||||
msgstr "등록 정보(&P)"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "닫기(&C)"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2492,14 +2561,6 @@ msgstr "즐겨찾기(&F)"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "즐겨찾기 추가(&A)..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "도움말(&H)"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "인터넷 익스플로어에 관하여(&A)..."
|
||||
|
@ -12593,10 +12654,6 @@ msgstr "다른 파일(&O)"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "숨김/시스템 파일 보여주기(&S)"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "%s 속성"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "파일 이름(&F):"
|
||||
|
|
135
po/lt.po
135
po/lt.po
|
@ -58,17 +58,17 @@ msgstr "Pa&šalinti"
|
|||
msgid "Support Information"
|
||||
msgstr "Priežiūros informacija"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -133,17 +133,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Įdiegti"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -276,6 +277,79 @@ msgstr "neglaudintas"
|
|||
msgid "Canceling..."
|
||||
msgstr "Atsisakoma..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "%s savybės"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Vykdyti"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Žinynas"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Vediklis"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Atgal"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Toliau >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Baigti"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Tinkinti mygtukų juostą"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Užverti"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "A&tstatyti"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Žinynas"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "P&akelti"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "&Nuleisti"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "P&rieinami mygtukai:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Pridėti ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- Ša&linti"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Mygtukų juostos turinys:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Skirtukas"
|
||||
|
@ -2470,11 +2544,6 @@ msgstr "Spaudinio pe&ržiūra"
|
|||
msgid "&Properties"
|
||||
msgstr "&Savybės"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Užverti"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2500,14 +2569,6 @@ msgstr "&Adresynas"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Į&rašyti į adresyną..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Žinynas"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "&Apie interneto naršyklę"
|
||||
|
@ -12664,10 +12725,6 @@ msgstr "Kiti &failai"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Rodyti paslėptus/&sisteminius failus"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "%s savybės"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Failo vardas:"
|
||||
|
|
137
po/ml.po
137
po/ml.po
|
@ -51,17 +51,17 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 ""
|
||||
|
||||
|
@ -121,17 +121,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 ""
|
||||
|
||||
|
@ -259,6 +260,80 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "വി_വരം"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2399,11 +2474,6 @@ msgstr "_അക്ഷരസഞ്ചയം..."
|
|||
msgid "&Properties"
|
||||
msgstr "വി_വരം"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2429,14 +2499,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12022,11 +12084,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "വി_വരം"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr ""
|
||||
|
|
135
po/nb_NO.po
135
po/nb_NO.po
|
@ -55,17 +55,17 @@ msgstr "&Fjern"
|
|||
msgid "Support Information"
|
||||
msgstr "Støtteinformasjon"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -131,17 +131,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Installer"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -271,6 +272,79 @@ msgstr "ukomprimert"
|
|||
msgid "Canceling..."
|
||||
msgstr "Avbryter..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Egenskaper for %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Bruk"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Hjelp"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Veiviser"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< Til&bake"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Neste >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Fullfør"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Tilpass verktøylinje"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Lukk"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "Tilbak&estill"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hjelp"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Flytt &opp"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Flytt ne&d"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "Tilgjengelige &knapper:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "Le&gg til ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- Fje&rn"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "Verk&tøylinje-knapper:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Adskiller"
|
||||
|
@ -2603,11 +2677,6 @@ msgstr ""
|
|||
"#-#-#-#-# nb_NO.po (Wine) #-#-#-#-#\n"
|
||||
"Egenska&per"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Lukk"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2636,14 +2705,6 @@ msgstr "&Favoritter"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Legg til i f&avoritter..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hjelp"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12969,10 +13030,6 @@ msgstr "&Andre filer"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Vi&s skjulte/systemfiler"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Egenskaper for %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Filnavn:"
|
||||
|
|
135
po/nl.po
135
po/nl.po
|
@ -56,17 +56,17 @@ msgstr "&Verwijderen"
|
|||
msgid "Support Information"
|
||||
msgstr "Support Informatie"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -134,17 +134,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Installeren"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -278,6 +279,79 @@ msgstr "ongecomprimeerd"
|
|||
msgid "Canceling..."
|
||||
msgstr "Annuleren..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Eigenschappen voor %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Toepassen"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Help"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Assistent"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< V&orige"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Volgende >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Beëindigen"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Gereedschappenbalk aanpassen"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Afsluiten"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Reset"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Help"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Verplaats Om&hoog"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Verplaats Om&laag"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Beschikbare knoppen:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Toevoegen ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Verwijderen"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Knoppen:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Scheidingsteken"
|
||||
|
@ -2503,11 +2577,6 @@ msgstr "Afdruk&voorbeeld..."
|
|||
msgid "&Properties"
|
||||
msgstr "&Eigenschappen"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Afsluiten"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2533,14 +2602,6 @@ msgstr "&Favorieten"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Toevoegen aan favorieten..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Help"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12839,10 +12900,6 @@ msgstr "&Overige bestanden"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Toon verborgen/&systeembestanden"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Eigenschappen voor %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Bestandsnaam:"
|
||||
|
|
137
po/or.po
137
po/or.po
|
@ -51,17 +51,17 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 ""
|
||||
|
||||
|
@ -121,17 +121,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 ""
|
||||
|
||||
|
@ -259,6 +260,80 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "ସୂଚନା (&o)"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2399,11 +2474,6 @@ msgstr "ଅକ୍ଷରରୂପ (&F)..."
|
|||
msgid "&Properties"
|
||||
msgstr "ସୂଚନା (&o)"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2429,14 +2499,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12022,11 +12084,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "ସୂଚନା (&o)"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr ""
|
||||
|
|
137
po/pa.po
137
po/pa.po
|
@ -51,17 +51,17 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 ""
|
||||
|
||||
|
@ -121,17 +121,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 ""
|
||||
|
||||
|
@ -259,6 +260,80 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "ਜਾਣਕਾਰੀ(&o)"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2399,11 +2474,6 @@ msgstr "ਫੌਂਟ(&F)..."
|
|||
msgid "&Properties"
|
||||
msgstr "ਜਾਣਕਾਰੀ(&o)"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2429,14 +2499,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12022,11 +12084,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "ਜਾਣਕਾਰੀ(&o)"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr ""
|
||||
|
|
135
po/pl.po
135
po/pl.po
|
@ -56,17 +56,17 @@ msgstr "&Usuń..."
|
|||
msgid "Support Information"
|
||||
msgstr "Informacje o wsparciu"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -134,17 +134,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Zainstaluj"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -277,6 +278,79 @@ msgstr "nie skompresowany"
|
|||
msgid "Canceling..."
|
||||
msgstr "Trwa anulowanie..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Właściwości: %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Zastosuj"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Pomoc"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Kreator"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Wstecz"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Dalej >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Zakończ"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Dostosowywanie paska narzędzi"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Zamknij"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "Z&resetuj"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "Pomo&c"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Przenieś &w górę"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Przenieś w &dół"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "Do&stępne przyciski:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "D&odaj ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Usuń"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Przyciski paska narzędzi:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Odstęp"
|
||||
|
@ -2484,11 +2558,6 @@ msgstr "&Podgląd wydruku..."
|
|||
msgid "&Properties"
|
||||
msgstr "Właś&ciwości"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Zamknij"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2514,14 +2583,6 @@ msgstr "&Ulubione"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Dodaj do ulubionych..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "Pomo&c"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "Internet Explorer - i&nformacje"
|
||||
|
@ -12711,10 +12772,6 @@ msgstr "&Inne pliki"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Pokaż pliki ukryte i &systemowe"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Właściwości: %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Nazwa pliku:"
|
||||
|
|
135
po/pt_BR.po
135
po/pt_BR.po
|
@ -56,17 +56,17 @@ msgstr "&Remover"
|
|||
msgid "Support Information"
|
||||
msgstr "Informação de Suporte"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -133,17 +133,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Instalar"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -275,6 +276,79 @@ msgstr "sem compressão"
|
|||
msgid "Canceling..."
|
||||
msgstr "Cancelando..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propriedades de %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Aplicar"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Assistente"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Voltar"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Avançar >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Finalizar"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Personalizar barra de ferramentas"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Fechar"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "R&estaurar"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ajuda"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "A&cima"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "A&baixo"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "Botões &disponíveis:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Adicionar ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Remover"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Botões da barra de ferramentas:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
@ -2600,11 +2674,6 @@ msgstr ""
|
|||
msgid "&Properties"
|
||||
msgstr "&Propriedades"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Fechar"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
#, fuzzy
|
||||
|
@ -2635,14 +2704,6 @@ msgstr "&Favoritos"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Adicionar aos Favoritos..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ajuda"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -13051,10 +13112,6 @@ msgstr "&Outros arquivos"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "&Mostrar arquivos ocultos/sistema"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propriedades de %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Nome do arquivo:"
|
||||
|
|
135
po/pt_PT.po
135
po/pt_PT.po
|
@ -56,17 +56,17 @@ msgstr "&Remover"
|
|||
msgid "Support Information"
|
||||
msgstr "Informação de Suporte"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -133,17 +133,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Instalar"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -280,6 +281,79 @@ msgstr "sem compressão"
|
|||
msgid "Canceling..."
|
||||
msgstr "A cancelar..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propriedades de %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Aplicar"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Assistente"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Voltar"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Avançar >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Finalizar"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Personalizar barra de ferramentas"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Fechar"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "R&estaurar"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ajuda"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "A&cima"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "A&baixo"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "Botões &disponíveis:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Adicionar ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Remover"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Botões da barra de ferramentas:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
@ -2636,11 +2710,6 @@ msgstr "&Pré visualizar..."
|
|||
msgid "&Properties"
|
||||
msgstr "&Propriedades"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Fechar"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
#, fuzzy
|
||||
|
@ -2680,14 +2749,6 @@ msgstr "&Favoritos"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Adicionar aos &Favoritos..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ajuda"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -13072,10 +13133,6 @@ msgstr "&Outros ficheiros"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "&Mostrar ficheiros ocultos/sistema"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Propriedades de %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Nome do ficheiro:"
|
||||
|
|
138
po/rm.po
138
po/rm.po
|
@ -55,17 +55,17 @@ msgstr "&Annotaziun..."
|
|||
msgid "Support Information"
|
||||
msgstr "INFUORMAZIUN"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 ""
|
||||
|
||||
|
@ -126,17 +126,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Annotaziun..."
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 ""
|
||||
|
||||
|
@ -265,6 +266,82 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&Ag<41>d"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
#, fuzzy
|
||||
msgid "< &Back"
|
||||
msgstr "&Inavo"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ag<41>d"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
#, fuzzy
|
||||
msgid "<- &Remove"
|
||||
msgstr "&Annotaziun..."
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2419,11 +2496,6 @@ msgstr "&Stampar tema"
|
|||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2449,14 +2521,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ag<41>d"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12111,10 +12175,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/ro.po
135
po/ro.po
|
@ -56,17 +56,17 @@ msgstr "&Elimină"
|
|||
msgid "Support Information"
|
||||
msgstr "Informații de asistență"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -134,17 +134,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Instalează"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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ță"
|
||||
|
||||
|
@ -275,6 +276,79 @@ msgstr "necomprimat"
|
|||
msgid "Canceling..."
|
||||
msgstr "Renunț..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Proprietăți pentru %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "A&plică"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "&Ajutor"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Expert"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Înapoi"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Următor >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "&Termină"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Personalizare toolbar"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "În&chide"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Resetează"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ajutor"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Mută în &sus"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Mută în &jos"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Butoane disponibile:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "A&daugă ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Șterge"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "Butoane &toolbar:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Separator"
|
||||
|
@ -2656,11 +2730,6 @@ msgstr ""
|
|||
"#-#-#-#-# ro.po (Wine) #-#-#-#-#\n"
|
||||
"P&roprietăți"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "În&chide"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2690,14 +2759,6 @@ msgstr "Favor&ite"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Adaugă la &favorite..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ajutor"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -13297,10 +13358,6 @@ msgstr "&Alte fișiere"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Arată fișierele ascunse/de &sistem"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Proprietăți pentru %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "Nume &fișier:"
|
||||
|
|
135
po/ru.po
135
po/ru.po
|
@ -56,17 +56,17 @@ msgstr "&Удалить"
|
|||
msgid "Support Information"
|
||||
msgstr "Сведения о поддержке"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 "ОК"
|
||||
|
||||
|
@ -135,17 +135,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Установить"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "Отмена"
|
||||
|
||||
|
@ -277,6 +278,79 @@ msgstr "без сжатия"
|
|||
msgid "Canceling..."
|
||||
msgstr "Отмена..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Свойства %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "При&менить"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "&Справка"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Мастер"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Назад"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Далее >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Готово"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Настройка панели инструментов"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Закрыть"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "С&бросить"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Справка"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Переместить вв&ерх"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Переместить &вниз"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "Доступные &кнопки:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Добавить ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Удалить"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "Кнопки &панели инструментов:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Разделитель"
|
||||
|
@ -2473,11 +2547,6 @@ msgstr "Пред&варительный просмотр"
|
|||
msgid "&Properties"
|
||||
msgstr "&Свойства"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Закрыть"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2503,14 +2572,6 @@ msgstr "&Избранное"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Добавить в избранное"
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Справка"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "&О программе Internet Explorer"
|
||||
|
@ -12654,10 +12715,6 @@ msgstr "Другие &файлы"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Показать скрытые/&системные файлы"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Свойства %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "Имя &файла:"
|
||||
|
|
142
po/sk.po
142
po/sk.po
|
@ -55,19 +55,19 @@ msgstr "&Skomentovať..."
|
|||
msgid "Support Information"
|
||||
msgstr "Informácie"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 ""
|
||||
msgstr "OK"
|
||||
|
||||
#: appwiz.rc:76
|
||||
msgid "The following information can be used to get technical support for %s:"
|
||||
|
@ -128,17 +128,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Skomentovať..."
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "Zrušiť"
|
||||
|
||||
|
@ -268,6 +269,79 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "%s - vlastnosti"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Použiť"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Pomocník"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Sprievodca"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Naspäť"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "Ď&alej >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Dokončiť"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Prispôsobenie panela nástrojov"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Zavrieť"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "Pr&edvolené"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Pomoc"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Posunúť na&hor"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Posunúť na&dol"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "D&ostuné tlačidlá:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "Prid&ať ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- Odob&rať"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Tlačidlá panela:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Oddeľovač"
|
||||
|
@ -2428,11 +2502,6 @@ msgstr ""
|
|||
"#-#-#-#-# sk.po (Wine) #-#-#-#-#\n"
|
||||
"&Properties"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2458,14 +2527,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Pomoc"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr ""
|
||||
|
@ -12269,15 +12330,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr ""
|
||||
"#-#-#-#-# sk.po (Wine) #-#-#-#-#\n"
|
||||
"&Vlastnosti\n"
|
||||
"#-#-#-#-# sk.po (Wine) #-#-#-#-#\n"
|
||||
"&Properties"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/sl.po
135
po/sl.po
|
@ -56,17 +56,17 @@ msgstr "&Odstrani"
|
|||
msgid "Support Information"
|
||||
msgstr "Informacije"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -134,17 +134,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Namesti"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -278,6 +279,79 @@ msgstr "nestisnjeno"
|
|||
msgid "Canceling..."
|
||||
msgstr "Preklicevanje ..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Lastnosti %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Uporabi"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Pomoč"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Čarovnik"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< Na&zaj"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Naprej >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Dokončaj"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Prilagoditev orodne vrstice"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Zapri"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "Po&nastavi"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "Pomo&č"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "N&avzgor"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Na&vzdol"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "Razpoložljivi &gumbi:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Dodaj ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Odstrani"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "G&umbi orodne vrstice:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Ločnica"
|
||||
|
@ -2497,11 +2571,6 @@ msgstr "&Predogled tiskanja ..."
|
|||
msgid "&Properties"
|
||||
msgstr "&Lastnosti"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Zapri"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2527,14 +2596,6 @@ msgstr "&Priljubljene"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Dodaj med priljubljene ..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "Pomo&č"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12741,10 +12802,6 @@ msgstr "&Ostalo"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Pokaži skrite/&sistemske datoteke"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Lastnosti %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Ime datoteke:"
|
||||
|
|
|
@ -55,17 +55,17 @@ msgstr "&Уклони"
|
|||
msgid "Support Information"
|
||||
msgstr "Подршка"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 "У реду"
|
||||
|
||||
|
@ -131,17 +131,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Инсталирај"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "Откажи"
|
||||
|
||||
|
@ -276,6 +277,79 @@ msgstr "несажето"
|
|||
msgid "Canceling..."
|
||||
msgstr "Отказивање..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Својства за %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Примени"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Помоћ"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Водич"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Назад"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Напред >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Крај"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Прилагоди алатницу"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Затвори"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Поништи"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Помоћ"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Помери на&горе"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Помери на&доле"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Доступни дугмићи:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Додај ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Уклони"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Дугмићи на алатници:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Раздвајач"
|
||||
|
@ -2483,11 +2557,6 @@ msgstr "&Преглед штампе..."
|
|||
msgid "&Properties"
|
||||
msgstr "&Својства"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Затвори"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2513,14 +2582,6 @@ msgstr "&Омиљено"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Додај у омиљене..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Помоћ"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12689,11 +12750,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "Својства"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
|
@ -55,17 +55,17 @@ msgstr "&Ukloni"
|
|||
msgid "Support Information"
|
||||
msgstr "Podrška"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -131,17 +131,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Instaliraj"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -281,6 +282,79 @@ msgstr "nesažeto"
|
|||
msgid "Canceling..."
|
||||
msgstr "Otkazivanje..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Svojstva za %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Primeni"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Pomoć"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Vodič"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Nazad"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Napred >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Kraj"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Prilagodi alatnicu"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Zatvori"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Poništi"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Pomoć"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Pomeri na&gore"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Pomeri na&dole"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "&Dostupni dugmići:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Dodaj ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Ukloni"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Dugmići na alatnici:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Razdvajač"
|
||||
|
@ -2507,11 +2581,6 @@ msgstr "&Pregled štampe..."
|
|||
msgid "&Properties"
|
||||
msgstr "&Svojstva"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Zatvori"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2537,14 +2606,6 @@ msgstr "&Omiljeno"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Dodaj u omiljene..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Pomoć"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12763,11 +12824,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "Svojstva"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/sv.po
135
po/sv.po
|
@ -56,17 +56,17 @@ msgstr "Ta &bort"
|
|||
msgid "Support Information"
|
||||
msgstr "Supportinformation"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -132,17 +132,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Installera"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -275,6 +276,79 @@ msgstr "okomprimerad"
|
|||
msgid "Canceling..."
|
||||
msgstr "Avbryter..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Egenskaper för %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Verkställ"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Hjälp"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Guide"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Föregående"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Nästa >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Slutför"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Anpassa verktygsfältet"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "St&äng"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Återställ"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hjälp"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Flytta &upp"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Flytta &ned"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "T&illgängliga knappar:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Lägg till ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Ta bort"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "Knappar i v&erktygsfältet:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Separator"
|
||||
|
@ -2492,11 +2566,6 @@ msgstr "&Förhandsgranskning..."
|
|||
msgid "&Properties"
|
||||
msgstr "&Egenskaper"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "St&äng"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2522,14 +2591,6 @@ msgstr "&Favoriter"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Lägg till i favoriter..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hjälp"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12666,10 +12727,6 @@ msgstr "&Andra filer"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Visa gömda/&system-filer"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Egenskaper för %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Filnamn:"
|
||||
|
|
137
po/te.po
137
po/te.po
|
@ -51,17 +51,17 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 ""
|
||||
|
||||
|
@ -121,17 +121,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 ""
|
||||
|
||||
|
@ -259,6 +260,80 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "సమాచారము (&o)"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2399,11 +2474,6 @@ msgstr "ఫాంట్... (&F)"
|
|||
msgid "&Properties"
|
||||
msgstr "సమాచారము (&o)"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2429,14 +2499,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12022,11 +12084,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "సమాచారము (&o)"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr ""
|
||||
|
|
136
po/th.po
136
po/th.po
|
@ -52,17 +52,17 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr "รายละเอียด"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 "ตกลง"
|
||||
|
||||
|
@ -125,17 +125,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "ยกเลิก"
|
||||
|
||||
|
@ -263,6 +264,79 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "คุณสมบัติของ %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "มีผลทันที"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "ช่วยเหลีอ"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Wizard"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< ย้อนกลับ"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "ต่อไป >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "ทําให้เสร็จ"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "ปรับแต่งแถบเครื่องมือ"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "ปิด"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "แก้ออก"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "ช่วยเหลีอ"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "ย้ายขึ้น"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "ย้ายลง"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "ทีเลือกได้:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "บวก ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- ถอดออก"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "การกระทําแถบเครื่องมือ:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2425,11 +2499,6 @@ msgstr "พิมพ์\tCtrl+P"
|
|||
msgid "&Properties"
|
||||
msgstr "ปรับแต่งนาฬิกา"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2455,14 +2524,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "ช่วยเหลีอ"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr ""
|
||||
|
@ -12241,11 +12302,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "ปรับแต่งนาฬิกา"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/tr.po
135
po/tr.po
|
@ -55,17 +55,17 @@ msgstr "&Sil"
|
|||
msgid "Support Information"
|
||||
msgstr "Bilgi"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -135,17 +135,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Kur"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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"
|
||||
|
||||
|
@ -279,6 +280,79 @@ msgstr "sıkıştırılmamış"
|
|||
msgid "Canceling..."
|
||||
msgstr "Kuruluyor..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "%s Özellikleri"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Uygula"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "Yardım"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Sihirbaz"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Geri"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&İleri >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "Son"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Araç Çubuğunu Özelleştir"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Kapat"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "S&ıfırla"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Yardım"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "&Yukarı Taşı"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "&Aşağı Taşı"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "K&ullanılabilir butonlar:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Ekle ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Kaldır"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Araç Çubuğu butonları:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Ayraç"
|
||||
|
@ -2494,11 +2568,6 @@ msgstr ""
|
|||
"#-#-#-#-# tr.po (Wine) #-#-#-#-#\n"
|
||||
"Ö&zellikler"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "&Kapat"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2529,14 +2598,6 @@ msgstr "&Sık Kullanılanlar"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Sık Kullanılanlara Ekle..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Yardım"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12954,10 +13015,6 @@ msgstr "&Diğer dosyalar"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Gizli/Sistem Özellikli Dosyaları &Göster"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "%s Özellikleri"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "&Dosya Adı:"
|
||||
|
|
135
po/uk.po
135
po/uk.po
|
@ -55,17 +55,17 @@ msgstr "&Видалити"
|
|||
msgid "Support Information"
|
||||
msgstr "Дані підтримки"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -131,17 +131,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Встановити"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "Скасувати"
|
||||
|
||||
|
@ -272,6 +273,79 @@ msgstr "без стиснення"
|
|||
msgid "Canceling..."
|
||||
msgstr "Скасування..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Властивості для %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "&Застосувати"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "&Довідка"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "Майстер"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< &Назад"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "&Далі >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "&Завершити"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "Настройка панелі інструментів"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "За&крити"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "&Скинути"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Довідка"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "Пересунути в&гору"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "Пересунути до&низу"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "На&явні кнопки:"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "&Додати ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- &Прибрати"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "&Кнопки панелі інструментів:"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "Роздільник"
|
||||
|
@ -2482,11 +2556,6 @@ msgstr "Попередній пе&регляд"
|
|||
msgid "&Properties"
|
||||
msgstr "В&ластивості"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "За&крити"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2512,14 +2581,6 @@ msgstr "&Обране"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Додати до Обраного..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Довідка"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr "&Про Оглядач Інтернету"
|
||||
|
@ -12652,10 +12713,6 @@ msgstr "Інші &файли"
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr "Показати приховані/&Системні файли"
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "Властивості для %s"
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr "Ім'я &файлу:"
|
||||
|
|
141
po/wa.po
141
po/wa.po
|
@ -55,17 +55,17 @@ msgstr "&Sicrîre..."
|
|||
msgid "Support Information"
|
||||
msgstr "Informåcion"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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"
|
||||
|
||||
|
@ -128,17 +128,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "&Sicrîre..."
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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î"
|
||||
|
||||
|
@ -267,6 +268,84 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "&Propietés"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&Aide"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
#, fuzzy
|
||||
msgid "< &Back"
|
||||
msgstr "Èn &Erî"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Aide"
|
||||
|
||||
#: comctl32.rc:84
|
||||
#, fuzzy
|
||||
msgid "Move &Up"
|
||||
msgstr "&Bodjî"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
#, fuzzy
|
||||
msgid "<- &Remove"
|
||||
msgstr "&Sicrîre..."
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2422,11 +2501,6 @@ msgstr "&Rexhe"
|
|||
msgid "&Properties"
|
||||
msgstr "&Propietés"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2452,14 +2526,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Aide"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr ""
|
||||
|
@ -12190,11 +12256,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "&Propietés"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
135
po/wine.pot
135
po/wine.pot
|
@ -48,17 +48,17 @@ msgstr ""
|
|||
msgid "Support Information"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 ""
|
||||
|
||||
|
@ -117,17 +117,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr ""
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 ""
|
||||
|
||||
|
@ -254,6 +255,79 @@ msgstr ""
|
|||
msgid "Canceling..."
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -2385,11 +2459,6 @@ msgstr ""
|
|||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2415,14 +2484,6 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr ""
|
||||
|
@ -11974,10 +12035,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:166
|
||||
msgid "&File Name:"
|
||||
msgstr ""
|
||||
|
|
136
po/zh_CN.po
136
po/zh_CN.po
|
@ -51,17 +51,17 @@ msgstr "删除(&R)"
|
|||
msgid "Support Information"
|
||||
msgstr "技术支持信息"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 "确定"
|
||||
|
||||
|
@ -124,17 +124,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "安装(&I)"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "取消"
|
||||
|
||||
|
@ -262,6 +263,79 @@ msgstr "未压缩"
|
|||
msgid "Canceling..."
|
||||
msgstr "正在取消..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "属性 %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "应用(&A)"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "帮助"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "向导"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< 上一步(&B)"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "下一步(&N) >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "结束"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "自定义工具栏"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "关闭(&C)"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "重置(&e)"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "帮助(&H)"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "上移(&U)"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "下移(&D)"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "可用工具栏按钮(&V):"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "添加(&A) ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- 删除(&R)"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "当前工具栏按钮(&T):"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "分隔符"
|
||||
|
@ -2472,11 +2546,6 @@ msgstr "打印预览(&W)..."
|
|||
msgid "&Properties"
|
||||
msgstr "属性(&P)"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "关闭(&C)"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
#, fuzzy
|
||||
|
@ -2513,14 +2582,6 @@ msgstr "收藏夹(&F)"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "添加到收藏夹(&A)..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "帮助(&H)"
|
||||
|
||||
#: ieframe.rc:57
|
||||
#, fuzzy
|
||||
msgid "&About Internet Explorer"
|
||||
|
@ -12540,11 +12601,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "属性"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
136
po/zh_TW.po
136
po/zh_TW.po
|
@ -51,17 +51,17 @@ msgstr "刪除(&R)"
|
|||
msgid "Support Information"
|
||||
msgstr "技術支援資訊"
|
||||
|
||||
#: appwiz.rc:75 avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84
|
||||
#: localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45
|
||||
#: mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38
|
||||
#: setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 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
|
||||
#: appwiz.rc:75 avifil32.rc:51 comctl32.rc:52 credui.rc:49 dinput.rc:43
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48 wininet.rc:68
|
||||
#: 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 "確定"
|
||||
|
||||
|
@ -123,17 +123,18 @@ msgstr ""
|
|||
msgid "&Install"
|
||||
msgstr "安裝(&I)"
|
||||
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44
|
||||
#: ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47
|
||||
#: msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56
|
||||
#: oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42
|
||||
#: wininet.rc:49 wininet.rc:69 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
|
||||
#: appwiz.rc:107 avifil32.rc:52 browseui.rc:37 comctl32.rc:53 comctl32.rc:68
|
||||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 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 "取消"
|
||||
|
||||
|
@ -260,6 +261,79 @@ msgstr "未壓縮"
|
|||
msgid "Canceling..."
|
||||
msgstr "正在取消..."
|
||||
|
||||
#: comctl32.rc:49 winefile.rc:163
|
||||
msgid "Properties for %s"
|
||||
msgstr "屬性 %s"
|
||||
|
||||
#: comctl32.rc:54
|
||||
msgid "&Apply"
|
||||
msgstr "套用(&A)"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
msgid "Help"
|
||||
msgstr "幫助"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
msgstr "向導"
|
||||
|
||||
#: comctl32.rc:65
|
||||
msgid "< &Back"
|
||||
msgstr "< 上一步(&B)"
|
||||
|
||||
#: comctl32.rc:66
|
||||
msgid "&Next >"
|
||||
msgstr "下一步(&N) >"
|
||||
|
||||
#: comctl32.rc:67
|
||||
msgid "Finish"
|
||||
msgstr "結束"
|
||||
|
||||
#: comctl32.rc:78
|
||||
msgid "Customize Toolbar"
|
||||
msgstr "自定義工具欄"
|
||||
|
||||
#: comctl32.rc:81 ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198
|
||||
#: oleview.rc:210 taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "關閉(&C)"
|
||||
|
||||
#: comctl32.rc:82
|
||||
msgid "R&eset"
|
||||
msgstr "重置(&e)"
|
||||
|
||||
#: comctl32.rc:83 ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125
|
||||
#: clock.rc:41 notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52
|
||||
#: progman.rc:105 progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85
|
||||
#: winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "幫助(&H)"
|
||||
|
||||
#: comctl32.rc:84
|
||||
msgid "Move &Up"
|
||||
msgstr "上移(&U)"
|
||||
|
||||
#: comctl32.rc:85
|
||||
msgid "Move &Down"
|
||||
msgstr "下移(&D)"
|
||||
|
||||
#: comctl32.rc:86
|
||||
msgid "A&vailable buttons:"
|
||||
msgstr "可用工具欄按鈕(&V):"
|
||||
|
||||
#: comctl32.rc:88
|
||||
msgid "&Add ->"
|
||||
msgstr "添加(&A) ->"
|
||||
|
||||
#: comctl32.rc:89
|
||||
msgid "<- &Remove"
|
||||
msgstr "<- 刪除(&R)"
|
||||
|
||||
#: comctl32.rc:90
|
||||
msgid "&Toolbar buttons:"
|
||||
msgstr "當前工具欄按鈕(&T):"
|
||||
|
||||
#: comctl32.rc:39
|
||||
msgid "Separator"
|
||||
msgstr "分隔符"
|
||||
|
@ -2469,11 +2543,6 @@ msgstr "列印預覽(&W)..."
|
|||
msgid "&Properties"
|
||||
msgstr "屬性(&P)"
|
||||
|
||||
#: ieframe.rc:40 oleview.rc:80 oleview.rc:185 oleview.rc:198 oleview.rc:210
|
||||
#: taskmgr.rc:139
|
||||
msgid "&Close"
|
||||
msgstr "關閉(&C)"
|
||||
|
||||
#: ieframe.rc:42 shell32.rc:40 shell32.rc:117 oleview.rc:56 oleview.rc:58
|
||||
#: oleview.rc:82 regedit.rc:63 taskmgr.rc:52 winefile.rc:49 wordpad.rc:66
|
||||
msgid "&View"
|
||||
|
@ -2505,14 +2574,6 @@ msgstr "我的最愛(&F)"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "添加到我的最愛(&A)..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "幫助(&H)"
|
||||
|
||||
#: ieframe.rc:57
|
||||
msgid "&About Internet Explorer"
|
||||
msgstr ""
|
||||
|
@ -12578,11 +12639,6 @@ msgstr ""
|
|||
msgid "Show Hidden/&System Files"
|
||||
msgstr ""
|
||||
|
||||
#: winefile.rc:163
|
||||
#, fuzzy
|
||||
msgid "Properties for %s"
|
||||
msgstr "屬性(&P)"
|
||||
|
||||
#: winefile.rc:166
|
||||
#, fuzzy
|
||||
msgid "&File Name:"
|
||||
|
|
Loading…
Reference in New Issue