mpr: Convert string table resources to po files.
diff --git a/configure b/configure
index 0a2b986..53e2931 100755
--- a/configure
+++ b/configure
@@ -15029,7 +15029,7 @@
 wine_fn_config_dll monodebg.vxd enable_win16
 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
 wine_fn_config_dll mouse.drv16 enable_win16
-wine_fn_config_dll mpr enable_mpr implib
+wine_fn_config_dll mpr enable_mpr po,implib
 wine_fn_config_dll mprapi enable_mprapi implib
 wine_fn_config_dll msacm.dll16 enable_win16
 wine_fn_config_dll msacm32.drv enable_msacm32_drv
diff --git a/configure.ac b/configure.ac
index a67614f..daa97b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2558,7 +2558,7 @@
 WINE_CONFIG_DLL(monodebg.vxd,enable_win16)
 WINE_CONFIG_DLL(mountmgr.sys)
 WINE_CONFIG_DLL(mouse.drv16,enable_win16)
-WINE_CONFIG_DLL(mpr,,[implib])
+WINE_CONFIG_DLL(mpr,,[po,implib])
 WINE_CONFIG_DLL(mprapi,,[implib])
 WINE_CONFIG_DLL(msacm.dll16,enable_win16)
 WINE_CONFIG_DLL(msacm32.drv)
diff --git a/dlls/mpr/Makefile.in b/dlls/mpr/Makefile.in
index 83e78b7..ab6f1f4 100644
--- a/dlls/mpr/Makefile.in
+++ b/dlls/mpr/Makefile.in
@@ -11,6 +11,7 @@
 	wnet.c
 
 RC_SRCS = \
+	mpr.rc \
 	mpr_Bg.rc \
 	mpr_Cs.rc \
 	mpr_Da.rc \
@@ -36,7 +37,8 @@
 	mpr_Sv.rc \
 	mpr_Tr.rc \
 	mpr_Uk.rc \
-	mpr_Zh.rc \
-	version.rc
+	mpr_Zh.rc
+
+PO_SRCS = mpr.rc
 
 @MAKE_DLL_RULES@
diff --git a/dlls/mpr/version.rc b/dlls/mpr/mpr.rc
similarity index 88%
rename from dlls/mpr/version.rc
rename to dlls/mpr/mpr.rc
index c27f9c7..e48f538 100644
--- a/dlls/mpr/version.rc
+++ b/dlls/mpr/mpr.rc
@@ -1,5 +1,5 @@
 /*
- * MPR dll version resources
+ * MPR dll resources
  *
  * Copyright (C) 2004 Juan Lang
  *
@@ -18,6 +18,15 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "mprres.h"
+
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+    IDS_ENTIRENETWORK "Entire Network"
+}
+
 #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
index a3f15a6..66e8735 100644
--- a/dlls/mpr/mpr_Bg.rc
+++ b/dlls/mpr/mpr_Bg.rc
@@ -22,11 +22,6 @@
 
 LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Öÿëàòà ìðåæà"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Âúâåäåòå ìðåæîâà ïàðîëà"
diff --git a/dlls/mpr/mpr_Cs.rc b/dlls/mpr/mpr_Cs.rc
index 2bbdf3b..ef501fb 100644
--- a/dlls/mpr/mpr_Cs.rc
+++ b/dlls/mpr/mpr_Cs.rc
@@ -25,11 +25,6 @@
 
 /* Czech strings in CP1250 */
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Celá sí"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Zadání síového hesla"
diff --git a/dlls/mpr/mpr_Da.rc b/dlls/mpr/mpr_Da.rc
index ae03903..cc46b00 100644
--- a/dlls/mpr/mpr_Da.rc
+++ b/dlls/mpr/mpr_Da.rc
@@ -22,11 +22,6 @@
 
 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Hele netværket"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Skriv netværkskodeord"
diff --git a/dlls/mpr/mpr_De.rc b/dlls/mpr/mpr_De.rc
index 566529f..912c08a 100644
--- a/dlls/mpr/mpr_De.rc
+++ b/dlls/mpr/mpr_De.rc
@@ -24,11 +24,6 @@
 
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Gesamtes Netzwerk"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Netzwerkkennung eingeben"
diff --git a/dlls/mpr/mpr_En.rc b/dlls/mpr/mpr_En.rc
index cf369c6..82fc2b1 100644
--- a/dlls/mpr/mpr_En.rc
+++ b/dlls/mpr/mpr_En.rc
@@ -22,11 +22,6 @@
 
 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Entire Network"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Enter Network Password"
diff --git a/dlls/mpr/mpr_Eo.rc b/dlls/mpr/mpr_Eo.rc
index 3ad76fa..d4e559c 100644
--- a/dlls/mpr/mpr_Eo.rc
+++ b/dlls/mpr/mpr_Eo.rc
@@ -22,11 +22,6 @@
 
 LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Tuta Reto"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Enmetu Retan Pasvorton"
diff --git a/dlls/mpr/mpr_Es.rc b/dlls/mpr/mpr_Es.rc
index 7295135..ac8d930 100644
--- a/dlls/mpr/mpr_Es.rc
+++ b/dlls/mpr/mpr_Es.rc
@@ -22,11 +22,6 @@
 
 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Toda la red"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Introduzca contraseña de red"
diff --git a/dlls/mpr/mpr_Fr.rc b/dlls/mpr/mpr_Fr.rc
index 700afc1..2e77249 100644
--- a/dlls/mpr/mpr_Fr.rc
+++ b/dlls/mpr/mpr_Fr.rc
@@ -26,11 +26,6 @@
 
 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Le réseau entier"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 210, 146
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Entrez le mot de passe réseau"
diff --git a/dlls/mpr/mpr_He.rc b/dlls/mpr/mpr_He.rc
index 38bdb4d..02f1539 100644
--- a/dlls/mpr/mpr_He.rc
+++ b/dlls/mpr/mpr_He.rc
@@ -25,11 +25,6 @@
 
 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "הרשת כולה"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 EXSTYLE WS_EX_LAYOUTRTL
diff --git a/dlls/mpr/mpr_Hu.rc b/dlls/mpr/mpr_Hu.rc
index 9870a6d..dc5ea51 100644
--- a/dlls/mpr/mpr_Hu.rc
+++ b/dlls/mpr/mpr_Hu.rc
@@ -22,11 +22,6 @@
 
 LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Teljes hálózat"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Hálózati jelszó megadása"
diff --git a/dlls/mpr/mpr_It.rc b/dlls/mpr/mpr_It.rc
index b1cc06f..c5d1f0e 100644
--- a/dlls/mpr/mpr_It.rc
+++ b/dlls/mpr/mpr_It.rc
@@ -26,11 +26,6 @@
 
 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Tutta la rete"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Inserisci la password di rete"
diff --git a/dlls/mpr/mpr_Ja.rc b/dlls/mpr/mpr_Ja.rc
index 0bd8ac5..7b7f9d2 100644
--- a/dlls/mpr/mpr_Ja.rc
+++ b/dlls/mpr/mpr_Ja.rc
@@ -25,11 +25,6 @@
 
 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "ネットワーク全体"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "ネットワーク用パスワードを入力"
diff --git a/dlls/mpr/mpr_Ko.rc b/dlls/mpr/mpr_Ko.rc
index 43eab87..d66b021 100644
--- a/dlls/mpr/mpr_Ko.rc
+++ b/dlls/mpr/mpr_Ko.rc
@@ -25,11 +25,6 @@
 
 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "전체 네트워크"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "네트워크 암호 입력"
diff --git a/dlls/mpr/mpr_Lt.rc b/dlls/mpr/mpr_Lt.rc
index b72fe1d..9a3dd84 100644
--- a/dlls/mpr/mpr_Lt.rc
+++ b/dlls/mpr/mpr_Lt.rc
@@ -25,11 +25,6 @@
 
 LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Visas tinklas"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Įveskite tinklo slaptažodį"
diff --git a/dlls/mpr/mpr_Nl.rc b/dlls/mpr/mpr_Nl.rc
index 611539f..c0baa99 100644
--- a/dlls/mpr/mpr_Nl.rc
+++ b/dlls/mpr/mpr_Nl.rc
@@ -23,11 +23,6 @@
 
 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Gehele netwerk"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Voer het Netwerk Wachtwoord in"
diff --git a/dlls/mpr/mpr_No.rc b/dlls/mpr/mpr_No.rc
index 3035508..e48e780 100644
--- a/dlls/mpr/mpr_No.rc
+++ b/dlls/mpr/mpr_No.rc
@@ -22,11 +22,6 @@
 
 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Hele nettverket"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Skriv inn nettverkspassord"
diff --git a/dlls/mpr/mpr_Pl.rc b/dlls/mpr/mpr_Pl.rc
index 90a5fa1..1ee5961 100644
--- a/dlls/mpr/mpr_Pl.rc
+++ b/dlls/mpr/mpr_Pl.rc
@@ -23,11 +23,6 @@
 
 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Ca³a sieæ"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Wpisz has³o sieci"
diff --git a/dlls/mpr/mpr_Pt.rc b/dlls/mpr/mpr_Pt.rc
index d40460e..f8a9bf2 100644
--- a/dlls/mpr/mpr_Pt.rc
+++ b/dlls/mpr/mpr_Pt.rc
@@ -23,14 +23,6 @@
 
 #pragma code_page(65001)
 
-LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Toda a rede"
-}
-
-
 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
 
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
diff --git a/dlls/mpr/mpr_Ro.rc b/dlls/mpr/mpr_Ro.rc
index ead1d42..567b2b7 100644
--- a/dlls/mpr/mpr_Ro.rc
+++ b/dlls/mpr/mpr_Ro.rc
@@ -23,11 +23,6 @@
 
 #pragma code_page(65001)
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Toată rețeaua"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Introducere parolă de rețea"
diff --git a/dlls/mpr/mpr_Ru.rc b/dlls/mpr/mpr_Ru.rc
index 1e1ffe7..c285cf4 100644
--- a/dlls/mpr/mpr_Ru.rc
+++ b/dlls/mpr/mpr_Ru.rc
@@ -25,11 +25,6 @@
 
 LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Вся сеть"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Введите сетевой пароль"
diff --git a/dlls/mpr/mpr_Si.rc b/dlls/mpr/mpr_Si.rc
index c9098f2..4807e3b 100644
--- a/dlls/mpr/mpr_Si.rc
+++ b/dlls/mpr/mpr_Si.rc
@@ -24,11 +24,6 @@
 
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Celotno omrežje"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Vnesite omrežno geslo"
diff --git a/dlls/mpr/mpr_Sr.rc b/dlls/mpr/mpr_Sr.rc
index e50729e..e63bd46 100644
--- a/dlls/mpr/mpr_Sr.rc
+++ b/dlls/mpr/mpr_Sr.rc
@@ -25,11 +25,6 @@
 
 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Цела мрежа"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Унос мрежне лозинке"
@@ -52,11 +47,6 @@
 
 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Cela mreža"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Unos mrežne lozinke"
diff --git a/dlls/mpr/mpr_Sv.rc b/dlls/mpr/mpr_Sv.rc
index c1da38c..0ef5b73 100644
--- a/dlls/mpr/mpr_Sv.rc
+++ b/dlls/mpr/mpr_Sv.rc
@@ -22,11 +22,6 @@
 
 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Hela nätverket"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Ange nätverkslösenord"
diff --git a/dlls/mpr/mpr_Tr.rc b/dlls/mpr/mpr_Tr.rc
index 5890e7b..be6d7f7 100644
--- a/dlls/mpr/mpr_Tr.rc
+++ b/dlls/mpr/mpr_Tr.rc
@@ -22,11 +22,6 @@
 
 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Tüm Að"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Að Parolanýzý Girin"
diff --git a/dlls/mpr/mpr_Uk.rc b/dlls/mpr/mpr_Uk.rc
index 35ddf3c..4348344 100644
--- a/dlls/mpr/mpr_Uk.rc
+++ b/dlls/mpr/mpr_Uk.rc
@@ -26,11 +26,6 @@
 
 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "Вся Мережа"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Введіть Мережний Пароль"
diff --git a/dlls/mpr/mpr_Zh.rc b/dlls/mpr/mpr_Zh.rc
index bd82626..c88c5b3 100644
--- a/dlls/mpr/mpr_Zh.rc
+++ b/dlls/mpr/mpr_Zh.rc
@@ -25,11 +25,6 @@
 
 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "整个网络"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "输入网络密码"
@@ -52,11 +47,6 @@
 
 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
 
-STRINGTABLE
-{
-    IDS_ENTIRENETWORK "整個網路"
-}
-
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "輸入網路密碼"
diff --git a/po/ar.po b/po/ar.po
index aa427ba..3c696c7 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1725,6 +1725,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/bg.po b/po/bg.po
index 5f051a0..8a0f289 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1725,6 +1725,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Цялата мрежа"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/cs.po b/po/cs.po
index e6aa336..1c4b4e4 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1767,6 +1767,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Celá síť"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/da.po b/po/da.po
index ef33eb8..b12d81c 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1771,6 +1771,10 @@
 msgid "Send Mail"
 msgstr "Send Mail"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Hele netværket"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/de.po b/po/de.po
index d6fec3f..80b11c3 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1813,6 +1813,10 @@
 msgid "Send Mail"
 msgstr "E-Mail senden"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Gesamtes Netzwerk"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/el.po b/po/el.po
index d2ca401..13ca7dc 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1722,6 +1722,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/en.po b/po/en.po
index d1b89c5..5ca88cf 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1751,6 +1751,10 @@
 msgid "Send Mail"
 msgstr "Send Mail"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/en_US.po b/po/en_US.po
index 793e9af..75e4f90 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -1761,6 +1761,10 @@
 msgid "Send Mail"
 msgstr "Send Mail"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Entire Network"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/eo.po b/po/eo.po
index c5bf48a..80f0fcc 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -1734,6 +1734,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Tuta Reto"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/es.po b/po/es.po
index 517f44e..2be7c39 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1777,6 +1777,10 @@
 msgid "Send Mail"
 msgstr "Enviar correo"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Toda la red"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/fa.po b/po/fa.po
index d6e3efe..b8b3dcc 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -1725,6 +1725,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/fi.po b/po/fi.po
index a71dea8..195dbc0 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1747,6 +1747,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/fr.po b/po/fr.po
index 3424be8..56af3bb 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1802,6 +1802,10 @@
 msgid "Send Mail"
 msgstr "Envoyer un courriel"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Le réseau entier"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/he.po b/po/he.po
index 68f623f..8e888ea 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1748,6 +1748,10 @@
 msgid "Send Mail"
 msgstr "שליחת דוא״ל"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "הרשת כולה"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/hi.po b/po/hi.po
index e934053..28fc874 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1718,6 +1718,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/hu.po b/po/hu.po
index 15cfbbf..9585b7b 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1787,6 +1787,10 @@
 msgid "Send Mail"
 msgstr "Levélküldés"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Teljes hálózat"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/it.po b/po/it.po
index 96a2768..fec3d5b 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1846,6 +1846,10 @@
 msgid "Send Mail"
 msgstr "Invia Mail"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Tutta la rete"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ja.po b/po/ja.po
index ca30650..a257757 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1770,6 +1770,10 @@
 msgid "Send Mail"
 msgstr "メール送信"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "ネットワーク全体"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ko.po b/po/ko.po
index 37e52f9..bc320d1 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1826,6 +1826,10 @@
 msgid "Send Mail"
 msgstr "메일 보내기"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "전체 네트워크"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/lt.po b/po/lt.po
index 077909d..c1c9261 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1773,6 +1773,10 @@
 msgid "Send Mail"
 msgstr "Laiškų siuntimas"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Visas tinklas"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ml.po b/po/ml.po
index f040f07..b6f5aae 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -1718,6 +1718,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 398e537..d9d4812 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -1843,6 +1843,10 @@
 msgid "Send Mail"
 msgstr "Send e-post"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Hele nettverket"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/nl.po b/po/nl.po
index 6e92082..acbc38a 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1861,6 +1861,10 @@
 msgid "Send Mail"
 msgstr "Verstuur Mail"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Gehele netwerk"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/or.po b/po/or.po
index 3bd1dcc..de640f3 100644
--- a/po/or.po
+++ b/po/or.po
@@ -1718,6 +1718,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/pa.po b/po/pa.po
index 7382441..a60316a 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -1718,6 +1718,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/pl.po b/po/pl.po
index b94d4e1..7f2e235 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1798,6 +1798,10 @@
 msgid "Send Mail"
 msgstr "Wysyłanie maila"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Cała sieć"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 94c2791..c87c9c8 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1857,6 +1857,10 @@
 msgid "Send Mail"
 msgstr "Enviar E-mail"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Toda a rede"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/pt_PT.po b/po/pt_PT.po
index a7dce82..91f2cbe 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -1861,6 +1861,10 @@
 msgid "Send Mail"
 msgstr "Enviar Correio"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Toda a rede"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/rm.po b/po/rm.po
index 84d023c..3143460 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -1727,6 +1727,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ro.po b/po/ro.po
index 83bdaa9..d79e38d 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1858,6 +1858,10 @@
 msgid "Send Mail"
 msgstr "Trimite emailul"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Toată rețeaua"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ru.po b/po/ru.po
index 2901f4e..5e526d8 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1767,6 +1767,10 @@
 msgid "Send Mail"
 msgstr "Отправка почты"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Вся сеть"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sk.po b/po/sk.po
index d9adefe..d70082a 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1725,6 +1725,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sl.po b/po/sl.po
index af94c6d..ee169f4 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1767,6 +1767,10 @@
 msgid "Send Mail"
 msgstr "Pošlji"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Celotno omrežje"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index 6b8d02b..e1f81e8 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -1748,6 +1748,10 @@
 msgid "Send Mail"
 msgstr "Пошаљи поруку"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Цела мрежа"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 85acc6f..ae2a2c6 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -1760,6 +1760,10 @@
 msgid "Send Mail"
 msgstr "Pošalji poruku"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Cela mreža"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sv.po b/po/sv.po
index aaad46f..0348d8a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1798,6 +1798,10 @@
 msgid "Send Mail"
 msgstr "Skicka e-post"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Hela nätverket"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/te.po b/po/te.po
index c061b06..1cb6b6c 100644
--- a/po/te.po
+++ b/po/te.po
@@ -1718,6 +1718,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/th.po b/po/th.po
index 5628d0f..d1984ef 100644
--- a/po/th.po
+++ b/po/th.po
@@ -1724,6 +1724,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/tr.po b/po/tr.po
index 0d77f0f..fd96642 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1764,6 +1764,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Tüm Ağ"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/uk.po b/po/uk.po
index 8fe46a5..7007231 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1770,6 +1770,10 @@
 msgid "Send Mail"
 msgstr "Відсилання пошти"
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "Вся Мережа"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/wa.po b/po/wa.po
index 9916ba4..1a75e05 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -1725,6 +1725,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/wine.pot b/po/wine.pot
index 77f12f7..a6de765 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -1712,6 +1712,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c4e2aac..f964fef 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1743,6 +1743,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "整个网络"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 00d696a..bc41a52 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1742,6 +1742,10 @@
 msgid "Send Mail"
 msgstr ""
 
+#: mpr.rc:27
+msgid "Entire Network"
+msgstr "整個網路"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "