msacm32: Convert dialogs to po files.

oldstable
Alexandre Julliard 2011-11-24 20:50:11 +01:00
parent 26ac886752
commit 855d32d38a
72 changed files with 1802 additions and 2410 deletions

2
configure vendored
View File

@ -14991,7 +14991,7 @@ wine_fn_config_dll mpr enable_mpr implib,po
wine_fn_config_dll mprapi enable_mprapi implib
wine_fn_config_dll msacm.dll16 enable_win16
wine_fn_config_dll msacm32.drv enable_msacm32_drv
wine_fn_config_dll msacm32 enable_msacm32 implib
wine_fn_config_dll msacm32 enable_msacm32 implib,po
wine_fn_config_test dlls/msacm32/tests msacm32_test
wine_fn_config_dll msadp32.acm enable_msadp32_acm
wine_fn_config_dll mscat32 enable_mscat32

View File

@ -2609,7 +2609,7 @@ WINE_CONFIG_DLL(mpr,,[implib,po])
WINE_CONFIG_DLL(mprapi,,[implib])
WINE_CONFIG_DLL(msacm.dll16,enable_win16)
WINE_CONFIG_DLL(msacm32.drv)
WINE_CONFIG_DLL(msacm32,,[implib])
WINE_CONFIG_DLL(msacm32,,[implib,po])
WINE_CONFIG_TEST(dlls/msacm32/tests)
WINE_CONFIG_DLL(msadp32.acm)
WINE_CONFIG_DLL(mscat32)

View File

@ -11,30 +11,7 @@ C_SRCS = \
pcmconverter.c \
stream.c
RC_SRCS = \
msacm_Cs.rc \
msacm_Da.rc \
msacm_De.rc \
msacm_En.rc \
msacm_Es.rc \
msacm_Fr.rc \
msacm_He.rc \
msacm_Hu.rc \
msacm_It.rc \
msacm_Ja.rc \
msacm_Ko.rc \
msacm_Lt.rc \
msacm_Nl.rc \
msacm_No.rc \
msacm_Pl.rc \
msacm_Pt.rc \
msacm_Ro.rc \
msacm_Ru.rc \
msacm_Si.rc \
msacm_Sr.rc \
msacm_Sv.rc \
msacm_Tr.rc \
msacm_Uk.rc \
msacm_Zh.rc
RC_SRCS = msacm32.rc
PO_SRCS = msacm32.rc
@MAKE_DLL_RULES@

View File

@ -22,7 +22,7 @@
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 118
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Sound Selection"
FONT 8, "MS Shell Dlg"
@ -30,24 +30,24 @@ BEGIN
LTEXT "&Name:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 135, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Save As...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Remove", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
PUSHBUTTON "&Save As...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 150, 14, 70, 14
PUSHBUTTON "&Remove", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 150, 32, 70, 14
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
LTEXT "&Format:", -1, 5, 56, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 54, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Attributes:", -1, 5, 59, 44, 8, NOT WS_GROUP
LTEXT "&Attributes:", -1, 5, 76, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 74, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Cancel", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Help", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
PUSHBUTTON "&Help", IDD_ACMFORMATCHOOSE_BTN_HELP, 5, 100, 50, 14
DEFPUSHBUTTON "OK", IDOK, 115, 100, 50, 14
PUSHBUTTON "Cancel", IDCANCEL, 170, 100, 50, 14
END

View File

@ -1,57 +0,0 @@
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
*
* Copyright 2000 Eric Pouech
*
* Czech resources for MS ACM
* Copyright 2004 David Kredba
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
/* Czech strings in CP1250 */
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Výbìr zvuku"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Název:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Uložit jako", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "Odeb&rat", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Formát:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Atributy:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Storno", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "P&omoc", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,53 +0,0 @@
/*
* Danish resource file for MS ACM
*
* Copyright (C) 2008 Jens Albretsen <jens@albretsen.dk>
*
* 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 "wineacm.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Lyd valg"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Navn:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Gem &som...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "Fje&rn", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Attributter:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Annuller", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Hjælp", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,55 +0,0 @@
/*
* German resource file for MS ACM
*
* Copyright 2004 Henning Gerhardt
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Soundauswahl"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Name:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Speichern &unter...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Entfernen", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Attribute:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Abbrechen", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Hilfe", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,53 +0,0 @@
/*
* Spanish resource file for MS ACM
*
* Copyright 2004 José Manuel Ferrer Ortiz
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Selección de sonido"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Nombre:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Guardar como...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Eliminar", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Formato:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "A&tributos:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "Aceptar", IDOK, 48, 80, 40, 14
PUSHBUTTON "Cancelar", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Ayuda", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,58 +0,0 @@
/*
* French resource file for MS ACM
*
* Copyright 2000 Eric Pouech
* Copyright 2003 Vincent Béron
* Copyright 2009-2010 Frédéric Delanoy
*
* 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 "wineacm.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 250, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Sélection du son"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Nom :", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 15,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Enregistrer sous...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 70, 14
PUSHBUTTON "&Supprimer", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 199, 14, 45, 14
LTEXT "&Format :", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 48, 39, 197, 15,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Attributs :", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 48, 57, 197, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Annuler", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "Aid&e", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,57 +0,0 @@
/*
* Hebrew resource file for MS ACM
*
* Copyright 2000 Eric Pouech
* 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 "wineacm.h"
#pragma code_page(65001)
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL
CAPTION "בחירת צליל"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&שם:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "שמירה &בשם...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "ה&סרה", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&מבנה:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "מ&אפיינים:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "אישור", IDOK, 48, 80, 40, 14
PUSHBUTTON "ביטול", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "ע&זרה", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,53 +0,0 @@
/*
* Hungarian resource file for MS ACM
*
* Copyright 2006 Andras Kovacs
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Hang kiválasztás"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Név:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Mentés másként...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Eltávolítás", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Formátum:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Attribútumok:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Mégse", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Súgó", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,57 +0,0 @@
/*
* Italian resource file for MS ACM
*
* Copyright 2000 Eric Pouech
* Copyright 2003 Ivan Leo Puoti
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Selezione dell'audio"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Nome:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Salva con nome...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Rimuovi", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Formato:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Attributi:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Annulla", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "A&iuto", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,56 +0,0 @@
/*
* Japanese resource file for MS ACM
*
* Copyright 2000 Hajime Segawa
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "サウンドの選択"
FONT 9, "MS Shell Dlg"
BEGIN
LTEXT "名前(&N):", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "名前を付けて保存(&S)...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "削除(&R)", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "フォーマット(&F):", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "属性(&A):", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "キャンセル", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "ヘルプ(&H)", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,55 +0,0 @@
/*
* Korean resource file for MS ACM
*
* Copyright 2005,2007,2010 YunSong Hwang
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "사운드 선택"
FONT 9, "MS Shell Dlg"
BEGIN
LTEXT "이름(&N):", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 97, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "다른 이름 저장(&S)...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 103, 14, 70, 14
PUSHBUTTON "제거(&R)", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "형식(&F):", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "속성(&A):", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "확인", IDOK, 48, 80, 40, 14
PUSHBUTTON "취소", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "도움말(&H)", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,56 +0,0 @@
/*
* Lithuanian resource file for MS ACM
*
* 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 "wineacm.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Garso parinkimas"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Pavadinimas:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 100, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Išsaugoti k&aip...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 110, 14, 60, 14
PUSHBUTTON "Pa&šalinti", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Formatas:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "A&tributai:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "Gerai", IDOK, 48, 80, 40, 14
PUSHBUTTON "Atsisakyti", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Žinynas", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,53 +0,0 @@
/*
* msacm (Dutch resources)
*
* Copyright 2003 Hans Leidekker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Geluidskeuze"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Naam:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Opslaan als...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Verwijderen", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Formaat:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Attributen:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Annuleren", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Help", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,53 +0,0 @@
/*
* Norwegian Bokmål resource file for MS ACM
*
* Copyright 2005 Alexander N. Sørnes <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 "wineacm.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Lydutvalg"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Navn:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Lagre &som...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "Fje&rn", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Attributter:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Avbryt", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Hjelp", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,54 +0,0 @@
/*
* Polish resource file for MS ACM
*
* Copyright 2000 Eric Pouech
* Copyright 2004 Piotr Caban
*
* 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 "wineacm.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 235, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Wybór d¿wiêku"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Nazwa:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Zapisz jako...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 50, 14
PUSHBUTTON "&Usuñ", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 180, 14, 50, 14
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 180, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Atrybuty:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 180, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 53, 80, 40, 14
PUSHBUTTON "Anuluj", IDCANCEL, 97, 80, 40, 14
PUSHBUTTON "&Pomoc", IDD_ACMFORMATCHOOSE_BTN_HELP, 141, 80, 40, 14
END

View File

@ -1,89 +0,0 @@
/*
* Portuguese resource file for MS ACM
*
* Copyright 2003 Marcelo Duarte
* Copyright 2006 Américo José Melo
* 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 "wineacm.h"
#pragma code_page(65001)
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Seleção de som"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Nome:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Salvar como...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Remover", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Formato:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Atributos:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Cancelar", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "Aj&uda", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Selecção de som"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Nome:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Gravar como...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Remover", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Formato:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Atributos:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Cancelar", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "Aj&uda", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,54 +0,0 @@
/*
* Copyright 2000 Eric Pouech
* 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 "wineacm.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Sound Selection"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Nume:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Salvează ca", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Elimină", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Atribute:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Renunță", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Ajutor", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,56 +0,0 @@
/*
* Russian resource file for MS ACM
*
* Copyright 2008 Vitaliy Margolen
*
* 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 "wineacm.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Выбор звука"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Имя:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Сохранить как...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Удалить", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Формат:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Свойства:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Отмена", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Помощь", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,55 +0,0 @@
/*
* Slovenian resource file for MS ACM
*
* 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 "wineacm.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Izbira zvoka"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Ime:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Shrani kot ...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Odstrani", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Lastnosti:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "V redu", IDOK, 48, 80, 40, 14
PUSHBUTTON "Prekliči", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Pomoč", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,88 +0,0 @@
/*
* Serbian resource file for MS ACM
*
* Copyright 2000 Eric Pouech
* Copyright 2010 Đorđe Vasiljević
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
#pragma code_page(65001)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Избор звука"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Назив:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Сачувај као...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Уклони", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Формат:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Особине:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "У реду", IDOK, 48, 80, 40, 14
PUSHBUTTON "Откажи", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Помоћ", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Izbor zvuka"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Naziv:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Sačuvaj kao...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Ukloni", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Osobine:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "U redu", IDOK, 48, 80, 40, 14
PUSHBUTTON "Otkaži", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Pomoć", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,53 +0,0 @@
/*
* Swedish resource file for MS ACM
*
* Copyright 2007 Daniel Nylander
*
* 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 "wineacm.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Ljudval"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Namn:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Spara som...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Ta bort", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Attribut:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Avbryt", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Hjälp", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,53 +0,0 @@
/*
* Turkish resource file for MS ACM
*
* Copyright 2006 Fatih Aþýcý
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Ses Seçimi"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Ad:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Farklý Kaydet...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Kaldýr", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Biçim:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Öznitelikler:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "Tamam", IDOK, 48, 80, 40, 14
PUSHBUTTON "Ýptal", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Yardým", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,56 +0,0 @@
/*
* Ukraianian resource file for MS ACM
*
* Copyright 2007 Artem Reznikov
*
* 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 "wineacm.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Sound Selection"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Ім'я:", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Зберегти &як...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "&Видалити", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "&Формат:", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Властивості:", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
PUSHBUTTON "Скасувати", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "&Довідка", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -1,88 +0,0 @@
/*
* MS ACM (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 "wineacm.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "声音选择"
FONT 9, "MS Shell Dlg"
BEGIN
LTEXT "名称(&N):", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "保存为(&S)...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "删除(&R)", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "格式(&F):", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "属性(&A):", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "确定", IDOK, 48, 80, 40, 14
PUSHBUTTON "取消", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "帮助(&H)", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "聲音選擇"
FONT 9, "MS Shell Dlg"
BEGIN
LTEXT "名稱(&N):", -1, 5, 5, 115, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "儲存為(&S)...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
PUSHBUTTON "刪除(&R)", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
LTEXT "格式(&F):", -1, 5, 41, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "屬性(&A):", -1, 5, 59, 44, 8, NOT WS_GROUP
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "確定", IDOK, 48, 80, 40, 14
PUSHBUTTON "取消", IDCANCEL, 92, 80, 40, 14
PUSHBUTTON "幫助(&H)", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "كل الملفات (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -110,11 +110,11 @@ msgid "Current format:"
msgstr "معلومات"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -122,14 +122,14 @@ msgid "OK"
msgstr "حسنا"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "ألغِ"
@ -2332,10 +2332,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&مساعدة"
@ -5683,6 +5684,28 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
#, fuzzy
msgid "Sound Selection"
msgstr "اختر ال&كل\tCtrl+A"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "احفظ &ك‍..."
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11849,10 +11872,6 @@ msgstr "اختر ال&كل\tCtrl+A"
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -66,7 +66,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "Всички файлове (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "Пре&махни"
@ -115,11 +115,11 @@ msgid "Current format:"
msgstr "&Печат"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -127,14 +127,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "Отмени"
@ -2361,10 +2361,11 @@ msgstr "&Отметки"
msgid "&Add to Favorites..."
msgstr "&Добави към отметките..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Помощ"
@ -5797,6 +5798,31 @@ msgstr "&Save this password (Insecure)"
msgid "Entire Network"
msgstr "Цялата мрежа"
#: msacm32.rc:27
#, fuzzy
msgid "Sound Selection"
msgstr "Потвърдете изтриването на файла"
#: msacm32.rc:31 winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "Име"
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "Съхрани &като..."
#: msacm32.rc:39
#, fuzzy
msgid "&Format:"
msgstr "На&пред"
#: msacm32.rc:44
#, fuzzy
msgid "&Attributes:"
msgstr "Атрибути"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML изобразяването е изключено."
@ -12036,11 +12062,6 @@ msgstr "Маркирай &всичко"
msgid "By File Type"
msgstr "По &тип"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "Име"
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -66,7 +66,7 @@ msgstr "Programas (*.exe)"
msgid "All files (*.*)"
msgstr "Tots els fitxers (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "T&reu"
@ -117,11 +117,11 @@ msgid "Current format:"
msgstr "Informació de Client"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -129,14 +129,14 @@ msgid "OK"
msgstr "D'acord"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2384,10 +2384,11 @@ msgstr "Preferits"
msgid "&Add to Favorites..."
msgstr "Afegeix a Preferits..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "A&juda"
@ -5713,6 +5714,31 @@ msgstr ""
msgid "Entire Network"
msgstr "Tota la Xarxa"
#: msacm32.rc:27
#, fuzzy
msgid "Sound Selection"
msgstr "Confirma eliminació"
#: msacm32.rc:31 winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "&Nom"
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "Anomena i &desa..."
#: msacm32.rc:39
#, fuzzy
msgid "&Format:"
msgstr "F&ormat"
#: msacm32.rc:44
#, fuzzy
msgid "&Attributes:"
msgstr "Atributs"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "Renderització de HTML actualment està deshabilitada."
@ -12501,11 +12527,6 @@ msgstr "Seleccionar Magatzem de Certificats"
msgid "By File Type"
msgstr "Per &Tipus"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "&Nom"
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -72,7 +72,7 @@ msgstr "Programy"
msgid "All files (*.*)"
msgstr "Všechny soubory (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "Odeb&rat DLL náhradu"
@ -120,11 +120,11 @@ msgid "Current format:"
msgstr "Současný formát:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -132,14 +132,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2403,10 +2403,11 @@ msgstr "&Oblíbené"
msgid "&Add to Favorites..."
msgstr "Přid&at k oblíbeným..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Nápověda"
@ -5876,6 +5877,26 @@ msgstr "&Uložit toto heslo (Není bezpečné) ?"
msgid "Entire Network"
msgstr "Celá síť"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Výběr zvuku"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Název:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Uložit jako"
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Formát:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Atributy:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -12488,11 +12509,6 @@ msgstr "Zvolte cíl"
msgid "By File Type"
msgstr "Podle &Typu"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "&Jméno"
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -71,7 +71,7 @@ msgstr ""
"#-#-#-#-# da.po (Wine) #-#-#-#-#\n"
"Alle Filer (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Fjern"
@ -119,11 +119,11 @@ msgid "Current format:"
msgstr "Nuværende format:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -131,14 +131,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2419,10 +2419,11 @@ msgstr "&Favoritter"
msgid "&Add to Favorites..."
msgstr "Tilføj til f&avoritter..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Hjælp"
@ -5839,6 +5840,26 @@ msgstr "Gem dette ko&deord (usikkert)"
msgid "Entire Network"
msgstr "Hele netværket"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Lyd valg"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Navn:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "Gem &som..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attributter:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML optegning er i øjeblikket deaktiveret."
@ -12558,10 +12579,6 @@ msgstr "Vælg destination"
msgid "By File Type"
msgstr "Efter filtype"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Navn:"
#: winefile.rc:146
msgid "File Type"
msgstr "Filtype"

View File

@ -64,7 +64,7 @@ msgstr "Programme (*.exe)"
msgid "All files (*.*)"
msgstr "Alle Dateien (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Entfernen"
@ -113,11 +113,11 @@ msgid "Current format:"
msgstr "Aktuelles Format:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -125,14 +125,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2362,10 +2362,11 @@ msgstr "&Favoriten"
msgid "&Add to Favorites..."
msgstr "Zu den Favoriten &hinzufügen..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Hilfe"
@ -5689,6 +5690,26 @@ msgstr "Dieses Kennwort speichern (unsicher)"
msgid "Entire Network"
msgstr "Gesamtes Netzwerk"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Soundauswahl"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Name:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "Speichern &unter..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attribute:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "Die HTML-Darstellung ist zur Zeit ausgeschaltet."
@ -12386,10 +12407,6 @@ msgstr "Ziel auswählen"
msgid "By File Type"
msgstr "Angaben auswählen"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Name:"
#: winefile.rc:146
msgid "File Type"
msgstr "Dateityp"

View File

@ -63,7 +63,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr ""
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -112,11 +112,11 @@ msgid "Current format:"
msgstr "Εκτύπωση"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -124,14 +124,14 @@ msgid "OK"
msgstr ""
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 ""
@ -2329,10 +2329,11 @@ msgstr "Α&γαπημένα"
msgid "&Add to Favorites..."
msgstr "Α&γαπημένα"
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr ""
@ -5727,6 +5728,27 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "Αποθήκευση ως"
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11841,10 +11863,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -64,7 +64,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr ""
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Remove"
@ -111,11 +111,11 @@ msgid "Current format:"
msgstr "Current format:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -123,14 +123,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2299,10 +2299,11 @@ msgstr "&Favourites"
msgid "&Add to Favorites..."
msgstr "&Add to Favourites..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Help"
@ -5608,6 +5609,26 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Sound Selection"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Name:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Save As..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attributes:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -12037,10 +12058,6 @@ msgstr "Select destination"
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr "&Name:"
#: winefile.rc:146
msgid "File Type"
msgstr "File Type"

View File

@ -66,7 +66,7 @@ msgstr "Programs (*.exe)"
msgid "All files (*.*)"
msgstr "All files (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Remove"
@ -115,11 +115,11 @@ msgid "Current format:"
msgstr "Current format:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -127,14 +127,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2363,10 +2363,11 @@ msgstr "&Favorites"
msgid "&Add to Favorites..."
msgstr "&Add to Favorites..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Help"
@ -5685,6 +5686,26 @@ msgstr "&Save this password (Insecure)"
msgid "Entire Network"
msgstr "Entire Network"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Sound Selection"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Name:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Save As..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attributes:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML rendering is currently disabled."
@ -12281,10 +12302,6 @@ msgstr "Select destination"
msgid "By File Type"
msgstr "By File Type"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Name:"
#: winefile.rc:146
msgid "File Type"
msgstr "File Type"

View File

@ -66,7 +66,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "Tutaj dosieroj (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#, fuzzy
msgid "&Remove"
msgstr "&Notu..."
@ -116,11 +116,11 @@ msgid "Current format:"
msgstr "&Presu"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -128,14 +128,14 @@ msgid "OK"
msgstr "Bone"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2374,10 +2374,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Helpo"
@ -5802,6 +5803,31 @@ msgstr "&Storu pasvorton ( RISKE! )"
msgid "Entire Network"
msgstr "Tuta Reto"
#: msacm32.rc:27
#, fuzzy
msgid "Sound Selection"
msgstr "Konfirmu forigon de dosiero"
#: msacm32.rc:31 winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "Nomo"
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "Konservu &kiel"
#: msacm32.rc:39
#, fuzzy
msgid "&Format:"
msgstr "Normal"
#: msacm32.rc:44
#, fuzzy
msgid "&Attributes:"
msgstr "Atributoj"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -12076,11 +12102,6 @@ msgstr ""
msgid "By File Type"
msgstr "Laý­ &Tipo"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "Nomo"
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -66,7 +66,7 @@ msgstr "Programas (*.exe)"
msgid "All files (*.*)"
msgstr "Todos los archivos (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "E&liminar"
@ -114,11 +114,11 @@ msgid "Current format:"
msgstr "Formato actual:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -126,14 +126,14 @@ msgid "OK"
msgstr "Aceptar"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2408,10 +2408,11 @@ msgstr ""
"#-#-#-#-# es.po (Wine) #-#-#-#-#\n"
"&Añadir a favoritos"
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "A&yuda"
@ -6022,6 +6023,26 @@ msgstr "&Guardar esta contraseña (Inseguro)"
msgid "Entire Network"
msgstr "Toda la red"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Selección de sonido"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Nombre:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Guardar como..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Formato:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "A&tributos:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "El renderizado HTML está actualmente deshabilitado."
@ -12790,10 +12811,6 @@ msgstr "Seleccione destino"
msgid "By File Type"
msgstr "Por tipo de archivo"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Nombre:"
#: winefile.rc:146
msgid "File Type"
msgstr "Tipo de archivo"

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "همه‌ی پرونده‌ها (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -110,11 +110,11 @@ msgid "Current format:"
msgstr "اطلاعات"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -122,14 +122,14 @@ msgid "OK"
msgstr "قبول"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "انصراف"
@ -2332,10 +2332,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&کمک"
@ -5683,6 +5684,28 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
#, fuzzy
msgid "Sound Selection"
msgstr "انتخاب &همه\tCtrl+A"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "ذخیره &به نام..."
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11852,10 +11875,6 @@ msgstr "انتخاب &همه\tCtrl+A"
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -65,7 +65,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "Kaikki tiedostot (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Poista"
@ -119,11 +119,11 @@ msgid "Current format:"
msgstr "Tulosta"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -131,14 +131,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2386,10 +2386,11 @@ msgstr "S&uosikit"
msgid "&Add to Favorites..."
msgstr "Lis&ää Suosikkeihin..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Apua"
@ -5854,6 +5855,31 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
#, fuzzy
msgid "Sound Selection"
msgstr "Vahvista tiedoston tuhoaminen"
#: msacm32.rc:31 winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "Nimi"
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "Talleta &nimellä..."
#: msacm32.rc:39
#, fuzzy
msgid "&Format:"
msgstr "&Eteenpäin"
#: msacm32.rc:44
#, fuzzy
msgid "&Attributes:"
msgstr "Ominaisuudet"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML:n näyttäminen on tällähetkellä poistettu käytöstä."
@ -12197,11 +12223,6 @@ msgstr "&Valitse Kaikki"
msgid "By File Type"
msgstr "&Tyypin mukaan"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "Nimi"
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -67,7 +67,7 @@ msgstr "Programmes (*.exe)"
msgid "All files (*.*)"
msgstr "Tous les fichiers (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Supprimer"
@ -116,11 +116,11 @@ msgid "Current format:"
msgstr "Format actuel :"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -128,14 +128,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2371,10 +2371,11 @@ msgstr "&Favoris"
msgid "&Add to Favorites..."
msgstr "&Ajouter aux favoris..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "Aid&e"
@ -5702,6 +5703,26 @@ msgstr "&Enregistrer ce mot de passe (risqué)"
msgid "Entire Network"
msgstr "Réseau entier"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Sélection du son"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Nom :"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Enregistrer sous..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format :"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attributs :"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "Le rendu HTML est actuellement désactivé."
@ -12429,10 +12450,6 @@ msgstr "Sélectionner la destination"
msgid "By File Type"
msgstr "Par type de fichier"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Nom :"
#: winefile.rc:146
msgid "File Type"
msgstr "Type de fichier "

View File

@ -67,7 +67,7 @@ msgstr "תכניות (*.exe)"
msgid "All files (*.*)"
msgstr "כל הקבצים (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "ה&סרה"
@ -114,11 +114,11 @@ msgid "Current format:"
msgstr "המבנה הנוכחי:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -126,14 +126,14 @@ msgid "OK"
msgstr "אישור"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "ביטול"
@ -2337,10 +2337,11 @@ msgstr "&מועדפים"
msgid "&Add to Favorites..."
msgstr "הו&ספה למועדפים…"
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "ע&זרה"
@ -5905,6 +5906,26 @@ msgstr "&שמירת ססמה זו (לא מאובטח)"
msgid "Entire Network"
msgstr "הרשת כולה"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "בחירת צליל"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&שם:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "שמירה &בשם..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&מבנה:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "מ&אפיינים:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "עיבוד HTML מנוטרל כעת."
@ -12461,10 +12482,6 @@ msgstr "בחירת יעד"
msgid "By File Type"
msgstr "לפי סוג קובץ"
#: winefile.rc:144
msgid "&Name:"
msgstr "&שם:"
#: winefile.rc:146
msgid "File Type"
msgstr "סוג הקובץ"

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr ""
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -110,11 +110,11 @@ msgid "Current format:"
msgstr "फ़ॉन्ट (&F)..."
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -122,14 +122,14 @@ msgid "OK"
msgstr ""
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 ""
@ -2307,10 +2307,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr ""
@ -5621,6 +5622,26 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
msgid "&Save As..."
msgstr ""
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11673,10 +11694,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
msgid "File Type"
msgstr ""

View File

@ -72,7 +72,7 @@ msgstr ""
"#-#-#-#-# hu.po (Wine) #-#-#-#-#\n"
"Összes fájl (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "E&ltávolítás"
@ -120,11 +120,11 @@ msgid "Current format:"
msgstr "Jelenlegi formátum:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -132,14 +132,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2449,10 +2449,11 @@ msgstr "Ked&vencek"
msgid "&Add to Favorites..."
msgstr "Hozzá&adás a kedvencekhez..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Súgó"
@ -6053,6 +6054,26 @@ msgstr "&Jelszó mentése (nem biztonságos)"
msgid "Entire Network"
msgstr "Teljes hálózat"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Hang kiválasztás"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Név:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Mentés másként..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Formátum:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attribútumok:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "A HTML renderelés jelenleg le van tiltva."
@ -12425,11 +12446,6 @@ msgstr "Tanusítvány beszerzés"
msgid "By File Type"
msgstr "&Típus szerint"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "&Név"
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -66,7 +66,7 @@ msgstr "Programmi (*.exe)"
msgid "All files (*.*)"
msgstr "Tutti i file (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Rimuovi..."
@ -115,11 +115,11 @@ msgid "Current format:"
msgstr "Formato attuale:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -127,14 +127,14 @@ msgid "OK"
msgstr "Ok"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2368,10 +2368,11 @@ msgstr "&Preferiti"
msgid "&Add to Favorites..."
msgstr "&Aggiungi ai Preferiti..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Aiuto"
@ -5693,6 +5694,26 @@ msgstr "&Memorizza la password (non sicuro)"
msgid "Entire Network"
msgstr "Tutta la rete"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Selezione dell'audio"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Nome:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Salva con nome..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Formato:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attributi:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "Il rendering HTML è attualmente disattivato."
@ -12364,10 +12385,6 @@ msgstr "Seleziona destinazione"
msgid "By File Type"
msgstr "Per tipo di file"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Nome:"
#: winefile.rc:146
msgid "File Type"
msgstr "Tipo di file"

View File

@ -66,7 +66,7 @@ msgstr "プログラム(*.exe)"
msgid "All files (*.*)"
msgstr "すべてのファイル (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "削除(&R)"
@ -115,11 +115,11 @@ msgid "Current format:"
msgstr "現在のフォーマット:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -127,14 +127,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "キャンセル"
@ -2363,10 +2363,11 @@ msgstr "お気に入り(&F)"
msgid "&Add to Favorites..."
msgstr "お気に入りに追加(&A)..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "ヘルプ(&H)"
@ -5686,6 +5687,26 @@ msgstr "パスワードを保存する(&S)(セキュアではありません)"
msgid "Entire Network"
msgstr "ネットワーク全体"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "サウンドの選択"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Name:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "名前を付けて保存(&S)..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "フォーマット(&F):"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "属性(&A):"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML レンダリングは現在、無効です。"
@ -12316,10 +12337,6 @@ msgstr "移動先を選択"
msgid "By File Type"
msgstr "By File Type"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Name:"
#: winefile.rc:146
msgid "File Type"
msgstr "File Type"

View File

@ -66,7 +66,7 @@ msgstr "프로그램 (*.exe)"
msgid "All files (*.*)"
msgstr "모든 파일 (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "제거(&R)"
@ -115,11 +115,11 @@ msgid "Current format:"
msgstr "현재 형식:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -127,14 +127,14 @@ msgid "OK"
msgstr "확인"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "취소"
@ -2362,10 +2362,11 @@ msgstr "즐겨찾기(&F)"
msgid "&Add to Favorites..."
msgstr "즐겨찾기 추가(&A)..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "도움말(&H)"
@ -5682,6 +5683,26 @@ msgstr "암호 저장(&S) (보안에 주의)"
msgid "Entire Network"
msgstr "전체 네트워크"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "사운드 선택"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "이름(&N):"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "다른 이름 저장(&S)..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "형식(&F):"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "속성(&A):"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML 렌더링은 현재 가능하지 않음."
@ -12247,10 +12268,6 @@ msgstr "목적지 선택"
msgid "By File Type"
msgstr "파일 타입으로"
#: winefile.rc:144
msgid "&Name:"
msgstr "이름(&N):"
#: winefile.rc:146
msgid "File Type"
msgstr "파일 타입"

View File

@ -68,7 +68,7 @@ msgstr "Programos (*.exe)"
msgid "All files (*.*)"
msgstr "Visi failai (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "Pa&šalinti"
@ -117,11 +117,11 @@ msgid "Current format:"
msgstr "Dabartinis formatas:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -129,14 +129,14 @@ msgid "OK"
msgstr "Gerai"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2371,10 +2371,11 @@ msgstr "&Adresynas"
msgid "&Add to Favorites..."
msgstr "Į&rašyti į adresyną..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Žinynas"
@ -5697,6 +5698,26 @@ msgstr "Į&rašyti šį slaptažodį (nesaugu)"
msgid "Entire Network"
msgstr "Visas tinklas"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Garso parinkimas"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Vardas:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "Išsaugoti k&aip..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Formatas:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "A&tributai:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML atvaizdavimas yra išjungtas."
@ -12322,10 +12343,6 @@ msgstr "Išrinkite paskirtį"
msgid "By File Type"
msgstr "Pagal failo tipą"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Vardas:"
#: winefile.rc:146
msgid "File Type"
msgstr "Failų tipai"

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr ""
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -110,11 +110,11 @@ msgid "Current format:"
msgstr "_അക്ഷരസഞ്ചയ..."
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -122,14 +122,14 @@ msgid "OK"
msgstr ""
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 ""
@ -2307,10 +2307,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr ""
@ -5621,6 +5622,26 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
msgid "&Save As..."
msgstr ""
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11673,10 +11694,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
msgid "File Type"
msgstr ""

View File

@ -64,7 +64,7 @@ msgstr "Programmer (*.exe)"
msgid "All files (*.*)"
msgstr "Alle filer (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Fjern"
@ -112,11 +112,11 @@ msgid "Current format:"
msgstr "Gjeldende format:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -124,14 +124,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2498,10 +2498,11 @@ msgstr "&Favoritter"
msgid "&Add to Favorites..."
msgstr "Legg til i f&avoritter..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Hjelp"
@ -5918,6 +5919,26 @@ msgstr "Lagre dette pa&ssordet (usikkert)"
msgid "Entire Network"
msgstr "Hele nettverket"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Lydutvalg"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Navn:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "Lagre &som..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attributter:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML-tegning er for øyeblikket deaktivert."
@ -12600,10 +12621,6 @@ msgstr "Velg plasserings"
msgid "By File Type"
msgstr "Etter filtype"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Navn:"
#: winefile.rc:146
msgid "File Type"
msgstr "Filtype"

View File

@ -66,7 +66,7 @@ msgstr "Programma's (*.exe)"
msgid "All files (*.*)"
msgstr "Alle bestanden (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Verwijderen"
@ -116,11 +116,11 @@ msgid "Current format:"
msgstr "Huidig formaat:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -128,14 +128,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2392,10 +2392,11 @@ msgstr "&Favorieten"
msgid "&Add to Favorites..."
msgstr "&Toevoegen aan favorieten..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Help"
@ -5798,6 +5799,26 @@ msgstr "&Sla dit wachtwoord op (Onveilig)"
msgid "Entire Network"
msgstr "Gehele netwerk"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Geluidskeuze"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Naam:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Opslaan als..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Formaat:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attributen:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "De HTML weergave is op dit moment uitgeschakeld."
@ -12471,10 +12492,6 @@ msgstr "Selecteer bestemming"
msgid "By File Type"
msgstr "Per Bestandstype"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Naam:"
#: winefile.rc:146
msgid "File Type"
msgstr "Bestandstype"

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr ""
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -110,11 +110,11 @@ msgid "Current format:"
msgstr "ଅକ୍ଷରରୂପ (&F)..."
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -122,14 +122,14 @@ msgid "OK"
msgstr ""
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 ""
@ -2307,10 +2307,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr ""
@ -5621,6 +5622,26 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
msgid "&Save As..."
msgstr ""
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11673,10 +11694,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
msgid "File Type"
msgstr ""

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr ""
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -110,11 +110,11 @@ msgid "Current format:"
msgstr "ਫੌਂਟ(&F)..."
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -122,14 +122,14 @@ msgid "OK"
msgstr ""
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 ""
@ -2307,10 +2307,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr ""
@ -5621,6 +5622,26 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
msgid "&Save As..."
msgstr ""
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11673,10 +11694,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
msgid "File Type"
msgstr ""

View File

@ -66,7 +66,7 @@ msgstr "Programy (*.exe)"
msgid "All files (*.*)"
msgstr "Wszystkie pliki (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Usuń..."
@ -115,11 +115,11 @@ msgid "Current format:"
msgstr "Wybrany format:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -127,14 +127,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2373,10 +2373,11 @@ msgstr "&Ulubione"
msgid "&Add to Favorites..."
msgstr "&Dodaj do ulubionych..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "Pomo&c"
@ -5700,6 +5701,26 @@ msgstr "&Zapisz to hasło (niebezpieczne)"
msgid "Entire Network"
msgstr "Cała sieć"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Wybór dżwięku"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Nazwa:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Zapisz jako..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Atrybuty:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "Wyświetlanie HTML jest aktualnie wyłączone."
@ -12342,10 +12363,6 @@ msgstr "Wybór celu"
msgid "By File Type"
msgstr "Według typu pliku"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Nazwa:"
#: winefile.rc:146
msgid "File Type"
msgstr "Wyświetl pliki typu"

View File

@ -66,7 +66,7 @@ msgstr "Programas (*.exe)"
msgid "All files (*.*)"
msgstr "Todos os arquivos (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Remover"
@ -114,11 +114,11 @@ msgid "Current format:"
msgstr "Formato atual:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -126,14 +126,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2495,10 +2495,11 @@ msgstr "&Favoritos"
msgid "&Add to Favorites..."
msgstr "&Adicionar aos Favoritos..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Ajuda"
@ -5905,6 +5906,26 @@ msgstr "&Salvar esta senha (Inseguro)"
msgid "Entire Network"
msgstr "Toda a rede"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Seleção de som"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Nome:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Salvar como..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Formato:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Atributos:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "A interpretação de HTML está desativada."
@ -12681,10 +12702,6 @@ msgstr "Selecionar destino"
msgid "By File Type"
msgstr "Por tipo de arquivo"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Nome:"
#: winefile.rc:146
msgid "File Type"
msgstr "Tipo de arquivo"

View File

@ -71,7 +71,7 @@ msgstr ""
"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
"Todos os ficheiros (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Remover"
@ -119,11 +119,11 @@ msgid "Current format:"
msgstr "Formato actual:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -131,14 +131,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2540,10 +2540,11 @@ msgstr "&Favoritos"
msgid "&Add to Favorites..."
msgstr "Adicionar aos &Favoritos..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Ajuda"
@ -5960,6 +5961,26 @@ msgstr "&Gravar esta senha (Inseguro)"
msgid "Entire Network"
msgstr "Toda a rede"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Selecção de som"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Nome:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Gravar como..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Formato:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Atributos:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "A interpretação de HTML está desactivada."
@ -12702,10 +12723,6 @@ msgstr "Seleccionar destino"
msgid "By File Type"
msgstr "Por tipo de ficheiro"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Nome:"
#: winefile.rc:146
msgid "File Type"
msgstr "Tipo de ficheiro"

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "Tuot las datotecas (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#, fuzzy
msgid "&Remove"
msgstr "&Annotaziun..."
@ -112,11 +112,11 @@ msgid "Current format:"
msgstr "INFUORMAZIUN"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -124,14 +124,14 @@ msgid "OK"
msgstr ""
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 ""
@ -2321,10 +2321,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Ag<41>d"
@ -5655,6 +5656,27 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "&Options"
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11751,10 +11773,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -65,7 +65,7 @@ msgstr "Programe (*.exe)"
msgid "All files (*.*)"
msgstr "Toate fișierele (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Elimină"
@ -113,11 +113,11 @@ msgid "Current format:"
msgstr "Formatul curent:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -125,14 +125,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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ță"
@ -2549,10 +2549,11 @@ msgstr "Favor&ite"
msgid "&Add to Favorites..."
msgstr "Adaugă la &favorite..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Ajutor"
@ -6173,6 +6174,26 @@ msgstr "&Salvează această parolă (nesigur)"
msgid "Entire Network"
msgstr "Toată rețeaua"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Sound Selection"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Nume:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Salvează ca"
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Atribute:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "Afișarea de pagini HTML este în prezent dezactivată."
@ -12926,10 +12947,6 @@ msgstr "Selectare destinație"
msgid "By File Type"
msgstr "După tipul de fișier"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Nume:"
#: winefile.rc:146
msgid "File Type"
msgstr "Tip fișier"

View File

@ -65,7 +65,7 @@ msgstr "Программы (*.exe)"
msgid "All files (*.*)"
msgstr "Все файлы (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Удалить"
@ -114,11 +114,11 @@ msgid "Current format:"
msgstr "Текущий формат:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -126,14 +126,14 @@ msgid "OK"
msgstr "ОК"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "Отмена"
@ -2366,10 +2366,11 @@ msgstr "&Избранное"
msgid "&Add to Favorites..."
msgstr "&Добавить в избранное"
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Справка"
@ -5691,6 +5692,26 @@ msgstr "&Сохранить этот пароль (небезопасно!)"
msgid "Entire Network"
msgstr "Вся сеть"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Выбор звука"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Имя:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Сохранить как..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Формат:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Свойства:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "В настоящее время отображение HTML выключено."
@ -12323,10 +12344,6 @@ msgstr "Выберите путь назначения"
msgid "By File Type"
msgstr "По типу файлов"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Имя:"
#: winefile.rc:146
msgid "File Type"
msgstr "Тип файла"

View File

@ -63,7 +63,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "Všetky súbory (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#, fuzzy
msgid "&Remove"
msgstr "&Skomentovať..."
@ -113,11 +113,11 @@ msgid "Current format:"
msgstr "&Tlačiť"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -125,14 +125,14 @@ msgid "OK"
msgstr ""
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 ""
@ -2328,10 +2328,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Pomoc"
@ -5718,6 +5719,28 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "Uložiť ako"
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
#, fuzzy
msgid "&Attributes:"
msgstr "Atribúty"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11895,10 +11918,6 @@ msgstr ""
msgid "By File Type"
msgstr "Typ"
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -66,7 +66,7 @@ msgstr "Programi (*.exe)"
msgid "All files (*.*)"
msgstr "Vse datoteke (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Odstrani"
@ -116,11 +116,11 @@ msgid "Current format:"
msgstr "Trenutna oblika zapisa:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -128,14 +128,14 @@ msgid "OK"
msgstr "V redu"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2386,10 +2386,11 @@ msgstr "&Priljubljene"
msgid "&Add to Favorites..."
msgstr "&Dodaj med priljubljene ..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "Pomo&č"
@ -5722,6 +5723,26 @@ msgstr "&Shrani geslo (nezaščiteno)"
msgid "Entire Network"
msgstr "Celotno omrežje"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Izbira zvoka"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Ime:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Shrani kot ..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Lastnosti:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "Izrisovanje HTML je trenutno onemogočeno."
@ -12370,10 +12391,6 @@ msgstr "Izbira ciljne poti"
msgid "By File Type"
msgstr "Glede na vrsto datoteke"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Ime:"
#: winefile.rc:146
msgid "File Type"
msgstr "Vrsta datoteke"

View File

@ -69,10 +69,9 @@ msgstr "Извршне датотеке (*.exe)"
msgid "All files (*.*)"
msgstr "Све датотеке (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#, fuzzy
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Уклони..."
msgstr "&Уклони"
#: appwiz.rc:43
#, fuzzy
@ -118,11 +117,11 @@ msgid "Current format:"
msgstr "Текући формат:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -130,14 +129,14 @@ msgid "OK"
msgstr "У реду"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "Откажи"
@ -2378,10 +2377,11 @@ msgstr "&Омиљено"
msgid "&Add to Favorites..."
msgstr "&Додај у омиљене..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Помоћ"
@ -5934,6 +5934,26 @@ msgstr "&Сачувај ову лозинку (несигурно)"
msgid "Entire Network"
msgstr "Цела мрежа"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Избор звука"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Назив:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Сачувај као..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Формат:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Особине:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML исцртавање је онемогућено."
@ -12324,15 +12344,6 @@ msgstr "Изабери &све"
msgid "By File Type"
msgstr "По &врсти"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr ""
"#-#-#-#-# sr_RS@cyrillic.po (Wine) #-#-#-#-#\n"
"Име\n"
"#-#-#-#-# sr_RS@cyrillic.po (Wine) #-#-#-#-#\n"
"Назив"
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -74,7 +74,7 @@ msgstr ""
"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n"
"Svi fajlovi (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Ukloni"
@ -122,11 +122,11 @@ msgid "Current format:"
msgstr "Tekući format:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -134,14 +134,14 @@ msgid "OK"
msgstr "U redu"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2399,10 +2399,11 @@ msgstr "&Omiljeno"
msgid "&Add to Favorites..."
msgstr "&Dodaj u omiljene..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Pomoć"
@ -5970,6 +5971,26 @@ msgstr "&Sačuvaj ovu lozinku (nesigurno)"
msgid "Entire Network"
msgstr "Cela mreža"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Izbor zvuka"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Naziv:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Sačuvaj kao..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Osobine:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML iscrtavanje je onemogućeno."
@ -12390,15 +12411,6 @@ msgstr "Izaberi &sve"
msgid "By File Type"
msgstr "Po &vrsti"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr ""
"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n"
"Ime\n"
"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n"
"Naziv"
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -66,7 +66,7 @@ msgstr "Program (*.exe)"
msgid "All files (*.*)"
msgstr "Alla filer (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "Ta &bort"
@ -115,11 +115,11 @@ msgid "Current format:"
msgstr "Aktuellt format:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -127,14 +127,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2383,10 +2383,11 @@ msgstr "&Favoriter"
msgid "&Add to Favorites..."
msgstr "&Lägg till i favoriter..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Hjälp"
@ -5700,6 +5701,26 @@ msgstr "&Spara detta lösenord (osäkert)"
msgid "Entire Network"
msgstr "Hela nätverket"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Ljudval"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Namn:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Spara som..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Format:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Attribut:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML-visning är inte aktiverad."
@ -12300,10 +12321,6 @@ msgstr "Välj mål"
msgid "By File Type"
msgstr "Efter filtyp"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Namn:"
#: winefile.rc:146
msgid "File Type"
msgstr "Filtyp"

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr ""
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -110,11 +110,11 @@ msgid "Current format:"
msgstr "ఫాంట్... (&F)"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -122,14 +122,14 @@ msgid "OK"
msgstr ""
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 ""
@ -2307,10 +2307,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr ""
@ -5621,6 +5622,26 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
msgid "&Save As..."
msgstr ""
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11673,10 +11694,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
msgid "File Type"
msgstr ""

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "ทุกแฟ้ม (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -110,11 +110,11 @@ msgid "Current format:"
msgstr "พิมพ์\tCtrl+P"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -122,14 +122,14 @@ msgid "OK"
msgstr "ตกลง"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "ยกเลิก"
@ -2328,10 +2328,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "ช่วยเหลีอ"
@ -5724,6 +5725,28 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
#, fuzzy
msgid "Sound Selection"
msgstr "กําลังจะลบ; "
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "บันทืกเป็น..."
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11874,10 +11897,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -68,7 +68,7 @@ msgstr "Programlar"
msgid "All files (*.*)"
msgstr "Tüm dosyalar (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Sil"
@ -116,11 +116,11 @@ msgid "Current format:"
msgstr "Geçerli biçim:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -128,14 +128,14 @@ msgid "OK"
msgstr "Tamam"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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"
@ -2387,10 +2387,11 @@ msgstr "&Sık Kullanılanlar"
msgid "&Add to Favorites..."
msgstr "Sık Kullanılanlara Ekle..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Yardım"
@ -5961,6 +5962,26 @@ msgstr "Bu parolayı &sakla (Güvensiz)"
msgid "Entire Network"
msgstr "Tüm Ağ"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Ses Seçimi"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Ad:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "&Farklı Kaydet..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Biçim:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Öznitelikler:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML motoru şu an devre dışı."
@ -12578,10 +12599,6 @@ msgstr "Hedefi seç"
msgid "By File Type"
msgstr "Dosya Türüne Göre"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Ad:"
#: winefile.rc:146
msgid "File Type"
msgstr "Dosya Türü"

View File

@ -64,7 +64,7 @@ msgstr "Програми (*.exe)"
msgid "All files (*.*)"
msgstr "Всі файли (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "&Видалити"
@ -113,11 +113,11 @@ msgid "Current format:"
msgstr "Поточний формат:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -125,14 +125,14 @@ msgid "OK"
msgstr "OK"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "Скасувати"
@ -2374,10 +2374,11 @@ msgstr "&Обране"
msgid "&Add to Favorites..."
msgstr "&Додати до Обраного..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Довідка"
@ -5687,6 +5688,26 @@ msgstr "&Зберегти цей пароль (небезпечно)"
msgid "Entire Network"
msgstr "Вся Мережа"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "Sound Selection"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "&Ім'я:"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "Зберегти &як..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "&Формат:"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "&Властивості:"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "В даний момент відображення HTML вимкнено."
@ -12283,10 +12304,6 @@ msgstr "Виберіть шлях призначення"
msgid "By File Type"
msgstr "За типом файлів"
#: winefile.rc:144
msgid "&Name:"
msgstr "&Ім'я:"
#: winefile.rc:146
msgid "File Type"
msgstr "Тип файлу"

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "Tos les fitchîs (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#, fuzzy
msgid "&Remove"
msgstr "&Sicrîre..."
@ -112,11 +112,11 @@ msgid "Current format:"
msgstr "&Rexhe"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -124,14 +124,14 @@ msgid "OK"
msgstr "I Va"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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î"
@ -2322,10 +2322,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "&Aide"
@ -5669,6 +5670,27 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
#, fuzzy
msgid "&Save As..."
msgstr "Schaper èt r&lomer..."
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11826,10 +11848,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -59,7 +59,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr ""
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr ""
@ -106,11 +106,11 @@ msgid "Current format:"
msgstr ""
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -118,14 +118,14 @@ msgid "OK"
msgstr ""
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 ""
@ -2294,10 +2294,11 @@ msgstr ""
msgid "&Add to Favorites..."
msgstr ""
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr ""
@ -5603,6 +5604,26 @@ msgstr ""
msgid "Entire Network"
msgstr ""
#: msacm32.rc:27
msgid "Sound Selection"
msgstr ""
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr ""
#: msacm32.rc:36
msgid "&Save As..."
msgstr ""
#: msacm32.rc:39
msgid "&Format:"
msgstr ""
#: msacm32.rc:44
msgid "&Attributes:"
msgstr ""
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr ""
@ -11630,10 +11651,6 @@ msgstr ""
msgid "By File Type"
msgstr ""
#: winefile.rc:144
msgid "&Name:"
msgstr ""
#: winefile.rc:146
msgid "File Type"
msgstr ""

View File

@ -62,7 +62,7 @@ msgstr "程序 (*.exe)"
msgid "All files (*.*)"
msgstr "所有文件 (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "删除(&R)"
@ -110,11 +110,11 @@ msgid "Current format:"
msgstr "当前格式:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -122,14 +122,14 @@ msgid "OK"
msgstr "确定"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "取消"
@ -2383,10 +2383,11 @@ msgstr "收藏夹(&F)"
msgid "&Add to Favorites..."
msgstr "添加到收藏夹(&A)..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "帮助(&H)"
@ -5914,6 +5915,26 @@ msgstr "保存密码(不安全)(&S)"
msgid "Entire Network"
msgstr "整个网络"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "声音选择"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "名称(&N):"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "保存为(&S)..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "格式(&F):"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "属性(&A):"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML 功能目前已被停用."
@ -12179,11 +12200,6 @@ msgstr "选中信息(&I)"
msgid "By File Type"
msgstr "按类型 (&T)"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "文件名称(&N)"
#: winefile.rc:146
#, fuzzy
msgid "File Type"

View File

@ -62,7 +62,7 @@ msgstr ""
msgid "All files (*.*)"
msgstr "所有檔案 (*.*)"
#: appwiz.rc:42 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
#: appwiz.rc:42 msacm32.rc:37 winecfg.rc:202 winecfg.rc:239 wordpad.rc:245
msgid "&Remove"
msgstr "刪除(&R)"
@ -109,11 +109,11 @@ msgid "Current format:"
msgstr "當前格式:"
#: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54
#: mpr.rc:46 shlwapi.rc:41 winspool.rc:39 net.rc:44 notepad.rc:122
#: oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139
#: progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244
#: regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310
#: taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 winspool.rc:39 net.rc:44
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
@ -121,14 +121,14 @@ msgid "OK"
msgstr "確定"
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78
#: localui.rc:42 localui.rc:55 mpr.rc:47 shlwapi.rc:42 winspool.rc:40
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42
#: winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 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 "取消"
@ -2376,10 +2376,11 @@ msgstr "我的最愛(&F)"
msgid "&Add to Favorites..."
msgstr "添加到我的最愛(&A)..."
#: ieframe.rc:55 shell32.rc:125 clock.rc:41 notepad.rc:57 notepad.rc:124
#: oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123 progman.rc:141
#: progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216 regedit.rc:76
#: taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53 wordpad.rc:91
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
#: wordpad.rc:91
msgid "&Help"
msgstr "幫助(&H)"
@ -5902,6 +5903,26 @@ msgstr "儲存密碼(不安全)(&S)"
msgid "Entire Network"
msgstr "整個網路"
#: msacm32.rc:27
msgid "Sound Selection"
msgstr "聲音選擇"
#: msacm32.rc:31 winefile.rc:144
msgid "&Name:"
msgstr "名稱(&N):"
#: msacm32.rc:36
msgid "&Save As..."
msgstr "儲存為(&S)..."
#: msacm32.rc:39
msgid "&Format:"
msgstr "格式(&F):"
#: msacm32.rc:44
msgid "&Attributes:"
msgstr "屬性(&A):"
#: mshtml.rc:31
msgid "HTML rendering is currently disabled."
msgstr "HTML 功能目前已被停用."
@ -12219,11 +12240,6 @@ msgstr "選擇資訊(&I)"
msgid "By File Type"
msgstr "類型"
#: winefile.rc:144
#, fuzzy
msgid "&Name:"
msgstr "檔案名稱(&N)"
#: winefile.rc:146
#, fuzzy
msgid "File Type"