user32: Convert dialogs to po files.
diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in
index 3607956..d4fe203 100644
--- a/dlls/user32/Makefile.in
+++ b/dlls/user32/Makefile.in
@@ -50,39 +50,7 @@
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 = \
diff --git a/dlls/user32/resources/user32_Bg.rc b/dlls/user32/resources/user32_Bg.rc
deleted file mode 100644
index 68f1721..0000000
--- a/dlls/user32/resources/user32_Bg.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Ca.rc b/dlls/user32/resources/user32_Ca.rc
deleted file mode 100644
index 2561d22..0000000
--- a/dlls/user32/resources/user32_Ca.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Cs.rc b/dlls/user32/resources/user32_Cs.rc
deleted file mode 100644
index 5b23779..0000000
--- a/dlls/user32/resources/user32_Cs.rc
+++ /dev/null
@@ -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øeruit", 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
diff --git a/dlls/user32/resources/user32_Da.rc b/dlls/user32/resources/user32_Da.rc
deleted file mode 100644
index 0a49455..0000000
--- a/dlls/user32/resources/user32_Da.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_De.rc b/dlls/user32/resources/user32_De.rc
deleted file mode 100644
index 4b2ab5a..0000000
--- a/dlls/user32/resources/user32_De.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_En.rc b/dlls/user32/resources/user32_En.rc
deleted file mode 100644
index 5da0679..0000000
--- a/dlls/user32/resources/user32_En.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Eo.rc b/dlls/user32/resources/user32_Eo.rc
deleted file mode 100644
index 5667d6b..0000000
--- a/dlls/user32/resources/user32_Eo.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Es.rc b/dlls/user32/resources/user32_Es.rc
deleted file mode 100644
index bcaef48..0000000
--- a/dlls/user32/resources/user32_Es.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Fi.rc b/dlls/user32/resources/user32_Fi.rc
deleted file mode 100644
index cf2798a..0000000
--- a/dlls/user32/resources/user32_Fi.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Fr.rc b/dlls/user32/resources/user32_Fr.rc
deleted file mode 100644
index 14bf00f..0000000
--- a/dlls/user32/resources/user32_Fr.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_He.rc b/dlls/user32/resources/user32_He.rc
deleted file mode 100644
index e199aca..0000000
--- a/dlls/user32/resources/user32_He.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Hu.rc b/dlls/user32/resources/user32_Hu.rc
deleted file mode 100644
index a29f5f1..0000000
--- a/dlls/user32/resources/user32_Hu.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_It.rc b/dlls/user32/resources/user32_It.rc
deleted file mode 100644
index 6792c27..0000000
--- a/dlls/user32/resources/user32_It.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Ja.rc b/dlls/user32/resources/user32_Ja.rc
deleted file mode 100644
index 3175240..0000000
--- a/dlls/user32/resources/user32_Ja.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Ko.rc b/dlls/user32/resources/user32_Ko.rc
deleted file mode 100644
index e079707..0000000
--- a/dlls/user32/resources/user32_Ko.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Lt.rc b/dlls/user32/resources/user32_Lt.rc
deleted file mode 100644
index d7bdd6d..0000000
--- a/dlls/user32/resources/user32_Lt.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Nl.rc b/dlls/user32/resources/user32_Nl.rc
deleted file mode 100644
index 771fc5c..0000000
--- a/dlls/user32/resources/user32_Nl.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_No.rc b/dlls/user32/resources/user32_No.rc
deleted file mode 100644
index c7c2577..0000000
--- a/dlls/user32/resources/user32_No.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Pl.rc b/dlls/user32/resources/user32_Pl.rc
deleted file mode 100644
index ec4d3e9..0000000
--- a/dlls/user32/resources/user32_Pl.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Pt.rc b/dlls/user32/resources/user32_Pt.rc
deleted file mode 100644
index 43788c8..0000000
--- a/dlls/user32/resources/user32_Pt.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Ro.rc b/dlls/user32/resources/user32_Ro.rc
deleted file mode 100644
index 39f3394..0000000
--- a/dlls/user32/resources/user32_Ro.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Ru.rc b/dlls/user32/resources/user32_Ru.rc
deleted file mode 100644
index ab4f86c..0000000
--- a/dlls/user32/resources/user32_Ru.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Si.rc b/dlls/user32/resources/user32_Si.rc
deleted file mode 100644
index a60390d..0000000
--- a/dlls/user32/resources/user32_Si.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Sk.rc b/dlls/user32/resources/user32_Sk.rc
deleted file mode 100644
index cc09c08..0000000
--- a/dlls/user32/resources/user32_Sk.rc
+++ /dev/null
@@ -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 "&Zrui", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- PUSHBUTTON "&Prerui", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- PUSHBUTTON "&Skúsi znova", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- PUSHBUTTON "&Ignorova", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- PUSHBUTTON "Á&no", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- PUSHBUTTON "Ni&e", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- PUSHBUTTON "&Try Again", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- PUSHBUTTON "&Continue", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- PUSHBUTTON "Help", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
-
-MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Select Window"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
- DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
- PUSHBUTTON "Zrui", IDCANCEL, 120, 100, 35, 14
-END
diff --git a/dlls/user32/resources/user32_Sr.rc b/dlls/user32/resources/user32_Sr.rc
deleted file mode 100644
index 5f373853..0000000
--- a/dlls/user32/resources/user32_Sr.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Sv.rc b/dlls/user32/resources/user32_Sv.rc
deleted file mode 100644
index 91e34fd..0000000
--- a/dlls/user32/resources/user32_Sv.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Tr.rc b/dlls/user32/resources/user32_Tr.rc
deleted file mode 100644
index 54b958c..0000000
--- a/dlls/user32/resources/user32_Tr.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Uk.rc b/dlls/user32/resources/user32_Uk.rc
deleted file mode 100644
index 11584c4..0000000
--- a/dlls/user32/resources/user32_Uk.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Wa.rc b/dlls/user32/resources/user32_Wa.rc
deleted file mode 100644
index e8b70fc..0000000
--- a/dlls/user32/resources/user32_Wa.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/resources/user32_Zh.rc b/dlls/user32/resources/user32_Zh.rc
deleted file mode 100644
index d73e4f4..0000000
--- a/dlls/user32/resources/user32_Zh.rc
+++ /dev/null
@@ -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
diff --git a/dlls/user32/user32.rc b/dlls/user32/user32.rc
index 12aaac1..30ce692 100644
--- a/dlls/user32/user32.rc
+++ b/dlls/user32/user32.rc
@@ -69,6 +69,33 @@
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
/****************************************************************/
diff --git a/po/ar.po b/po/ar.po
index e2a3129..99e9cd0 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -56,14 +56,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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..."
diff --git a/po/bg.po b/po/bg.po
index bc3acb4..33a4a05 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
"Въведете име на програма, папка, документ или Интернет ресурс и 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 @@
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 "&Още прозорци..."
diff --git a/po/ca.po b/po/ca.po
index 8ffde9e..0a04110 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/cs.po b/po/cs.po
index dda9125..cef7a1e 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -58,14 +58,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/da.po b/po/da.po
index 11ff48a..e45716e 100644
--- a/po/da.po
+++ b/po/da.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/de.po b/po/de.po
index 2e3903b..f9accf7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/el.po b/po/el.po
index 8355648..d9c68be 100644
--- a/po/el.po
+++ b/po/el.po
@@ -55,14 +55,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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 ""
diff --git a/po/en.po b/po/en.po
index f0a50e8..56ec436 100644
--- a/po/en.po
+++ b/po/en.po
@@ -55,14 +55,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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..."
diff --git a/po/en_US.po b/po/en_US.po
index 013baf4..415e8c7 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/eo.po b/po/eo.po
index c4caf70..9a963cb 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/es.po b/po/es.po
index f91e988..5cbb55f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/fa.po b/po/fa.po
index 0b82633..2cb3d94 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -56,14 +56,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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..."
diff --git a/po/fi.po b/po/fi.po
index 4f0dbfd..a81cb37 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -62,14 +62,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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..."
diff --git a/po/fr.po b/po/fr.po
index d602756..4a9aefa 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/he.po b/po/he.po
index 5dd08ce..6e302ed 100644
--- a/po/he.po
+++ b/po/he.po
@@ -61,14 +61,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"נא להזין את שם התכנית, התיקייה, המסמך או משאב האינטרנט ו־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 @@
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 "חלונות &נוספים..."
diff --git a/po/hi.po b/po/hi.po
index 2faf302..6969ac3 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -55,14 +55,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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 ""
diff --git a/po/hu.po b/po/hu.po
index 1ffb2bc..93a8216 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"Í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 @@
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..."
diff --git a/po/it.po b/po/it.po
index 6a54dbc..b1ecf24 100644
--- a/po/it.po
+++ b/po/it.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/ja.po b/po/ja.po
index a39e66c..b9dd537 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"実行するプログラムまたは、開くフォルダ名や ドキュメント名、 インターネット リ"
"ソース名を入力してください。"
-#: 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 @@
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)..."
diff --git a/po/ko.po b/po/ko.po
index 55110f8..e1d9cf2 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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)..."
diff --git a/po/lt.po b/po/lt.po
index c103662..82443c1 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -62,14 +62,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"Į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 @@
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ų..."
diff --git a/po/ml.po b/po/ml.po
index 67b29cf..ecca207 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -55,14 +55,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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 ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 6821d8f..e5237ac 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/nl.po b/po/nl.po
index 8383b4b..06b18d4 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/or.po b/po/or.po
index 819bf17..28475bb 100644
--- a/po/or.po
+++ b/po/or.po
@@ -55,14 +55,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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 ""
diff --git a/po/pa.po b/po/pa.po
index 1b5351f..2af986b 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -55,14 +55,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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 ""
diff --git a/po/pl.po b/po/pl.po
index 18b0082..494beff 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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..."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 51e3b0d..cf69e5a 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 020232f..cbea3e1 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/rm.po b/po/rm.po
index ae48536..043b4fa 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
msgid "&Apply"
msgstr ""
-#: comctl32.rc:55 comctl32.rc:69
+#: comctl32.rc:55 comctl32.rc:69 user32.rc:86
#, fuzzy
msgid "Help"
msgstr "&Ag�d"
@@ -6964,7 +6966,7 @@
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 @@
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 @@
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 @@
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 ""
diff --git a/po/ro.po b/po/ro.po
index 229e37e..d9a83c0 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/ru.po b/po/ru.po
index ed56fb9..f432f23 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"Введите имя программы, папки, документа или ресурс Интернета, и 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 @@
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 "&Ещё окна..."
diff --git a/po/sk.po b/po/sk.po
index e17111f..83b728e 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/sl.po b/po/sl.po
index 75cbed9..617dbb7 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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 ..."
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index d478282..efc7e8f 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"Унесите назив програма, фасцикле, документа или интернет ресурса, а 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 @@
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 "&Више прозора..."
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 962b87c..3a890f5 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/sv.po b/po/sv.po
index 40d8a7e..6370233 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -60,14 +60,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/te.po b/po/te.po
index b576db6..36e98c1 100644
--- a/po/te.po
+++ b/po/te.po
@@ -55,14 +55,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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 ""
diff --git a/po/th.po b/po/th.po
index e4ba92c..4e4ccf8 100644
--- a/po/th.po
+++ b/po/th.po
@@ -56,14 +56,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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 ""
diff --git a/po/tr.po b/po/tr.po
index 617faa6..e340252 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/uk.po b/po/uk.po
index 39d73d2..cd6fef8 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
"Введіть ім'я програми, теки, документу чи ресурс Інтернету, і 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 @@
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 "&Ще вікна..."
diff --git a/po/wa.po b/po/wa.po
index fc91f3c..32d2437 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -59,14 +59,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
"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 @@
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..."
diff --git a/po/wine.pot b/po/wine.pot
index da4fcc5..5771ffa 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -52,14 +52,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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 ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c20c9c2..7df225a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -55,14 +55,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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)..."
diff --git a/po/zh_TW.po b/po/zh_TW.po
index b3d6862..2f9a428 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -55,14 +55,15 @@
#: 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 @@
#: 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 @@
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 @@
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 @@
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 @@
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 @@
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)..."