Commit 95f81d10 authored by Alexandre Julliard's avatar Alexandre Julliard

user32: Convert dialogs to po files.

parent 28d54b7b
...@@ -50,39 +50,7 @@ C_SRCS = \ ...@@ -50,39 +50,7 @@ C_SRCS = \
winstation.c \ winstation.c \
wsprintf.c wsprintf.c
RC_SRCS = \ RC_SRCS = user32.rc
resources/user32_Bg.rc \
resources/user32_Ca.rc \
resources/user32_Cs.rc \
resources/user32_Da.rc \
resources/user32_De.rc \
resources/user32_En.rc \
resources/user32_Eo.rc \
resources/user32_Es.rc \
resources/user32_Fi.rc \
resources/user32_Fr.rc \
resources/user32_He.rc \
resources/user32_Hu.rc \
resources/user32_It.rc \
resources/user32_Ja.rc \
resources/user32_Ko.rc \
resources/user32_Lt.rc \
resources/user32_Nl.rc \
resources/user32_No.rc \
resources/user32_Pl.rc \
resources/user32_Pt.rc \
resources/user32_Ro.rc \
resources/user32_Ru.rc \
resources/user32_Si.rc \
resources/user32_Sk.rc \
resources/user32_Sr.rc \
resources/user32_Sv.rc \
resources/user32_Tr.rc \
resources/user32_Uk.rc \
resources/user32_Wa.rc \
resources/user32_Zh.rc \
user32.rc
PO_SRCS = user32.rc PO_SRCS = user32.rc
SVG_SRCS = \ SVG_SRCS = \
......
/*
* 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 "resources.h"
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Window"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1998 Marc Huguet Puig
*
* 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 "resources.h"
LANGUAGE LANG_CATALAN, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "D'Acord", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Anullaci", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Abortar", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Reintentar", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorar", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Si", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&No", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
*
* Copyright 1996 Roman Dolejsi
*
* 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 "resources.h"
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
/* Czech strings in CP1250 */
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Storno", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Peruit", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Zkusit znovu", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorovat", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ano", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ne", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
/*
* Copyright 1995 Morten Welinder
* Copyright 2008 Jens Albretsen
*
* 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 "resources.h"
#pragma code_page(65001)
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Annuller", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Af&bryd", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Gentag", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorer", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ja", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nej", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Prøv igen", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Fortsæt", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Hjælp", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Vælg vindue"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Annuller", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1994 Martin von Loewis
* Copyright 2004 Henning Gerhardt
*
* 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 "resources.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Abbrechen", IDCANCEL, 84, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Abbr&uch", IDABORT, 152, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Wiederholen", IDRETRY, 220, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorieren", IDIGNORE, 288, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ja", IDYES, 356, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nein", IDNO, 424, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Erneut versuchen", IDTRYAGAIN, 492, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Fortsetzen", IDCONTINUE, 560, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Hilfe", IDHELP, 628, 56, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Fenster auswählen"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Abbrechen", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1995 Alexandre Julliard
*
* 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 "resources.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Cancel", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Abort", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Retry", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignore", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Yes", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&No", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Window"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Cancel", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1996 Duncan C Thomson
* 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 "resources.h"
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&Bone", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Rezigni", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nuligi", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Reprovu", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignoru", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Jes", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "N&e", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Elektu Fenestron"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "Bone", IDOK, 75, 100, 35, 14
PUSHBUTTON "Rezigni", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1995 Jon Tombs
* Copyright 2004 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 "resources.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&Aceptar", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Cancelar", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "A&bortar", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Reintentar", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorar", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&S", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&No", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Seleccionar ventana"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "Aceptar", IDOK, 75, 100, 35, 14
PUSHBUTTON "Cancelar", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1995 Jukka Iivonen
* Copyright 2005 Kimmo Myllyvirta
*
* 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 "resources.h"
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Peruuta", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Keskeyt", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Uudelleen", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Hylk", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Kyll", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ei", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Yrit uudelleen", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Jatka", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Ohje", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Valitse ikkuna"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Peruuta", IDCANCEL, 120, 100, 35, 14
END
/*
* User32
* French language support
*
* Copyright 1995 Alexandre Julliard
*
* 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 "resources.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Annuler", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "A&bandonner", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Ré&péter", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorer", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Oui", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Non", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Réessayer", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continuer", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Aide", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Sélection de fenêtre"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Annuler", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1995 Alexandre Julliard
* 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 "resources.h"
#pragma code_page(65001)
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&אישור", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&ביטול", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&סיום", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&ניסיון חוזר", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "ה&תעלמות", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&כן", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&לא", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&ניסיון חוזר", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "ה&משך", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "עזרה", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL
CAPTION "בחירת חלון"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "אישור", IDOK, 75, 100, 35, 14
PUSHBUTTON "ביטול", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1997 John Zero
* Copyright 2002 Zoly Nagy
*
* 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 "resources.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Mgse", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Lellts", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ismt", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Kihagys", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Igen", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nem", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Ablak kivlasztsa"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Mgse", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1996 Tristan Tarrant
* Copyright 2004 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 "resources.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Annulla", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Abbandona", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Riprova", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignora", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Sì", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&No", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Riprova", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continua", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Aiuto", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Seleziona finestra"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Annulla", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 2000 Junichi Kuchinishi
*
* 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 "resources.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "キャンセル", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "中止(&A)", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "再試行(&R)", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "無視(&I)", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "はい(&Y)", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "いいえ(&N)", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "再試行(&T)", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "続ける(&C)", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "ヘルプ", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Window"
FONT 9, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "キャンセル", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1996 Bang Jun Young
* Copyright 2007 YunSong Hwang
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resources.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "확인(&O)", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "취소(&C)", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "중단(&A)", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "재시도(&R)", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "무시(&I)", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "예(&Y)", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "아니오(&N)", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "다시 시도(&T)", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "계속(&C)," 11, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "도움말", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "창 선택"
FONT 9, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "확인", IDOK, 75, 100, 35, 14
PUSHBUTTON "취소", IDCANCEL, 120, 100, 35, 14
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 "resources.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&Gerai", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Atsisakyti", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Nut&raukti", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Pakartoti", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "N&epaisyti", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Taip", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ne", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Mėginti vėl", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Tę&sti", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Žinynas", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Išrinkti langą"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "Gerai", IDOK, 75, 100, 35, 14
PUSHBUTTON "Atsisakyti", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1999 Klaas van Gend
*
* 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 "resources.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
#pragma code_page(65001)
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Annuleren", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "A&fbreken", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "O&pnieuw", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "N&egeren", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ja", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nee", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "P&robeer opnieuw", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Verder", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Venster selecteren"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Annuleren", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 2005 Alexander N. Srnes <alex@thehandofagony.com>
* Copyright 2010 Trygve Vea <trygve.vea@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 "resources.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "A&vbryt", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Stopp", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "P&rv igjen", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorer", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ja", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nei", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "P&rv igjen", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Fortsett", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Hjelp", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Window"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Avbryt", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1997 Mikolaj Zalewski
* Copyright 2010 ukasz Wojniowicz
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resources.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Anuluj", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Zaniechaj", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ponw prb", IDRETRY, 160, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignoruj", IDIGNORE, 215, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Tak", IDYES, 263, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nie", IDNO, 311, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Sprbuj ponownie", IDTRYAGAIN, 359, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Kontynuuj", IDCONTINUE, 407, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Pomoc", IDHELP, 455, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Wybierz okno"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Anuluj", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1997 Ricardo R. Massaro
* Copyright 2006 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 "resources.h"
#pragma code_page(65001)
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Cancelar", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Abortar", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Repetir", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorar", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Sim", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Não", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Tente Novamente", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continuar", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Ajuda", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Selecionar Janela"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Cancelar", IDCANCEL, 120, 100, 35, 14
END
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Seleccionar Janela"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Cancelar", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1995 Alexandre Julliard
* 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 "resources.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Renunță", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Anulează", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "R&eîncearcă", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignoră", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Da", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nu", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Încearcă din nou", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continuă", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Ajutor", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Selectare fereastră"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Renunță", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1999 Alexander Kanavin
*
* 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 "resources.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "О&тмена", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Отменить", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "По&втор", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Пропустить", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Да", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Нет", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "По&вторить", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "П&роложить", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Помощь", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Window"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Отменить", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 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 "resources.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&V redu", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Prekliči", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "P&rekini", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "P&onovi", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Pr&ezri", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Da", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ne", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Poskusi &znova", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Nada&ljuj", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Pomoč", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Izbira okna"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "V redu", IDOK, 75, 100, 35, 14
PUSHBUTTON "Prekliči", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 2000 Simen Zamecnik
*
* 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 "resources.h"
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Zrui", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Prerui", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Sksi znova", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorova", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&no", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Ni&e", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Window"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Zrui", IDCANCEL, 120, 100, 35, 14
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 "resources.h"
#pragma code_page(65001)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&U redu", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Otkaži", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Prekini", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Pokušaj &ponovo", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Zanemari", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Da", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ne", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Pok&ušaj ponovo", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nastavi", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Pomoć", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Izbor"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "U redu", IDOK, 75, 100, 35, 14
PUSHBUTTON "Otkaži", IDCANCEL, 120, 100, 35, 14
END
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&У реду", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Откажи", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Прекини", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Покушај &поново", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Занемари", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Да", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Не", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Пок&ушај поново", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Настави", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Помоћ", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Избор"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "У реду", IDOK, 75, 100, 35, 14
PUSHBUTTON "Откажи", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1998 Karl Backstrm
* Copyright 2010 Anders Jonsson
*
* 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 "resources.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Avbryt", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Stoppa", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Retry", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignorera", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ja", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Nej", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Frsk igen", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "For&tstt", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Hjlp", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Vlj fnster"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Avbryt", IDCANCEL, 120, 100, 35, 14
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 "resources.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&Tamam", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&ptal", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Vazge", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Yeniden Dene", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Y&oksay", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Evet", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Hayr", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Pencere Se"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "Tamam", IDOK, 75, 100, 35, 14
PUSHBUTTON "ptal", IDCANCEL, 120, 100, 35, 14
END
/*
* 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 "resources.h"
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&ͳ", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "& ", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION " "
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "", IDCANCEL, 120, 100, 35, 14
END
/*
* Copyright 1999 Pablo Saratxaga
*
* 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 "resources.h"
LANGUAGE LANG_WALON, SUBLANG_DEFAULT
/*
* Si vos voloz aider avou li ratornaedje des libes programes walon,
* vos poloz scrre a l' adresse emile <linux-wa@chanae.alphanet.ch>
*/
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&I Va", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Rinonc", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Rinonc", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Ri&peter", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Passer hute", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Oyi", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Neni", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
/*
* user32 (Simplified and Traditional Chinese Resource)
*
* Copyright 2000 Aric Stewart
* 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 "resources.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "确定(&O)", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "取消(&C)", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "中止(&A)", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "重试(&R)", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "忽略(&I)", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "是(&Y)", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "否(&N)", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "再试(&T)", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "继续(&C)", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "帮助", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "选择窗口"
FONT 9, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "确定", IDOK, 75, 100, 35, 14
PUSHBUTTON "取消", IDCANCEL, 120, 100, 35, 14
END
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "確定(&O)", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "取消(&C)", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "中止(&A)", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "重試(&R)", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "忽略(&I)", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "是(&Y)", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "否(&N)", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "再試(&T)", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "繼續(&C)", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "幫助", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "選擇視窗"
FONT 9, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "確定", IDOK, 75, 100, 35, 14
PUSHBUTTON "取消", IDCANCEL, 120, 100, 35, 14
END
...@@ -69,6 +69,33 @@ STRINGTABLE ...@@ -69,6 +69,33 @@ STRINGTABLE
IDS_MDI_MOREWINDOWS "&More Windows..." IDS_MDI_MOREWINDOWS "&More Windows..."
} }
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "OK", IDOK, 16, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 74, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Abort", IDABORT, 132, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Retry", IDRETRY, 190, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Ignore", IDIGNORE, 248, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Yes", IDYES, 306, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&No", IDNO, 364, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", IDTRYAGAIN, 422, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", IDCONTINUE, 480, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Help", IDHELP, 538, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Window"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Cancel", IDCANCEL, 120, 100, 35, 14
END
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/****************************************************************/ /****************************************************************/
......
...@@ -56,14 +56,15 @@ msgstr "معلومات" ...@@ -56,14 +56,15 @@ msgstr "معلومات"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "حسنا" msgstr "حسنا"
...@@ -129,14 +130,15 @@ msgstr "" ...@@ -129,14 +130,15 @@ msgstr ""
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "ألغِ" msgstr "ألغِ"
...@@ -273,7 +275,7 @@ msgstr "اختر ال&كل\tCtrl+A" ...@@ -273,7 +275,7 @@ msgstr "اختر ال&كل\tCtrl+A"
msgid "&Apply" msgid "&Apply"
msgstr "" msgstr ""
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
#, fuzzy #, fuzzy
msgid "Help" msgid "Help"
msgstr "&مساعدة" msgstr "&مساعدة"
...@@ -7000,7 +7002,7 @@ msgstr "" ...@@ -7000,7 +7002,7 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
...@@ -7008,7 +7010,7 @@ msgstr "" ...@@ -7008,7 +7010,7 @@ msgstr ""
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
...@@ -7029,18 +7031,18 @@ msgstr "" ...@@ -7029,18 +7031,18 @@ msgstr ""
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:349 #: shell32.rc:348
#, fuzzy #, fuzzy
msgid "&Open:" msgid "&Open:"
msgstr "ا&فتح...\tCtrl+O" msgstr "ا&فتح...\tCtrl+O"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7534,6 +7536,33 @@ msgstr "ا&نسخ\tCtrl+C" ...@@ -7534,6 +7536,33 @@ msgstr "ا&نسخ\tCtrl+C"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
#, fuzzy
msgid "&Abort"
msgstr "&عن لوح الملاحظات"
#: user32.rc:80
msgid "&Retry"
msgstr ""
#: user32.rc:81
msgid "&Ignore"
msgstr ""
#: user32.rc:84
msgid "&Try Again"
msgstr ""
#: user32.rc:85
#, fuzzy
msgid "&Continue"
msgstr "الم&حتويات"
#: user32.rc:91
#, fuzzy
msgid "Select Window"
msgstr "اختر ال&كل\tCtrl+A"
#: user32.rc:69 #: user32.rc:69
#, fuzzy #, fuzzy
msgid "&More Windows..." msgid "&More Windows..."
......
...@@ -59,14 +59,15 @@ msgstr "Информация" ...@@ -59,14 +59,15 @@ msgstr "Информация"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -140,14 +141,15 @@ msgstr "Инсталирай" ...@@ -140,14 +141,15 @@ msgstr "Инсталирай"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Отмени" msgstr "Отмени"
...@@ -288,7 +290,7 @@ msgstr "Свойства на %s" ...@@ -288,7 +290,7 @@ msgstr "Свойства на %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Потвърди" msgstr "&Потвърди"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Помощ" msgstr "Помощ"
...@@ -7148,18 +7150,17 @@ msgstr "Създай нова папка" ...@@ -7148,18 +7150,17 @@ msgstr "Създай нова папка"
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr "&Да"
#: shell32.rc:320 #: shell32.rc:320
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
#, fuzzy
msgid "&No" msgid "&No"
msgstr "Не" msgstr "&Не"
#: shell32.rc:329 #: shell32.rc:329
msgid "About %s" msgid "About %s"
...@@ -7177,7 +7178,7 @@ msgstr "Running on %s" ...@@ -7177,7 +7178,7 @@ msgstr "Running on %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine беше създаден за вас от:" msgstr "Wine беше създаден за вас от:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7185,11 +7186,11 @@ msgstr "" ...@@ -7185,11 +7186,11 @@ msgstr ""
"Въведете име на програма, папка, документ или Интернет ресурс и Wine ще го " "Въведете име на програма, папка, документ или Интернет ресурс и Wine ще го "
"отвори за вас." "отвори за вас."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Open:" msgstr "&Open:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Избери..." msgstr "&Избери..."
...@@ -7686,6 +7687,30 @@ msgstr "&Затвори\tAlt-F4" ...@@ -7686,6 +7687,30 @@ msgstr "&Затвори\tAlt-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "Пре&крати"
#: user32.rc:80
msgid "&Retry"
msgstr "От&ново"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Пропусни"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Try Again"
#: user32.rc:85
msgid "&Continue"
msgstr "&Continue"
#: user32.rc:91
msgid "Select Window"
msgstr "Select Window"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Още прозорци..." msgstr "&Още прозорци..."
......
...@@ -60,14 +60,15 @@ msgstr "Informació de Suport" ...@@ -60,14 +60,15 @@ msgstr "Informació de Suport"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "D'acord" msgstr "D'acord"
...@@ -138,14 +139,15 @@ msgstr "&Instal·la" ...@@ -138,14 +139,15 @@ msgstr "&Instal·la"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Cancel·la" msgstr "Cancel·la"
...@@ -286,7 +288,7 @@ msgstr "Propietats de %s" ...@@ -286,7 +288,7 @@ msgstr "Propietats de %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Aplica" msgstr "&Aplica"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Ajuda" msgstr "Ajuda"
...@@ -7046,7 +7048,7 @@ msgstr "&Fer Una Nova Carpeta" ...@@ -7046,7 +7048,7 @@ msgstr "&Fer Una Nova Carpeta"
msgid "Message" msgid "Message"
msgstr "Missatge" msgstr "Missatge"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Sí" msgstr "&Sí"
...@@ -7054,7 +7056,7 @@ msgstr "&Sí" ...@@ -7054,7 +7056,7 @@ msgstr "&Sí"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Sí a &tots" msgstr "Sí a &tots"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&No" msgstr "&No"
...@@ -7074,7 +7076,7 @@ msgstr "Executant en %s" ...@@ -7074,7 +7076,7 @@ msgstr "Executant en %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "El Wine ha estat construit per:" msgstr "El Wine ha estat construit per:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7082,11 +7084,11 @@ msgstr "" ...@@ -7082,11 +7084,11 @@ msgstr ""
"Introdueix el nom d'un programa, carpeta, document, o recurs de web, i el " "Introdueix el nom d'un programa, carpeta, document, o recurs de web, i el "
"Wine el obrirà per vostè." "Wine el obrirà per vostè."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Obrir:" msgstr "&Obrir:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Navega..." msgstr "&Navega..."
...@@ -7590,6 +7592,31 @@ msgstr "&Tanca\tCtrl-F4" ...@@ -7590,6 +7592,31 @@ msgstr "&Tanca\tCtrl-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "Proper\tC&trl-F6" msgstr "Proper\tC&trl-F6"
#: user32.rc:79
msgid "&Abort"
msgstr "&Abortar"
#: user32.rc:80
msgid "&Retry"
msgstr "&Reintentar"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignorar"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Try Again"
#: user32.rc:85
msgid "&Continue"
msgstr "&Continue"
#: user32.rc:91
#, fuzzy
msgid "Select Window"
msgstr "E&scala a la finestra"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Més finestres..." msgstr "&Més finestres..."
......
...@@ -58,14 +58,15 @@ msgstr "Informace" ...@@ -58,14 +58,15 @@ msgstr "Informace"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -134,14 +135,15 @@ msgstr "Instalovat téma..." ...@@ -134,14 +135,15 @@ msgstr "Instalovat téma..."
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Storno" msgstr "Storno"
...@@ -287,7 +289,7 @@ msgstr "Vlastnosti %s" ...@@ -287,7 +289,7 @@ msgstr "Vlastnosti %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Použít" msgstr "&Použít"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Nápověda" msgstr "Nápověda"
...@@ -7217,18 +7219,17 @@ msgstr "Vytvořit novou složku" ...@@ -7217,18 +7219,17 @@ msgstr "Vytvořit novou složku"
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr "&Ano"
#: shell32.rc:320 #: shell32.rc:320
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
#, fuzzy
msgid "&No" msgid "&No"
msgstr "Ne" msgstr "&Ne"
#: shell32.rc:329 #: shell32.rc:329
msgid "About %s" msgid "About %s"
...@@ -7246,7 +7247,7 @@ msgstr "Running on %s" ...@@ -7246,7 +7247,7 @@ msgstr "Running on %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine je dílem:" msgstr "Wine je dílem:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7254,11 +7255,11 @@ msgstr "" ...@@ -7254,11 +7255,11 @@ msgstr ""
"Zadejte název programu, složky, dokumentu, nebo zdroje v síti Internet a " "Zadejte název programu, složky, dokumentu, nebo zdroje v síti Internet a "
"Wine jej pro vás otevře." "Wine jej pro vás otevře."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Otevřít:" msgstr "&Otevřít:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Procházet" msgstr "&Procházet"
...@@ -7778,6 +7779,31 @@ msgstr "&Zavři\tAlt-F4" ...@@ -7778,6 +7779,31 @@ msgstr "&Zavři\tAlt-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "&Přerušit"
#: user32.rc:80
msgid "&Retry"
msgstr "&Zkusit znovu"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignorovat"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Try Again"
#: user32.rc:85
msgid "&Continue"
msgstr "&Continue"
#: user32.rc:91
#, fuzzy
msgid "Select Window"
msgstr "Přizpůs&obit oknu"
#: user32.rc:69 #: user32.rc:69
#, fuzzy #, fuzzy
msgid "&More Windows..." msgid "&More Windows..."
......
...@@ -60,14 +60,15 @@ msgstr "Support Information" ...@@ -60,14 +60,15 @@ msgstr "Support Information"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -137,14 +138,15 @@ msgstr "&Installer" ...@@ -137,14 +138,15 @@ msgstr "&Installer"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Annuller" msgstr "Annuller"
...@@ -289,7 +291,7 @@ msgstr "Egenskaper for %s" ...@@ -289,7 +291,7 @@ msgstr "Egenskaper for %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Anvend" msgstr "&Anvend"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Hjælp" msgstr "Hjælp"
...@@ -7226,7 +7228,7 @@ msgstr "&Lav ny folder" ...@@ -7226,7 +7228,7 @@ msgstr "&Lav ny folder"
msgid "Message" msgid "Message"
msgstr "Message" msgstr "Message"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Ja" msgstr "&Ja"
...@@ -7234,7 +7236,7 @@ msgstr "&Ja" ...@@ -7234,7 +7236,7 @@ msgstr "&Ja"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Ja to &alt" msgstr "Ja to &alt"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&Nej" msgstr "&Nej"
...@@ -7254,7 +7256,7 @@ msgstr "Kører på %s" ...@@ -7254,7 +7256,7 @@ msgstr "Kører på %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine havde ikke været mulig uden hjælp fra disse personer:" msgstr "Wine havde ikke været mulig uden hjælp fra disse personer:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7262,11 +7264,11 @@ msgstr "" ...@@ -7262,11 +7264,11 @@ msgstr ""
"Skriv navnet på et program, en mappe, et dokument eller Internet ressource, " "Skriv navnet på et program, en mappe, et dokument eller Internet ressource, "
"og Wine åbner det for dig." "og Wine åbner det for dig."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Åbn:" msgstr "&Åbn:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Gennemse" msgstr "&Gennemse"
...@@ -7804,6 +7806,30 @@ msgstr "&Luk\tAlt-F4" ...@@ -7804,6 +7806,30 @@ msgstr "&Luk\tAlt-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "Af&bryd"
#: user32.rc:80
msgid "&Retry"
msgstr "&Gentag"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignorer"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Prøv igen"
#: user32.rc:85
msgid "&Continue"
msgstr "&Fortsæt"
#: user32.rc:91
msgid "Select Window"
msgstr "Vælg vindue"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Flere vinduer..." msgstr "&Flere vinduer..."
......
...@@ -60,14 +60,15 @@ msgstr "Support Information" ...@@ -60,14 +60,15 @@ msgstr "Support Information"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -139,14 +140,15 @@ msgstr "&Installieren" ...@@ -139,14 +140,15 @@ msgstr "&Installieren"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Abbrechen" msgstr "Abbrechen"
...@@ -285,7 +287,7 @@ msgstr "Eigenschaften für %s" ...@@ -285,7 +287,7 @@ msgstr "Eigenschaften für %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Anwenden" msgstr "&Anwenden"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "&Hilfe" msgstr "&Hilfe"
...@@ -7038,7 +7040,7 @@ msgstr "&Neues Verzeichnis erstellen" ...@@ -7038,7 +7040,7 @@ msgstr "&Neues Verzeichnis erstellen"
msgid "Message" msgid "Message"
msgstr "Meldung" msgstr "Meldung"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Ja" msgstr "&Ja"
...@@ -7046,7 +7048,7 @@ msgstr "&Ja" ...@@ -7046,7 +7048,7 @@ msgstr "&Ja"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Ja zu &allen" msgstr "Ja zu &allen"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&Nein" msgstr "&Nein"
...@@ -7066,7 +7068,7 @@ msgstr "Wine Version %s" ...@@ -7066,7 +7068,7 @@ msgstr "Wine Version %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine wurde für Sie gekeltert von:" msgstr "Wine wurde für Sie gekeltert von:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7074,11 +7076,11 @@ msgstr "" ...@@ -7074,11 +7076,11 @@ msgstr ""
"Geben sie den Namen eines Programmes, eines Ordners, eines Dokumentes oder " "Geben sie den Namen eines Programmes, eines Ordners, eines Dokumentes oder "
"einer Internet-Ressource ein, die geöffnet werden soll" "einer Internet-Ressource ein, die geöffnet werden soll"
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "Ö&ffnen:" msgstr "Ö&ffnen:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Durchsuchen" msgstr "&Durchsuchen"
...@@ -7589,6 +7591,30 @@ msgstr "&Schließen\tStrg-F4" ...@@ -7589,6 +7591,30 @@ msgstr "&Schließen\tStrg-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "Nächs&ter\tStrg-F6" msgstr "Nächs&ter\tStrg-F6"
#: user32.rc:79
msgid "&Abort"
msgstr "Abbr&uch"
#: user32.rc:80
msgid "&Retry"
msgstr "&Wiederholen"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignorieren"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Erneut versuchen"
#: user32.rc:85
msgid "&Continue"
msgstr "&Fortsetzen"
#: user32.rc:91
msgid "Select Window"
msgstr "Fenster auswählen"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Mehr Fenster..." msgstr "&Mehr Fenster..."
......
...@@ -55,14 +55,15 @@ msgstr "" ...@@ -55,14 +55,15 @@ msgstr ""
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -129,14 +130,15 @@ msgstr "" ...@@ -129,14 +130,15 @@ msgstr ""
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Άκυρο" msgstr "Άκυρο"
...@@ -274,7 +276,7 @@ msgstr "Ιδιότητες για %s" ...@@ -274,7 +276,7 @@ msgstr "Ιδιότητες για %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Εφαρμογή" msgstr "&Εφαρμογή"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Βοήθεια" msgstr "Βοήθεια"
...@@ -7031,7 +7033,7 @@ msgstr "Δημιουργία νέου καταλόγου" ...@@ -7031,7 +7033,7 @@ msgstr "Δημιουργία νέου καταλόγου"
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
...@@ -7039,7 +7041,7 @@ msgstr "" ...@@ -7039,7 +7041,7 @@ msgstr ""
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
#, fuzzy #, fuzzy
msgid "&No" msgid "&No"
msgstr "όχι" msgstr "όχι"
...@@ -7060,17 +7062,17 @@ msgstr "" ...@@ -7060,17 +7062,17 @@ msgstr ""
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "" msgstr ""
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7558,6 +7560,31 @@ msgstr "" ...@@ -7558,6 +7560,31 @@ msgstr ""
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr ""
#: user32.rc:80
msgid "&Retry"
msgstr ""
#: user32.rc:81
msgid "&Ignore"
msgstr ""
#: user32.rc:84
msgid "&Try Again"
msgstr ""
#: user32.rc:85
#, fuzzy
msgid "&Continue"
msgstr "&Περιεχόμενα"
#: user32.rc:91
msgid "Select Window"
msgstr ""
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "" msgstr ""
......
...@@ -55,14 +55,15 @@ msgstr "Support Information" ...@@ -55,14 +55,15 @@ msgstr "Support Information"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -125,14 +126,15 @@ msgstr "&Install" ...@@ -125,14 +126,15 @@ msgstr "&Install"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Cancel" msgstr "Cancel"
...@@ -269,7 +271,7 @@ msgstr "Properties for %s" ...@@ -269,7 +271,7 @@ msgstr "Properties for %s"
msgid "&Apply" msgid "&Apply"
msgstr "" msgstr ""
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Help" msgstr "Help"
...@@ -6923,7 +6925,7 @@ msgstr "" ...@@ -6923,7 +6925,7 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "Message" msgstr "Message"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
...@@ -6931,7 +6933,7 @@ msgstr "" ...@@ -6931,7 +6933,7 @@ msgstr ""
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
...@@ -6951,17 +6953,17 @@ msgstr "" ...@@ -6951,17 +6953,17 @@ msgstr ""
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Open:" msgstr "&Open:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Browse..." msgstr "&Browse..."
...@@ -7448,6 +7450,30 @@ msgstr "" ...@@ -7448,6 +7450,30 @@ msgstr ""
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "&Abort"
#: user32.rc:80
msgid "&Retry"
msgstr ""
#: user32.rc:81
msgid "&Ignore"
msgstr ""
#: user32.rc:84
msgid "&Try Again"
msgstr ""
#: user32.rc:85
msgid "&Continue"
msgstr "&Continue"
#: user32.rc:91
msgid "Select Window"
msgstr "Select Window"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&More Windows..." msgstr "&More Windows..."
......
...@@ -60,14 +60,15 @@ msgstr "Support Information" ...@@ -60,14 +60,15 @@ msgstr "Support Information"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -137,14 +138,15 @@ msgstr "&Install" ...@@ -137,14 +138,15 @@ msgstr "&Install"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Cancel" msgstr "Cancel"
...@@ -285,7 +287,7 @@ msgstr "Properties for %s" ...@@ -285,7 +287,7 @@ msgstr "Properties for %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Apply" msgstr "&Apply"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Help" msgstr "Help"
...@@ -7031,7 +7033,7 @@ msgstr "&Make New Folder" ...@@ -7031,7 +7033,7 @@ msgstr "&Make New Folder"
msgid "Message" msgid "Message"
msgstr "Message" msgstr "Message"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Yes" msgstr "&Yes"
...@@ -7039,7 +7041,7 @@ msgstr "&Yes" ...@@ -7039,7 +7041,7 @@ msgstr "&Yes"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Yes to &all" msgstr "Yes to &all"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&No" msgstr "&No"
...@@ -7059,7 +7061,7 @@ msgstr "Running on %s" ...@@ -7059,7 +7061,7 @@ msgstr "Running on %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine was brought to you by:" msgstr "Wine was brought to you by:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7067,11 +7069,11 @@ msgstr "" ...@@ -7067,11 +7069,11 @@ msgstr ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Open:" msgstr "&Open:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Browse..." msgstr "&Browse..."
...@@ -7574,6 +7576,30 @@ msgstr "&Close\tCtrl-F4" ...@@ -7574,6 +7576,30 @@ msgstr "&Close\tCtrl-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "Nex&t\tCtrl-F6" msgstr "Nex&t\tCtrl-F6"
#: user32.rc:79
msgid "&Abort"
msgstr "&Abort"
#: user32.rc:80
msgid "&Retry"
msgstr "&Retry"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignore"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Try Again"
#: user32.rc:85
msgid "&Continue"
msgstr "&Continue"
#: user32.rc:91
msgid "Select Window"
msgstr "Select Window"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&More Windows..." msgstr "&More Windows..."
......
...@@ -59,14 +59,15 @@ msgstr "Informo pri" ...@@ -59,14 +59,15 @@ msgstr "Informo pri"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "Bone" msgstr "Bone"
...@@ -135,14 +136,15 @@ msgstr "&Notu..." ...@@ -135,14 +136,15 @@ msgstr "&Notu..."
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Rezigni" msgstr "Rezigni"
...@@ -283,7 +285,7 @@ msgstr "Ecoj laý %s" ...@@ -283,7 +285,7 @@ msgstr "Ecoj laý %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Apliku" msgstr "&Apliku"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Helpo" msgstr "Helpo"
...@@ -7150,7 +7152,7 @@ msgstr "Kreu Novan Dosieujon" ...@@ -7150,7 +7152,7 @@ msgstr "Kreu Novan Dosieujon"
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Jes" msgstr "&Jes"
...@@ -7158,7 +7160,7 @@ msgstr "&Jes" ...@@ -7158,7 +7160,7 @@ msgstr "&Jes"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&Ne" msgstr "&Ne"
...@@ -7178,7 +7180,7 @@ msgstr "Running on %s" ...@@ -7178,7 +7180,7 @@ msgstr "Running on %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine estas disponebla dank'al:" msgstr "Wine estas disponebla dank'al:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7186,11 +7188,11 @@ msgstr "" ...@@ -7186,11 +7188,11 @@ msgstr ""
"Skribu nomon de programo, de dosierujo, de documento aý de Interreta fonto, " "Skribu nomon de programo, de dosierujo, de documento aý de Interreta fonto, "
"kaj Wine malfermos øin." "kaj Wine malfermos øin."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "Malfermu:" msgstr "Malfermu:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "Foliu..." msgstr "Foliu..."
...@@ -7690,6 +7692,30 @@ msgstr "&Fermu\tAlt-F4" ...@@ -7690,6 +7692,30 @@ msgstr "&Fermu\tAlt-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "&Nuligi"
#: user32.rc:80
msgid "&Retry"
msgstr "&Reprovu"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignoru"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Try Again"
#: user32.rc:85
msgid "&Continue"
msgstr "&Continue"
#: user32.rc:91
msgid "Select Window"
msgstr "Elektu Fenestron"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Pli Fenestroj..." msgstr "&Pli Fenestroj..."
......
...@@ -60,14 +60,15 @@ msgstr "Información de Soporte" ...@@ -60,14 +60,15 @@ msgstr "Información de Soporte"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "Aceptar" msgstr "Aceptar"
...@@ -139,14 +140,15 @@ msgstr "&Instalar" ...@@ -139,14 +140,15 @@ msgstr "&Instalar"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
...@@ -286,7 +288,7 @@ msgstr "Propiedades de %s" ...@@ -286,7 +288,7 @@ msgstr "Propiedades de %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Aplicar" msgstr "&Aplicar"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Ayuda" msgstr "Ayuda"
...@@ -7395,7 +7397,7 @@ msgstr "&Hacer nueva carpeta" ...@@ -7395,7 +7397,7 @@ msgstr "&Hacer nueva carpeta"
msgid "Message" msgid "Message"
msgstr "Mensaje" msgstr "Mensaje"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Sí" msgstr "&Sí"
...@@ -7403,7 +7405,7 @@ msgstr "&Sí" ...@@ -7403,7 +7405,7 @@ msgstr "&Sí"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Sí a &todo" msgstr "Sí a &todo"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&No" msgstr "&No"
...@@ -7423,7 +7425,7 @@ msgstr "Ejecutándose en %s" ...@@ -7423,7 +7425,7 @@ msgstr "Ejecutándose en %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine le ha sido proporcionado por:" msgstr "Wine le ha sido proporcionado por:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7431,11 +7433,11 @@ msgstr "" ...@@ -7431,11 +7433,11 @@ msgstr ""
"Introduzca el nombre de un programa, carpeta, documento o recurso de " "Introduzca el nombre de un programa, carpeta, documento o recurso de "
"Internet; y Wine lo abrirá para usted." "Internet; y Wine lo abrirá para usted."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Abrir:" msgstr "&Abrir:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Examinar" msgstr "&Examinar"
...@@ -7947,6 +7949,30 @@ msgstr "&Cerrar\tAlt-F4" ...@@ -7947,6 +7949,30 @@ msgstr "&Cerrar\tAlt-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "A&bortar"
#: user32.rc:80
msgid "&Retry"
msgstr "&Reintentar"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignorar"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Try Again"
#: user32.rc:85
msgid "&Continue"
msgstr "&Continue"
#: user32.rc:91
msgid "Select Window"
msgstr "Seleccionar ventana"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Más ventanas..." msgstr "&Más ventanas..."
......
...@@ -56,14 +56,15 @@ msgstr "اطلاعات" ...@@ -56,14 +56,15 @@ msgstr "اطلاعات"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "قبول" msgstr "قبول"
...@@ -129,14 +130,15 @@ msgstr "" ...@@ -129,14 +130,15 @@ msgstr ""
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "انصراف" msgstr "انصراف"
...@@ -273,7 +275,7 @@ msgstr "انتخاب &همه\tCtrl+A" ...@@ -273,7 +275,7 @@ msgstr "انتخاب &همه\tCtrl+A"
msgid "&Apply" msgid "&Apply"
msgstr "" msgstr ""
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
#, fuzzy #, fuzzy
msgid "Help" msgid "Help"
msgstr "&کمک" msgstr "&کمک"
...@@ -7000,7 +7002,7 @@ msgstr "" ...@@ -7000,7 +7002,7 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
...@@ -7008,7 +7010,7 @@ msgstr "" ...@@ -7008,7 +7010,7 @@ msgstr ""
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
...@@ -7029,18 +7031,18 @@ msgstr "" ...@@ -7029,18 +7031,18 @@ msgstr ""
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:349 #: shell32.rc:348
#, fuzzy #, fuzzy
msgid "&Open:" msgid "&Open:"
msgstr "&باز‌کردن...\tCtrl+O" msgstr "&باز‌کردن...\tCtrl+O"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7534,6 +7536,33 @@ msgstr "&نسخه‌برداری\tCtrl+C" ...@@ -7534,6 +7536,33 @@ msgstr "&نسخه‌برداری\tCtrl+C"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
#, fuzzy
msgid "&Abort"
msgstr "&درباره نت‌پد"
#: user32.rc:80
msgid "&Retry"
msgstr ""
#: user32.rc:81
msgid "&Ignore"
msgstr ""
#: user32.rc:84
msgid "&Try Again"
msgstr ""
#: user32.rc:85
#, fuzzy
msgid "&Continue"
msgstr "&محتویات"
#: user32.rc:91
#, fuzzy
msgid "Select Window"
msgstr "انتخاب &همه\tCtrl+A"
#: user32.rc:69 #: user32.rc:69
#, fuzzy #, fuzzy
msgid "&More Windows..." msgid "&More Windows..."
......
...@@ -62,14 +62,15 @@ msgstr "" ...@@ -62,14 +62,15 @@ msgstr ""
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -142,14 +143,15 @@ msgstr "Asenna &teema..." ...@@ -142,14 +143,15 @@ msgstr "Asenna &teema..."
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Peruuta" msgstr "Peruuta"
...@@ -295,10 +297,9 @@ msgstr "Ominaisuudet" ...@@ -295,10 +297,9 @@ msgstr "Ominaisuudet"
msgid "&Apply" msgid "&Apply"
msgstr "" msgstr ""
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
#, fuzzy
msgid "Help" msgid "Help"
msgstr "&Apua" msgstr "Ohje"
#: comctl32.rc:62 #: comctl32.rc:62
msgid "Wizard" msgid "Wizard"
...@@ -7267,7 +7268,7 @@ msgstr "&Luo uusi kansio" ...@@ -7267,7 +7268,7 @@ msgstr "&Luo uusi kansio"
msgid "Message" msgid "Message"
msgstr "Viesti" msgstr "Viesti"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Kyllä" msgstr "&Kyllä"
...@@ -7275,7 +7276,7 @@ msgstr "&Kyllä" ...@@ -7275,7 +7276,7 @@ msgstr "&Kyllä"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Kyllä k&aikkiin" msgstr "Kyllä k&aikkiin"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&Ei" msgstr "&Ei"
...@@ -7295,17 +7296,17 @@ msgstr "Käytössä on versio %s" ...@@ -7295,17 +7296,17 @@ msgstr "Käytössä on versio %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Winen ovat tehneet:" msgstr "Winen ovat tehneet:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "Anna ohjelma, dokumentti tai Internet-osoite, niin Wine avaa sen." msgstr "Anna ohjelma, dokumentti tai Internet-osoite, niin Wine avaa sen."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Avaa:" msgstr "&Avaa:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Selaa..." msgstr "&Selaa..."
...@@ -7807,6 +7808,30 @@ msgstr "&Sulje\tAlt+F4" ...@@ -7807,6 +7808,30 @@ msgstr "&Sulje\tAlt+F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "&Keskeytä"
#: user32.rc:80
msgid "&Retry"
msgstr "&Uudelleen"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Hylkää"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Yritä uudelleen"
#: user32.rc:85
msgid "&Continue"
msgstr "&Jatka"
#: user32.rc:91
msgid "Select Window"
msgstr "Valitse ikkuna"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Lisää ikkunoita..." msgstr "&Lisää ikkunoita..."
......
...@@ -60,14 +60,15 @@ msgstr "Informations de support" ...@@ -60,14 +60,15 @@ msgstr "Informations de support"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -139,14 +140,15 @@ msgstr "&Installer" ...@@ -139,14 +140,15 @@ msgstr "&Installer"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
...@@ -288,7 +290,7 @@ msgstr "Propriétés de %s" ...@@ -288,7 +290,7 @@ msgstr "Propriétés de %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Appliquer" msgstr "&Appliquer"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Aide" msgstr "Aide"
...@@ -7060,7 +7062,7 @@ msgstr "&Nouveau dossier" ...@@ -7060,7 +7062,7 @@ msgstr "&Nouveau dossier"
msgid "Message" msgid "Message"
msgstr "Message" msgstr "Message"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Oui" msgstr "&Oui"
...@@ -7068,7 +7070,7 @@ msgstr "&Oui" ...@@ -7068,7 +7070,7 @@ msgstr "&Oui"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Oui pour &tous" msgstr "Oui pour &tous"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&Non" msgstr "&Non"
...@@ -7088,7 +7090,7 @@ msgstr "Exécuté avec %s" ...@@ -7088,7 +7090,7 @@ msgstr "Exécuté avec %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine est une réalisation de :" msgstr "Wine est une réalisation de :"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7096,11 +7098,11 @@ msgstr "" ...@@ -7096,11 +7098,11 @@ msgstr ""
"Entrez le nom d'un programme, d'un dossier, d'un document ou d'une ressource " "Entrez le nom d'un programme, d'un dossier, d'un document ou d'une ressource "
"Internet, et Wine l'ouvrira pour vous." "Internet, et Wine l'ouvrira pour vous."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Ouvrir :" msgstr "&Ouvrir :"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Parcourir..." msgstr "&Parcourir..."
...@@ -7609,6 +7611,30 @@ msgstr "&Fermer\tCtrl-F4" ...@@ -7609,6 +7611,30 @@ msgstr "&Fermer\tCtrl-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "Sui&vant\tCtrl-F6" msgstr "Sui&vant\tCtrl-F6"
#: user32.rc:79
msgid "&Abort"
msgstr "A&bandonner"
#: user32.rc:80
msgid "&Retry"
msgstr "Ré&péter"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignorer"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Réessayer"
#: user32.rc:85
msgid "&Continue"
msgstr "&Continuer"
#: user32.rc:91
msgid "Select Window"
msgstr "Sélection de fenêtre"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Plus de fenêtres..." msgstr "&Plus de fenêtres..."
......
...@@ -61,14 +61,15 @@ msgstr "פרטי תמיכה" ...@@ -61,14 +61,15 @@ msgstr "פרטי תמיכה"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "אישור" msgstr "אישור"
...@@ -137,14 +138,15 @@ msgstr "ה&תקנה" ...@@ -137,14 +138,15 @@ msgstr "ה&תקנה"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "ביטול" msgstr "ביטול"
...@@ -282,7 +284,7 @@ msgstr "מאפיינים עבור %s" ...@@ -282,7 +284,7 @@ msgstr "מאפיינים עבור %s"
msgid "&Apply" msgid "&Apply"
msgstr "ה&חלה" msgstr "ה&חלה"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "עזרה" msgstr "עזרה"
...@@ -7249,7 +7251,7 @@ msgstr "י&צירת תיקייה חדשה" ...@@ -7249,7 +7251,7 @@ msgstr "י&צירת תיקייה חדשה"
msgid "Message" msgid "Message"
msgstr "הודעה" msgstr "הודעה"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&כן" msgstr "&כן"
...@@ -7257,7 +7259,7 @@ msgstr "&כן" ...@@ -7257,7 +7259,7 @@ msgstr "&כן"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "כ&ן להכול" msgstr "כ&ן להכול"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&לא" msgstr "&לא"
...@@ -7277,7 +7279,7 @@ msgstr "פועל על גבי %s" ...@@ -7277,7 +7279,7 @@ msgstr "פועל על גבי %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine מוגשת לך על ידי:" msgstr "Wine מוגשת לך על ידי:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7285,11 +7287,11 @@ msgstr "" ...@@ -7285,11 +7287,11 @@ msgstr ""
"נא להזין את שם התכנית, התיקייה, המסמך או משאב האינטרנט ו־Wine תפתח אותם " "נא להזין את שם התכנית, התיקייה, המסמך או משאב האינטרנט ו־Wine תפתח אותם "
"עבורך." "עבורך."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&פתיחה:" msgstr "&פתיחה:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&עיון" msgstr "&עיון"
...@@ -7795,6 +7797,30 @@ msgstr "&סגירה\tCtrl-F4" ...@@ -7795,6 +7797,30 @@ msgstr "&סגירה\tCtrl-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "&סיום"
#: user32.rc:80
msgid "&Retry"
msgstr "&ניסיון חוזר"
#: user32.rc:81
msgid "&Ignore"
msgstr "ה&תעלמות"
#: user32.rc:84
msgid "&Try Again"
msgstr "&ניסיון חוזר"
#: user32.rc:85
msgid "&Continue"
msgstr "ה&משך"
#: user32.rc:91
msgid "Select Window"
msgstr "בחירת חלון"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "חלונות &נוספים..." msgstr "חלונות &נוספים..."
......
...@@ -55,14 +55,15 @@ msgstr "" ...@@ -55,14 +55,15 @@ msgstr ""
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "" msgstr ""
...@@ -126,14 +127,15 @@ msgstr "" ...@@ -126,14 +127,15 @@ msgstr ""
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
...@@ -270,7 +272,7 @@ msgstr "सूचना (&o)" ...@@ -270,7 +272,7 @@ msgstr "सूचना (&o)"
msgid "&Apply" msgid "&Apply"
msgstr "" msgstr ""
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "" msgstr ""
...@@ -6916,7 +6918,7 @@ msgstr "" ...@@ -6916,7 +6918,7 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
...@@ -6924,7 +6926,7 @@ msgstr "" ...@@ -6924,7 +6926,7 @@ msgstr ""
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
...@@ -6945,17 +6947,17 @@ msgstr "" ...@@ -6945,17 +6947,17 @@ msgstr ""
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "" msgstr ""
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7429,6 +7431,31 @@ msgstr "" ...@@ -7429,6 +7431,31 @@ msgstr ""
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
#, fuzzy
msgid "&Abort"
msgstr "क्लॉक के बारे में (&A)..."
#: user32.rc:80
msgid "&Retry"
msgstr ""
#: user32.rc:81
msgid "&Ignore"
msgstr ""
#: user32.rc:84
msgid "&Try Again"
msgstr ""
#: user32.rc:85
msgid "&Continue"
msgstr ""
#: user32.rc:91
msgid "Select Window"
msgstr ""
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "" msgstr ""
......
...@@ -60,14 +60,15 @@ msgstr "Támogatási információ" ...@@ -60,14 +60,15 @@ msgstr "Támogatási információ"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -139,14 +140,15 @@ msgstr "&Telepítés" ...@@ -139,14 +140,15 @@ msgstr "&Telepítés"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Mégse" msgstr "Mégse"
...@@ -292,7 +294,7 @@ msgstr "Tulajdonságok: %s" ...@@ -292,7 +294,7 @@ msgstr "Tulajdonságok: %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Alkalmazás" msgstr "&Alkalmazás"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Súgó" msgstr "Súgó"
...@@ -7409,7 +7411,7 @@ msgstr "&Új mappa létrehozása" ...@@ -7409,7 +7411,7 @@ msgstr "&Új mappa létrehozása"
msgid "Message" msgid "Message"
msgstr "Üzenet" msgstr "Üzenet"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Igen" msgstr "&Igen"
...@@ -7417,7 +7419,7 @@ msgstr "&Igen" ...@@ -7417,7 +7419,7 @@ msgstr "&Igen"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "&Összesre igen" msgstr "&Összesre igen"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&Nem" msgstr "&Nem"
...@@ -7437,7 +7439,7 @@ msgstr "Ezen fut: %s" ...@@ -7437,7 +7439,7 @@ msgstr "Ezen fut: %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "A Wine-t készítették:" msgstr "A Wine-t készítették:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7445,11 +7447,11 @@ msgstr "" ...@@ -7445,11 +7447,11 @@ msgstr ""
"Írjon be programot, mappát, dokumentumot, Internetes erőforrást és a Wine " "Írjon be programot, mappát, dokumentumot, Internetes erőforrást és a Wine "
"megnyitja Önnek." "megnyitja Önnek."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Megnyitás:" msgstr "&Megnyitás:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Tallózás..." msgstr "&Tallózás..."
...@@ -7970,6 +7972,30 @@ msgstr "&Bezárás\tAlt-F4" ...@@ -7970,6 +7972,30 @@ msgstr "&Bezárás\tAlt-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "&Leállítás"
#: user32.rc:80
msgid "&Retry"
msgstr "&Ismét"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Kihagyás"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Try Again"
#: user32.rc:85
msgid "&Continue"
msgstr "&Continue"
#: user32.rc:91
msgid "Select Window"
msgstr "Ablak kiválasztása"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&További ablakok..." msgstr "&További ablakok..."
......
...@@ -60,14 +60,15 @@ msgstr "Informazioni di supporto" ...@@ -60,14 +60,15 @@ msgstr "Informazioni di supporto"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "Ok" msgstr "Ok"
...@@ -139,14 +140,15 @@ msgstr "&Installa" ...@@ -139,14 +140,15 @@ msgstr "&Installa"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Annulla" msgstr "Annulla"
...@@ -287,7 +289,7 @@ msgstr "Proprietà di %s" ...@@ -287,7 +289,7 @@ msgstr "Proprietà di %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Applica" msgstr "&Applica"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Aiuto" msgstr "Aiuto"
...@@ -7042,7 +7044,7 @@ msgstr "&Nuova cartella" ...@@ -7042,7 +7044,7 @@ msgstr "&Nuova cartella"
msgid "Message" msgid "Message"
msgstr "Messaggio" msgstr "Messaggio"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Sì" msgstr "&Sì"
...@@ -7050,7 +7052,7 @@ msgstr "&Sì" ...@@ -7050,7 +7052,7 @@ msgstr "&Sì"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Sì a &tutti" msgstr "Sì a &tutti"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&No" msgstr "&No"
...@@ -7070,7 +7072,7 @@ msgstr "In esecuzione su %s" ...@@ -7070,7 +7072,7 @@ msgstr "In esecuzione su %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine è disponibile grazie a:" msgstr "Wine è disponibile grazie a:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7078,11 +7080,11 @@ msgstr "" ...@@ -7078,11 +7080,11 @@ msgstr ""
"Digitare il nome del programma, della cartella, del documento o della " "Digitare il nome del programma, della cartella, del documento o della "
"risorsa internet, e Wine la aprirà." "risorsa internet, e Wine la aprirà."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Apri:" msgstr "&Apri:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Naviga" msgstr "&Naviga"
...@@ -7585,6 +7587,30 @@ msgstr "&Chiudi\tCtrl-F4" ...@@ -7585,6 +7587,30 @@ msgstr "&Chiudi\tCtrl-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "&Prossimo\tCtrl-F6" msgstr "&Prossimo\tCtrl-F6"
#: user32.rc:79
msgid "&Abort"
msgstr "&Abbandona"
#: user32.rc:80
msgid "&Retry"
msgstr "&Riprova"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignora"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Riprova"
#: user32.rc:85
msgid "&Continue"
msgstr "&Continua"
#: user32.rc:91
msgid "Select Window"
msgstr "Seleziona finestra"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Più finestre..." msgstr "&Più finestre..."
......
...@@ -60,14 +60,15 @@ msgstr "サポート情報" ...@@ -60,14 +60,15 @@ msgstr "サポート情報"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -137,14 +138,15 @@ msgstr "インストール(&I)" ...@@ -137,14 +138,15 @@ msgstr "インストール(&I)"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "キャンセル" msgstr "キャンセル"
...@@ -285,7 +287,7 @@ msgstr "Properties for %s" ...@@ -285,7 +287,7 @@ msgstr "Properties for %s"
msgid "&Apply" msgid "&Apply"
msgstr "適用(&A)" msgstr "適用(&A)"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "ヘルプ" msgstr "ヘルプ"
...@@ -7031,7 +7033,7 @@ msgstr "新しいフォルダの作成(&M)" ...@@ -7031,7 +7033,7 @@ msgstr "新しいフォルダの作成(&M)"
msgid "Message" msgid "Message"
msgstr "メッセージ" msgstr "メッセージ"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "はい(&Y)" msgstr "はい(&Y)"
...@@ -7039,7 +7041,7 @@ msgstr "はい(&Y)" ...@@ -7039,7 +7041,7 @@ msgstr "はい(&Y)"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "すべてはい(&A)" msgstr "すべてはい(&A)"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "いいえ(&N)" msgstr "いいえ(&N)"
...@@ -7059,7 +7061,7 @@ msgstr "Running on %s" ...@@ -7059,7 +7061,7 @@ msgstr "Running on %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine was brought to you by:" msgstr "Wine was brought to you by:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7067,11 +7069,11 @@ msgstr "" ...@@ -7067,11 +7069,11 @@ msgstr ""
"実行するプログラムまたは、開くフォルダ名や ドキュメント名、 インターネット リ" "実行するプログラムまたは、開くフォルダ名や ドキュメント名、 インターネット リ"
"ソース名を入力してください。" "ソース名を入力してください。"
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "名前(&O):" msgstr "名前(&O):"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "参照(&B)..." msgstr "参照(&B)..."
...@@ -7572,6 +7574,30 @@ msgstr "閉じる(&C)\tCtrl-F4" ...@@ -7572,6 +7574,30 @@ msgstr "閉じる(&C)\tCtrl-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "次のウィンドウ(&N)\tCtrl-F6" msgstr "次のウィンドウ(&N)\tCtrl-F6"
#: user32.rc:79
msgid "&Abort"
msgstr "中止(&A)"
#: user32.rc:80
msgid "&Retry"
msgstr "再試行(&R)"
#: user32.rc:81
msgid "&Ignore"
msgstr "無視(&I)"
#: user32.rc:84
msgid "&Try Again"
msgstr "再試行(&T)"
#: user32.rc:85
msgid "&Continue"
msgstr "続ける(&C)"
#: user32.rc:91
msgid "Select Window"
msgstr "Select Window"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "ウィンドウの一覧(&M)..." msgstr "ウィンドウの一覧(&M)..."
......
...@@ -59,14 +59,15 @@ msgstr "지원 정보" ...@@ -59,14 +59,15 @@ msgstr "지원 정보"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "확인" msgstr "확인"
...@@ -137,14 +138,15 @@ msgstr "설치(&I)" ...@@ -137,14 +138,15 @@ msgstr "설치(&I)"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "취소" msgstr "취소"
...@@ -285,7 +287,7 @@ msgstr "%s 속성" ...@@ -285,7 +287,7 @@ msgstr "%s 속성"
msgid "&Apply" msgid "&Apply"
msgstr "적용(&A)" msgstr "적용(&A)"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "도움말" msgstr "도움말"
...@@ -7022,7 +7024,7 @@ msgstr "새 폴더 만들기(&M)" ...@@ -7022,7 +7024,7 @@ msgstr "새 폴더 만들기(&M)"
msgid "Message" msgid "Message"
msgstr "메시지" msgstr "메시지"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "예(&Y)" msgstr "예(&Y)"
...@@ -7030,7 +7032,7 @@ msgstr "예(&Y)" ...@@ -7030,7 +7032,7 @@ msgstr "예(&Y)"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "모두 예(&A)" msgstr "모두 예(&A)"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "아니오(&N)" msgstr "아니오(&N)"
...@@ -7050,18 +7052,18 @@ msgstr "%s 실행중" ...@@ -7050,18 +7052,18 @@ msgstr "%s 실행중"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine 에 도움주신 분:" msgstr "Wine 에 도움주신 분:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
"풀그림,폴더,문서나 인터넷 자원, 그리고 Wine이 열 것의 이름을 적어주세요." "풀그림,폴더,문서나 인터넷 자원, 그리고 Wine이 열 것의 이름을 적어주세요."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "열기(&O):" msgstr "열기(&O):"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "찾기(&B)" msgstr "찾기(&B)"
...@@ -7559,6 +7561,30 @@ msgstr "닫기(&C)\tCtrl-F4" ...@@ -7559,6 +7561,30 @@ msgstr "닫기(&C)\tCtrl-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "다음(&T)\tCtrl-F6" msgstr "다음(&T)\tCtrl-F6"
#: user32.rc:79
msgid "&Abort"
msgstr "중단(&A)"
#: user32.rc:80
msgid "&Retry"
msgstr "재시도(&R)"
#: user32.rc:81
msgid "&Ignore"
msgstr "무시(&I)"
#: user32.rc:84
msgid "&Try Again"
msgstr "다시 시도(&T)"
#: user32.rc:85
msgid "&Continue"
msgstr "계속(&C),"
#: user32.rc:91
msgid "Select Window"
msgstr "창 선택"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "더 많은 창들(&M)..." msgstr "더 많은 창들(&M)..."
......
...@@ -62,14 +62,15 @@ msgstr "Priežiūros informacija" ...@@ -62,14 +62,15 @@ msgstr "Priežiūros informacija"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "Gerai" msgstr "Gerai"
...@@ -138,14 +139,15 @@ msgstr "&Įdiegti" ...@@ -138,14 +139,15 @@ msgstr "&Įdiegti"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Atsisakyti" msgstr "Atsisakyti"
...@@ -286,7 +288,7 @@ msgstr "%s savybės" ...@@ -286,7 +288,7 @@ msgstr "%s savybės"
msgid "&Apply" msgid "&Apply"
msgstr "&Vykdyti" msgstr "&Vykdyti"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Žinynas" msgstr "Žinynas"
...@@ -7038,7 +7040,7 @@ msgstr "&Kurti naują aplanką" ...@@ -7038,7 +7040,7 @@ msgstr "&Kurti naują aplanką"
msgid "Message" msgid "Message"
msgstr "Pranešimas" msgstr "Pranešimas"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Taip" msgstr "&Taip"
...@@ -7046,7 +7048,7 @@ msgstr "&Taip" ...@@ -7046,7 +7048,7 @@ msgstr "&Taip"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Taip &visiems" msgstr "Taip &visiems"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&Ne" msgstr "&Ne"
...@@ -7066,7 +7068,7 @@ msgstr "Paleista su %s" ...@@ -7066,7 +7068,7 @@ msgstr "Paleista su %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Prie Wine kūrimo prisidėjo:" msgstr "Prie Wine kūrimo prisidėjo:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7074,11 +7076,11 @@ msgstr "" ...@@ -7074,11 +7076,11 @@ msgstr ""
"Įrašykite programos pavadinimą, aplanką, dokumentą ar interneto resursą ir " "Įrašykite programos pavadinimą, aplanką, dokumentą ar interneto resursą ir "
"Wine jums jį atvers." "Wine jums jį atvers."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Atverti:" msgstr "&Atverti:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Parinkti" msgstr "&Parinkti"
...@@ -7582,6 +7584,30 @@ msgstr "&Užverti\tVald-F4" ...@@ -7582,6 +7584,30 @@ msgstr "&Užverti\tVald-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "Ki&tas\tVald-F6" msgstr "Ki&tas\tVald-F6"
#: user32.rc:79
msgid "&Abort"
msgstr "Nut&raukti"
#: user32.rc:80
msgid "&Retry"
msgstr "&Pakartoti"
#: user32.rc:81
msgid "&Ignore"
msgstr "N&epaisyti"
#: user32.rc:84
msgid "&Try Again"
msgstr "&Mėginti vėl"
#: user32.rc:85
msgid "&Continue"
msgstr "Tę&sti"
#: user32.rc:91
msgid "Select Window"
msgstr "Išrinkti langą"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Daugiau langų..." msgstr "&Daugiau langų..."
......
...@@ -55,14 +55,15 @@ msgstr "" ...@@ -55,14 +55,15 @@ msgstr ""
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "" msgstr ""
...@@ -126,14 +127,15 @@ msgstr "" ...@@ -126,14 +127,15 @@ msgstr ""
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
...@@ -270,7 +272,7 @@ msgstr "വി_വരം" ...@@ -270,7 +272,7 @@ msgstr "വി_വരം"
msgid "&Apply" msgid "&Apply"
msgstr "" msgstr ""
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "" msgstr ""
...@@ -6916,7 +6918,7 @@ msgstr "" ...@@ -6916,7 +6918,7 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
...@@ -6924,7 +6926,7 @@ msgstr "" ...@@ -6924,7 +6926,7 @@ msgstr ""
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
...@@ -6945,17 +6947,17 @@ msgstr "" ...@@ -6945,17 +6947,17 @@ msgstr ""
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "" msgstr ""
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7429,6 +7431,31 @@ msgstr "" ...@@ -7429,6 +7431,31 @@ msgstr ""
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
#, fuzzy
msgid "&Abort"
msgstr "ക്ലോക്കിനെപ്പറ്റി _അറിയുക..."
#: user32.rc:80
msgid "&Retry"
msgstr ""
#: user32.rc:81
msgid "&Ignore"
msgstr ""
#: user32.rc:84
msgid "&Try Again"
msgstr ""
#: user32.rc:85
msgid "&Continue"
msgstr ""
#: user32.rc:91
msgid "Select Window"
msgstr ""
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "" msgstr ""
......
...@@ -59,14 +59,15 @@ msgstr "Støtteinformasjon" ...@@ -59,14 +59,15 @@ msgstr "Støtteinformasjon"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -136,14 +137,15 @@ msgstr "&Installer" ...@@ -136,14 +137,15 @@ msgstr "&Installer"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
...@@ -281,7 +283,7 @@ msgstr "Egenskaper for %s" ...@@ -281,7 +283,7 @@ msgstr "Egenskaper for %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Bruk" msgstr "&Bruk"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Hjelp" msgstr "Hjelp"
...@@ -7298,7 +7300,7 @@ msgstr "Ny &mappe" ...@@ -7298,7 +7300,7 @@ msgstr "Ny &mappe"
msgid "Message" msgid "Message"
msgstr "Meldings" msgstr "Meldings"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Ja" msgstr "&Ja"
...@@ -7306,7 +7308,7 @@ msgstr "&Ja" ...@@ -7306,7 +7308,7 @@ msgstr "&Ja"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Ja til &alt" msgstr "Ja til &alt"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&Nei" msgstr "&Nei"
...@@ -7326,7 +7328,7 @@ msgstr "Kjører på %s" ...@@ -7326,7 +7328,7 @@ msgstr "Kjører på %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine er laget av" msgstr "Wine er laget av"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7334,11 +7336,11 @@ msgstr "" ...@@ -7334,11 +7336,11 @@ msgstr ""
"Skriv inn navnet på programmet, mappen, dokumentet, eller Internett-" "Skriv inn navnet på programmet, mappen, dokumentet, eller Internett-"
"ressursen du ønsker å åpne." "ressursen du ønsker å åpne."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Åpne:" msgstr "&Åpne:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Bla" msgstr "&Bla"
...@@ -7863,6 +7865,30 @@ msgstr "&Lukk\tAlt-F4" ...@@ -7863,6 +7865,30 @@ msgstr "&Lukk\tAlt-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "&Stopp"
#: user32.rc:80
msgid "&Retry"
msgstr "P&røv igjen"
#: user32.rc:81
msgid "&Ignore"
msgstr "&Ignorer"
#: user32.rc:84
msgid "&Try Again"
msgstr "P&røv igjen"
#: user32.rc:85
msgid "&Continue"
msgstr "&Fortsett"
#: user32.rc:91
msgid "Select Window"
msgstr "Select Window"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "&Mer Windows..." msgstr "&Mer Windows..."
......
...@@ -60,14 +60,15 @@ msgstr "Support Informatie" ...@@ -60,14 +60,15 @@ msgstr "Support Informatie"
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
...@@ -139,14 +140,15 @@ msgstr "&Installeren" ...@@ -139,14 +140,15 @@ msgstr "&Installeren"
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "Annuleren" msgstr "Annuleren"
...@@ -288,7 +290,7 @@ msgstr "Eigenschappen voor %s" ...@@ -288,7 +290,7 @@ msgstr "Eigenschappen voor %s"
msgid "&Apply" msgid "&Apply"
msgstr "&Toepassen" msgstr "&Toepassen"
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "Help" msgstr "Help"
...@@ -7156,7 +7158,7 @@ msgstr "Nieuwe &map maken" ...@@ -7156,7 +7158,7 @@ msgstr "Nieuwe &map maken"
msgid "Message" msgid "Message"
msgstr "Message" msgstr "Message"
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "&Ja" msgstr "&Ja"
...@@ -7164,7 +7166,7 @@ msgstr "&Ja" ...@@ -7164,7 +7166,7 @@ msgstr "&Ja"
msgid "Yes to &all" msgid "Yes to &all"
msgstr "Ja op &alles" msgstr "Ja op &alles"
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "&Nee" msgstr "&Nee"
...@@ -7184,7 +7186,7 @@ msgstr "Draait op %s" ...@@ -7184,7 +7186,7 @@ msgstr "Draait op %s"
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "Wine is geschreven door:" msgstr "Wine is geschreven door:"
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
...@@ -7192,11 +7194,11 @@ msgstr "" ...@@ -7192,11 +7194,11 @@ msgstr ""
"Geef de naam van een programma, map, document, of Internet-adres op. Wine " "Geef de naam van een programma, map, document, of Internet-adres op. Wine "
"zal het vervolgens openen." "zal het vervolgens openen."
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "&Openen:" msgstr "&Openen:"
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Bladeren" msgstr "&Bladeren"
...@@ -7702,6 +7704,30 @@ msgstr "&Sluiten\tAlt-F4" ...@@ -7702,6 +7704,30 @@ msgstr "&Sluiten\tAlt-F4"
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
msgid "&Abort"
msgstr "A&fbreken"
#: user32.rc:80
msgid "&Retry"
msgstr "O&pnieuw"
#: user32.rc:81
msgid "&Ignore"
msgstr "N&egeren"
#: user32.rc:84
msgid "&Try Again"
msgstr "P&robeer opnieuw"
#: user32.rc:85
msgid "&Continue"
msgstr "&Verder"
#: user32.rc:91
msgid "Select Window"
msgstr "Venster selecteren"
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "Ov&erige vensters..." msgstr "Ov&erige vensters..."
......
...@@ -55,14 +55,15 @@ msgstr "" ...@@ -55,14 +55,15 @@ msgstr ""
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: 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 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 #: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 #: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 #: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 #: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 #: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK" msgid "OK"
msgstr "" msgstr ""
...@@ -126,14 +127,15 @@ msgstr "" ...@@ -126,14 +127,15 @@ msgstr ""
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 #: 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 #: 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 #: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352 #: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123 #: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 #: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 #: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 #: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 #: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188 #: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 #: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
...@@ -270,7 +272,7 @@ msgstr "ସୂଚନା (&o)" ...@@ -270,7 +272,7 @@ msgstr "ସୂଚନା (&o)"
msgid "&Apply" msgid "&Apply"
msgstr "" msgstr ""
#: comctl32.rc:55 comctl32.rc:69 #: comctl32.rc:55 comctl32.rc:69 user32.rc:86
msgid "Help" msgid "Help"
msgstr "" msgstr ""
...@@ -6916,7 +6918,7 @@ msgstr "" ...@@ -6916,7 +6918,7 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 #: shell32.rc:319 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
...@@ -6924,7 +6926,7 @@ msgstr "" ...@@ -6924,7 +6926,7 @@ msgstr ""
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 #: shell32.rc:321 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
...@@ -6945,17 +6947,17 @@ msgstr "" ...@@ -6945,17 +6947,17 @@ msgstr ""
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:347
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:349 #: shell32.rc:348
msgid "&Open:" msgid "&Open:"
msgstr "" msgstr ""
#: shell32.rc:353 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245 #: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:245
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7429,6 +7431,31 @@ msgstr "" ...@@ -7429,6 +7431,31 @@ msgstr ""
msgid "Nex&t\tCtrl-F6" msgid "Nex&t\tCtrl-F6"
msgstr "" msgstr ""
#: user32.rc:79
#, fuzzy
msgid "&Abort"
msgstr "ଘଡ଼ି ବିଷୟରେ (&A)..."
#: user32.rc:80
msgid "&Retry"
msgstr ""
#: user32.rc:81
msgid "&Ignore"
msgstr ""
#: user32.rc:84
msgid "&Try Again"
msgstr ""
#: user32.rc:85
msgid "&Continue"
msgstr ""
#: user32.rc:91
msgid "Select Window"
msgstr ""
#: user32.rc:69 #: user32.rc:69
msgid "&More Windows..." msgid "&More Windows..."
msgstr "" 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