mpr: Convert dialogs to po files.

oldstable
Alexandre Julliard 2011-11-24 20:22:45 +01:00
parent c4a907f9a8
commit d2a876e535
73 changed files with 1737 additions and 1844 deletions

View File

@ -10,35 +10,7 @@ C_SRCS = \
pwcache.c \
wnet.c
RC_SRCS = \
mpr.rc \
mpr_Bg.rc \
mpr_Cs.rc \
mpr_Da.rc \
mpr_De.rc \
mpr_En.rc \
mpr_Eo.rc \
mpr_Es.rc \
mpr_Fr.rc \
mpr_He.rc \
mpr_Hu.rc \
mpr_It.rc \
mpr_Ja.rc \
mpr_Ko.rc \
mpr_Lt.rc \
mpr_Nl.rc \
mpr_No.rc \
mpr_Pl.rc \
mpr_Pt.rc \
mpr_Ro.rc \
mpr_Ru.rc \
mpr_Si.rc \
mpr_Sr.rc \
mpr_Sv.rc \
mpr_Tr.rc \
mpr_Uk.rc \
mpr_Zh.rc
RC_SRCS = mpr.rc
PO_SRCS = mpr.rc
@MAKE_DLL_RULES@

View File

@ -27,6 +27,26 @@ STRINGTABLE
IDS_ENTIRENETWORK "Entire Network"
}
IDD_PROXYDLG DIALOG 36, 24, 228, 145
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Enter Network Password"
FONT 8, "MS Shell Dlg"
{
LTEXT "Please enter your username and password:", IDC_EXPLAIN, 6, 6, 150, 18
LTEXT "Proxy", -1, 6, 26, 60, 10
/* LTEXT "Realm", -1, 6, 46, 60, 10 */
LTEXT "User", -1, 6, 66, 60, 10
LTEXT "Password", -1, 6, 86, 60, 10
LTEXT "", IDC_PROXY, 70, 26, 150, 14, 0
LTEXT "", IDC_REALM, 70, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 70, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 70, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Save this password (Insecure)", IDC_SAVEPASSWORD,
70, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 114, 126, 50, 14, WS_GROUP | WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 170, 126, 50, 14, WS_GROUP | WS_TABSTOP
}
#define WINE_FILEDESCRIPTION_STR "Wine Multiprotocol Router Library"
#define WINE_FILENAME_STR "mpr.dll"
#define WINE_FILEVERSION 5,0,2195,6611

View File

@ -1,43 +0,0 @@
/*
* MPR Bulgarian resource
*
* Copyright 2005 Milko Krachounov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "mprres.h"
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Âúâåäåòå ìðåæîâà ïàðîëà"
FONT 8, "MS Shell Dlg"
{
LTEXT "Âúâåäåòå âàøåòî ïîòðåáèòåëñêî èìå è ïàðîëà:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Ïðîêñè", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Ïîòðåáèòåë", -1, 40, 66, 50, 10
LTEXT "Ïàðîëà", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Save this password (Insecure)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Îòìåíè", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,46 +0,0 @@
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
*
* Czech MPR dll resources
* Copyright (C) 2004 Juan Lang
* Copyright (C) 2004, 2005 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 "mprres.h"
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
/* Czech strings in CP1250 */
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Zadání sí<73>ového hesla"
FONT 8, "MS Shell Dlg"
{
LTEXT "Prosím zadejte své uživatelské jméno a heslo:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Uživatel", -1, 40, 66, 50, 10
LTEXT "Heslo", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Uložit toto heslo (Není bezpeèné) ?", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Zrušit", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,43 +0,0 @@
/*
* MPR dll resources for Danish
*
* 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 "mprres.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Skriv netværkskodeord"
FONT 8, "MS Shell Dlg"
{
LTEXT "Skriv dit brugernavn og kodeord:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Brugernavn", -1, 40, 66, 50, 10
LTEXT "Kodeord", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "Gem dette ko&deord (usikkert)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Annuller", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,45 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 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 "mprres.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Netzwerkkennung eingeben"
FONT 8, "MS Shell Dlg"
{
LTEXT "Bitte geben Sie Benutzernamen und Kennwort ein:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Bereich", -1, 40, 46, 50, 10 */
LTEXT "Benutzername", -1, 40, 66, 50, 10
LTEXT "Kennwort", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "Dieses Kennwort speichern (unsicher)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Abbrechen", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,43 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 2004 Juan Lang
*
* 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 "mprres.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Enter Network Password"
FONT 8, "MS Shell Dlg"
{
LTEXT "Please enter your username and password:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "User", -1, 40, 66, 50, 10
LTEXT "Password", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Save this password (Insecure)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Cancel", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,43 +0,0 @@
/*
* MPR dll resources - Esperanto Language Support
*
* Copyright 2006 Antonio Codazzi
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "mprres.h"
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Enmetu Retan Pasvorton"
FONT 8, "MS Shell Dlg"
{
LTEXT "Enmetu uzantonomon kaj pasvorton:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Uzanto", -1, 40, 66, 50, 10
LTEXT "Pasvorto", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Storu pasvorton ( RISKE! )", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "Bone", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Rezigni", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,43 +0,0 @@
/*
* MPR dll Spanish resources
*
* Copyright (C) 2004, 2005 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 "mprres.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Introduzca contraseña de red"
FONT 8, "MS Shell Dlg"
{
LTEXT "Por favor, introduzca su nombre de usuario y contraseña:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Usuario", -1, 40, 66, 50, 10
LTEXT "Contraseña", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Guardar esta contraseña (Inseguro)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "Aceptar", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Cancelar", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,47 +0,0 @@
/*
* MPR dll resources
* French language support
*
* Copyright (C) 2005 Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "mprres.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
IDD_PROXYDLG DIALOG 36, 24, 210, 146
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Entrez le mot de passe réseau"
FONT 8, "MS Shell Dlg"
{
LTEXT "Veuillez saisir votre nom d'utilisateur et votre mot de passe :", IDC_EXPLAIN, 10, 6, 150, 17
LTEXT "Proxy", -1, 10, 31, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Utilisateur", -1, 10, 68, 45, 10
LTEXT "Mot de passe", -1, 10, 88, 45, 10
LTEXT "", IDC_PROXY, 56, 32, 144, 14, 0
LTEXT "", IDC_REALM, 56, 46, 144, 14, 0
EDITTEXT IDC_USERNAME, 56, 66, 144, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 56, 86, 144, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Enregistrer ce mot de passe (risqué)", IDC_SAVEPASSWORD,
56, 106, 144, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 68, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Annuler", IDCANCEL, 128, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,47 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 2004 Juan Lang
* Copyright (C) 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 "mprres.h"
#pragma code_page(65001)
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL
CAPTION "הזנת ססמת הרשת"
FONT 8, "MS Shell Dlg"
{
LTEXT "נא להזין את שם המשתמש ואת הססמה שלך:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "מתווך", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "משתמש", -1, 40, 66, 50, 10
LTEXT "ססמה", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&שמירת ססמה זו (לא מאובטח)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "אישור", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "ביטול", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,43 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 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 "mprres.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Hálózati jelszó megadása"
FONT 8, "MS Shell Dlg"
{
LTEXT "Kérem adja meg a felhasználónevét és jelszavát:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Felhasználónév", -1, 40, 66, 50, 10
LTEXT "Jelszó", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Jelszó mentése (nem biztonságos)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Mégse", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,47 +0,0 @@
/*
* MPR dll Italian resources
*
* Copyright 2004 Ivan Leo Puoti
* Copyright 2006 Antonio Codazzi
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "mprres.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Inserisci la password di rete"
FONT 8, "MS Shell Dlg"
{
LTEXT "Inserire nome utente e password:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Dominio", -1, 40, 46, 50, 10 */
LTEXT "Utente", -1, 40, 66, 50, 10
LTEXT "Password", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Memorizza la password (non sicuro)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Annulla", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,46 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 2004 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 "mprres.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "ネットワーク用パスワードを入力"
FONT 8, "MS Shell Dlg"
{
LTEXT "ユーザー名とパスワードを入力してください:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "プロキシ", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "ユーザー名", -1, 40, 66, 50, 10
LTEXT "パスワード", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "パスワードを保存する(&S)(セキュアではありません)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "キャンセル", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,46 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 2004 Juan Lang
* 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 "mprres.h"
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "네트워크 암호 입력"
FONT 9, "MS Shell Dlg"
{
LTEXT "당신의 사용자이름과 암호를 입력하시오:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "프록시", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "사용자", -1, 40, 66, 50, 10
LTEXT "암호", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "암호 저장(&S) (보안에 주의)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "확인", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "취소", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,46 +0,0 @@
/*
* MPR dll resources
*
* 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 "mprres.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Įveskite tinklo slaptažodį"
FONT 8, "MS Shell Dlg"
{
LTEXT "Įveskite savo naudotojo vardą ir slaptažodį:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Įgaliot. serv.", -1, 40, 26, 50, 10
/* LTEXT "Sritis", -1, 40, 46, 50, 10 */
LTEXT "Naudotojas", -1, 40, 66, 50, 10
LTEXT "Slaptažodis", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "Į&rašyti šį slaptažodį (nesaugu)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "Gerai", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Atsisakyti", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,44 +0,0 @@
/*
* Dutch resources for MPR
*
* Copyright (C) 2004 Hans Leidekker
* Copyright (C) 2008 Frans Kool
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "mprres.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Voer het Netwerk Wachtwoord in"
FONT 8, "MS Shell Dlg"
{
LTEXT "Voer a.u.b uw gebruikersnaam en wachtwoord in:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Gebruiker", -1, 40, 66, 50, 10
LTEXT "Wachtwoord", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Sla dit wachtwoord op (Onveilig)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Annuleren", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,43 +0,0 @@
/*
* MPR dll resources for Norwegian Bokmål
*
* Copyright (C) 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 "mprres.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Skriv inn nettverkspassord"
FONT 8, "MS Shell Dlg"
{
LTEXT "Skriv inn brukernavnet og passordet ditt:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Mellomtjener", -1, 40, 26, 50, 10
/* LTEXT "Område", -1, 40, 46, 50, 10 */
LTEXT "Bruker", -1, 40, 66, 50, 10
LTEXT "Passord", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "Lagre dette pa&ssordet (usikkert)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Avbryt", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,44 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 2004 Juan Lang
* Copyright (C) 2007 Mikolaj Zalewski
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "mprres.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Wpisz has³o sieci"
FONT 8, "MS Shell Dlg"
{
LTEXT "Proszê wprowadziæ nazwê u¿ytkownika i has³o:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Obszar", -1, 40, 46, 50, 10 */
LTEXT "U¿ytkownik", -1, 40, 66, 50, 10
LTEXT "Has³o", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Zapisz to has³o (niebezpieczne)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Anuluj", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,68 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 2004 Marcelo Duarte
* Copyright (C) 2006 Américo José Melo
*
* 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 "mprres.h"
#pragma code_page(65001)
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Entre a senha da rede"
FONT 8, "MS Shell Dlg"
{
LTEXT "Por favor, entre como o nome de usuário e a senha:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Usuário", -1, 40, 66, 50, 10
LTEXT "Senha", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Salvar esta senha (Inseguro)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Cancelar", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Indique a senha da rede"
FONT 8, "MS Shell Dlg"
{
LTEXT "Por favor, indique o nome de utilizador e a senha:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Utilizador", -1, 40, 66, 50, 10
LTEXT "Senha", -1, 40, 86, 50, 10
LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "" IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Gravar esta senha (Inseguro)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Cancelar", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,43 +0,0 @@
/*
* Copyright (C) 2004 Juan Lang
* Copyright (C) 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 "mprres.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Introducere parolă de rețea"
FONT 8, "MS Shell Dlg"
{
LTEXT "Introduceți numele de utilizator și parola:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
LTEXT "Utilizator", -1, 40, 66, 50, 10
LTEXT "Parolă", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Salvează această parolă (nesigur)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Renunță", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,46 +0,0 @@
/*
* MPR dll Russian resources
*
* Copyright (C) 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 "mprres.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Введите сетевой пароль"
FONT 8, "MS Shell Dlg"
{
LTEXT "Введите ваши имя и пароль пользователя:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Прокси", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Имя", -1, 40, 66, 50, 10
LTEXT "Пароль", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Сохранить этот пароль (небезопасно!)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Отмена", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,45 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 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 "mprres.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Vnesite omrežno geslo"
FONT 8, "MS Shell Dlg"
{
LTEXT "Vnesite uporabniško ime in geslo:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proksi", -1, 40, 26, 50, 10
/* LTEXT "Kraljestvo", -1, 40, 46, 50, 10 */
LTEXT "Uporabniško ime", -1, 40, 66, 50, 10
LTEXT "Geslo", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Shrani geslo (nezaščiteno)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "V redu", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Prekliči", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,68 +0,0 @@
/*
* MPR dll Serbian resources
*
* Copyright 2004 Juan Lang
* 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 "mprres.h"
#pragma code_page(65001)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Унос мрежне лозинке"
FONT 8, "MS Shell Dlg"
{
LTEXT "Унесите своје корисничко име и лозинку:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Посредник", -1, 40, 26, 50, 10
/* LTEXT "Област", -1, 40, 46, 50, 10 */
LTEXT "Корисничко име", -1, 40, 66, 50, 10
LTEXT "Лозинка", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Сачувај ову лозинку (несигурно)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "У реду", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Откажи", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Unos mrežne lozinke"
FONT 8, "MS Shell Dlg"
{
LTEXT "Unesite svoje korisničko ime i lozinku:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Posrednik", -1, 40, 26, 50, 10
/* LTEXT "Oblast", -1, 40, 46, 50, 10 */
LTEXT "Korisničko ime", -1, 40, 66, 50, 10
LTEXT "Lozinka", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Sačuvaj ovu lozinku (nesigurno)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "U redu", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Otkaži", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,43 +0,0 @@
/*
* MPR dll resources
*
* Copyright (C) 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 "mprres.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Ange nätverkslösenord"
FONT 8, "MS Shell Dlg"
{
LTEXT "Ange ditt användarnamn och lösenord:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Användare", -1, 40, 66, 50, 10
LTEXT "Lösenord", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Spara detta lösenord (osäkert)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Avbryt", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,43 +0,0 @@
/*
* MPR dll resources for Turkish
*
* Copyright (C) 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 "mprres.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Að Parolanýzý Girin"
FONT 8, "MS Shell Dlg"
{
LTEXT "Lütfen kullanýcý adýnýzý ve parolanýzý girin:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Kullanýcý", -1, 40, 66, 50, 10
LTEXT "Parola", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "Bu parolayý &sakla (Güvensiz)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "Tamam", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Ýptal", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,47 +0,0 @@
/*
* MPR dll Ukrainian resources
*
* Copyright (C) 2004 Juan Lang
* Copyright (C) 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 "mprres.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Введіть Мережний Пароль"
FONT 8, "MS Shell Dlg"
{
LTEXT "Будь ласка, введіть Ваші ім'я та пароль:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "Проксі", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Користувач", -1, 40, 66, 50, 10
LTEXT "Пароль", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Зберегти цей пароль (небезпечно)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Скасувати", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -1,68 +0,0 @@
/*
* MPR dll (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 "mprres.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "输入网络密码"
FONT 9, "MS Shell Dlg"
{
LTEXT "请输入用户名和密码:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "代理", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "用户名", -1, 40, 66, 50, 10
LTEXT "密码", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "保存密码(不安全)(&S)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "确定", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "取消", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
IDD_PROXYDLG DIALOG 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "輸入網路密碼"
FONT 9, "MS Shell Dlg"
{
LTEXT "請輸入用戶名和密碼:", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "代理", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "用戶名", -1, 40, 66, 50, 10
LTEXT "密碼", -1, 40, 86, 50, 10
LTEXT "", IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "", IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "儲存密碼(不安全)(&S)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "確定", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "取消", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}

View File

@ -113,11 +113,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -568,14 +568,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "حسنا"
@ -5628,6 +5629,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -118,11 +118,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -584,14 +584,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5742,6 +5743,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Въведете мрежова парола"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Въведете вашето потребителско име и парола:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Прокси"
#: mpr.rc:38
msgid "User"
msgstr "Потребител"
#: mpr.rc:39
msgid "Password"
msgstr "Парола"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Save this password (Insecure)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Цялата мрежа"

View File

@ -119,11 +119,11 @@ msgid "uncompressed"
msgstr "no comprimit"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -577,14 +577,15 @@ msgstr "Introduïu Contrasenya"
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "D'acord"
@ -5653,6 +5654,34 @@ msgstr ""
msgid "Send Mail"
msgstr "Envia Correu"
#: mpr.rc:32
#, fuzzy
msgid "Enter Network Password"
msgstr "Introduïu Contrasenya"
#: mpr.rc:35
#, fuzzy
msgid "Please enter your username and password:"
msgstr "Si us plau, torneu a intentar l'operació\n"
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
#, fuzzy
msgid "User"
msgstr "Usuaris"
#: mpr.rc:39
#, fuzzy
msgid "Password"
msgstr "Introduïu Contrasenya"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr "Tota la Xarxa"

View File

@ -124,11 +124,11 @@ msgid "uncompressed"
msgstr "nekomprimovaný"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -596,14 +596,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5822,6 +5823,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Zadání síťového hesla"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Prosím zadejte své uživatelské jméno a heslo:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Uživatel"
#: mpr.rc:39
msgid "Password"
msgstr "Heslo"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Uložit toto heslo (Není bezpečné) ?"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Celá síť"

View File

@ -123,11 +123,11 @@ msgid "uncompressed"
msgstr "ukomprimeret"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -597,14 +597,15 @@ msgstr "&Kodeord:"
msgid "&Remember my password"
msgstr "&Husk mit kodeord"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5785,6 +5786,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Send Mail"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Skriv netværkskodeord"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Skriv dit brugernavn og kodeord:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Brugernavn"
#: mpr.rc:39
msgid "Password"
msgstr "Kodeord"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "Gem dette ko&deord (usikkert)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Hele netværket"

View File

@ -117,11 +117,11 @@ msgid "uncompressed"
msgstr "Unkomprimiert"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -571,14 +571,15 @@ msgstr "&Kennwort:"
msgid "&Remember my password"
msgstr "Kennwort &merken"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5635,6 +5636,30 @@ msgstr ""
msgid "Send Mail"
msgstr "E-Mail senden"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Netzwerkkennung eingeben"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Bitte geben Sie Benutzernamen und Kennwort ein:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Benutzername"
#: mpr.rc:39
msgid "Password"
msgstr "Kennwort"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "Dieses Kennwort speichern (unsicher)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Gesamtes Netzwerk"

View File

@ -114,11 +114,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -564,14 +564,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr ""
@ -5671,6 +5672,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -115,11 +115,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -554,14 +554,15 @@ msgstr "&Password:"
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5554,6 +5555,30 @@ msgstr "Mail sending failed as you do not have a MAPI mail client installed."
msgid "Send Mail"
msgstr "Send Mail"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Enter Network Password"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Please enter your username and password:"
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr "User"
#: mpr.rc:39
msgid "Password"
msgstr "Password"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -119,11 +119,11 @@ msgid "uncompressed"
msgstr "uncompressed"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -572,14 +572,15 @@ msgstr "&Password:"
msgid "&Remember my password"
msgstr "&Remember my password"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5631,6 +5632,30 @@ msgstr "Mail sending failed as you do not have a MAPI mail client installed."
msgid "Send Mail"
msgstr "Send Mail"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Enter Network Password"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Please enter your username and password:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "User"
#: mpr.rc:39
msgid "Password"
msgstr "Password"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Save this password (Insecure)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Entire Network"

View File

@ -119,11 +119,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -590,14 +590,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "Bone"
@ -5747,6 +5748,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Enmetu Retan Pasvorton"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Enmetu uzantonomon kaj pasvorton:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Uzanto"
#: mpr.rc:39
msgid "Password"
msgstr "Pasvorto"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Storu pasvorton ( RISKE! )"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Tuta Reto"

View File

@ -118,11 +118,11 @@ msgid "uncompressed"
msgstr "sin compresión"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -587,14 +587,15 @@ msgstr "&Contraseña:"
msgid "&Remember my password"
msgstr "&Recordar mi contraseña"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "Aceptar"
@ -5968,6 +5969,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Enviar correo"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Introduzca contraseña de red"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Por favor, introduzca su nombre de usuario y contraseña:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Usuario"
#: mpr.rc:39
msgid "Password"
msgstr "Contraseña"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Guardar esta contraseña (Inseguro)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Toda la red"

View File

@ -113,11 +113,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -568,14 +568,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "قبول"
@ -5628,6 +5629,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -117,11 +117,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -575,14 +575,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5792,6 +5793,32 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
#, fuzzy
msgid "Please enter your username and password:"
msgstr "Anna nimesi"
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
#, fuzzy
msgid "User"
msgstr "Käyttäjät"
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -120,11 +120,11 @@ msgid "uncompressed"
msgstr "non compressé"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -574,14 +574,15 @@ msgstr "&Mot de passe :"
msgid "&Remember my password"
msgstr "&Se souvenir de mon mot de passe"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5648,6 +5649,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Envoyer un courriel"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Entrez le mot de passe réseau"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Veuillez saisir votre nom d'utilisateur et votre mot de passe :"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Utilisateur"
#: mpr.rc:39
msgid "Password"
msgstr "Mot de passe"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Enregistrer ce mot de passe (risqué)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Réseau entier"

View File

@ -118,11 +118,11 @@ msgid "uncompressed"
msgstr "ללא דחיסה"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -573,14 +573,15 @@ msgstr "&ססמה:"
msgid "&Remember my password"
msgstr "&שמירת הססמה שלי"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "אישור"
@ -5851,6 +5852,30 @@ msgstr "שליחת הודעת הדוא״ל נכשלה כיוון שאין לך
msgid "Send Mail"
msgstr "שליחת דוא״ל"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "הזנת ססמת הרשת"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "נא להזין את שם המשתמש ואת הססמה שלך:"
#: mpr.rc:36
msgid "Proxy"
msgstr "מתווך"
#: mpr.rc:38
msgid "User"
msgstr "משתמש"
#: mpr.rc:39
msgid "Password"
msgstr "ססמה"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&שמירת ססמה זו (לא מאובטח)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "הרשת כולה"

View File

@ -113,11 +113,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -553,14 +553,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr ""
@ -5566,6 +5567,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -124,11 +124,11 @@ msgid "uncompressed"
msgstr "tömörítetlen"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -603,14 +603,15 @@ msgstr "&Jelszó:"
msgid "&Remember my password"
msgstr "Je&lszó megjegyzése"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5999,6 +6000,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Levélküldés"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Hálózati jelszó megadása"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Kérem adja meg a felhasználónevét és jelszavát:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Felhasználónév"
#: mpr.rc:39
msgid "Password"
msgstr "Jelszó"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Jelszó mentése (nem biztonságos)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Teljes hálózat"

View File

@ -119,11 +119,11 @@ msgid "uncompressed"
msgstr "Non compresso"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -573,14 +573,15 @@ msgstr "&Password:"
msgid "&Remember my password"
msgstr "&Ricorda la mia password"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "Ok"
@ -5639,6 +5640,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Invia Mail"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Inserisci la password di rete"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Inserire nome utente e password:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Utente"
#: mpr.rc:39
msgid "Password"
msgstr "Password"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Memorizza la password (non sicuro)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Tutta la rete"

View File

@ -119,11 +119,11 @@ msgid "uncompressed"
msgstr "未圧縮"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -575,14 +575,15 @@ msgstr "パスワード(&P):"
msgid "&Remember my password"
msgstr "パスワードを保存する(&R)"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5632,6 +5633,30 @@ msgstr ""
msgid "Send Mail"
msgstr "メール送信"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "ネットワーク用パスワードを入力"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "ユーザー名とパスワードを入力してください:"
#: mpr.rc:36
msgid "Proxy"
msgstr "プロキシ"
#: mpr.rc:38
msgid "User"
msgstr "ユーザー名"
#: mpr.rc:39
msgid "Password"
msgstr "パスワード"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "パスワードを保存する(&S)(セキュアではありません)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "ネットワーク全体"

View File

@ -119,11 +119,11 @@ msgid "uncompressed"
msgstr "압축안됨"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -574,14 +574,15 @@ msgstr "암호(&P):"
msgid "&Remember my password"
msgstr "내 암호 기억(&R)"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "확인"
@ -5628,6 +5629,30 @@ msgstr "설치된 MAPI 메일 클라이언트가 없어서 메일 보내기 실
msgid "Send Mail"
msgstr "메일 보내기"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "네트워크 암호 입력"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "당신의 사용자이름과 암호를 입력하시오:"
#: mpr.rc:36
msgid "Proxy"
msgstr "프록시"
#: mpr.rc:38
msgid "User"
msgstr "사용자"
#: mpr.rc:39
msgid "Password"
msgstr "암호"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "암호 저장(&S) (보안에 주의)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "전체 네트워크"

View File

@ -121,11 +121,11 @@ msgid "uncompressed"
msgstr "neglaudintas"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -577,14 +577,15 @@ msgstr "&Slaptažodis:"
msgid "&Remember my password"
msgstr "Į&siminti mano slaptažodį"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "Gerai"
@ -5643,6 +5644,30 @@ msgstr "Nepavyko išsiųsti laiškų, nes neturite įdiegto MAPI pašto kliento.
msgid "Send Mail"
msgstr "Laiškų siuntimas"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Įveskite tinklo slaptažodį"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Įveskite savo naudotojo vardą ir slaptažodį:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Įgaliot. serv."
#: mpr.rc:38
msgid "User"
msgstr "Naudotojas"
#: mpr.rc:39
msgid "Password"
msgstr "Slaptažodis"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "Į&rašyti šį slaptažodį (nesaugu)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Visas tinklas"

View File

@ -113,11 +113,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -553,14 +553,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr ""
@ -5566,6 +5567,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -116,11 +116,11 @@ msgid "uncompressed"
msgstr "ukomprimert"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -594,14 +594,15 @@ msgstr "&Passord:"
msgid "&Remember my password"
msgstr "&Remember my password"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5864,6 +5865,30 @@ msgstr "Klarte ikke sende e-post fordi en MAPI-klient ikke er installert."
msgid "Send Mail"
msgstr "Send e-post"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Skriv inn nettverkspassord"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Skriv inn brukernavnet og passordet ditt:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Mellomtjener"
#: mpr.rc:38
msgid "User"
msgstr "Bruker"
#: mpr.rc:39
msgid "Password"
msgstr "Passord"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "Lagre dette pa&ssordet (usikkert)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Hele nettverket"

View File

@ -120,11 +120,11 @@ msgid "uncompressed"
msgstr "ongecomprimeerd"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -578,14 +578,15 @@ msgstr "&Wachtwoord:"
msgid "&Remember my password"
msgstr "&Onthoud mijn wachtwoord"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5744,6 +5745,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Verstuur Mail"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Voer het Netwerk Wachtwoord in"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Voer a.u.b uw gebruikersnaam en wachtwoord in:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Gebruiker"
#: mpr.rc:39
msgid "Password"
msgstr "Wachtwoord"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Sla dit wachtwoord op (Onveilig)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Gehele netwerk"

View File

@ -113,11 +113,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -553,14 +553,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr ""
@ -5566,6 +5567,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -113,11 +113,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -553,14 +553,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr ""
@ -5566,6 +5567,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -119,11 +119,11 @@ msgid "uncompressed"
msgstr "nie skompresowany"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -575,14 +575,15 @@ msgstr "&Hasło:"
msgid "&Remember my password"
msgstr "&Zapamiętaj hasło"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5646,6 +5647,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Wysyłanie maila"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Wpisz hasło sieci"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Proszę wprowadzić nazwę użytkownika i hasło:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Użytkownik"
#: mpr.rc:39
msgid "Password"
msgstr "Hasło"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Zapisz to hasło (niebezpieczne)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Cała sieć"

View File

@ -118,11 +118,11 @@ msgid "uncompressed"
msgstr "sem compressão"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -590,14 +590,15 @@ msgstr "&Senha:"
msgid "&Remember my password"
msgstr "&Lembrar a senha"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5851,6 +5852,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Enviar E-mail"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Entre a senha da rede"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Por favor, entre como o nome de usuário e a senha:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Usuário"
#: mpr.rc:39
msgid "Password"
msgstr "Senha"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Salvar esta senha (Inseguro)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Toda a rede"

View File

@ -123,11 +123,11 @@ msgid "uncompressed"
msgstr "sem compressão"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -600,14 +600,15 @@ msgstr "&Password:"
msgid "&Remember my password"
msgstr "&Lembrar a password"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5906,6 +5907,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Enviar Correio"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Indique a senha da rede"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Por favor, indique o nome de utilizador e a senha:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Utilizador"
#: mpr.rc:39
msgid "Password"
msgstr "Senha"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Gravar esta senha (Inseguro)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Toda a rede"

View File

@ -114,11 +114,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -559,14 +559,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr ""
@ -5599,6 +5600,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -117,11 +117,11 @@ msgid "uncompressed"
msgstr "necomprimat"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -639,14 +639,15 @@ msgstr "&Parolă:"
msgid "&Remember my password"
msgstr "Ține minte pa&rola"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -6119,6 +6120,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Trimite emailul"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Introducere parolă de rețea"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Introduceți numele de utilizator și parola:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Utilizator"
#: mpr.rc:39
msgid "Password"
msgstr "Parolă"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Salvează această parolă (nesigur)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Toată rețeaua"

View File

@ -118,11 +118,11 @@ msgid "uncompressed"
msgstr "без сжатия"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -573,14 +573,15 @@ msgstr "&Пароль:"
msgid "&Remember my password"
msgstr "Со&хранить пароль"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "ОК"
@ -5637,6 +5638,30 @@ msgstr "Невозможно отправить почту: не установ
msgid "Send Mail"
msgstr "Отправка почты"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Введите сетевой пароль"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Введите ваши имя и пароль пользователя:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Прокси"
#: mpr.rc:38
msgid "User"
msgstr "Имя"
#: mpr.rc:39
msgid "Password"
msgstr "Пароль"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Сохранить этот пароль (небезопасно!)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Вся сеть"

View File

@ -116,11 +116,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -561,14 +561,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr ""
@ -5663,6 +5664,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -120,11 +120,11 @@ msgid "uncompressed"
msgstr "nestisnjeno"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -578,14 +578,15 @@ msgstr "&Geslo:"
msgid "&Remember my password"
msgstr "&Zapomni si geslo"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "V redu"
@ -5668,6 +5669,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Pošlji pošto"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Vnesite omrežno geslo"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Vnesite uporabniško ime in geslo:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proksi"
#: mpr.rc:38
msgid "User"
msgstr "Uporabniško ime"
#: mpr.rc:39
msgid "Password"
msgstr "Geslo"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Shrani geslo (nezaščiteno)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Celotno omrežje"

View File

@ -122,11 +122,11 @@ msgid "uncompressed"
msgstr "несажето"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -585,14 +585,15 @@ msgstr "&Лозинка:"
msgid "&Remember my password"
msgstr "&Запамти лозинку"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "У реду"
@ -5880,6 +5881,30 @@ msgstr "Слање поруке није успело јер MAPI поштанс
msgid "Send Mail"
msgstr "Пошаљи поруку"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Унос мрежне лозинке"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Унесите своје корисничко име и лозинку:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Посредник"
#: mpr.rc:38
msgid "User"
msgstr "Корисничко име"
#: mpr.rc:39
msgid "Password"
msgstr "Лозинка"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Сачувај ову лозинку (несигурно)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Цела мрежа"

View File

@ -126,11 +126,11 @@ msgid "uncompressed"
msgstr "nesažeto"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -593,14 +593,15 @@ msgstr "&Lozinka:"
msgid "&Remember my password"
msgstr "&Zapamti lozinku"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "U redu"
@ -5916,6 +5917,30 @@ msgstr "Slanje poruke nije uspelo jer MAPI poštanski klijent nije instaliran."
msgid "Send Mail"
msgstr "Pošalji poruku"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Unos mrežne lozinke"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Unesite svoje korisničko ime i lozinku:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Posrednik"
#: mpr.rc:38
msgid "User"
msgstr "Korisničko ime"
#: mpr.rc:39
msgid "Password"
msgstr "Lozinka"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Sačuvaj ovu lozinku (nesigurno)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Cela mreža"

View File

@ -119,11 +119,11 @@ msgid "uncompressed"
msgstr "okomprimerad"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -577,14 +577,15 @@ msgstr "&Lösenord:"
msgid "&Remember my password"
msgstr "&Kom ihåg lösenord"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5646,6 +5647,30 @@ msgstr ""
msgid "Send Mail"
msgstr "Skicka e-post"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Ange nätverkslösenord"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Ange ditt användarnamn och lösenord:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Användare"
#: mpr.rc:39
msgid "Password"
msgstr "Lösenord"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Spara detta lösenord (osäkert)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Hela nätverket"

View File

@ -113,11 +113,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -553,14 +553,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr ""
@ -5566,6 +5567,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -113,11 +113,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -564,14 +564,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "ตกลง"
@ -5669,6 +5670,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -120,11 +120,11 @@ msgid "uncompressed"
msgstr "sıkıştırılmamış"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -585,14 +585,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "Tamam"
@ -5907,6 +5908,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Ağ Parolanızı Girin"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Lütfen kullanıcı adınızı ve parolanızı girin:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Proxy"
#: mpr.rc:38
msgid "User"
msgstr "Kullanıcı"
#: mpr.rc:39
msgid "Password"
msgstr "Parola"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "Bu parolayı &sakla (Güvensiz)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Tüm Ağ"

View File

@ -117,11 +117,11 @@ msgid "uncompressed"
msgstr "без стиснення"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -573,14 +573,15 @@ msgstr "&Пароль:"
msgid "&Remember my password"
msgstr "&Запам'ятати мій пароль"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "OK"
@ -5633,6 +5634,30 @@ msgstr "Неможливо відіслати пошту: не встановл
msgid "Send Mail"
msgstr "Відсилання пошти"
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "Введіть Мережний Пароль"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "Будь ласка, введіть Ваші ім'я та пароль:"
#: mpr.rc:36
msgid "Proxy"
msgstr "Проксі"
#: mpr.rc:38
msgid "User"
msgstr "Користувач"
#: mpr.rc:39
msgid "Password"
msgstr "Пароль"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "&Зберегти цей пароль (небезпечно)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "Вся Мережа"

View File

@ -114,11 +114,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -560,14 +560,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "I Va"
@ -5613,6 +5614,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -110,11 +110,11 @@ msgid "uncompressed"
msgstr ""
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -549,14 +549,15 @@ msgstr ""
msgid "&Remember my password"
msgstr ""
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr ""
@ -5549,6 +5550,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr ""
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr ""
#: mpr.rc:36
msgid "Proxy"
msgstr ""
#: mpr.rc:38
msgid "User"
msgstr ""
#: mpr.rc:39
msgid "Password"
msgstr ""
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr ""
#: mpr.rc:27
msgid "Entire Network"
msgstr ""

View File

@ -114,11 +114,11 @@ msgid "uncompressed"
msgstr "未压缩"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -584,14 +584,15 @@ msgstr "密码(&P):"
msgid "&Remember my password"
msgstr "记住我的密码(&R)"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "确定"
@ -5860,6 +5861,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "输入网络密码"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "请输入用户名和密码:"
#: mpr.rc:36
msgid "Proxy"
msgstr "代理"
#: mpr.rc:38
msgid "User"
msgstr "用户名"
#: mpr.rc:39
msgid "Password"
msgstr "密码"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "保存密码(不安全)(&S)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "整个网络"

View File

@ -113,11 +113,11 @@ msgid "uncompressed"
msgstr "未壓縮"
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
#: localui.rc:55 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
#: 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
msgid "Cancel"
@ -584,14 +584,15 @@ msgstr "密碼(&P):"
msgid "&Remember my password"
msgstr "記住我的密碼(&R)"
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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
#: 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 wineconsole.rc:131
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
#: wordpad.rc:246
msgid "OK"
msgstr "確定"
@ -5848,6 +5849,30 @@ msgstr ""
msgid "Send Mail"
msgstr ""
#: mpr.rc:32
msgid "Enter Network Password"
msgstr "輸入網路密碼"
#: mpr.rc:35
msgid "Please enter your username and password:"
msgstr "請輸入用戶名和密碼:"
#: mpr.rc:36
msgid "Proxy"
msgstr "代理"
#: mpr.rc:38
msgid "User"
msgstr "用戶名"
#: mpr.rc:39
msgid "Password"
msgstr "密碼"
#: mpr.rc:44
msgid "&Save this password (Insecure)"
msgstr "儲存密碼(不安全)(&S)"
#: mpr.rc:27
msgid "Entire Network"
msgstr "整個網路"