user32: Convert dialogs to po files.
This commit is contained in:
parent
28d54b7b1c
commit
95f81d10c9
|
@ -50,39 +50,7 @@ C_SRCS = \
|
|||
winstation.c \
|
||||
wsprintf.c
|
||||
|
||||
RC_SRCS = \
|
||||
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
|
||||
|
||||
RC_SRCS = user32.rc
|
||||
PO_SRCS = user32.rc
|
||||
|
||||
SVG_SRCS = \
|
||||
|
|
|
@ -1,48 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,38 +0,0 @@
|
|||
/*
|
||||
* 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 "&Anul·lació", 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
|
|
@ -1,41 +0,0 @@
|
|||
/* 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 "&Pøerušit", 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
|
|
@ -1,51 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,51 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,48 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,54 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,53 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* 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 "&Mégse", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Leállítás", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Ismét", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Kihagyás", 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 kiválasztása"
|
||||
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 "Mégse", IDCANCEL, 120, 100, 35, 14
|
||||
END
|
|
@ -1,52 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,51 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,51 +0,0 @@
|
|||
/*
|
||||
* Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "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
|
|
@ -1,50 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005 Alexander N. Sørnes <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&røv 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&røv 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
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* Copyright 1997 Mikolaj Zalewski
|
||||
* Copyright 2010 £ukasz Wojni³owicz
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "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 "&Ponów próbê", 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 "&Spróbuj 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
|
|
@ -1,67 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,51 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,51 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,50 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,48 +0,0 @@
|
|||
/*
|
||||
* 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 "&Zruši<C5A1>", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Preruši<C5A1>", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Skúsi<73> znova", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Ignorova<76>", 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 "Zruši<C5A1>", IDCANCEL, 120, 100, 35, 14
|
||||
END
|
|
@ -1,81 +0,0 @@
|
|||
/*
|
||||
* Copyright 2010 Nenad Vujic
|
||||
* Paul Vriens
|
||||
* Copyright 2010 Đorđe Vasiljević
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "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
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* Copyright 1998 Karl Backström
|
||||
* 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 "&Försök igen", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "For&tsätt", 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älj fönster"
|
||||
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
|
|
@ -1,48 +0,0 @@
|
|||
/*
|
||||
* Copyright 2006 Fatih Aþýcý
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "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 "&Hayýr", 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
|
|
@ -1,49 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -1,43 +0,0 @@
|
|||
/*
|
||||
* 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 ratoûrnaedje des libes programes è walon,
|
||||
* vos poloz scrîre 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
|
|
@ -1,83 +0,0 @@
|
|||
/*
|
||||
* 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
|
|||
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
|
||||
|
||||
/****************************************************************/
|
||||
|
|
73
po/ar.po
73
po/ar.po
|
@ -56,14 +56,15 @@ msgstr "معلومات"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "حسنا"
|
||||
|
||||
|
@ -129,14 +130,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "ألغِ"
|
||||
|
||||
|
@ -273,7 +275,7 @@ msgstr "اختر ال&كل\tCtrl+A"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&مساعدة"
|
||||
|
@ -7000,7 +7002,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7008,7 +7010,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7029,18 +7031,18 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
#, fuzzy
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7534,6 +7536,33 @@ msgstr "ا&نسخ\tCtrl+C"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
#, fuzzy
|
||||
msgid "&More Windows..."
|
||||
|
|
75
po/bg.po
75
po/bg.po
|
@ -59,14 +59,15 @@ msgstr "Информация"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -140,14 +141,15 @@ msgstr "Инсталирай"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Отмени"
|
||||
|
||||
|
@ -288,7 +290,7 @@ msgstr "Свойства на %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Потвърди"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Помощ"
|
||||
|
||||
|
@ -7148,18 +7150,17 @@ msgstr "Създай нова папка"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
msgstr "&Да"
|
||||
|
||||
#: shell32.rc:320
|
||||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#, fuzzy
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "Не"
|
||||
msgstr "&Не"
|
||||
|
||||
#: shell32.rc:329
|
||||
msgid "About %s"
|
||||
|
@ -7177,7 +7178,7 @@ msgstr "Running on %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine беше създаден за вас от:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7185,11 +7186,11 @@ msgstr ""
|
|||
"Въведете име на програма, папка, документ или Интернет ресурс и Wine ще го "
|
||||
"отвори за вас."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Избери..."
|
||||
|
@ -7686,6 +7687,30 @@ msgstr "&Затвори\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Още прозорци..."
|
||||
|
|
71
po/ca.po
71
po/ca.po
|
@ -60,14 +60,15 @@ msgstr "Informació de Suport"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "D'acord"
|
||||
|
||||
|
@ -138,14 +139,15 @@ msgstr "&Instal·la"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
|
||||
|
@ -286,7 +288,7 @@ msgstr "Propietats de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Aplica"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
|
@ -7046,7 +7048,7 @@ msgstr "&Fer Una Nova Carpeta"
|
|||
msgid "Message"
|
||||
msgstr "Missatge"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Sí"
|
||||
|
||||
|
@ -7054,7 +7056,7 @@ msgstr "&Sí"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sí a &tots"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&No"
|
||||
|
||||
|
@ -7074,7 +7076,7 @@ msgstr "Executant en %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "El Wine ha estat construit per:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7082,11 +7084,11 @@ msgstr ""
|
|||
"Introdueix el nom d'un programa, carpeta, document, o recurs de web, i el "
|
||||
"Wine el obrirà per vostè."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Navega..."
|
||||
|
@ -7590,6 +7592,31 @@ msgstr "&Tanca\tCtrl-F4"
|
|||
msgid "Nex&t\tCtrl-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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Més finestres..."
|
||||
|
|
76
po/cs.po
76
po/cs.po
|
@ -58,14 +58,15 @@ msgstr "Informace"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -134,14 +135,15 @@ msgstr "Instalovat téma..."
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Storno"
|
||||
|
||||
|
@ -287,7 +289,7 @@ msgstr "Vlastnosti %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Použít"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Nápověda"
|
||||
|
||||
|
@ -7217,18 +7219,17 @@ msgstr "Vytvořit novou složku"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
msgstr "&Ano"
|
||||
|
||||
#: shell32.rc:320
|
||||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#, fuzzy
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "Ne"
|
||||
msgstr "&Ne"
|
||||
|
||||
#: shell32.rc:329
|
||||
msgid "About %s"
|
||||
|
@ -7246,7 +7247,7 @@ msgstr "Running on %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine je dílem:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7254,11 +7255,11 @@ msgstr ""
|
|||
"Zadejte název programu, složky, dokumentu, nebo zdroje v síti Internet a "
|
||||
"Wine jej pro vás otevře."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Procházet"
|
||||
|
@ -7778,6 +7779,31 @@ msgstr "&Zavři\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
#, fuzzy
|
||||
msgid "&More Windows..."
|
||||
|
|
70
po/da.po
70
po/da.po
|
@ -60,14 +60,15 @@ msgstr "Support Information"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -137,14 +138,15 @@ msgstr "&Installer"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Annuller"
|
||||
|
||||
|
@ -289,7 +291,7 @@ msgstr "Egenskaper for %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Anvend"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Hjælp"
|
||||
|
||||
|
@ -7226,7 +7228,7 @@ msgstr "&Lav ny folder"
|
|||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -7234,7 +7236,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja to &alt"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Nej"
|
||||
|
||||
|
@ -7254,7 +7256,7 @@ msgstr "Kører på %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine havde ikke været mulig uden hjælp fra disse personer:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7262,11 +7264,11 @@ msgstr ""
|
|||
"Skriv navnet på et program, en mappe, et dokument eller Internet ressource, "
|
||||
"og Wine åbner det for dig."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Gennemse"
|
||||
|
@ -7804,6 +7806,30 @@ msgstr "&Luk\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Flere vinduer..."
|
||||
|
|
70
po/de.po
70
po/de.po
|
@ -60,14 +60,15 @@ msgstr "Support Information"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -139,14 +140,15 @@ msgstr "&Installieren"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
|
@ -285,7 +287,7 @@ msgstr "Eigenschaften für %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Anwenden"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "&Hilfe"
|
||||
|
||||
|
@ -7038,7 +7040,7 @@ msgstr "&Neues Verzeichnis erstellen"
|
|||
msgid "Message"
|
||||
msgstr "Meldung"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -7046,7 +7048,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja zu &allen"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Nein"
|
||||
|
||||
|
@ -7066,7 +7068,7 @@ msgstr "Wine Version %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine wurde für Sie gekeltert von:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7074,11 +7076,11 @@ msgstr ""
|
|||
"Geben sie den Namen eines Programmes, eines Ordners, eines Dokumentes oder "
|
||||
"einer Internet-Ressource ein, die geöffnet werden soll"
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Durchsuchen"
|
||||
|
@ -7589,6 +7591,30 @@ msgstr "&Schließen\tStrg-F4"
|
|||
msgid "Nex&t\tCtrl-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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Mehr Fenster..."
|
||||
|
|
71
po/el.po
71
po/el.po
|
@ -55,14 +55,15 @@ msgstr ""
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -129,14 +130,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Άκυρο"
|
||||
|
||||
|
@ -274,7 +276,7 @@ msgstr "Ιδιότητες για %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Εφαρμογή"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Βοήθεια"
|
||||
|
||||
|
@ -7031,7 +7033,7 @@ msgstr "Δημιουργία νέου καταλόγου"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7039,7 +7041,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
#, fuzzy
|
||||
msgid "&No"
|
||||
msgstr "όχι"
|
||||
|
@ -7060,17 +7062,17 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7558,6 +7560,31 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
|
70
po/en.po
70
po/en.po
|
@ -55,14 +55,15 @@ msgstr "Support Information"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -125,14 +126,15 @@ msgstr "&Install"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
|
@ -269,7 +271,7 @@ msgstr "Properties for %s"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Help"
|
||||
|
||||
|
@ -6923,7 +6925,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6931,7 +6933,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6951,17 +6953,17 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Browse..."
|
||||
|
@ -7448,6 +7450,30 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&More Windows..."
|
||||
|
|
70
po/en_US.po
70
po/en_US.po
|
@ -60,14 +60,15 @@ msgstr "Support Information"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -137,14 +138,15 @@ msgstr "&Install"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
|
@ -285,7 +287,7 @@ msgstr "Properties for %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Apply"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Help"
|
||||
|
||||
|
@ -7031,7 +7033,7 @@ msgstr "&Make New Folder"
|
|||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Yes"
|
||||
|
||||
|
@ -7039,7 +7041,7 @@ msgstr "&Yes"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Yes to &all"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&No"
|
||||
|
||||
|
@ -7059,7 +7061,7 @@ msgstr "Running on %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine was brought to you by:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7067,11 +7069,11 @@ msgstr ""
|
|||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Browse..."
|
||||
|
@ -7574,6 +7576,30 @@ msgstr "&Close\tCtrl-F4"
|
|||
msgid "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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&More Windows..."
|
||||
|
|
70
po/eo.po
70
po/eo.po
|
@ -59,14 +59,15 @@ msgstr "Informo pri"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Bone"
|
||||
|
||||
|
@ -135,14 +136,15 @@ msgstr "&Notu..."
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Rezigni"
|
||||
|
||||
|
@ -283,7 +285,7 @@ msgstr "Ecoj laý %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Apliku"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Helpo"
|
||||
|
||||
|
@ -7150,7 +7152,7 @@ msgstr "Kreu Novan Dosieujon"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Jes"
|
||||
|
||||
|
@ -7158,7 +7160,7 @@ msgstr "&Jes"
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -7178,7 +7180,7 @@ msgstr "Running on %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine estas disponebla dank'al:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7186,11 +7188,11 @@ msgstr ""
|
|||
"Skribu nomon de programo, de dosierujo, de documento aý de Interreta fonto, "
|
||||
"kaj Wine malfermos øin."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "Foliu..."
|
||||
|
@ -7690,6 +7692,30 @@ msgstr "&Fermu\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Pli Fenestroj..."
|
||||
|
|
70
po/es.po
70
po/es.po
|
@ -60,14 +60,15 @@ msgstr "Información de Soporte"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Aceptar"
|
||||
|
||||
|
@ -139,14 +140,15 @@ msgstr "&Instalar"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
|
@ -286,7 +288,7 @@ msgstr "Propiedades de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Aplicar"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Ayuda"
|
||||
|
||||
|
@ -7395,7 +7397,7 @@ msgstr "&Hacer nueva carpeta"
|
|||
msgid "Message"
|
||||
msgstr "Mensaje"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Sí"
|
||||
|
||||
|
@ -7403,7 +7405,7 @@ msgstr "&Sí"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sí a &todo"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&No"
|
||||
|
||||
|
@ -7423,7 +7425,7 @@ msgstr "Ejecutándose en %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine le ha sido proporcionado por:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7431,11 +7433,11 @@ msgstr ""
|
|||
"Introduzca el nombre de un programa, carpeta, documento o recurso de "
|
||||
"Internet; y Wine lo abrirá para usted."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Examinar"
|
||||
|
@ -7947,6 +7949,30 @@ msgstr "&Cerrar\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Más ventanas..."
|
||||
|
|
73
po/fa.po
73
po/fa.po
|
@ -56,14 +56,15 @@ msgstr "اطلاعات"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "قبول"
|
||||
|
||||
|
@ -129,14 +130,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "انصراف"
|
||||
|
||||
|
@ -273,7 +275,7 @@ msgstr "انتخاب &همه\tCtrl+A"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&کمک"
|
||||
|
@ -7000,7 +7002,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7008,7 +7010,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7029,18 +7031,18 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
#, fuzzy
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7534,6 +7536,33 @@ msgstr "&نسخهبرداری\tCtrl+C"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
#, fuzzy
|
||||
msgid "&More Windows..."
|
||||
|
|
73
po/fi.po
73
po/fi.po
|
@ -62,14 +62,15 @@ msgstr ""
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -142,14 +143,15 @@ msgstr "Asenna &teema..."
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Peruuta"
|
||||
|
||||
|
@ -295,10 +297,9 @@ msgstr "Ominaisuudet"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#, fuzzy
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "&Apua"
|
||||
msgstr "Ohje"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
|
@ -7267,7 +7268,7 @@ msgstr "&Luo uusi kansio"
|
|||
msgid "Message"
|
||||
msgstr "Viesti"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Kyllä"
|
||||
|
||||
|
@ -7275,7 +7276,7 @@ msgstr "&Kyllä"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Kyllä k&aikkiin"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Ei"
|
||||
|
||||
|
@ -7295,17 +7296,17 @@ msgstr "Käytössä on versio %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Winen ovat tehneet:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr "Anna ohjelma, dokumentti tai Internet-osoite, niin Wine avaa sen."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Selaa..."
|
||||
|
@ -7807,6 +7808,30 @@ msgstr "&Sulje\tAlt+F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Lisää ikkunoita..."
|
||||
|
|
70
po/fr.po
70
po/fr.po
|
@ -60,14 +60,15 @@ msgstr "Informations de support"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -139,14 +140,15 @@ msgstr "&Installer"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
|
@ -288,7 +290,7 @@ msgstr "Propriétés de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Appliquer"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Aide"
|
||||
|
||||
|
@ -7060,7 +7062,7 @@ msgstr "&Nouveau dossier"
|
|||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Oui"
|
||||
|
||||
|
@ -7068,7 +7070,7 @@ msgstr "&Oui"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Oui pour &tous"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Non"
|
||||
|
||||
|
@ -7088,7 +7090,7 @@ msgstr "Exécuté avec %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine est une réalisation de :"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7096,11 +7098,11 @@ msgstr ""
|
|||
"Entrez le nom d'un programme, d'un dossier, d'un document ou d'une ressource "
|
||||
"Internet, et Wine l'ouvrira pour vous."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Parcourir..."
|
||||
|
@ -7609,6 +7611,30 @@ msgstr "&Fermer\tCtrl-F4"
|
|||
msgid "Nex&t\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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Plus de fenêtres..."
|
||||
|
|
70
po/he.po
70
po/he.po
|
@ -61,14 +61,15 @@ msgstr "פרטי תמיכה"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "אישור"
|
||||
|
||||
|
@ -137,14 +138,15 @@ msgstr "ה&תקנה"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "ביטול"
|
||||
|
||||
|
@ -282,7 +284,7 @@ msgstr "מאפיינים עבור %s"
|
|||
msgid "&Apply"
|
||||
msgstr "ה&חלה"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "עזרה"
|
||||
|
||||
|
@ -7249,7 +7251,7 @@ msgstr "י&צירת תיקייה חדשה"
|
|||
msgid "Message"
|
||||
msgstr "הודעה"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&כן"
|
||||
|
||||
|
@ -7257,7 +7259,7 @@ msgstr "&כן"
|
|||
msgid "Yes to &all"
|
||||
msgstr "כ&ן להכול"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&לא"
|
||||
|
||||
|
@ -7277,7 +7279,7 @@ msgstr "פועל על גבי %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine מוגשת לך על ידי:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7285,11 +7287,11 @@ msgstr ""
|
|||
"נא להזין את שם התכנית, התיקייה, המסמך או משאב האינטרנט ו־Wine תפתח אותם "
|
||||
"עבורך."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&עיון"
|
||||
|
@ -7795,6 +7797,30 @@ msgstr "&סגירה\tCtrl-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "חלונות &נוספים..."
|
||||
|
|
71
po/hi.po
71
po/hi.po
|
@ -55,14 +55,15 @@ msgstr ""
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
|
@ -126,14 +127,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -270,7 +272,7 @@ msgstr "सूचना (&o)"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6916,7 +6918,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6924,7 +6926,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6945,17 +6947,17 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7429,6 +7431,31 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
|
70
po/hu.po
70
po/hu.po
|
@ -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
|
||||
#: 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
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -139,14 +140,15 @@ msgstr "&Telepítés"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Mégse"
|
||||
|
||||
|
@ -292,7 +294,7 @@ msgstr "Tulajdonságok: %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Alkalmazás"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Súgó"
|
||||
|
||||
|
@ -7409,7 +7411,7 @@ msgstr "&Új mappa létrehozása"
|
|||
msgid "Message"
|
||||
msgstr "Üzenet"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Igen"
|
||||
|
||||
|
@ -7417,7 +7419,7 @@ msgstr "&Igen"
|
|||
msgid "Yes to &all"
|
||||
msgstr "&Összesre igen"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Nem"
|
||||
|
||||
|
@ -7437,7 +7439,7 @@ msgstr "Ezen fut: %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "A Wine-t készítették:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7445,11 +7447,11 @@ msgstr ""
|
|||
"Írjon be programot, mappát, dokumentumot, Internetes erőforrást és a Wine "
|
||||
"megnyitja Önnek."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Tallózás..."
|
||||
|
@ -7970,6 +7972,30 @@ msgstr "&Bezárás\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&További ablakok..."
|
||||
|
|
70
po/it.po
70
po/it.po
|
@ -60,14 +60,15 @@ msgstr "Informazioni di supporto"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Ok"
|
||||
|
||||
|
@ -139,14 +140,15 @@ msgstr "&Installa"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
|
@ -287,7 +289,7 @@ msgstr "Proprietà di %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Applica"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Aiuto"
|
||||
|
||||
|
@ -7042,7 +7044,7 @@ msgstr "&Nuova cartella"
|
|||
msgid "Message"
|
||||
msgstr "Messaggio"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Sì"
|
||||
|
||||
|
@ -7050,7 +7052,7 @@ msgstr "&Sì"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sì a &tutti"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&No"
|
||||
|
||||
|
@ -7070,7 +7072,7 @@ msgstr "In esecuzione su %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine è disponibile grazie a:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7078,11 +7080,11 @@ msgstr ""
|
|||
"Digitare il nome del programma, della cartella, del documento o della "
|
||||
"risorsa internet, e Wine la aprirà."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Naviga"
|
||||
|
@ -7585,6 +7587,30 @@ msgstr "&Chiudi\tCtrl-F4"
|
|||
msgid "Nex&t\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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Più finestre..."
|
||||
|
|
70
po/ja.po
70
po/ja.po
|
@ -60,14 +60,15 @@ msgstr "サポート情報"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -137,14 +138,15 @@ msgstr "インストール(&I)"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "キャンセル"
|
||||
|
||||
|
@ -285,7 +287,7 @@ msgstr "Properties for %s"
|
|||
msgid "&Apply"
|
||||
msgstr "適用(&A)"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "ヘルプ"
|
||||
|
||||
|
@ -7031,7 +7033,7 @@ msgstr "新しいフォルダの作成(&M)"
|
|||
msgid "Message"
|
||||
msgstr "メッセージ"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "はい(&Y)"
|
||||
|
||||
|
@ -7039,7 +7041,7 @@ msgstr "はい(&Y)"
|
|||
msgid "Yes to &all"
|
||||
msgstr "すべてはい(&A)"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "いいえ(&N)"
|
||||
|
||||
|
@ -7059,7 +7061,7 @@ msgstr "Running on %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine was brought to you by:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7067,11 +7069,11 @@ msgstr ""
|
|||
"実行するプログラムまたは、開くフォルダ名や ドキュメント名、 インターネット リ"
|
||||
"ソース名を入力してください。"
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "参照(&B)..."
|
||||
|
@ -7572,6 +7574,30 @@ msgstr "閉じる(&C)\tCtrl-F4"
|
|||
msgid "Nex&t\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
|
||||
msgid "&More Windows..."
|
||||
msgstr "ウィンドウの一覧(&M)..."
|
||||
|
|
70
po/ko.po
70
po/ko.po
|
@ -59,14 +59,15 @@ msgstr "지원 정보"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "확인"
|
||||
|
||||
|
@ -137,14 +138,15 @@ msgstr "설치(&I)"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "취소"
|
||||
|
||||
|
@ -285,7 +287,7 @@ msgstr "%s 속성"
|
|||
msgid "&Apply"
|
||||
msgstr "적용(&A)"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "도움말"
|
||||
|
||||
|
@ -7022,7 +7024,7 @@ msgstr "새 폴더 만들기(&M)"
|
|||
msgid "Message"
|
||||
msgstr "메시지"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "예(&Y)"
|
||||
|
||||
|
@ -7030,7 +7032,7 @@ msgstr "예(&Y)"
|
|||
msgid "Yes to &all"
|
||||
msgstr "모두 예(&A)"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "아니오(&N)"
|
||||
|
||||
|
@ -7050,18 +7052,18 @@ msgstr "%s 실행중"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine 에 도움주신 분:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
"풀그림,폴더,문서나 인터넷 자원, 그리고 Wine이 열 것의 이름을 적어주세요."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "찾기(&B)"
|
||||
|
@ -7559,6 +7561,30 @@ msgstr "닫기(&C)\tCtrl-F4"
|
|||
msgid "Nex&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
|
||||
msgid "&More Windows..."
|
||||
msgstr "더 많은 창들(&M)..."
|
||||
|
|
70
po/lt.po
70
po/lt.po
|
@ -62,14 +62,15 @@ msgstr "Priežiūros informacija"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Gerai"
|
||||
|
||||
|
@ -138,14 +139,15 @@ msgstr "&Įdiegti"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Atsisakyti"
|
||||
|
||||
|
@ -286,7 +288,7 @@ msgstr "%s savybės"
|
|||
msgid "&Apply"
|
||||
msgstr "&Vykdyti"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Žinynas"
|
||||
|
||||
|
@ -7038,7 +7040,7 @@ msgstr "&Kurti naują aplanką"
|
|||
msgid "Message"
|
||||
msgstr "Pranešimas"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Taip"
|
||||
|
||||
|
@ -7046,7 +7048,7 @@ msgstr "&Taip"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Taip &visiems"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -7066,7 +7068,7 @@ msgstr "Paleista su %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Prie Wine kūrimo prisidėjo:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7074,11 +7076,11 @@ msgstr ""
|
|||
"Įrašykite programos pavadinimą, aplanką, dokumentą ar interneto resursą ir "
|
||||
"Wine jums jį atvers."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Parinkti"
|
||||
|
@ -7582,6 +7584,30 @@ msgstr "&Užverti\tVald-F4"
|
|||
msgid "Nex&t\tCtrl-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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Daugiau langų..."
|
||||
|
|
71
po/ml.po
71
po/ml.po
|
@ -55,14 +55,15 @@ msgstr ""
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
|
@ -126,14 +127,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -270,7 +272,7 @@ msgstr "വി_വരം"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6916,7 +6918,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6924,7 +6926,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6945,17 +6947,17 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7429,6 +7431,31 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
|
70
po/nb_NO.po
70
po/nb_NO.po
|
@ -59,14 +59,15 @@ msgstr "Støtteinformasjon"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -136,14 +137,15 @@ msgstr "&Installer"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
|
@ -281,7 +283,7 @@ msgstr "Egenskaper for %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Bruk"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Hjelp"
|
||||
|
||||
|
@ -7298,7 +7300,7 @@ msgstr "Ny &mappe"
|
|||
msgid "Message"
|
||||
msgstr "Meldings"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -7306,7 +7308,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja til &alt"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Nei"
|
||||
|
||||
|
@ -7326,7 +7328,7 @@ msgstr "Kjører på %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine er laget av"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7334,11 +7336,11 @@ msgstr ""
|
|||
"Skriv inn navnet på programmet, mappen, dokumentet, eller Internett-"
|
||||
"ressursen du ønsker å åpne."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Bla"
|
||||
|
@ -7863,6 +7865,30 @@ msgstr "&Lukk\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Mer Windows..."
|
||||
|
|
70
po/nl.po
70
po/nl.po
|
@ -60,14 +60,15 @@ msgstr "Support Informatie"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -139,14 +140,15 @@ msgstr "&Installeren"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
|
@ -288,7 +290,7 @@ msgstr "Eigenschappen voor %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Toepassen"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Help"
|
||||
|
||||
|
@ -7156,7 +7158,7 @@ msgstr "Nieuwe &map maken"
|
|||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -7164,7 +7166,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja op &alles"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Nee"
|
||||
|
||||
|
@ -7184,7 +7186,7 @@ msgstr "Draait op %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine is geschreven door:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7192,11 +7194,11 @@ msgstr ""
|
|||
"Geef de naam van een programma, map, document, of Internet-adres op. Wine "
|
||||
"zal het vervolgens openen."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Bladeren"
|
||||
|
@ -7702,6 +7704,30 @@ msgstr "&Sluiten\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "Ov&erige vensters..."
|
||||
|
|
71
po/or.po
71
po/or.po
|
@ -55,14 +55,15 @@ msgstr ""
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
|
@ -126,14 +127,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -270,7 +272,7 @@ msgstr "ସୂଚନା (&o)"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6916,7 +6918,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6924,7 +6926,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6945,17 +6947,17 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7429,6 +7431,31 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
|
71
po/pa.po
71
po/pa.po
|
@ -55,14 +55,15 @@ msgstr ""
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
|
@ -126,14 +127,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -270,7 +272,7 @@ msgstr "ਜਾਣਕਾਰੀ(&o)"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6916,7 +6918,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6924,7 +6926,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6945,17 +6947,17 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7429,6 +7431,31 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
|
70
po/pl.po
70
po/pl.po
|
@ -60,14 +60,15 @@ msgstr "Informacje o wsparciu"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -139,14 +140,15 @@ msgstr "&Zainstaluj"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
|
@ -287,7 +289,7 @@ msgstr "Właściwości: %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Zastosuj"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Pomoc"
|
||||
|
||||
|
@ -7057,7 +7059,7 @@ msgstr "&Utwórz nowy folder"
|
|||
msgid "Message"
|
||||
msgstr "Komunikat"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Tak"
|
||||
|
||||
|
@ -7065,7 +7067,7 @@ msgstr "&Tak"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Tak na &wszystkie"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Nie"
|
||||
|
||||
|
@ -7085,18 +7087,18 @@ msgstr "Uruchomiony na %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Możesz korzystać z Wine'a dzięki:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
"Wpisz nazwę programu, katalogu lub dokumentu, a Wine otworzy go dla ciebie."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
msgstr "&Otwórz:"
|
||||
|
||||
#: 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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Przeglądaj"
|
||||
|
@ -7604,6 +7606,30 @@ msgstr "Zam&knij\tCtrl-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr "Nas&tępny\tCtrl-F6"
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "&Zaniechaj"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "&Ponów próbę"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignoruj"
|
||||
|
||||
#: user32.rc:84
|
||||
msgid "&Try Again"
|
||||
msgstr "&Spróbuj ponownie"
|
||||
|
||||
#: user32.rc:85
|
||||
msgid "&Continue"
|
||||
msgstr "&Kontynuuj"
|
||||
|
||||
#: user32.rc:91
|
||||
msgid "Select Window"
|
||||
msgstr "Wybierz okno"
|
||||
|
||||
#: user32.rc:69
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Więcej okien..."
|
||||
|
|
70
po/pt_BR.po
70
po/pt_BR.po
|
@ -60,14 +60,15 @@ msgstr "Informação de Suporte"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -138,14 +139,15 @@ msgstr "&Instalar"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
|
@ -285,7 +287,7 @@ msgstr "Propriedades de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Aplicar"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
|
@ -7294,7 +7296,7 @@ msgstr "&Criar nova pasta"
|
|||
msgid "Message"
|
||||
msgstr "Mensagem"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Sim"
|
||||
|
||||
|
@ -7302,7 +7304,7 @@ msgstr "&Sim"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sim a &todos"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Não"
|
||||
|
||||
|
@ -7322,7 +7324,7 @@ msgstr "Executando em %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine foi disponibilizado por:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7330,11 +7332,11 @@ msgstr ""
|
|||
"Digite o nome do programa, pasta, documento, ou endereço Internet que o Wine "
|
||||
"irá abri-lo."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Procurar"
|
||||
|
@ -7854,6 +7856,30 @@ msgstr "&Fechar\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "&Abortar"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "&Repetir"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorar"
|
||||
|
||||
#: user32.rc:84
|
||||
msgid "&Try Again"
|
||||
msgstr "&Tente Novamente"
|
||||
|
||||
#: user32.rc:85
|
||||
msgid "&Continue"
|
||||
msgstr "&Continuar"
|
||||
|
||||
#: user32.rc:91
|
||||
msgid "Select Window"
|
||||
msgstr "Selecionar Janela"
|
||||
|
||||
#: user32.rc:69
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Mais Janelas..."
|
||||
|
|
70
po/pt_PT.po
70
po/pt_PT.po
|
@ -60,14 +60,15 @@ msgstr "Informação de Suporte"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -138,14 +139,15 @@ msgstr "&Instalar"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
|
@ -290,7 +292,7 @@ msgstr "Propriedades de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Aplicar"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
|
@ -7318,7 +7320,7 @@ msgstr "&Criar nova pasta"
|
|||
msgid "Message"
|
||||
msgstr "Mensagem"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Sim"
|
||||
|
||||
|
@ -7326,7 +7328,7 @@ msgstr "&Sim"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sim a &todos"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Não"
|
||||
|
||||
|
@ -7346,7 +7348,7 @@ msgstr "Executando em %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine disponibilizado por:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7354,11 +7356,11 @@ msgstr ""
|
|||
"Digite o nome do programa, pasta, documento, ou endereço Internet, que o "
|
||||
"Wine irá abrí-lo."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Procurar"
|
||||
|
@ -7876,6 +7878,30 @@ msgstr "&Fechar\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "&Abortar"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "&Repetir"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorar"
|
||||
|
||||
#: user32.rc:84
|
||||
msgid "&Try Again"
|
||||
msgstr "&Tente Novamente"
|
||||
|
||||
#: user32.rc:85
|
||||
msgid "&Continue"
|
||||
msgstr "&Continuar"
|
||||
|
||||
#: user32.rc:91
|
||||
msgid "Select Window"
|
||||
msgstr "Seleccionar Janela"
|
||||
|
||||
#: user32.rc:69
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Mais Janelas..."
|
||||
|
|
71
po/rm.po
71
po/rm.po
|
@ -59,14 +59,15 @@ msgstr "INFUORMAZIUN"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
|
@ -131,14 +132,15 @@ msgstr "&Annotaziun..."
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -275,7 +277,7 @@ msgstr ""
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&Ag<41>d"
|
||||
|
@ -6964,7 +6966,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6972,7 +6974,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6994,18 +6996,18 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
#, fuzzy
|
||||
msgid "&Open:"
|
||||
msgstr "&Rivir"
|
||||
|
||||
#: 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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7485,6 +7487,31 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
#, fuzzy
|
||||
msgid "&Abort"
|
||||
msgstr "I&nfuormaziuns"
|
||||
|
||||
#: 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
|
||||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
|
70
po/ro.po
70
po/ro.po
|
@ -60,14 +60,15 @@ msgstr "Informații de asistență"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -139,14 +140,15 @@ msgstr "&Instalează"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Renunță"
|
||||
|
||||
|
@ -285,7 +287,7 @@ msgstr "Proprietăți pentru %s"
|
|||
msgid "&Apply"
|
||||
msgstr "A&plică"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "&Ajutor"
|
||||
|
||||
|
@ -7551,7 +7553,7 @@ msgstr "&Creează un dosar nou"
|
|||
msgid "Message"
|
||||
msgstr "Mesaj"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Da"
|
||||
|
||||
|
@ -7559,7 +7561,7 @@ msgstr "&Da"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Da la &toate"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Nu"
|
||||
|
||||
|
@ -7579,7 +7581,7 @@ msgstr "Rulând pe %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine a fost vinificat de:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7587,11 +7589,11 @@ msgstr ""
|
|||
"Introduceți numele unui program, dosar, document sau resursă internet și "
|
||||
"Wine îl va deschide."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
msgstr "&Deschide:"
|
||||
|
||||
#: 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
|
||||
msgid "&Browse..."
|
||||
msgstr "Navi&gare"
|
||||
|
@ -8117,6 +8119,30 @@ msgstr "&Închide\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "&Anulează"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "R&eîncearcă"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignoră"
|
||||
|
||||
#: user32.rc:84
|
||||
msgid "&Try Again"
|
||||
msgstr "&Încearcă din nou"
|
||||
|
||||
#: user32.rc:85
|
||||
msgid "&Continue"
|
||||
msgstr "&Continuă"
|
||||
|
||||
#: user32.rc:91
|
||||
msgid "Select Window"
|
||||
msgstr "Selectare fereastră"
|
||||
|
||||
#: user32.rc:69
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Mai multe ferestre..."
|
||||
|
|
70
po/ru.po
70
po/ru.po
|
@ -60,14 +60,15 @@ msgstr "Сведения о поддержке"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "ОК"
|
||||
|
||||
|
@ -140,14 +141,15 @@ msgstr "&Установить"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Отмена"
|
||||
|
||||
|
@ -287,7 +289,7 @@ msgstr "Свойства %s"
|
|||
msgid "&Apply"
|
||||
msgstr "При&менить"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "&Справка"
|
||||
|
||||
|
@ -7039,7 +7041,7 @@ msgstr "Создать &новую папку"
|
|||
msgid "Message"
|
||||
msgstr "Сообщение"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Да"
|
||||
|
||||
|
@ -7047,7 +7049,7 @@ msgstr "&Да"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Да для &всех"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Нет"
|
||||
|
||||
|
@ -7067,7 +7069,7 @@ msgstr "Версия Wine %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Разработчики Wine:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7075,11 +7077,11 @@ msgstr ""
|
|||
"Введите имя программы, папки, документа или ресурс Интернета, и Wine откроет "
|
||||
"их."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Обзор"
|
||||
|
@ -7579,6 +7581,30 @@ msgstr "&Закрыть\tCtrl-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr "С&ледующее\tCtrl-F6"
|
||||
|
||||
#: 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 "Select Window"
|
||||
|
||||
#: user32.rc:69
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Ещё окна..."
|
||||
|
|
70
po/sk.po
70
po/sk.po
|
@ -59,14 +59,15 @@ msgstr "Informácie"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -133,14 +134,15 @@ msgstr "&Skomentovať..."
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušiť"
|
||||
|
||||
|
@ -278,7 +280,7 @@ msgstr "%s - vlastnosti"
|
|||
msgid "&Apply"
|
||||
msgstr "&Použiť"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Pomocník"
|
||||
|
||||
|
@ -7052,7 +7054,7 @@ msgstr "Vytvoriť nový adresár"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "Án&o"
|
||||
|
||||
|
@ -7060,7 +7062,7 @@ msgstr "Án&o"
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Nie"
|
||||
|
||||
|
@ -7080,7 +7082,7 @@ msgstr "Running on %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Víno pre vás pripravili:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7088,11 +7090,11 @@ msgstr ""
|
|||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Browse..."
|
||||
|
@ -7578,6 +7580,30 @@ msgstr "Za&tvoriť\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "&Prerušiť"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "&Skúsiť znova"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorovať"
|
||||
|
||||
#: 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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Viac okien..."
|
||||
|
|
70
po/sl.po
70
po/sl.po
|
@ -60,14 +60,15 @@ msgstr "Informacije"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "V redu"
|
||||
|
||||
|
@ -139,14 +140,15 @@ msgstr "&Namesti"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Prekliči"
|
||||
|
||||
|
@ -288,7 +290,7 @@ msgstr "Lastnosti %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Uporabi"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Pomoč"
|
||||
|
||||
|
@ -7078,7 +7080,7 @@ msgstr "Ustvari &novo mapo"
|
|||
msgid "Message"
|
||||
msgstr "Sporočilo"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Da"
|
||||
|
||||
|
@ -7086,7 +7088,7 @@ msgstr "&Da"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Da za &vse"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -7106,7 +7108,7 @@ msgstr "Različica Wine: %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine smo ustvarili:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7114,11 +7116,11 @@ msgstr ""
|
|||
"Vnesite ime programa, mape, dokumenta ali spletne strani, in Wine ga (jo) bo "
|
||||
"odprl."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
msgstr "&Odpri:"
|
||||
|
||||
#: 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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Brskaj"
|
||||
|
@ -7631,6 +7633,30 @@ msgstr "&Zapri\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "P&rekini"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "P&onovi"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "Pr&ezri"
|
||||
|
||||
#: user32.rc:84
|
||||
msgid "&Try Again"
|
||||
msgstr "Poskusi &znova"
|
||||
|
||||
#: user32.rc:85
|
||||
msgid "&Continue"
|
||||
msgstr "Nada&ljuj"
|
||||
|
||||
#: user32.rc:91
|
||||
msgid "Select Window"
|
||||
msgstr "Izbira okna"
|
||||
|
||||
#: user32.rc:69
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Več oken ..."
|
||||
|
|
|
@ -59,14 +59,15 @@ msgstr "Подршка"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "У реду"
|
||||
|
||||
|
@ -136,14 +137,15 @@ msgstr "&Инсталирај"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
|
@ -286,7 +288,7 @@ msgstr "Својства за %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Примени"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Помоћ"
|
||||
|
||||
|
@ -7300,7 +7302,7 @@ msgstr "&Направи нову фасциклу"
|
|||
msgid "Message"
|
||||
msgstr "Порука"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Да"
|
||||
|
||||
|
@ -7308,7 +7310,7 @@ msgstr "&Да"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Да за &све"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Не"
|
||||
|
||||
|
@ -7328,7 +7330,7 @@ msgstr "Ради на %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine су Вам омогућили:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7336,11 +7338,11 @@ msgstr ""
|
|||
"Унесите назив програма, фасцикле, документа или интернет ресурса, а Wine ће "
|
||||
"га отворити."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Разгледај..."
|
||||
|
@ -7843,6 +7845,30 @@ msgstr "&Затвори\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Више прозора..."
|
||||
|
|
|
@ -59,14 +59,15 @@ msgstr "Podrška"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "U redu"
|
||||
|
||||
|
@ -136,14 +137,15 @@ msgstr "&Instaliraj"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
|
@ -291,7 +293,7 @@ msgstr "Svojstva za %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Primeni"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Pomoć"
|
||||
|
||||
|
@ -7344,7 +7346,7 @@ msgstr "&Napravi novu fasciklu"
|
|||
msgid "Message"
|
||||
msgstr "Poruka"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Da"
|
||||
|
||||
|
@ -7352,7 +7354,7 @@ msgstr "&Da"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Da za &sve"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -7372,7 +7374,7 @@ msgstr "Radi na %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine su Vam omogućili:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7380,11 +7382,11 @@ msgstr ""
|
|||
"Unesite naziv programa, fascikle, dokumenta ili internet resursa, a Wine će "
|
||||
"ga otvoriti."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
msgstr "&Otvori:"
|
||||
|
||||
#: 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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Nađi..."
|
||||
|
@ -7888,6 +7890,30 @@ msgstr "&Zatvori\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "&Prekini"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "Pokušaj &ponovo"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "&Zanemari"
|
||||
|
||||
#: user32.rc:84
|
||||
msgid "&Try Again"
|
||||
msgstr "Pok&ušaj ponovo"
|
||||
|
||||
#: user32.rc:85
|
||||
msgid "&Continue"
|
||||
msgstr "&Nastavi"
|
||||
|
||||
#: user32.rc:91
|
||||
msgid "Select Window"
|
||||
msgstr "Izbor"
|
||||
|
||||
#: user32.rc:69
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Više prozora..."
|
||||
|
|
70
po/sv.po
70
po/sv.po
|
@ -60,14 +60,15 @@ msgstr "Supportinformation"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -137,14 +138,15 @@ msgstr "&Installera"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
|
@ -285,7 +287,7 @@ msgstr "Egenskaper för %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Verkställ"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Hjälp"
|
||||
|
||||
|
@ -7040,7 +7042,7 @@ msgstr "Ny &mapp"
|
|||
msgid "Message"
|
||||
msgstr "Meddelande"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -7048,7 +7050,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja till &allt"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Nej"
|
||||
|
||||
|
@ -7068,7 +7070,7 @@ msgstr "Kör på %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine hade inte varit möjligt utan dessa personer:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7076,11 +7078,11 @@ msgstr ""
|
|||
"Skriv namnet på ett program, en mapp eller ett dokument och Wine kommer att "
|
||||
"öppna det åt dig."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
msgstr "&Öppna:"
|
||||
|
||||
#: 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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Bläddra"
|
||||
|
@ -7594,6 +7596,30 @@ msgstr "A&vsluta\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "&Stoppa"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "&Retry"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorera"
|
||||
|
||||
#: user32.rc:84
|
||||
msgid "&Try Again"
|
||||
msgstr "&Försök igen"
|
||||
|
||||
#: user32.rc:85
|
||||
msgid "&Continue"
|
||||
msgstr "For&tsätt"
|
||||
|
||||
#: user32.rc:91
|
||||
msgid "Select Window"
|
||||
msgstr "Välj fönster"
|
||||
|
||||
#: user32.rc:69
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Fler fönster..."
|
||||
|
|
71
po/te.po
71
po/te.po
|
@ -55,14 +55,15 @@ msgstr ""
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
|
@ -126,14 +127,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -270,7 +272,7 @@ msgstr "సమాచారము (&o)"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6916,7 +6918,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6924,7 +6926,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6945,17 +6947,17 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7429,6 +7431,31 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
|
73
po/th.po
73
po/th.po
|
@ -56,14 +56,15 @@ msgstr "รายละเอียด"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "ตกลง"
|
||||
|
||||
|
@ -130,14 +131,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "ยกเลิก"
|
||||
|
||||
|
@ -273,7 +275,7 @@ msgstr "คุณสมบัติของ %s"
|
|||
msgid "&Apply"
|
||||
msgstr "มีผลทันที"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "ช่วยเหลีอ"
|
||||
|
||||
|
@ -7035,7 +7037,7 @@ msgstr "สร้างไดเรกทอรีใหม่"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7043,7 +7045,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
#, fuzzy
|
||||
msgid "&No"
|
||||
msgstr "ไม่ใช่"
|
||||
|
@ -7065,18 +7067,18 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
#, fuzzy
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7563,6 +7565,33 @@ msgstr "ตัดลอก\tCtrl+C"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
|
70
po/tr.po
70
po/tr.po
|
@ -59,14 +59,15 @@ msgstr "Bilgi"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Tamam"
|
||||
|
||||
|
@ -140,14 +141,15 @@ msgstr "&Kur"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "İptal"
|
||||
|
||||
|
@ -289,7 +291,7 @@ msgstr "%s Özellikleri"
|
|||
msgid "&Apply"
|
||||
msgstr "&Uygula"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "Yardım"
|
||||
|
||||
|
@ -7333,7 +7335,7 @@ msgstr "Yeni Dizin Oluştur"
|
|||
msgid "Message"
|
||||
msgstr "BLK Kullanımı"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Evet"
|
||||
|
||||
|
@ -7341,7 +7343,7 @@ msgstr "&Evet"
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Hayır"
|
||||
|
||||
|
@ -7361,7 +7363,7 @@ msgstr "Running on %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine'ı size sunan geliştiriciler:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7369,11 +7371,11 @@ msgstr ""
|
|||
"Herhangi bir program, dizin, belge veya Internet kaynağı seçin ve Wine sizin "
|
||||
"için açsın."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
msgstr "&Aç:"
|
||||
|
||||
#: 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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Gözat"
|
||||
|
@ -7878,6 +7880,30 @@ msgstr "&Kapat\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "&Vazgeç"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "&Yeniden Dene"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "Y&oksay"
|
||||
|
||||
#: user32.rc:84
|
||||
msgid "&Try Again"
|
||||
msgstr "&Try Again"
|
||||
|
||||
#: user32.rc:85
|
||||
msgid "&Continue"
|
||||
msgstr "&Continue"
|
||||
|
||||
#: user32.rc:91
|
||||
msgid "Select Window"
|
||||
msgstr "Pencere Seç"
|
||||
|
||||
#: user32.rc:69
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Daha Fazla Pencere..."
|
||||
|
|
70
po/uk.po
70
po/uk.po
|
@ -59,14 +59,15 @@ msgstr "Дані підтримки"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
|
@ -136,14 +137,15 @@ msgstr "&Встановити"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
|
@ -282,7 +284,7 @@ msgstr "Властивості для %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Застосувати"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "&Довідка"
|
||||
|
||||
|
@ -7040,7 +7042,7 @@ msgstr "&Зробити нову теку"
|
|||
msgid "Message"
|
||||
msgstr "Повідомлення"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "&Так"
|
||||
|
||||
|
@ -7048,7 +7050,7 @@ msgstr "&Так"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Так для &всіх"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "&Ні"
|
||||
|
||||
|
@ -7068,7 +7070,7 @@ msgstr "Працює на %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Розробники Wine:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7076,11 +7078,11 @@ msgstr ""
|
|||
"Введіть ім'я програми, теки, документу чи ресурс Інтернету, і Wine відкриє "
|
||||
"їх."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Огляд"
|
||||
|
@ -7591,6 +7593,30 @@ msgstr "&Закрити\tCtrl-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr "Нас&тупний\tCtrl-F6"
|
||||
|
||||
#: 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
|
||||
msgid "&More Windows..."
|
||||
msgstr "&Ще вікна..."
|
||||
|
|
78
po/wa.po
78
po/wa.po
|
@ -59,14 +59,15 @@ msgstr "Informåcion"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "I Va"
|
||||
|
||||
|
@ -133,14 +134,15 @@ msgstr "&Sicrîre..."
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Rinoncî"
|
||||
|
||||
|
@ -278,10 +280,9 @@ msgstr "&Propietés"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#, fuzzy
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "&Aide"
|
||||
msgstr "Help"
|
||||
|
||||
#: comctl32.rc:62
|
||||
msgid "Wizard"
|
||||
|
@ -6992,17 +6993,17 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
msgstr "&Oyi"
|
||||
|
||||
#: shell32.rc:320
|
||||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
msgstr "&Neni"
|
||||
|
||||
#: shell32.rc:329
|
||||
msgid "About %s"
|
||||
|
@ -7020,7 +7021,7 @@ msgstr "Running on %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine a estu fwait par:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
@ -7028,11 +7029,11 @@ msgstr ""
|
|||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&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
|
||||
msgid "&Browse..."
|
||||
msgstr "&Browse..."
|
||||
|
@ -7518,6 +7519,31 @@ msgstr "&Cloyu\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:79
|
||||
msgid "&Abort"
|
||||
msgstr "&Rinoncî"
|
||||
|
||||
#: user32.rc:80
|
||||
msgid "&Retry"
|
||||
msgstr "Ri&peter"
|
||||
|
||||
#: user32.rc:81
|
||||
msgid "&Ignore"
|
||||
msgstr "&Passer hute"
|
||||
|
||||
#: user32.rc:84
|
||||
msgid "&Try Again"
|
||||
msgstr "&Try Again"
|
||||
|
||||
#: user32.rc:85
|
||||
msgid "&Continue"
|
||||
msgstr "&Continue"
|
||||
|
||||
#: user32.rc:91
|
||||
#, fuzzy
|
||||
msgid "Select Window"
|
||||
msgstr "Å dfait di &Wine..."
|
||||
|
||||
#: user32.rc:69
|
||||
#, fuzzy
|
||||
msgid "&More Windows..."
|
||||
|
|
70
po/wine.pot
70
po/wine.pot
|
@ -52,14 +52,15 @@ msgstr ""
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
|
@ -122,14 +123,15 @@ msgstr ""
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -264,7 +266,7 @@ msgstr ""
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6885,7 +6887,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6893,7 +6895,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6913,17 +6915,17 @@ msgstr ""
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr ""
|
||||
|
@ -7397,6 +7399,30 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
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
|
||||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
|
70
po/zh_CN.po
70
po/zh_CN.po
|
@ -55,14 +55,15 @@ msgstr "技术支持信息"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "确定"
|
||||
|
||||
|
@ -129,14 +130,15 @@ msgstr "安装(&I)"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
|
@ -272,7 +274,7 @@ msgstr "属性 %s"
|
|||
msgid "&Apply"
|
||||
msgstr "应用(&A)"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "帮助"
|
||||
|
||||
|
@ -7257,7 +7259,7 @@ msgstr "创建新文件夹 (&M)"
|
|||
msgid "Message"
|
||||
msgstr "消息"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "是(&Y)"
|
||||
|
||||
|
@ -7265,7 +7267,7 @@ msgstr "是(&Y)"
|
|||
msgid "Yes to &all"
|
||||
msgstr "全部选是 (&A)"
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "否(&N)"
|
||||
|
||||
|
@ -7285,17 +7287,17 @@ msgstr "运行于 %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine 开发人员:"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr "输入程序,目录,文件或者Internet资源名,Wine将为您打开它。"
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "浏览(&B)..."
|
||||
|
@ -7792,6 +7794,30 @@ msgstr "关闭(&N)\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: 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
|
||||
msgid "&More Windows..."
|
||||
msgstr "更多窗口(&M)..."
|
||||
|
|
70
po/zh_TW.po
70
po/zh_TW.po
|
@ -55,14 +55,15 @@ msgstr "技術支援資訊"
|
|||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
|
||||
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
|
||||
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332
|
||||
#: shell32.rc:351 shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39
|
||||
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
|
||||
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
|
||||
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
|
||||
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216
|
||||
#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157
|
||||
#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
|
||||
#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
|
||||
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "確定"
|
||||
|
||||
|
@ -128,14 +129,15 @@ msgstr "安裝(&I)"
|
|||
#: credui.rc:50 dinput.rc:44 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56
|
||||
#: msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:352
|
||||
#: shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40 notepad.rc:123
|
||||
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
|
||||
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
|
||||
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
|
||||
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
|
||||
#: wineconsole.rc:132 winefile.rc:135 winefile.rc:158 winefile.rc:188
|
||||
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
#: setupapi.rc:57 shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351
|
||||
#: shlwapi.rc:42 user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69
|
||||
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
|
||||
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
|
||||
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
|
||||
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
|
||||
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135
|
||||
#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205
|
||||
#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
|
@ -270,7 +272,7 @@ msgstr "屬性 %s"
|
|||
msgid "&Apply"
|
||||
msgstr "套用(&A)"
|
||||
|
||||
#: comctl32.rc:55 comctl32.rc:69
|
||||
#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
|
||||
msgid "Help"
|
||||
msgstr "幫助"
|
||||
|
||||
|
@ -7274,7 +7276,7 @@ msgstr "建立新資料夾"
|
|||
msgid "Message"
|
||||
msgstr "內存用量"
|
||||
|
||||
#: shell32.rc:319 shlwapi.rc:43
|
||||
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82
|
||||
msgid "&Yes"
|
||||
msgstr "是(&Y)"
|
||||
|
||||
|
@ -7282,7 +7284,7 @@ msgstr "是(&Y)"
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:321 shlwapi.rc:44
|
||||
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83
|
||||
msgid "&No"
|
||||
msgstr "否(&N)"
|
||||
|
||||
|
@ -7302,17 +7304,17 @@ msgstr "運行於 %s"
|
|||
msgid "Wine was brought to you by:"
|
||||
msgstr "Wine 開發人員 :"
|
||||
|
||||
#: shell32.rc:348
|
||||
#: shell32.rc:347
|
||||
msgid ""
|
||||
"Type the name of a program, folder, document, or Internet resource, and Wine "
|
||||
"will open it for you."
|
||||
msgstr "輸入程式,目錄,檔案或者Internet資源名,Wine將為您開啟它。"
|
||||
|
||||
#: shell32.rc:349
|
||||
#: shell32.rc:348
|
||||
msgid "&Open:"
|
||||
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
|
||||
msgid "&Browse..."
|
||||
msgstr "瀏覽(&B)..."
|
||||
|
@ -7829,6 +7831,30 @@ msgstr "關閉(&N)\tAlt-F4"
|
|||
msgid "Nex&t\tCtrl-F6"
|
||||
msgstr ""
|
||||
|
||||
#: 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
|
||||
msgid "&More Windows..."
|
||||
msgstr "更多視窗(&M)..."
|
||||
|
|
Loading…
Reference in New Issue