mpr: Convert dialogs to po files.
diff --git a/dlls/mpr/Makefile.in b/dlls/mpr/Makefile.in
index ab6f1f4..7c9a47b 100644
--- a/dlls/mpr/Makefile.in
+++ b/dlls/mpr/Makefile.in
@@ -10,35 +10,7 @@
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@
diff --git a/dlls/mpr/mpr.rc b/dlls/mpr/mpr.rc
index e48f538..1b9652b 100644
--- a/dlls/mpr/mpr.rc
+++ b/dlls/mpr/mpr.rc
@@ -27,6 +27,26 @@
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
diff --git a/dlls/mpr/mpr_Bg.rc b/dlls/mpr/mpr_Bg.rc
deleted file mode 100644
index 66e8735..0000000
--- a/dlls/mpr/mpr_Bg.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Cs.rc b/dlls/mpr/mpr_Cs.rc
deleted file mode 100644
index ef501fb..0000000
--- a/dlls/mpr/mpr_Cs.rc
+++ /dev/null
@@ -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íového hesla"
-FONT 8, "MS Shell Dlg"
-{
- LTEXT "Prosím zadejte své uivatelské 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 "Uivatel", -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 "&Uloit 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 "Zruit", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
-}
diff --git a/dlls/mpr/mpr_Da.rc b/dlls/mpr/mpr_Da.rc
deleted file mode 100644
index cc46b00..0000000
--- a/dlls/mpr/mpr_Da.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_De.rc b/dlls/mpr/mpr_De.rc
deleted file mode 100644
index 912c08a..0000000
--- a/dlls/mpr/mpr_De.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_En.rc b/dlls/mpr/mpr_En.rc
deleted file mode 100644
index 82fc2b1..0000000
--- a/dlls/mpr/mpr_En.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Eo.rc b/dlls/mpr/mpr_Eo.rc
deleted file mode 100644
index d4e559c..0000000
--- a/dlls/mpr/mpr_Eo.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Es.rc b/dlls/mpr/mpr_Es.rc
deleted file mode 100644
index ac8d930..0000000
--- a/dlls/mpr/mpr_Es.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Fr.rc b/dlls/mpr/mpr_Fr.rc
deleted file mode 100644
index 2e77249..0000000
--- a/dlls/mpr/mpr_Fr.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_He.rc b/dlls/mpr/mpr_He.rc
deleted file mode 100644
index 02f1539..0000000
--- a/dlls/mpr/mpr_He.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Hu.rc b/dlls/mpr/mpr_Hu.rc
deleted file mode 100644
index dc5ea51..0000000
--- a/dlls/mpr/mpr_Hu.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_It.rc b/dlls/mpr/mpr_It.rc
deleted file mode 100644
index c5d1f0e..0000000
--- a/dlls/mpr/mpr_It.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Ja.rc b/dlls/mpr/mpr_Ja.rc
deleted file mode 100644
index 7b7f9d2..0000000
--- a/dlls/mpr/mpr_Ja.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Ko.rc b/dlls/mpr/mpr_Ko.rc
deleted file mode 100644
index d66b021..0000000
--- a/dlls/mpr/mpr_Ko.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Lt.rc b/dlls/mpr/mpr_Lt.rc
deleted file mode 100644
index 9a3dd84..0000000
--- a/dlls/mpr/mpr_Lt.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Nl.rc b/dlls/mpr/mpr_Nl.rc
deleted file mode 100644
index c0baa99..0000000
--- a/dlls/mpr/mpr_Nl.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_No.rc b/dlls/mpr/mpr_No.rc
deleted file mode 100644
index e48e780..0000000
--- a/dlls/mpr/mpr_No.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Pl.rc b/dlls/mpr/mpr_Pl.rc
deleted file mode 100644
index 1ee5961..0000000
--- a/dlls/mpr/mpr_Pl.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Pt.rc b/dlls/mpr/mpr_Pt.rc
deleted file mode 100644
index f8a9bf2..0000000
--- a/dlls/mpr/mpr_Pt.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Ro.rc b/dlls/mpr/mpr_Ro.rc
deleted file mode 100644
index 567b2b7..0000000
--- a/dlls/mpr/mpr_Ro.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Ru.rc b/dlls/mpr/mpr_Ru.rc
deleted file mode 100644
index c285cf4..0000000
--- a/dlls/mpr/mpr_Ru.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Si.rc b/dlls/mpr/mpr_Si.rc
deleted file mode 100644
index 4807e3b..0000000
--- a/dlls/mpr/mpr_Si.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Sr.rc b/dlls/mpr/mpr_Sr.rc
deleted file mode 100644
index e63bd46..0000000
--- a/dlls/mpr/mpr_Sr.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Sv.rc b/dlls/mpr/mpr_Sv.rc
deleted file mode 100644
index 0ef5b73..0000000
--- a/dlls/mpr/mpr_Sv.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Tr.rc b/dlls/mpr/mpr_Tr.rc
deleted file mode 100644
index be6d7f7..0000000
--- a/dlls/mpr/mpr_Tr.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Uk.rc b/dlls/mpr/mpr_Uk.rc
deleted file mode 100644
index 4348344..0000000
--- a/dlls/mpr/mpr_Uk.rc
+++ /dev/null
@@ -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
-}
diff --git a/dlls/mpr/mpr_Zh.rc b/dlls/mpr/mpr_Zh.rc
deleted file mode 100644
index c88c5b3..0000000
--- a/dlls/mpr/mpr_Zh.rc
+++ /dev/null
@@ -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
-}
diff --git a/po/ar.po b/po/ar.po
index e863566..9e196eb 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -113,11 +113,11 @@
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 @@
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 @@
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 ""
diff --git a/po/bg.po b/po/bg.po
index 6881c46..c539167 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -118,11 +118,11 @@
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 @@
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 @@
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 "Цялата мрежа"
diff --git a/po/ca.po b/po/ca.po
index 3be3582..ac0e561 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -119,11 +119,11 @@
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 @@
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 @@
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"
diff --git a/po/cs.po b/po/cs.po
index f0269ec..020e7c9 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -124,11 +124,11 @@
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 @@
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 @@
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íť"
diff --git a/po/da.po b/po/da.po
index c9c4529..52975075 100644
--- a/po/da.po
+++ b/po/da.po
@@ -123,11 +123,11 @@
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 @@
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 @@
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"
diff --git a/po/de.po b/po/de.po
index d1db614..b1c079c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -117,11 +117,11 @@
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 @@
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 @@
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"
diff --git a/po/el.po b/po/el.po
index faf7347..eb69d84 100644
--- a/po/el.po
+++ b/po/el.po
@@ -114,11 +114,11 @@
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 @@
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 @@
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 ""
diff --git a/po/en.po b/po/en.po
index cda7e10..2843405 100644
--- a/po/en.po
+++ b/po/en.po
@@ -115,11 +115,11 @@
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 @@
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 @@
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 ""
diff --git a/po/en_US.po b/po/en_US.po
index 47925c8..a9104c2 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -119,11 +119,11 @@
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 @@
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 @@
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"
diff --git a/po/eo.po b/po/eo.po
index 4081670..2919b76 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -119,11 +119,11 @@
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 @@
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 @@
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"
diff --git a/po/es.po b/po/es.po
index 6622b40..25d0486 100644
--- a/po/es.po
+++ b/po/es.po
@@ -118,11 +118,11 @@
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 @@
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 @@
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"
diff --git a/po/fa.po b/po/fa.po
index 2a3d762..fbcf427 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -113,11 +113,11 @@
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 @@
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 @@
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 ""
diff --git a/po/fi.po b/po/fi.po
index 7cc009c..072b031 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -117,11 +117,11 @@
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 @@
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 @@
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 ""
diff --git a/po/fr.po b/po/fr.po
index e280e95..f850354 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -120,11 +120,11 @@
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 @@
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 @@
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"
diff --git a/po/he.po b/po/he.po
index dbbdfdf..d6ec308 100644
--- a/po/he.po
+++ b/po/he.po
@@ -118,11 +118,11 @@
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 @@
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 @@
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 "הרשת כולה"
diff --git a/po/hi.po b/po/hi.po
index 0c0725f..7857ec5 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -113,11 +113,11 @@
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 @@
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 @@
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 ""
diff --git a/po/hu.po b/po/hu.po
index 1637bb3..bb25379 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -124,11 +124,11 @@
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 @@
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 @@
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"
diff --git a/po/it.po b/po/it.po
index db97292..ae0c27e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -119,11 +119,11 @@
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 @@
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 @@
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"
diff --git a/po/ja.po b/po/ja.po
index dd28207..db152b4 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -119,11 +119,11 @@
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 @@
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 @@
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 "ネットワーク全体"
diff --git a/po/ko.po b/po/ko.po
index b04a3ce..5f887f2 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -119,11 +119,11 @@
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 @@
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 @@
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 "전체 네트워크"
diff --git a/po/lt.po b/po/lt.po
index c7ee0c0..d431a8d 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -121,11 +121,11 @@
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 @@
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 @@
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"
diff --git a/po/ml.po b/po/ml.po
index 75c7491..2f3a032 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -113,11 +113,11 @@
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 @@
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 @@
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 ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 734fcd4..e4fb2a2 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -116,11 +116,11 @@
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 @@
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 @@
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"
diff --git a/po/nl.po b/po/nl.po
index 7f494ca..7391561 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -120,11 +120,11 @@
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 @@
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 @@
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"
diff --git a/po/or.po b/po/or.po
index 699a569..2fa9659 100644
--- a/po/or.po
+++ b/po/or.po
@@ -113,11 +113,11 @@
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 @@
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 @@
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 ""
diff --git a/po/pa.po b/po/pa.po
index 0a9b4f0..3ee284c 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -113,11 +113,11 @@
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 @@
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 @@
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 ""
diff --git a/po/pl.po b/po/pl.po
index 1f5d347..6999f8f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -119,11 +119,11 @@
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 @@
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 @@
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ć"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index bff8fb7..5fa548f 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -118,11 +118,11 @@
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 @@
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 @@
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"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 10b7cab..28ce96c 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -123,11 +123,11 @@
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 @@
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 @@
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"
diff --git a/po/rm.po b/po/rm.po
index dfa2447..10aa0e1 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -114,11 +114,11 @@
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 @@
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 @@
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 ""
diff --git a/po/ro.po b/po/ro.po
index fe4a57f..b72bf4b 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -117,11 +117,11 @@
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 @@
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 @@
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"
diff --git a/po/ru.po b/po/ru.po
index cc04f5b..fa021af 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -118,11 +118,11 @@
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 @@
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 @@
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 "Вся сеть"
diff --git a/po/sk.po b/po/sk.po
index ccd6e23..6680f78 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -116,11 +116,11 @@
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 @@
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 @@
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 ""
diff --git a/po/sl.po b/po/sl.po
index 3f7b03a..36c79b4 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -120,11 +120,11 @@
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 @@
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 @@
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"
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index f46f460..85b9697 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -122,11 +122,11 @@
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 @@
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 @@
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 "Цела мрежа"
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 29cb7d3..6b352d5 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -126,11 +126,11 @@
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 @@
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 @@
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"
diff --git a/po/sv.po b/po/sv.po
index 5f916ff..0b62e68 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -119,11 +119,11 @@
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 @@
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 @@
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"
diff --git a/po/te.po b/po/te.po
index 3bf3ff8..4fc8cdb 100644
--- a/po/te.po
+++ b/po/te.po
@@ -113,11 +113,11 @@
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 @@
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 @@
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 ""
diff --git a/po/th.po b/po/th.po
index 8d1e2e7..841e9ca 100644
--- a/po/th.po
+++ b/po/th.po
@@ -113,11 +113,11 @@
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 @@
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 @@
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 ""
diff --git a/po/tr.po b/po/tr.po
index a905462..514edd5 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -120,11 +120,11 @@
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 @@
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 @@
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ğ"
diff --git a/po/uk.po b/po/uk.po
index 9e85313..3b88f0c 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -117,11 +117,11 @@
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 @@
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 @@
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 "Вся Мережа"
diff --git a/po/wa.po b/po/wa.po
index c0a44f7..757c9d1 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -114,11 +114,11 @@
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 @@
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 @@
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 ""
diff --git a/po/wine.pot b/po/wine.pot
index 6c7850d..37f9e33 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -110,11 +110,11 @@
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 @@
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 @@
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 ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c25fce6..4ab6eb4 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -114,11 +114,11 @@
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 @@
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 @@
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 "整个网络"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 46af241..f6d02dd 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -113,11 +113,11 @@
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 @@
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 @@
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 "整個網路"