From 142d41644048b9939beb103e7b05a161327751be Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 12 Jan 2011 16:27:50 +0100 Subject: [PATCH] mpr: Convert string table resources to po files. --- configure | 2 +- configure.ac | 2 +- dlls/mpr/Makefile.in | 6 ++++-- dlls/mpr/{version.rc => mpr.rc} | 11 ++++++++++- dlls/mpr/mpr_Bg.rc | 5 ----- dlls/mpr/mpr_Cs.rc | 5 ----- dlls/mpr/mpr_Da.rc | 5 ----- dlls/mpr/mpr_De.rc | 5 ----- dlls/mpr/mpr_En.rc | 5 ----- dlls/mpr/mpr_Eo.rc | 5 ----- dlls/mpr/mpr_Es.rc | 5 ----- dlls/mpr/mpr_Fr.rc | 5 ----- dlls/mpr/mpr_He.rc | 5 ----- dlls/mpr/mpr_Hu.rc | 5 ----- dlls/mpr/mpr_It.rc | 5 ----- dlls/mpr/mpr_Ja.rc | 5 ----- dlls/mpr/mpr_Ko.rc | 5 ----- dlls/mpr/mpr_Lt.rc | 5 ----- dlls/mpr/mpr_Nl.rc | 5 ----- dlls/mpr/mpr_No.rc | 5 ----- dlls/mpr/mpr_Pl.rc | 5 ----- dlls/mpr/mpr_Pt.rc | 8 -------- dlls/mpr/mpr_Ro.rc | 5 ----- dlls/mpr/mpr_Ru.rc | 5 ----- dlls/mpr/mpr_Si.rc | 5 ----- dlls/mpr/mpr_Sr.rc | 10 ---------- dlls/mpr/mpr_Sv.rc | 5 ----- dlls/mpr/mpr_Tr.rc | 5 ----- dlls/mpr/mpr_Uk.rc | 5 ----- dlls/mpr/mpr_Zh.rc | 10 ---------- po/ar.po | 4 ++++ po/bg.po | 4 ++++ po/cs.po | 4 ++++ po/da.po | 4 ++++ po/de.po | 4 ++++ po/el.po | 4 ++++ po/en.po | 4 ++++ po/en_US.po | 4 ++++ po/eo.po | 4 ++++ po/es.po | 4 ++++ po/fa.po | 4 ++++ po/fi.po | 4 ++++ po/fr.po | 4 ++++ po/he.po | 4 ++++ po/hi.po | 4 ++++ po/hu.po | 4 ++++ po/it.po | 4 ++++ po/ja.po | 4 ++++ po/ko.po | 4 ++++ po/lt.po | 4 ++++ po/ml.po | 4 ++++ po/nb_NO.po | 4 ++++ po/nl.po | 4 ++++ po/or.po | 4 ++++ po/pa.po | 4 ++++ po/pl.po | 4 ++++ po/pt_BR.po | 4 ++++ po/pt_PT.po | 4 ++++ po/rm.po | 4 ++++ po/ro.po | 4 ++++ po/ru.po | 4 ++++ po/sk.po | 4 ++++ po/sl.po | 4 ++++ po/sr_RS@cyrillic.po | 4 ++++ po/sr_RS@latin.po | 4 ++++ po/sv.po | 4 ++++ po/te.po | 4 ++++ po/th.po | 4 ++++ po/tr.po | 4 ++++ po/uk.po | 4 ++++ po/wa.po | 4 ++++ po/wine.pot | 4 ++++ po/zh_CN.po | 4 ++++ po/zh_TW.po | 4 ++++ 74 files changed, 192 insertions(+), 148 deletions(-) rename dlls/mpr/{version.rc => mpr.rc} (88%) diff --git a/configure b/configure index 0a2b9861f63..53e293189cc 100755 --- a/configure +++ b/configure @@ -15029,7 +15029,7 @@ wine_fn_config_dll mmsystem.dll16 enable_win16 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 a67614f158a..daa97b5c19a 100644 --- a/configure.ac +++ b/configure.ac @@ -2558,7 +2558,7 @@ WINE_CONFIG_DLL(mmsystem.dll16,enable_win16) 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 83e78b73a44..ab6f1f4849c 100644 --- a/dlls/mpr/Makefile.in +++ b/dlls/mpr/Makefile.in @@ -11,6 +11,7 @@ C_SRCS = \ wnet.c RC_SRCS = \ + mpr.rc \ mpr_Bg.rc \ mpr_Cs.rc \ mpr_Da.rc \ @@ -36,7 +37,8 @@ RC_SRCS = \ 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 c27f9c78889..e48f5381c98 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 a3f15a6c87c..66e87358c94 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 2bbdf3b1804..ef501fb8f64 100644 --- a/dlls/mpr/mpr_Cs.rc +++ b/dlls/mpr/mpr_Cs.rc @@ -25,11 +25,6 @@ LANGUAGE LANG_CZECH, SUBLANG_DEFAULT /* 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 "Zadn sovho hesla" diff --git a/dlls/mpr/mpr_Da.rc b/dlls/mpr/mpr_Da.rc index ae03903a2f4..cc46b00d979 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 netvrket" -} - IDD_PROXYDLG DIALOG 36, 24, 250, 154 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Skriv netvrkskodeord" diff --git a/dlls/mpr/mpr_De.rc b/dlls/mpr/mpr_De.rc index 566529f89fb..912c08a163c 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 cf369c60f9e..82fc2b153eb 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 3ad76faa656..d4e559cac35 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 72951354830..ac8d93028e6 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 contrasea de red" diff --git a/dlls/mpr/mpr_Fr.rc b/dlls/mpr/mpr_Fr.rc index 700afc10c04..2e77249675f 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 38bdb4d3c7c..02f15397427 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 9870a6dd0d2..dc5ea512527 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 hlzat" -} - IDD_PROXYDLG DIALOG 36, 24, 250, 154 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Hlzati jelsz megadsa" diff --git a/dlls/mpr/mpr_It.rc b/dlls/mpr/mpr_It.rc index b1cc06f2ab9..c5d1f0e8bcc 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 0bd8ac57537..7b7f9d2eea0 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 43eab876d52..d66b0212774 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 b72fe1d432a..9a3dd84b4a7 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 611539fbf49..c0baa994aea 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 3035508bf40..e48e7806e2c 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 90a5fa1ee5e..1ee5961de9a 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 "Caa sie" -} - IDD_PROXYDLG DIALOG 36, 24, 250, 154 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Wpisz haso sieci" diff --git a/dlls/mpr/mpr_Pt.rc b/dlls/mpr/mpr_Pt.rc index d40460e825c..f8a9bf231dc 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 ead1d420933..567b2b767d4 100644 --- a/dlls/mpr/mpr_Ro.rc +++ b/dlls/mpr/mpr_Ro.rc @@ -23,11 +23,6 @@ LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL #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 1e1ffe76581..c285cf468a2 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 c9098f2abd5..4807e3bb9db 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 e50729eff9b..e63bd463e49 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 @@ FONT 8, "MS Shell Dlg" 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 c1da38ca846..0ef5b73c932 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 ntverket" -} - IDD_PROXYDLG DIALOG 36, 24, 250, 154 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Ange ntverkslsenord" diff --git a/dlls/mpr/mpr_Tr.rc b/dlls/mpr/mpr_Tr.rc index 5890e7bd5fb..be6d7f75aee 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 "Tm A" -} - IDD_PROXYDLG DIALOG 36, 24, 250, 154 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "A Parolanz Girin" diff --git a/dlls/mpr/mpr_Uk.rc b/dlls/mpr/mpr_Uk.rc index 35ddf3c48e0..434834494e6 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 bd82626cd9a..c88c5b3d2df 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 @@ FONT 9, "MS Shell Dlg" 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 aa427ba780b..3c696c709b4 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1725,6 +1725,10 @@ msgstr "" 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 5f051a0a45a..8a0f289e0c1 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1725,6 +1725,10 @@ msgstr "" 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 e6aa336eb4d..1c4b4e41101 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1767,6 +1767,10 @@ msgstr "" 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 ef33eb8e1bc..b12d81cb2ad 100644 --- a/po/da.po +++ b/po/da.po @@ -1771,6 +1771,10 @@ msgstr "" 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 d6fec3fc40d..80b11c3c53d 100644 --- a/po/de.po +++ b/po/de.po @@ -1813,6 +1813,10 @@ msgstr "" 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 d2ca40132c6..13ca7dcccce 100644 --- a/po/el.po +++ b/po/el.po @@ -1722,6 +1722,10 @@ msgstr "" 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 d1b89c52bf3..5ca88cfaa34 100644 --- a/po/en.po +++ b/po/en.po @@ -1751,6 +1751,10 @@ msgstr "Mail sending failed as you do not have a MAPI mail client installed." 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 793e9af7b74..75e4f9046de 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -1761,6 +1761,10 @@ msgstr "Mail sending failed as you do not have a MAPI mail client installed." 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 c5bf48ac470..80f0fcc95ab 100644 --- a/po/eo.po +++ b/po/eo.po @@ -1734,6 +1734,10 @@ msgstr "" 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 517f44e88a9..2be7c394681 100644 --- a/po/es.po +++ b/po/es.po @@ -1777,6 +1777,10 @@ msgstr "" 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 d6e3efea6bc..b8b3dcc8183 100644 --- a/po/fa.po +++ b/po/fa.po @@ -1725,6 +1725,10 @@ msgstr "" 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 a71dea89936..195dbc04c45 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1747,6 +1747,10 @@ msgstr "" 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 3424be839dc..56af3bb4d4f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1802,6 +1802,10 @@ msgstr "" 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 68f623fe53f..8e888ea91bd 100644 --- a/po/he.po +++ b/po/he.po @@ -1748,6 +1748,10 @@ msgstr "שליחת הודעת הדוא״ל נכשלה כיוון שאין לך 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 e9340534493..28fc874f8a8 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1718,6 +1718,10 @@ msgstr "" 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 15cfbbf5cae..9585b7b91cd 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1787,6 +1787,10 @@ msgstr "" 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 96a2768638b..fec3d5b088f 100644 --- a/po/it.po +++ b/po/it.po @@ -1846,6 +1846,10 @@ msgstr "" 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 ca306502416..a25775747b6 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1770,6 +1770,10 @@ msgstr "" 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 37e52f90d40..bc320d1a22a 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1826,6 +1826,10 @@ msgstr "설치된 MAPI 메일 클라이언트가 없어서 메일 보내기 실 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 077909db6a6..c1c9261d3cd 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1773,6 +1773,10 @@ msgstr "Nepavyko išsiųsti laiškų, nes neturite įdiegto MAPI pašto kliento. 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 f040f076bbf..b6f5aae89b1 100644 --- a/po/ml.po +++ b/po/ml.po @@ -1718,6 +1718,10 @@ msgstr "" 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 398e537f687..d9d48121662 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1843,6 +1843,10 @@ msgstr "Klarte ikke sende e-post fordi en MAPI-klient ikke er installert." 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 6e92082e1d8..acbc38ab6cb 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1861,6 +1861,10 @@ msgstr "" 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 3bd1dcc7e85..de640f316f3 100644 --- a/po/or.po +++ b/po/or.po @@ -1718,6 +1718,10 @@ msgstr "" 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 738244121db..a60316a2641 100644 --- a/po/pa.po +++ b/po/pa.po @@ -1718,6 +1718,10 @@ msgstr "" 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 b94d4e11d41..7f2e235dd72 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1798,6 +1798,10 @@ msgstr "" 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 94c2791a535..c87c9c852c1 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1857,6 +1857,10 @@ msgstr "" 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 a7dce82fa51..91f2cbe04f0 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -1861,6 +1861,10 @@ msgstr "" 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 84d023c4b69..31434606b99 100644 --- a/po/rm.po +++ b/po/rm.po @@ -1727,6 +1727,10 @@ msgstr "" 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 83bdaa93854..d79e38d948b 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1858,6 +1858,10 @@ msgstr "" 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 2901f4e4c17..5e526d8b762 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1767,6 +1767,10 @@ msgstr "Невозможно отправить почту: не установ 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 d9adefe0c3c..d70082af684 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1725,6 +1725,10 @@ msgstr "" 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 af94c6d2362..ee169f4f78d 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1767,6 +1767,10 @@ msgstr "Pošiljanje ni uspelo, ker nimate nameščenega MAPI klienta." 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 6b8d02bb7f9..e1f81e8b4b0 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -1748,6 +1748,10 @@ msgstr "Слање поруке није успело јер MAPI поштанс 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 85acc6f963b..ae2a2c6951e 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -1760,6 +1760,10 @@ msgstr "Slanje poruke nije uspelo jer MAPI poštanski klijent nije instaliran." 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 aaad46f8e30..0348d8a5ac9 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1798,6 +1798,10 @@ msgstr "" 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 c061b06cc1f..1cb6b6c9b19 100644 --- a/po/te.po +++ b/po/te.po @@ -1718,6 +1718,10 @@ msgstr "" 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 5628d0fa619..d1984efd74e 100644 --- a/po/th.po +++ b/po/th.po @@ -1724,6 +1724,10 @@ msgstr "" 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 0d77f0f0ad1..fd96642d1f5 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1764,6 +1764,10 @@ msgstr "" 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 8fe46a5ce28..700723127c2 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1770,6 +1770,10 @@ msgstr "Неможливо відіслати пошту: не встановл 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 9916ba46a26..1a75e05b636 100644 --- a/po/wa.po +++ b/po/wa.po @@ -1725,6 +1725,10 @@ msgstr "" 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 77f12f74692..a6de76576af 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -1712,6 +1712,10 @@ msgstr "" 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 c4e2aac71fd..f964fef9ec3 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1743,6 +1743,10 @@ msgstr "" 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 00d696acdda..bc41a52c551 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1742,6 +1742,10 @@ msgstr "" 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 "