Commit 64f4c416 authored by Alexandre Julliard's avatar Alexandre Julliard

comctl32: Convert dialogs to po files.

parent 59c398b8
......@@ -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"
......
/*
* 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
/*
* 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
/* 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 "&Pout", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
PUSHBUTTON "Npovda", 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 "Prvodce"
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "< &Zpt", IDC_BACK_BUTTON,71,138,50,14
DEFPUSHBUTTON "&Dal >", IDC_NEXT_BUTTON,121,138,50,14
DEFPUSHBUTTON "Dokonit", IDC_FINISH_BUTTON,121,138,50,14
PUSHBUTTON "Storno", IDCANCEL,178,138,50,14
PUSHBUTTON "Npovda", 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 "&Zavt", IDCANCEL,308,6,44,14
PUSHBUTTON "&Vchoz", IDC_RESET_BTN,308,23,44,14
PUSHBUTTON "&Npovda", 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 tlatka:", -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 "Pid&at ->", IDOK, 131, 42, 44, 14
PUSHBUTTON "<- Odeb&rat", IDC_REMOVE_BTN,131,62,44,14
LTEXT "&Tlatka 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/* 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 "&Antaen >", 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 forovu", IDC_MOVEUP_BTN,308,74,44,14
PUSHBUTTON "Su&be forovu", 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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 "Tulajdonsgok: %s"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
PUSHBUTTON "Mgse", IDCANCEL,58,122,50,14
PUSHBUTTON "&Alkalmazs", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
PUSHBUTTON "Sg", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
CONTROL "Fl", 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 "Varzsl"
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "< &Elz", IDC_BACK_BUTTON,71,138,50,14
DEFPUSHBUTTON "&Kvetkez >", IDC_NEXT_BUTTON,121,138,50,14
DEFPUSHBUTTON "Ksz", IDC_FINISH_BUTTON,121,138,50,14
PUSHBUTTON "Mgse", IDCANCEL,178,138,50,14
PUSHBUTTON "Sg", IDHELP,235,138,50,14,WS_GROUP
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
CONTROL "Fl", 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 "Eszkztr testreszabsa"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "&Bezrs", IDCANCEL,308,6,44,14
PUSHBUTTON "Alaph&elyzet", IDC_RESET_BTN,308,23,44,14
PUSHBUTTON "&Sg", 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 "&Hozzad ->", IDOK, 131, 42, 44, 14
PUSHBUTTON "<- El&vesz", IDC_REMOVE_BTN,131,62,44,14
LTEXT "E&szkztr 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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 "Beindigen", 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
/*
* Copyright 2005 Alexander N. Srnes
*
* 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 "Fullfr", 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 verktylinje"
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&tylinje-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
/*
* 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 "Waciwoci %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 "Zakocz", 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 narzdzi"
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 gr", IDC_MOVEUP_BTN,308,74,44,14
PUSHBUTTON "Przenie w &d", IDC_MOVEDN_BTN,308,91,44,14
LTEXT "Do&stpne 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 narzdzi:", -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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* Copyright 1999 Eric Kohl
* Copyright 2008 Mrio Kamr
*
* 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 "Zrui", IDCANCEL,58,122,50,14
PUSHBUTTON "&Poui", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
PUSHBUTTON "Pomocnk", 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", IDC_BACK_BUTTON,71,138,50,14
DEFPUSHBUTTON "&alej >", IDC_NEXT_BUTTON,121,138,50,14
DEFPUSHBUTTON "Dokoni", IDC_FINISH_BUTTON,121,138,50,14
PUSHBUTTON "Zrui", IDCANCEL,178,138,50,14
PUSHBUTTON "Pomocnk", 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 "Prispsobenie panela nstrojov"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "&Zavrie", IDCANCEL,308,6,44,14
PUSHBUTTON "Pr&edvolen", IDC_RESET_BTN,308,23,44,14
PUSHBUTTON "&Pomocnk", IDC_HELP_BTN,308,40,44,14
PUSHBUTTON "Posun na&hor", IDC_MOVEUP_BTN,308,74,44,14
PUSHBUTTON "Posun na&dol", IDC_MOVEDN_BTN,308,91,44,14
LTEXT "D&ostun tlaidl:", -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", IDC_REMOVE_BTN,131,62,44,14
LTEXT "&Tlaidl 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
/*
* 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
/*
* 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 fr %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 "&Verkstll", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
PUSHBUTTON "Hjlp", 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 "< &Fregende", IDC_BACK_BUTTON,71,138,50,14
DEFPUSHBUTTON "&Nsta >", IDC_NEXT_BUTTON,121,138,50,14
DEFPUSHBUTTON "Slutfr", IDC_FINISH_BUTTON,121,138,50,14
PUSHBUTTON "Avbryt", IDCANCEL,178,138,50,14
PUSHBUTTON "Hjlp", 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 verktygsfltet"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "&Stng", IDCANCEL,308,6,44,14
PUSHBUTTON "&terstll", IDC_RESET_BTN,308,23,44,14
PUSHBUTTON "&Hjlp", 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&illgngliga 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 "&Lgg till ->", IDOK, 131, 42, 44, 14
PUSHBUTTON "<- &Ta bort", IDC_REMOVE_BTN,131,62,44,14
LTEXT "Knappar i v&erktygsfltet:", -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
/*
* 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
/*
* Copyright 2006 Fatih Ac
*
* 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 "Yardm", 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 "Yardm", 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 ubuunu zelletir"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "&Kapat", IDCANCEL,308,6,44,14
PUSHBUTTON "S&frla", IDC_RESET_BTN,308,23,44,14
PUSHBUTTON "&Yardm", IDC_HELP_BTN,308,40,44,14
PUSHBUTTON "&Yukar Ta", IDC_MOVEUP_BTN,308,74,44,14
PUSHBUTTON "&Aa Ta", IDC_MOVEDN_BTN,308,91,44,14
LTEXT "K&ullanlabilir 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 "<- &Kaldr", IDC_REMOVE_BTN,131,62,44,14
LTEXT "&Ara ubuu 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
/*
* 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
/*
* 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
......@@ -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:"
......
......@@ -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:"
......
......@@ -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:"
......
......@@ -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:"
......
......@@ -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:"
......
......@@ -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:"
......
......@@ -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 ""
......
......@@ -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:"
......
......@@ -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:"
......
......@@ -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:"
......
......@@ -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:"
......
......@@ -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:"
......
......@@ -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:"
......
......@@ -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 :"
......
......@@ -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 "&שם הקובץ:"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment