Commit cdaf3c00 authored by Alexandre Julliard's avatar Alexandre Julliard

browseui: Convert dialogs to po files.

parent 97b7bb2b
...@@ -11,31 +11,7 @@ C_SRCS = \ ...@@ -11,31 +11,7 @@ C_SRCS = \
IDL_R_SRCS = browseui_classes.idl IDL_R_SRCS = browseui_classes.idl
RC_SRCS = \ RC_SRCS = browseui.rc
browseui.rc \
rsrc_Da.rc \
rsrc_De.rc \
rsrc_En.rc \
rsrc_Es.rc \
rsrc_Fr.rc \
rsrc_He.rc \
rsrc_Hu.rc \
rsrc_It.rc \
rsrc_Ja.rc \
rsrc_Ko.rc \
rsrc_Lt.rc \
rsrc_Nl.rc \
rsrc_No.rc \
rsrc_Pl.rc \
rsrc_Pt.rc \
rsrc_Ro.rc \
rsrc_Ru.rc \
rsrc_Si.rc \
rsrc_Sr.rc \
rsrc_Sv.rc \
rsrc_Uk.rc \
rsrc_Zh.rc
PO_SRCS = browseui.rc PO_SRCS = browseui.rc
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
...@@ -25,6 +25,19 @@ STRINGTABLE ...@@ -25,6 +25,19 @@ STRINGTABLE
IDS_CANCELLING "Canceling..." IDS_CANCELLING "Canceling..."
} }
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "Cancel", IDCANCEL, 205, 65, 50, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#define WINE_FILEDESCRIPTION_STR "Wine core dll" #define WINE_FILEDESCRIPTION_STR "Wine core dll"
#define WINE_FILENAME_STR "browseui.dll" #define WINE_FILENAME_STR "browseui.dll"
#define WINE_FILEVERSION 6,0,2900,2180 #define WINE_FILEVERSION 6,0,2900,2180
......
/*
* Copyright 2010 Thomas Larsen
* Paul Vriens
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Annuller", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Mikolaj Zalewski
* 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 "resids.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Abbrechen", IDCANCEL, 205, 65, 45, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Mikolaj Zalewski
*
* 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 "resids.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Cancel", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Luis Carlos Busquets Pérez
*
* 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 "resids.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Cancelar", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Jonathan Ernst
*
* 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 "resids.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Annuler", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Mikolaj Zalewski
* 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 "resids.h"
#pragma code_page(65001)
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&ביטול", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2010 Andras Kovacs
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Mégse", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2010 Luca Bennati
*
* 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 "resids.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Annulla", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2009 Aric Stewart, CodeWeavers
*
* 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 "resids.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "キャンセル(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Mikolaj Zalewski
* 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 "resids.h"
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 9, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "취소(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* 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 "resids.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Atsisakyti", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2008 Frans Kool
*
* 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 "resids.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Annuleren", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Norwegian Bokml language support
*
* Copyright 2007 Alexander N. Srnes <alex@thehandofagony.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 "resids.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Avbryt", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Mikolaj Zalewski
*
* 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 "resids.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Anuluj", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2008 Ricardo Filipe
* Copyright 2010 Gustavo Henrique Milaré
*
* 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 "resids.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Cancelar", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Mikolaj Zalewski
* 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 "resids.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Renunță", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2008 Andrey Esin <andrey@esin.name>
*
* 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 "resids.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Отмена", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 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 "resids.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Prekliči", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Mikolaj Zalewski
* Copyright 2010 Đorđe Vasiljević
* Translated by Rancher
*
* 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 "resids.h"
#pragma code_page(65001)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Откажи", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Otkaži", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Swedish language support
*
* Copyright 2009 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 "resids.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Avbryt", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* Copyright 2007 Mikolaj Zalewski
* 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 "resids.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "&Скасувати", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
/*
* browseui (Simplified and Traditional Chinese Resources)
*
* 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 "resids.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 9, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "取消(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 9, "MS Shell Dlg"
{
CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "取消(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
...@@ -112,6 +112,16 @@ msgstr "" ...@@ -112,6 +112,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "ألغِ"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2307,16 +2317,6 @@ msgstr "ا&فتح...\tCtrl+O" ...@@ -2307,16 +2317,6 @@ msgstr "ا&فتح...\tCtrl+O"
msgid "OK" msgid "OK"
msgstr "حسنا" msgstr "حسنا"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "ألغِ"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -117,6 +117,16 @@ msgstr "" ...@@ -117,6 +117,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Отмени"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Инсталиране..." msgstr "Инсталиране..."
...@@ -2335,16 +2345,6 @@ msgstr "Отвори" ...@@ -2335,16 +2345,6 @@ msgstr "Отвори"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Отмени"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -118,6 +118,16 @@ msgstr "Manejador de fitxer AVI predeterminat de Wine" ...@@ -118,6 +118,16 @@ msgstr "Manejador de fitxer AVI predeterminat de Wine"
msgid "uncompressed" msgid "uncompressed"
msgstr "no comprimit" msgstr "no comprimit"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Cancella"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Cancel·lant..." msgstr "Cancel·lant..."
...@@ -2356,16 +2366,6 @@ msgstr "Obre" ...@@ -2356,16 +2366,6 @@ msgstr "Obre"
msgid "OK" msgid "OK"
msgstr "D'acord" msgstr "D'acord"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Cancella"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -123,6 +123,16 @@ msgstr "Wine AVI-default-filehandler" ...@@ -123,6 +123,16 @@ msgstr "Wine AVI-default-filehandler"
msgid "uncompressed" msgid "uncompressed"
msgstr "nekomprimovaný" msgstr "nekomprimovaný"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2379,16 +2389,6 @@ msgstr "Otevřít" ...@@ -2379,16 +2389,6 @@ msgstr "Otevřít"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -122,6 +122,16 @@ msgstr "Wine AVI-standard-filehandler" ...@@ -122,6 +122,16 @@ msgstr "Wine AVI-standard-filehandler"
msgid "uncompressed" msgid "uncompressed"
msgstr "ukomprimeret" msgstr "ukomprimeret"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Annullering..." msgstr "Annullering..."
...@@ -2395,16 +2405,6 @@ msgstr "Åben" ...@@ -2395,16 +2405,6 @@ msgstr "Åben"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -116,6 +116,16 @@ msgstr "Wine AVI-Standard-Dateibehandlungsroutine" ...@@ -116,6 +116,16 @@ msgstr "Wine AVI-Standard-Dateibehandlungsroutine"
msgid "uncompressed" msgid "uncompressed"
msgstr "Unkomprimiert" msgstr "Unkomprimiert"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Abbrechen..." msgstr "Abbrechen..."
...@@ -2336,16 +2346,6 @@ msgstr "Öffnen:" ...@@ -2336,16 +2346,6 @@ msgstr "Öffnen:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -113,6 +113,16 @@ msgstr "" ...@@ -113,6 +113,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2301,16 +2311,6 @@ msgstr "" ...@@ -2301,16 +2311,6 @@ msgstr ""
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -114,6 +114,16 @@ msgstr "" ...@@ -114,6 +114,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Cancelling..." msgstr "Cancelling..."
...@@ -2273,16 +2283,6 @@ msgstr "Open:" ...@@ -2273,16 +2283,6 @@ msgstr "Open:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -118,6 +118,16 @@ msgstr "Wine AVI-default-filehandler" ...@@ -118,6 +118,16 @@ msgstr "Wine AVI-default-filehandler"
msgid "uncompressed" msgid "uncompressed"
msgstr "uncompressed" msgstr "uncompressed"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Canceling..." msgstr "Canceling..."
...@@ -2337,16 +2347,6 @@ msgstr "Open:" ...@@ -2337,16 +2347,6 @@ msgstr "Open:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -118,6 +118,16 @@ msgstr "" ...@@ -118,6 +118,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2349,16 +2359,6 @@ msgstr "Malfermu" ...@@ -2349,16 +2359,6 @@ msgstr "Malfermu"
msgid "OK" msgid "OK"
msgstr "Bone" msgstr "Bone"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -117,6 +117,16 @@ msgstr "Manejador de archivo AVI por defecto de Wine" ...@@ -117,6 +117,16 @@ msgstr "Manejador de archivo AVI por defecto de Wine"
msgid "uncompressed" msgid "uncompressed"
msgstr "sin compresión" msgstr "sin compresión"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Cancelando..." msgstr "Cancelando..."
...@@ -2383,16 +2393,6 @@ msgstr "Abrir:" ...@@ -2383,16 +2393,6 @@ msgstr "Abrir:"
msgid "OK" msgid "OK"
msgstr "Aceptar" msgstr "Aceptar"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -112,6 +112,16 @@ msgstr "" ...@@ -112,6 +112,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "انصراف"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2307,16 +2317,6 @@ msgstr "&باز‌کردن...\tCtrl+O" ...@@ -2307,16 +2317,6 @@ msgstr "&باز‌کردن...\tCtrl+O"
msgid "OK" msgid "OK"
msgstr "قبول" msgstr "قبول"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "انصراف"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -116,6 +116,16 @@ msgstr "" ...@@ -116,6 +116,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2355,16 +2365,6 @@ msgstr "Avaa" ...@@ -2355,16 +2365,6 @@ msgstr "Avaa"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -119,6 +119,16 @@ msgstr "Gestionnaire de fichiers AVI par défaut de Wine" ...@@ -119,6 +119,16 @@ msgstr "Gestionnaire de fichiers AVI par défaut de Wine"
msgid "uncompressed" msgid "uncompressed"
msgstr "non compressé" msgstr "non compressé"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Annulation..." msgstr "Annulation..."
...@@ -2345,16 +2355,6 @@ msgstr "Ouvrir :" ...@@ -2345,16 +2355,6 @@ msgstr "Ouvrir :"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -117,6 +117,16 @@ msgstr "Wine AVI-default-filehandler" ...@@ -117,6 +117,16 @@ msgstr "Wine AVI-default-filehandler"
msgid "uncompressed" msgid "uncompressed"
msgstr "ללא דחיסה" msgstr "ללא דחיסה"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "ביטול"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "בהליכי ביטול..." msgstr "בהליכי ביטול..."
...@@ -2312,16 +2322,6 @@ msgstr "פתיחה:" ...@@ -2312,16 +2322,6 @@ msgstr "פתיחה:"
msgid "OK" msgid "OK"
msgstr "אישור" msgstr "אישור"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "ביטול"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -112,6 +112,16 @@ msgstr "" ...@@ -112,6 +112,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2281,16 +2291,6 @@ msgstr "" ...@@ -2281,16 +2291,6 @@ msgstr ""
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -123,6 +123,16 @@ msgstr "Wine AVI-alapértelmezett-fájlkezelő" ...@@ -123,6 +123,16 @@ msgstr "Wine AVI-alapértelmezett-fájlkezelő"
msgid "uncompressed" msgid "uncompressed"
msgstr "tömörítetlen" msgstr "tömörítetlen"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Megszakítás..." msgstr "Megszakítás..."
...@@ -2426,16 +2436,6 @@ msgstr "Megnyitás" ...@@ -2426,16 +2436,6 @@ msgstr "Megnyitás"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -118,6 +118,16 @@ msgstr "Gestore predefinito di Wine dei file AVI" ...@@ -118,6 +118,16 @@ msgstr "Gestore predefinito di Wine dei file AVI"
msgid "uncompressed" msgid "uncompressed"
msgstr "Non compresso" msgstr "Non compresso"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Annullando..." msgstr "Annullando..."
...@@ -2346,16 +2356,6 @@ msgstr "Apri:" ...@@ -2346,16 +2356,6 @@ msgstr "Apri:"
msgid "OK" msgid "OK"
msgstr "Ok" msgstr "Ok"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -118,6 +118,16 @@ msgstr "Wine AVI-default-filehandler" ...@@ -118,6 +118,16 @@ msgstr "Wine AVI-default-filehandler"
msgid "uncompressed" msgid "uncompressed"
msgstr "未圧縮" msgstr "未圧縮"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "キャンセル"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "キャンセル…" msgstr "キャンセル…"
...@@ -2337,16 +2347,6 @@ msgstr "URL:" ...@@ -2337,16 +2347,6 @@ msgstr "URL:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "キャンセル"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -118,6 +118,16 @@ msgstr "Wine AVI-기본-파일핸들러" ...@@ -118,6 +118,16 @@ msgstr "Wine AVI-기본-파일핸들러"
msgid "uncompressed" msgid "uncompressed"
msgstr "압축안됨" msgstr "압축안됨"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "취소"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "취소하는 중.." msgstr "취소하는 중.."
...@@ -2336,16 +2346,6 @@ msgstr "열기:" ...@@ -2336,16 +2346,6 @@ msgstr "열기:"
msgid "OK" msgid "OK"
msgstr "확인" msgstr "확인"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "취소"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -120,6 +120,16 @@ msgstr "Wine numatyta-AVI-doroklė" ...@@ -120,6 +120,16 @@ msgstr "Wine numatyta-AVI-doroklė"
msgid "uncompressed" msgid "uncompressed"
msgstr "neglaudintas" msgstr "neglaudintas"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Atsisakoma..." msgstr "Atsisakoma..."
...@@ -2345,16 +2355,6 @@ msgstr "Atverti:" ...@@ -2345,16 +2355,6 @@ msgstr "Atverti:"
msgid "OK" msgid "OK"
msgstr "Gerai" msgstr "Gerai"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -112,6 +112,16 @@ msgstr "" ...@@ -112,6 +112,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2281,16 +2291,6 @@ msgstr "" ...@@ -2281,16 +2291,6 @@ msgstr ""
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -115,6 +115,16 @@ msgstr "Wine standardfilhåndterer for AVI" ...@@ -115,6 +115,16 @@ msgstr "Wine standardfilhåndterer for AVI"
msgid "uncompressed" msgid "uncompressed"
msgstr "ukomprimert" msgstr "ukomprimert"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Avbryter..." msgstr "Avbryter..."
...@@ -2475,16 +2485,6 @@ msgstr "Åpne" ...@@ -2475,16 +2485,6 @@ msgstr "Åpne"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -119,6 +119,16 @@ msgstr "Wine AVI-standaard-bestandskoppeling" ...@@ -119,6 +119,16 @@ msgstr "Wine AVI-standaard-bestandskoppeling"
msgid "uncompressed" msgid "uncompressed"
msgstr "ongecomprimeerd" msgstr "ongecomprimeerd"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Annuleren..." msgstr "Annuleren..."
...@@ -2367,16 +2377,6 @@ msgstr "Open:" ...@@ -2367,16 +2377,6 @@ msgstr "Open:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -112,6 +112,16 @@ msgstr "" ...@@ -112,6 +112,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2281,16 +2291,6 @@ msgstr "" ...@@ -2281,16 +2291,6 @@ msgstr ""
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -112,6 +112,16 @@ msgstr "" ...@@ -112,6 +112,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2281,16 +2291,6 @@ msgstr "" ...@@ -2281,16 +2291,6 @@ msgstr ""
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -118,6 +118,16 @@ msgstr "Wine AVI-domyślna-obsługa-pliku" ...@@ -118,6 +118,16 @@ msgstr "Wine AVI-domyślna-obsługa-pliku"
msgid "uncompressed" msgid "uncompressed"
msgstr "nie skompresowany" msgstr "nie skompresowany"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Trwa anulowanie..." msgstr "Trwa anulowanie..."
...@@ -2347,16 +2357,6 @@ msgstr "Otwórz:" ...@@ -2347,16 +2357,6 @@ msgstr "Otwórz:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -117,6 +117,16 @@ msgstr "Manipulador de AVI padrão do Wine" ...@@ -117,6 +117,16 @@ msgstr "Manipulador de AVI padrão do Wine"
msgid "uncompressed" msgid "uncompressed"
msgstr "sem compressão" msgstr "sem compressão"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Cancelando..." msgstr "Cancelando..."
...@@ -2470,16 +2480,6 @@ msgstr "Abrir:" ...@@ -2470,16 +2480,6 @@ msgstr "Abrir:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -122,6 +122,16 @@ msgstr "Manipulador AVI Wine predefinido" ...@@ -122,6 +122,16 @@ msgstr "Manipulador AVI Wine predefinido"
msgid "uncompressed" msgid "uncompressed"
msgstr "sem compressão" msgstr "sem compressão"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "A cancelar..." msgstr "A cancelar..."
...@@ -2517,16 +2527,6 @@ msgstr "Abrir" ...@@ -2517,16 +2527,6 @@ msgstr "Abrir"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -113,6 +113,16 @@ msgstr "" ...@@ -113,6 +113,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2295,16 +2305,6 @@ msgstr "&Rivir" ...@@ -2295,16 +2305,6 @@ msgstr "&Rivir"
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -116,6 +116,16 @@ msgstr "Tratare implicită Wine pentru AVI" ...@@ -116,6 +116,16 @@ msgstr "Tratare implicită Wine pentru AVI"
msgid "uncompressed" msgid "uncompressed"
msgstr "necomprimat" msgstr "necomprimat"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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ță"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Renunț..." msgstr "Renunț..."
...@@ -2525,16 +2535,6 @@ msgstr "Deschide:" ...@@ -2525,16 +2535,6 @@ msgstr "Deschide:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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ță"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -117,6 +117,16 @@ msgstr "Обработчик по умолчанию avi-файлов в Wine" ...@@ -117,6 +117,16 @@ msgstr "Обработчик по умолчанию avi-файлов в Wine"
msgid "uncompressed" msgid "uncompressed"
msgstr "без сжатия" msgstr "без сжатия"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Отмена"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Отмена..." msgstr "Отмена..."
...@@ -2340,16 +2350,6 @@ msgstr "Открыть:" ...@@ -2340,16 +2350,6 @@ msgstr "Открыть:"
msgid "OK" msgid "OK"
msgstr "ОК" msgstr "ОК"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Отмена"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -115,6 +115,16 @@ msgstr "" ...@@ -115,6 +115,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2302,16 +2312,6 @@ msgstr "&Otvoriť..." ...@@ -2302,16 +2312,6 @@ msgstr "&Otvoriť..."
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -119,6 +119,16 @@ msgstr "Wine privzeti-upravljalnik-AVI-datotek" ...@@ -119,6 +119,16 @@ msgstr "Wine privzeti-upravljalnik-AVI-datotek"
msgid "uncompressed" msgid "uncompressed"
msgstr "nestisnjeno" msgstr "nestisnjeno"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Preklicevanje ..." msgstr "Preklicevanje ..."
...@@ -2361,16 +2371,6 @@ msgstr "Odpri:" ...@@ -2361,16 +2371,6 @@ msgstr "Odpri:"
msgid "OK" msgid "OK"
msgstr "V redu" msgstr "V redu"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -121,6 +121,16 @@ msgstr "Wine AVI-default-filehandler" ...@@ -121,6 +121,16 @@ msgstr "Wine AVI-default-filehandler"
msgid "uncompressed" msgid "uncompressed"
msgstr "несажето" msgstr "несажето"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Откажи"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Отказивање..." msgstr "Отказивање..."
...@@ -2353,16 +2363,6 @@ msgstr "Отвори:" ...@@ -2353,16 +2363,6 @@ msgstr "Отвори:"
msgid "OK" msgid "OK"
msgstr "У реду" msgstr "У реду"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Откажи"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -125,6 +125,16 @@ msgstr "Wine AVI-default-filehandler" ...@@ -125,6 +125,16 @@ msgstr "Wine AVI-default-filehandler"
msgid "uncompressed" msgid "uncompressed"
msgstr "nesažeto" msgstr "nesažeto"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Otkazivanje..." msgstr "Otkazivanje..."
...@@ -2374,16 +2384,6 @@ msgstr "Otvori:" ...@@ -2374,16 +2384,6 @@ msgstr "Otvori:"
msgid "OK" msgid "OK"
msgstr "U redu" msgstr "U redu"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -118,6 +118,16 @@ msgstr "Wine AVI-standardfilhanterare" ...@@ -118,6 +118,16 @@ msgstr "Wine AVI-standardfilhanterare"
msgid "uncompressed" msgid "uncompressed"
msgstr "okomprimerad" msgstr "okomprimerad"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Avbryter..." msgstr "Avbryter..."
...@@ -2358,16 +2368,6 @@ msgstr "Öppna:" ...@@ -2358,16 +2368,6 @@ msgstr "Öppna:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -112,6 +112,16 @@ msgstr "" ...@@ -112,6 +112,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2281,16 +2291,6 @@ msgstr "" ...@@ -2281,16 +2291,6 @@ msgstr ""
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -112,6 +112,16 @@ msgstr "" ...@@ -112,6 +112,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "ยกเลิก"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2302,16 +2312,6 @@ msgstr "เปิด...\tCtrl+O" ...@@ -2302,16 +2312,6 @@ msgstr "เปิด...\tCtrl+O"
msgid "OK" msgid "OK"
msgstr "ตกลง" msgstr "ตกลง"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "ยกเลิก"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -119,6 +119,16 @@ msgstr "Wine AVI-default-filehandler" ...@@ -119,6 +119,16 @@ msgstr "Wine AVI-default-filehandler"
msgid "uncompressed" msgid "uncompressed"
msgstr "sıkıştırılmamış" msgstr "sıkıştırılmamış"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Kuruluyor..." msgstr "Kuruluyor..."
...@@ -2363,16 +2373,6 @@ msgstr "Aç" ...@@ -2363,16 +2373,6 @@ msgstr "Aç"
msgid "OK" msgid "OK"
msgstr "Tamam" msgstr "Tamam"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -116,6 +116,16 @@ msgstr "Wine обробник AVI-файлів за замовчуванням" ...@@ -116,6 +116,16 @@ msgstr "Wine обробник AVI-файлів за замовчуванням"
msgid "uncompressed" msgid "uncompressed"
msgstr "без стиснення" msgstr "без стиснення"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Скасувати"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "Скасування..." msgstr "Скасування..."
...@@ -2348,16 +2358,6 @@ msgstr "Відкрити:" ...@@ -2348,16 +2358,6 @@ msgstr "Відкрити:"
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "Скасувати"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -113,6 +113,16 @@ msgstr "" ...@@ -113,6 +113,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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î"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2295,16 +2305,6 @@ msgstr "&Drovî..." ...@@ -2295,16 +2305,6 @@ msgstr "&Drovî..."
msgid "OK" msgid "OK"
msgstr "I Va" msgstr "I Va"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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î"
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -109,6 +109,16 @@ msgstr "" ...@@ -109,6 +109,16 @@ msgstr ""
msgid "uncompressed" msgid "uncompressed"
msgstr "" msgstr ""
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "" msgstr ""
...@@ -2268,16 +2278,6 @@ msgstr "" ...@@ -2268,16 +2278,6 @@ msgstr ""
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 ""
#: ieframe.rc:67 #: ieframe.rc:67
msgctxt "home page" msgctxt "home page"
msgid "Home" msgid "Home"
......
...@@ -113,6 +113,16 @@ msgstr "Wine AVI-默认处理器" ...@@ -113,6 +113,16 @@ msgstr "Wine AVI-默认处理器"
msgid "uncompressed" msgid "uncompressed"
msgstr "未压缩" msgstr "未压缩"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "取消"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "正在取消..." msgstr "正在取消..."
...@@ -2360,16 +2370,6 @@ msgstr "打开" ...@@ -2360,16 +2370,6 @@ msgstr "打开"
msgid "OK" msgid "OK"
msgstr "确定" msgstr "确定"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "取消"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
...@@ -112,6 +112,16 @@ msgstr "Wine AVI-默認處理器" ...@@ -112,6 +112,16 @@ msgstr "Wine AVI-默認處理器"
msgid "uncompressed" msgid "uncompressed"
msgstr "未壓縮" msgstr "未壓縮"
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123
#: oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140
#: progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245
#: regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311
#: taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "取消"
#: browseui.rc:25 #: browseui.rc:25
msgid "Canceling..." msgid "Canceling..."
msgstr "正在取消..." msgstr "正在取消..."
...@@ -2352,16 +2362,6 @@ msgstr "開啟" ...@@ -2352,16 +2362,6 @@ msgstr "開啟"
msgid "OK" msgid "OK"
msgstr "確定" msgstr "確定"
#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
#: taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217 winecfg.rc:227
#: wineconsole.rc:132 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 "取消"
#: ieframe.rc:67 #: ieframe.rc:67
#, fuzzy #, fuzzy
msgctxt "home page" msgctxt "home page"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment