From 855d32d38a641230afc384d9bc0340861f0bcf6b Mon Sep 17 00:00:00 2001 From: Alexandre Julliard <julliard@winehq.org> Date: Thu, 24 Nov 2011 20:50:11 +0100 Subject: [PATCH] msacm32: Convert dialogs to po files. --- configure | 2 +- configure.ac | 2 +- dlls/msacm32/Makefile.in | 27 +------ dlls/msacm32/{msacm_En.rc => msacm32.rc} | 22 +++--- dlls/msacm32/msacm_Cs.rc | 57 --------------- dlls/msacm32/msacm_Da.rc | 53 -------------- dlls/msacm32/msacm_De.rc | 55 --------------- dlls/msacm32/msacm_Es.rc | 53 -------------- dlls/msacm32/msacm_Fr.rc | 58 --------------- dlls/msacm32/msacm_He.rc | 57 --------------- dlls/msacm32/msacm_Hu.rc | 53 -------------- dlls/msacm32/msacm_It.rc | 57 --------------- dlls/msacm32/msacm_Ja.rc | 56 --------------- dlls/msacm32/msacm_Ko.rc | 55 --------------- dlls/msacm32/msacm_Lt.rc | 56 --------------- dlls/msacm32/msacm_Nl.rc | 53 -------------- dlls/msacm32/msacm_No.rc | 53 -------------- dlls/msacm32/msacm_Pl.rc | 54 -------------- dlls/msacm32/msacm_Pt.rc | 89 ------------------------ dlls/msacm32/msacm_Ro.rc | 54 -------------- dlls/msacm32/msacm_Ru.rc | 56 --------------- dlls/msacm32/msacm_Si.rc | 55 --------------- dlls/msacm32/msacm_Sr.rc | 88 ----------------------- dlls/msacm32/msacm_Sv.rc | 53 -------------- dlls/msacm32/msacm_Tr.rc | 53 -------------- dlls/msacm32/msacm_Uk.rc | 56 --------------- dlls/msacm32/msacm_Zh.rc | 88 ----------------------- po/ar.po | 63 +++++++++++------ po/bg.po | 67 ++++++++++++------ po/ca.po | 67 ++++++++++++------ po/cs.po | 62 +++++++++++------ po/da.po | 61 ++++++++++------ po/de.po | 61 ++++++++++------ po/el.po | 62 +++++++++++------ po/en.po | 61 ++++++++++------ po/en_US.po | 61 ++++++++++------ po/eo.po | 67 ++++++++++++------ po/es.po | 61 ++++++++++------ po/fa.po | 63 +++++++++++------ po/fi.po | 67 ++++++++++++------ po/fr.po | 61 ++++++++++------ po/he.po | 61 ++++++++++------ po/hi.po | 61 ++++++++++------ po/hu.po | 62 +++++++++++------ po/it.po | 61 ++++++++++------ po/ja.po | 61 ++++++++++------ po/ko.po | 61 ++++++++++------ po/lt.po | 61 ++++++++++------ po/ml.po | 61 ++++++++++------ po/nb_NO.po | 61 ++++++++++------ po/nl.po | 61 ++++++++++------ po/or.po | 61 ++++++++++------ po/pa.po | 61 ++++++++++------ po/pl.po | 61 ++++++++++------ po/pt_BR.po | 61 ++++++++++------ po/pt_PT.po | 61 ++++++++++------ po/rm.po | 62 +++++++++++------ po/ro.po | 61 ++++++++++------ po/ru.po | 61 ++++++++++------ po/sk.po | 63 +++++++++++------ po/sl.po | 61 ++++++++++------ po/sr_RS@cyrillic.po | 69 ++++++++++-------- po/sr_RS@latin.po | 66 +++++++++++------- po/sv.po | 61 ++++++++++------ po/te.po | 61 ++++++++++------ po/th.po | 63 +++++++++++------ po/tr.po | 61 ++++++++++------ po/uk.po | 61 ++++++++++------ po/wa.po | 62 +++++++++++------ po/wine.pot | 61 ++++++++++------ po/zh_CN.po | 62 +++++++++++------ po/zh_TW.po | 62 +++++++++++------ 72 files changed, 1802 insertions(+), 2410 deletions(-) rename dlls/msacm32/{msacm_En.rc => msacm32.rc} (71%) delete mode 100644 dlls/msacm32/msacm_Cs.rc delete mode 100644 dlls/msacm32/msacm_Da.rc delete mode 100644 dlls/msacm32/msacm_De.rc delete mode 100644 dlls/msacm32/msacm_Es.rc delete mode 100644 dlls/msacm32/msacm_Fr.rc delete mode 100644 dlls/msacm32/msacm_He.rc delete mode 100644 dlls/msacm32/msacm_Hu.rc delete mode 100644 dlls/msacm32/msacm_It.rc delete mode 100644 dlls/msacm32/msacm_Ja.rc delete mode 100644 dlls/msacm32/msacm_Ko.rc delete mode 100644 dlls/msacm32/msacm_Lt.rc delete mode 100644 dlls/msacm32/msacm_Nl.rc delete mode 100644 dlls/msacm32/msacm_No.rc delete mode 100644 dlls/msacm32/msacm_Pl.rc delete mode 100644 dlls/msacm32/msacm_Pt.rc delete mode 100644 dlls/msacm32/msacm_Ro.rc delete mode 100644 dlls/msacm32/msacm_Ru.rc delete mode 100644 dlls/msacm32/msacm_Si.rc delete mode 100644 dlls/msacm32/msacm_Sr.rc delete mode 100644 dlls/msacm32/msacm_Sv.rc delete mode 100644 dlls/msacm32/msacm_Tr.rc delete mode 100644 dlls/msacm32/msacm_Uk.rc delete mode 100644 dlls/msacm32/msacm_Zh.rc diff --git a/configure b/configure index 93a634e0323..76c7995c5f6 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index b47fa433ed7..dda16841ba1 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/dlls/msacm32/Makefile.in b/dlls/msacm32/Makefile.in index a8e51e12d6b..26c85d2bff5 100644 --- a/dlls/msacm32/Makefile.in +++ b/dlls/msacm32/Makefile.in @@ -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@ diff --git a/dlls/msacm32/msacm_En.rc b/dlls/msacm32/msacm32.rc similarity index 71% rename from dlls/msacm32/msacm_En.rc rename to dlls/msacm32/msacm32.rc index 861f12345bc..01af8893133 100644 --- a/dlls/msacm32/msacm_En.rc +++ b/dlls/msacm32/msacm32.rc @@ -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 diff --git a/dlls/msacm32/msacm_Cs.rc b/dlls/msacm32/msacm_Cs.rc deleted file mode 100644 index 6558b561643..00000000000 --- a/dlls/msacm32/msacm_Cs.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Da.rc b/dlls/msacm32/msacm_Da.rc deleted file mode 100644 index 21e457298c0..00000000000 --- a/dlls/msacm32/msacm_Da.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_De.rc b/dlls/msacm32/msacm_De.rc deleted file mode 100644 index 5eb13f54de2..00000000000 --- a/dlls/msacm32/msacm_De.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Es.rc b/dlls/msacm32/msacm_Es.rc deleted file mode 100644 index 06a3b9a7541..00000000000 --- a/dlls/msacm32/msacm_Es.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Fr.rc b/dlls/msacm32/msacm_Fr.rc deleted file mode 100644 index e66dfb17431..00000000000 --- a/dlls/msacm32/msacm_Fr.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_He.rc b/dlls/msacm32/msacm_He.rc deleted file mode 100644 index 4221d295d3d..00000000000 --- a/dlls/msacm32/msacm_He.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Hu.rc b/dlls/msacm32/msacm_Hu.rc deleted file mode 100644 index 2341adf42e4..00000000000 --- a/dlls/msacm32/msacm_Hu.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_It.rc b/dlls/msacm32/msacm_It.rc deleted file mode 100644 index 64636cd0b45..00000000000 --- a/dlls/msacm32/msacm_It.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Ja.rc b/dlls/msacm32/msacm_Ja.rc deleted file mode 100644 index e3ab062ed74..00000000000 --- a/dlls/msacm32/msacm_Ja.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Ko.rc b/dlls/msacm32/msacm_Ko.rc deleted file mode 100644 index 3a96e9ded94..00000000000 --- a/dlls/msacm32/msacm_Ko.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Lt.rc b/dlls/msacm32/msacm_Lt.rc deleted file mode 100644 index d8af77903da..00000000000 --- a/dlls/msacm32/msacm_Lt.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Nl.rc b/dlls/msacm32/msacm_Nl.rc deleted file mode 100644 index 07605c2f254..00000000000 --- a/dlls/msacm32/msacm_Nl.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_No.rc b/dlls/msacm32/msacm_No.rc deleted file mode 100644 index 06231a33a3f..00000000000 --- a/dlls/msacm32/msacm_No.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Pl.rc b/dlls/msacm32/msacm_Pl.rc deleted file mode 100644 index 4f185b69852..00000000000 --- a/dlls/msacm32/msacm_Pl.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Pt.rc b/dlls/msacm32/msacm_Pt.rc deleted file mode 100644 index c1388a3e512..00000000000 --- a/dlls/msacm32/msacm_Pt.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Ro.rc b/dlls/msacm32/msacm_Ro.rc deleted file mode 100644 index 0c6d6dd082d..00000000000 --- a/dlls/msacm32/msacm_Ro.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Ru.rc b/dlls/msacm32/msacm_Ru.rc deleted file mode 100644 index edc717e54af..00000000000 --- a/dlls/msacm32/msacm_Ru.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Si.rc b/dlls/msacm32/msacm_Si.rc deleted file mode 100644 index deac15cbde0..00000000000 --- a/dlls/msacm32/msacm_Si.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Sr.rc b/dlls/msacm32/msacm_Sr.rc deleted file mode 100644 index d402555eb5f..00000000000 --- a/dlls/msacm32/msacm_Sr.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Sv.rc b/dlls/msacm32/msacm_Sv.rc deleted file mode 100644 index b096071290d..00000000000 --- a/dlls/msacm32/msacm_Sv.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Tr.rc b/dlls/msacm32/msacm_Tr.rc deleted file mode 100644 index 3dd88343ca8..00000000000 --- a/dlls/msacm32/msacm_Tr.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Uk.rc b/dlls/msacm32/msacm_Uk.rc deleted file mode 100644 index c2d4a4cb190..00000000000 --- a/dlls/msacm32/msacm_Uk.rc +++ /dev/null @@ -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 diff --git a/dlls/msacm32/msacm_Zh.rc b/dlls/msacm32/msacm_Zh.rc deleted file mode 100644 index 1d871640526..00000000000 --- a/dlls/msacm32/msacm_Zh.rc +++ /dev/null @@ -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 diff --git a/po/ar.po b/po/ar.po index 826e198213c..61579c1a6a2 100644 --- a/po/ar.po +++ b/po/ar.po @@ -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" diff --git a/po/bg.po b/po/bg.po index db121aaa139..7ee4543083d 100644 --- a/po/bg.po +++ b/po/bg.po @@ -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" diff --git a/po/ca.po b/po/ca.po index 9912803695c..8e26d8aff81 100644 --- a/po/ca.po +++ b/po/ca.po @@ -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" diff --git a/po/cs.po b/po/cs.po index 00fc8f3e072..bcc62ccc00f 100644 --- a/po/cs.po +++ b/po/cs.po @@ -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" diff --git a/po/da.po b/po/da.po index 080b08a64fc..02dbaac7868 100644 --- a/po/da.po +++ b/po/da.po @@ -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" diff --git a/po/de.po b/po/de.po index 6c06071a56c..e9e2ce19149 100644 --- a/po/de.po +++ b/po/de.po @@ -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" diff --git a/po/el.po b/po/el.po index e52badd8c67..b0fc490626a 100644 --- a/po/el.po +++ b/po/el.po @@ -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" diff --git a/po/en.po b/po/en.po index b96b0861325..4e23db9b598 100644 --- a/po/en.po +++ b/po/en.po @@ -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" diff --git a/po/en_US.po b/po/en_US.po index 42f1913c94a..5c40b3ac8e9 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -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" diff --git a/po/eo.po b/po/eo.po index 0d3b12bfd3e..b83ebc953d2 100644 --- a/po/eo.po +++ b/po/eo.po @@ -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" diff --git a/po/es.po b/po/es.po index 41e060153bd..d52f65aab3a 100644 --- a/po/es.po +++ b/po/es.po @@ -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" diff --git a/po/fa.po b/po/fa.po index ac1a6fe4016..bbce123eff6 100644 --- a/po/fa.po +++ b/po/fa.po @@ -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" diff --git a/po/fi.po b/po/fi.po index b34310b7284..ef1f79906d7 100644 --- a/po/fi.po +++ b/po/fi.po @@ -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" diff --git a/po/fr.po b/po/fr.po index 373e3af2628..c6e54012df8 100644 --- a/po/fr.po +++ b/po/fr.po @@ -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 " diff --git a/po/he.po b/po/he.po index 3dc8b3267ac..e18d7a842bf 100644 --- a/po/he.po +++ b/po/he.po @@ -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 "סוג הקובץ" diff --git a/po/hi.po b/po/hi.po index 81c6143114d..11f6bee7a48 100644 --- a/po/hi.po +++ b/po/hi.po @@ -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 "" diff --git a/po/hu.po b/po/hu.po index 47f8910272f..683bca5fb4f 100644 --- a/po/hu.po +++ b/po/hu.po @@ -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<á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" diff --git a/po/it.po b/po/it.po index 8543b2c2606..1fcc6825e9f 100644 --- a/po/it.po +++ b/po/it.po @@ -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" diff --git a/po/ja.po b/po/ja.po index a7b48a72996..4feff356b02 100644 --- a/po/ja.po +++ b/po/ja.po @@ -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" diff --git a/po/ko.po b/po/ko.po index bf5f69807ca..b4cf34f754a 100644 --- a/po/ko.po +++ b/po/ko.po @@ -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 "íŒŒì¼ íƒ€ìž…" diff --git a/po/lt.po b/po/lt.po index f7e87240fda..1107e7e68b9 100644 --- a/po/lt.po +++ b/po/lt.po @@ -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" diff --git a/po/ml.po b/po/ml.po index 1f9d1c1cd8f..8603c264823 100644 --- a/po/ml.po +++ b/po/ml.po @@ -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 "" diff --git a/po/nb_NO.po b/po/nb_NO.po index 23702aad603..bb3c395c805 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -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" diff --git a/po/nl.po b/po/nl.po index 1cf9d7bd703..bb03e2c09f1 100644 --- a/po/nl.po +++ b/po/nl.po @@ -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" diff --git a/po/or.po b/po/or.po index e9f055b2edd..eb64cc9309e 100644 --- a/po/or.po +++ b/po/or.po @@ -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 "" diff --git a/po/pa.po b/po/pa.po index 666ce0d55e5..5feebcda88f 100644 --- a/po/pa.po +++ b/po/pa.po @@ -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 "" diff --git a/po/pl.po b/po/pl.po index 3035a060fcd..31b0c44d00d 100644 --- a/po/pl.po +++ b/po/pl.po @@ -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" diff --git a/po/pt_BR.po b/po/pt_BR.po index 6b58b37520f..93abebb48a1 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -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" diff --git a/po/pt_PT.po b/po/pt_PT.po index eb697a3e3db..078b9968c12 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -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" diff --git a/po/rm.po b/po/rm.po index c31e0ca56cc..2995e7edf6a 100644 --- a/po/rm.po +++ b/po/rm.po @@ -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�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" diff --git a/po/ro.po b/po/ro.po index 2391497eaaa..c3053ebf60e 100644 --- a/po/ro.po +++ b/po/ro.po @@ -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" diff --git a/po/ru.po b/po/ru.po index 2a63d0ad570..438f7b48162 100644 --- a/po/ru.po +++ b/po/ru.po @@ -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 "Тип файла" diff --git a/po/sk.po b/po/sk.po index df15f930050..33208b057c9 100644 --- a/po/sk.po +++ b/po/sk.po @@ -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" diff --git a/po/sl.po b/po/sl.po index 6f35e7003c4..b870408783b 100644 --- a/po/sl.po +++ b/po/sl.po @@ -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" diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index ad2cfb89013..051889dbf40 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -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" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index d91b254fc07..030318abcb2 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -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" diff --git a/po/sv.po b/po/sv.po index 9ffbad1a839..861ef76ba30 100644 --- a/po/sv.po +++ b/po/sv.po @@ -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" diff --git a/po/te.po b/po/te.po index 548848d7ee9..7d040f67337 100644 --- a/po/te.po +++ b/po/te.po @@ -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 "" diff --git a/po/th.po b/po/th.po index d98d6876f25..a203df4d731 100644 --- a/po/th.po +++ b/po/th.po @@ -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" diff --git a/po/tr.po b/po/tr.po index ec8b8d5c92b..fc0ce5790cd 100644 --- a/po/tr.po +++ b/po/tr.po @@ -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ü" diff --git a/po/uk.po b/po/uk.po index ec449e5876d..38abec4df82 100644 --- a/po/uk.po +++ b/po/uk.po @@ -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 "Тип файлу" diff --git a/po/wa.po b/po/wa.po index b8302470cab..84d0109821e 100644 --- a/po/wa.po +++ b/po/wa.po @@ -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" diff --git a/po/wine.pot b/po/wine.pot index f2766966f91..a65142c6f2c 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -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 "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 3bcd0c60569..26fe0ada0ee 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -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" diff --git a/po/zh_TW.po b/po/zh_TW.po index b24c95c58dc..f30a2435d46 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -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" -- GitLab