From 393a125f4ac3c2ce8fa44b582e3eaf6093be910e Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 31 Oct 2011 13:29:58 +0100 Subject: [PATCH] wineboot: Convert dialogs to po files. --- configure | 2 +- configure.ac | 2 +- po/ar.po | 28 +++++++++ po/bg.po | 31 +++++++++ po/ca.po | 32 ++++++++++ po/cs.po | 30 +++++++++ po/da.po | 31 +++++++++ po/de.po | 32 ++++++++++ po/el.po | 28 +++++++++ po/en.po | 28 +++++++++ po/en_US.po | 32 ++++++++++ po/eo.po | 30 +++++++++ po/es.po | 32 ++++++++++ po/fa.po | 28 +++++++++ po/fi.po | 29 +++++++++ po/fr.po | 34 ++++++++++ po/he.po | 31 +++++++++ po/hi.po | 29 +++++++++ po/hu.po | 32 ++++++++++ po/it.po | 33 ++++++++++ po/ja.po | 34 ++++++++++ po/ko.po | 34 ++++++++++ po/lt.po | 31 +++++++++ po/ml.po | 29 +++++++++ po/nb_NO.po | 32 ++++++++++ po/nl.po | 32 ++++++++++ po/or.po | 29 +++++++++ po/pa.po | 29 +++++++++ po/pl.po | 32 ++++++++++ po/pt_BR.po | 33 ++++++++++ po/pt_PT.po | 33 ++++++++++ po/rm.po | 29 +++++++++ po/ro.po | 31 +++++++++ po/ru.po | 34 ++++++++++ po/sk.po | 30 +++++++++ po/sl.po | 32 ++++++++++ po/sr_RS@cyrillic.po | 32 ++++++++++ po/sr_RS@latin.po | 32 ++++++++++ po/sv.po | 32 ++++++++++ po/te.po | 29 +++++++++ po/th.po | 29 +++++++++ po/tr.po | 32 ++++++++++ po/uk.po | 31 +++++++++ po/wa.po | 30 +++++++++ po/wine.pot | 28 +++++++++ po/zh_CN.po | 31 +++++++++ po/zh_TW.po | 31 +++++++++ programs/wineboot/Makefile.in | 52 +++++---------- programs/wineboot/{wineboot_En.rc => wineboot.rc} | 12 ++-- programs/wineboot/wineboot_Da.rc | 48 -------------- programs/wineboot/wineboot_De.rc | 50 --------------- programs/wineboot/wineboot_Es.rc | 50 --------------- programs/wineboot/wineboot_Fr.rc | 51 --------------- programs/wineboot/wineboot_He.rc | 52 --------------- programs/wineboot/wineboot_It.rc | 50 --------------- programs/wineboot/wineboot_Ja.rc | 50 --------------- programs/wineboot/wineboot_Ko.rc | 51 --------------- programs/wineboot/wineboot_Lt.rc | 50 --------------- programs/wineboot/wineboot_Nl.rc | 49 --------------- programs/wineboot/wineboot_No.rc | 50 --------------- programs/wineboot/wineboot_Pl.rc | 49 --------------- programs/wineboot/wineboot_Pt.rc | 75 ---------------------- programs/wineboot/wineboot_Ro.rc | 50 --------------- programs/wineboot/wineboot_Ru.rc | 50 --------------- programs/wineboot/wineboot_Si.rc | 49 --------------- programs/wineboot/wineboot_Sr.rc | 76 ---------------------- programs/wineboot/wineboot_Sv.rc | 47 -------------- programs/wineboot/wineboot_Uk.rc | 51 --------------- programs/wineboot/wineboot_Zh.rc | 77 ----------------------- 69 files changed, 1414 insertions(+), 1120 deletions(-) rewrite programs/wineboot/Makefile.in (61%) rename programs/wineboot/{wineboot_En.rc => wineboot.rc} (80%) delete mode 100644 programs/wineboot/wineboot_Da.rc delete mode 100644 programs/wineboot/wineboot_De.rc delete mode 100644 programs/wineboot/wineboot_Es.rc delete mode 100644 programs/wineboot/wineboot_Fr.rc delete mode 100644 programs/wineboot/wineboot_He.rc delete mode 100644 programs/wineboot/wineboot_It.rc delete mode 100644 programs/wineboot/wineboot_Ja.rc delete mode 100644 programs/wineboot/wineboot_Ko.rc delete mode 100644 programs/wineboot/wineboot_Lt.rc delete mode 100644 programs/wineboot/wineboot_Nl.rc delete mode 100644 programs/wineboot/wineboot_No.rc delete mode 100644 programs/wineboot/wineboot_Pl.rc delete mode 100644 programs/wineboot/wineboot_Pt.rc delete mode 100644 programs/wineboot/wineboot_Ro.rc delete mode 100644 programs/wineboot/wineboot_Ru.rc delete mode 100644 programs/wineboot/wineboot_Si.rc delete mode 100644 programs/wineboot/wineboot_Sr.rc delete mode 100644 programs/wineboot/wineboot_Sv.rc delete mode 100644 programs/wineboot/wineboot_Uk.rc delete mode 100644 programs/wineboot/wineboot_Zh.rc diff --git a/configure b/configure index 07c4ef26700..e2f43ff4e4e 100755 --- a/configure +++ b/configure @@ -15350,7 +15350,7 @@ wine_fn_config_program termsv enable_termsv install wine_fn_config_program uninstaller enable_uninstaller install,po wine_fn_config_program unlodctr enable_unlodctr install wine_fn_config_program view enable_view install,po -wine_fn_config_program wineboot enable_wineboot install,installbin,manpage +wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po wine_fn_config_program winebrowser enable_winebrowser install wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po diff --git a/configure.ac b/configure.ac index c4e44af415c..4ca249355ed 100644 --- a/configure.ac +++ b/configure.ac @@ -2968,7 +2968,7 @@ WINE_CONFIG_PROGRAM(termsv,,[install]) WINE_CONFIG_PROGRAM(uninstaller,,[install,po]) WINE_CONFIG_PROGRAM(unlodctr,,[install]) WINE_CONFIG_PROGRAM(view,,[install,po]) -WINE_CONFIG_PROGRAM(wineboot,,[install,installbin,manpage]) +WINE_CONFIG_PROGRAM(wineboot,,[install,installbin,manpage,po]) WINE_CONFIG_PROGRAM(winebrowser,,[install]) WINE_CONFIG_PROGRAM(winecfg,,[install,installbin,manpage,po]) WINE_CONFIG_PROGRAM(wineconsole,,[install,installbin,manpage,po]) diff --git a/po/ar.po b/po/ar.po index ce22b243916..9c9991bfe98 100644 --- a/po/ar.po +++ b/po/ar.po @@ -9892,6 +9892,34 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/bg.po b/po/bg.po index 78c6151b179..b413234ddfa 100644 --- a/po/bg.po +++ b/po/bg.po @@ -10045,6 +10045,37 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +#, fuzzy +msgid "Cancel" +msgstr "Инсталиране..." + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "&Свойства на клетката" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +#, fuzzy +msgid "Wine" +msgstr "Wine Помощ" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "Библиотеки" diff --git a/po/ca.po b/po/ca.po index 9d338c50944..b822705da4e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -10409,6 +10409,38 @@ msgstr "A &Baix" msgid "Regular Metafile Viewer" msgstr "Visualitzador de Metafitxers Regular" +#: wineboot.rc:28 +#, fuzzy +msgid "Waiting for Program" +msgstr "No Disposat a Realitzar" + +#: wineboot.rc:31 +#, fuzzy +msgid "Cancel" +msgstr "Cancel·lant..." + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "No es pot Terminar el Procès" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +#, fuzzy +msgid "Wine" +msgstr "Ajuda de Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "Biblioteques" diff --git a/po/cs.po b/po/cs.po index 8789efba546..bb5cf6e6d6a 100644 --- a/po/cs.po +++ b/po/cs.po @@ -10488,6 +10488,36 @@ msgstr "&Dolů" msgid "Regular Metafile Viewer" msgstr "Obyčejný prohlížeč metasouborů" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "&Vlastnosti" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +#, fuzzy +msgid "Wine" +msgstr "WineMine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "Knihovny" diff --git a/po/da.po b/po/da.po index 40ab8b4482f..b1cb2ea1d8a 100644 --- a/po/da.po +++ b/po/da.po @@ -10595,6 +10595,37 @@ msgstr "Ne&d" msgid "Regular Metafile Viewer" msgstr "Normal metafil-fremviser" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Venter på program" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Annuller" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Afslut program" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"En simuleret genstart er igang, men dette program svarer ikke.\n" +"\n" +"Hvis du afslutter programmet kan du miste de data der ikke er gemt." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Wine konfigurationen i %s, er ved at blive opdateret, vent venligst..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Biblioteker" diff --git a/po/de.po b/po/de.po index f4be5380dc7..35f3263adf2 100644 --- a/po/de.po +++ b/po/de.po @@ -10445,6 +10445,38 @@ msgstr "&Unten" msgid "Regular Metafile Viewer" msgstr "Regulärer Metafile Betrachter" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Warten auf Programm" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Abbrechen" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Programm beenden" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Ein Abmelden oder Herunterfahren wird simuliert, aber dieses Programm " +"reagiert nicht.\n" +"\n" +"Wenn Sie das Programm beenden, können Sie ungespeicherte Daten verlieren." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Die Konfiguration von Wine in %s wird aktualisiert, bitte warten..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Bibliotheken" diff --git a/po/el.po b/po/el.po index faed1932307..b9d3224a7da 100644 --- a/po/el.po +++ b/po/el.po @@ -9899,6 +9899,34 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/en.po b/po/en.po index 5609368f572..467224cabc1 100644 --- a/po/en.po +++ b/po/en.po @@ -10143,6 +10143,34 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Waiting for Program" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Cancel" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Terminate Process" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/en_US.po b/po/en_US.po index a758e7cdb0b..d4ee98607b9 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -10320,6 +10320,38 @@ msgstr "&Down" msgid "Regular Metafile Viewer" msgstr "Regular Metafile Viewer" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Waiting for Program" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Cancel" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Terminate Process" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "The Wine configuration in %s is being updated, please wait..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Libraries" diff --git a/po/eo.po b/po/eo.po index 7178096bbd4..55ec6f828bf 100644 --- a/po/eo.po +++ b/po/eo.po @@ -10052,6 +10052,36 @@ msgstr "&Sube" msgid "Regular Metafile Viewer" msgstr "Videbligilo laý Regulaj Metadosieroj" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "&Ecoj" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +#, fuzzy +msgid "Wine" +msgstr "Wine Helpanto" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/es.po b/po/es.po index 88e07cb4098..5e29b391c75 100644 --- a/po/es.po +++ b/po/es.po @@ -10785,6 +10785,38 @@ msgstr "A&bajo" msgid "Regular Metafile Viewer" msgstr "Regular Metafile Viewer" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Esperando al programa" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Cancelar" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Terminar proceso" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Desconexión simulada o apagado en progreso, pero el programa no responde.\n" +"\n" +"Si termina el programa puede perder los datos no grabados." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" +"La configuración de Wine en %s está siendo actualizada, por favor espere..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Librerías" diff --git a/po/fa.po b/po/fa.po index 0128c39ceaa..f34827eaef4 100644 --- a/po/fa.po +++ b/po/fa.po @@ -9895,6 +9895,34 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/fi.po b/po/fi.po index 7a23970d30c..a426cda4275 100644 --- a/po/fi.po +++ b/po/fi.po @@ -10171,6 +10171,35 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "S&olun Ominaisuudet" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "Kirjastot" diff --git a/po/fr.po b/po/fr.po index f83b6a6d09f..cb2fb27fbe1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -10465,6 +10465,40 @@ msgstr "&Bas" msgid "Regular Metafile Viewer" msgstr "Visionneuse de fichiers Metafile réguliers" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Attente du programme" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Annuler" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Arrêter le programme" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Une simulation de déconnexion ou d'extinction de l'ordinateur est en cours, " +"mais ce programme ne répond pas.\n" +"\n" +"Si vous l'arrêtez, vous pouvez perdre toutes les données non enregistrées." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" +"La configuration de Wine est en cours de mise à jour dans %s ; veuillez " +"patienter..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Bibliothèques" diff --git a/po/he.po b/po/he.po index 3408210cd4f..f0c793bd370 100644 --- a/po/he.po +++ b/po/he.po @@ -10397,6 +10397,37 @@ msgstr "למ&טה" msgid "Regular Metafile Viewer" msgstr "מציג קובצי על רגיל" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "בהמתנה לתכנה" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "ביטול" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "חיסול התהליך" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"מתבצעת הדמייה של ניתוק או כיבוי, אך תכנית זו אינה מגיבה.\n" +"\n" +"אם התהליך יחוסל יתכן שכל הנתונים שלא נשמרו ילכו לאיבוד." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "התצורה של wine שב־%s מתעדכנת, נא להמתין..." + #: winecfg.rc:31 #, fuzzy msgid "Libraries" diff --git a/po/hi.po b/po/hi.po index f1c1ae3eaab..892d343314a 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9767,6 +9767,35 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "सूचना (&o)" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/hu.po b/po/hu.po index e1bf29f30da..8e57baeb4c0 100644 --- a/po/hu.po +++ b/po/hu.po @@ -10434,6 +10434,38 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +#, fuzzy +msgid "Waiting for Program" +msgstr "Nem akarja végrehajtani" + +#: wineboot.rc:31 +#, fuzzy +msgid "Cancel" +msgstr "Megszakítás..." + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "Tanusítvány szabályok" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +#, fuzzy +msgid "Wine" +msgstr "Wine súgó" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "Függvénykönyvtárak" diff --git a/po/it.po b/po/it.po index 3d36e7ef359..c0f1ae48b8b 100644 --- a/po/it.po +++ b/po/it.po @@ -10395,6 +10395,39 @@ msgstr "&Basso" msgid "Regular Metafile Viewer" msgstr "Visualizzatore di Metafile Regolari" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "In attesa del programma" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Annulla" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Termina il processo" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Una disconnessione o uno spegnimento simulato sono in corso, ma questo " +"programma non risponde.\n" +"\n" +"Se termini il processo rischi di perdere tutti i dati non salvati." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" +"La configurazione di Wine in %s è in aggiornamento, aspetta un momento..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Librerie" diff --git a/po/ja.po b/po/ja.po index fb4fdc42024..59d92db410a 100644 --- a/po/ja.po +++ b/po/ja.po @@ -10323,6 +10323,40 @@ msgstr "下(&D)" msgid "Regular Metafile Viewer" msgstr "標準メタファイル ビュアー" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "待機中" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "キャンセル" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "プロセスの終了" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"ログオフおよび、再起動のプロセスをシミュレートしていますが、プログラムは反応" +"していません。\n" +"\n" +"プロセスを終了させると、保存していないデータは全て失われます。" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" +"%s にある Wine 設定を更新しています。\n" +"しばらくお待ちください…。" + #: winecfg.rc:31 msgid "Libraries" msgstr "ライブラリ" diff --git a/po/ko.po b/po/ko.po index f36e0aa0f8d..70bdfa9c4a0 100644 --- a/po/ko.po +++ b/po/ko.po @@ -10288,6 +10288,40 @@ msgstr "아래(&D)" msgid "Regular Metafile Viewer" msgstr "정규 메타파일 보기" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "프로그램 대기중" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "취소" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "프로세스 끝내기" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"이 프로세스에 로그 오프나 종료를 시도했으나, 이 프로그램은 아무런 반응이 없습" +"니다.\n" +"\n" +"만약 당신이 이 프로세스를 끝낸다면 저장 하지 않은 모든 데이터를 잃어버릴 것입" +"니다." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" +"Wine 설정 %s 이 업데이트되는 중입니다, 잠시만 기다려주시기 바랍니다..." + #: winecfg.rc:31 msgid "Libraries" msgstr "라이브러리" diff --git a/po/lt.po b/po/lt.po index a6b57ca4b02..7b9cce4a936 100644 --- a/po/lt.po +++ b/po/lt.po @@ -10343,6 +10343,37 @@ msgstr "&Aukštyn" msgid "Regular Metafile Viewer" msgstr "Įprastinė metafailų žiūryklė" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Laukiama programos" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Atsisakyti" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Nutraukti procesą" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Vyksta simuliuotas atsijungimas ar stabdymas, bet ši programa neatsako.\n" +"\n" +"Jei nutrauksite procesą, tai galite prarasti visus neišsaugotus duomenis." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Wine konfigūracija (%s) yra atnaujinama, prašome palaukti..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Bibliotekos" diff --git a/po/ml.po b/po/ml.po index 385c20e8aff..5bd1eb8c3ee 100644 --- a/po/ml.po +++ b/po/ml.po @@ -9767,6 +9767,35 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "വി_വരം" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po index f85390b757b..a25ac773c7b 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -10626,6 +10626,38 @@ msgstr "Ne&d" msgid "Regular Metafile Viewer" msgstr "Vanlig metafil-framviser" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Venter på program" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Avbryt" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Avslutt programmet" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"En simulert avlogging eller avslutting har startet, men dette programmet " +"svarer ikke.\n" +"\n" +"Hvis du avslutter programmet kan all ulagret data gå tapt." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Vent mens Wine-oppsettet i «%s» blir oppdatert..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Biblioteker" diff --git a/po/nl.po b/po/nl.po index 8cb90762ec0..840de82abe3 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10481,6 +10481,38 @@ msgstr "O&mlaag" msgid "Regular Metafile Viewer" msgstr "Algemene Metafile weergave" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Wachtend op Programma" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Annuleren" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Beëindig Proces" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Een gesimuleerde uitlog- of afsluitactie is bezig, maar dit programma " +"reageert niet.\n" +"\n" +"Als u het proces beëindigt kunt u alle niet-opgeslagen data verliezen." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "De Wine configuratie in %s wordt bijgewerkt, even geduld a.u.b. ..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Bibliotheken" diff --git a/po/or.po b/po/or.po index c19f32ac1e3..ad3a4485edb 100644 --- a/po/or.po +++ b/po/or.po @@ -9767,6 +9767,35 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "ସୂଚନା (&o)" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/pa.po b/po/pa.po index 3ace818fa21..24467372912 100644 --- a/po/pa.po +++ b/po/pa.po @@ -9767,6 +9767,35 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "ਜਾਣਕਾਰੀ(&o)" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/pl.po b/po/pl.po index 7325678781b..7e8141a6524 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10327,6 +10327,38 @@ msgstr "Przesuń w &dół" msgid "Regular Metafile Viewer" msgstr "Podgląd plików WMF (Regular Metafile)" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Czekanie na program" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Anuluj" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Zakończ proces" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Trwa symulowanie wylogowania i restartu systemu, ale ten program nie " +"odpowiada.\n" +"\n" +"Jeżeli zakończysz jego proces, możesz stracić niezapisane dane." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Konfiguracja Wine w %s jest właśnie aktualizowana, proszę czekać..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Biblioteki" diff --git a/po/pt_BR.po b/po/pt_BR.po index d051ab96f30..ed528524a76 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -10705,6 +10705,39 @@ msgstr "A&baixo" msgid "Regular Metafile Viewer" msgstr "Visualizador Regular de Metafiles" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Esperando o programa" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Cancelar" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Terminar Processo" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Uma simulação de encerramento de sessão ou desligamento está em curso, mas " +"este programa não está respondendo.\n" +"\n" +"Se este processo for finalizado você pode perder todos os dados não salvos." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" +"A configuração do Wine em %s está sendo atualizada, por favor aguarde..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Bibliotecas" diff --git a/po/pt_PT.po b/po/pt_PT.po index 3e7ef0d9d2b..0b92c83e8c1 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -10720,6 +10720,39 @@ msgstr "A&baixo" msgid "Regular Metafile Viewer" msgstr "Visualizador Regular de Ficheiros Meta" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "À espera do programa" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Cancelar" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Terminar Processo" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Um encerramento ou término de sessão simulado está em curso, mas este " +"programa não está a responder.\n" +"\n" +"Se terminar o processo pode perder todos os dados não guardados." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" +"A configuração do Wine em %s está a ser actualizada, por favor aguarde..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Bibliotecas" diff --git a/po/rm.po b/po/rm.po index ae9a6ffe362..b06ccc769d7 100644 --- a/po/rm.po +++ b/po/rm.po @@ -9813,6 +9813,35 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +#, fuzzy +msgid "Wine" +msgstr "Wine ag�d" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/ro.po b/po/ro.po index 550c1596d46..a5899df33d8 100644 --- a/po/ro.po +++ b/po/ro.po @@ -10935,6 +10935,37 @@ msgstr "&Jos" msgid "Regular Metafile Viewer" msgstr "Vizualizator de fișiere metafile normale" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Așteptare program" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Renunță" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Termină procesul" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"O ieșire sau oprire simulată este în curs dar acest proces nu răspunde.\n" +"\n" +"Prin terminarea acestui proces se pot pierde datele nesalvate." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Actualizez configurația Wine în %s, așteptați..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Librării" diff --git a/po/ru.po b/po/ru.po index 783808582a2..3a2d7d00b9d 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10336,6 +10336,40 @@ msgstr "В&низ" msgid "Regular Metafile Viewer" msgstr "Просмотрщик обычных метафайлов" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Ожидание программы" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Отмена" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Завершить Процесс" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Происходит смена пользователя или выключение, но эта программа не отвечает.\n" +"\n" +"Если закрыть программу прямо сейчас, то можно потерять все несохранённые " +"данные." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" +"Обновление конфигурации Wine %s,\n" +"пожалуйста подождите..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Библиотеки" diff --git a/po/sk.po b/po/sk.po index 85cacba3fe2..24dea52931b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -9910,6 +9910,36 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "&Vlastnosti" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +#, fuzzy +msgid "Wine" +msgstr "Wine Pomoc" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/sl.po b/po/sl.po index d87f69fd7af..2c888654779 100644 --- a/po/sl.po +++ b/po/sl.po @@ -10372,6 +10372,38 @@ msgstr "Navz&dol" msgid "Regular Metafile Viewer" msgstr "Program za ogled slik Metafile" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Čakam na konec programa" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Prekliči" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Končaj program" + +#: wineboot.rc:33 +#, fuzzy +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Izvajam simulirano odjavo oziroma izklop, vendar se program ne odziva.\n" +"\n" +"Če se odločite za končanje programa, lahko izgubite neshranjene podatke." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Konfiguracija programa Wine v %s se posodablja, prosimo počkajte ..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Knjižnice" diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index 5446922da91..d199aa152cf 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -10266,6 +10266,38 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Чекање програма" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Откажи" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Окончај процес" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Опонашање одјаве или гашења рачунара је у току, али овај програм не " +"одговара.\n" +"\n" +"Ако окончате процес, све несачуване радње ће бити изгубљене." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Wine поставке у %s се ажурирају. Молимо, сачекајте..." + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index 80e0ec9c609..4d847fce1c6 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -10346,6 +10346,38 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Čekanje programa" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Otkaži" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Okončaj proces" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Oponašanje odjave ili gašenja računara je u toku, ali ovaj program ne " +"odgovara.\n" +"\n" +"Ako okončate proces, sve nesačuvane radnje će biti izgubljene." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Wine postavke u %s se ažuriraju. Molimo, sačekajte..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Bibliteka" diff --git a/po/sv.po b/po/sv.po index 7893f3a5477..bee31a2a938 100644 --- a/po/sv.po +++ b/po/sv.po @@ -10320,6 +10320,38 @@ msgstr "&Ner" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Väntar på program" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Avbryt" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Avsluta process" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"En simulerad avloggning eller avstängning pågår, men det här programmet " +"svarar inte.\n" +"\n" +"Om du avslutar processen kan du förlora allt osparat data." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Wine-inställningarna i %s uppdateras, var god vänta..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Bibliotek" diff --git a/po/te.po b/po/te.po index 9730bcb4bf2..213da49624b 100644 --- a/po/te.po +++ b/po/te.po @@ -9767,6 +9767,35 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "సమాచారము (&o)" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/th.po b/po/th.po index c67de137bdf..ccc4a267adf 100644 --- a/po/th.po +++ b/po/th.po @@ -9907,6 +9907,35 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "ปรับแต่งนาฬิกา" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/tr.po b/po/tr.po index 4936b7074d5..9eb3bd71eef 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10618,6 +10618,38 @@ msgstr "A&şağı" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +#, fuzzy +msgid "Waiting for Program" +msgstr "Yürütmeye İsteksiz" + +#: wineboot.rc:31 +#, fuzzy +msgid "Cancel" +msgstr "Kuruluyor..." + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "Süreci &Sonlandır" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +#, fuzzy +msgid "Wine" +msgstr "Wine Mayın Tarlası" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "Kitaplıklar" diff --git a/po/uk.po b/po/uk.po index 83d9b467f33..f930b777d88 100644 --- a/po/uk.po +++ b/po/uk.po @@ -10308,6 +10308,37 @@ msgstr "В&низ" msgid "Regular Metafile Viewer" msgstr "Переглядач звичайних метафайлів" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "Очікування програми" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "Скасувати" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "Завершити процес" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"Симулюється вихід з системи чи вимкнення, але ця програма не відповідає.\n" +"\n" +"Якщо закрити процес зараз, можна втратити незбережені дані." + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "Оновлення конфігурації Wine в %s, будь-ласка зачекайте..." + #: winecfg.rc:31 msgid "Libraries" msgstr "Бібліотеки" diff --git a/po/wa.po b/po/wa.po index 8f4a9ec01e8..3671eebea9a 100644 --- a/po/wa.po +++ b/po/wa.po @@ -9865,6 +9865,36 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +#, fuzzy +msgid "Terminate Process" +msgstr "&Propietés" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +#, fuzzy +msgid "Wine" +msgstr "Aidance di Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/wine.pot b/po/wine.pot index 31c78639467..73a3a2eff59 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -9740,6 +9740,34 @@ msgstr "" msgid "Regular Metafile Viewer" msgstr "" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "" + #: winecfg.rc:31 msgid "Libraries" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 63717cb78a1..02ce6ff1202 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10215,6 +10215,37 @@ msgstr "下(&D)" msgid "Regular Metafile Viewer" msgstr "普通 Metafile 阅读器" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "正在等待程序" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "取消" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "中断进程" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"正在模拟关机,但是这个程序没有响应。\n" +"\n" +"如果你中断进程,有可能丢失没有保存的数据。" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "正在更新位于 %s 的 Wine 配置,请稍候……" + #: winecfg.rc:31 msgid "Libraries" msgstr "函数库" diff --git a/po/zh_TW.po b/po/zh_TW.po index d39f2500162..4d700edcf1d 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10258,6 +10258,37 @@ msgstr "下(&D)" msgid "Regular Metafile Viewer" msgstr "普通 Metafile 閱讀器" +#: wineboot.rc:28 +msgid "Waiting for Program" +msgstr "等候程式" + +#: wineboot.rc:31 +msgid "Cancel" +msgstr "取消" + +#: wineboot.rc:32 +msgid "Terminate Process" +msgstr "中斷" + +#: wineboot.rc:33 +msgid "" +"A simulated log-off or shutdown is in progress, but this program isn't " +"responding.\n" +"\n" +"If you terminate the process you may lose all unsaved data." +msgstr "" +"正在模擬關機,但此程序沒有反應。\n" +"\n" +"如果您中斷程式,可能會遺失尚未儲存的資料。" + +#: wineboot.rc:39 +msgid "Wine" +msgstr "Wine" + +#: wineboot.rc:43 +msgid "The Wine configuration in %s is being updated, please wait..." +msgstr "正在更新 %s 的 Wine 設定,請稍候……" + #: winecfg.rc:31 msgid "Libraries" msgstr "函式庫" diff --git a/programs/wineboot/Makefile.in b/programs/wineboot/Makefile.in dissimilarity index 61% index 480e21c59b9..792ea7c8c81 100644 --- a/programs/wineboot/Makefile.in +++ b/programs/wineboot/Makefile.in @@ -1,36 +1,16 @@ -EXTRADEFS = -DWINE_NO_UNICODE_MACROS -MODULE = wineboot.exe -APPMODE = -mconsole -IMPORTS = uuid advapi32 -DELAYIMPORTS = shell32 shlwapi version user32 - -C_SRCS = \ - shutdown.c \ - wineboot.c - -RC_SRCS = \ - wineboot_Da.rc \ - wineboot_De.rc \ - wineboot_En.rc \ - wineboot_Es.rc \ - wineboot_Fr.rc \ - wineboot_He.rc \ - wineboot_It.rc \ - wineboot_Ja.rc \ - wineboot_Ko.rc \ - wineboot_Lt.rc \ - wineboot_Nl.rc \ - wineboot_No.rc \ - wineboot_Pl.rc \ - wineboot_Pt.rc \ - wineboot_Ro.rc \ - wineboot_Ru.rc \ - wineboot_Si.rc \ - wineboot_Sr.rc \ - wineboot_Sv.rc \ - wineboot_Uk.rc \ - wineboot_Zh.rc - -MANPAGE = wineboot.man - -@MAKE_PROG_RULES@ +EXTRADEFS = -DWINE_NO_UNICODE_MACROS +MODULE = wineboot.exe +APPMODE = -mconsole +IMPORTS = uuid advapi32 +DELAYIMPORTS = shell32 shlwapi version user32 + +C_SRCS = \ + shutdown.c \ + wineboot.c + +RC_SRCS = wineboot.rc +PO_SRCS = wineboot.rc + +MANPAGE = wineboot.man + +@MAKE_PROG_RULES@ diff --git a/programs/wineboot/wineboot_En.rc b/programs/wineboot/wineboot.rc similarity index 80% rename from programs/wineboot/wineboot_En.rc rename to programs/wineboot/wineboot.rc index fcfb897a83d..7154687001c 100644 --- a/programs/wineboot/wineboot_En.rc +++ b/programs/wineboot/wineboot.rc @@ -23,17 +23,15 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT -IDD_ENDTASK DIALOG 0, 0, 186, 71 +IDD_ENDTASK DIALOG 0, 0, 276, 79 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Waiting for Program" FONT 8, "MS Shell Dlg" BEGIN - DEFPUSHBUTTON "Cancel",IDCANCEL,129,49,50,15 - PUSHBUTTON "Terminate Process",IDOK,51,49,71,15 - LTEXT "A simulated log-off or shutdown is in progress, but this program isn't responding.", - IDC_STATIC,7,7,172,19 - LTEXT "If you terminate the process you may lose all unsaved data.", - IDC_STATIC,7,28,172,15 + DEFPUSHBUTTON "Cancel",IDCANCEL,219,58,50,15 + PUSHBUTTON "Terminate Process",IDOK,136,58,76,15 + LTEXT "A simulated log-off or shutdown is in progress, but this program isn't responding.\n\nIf you terminate the process you may lose all unsaved data.", + IDC_STATIC,7,7,262,48 END IDD_WAITDLG DIALOG 0, 0, 200, 50 diff --git a/programs/wineboot/wineboot_Da.rc b/programs/wineboot/wineboot_Da.rc deleted file mode 100644 index 763514cadb8..00000000000 --- a/programs/wineboot/wineboot_Da.rc +++ /dev/null @@ -1,48 +0,0 @@ -/* - * WineBoot Danish resources - * - * Copyright (C) 2008 Jens albretsen - * 2010 Thomas Larsen - * - * 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 "resource.h" - -LANGUAGE LANG_DANISH, SUBLANG_DEFAULT - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Venter på program" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Annuller",IDCANCEL,129,49,50,15 - PUSHBUTTON "Afslut program",IDOK,51,49,71,15 - LTEXT "En simuleret genstart er igang, men dette program svarer ikke.", - IDC_STATIC,7,7,172,19 - LTEXT "Hvis du afslutter programmet kan du miste de data der ikke er gemt.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Wine konfigurationen i %s, er ved at blive opdateret, vent venligst...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_De.rc b/programs/wineboot/wineboot_De.rc deleted file mode 100644 index 0060d5646a1..00000000000 --- a/programs/wineboot/wineboot_De.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * WineBoot resources - * - * Copyright (C) 2007 Robert Shearman for CodeWeavers - * 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 "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Warten auf Programm" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Abbrechen",IDCANCEL,129,49,50,15 - PUSHBUTTON "Programm beenden",IDOK,51,49,71,15 - LTEXT "Ein Abmelden oder Herunterfahren wird simuliert, aber dieses Programm reagiert nicht.", - IDC_STATIC,7,7,172,19 - LTEXT "Wenn Sie das Programm beenden, können Sie ungespeicherte Daten verlieren.", - IDC_STATIC,7,28,172,19 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Die Konfiguration von Wine in %s wird aktualisiert, bitte warten...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Es.rc b/programs/wineboot/wineboot_Es.rc deleted file mode 100644 index 75b24388366..00000000000 --- a/programs/wineboot/wineboot_Es.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * WineBoot resources - * - * Copyright 2007 Luis Carlos Busquets Pérez - * Copyright 2010 Jaime Rave - * - * 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 "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Esperando al programa" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Cancelar",IDCANCEL,129,49,50,15 - PUSHBUTTON "Terminar proceso",IDOK,51,49,71,15 - LTEXT "Desconexión simulada o apagado en progreso, pero el programa no responde.", - IDC_STATIC,7,7,172,19 - LTEXT "Si termina el programa puede perder los datos no grabados.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "La configuración de Wine en %s está siendo actualizada, por favor espere...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Fr.rc b/programs/wineboot/wineboot_Fr.rc deleted file mode 100644 index 9a27a8626d0..00000000000 --- a/programs/wineboot/wineboot_Fr.rc +++ /dev/null @@ -1,51 +0,0 @@ -/* - * WineBoot resources - * - * Copyright 2007 Jonathan Ernst - * Copyright 2010 Frédéric Delanoy - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - * - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL - -IDD_ENDTASK DIALOG 0, 0, 186, 79 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Attente du programme" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Annuler",IDCANCEL,129,58,50,15 - PUSHBUTTON "Arrêter le programme",IDOK,49,58,76,15 - LTEXT "Une simulation de déconnexion ou d'extinction de l'ordinateur est en cours, mais ce programme ne répond pas.", - IDC_STATIC,7,7,172,25 - LTEXT "Si vous l'arrêtez, vous pouvez perdre toutes les données non enregistrées.", - IDC_STATIC,7,35,172,17 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "La configuration de Wine est en cours de mise à jour dans %s ; veuillez patienter...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_He.rc b/programs/wineboot/wineboot_He.rc deleted file mode 100644 index bce62d3f2fc..00000000000 --- a/programs/wineboot/wineboot_He.rc +++ /dev/null @@ -1,52 +0,0 @@ -/* - * WineBoot resources - * - * Copyright (C) 2007 Robert Shearman for CodeWeavers - * Hebrew translation by Yaron Shahrabani , 2010 - * - * 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 "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -EXSTYLE WS_EX_LAYOUTRTL -CAPTION "בהמתנה לתכנה" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "ביטול",IDCANCEL,129,49,50,15 - PUSHBUTTON "חיסול התהליך",IDOK,51,49,71,15 - LTEXT "מתבצעת הדמייה של ניתוק או כיבוי, אך תכנית זו אינה מגיבה.", - IDC_STATIC,7,7,172,19 - LTEXT "אם התהליך יחוסל יתכן שכל הנתונים שלא נשמרו ילכו לאיבוד.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -EXSTYLE WS_EX_LAYOUTRTL -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "התצורה של wine שב־%s מתעדכנת, נא להמתין...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_It.rc b/programs/wineboot/wineboot_It.rc deleted file mode 100644 index f249c140090..00000000000 --- a/programs/wineboot/wineboot_It.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * WineBoot resources - * - * Copyright (C) 2010 Luca Bennati - * - * 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 "resource.h" - -/*UTF-8*/ -#pragma code_page(65001) - -LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "In attesa del programma" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Annulla",IDCANCEL,129,49,50,15 - PUSHBUTTON "Termina il processo",IDOK,51,49,71,15 - LTEXT "Una disconnessione o uno spegnimento simulato sono in corso, ma questo programma non risponde.", - IDC_STATIC,7,7,172,19 - LTEXT "Se termini il processo rischi di perdere tutti i dati non salvati.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "La configurazione di Wine in %s è in aggiornamento, aspetta un momento...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Ja.rc b/programs/wineboot/wineboot_Ja.rc deleted file mode 100644 index 5cb7babb493..00000000000 --- a/programs/wineboot/wineboot_Ja.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * WineBoot resources - * - * Copyright (C) 2008 CodeWeavers - * - * 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 "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT - -IDD_ENDTASK DIALOG 0, 0, 276, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "待機中" -FONT 9, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "キャンセル",IDCANCEL,129,49,50,15 - PUSHBUTTON "プロセスの終了",IDOK,51,49,71,15 - LTEXT "ログオフおよび、再起動のプロセスをシミュレートしていますが、プログラムは反応していません。", - IDC_STATIC,7,7,262,19 - LTEXT "プロセスを終了させると、保存していないデータは全て失われます。", - IDC_STATIC,7,28,262,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "%s にある Wine 設定を更新しています。\nしばらくお待ちください…。", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Ko.rc b/programs/wineboot/wineboot_Ko.rc deleted file mode 100644 index f153ccd9764..00000000000 --- a/programs/wineboot/wineboot_Ko.rc +++ /dev/null @@ -1,51 +0,0 @@ -/* - * WineBoot Korean resources - * - * Copyright (C) 2007 Robert Shearman for CodeWeavers - * Copyright (C) 2007,2011 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 "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT - - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "프로그램 대기중" -FONT 9, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "취소",IDCANCEL,129,49,50,15 - PUSHBUTTON "프로세스 끝내기",IDOK,51,49,71,15 - LTEXT "이 프로세스에 로그 오프나 종료를 시도했으나, 이 프로그램은 아무런 반응이 없습니다.", - IDC_STATIC,7,5,172,26 - LTEXT "만약 당신이 이 프로세스를 끝낸다면 저장 하지 않은 모든 데이터를 잃어버릴 것입니다.", - IDC_STATIC,7,28,172,21 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Wine 설정 %s 이 업데이트되는 중입니다, 잠시만 기다려주시기 바랍니다...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Lt.rc b/programs/wineboot/wineboot_Lt.rc deleted file mode 100644 index ff225a1ec86..00000000000 --- a/programs/wineboot/wineboot_Lt.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * WineBoot Lithuanian resources - * - * Copyright 2009-2010 Aurimas Fišeras - * - * 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 "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Laukiama programos" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Atsisakyti",IDCANCEL,129,49,50,15 - PUSHBUTTON "Nutraukti procesą",IDOK,51,49,71,15 - LTEXT "Vyksta simuliuotas atsijungimas ar stabdymas, bet ši programa neatsako.", - IDC_STATIC,7,7,172,19 - LTEXT "Jei nutrauksite procesą, tai galite prarasti visus neišsaugotus duomenis.", - IDC_STATIC,7,28,172,17 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Wine konfigūracija (%s) yra atnaujinama, prašome palaukti...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Nl.rc b/programs/wineboot/wineboot_Nl.rc deleted file mode 100644 index ecd5627b8af..00000000000 --- a/programs/wineboot/wineboot_Nl.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Dutch WineBoot resources - * - * 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 "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Wachtend op Programma" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Annuleren",IDCANCEL,129,49,50,15 - PUSHBUTTON "Beëindig Proces",IDOK,51,49,71,15 - LTEXT "Een gesimuleerde uitlog- of afsluitactie is bezig, maar dit programma reageert niet.", - IDC_STATIC,7,7,172,19 - LTEXT "Als u het proces beëindigt kunt u alle niet-opgeslagen data verliezen.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "De Wine configuratie in %s wordt bijgewerkt, even geduld a.u.b. ...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_No.rc b/programs/wineboot/wineboot_No.rc deleted file mode 100644 index e6124f6db5f..00000000000 --- a/programs/wineboot/wineboot_No.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * WineBoot Norwegian Bokmål resources - * - * Copyright (C) 2007-2010 Alexander N. Sørnes - * Copyright (C) 2010 Trygve Vea - * - * 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 "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Venter på program" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Avbryt",IDCANCEL,129,49,50,15 - PUSHBUTTON "Avslutt programmet",IDOK,51,49,71,15 - LTEXT "En simulert avlogging eller avslutting har startet, men dette programmet svarer ikke.", - IDC_STATIC,7,7,172,19 - LTEXT "Hvis du avslutter programmet kan all ulagret data gå tapt.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Vent mens Wine-oppsettet i «%s» blir oppdatert...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Pl.rc b/programs/wineboot/wineboot_Pl.rc deleted file mode 100644 index 9075ea2d257..00000000000 --- a/programs/wineboot/wineboot_Pl.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * WineBoot resources - * - * Copyright (C) 2007 Robert Shearman for CodeWeavers - * Copyright (C) 2008 Mikolaj Zalewski - * Copyright (C) 2010 £ukasz Wojni³owicz - * - * 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 "resource.h" - -LANGUAGE LANG_POLISH, SUBLANG_DEFAULT - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Czekanie na program" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Anuluj",IDCANCEL,129,49,50,15 - PUSHBUTTON "Zakoñcz proces",IDOK,51,49,71,15 - LTEXT "Trwa symulowanie wylogowania i restartu systemu, ale ten program nie odpowiada.", - IDC_STATIC,7,7,172,19 - LTEXT "Je¿eli zakoñczysz jego proces, mo¿esz straciæ niezapisane dane.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Konfiguracja Wine w %s jest w³aœnie aktualizowana, proszê czekaæ...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Pt.rc b/programs/wineboot/wineboot_Pt.rc deleted file mode 100644 index 3b744303c0e..00000000000 --- a/programs/wineboot/wineboot_Pt.rc +++ /dev/null @@ -1,75 +0,0 @@ -/* - * WineBoot Portuguese Language resources - * - * Copyright (C) 2008 Ricardo Filipe - * Copyright 2010 Gustavo Henrique Milaré - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - * - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Esperando o programa" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Cancelar",IDCANCEL,129,49,50,15 - PUSHBUTTON "Terminar Processo",IDOK,51,49,71,15 - LTEXT "Uma simulação de encerramento de sessão ou desligamento está em curso, mas este programa não está respondendo.", - IDC_STATIC,7,7,172,19 - LTEXT "Se este processo for finalizado você pode perder todos os dados não salvos.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "A configuração do Wine em %s está sendo atualizada, por favor aguarde...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "À espera do programa" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Cancelar",IDCANCEL,129,49,50,15 - PUSHBUTTON "Terminar Processo",IDOK,51,49,71,15 - LTEXT "Um encerramento ou término de sessão simulado está em curso, mas este programa não está a responder.", - IDC_STATIC,7,7,172,19 - LTEXT "Se terminar o processo pode perder todos os dados não guardados.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "A configuração do Wine em %s está a ser actualizada, por favor aguarde...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Ro.rc b/programs/wineboot/wineboot_Ro.rc deleted file mode 100644 index 8213bd72a27..00000000000 --- a/programs/wineboot/wineboot_Ro.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * WineBoot resources - * - * Copyright (C) 2007 Robert Shearman for CodeWeavers - * 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 "resource.h" - -LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Așteptare program" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Renunță",IDCANCEL,129,49,50,15 - PUSHBUTTON "Termină procesul",IDOK,51,49,71,15 - LTEXT "O ieșire sau oprire simulată este în curs dar acest proces nu răspunde.", - IDC_STATIC,7,7,172,19 - LTEXT "Prin terminarea acestui proces se pot pierde datele nesalvate.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Actualizez configurația Wine în %s, așteptați...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Ru.rc b/programs/wineboot/wineboot_Ru.rc deleted file mode 100644 index c66efabfa7c..00000000000 --- a/programs/wineboot/wineboot_Ru.rc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * WineBoot resources - * - * Copyright (C) 2008 Andrey Esin - * - * 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 "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Ожидание программы" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Отмена",IDCANCEL,129,49,50,15 - PUSHBUTTON "Завершить Процесс",IDOK,51,49,71,15 - LTEXT "Происходит смена пользователя или выключение, но эта программа не отвечает.", - IDC_STATIC,7,7,172,19 - LTEXT "Если закрыть программу прямо сейчас, то можно потерять все несохранённые данные.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Обновление конфигурации Wine %s,\nпожалуйста подождите...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Si.rc b/programs/wineboot/wineboot_Si.rc deleted file mode 100644 index 66cb3ff1595..00000000000 --- a/programs/wineboot/wineboot_Si.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * WineBoot 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 "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Čakam na konec programa" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Prekliči",IDCANCEL,129,49,50,15 - PUSHBUTTON "Končaj program",IDOK,51,49,71,15 - LTEXT "Izvajam simulirano odjavo oziroma izklop, vendar se program ne odziva.", - IDC_STATIC,7,7,172,19 - LTEXT "Če se odločite za končanje programa, lahko izgubite neshranjene podatke.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Konfiguracija programa Wine v %s se posodablja, prosimo počkajte ...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Sr.rc b/programs/wineboot/wineboot_Sr.rc deleted file mode 100644 index cbff8f7d2ba..00000000000 --- a/programs/wineboot/wineboot_Sr.rc +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Serbian WineBoot resources - * - * Copyright 2010 Nenad Vujic - * Paul Vriens - * 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 "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Čekanje programa" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Otkaži",IDCANCEL,129,49,50,15 - PUSHBUTTON "Okončaj proces",IDOK,51,49,71,15 - LTEXT "Oponašanje odjave ili gašenja računara je u toku, ali ovaj program ne odgovara.", - IDC_STATIC,7,7,172,19 - LTEXT "Ako okončate proces, sve nesačuvane radnje će biti izgubljene.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Wine postavke u %s se ažuriraju. Molimo, sačekajte...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END - -LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Чекање програма" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Откажи",IDCANCEL,129,49,50,15 - PUSHBUTTON "Окончај процес",IDOK,51,49,71,15 - LTEXT "Опонашање одјаве или гашења рачунара је у току, али овај програм не одговара.", - IDC_STATIC,7,7,172,19 - LTEXT "Ако окончате процес, све несачуване радње ће бити изгубљене.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Wine поставке у %s се ажурирају. Молимо, сачекајте...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Sv.rc b/programs/wineboot/wineboot_Sv.rc deleted file mode 100644 index 26382545af3..00000000000 --- a/programs/wineboot/wineboot_Sv.rc +++ /dev/null @@ -1,47 +0,0 @@ -/* - * WineBoot 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 "resource.h" - -LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Väntar på program" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Avbryt",IDCANCEL,129,49,50,15 - PUSHBUTTON "Avsluta process",IDOK,51,49,71,15 - LTEXT "En simulerad avloggning eller avstängning pågår, men det här programmet svarar inte.", - IDC_STATIC,7,7,172,19 - LTEXT "Om du avslutar processen kan du förlora allt osparat data.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Wine-inställningarna i %s uppdateras, var god vänta...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Uk.rc b/programs/wineboot/wineboot_Uk.rc deleted file mode 100644 index c5899900fc7..00000000000 --- a/programs/wineboot/wineboot_Uk.rc +++ /dev/null @@ -1,51 +0,0 @@ -/* - * WineBoot resources - * - * Copyright (C) 2007 Robert Shearman for CodeWeavers - * Copyright (C) 2010 Igor Paliychuk - * - * 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 "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Очікування програми" -FONT 8, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "Скасувати",IDCANCEL,129,49,50,15 - PUSHBUTTON "Завершити процес",IDOK,51,49,71,15 - LTEXT "Симулюється вихід з системи чи вимкнення, але ця програма не відповідає.", - IDC_STATIC,7,7,172,19 - LTEXT "Якщо закрити процес зараз, можна втратити незбережені дані.", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "Оновлення конфігурації Wine в %s, будь-ласка зачекайте...", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END diff --git a/programs/wineboot/wineboot_Zh.rc b/programs/wineboot/wineboot_Zh.rc deleted file mode 100644 index 35509eb8bc2..00000000000 --- a/programs/wineboot/wineboot_Zh.rc +++ /dev/null @@ -1,77 +0,0 @@ -/* - * wineboot (Simplified and Traditional Chinese Resource) - * - * Copyright 2008 Hongbo Ni - * Copyright 2010 Cheer Xiao - * Copyright 2010 Rex Tsai - * - * 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 "resource.h" - -/* Chinese text is encoded in UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "正在等待程序" -FONT 9, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "取消",IDCANCEL,129,49,50,15 - PUSHBUTTON "中断进程",IDOK,51,49,71,15 - LTEXT "正在模拟关机,但是这个程序没有响应。", - IDC_STATIC,7,7,172,19 - LTEXT "如果你中断进程,有可能丢失没有保存的数据。", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "正在更新位于 %s 的 Wine 配置,请稍候……", /* 译文中“位于”准确性待议 */ - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL - -IDD_ENDTASK DIALOG 0, 0, 186, 71 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "等候程式" -FONT 9, "MS Shell Dlg" -BEGIN - DEFPUSHBUTTON "取消",IDCANCEL,129,49,50,15 - PUSHBUTTON "中斷",IDOK,51,49,71,15 - LTEXT "正在模擬關機,但此程序沒有反應。", - IDC_STATIC,7,7,172,19 - LTEXT "如果您中斷程式,可能會遺失尚未儲存的資料。", - IDC_STATIC,7,28,172,15 -END - -IDD_WAITDLG DIALOG 0, 0, 200, 50 -STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED -CAPTION "Wine" -FONT 8, "MS Shell Dlg" -BEGIN - ICON "", IDC_WAITICON, 3, 3, 10, 10 - LTEXT "正在更新 %s 的 Wine 設定,請稍候……", - IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX -END -- 2.11.4.GIT