Commit Graph

152 Commits

Author SHA1 Message Date
Rex Tsai
1a75769263 wineboot: Update Traditional Chinese translation. 2011-01-07 15:01:03 +01:00
Hwang YunSong
183b89b689 wineboot: Update Korean resource. 2011-01-05 17:55:08 +01:00
Andrew Nguyen
1bffb577e3 wineboot: Set a placeholder ProcessorNameString value in the volatile CPU registry keys. 2010-12-27 15:39:40 +01:00
Andrew Nguyen
0c8820563c wineboot: Set the FeatureSet value in the volatile CPU registry keys. 2010-12-27 15:39:40 +01:00
Alexandre Julliard
9b34838992 wineboot: Relaunch the 64-bit version of wineboot on Wow64. 2010-12-15 22:29:37 +01:00
Hans Leidekker
86a7b45a7a wineboot: Set the USERDOMAIN environment variable.
Microsoft Robotics Developer Studio installer needs this.
2010-12-15 12:02:29 +01:00
Alexandre Julliard
6838b4629e wineboot: Set the correct architecture in the process identifier variable. 2010-12-14 22:48:11 +01:00
Alexandre Julliard
15ccabc9a8 makefiles: Add common rules for installing the main man page. 2010-12-05 16:17:58 +01:00
Austin English
8d821bd933 wineboot: Add a manpage. 2010-11-26 12:12:41 +01:00
Cheer Xiao
f1118dc578 winebot: Update Simplified Chinese translation. 2010-11-15 14:54:11 +01:00
Marcus Meissner
a2dfa7d8a6 wineboot: Fixed 2 buffer sizes. 2010-10-25 12:41:42 +02:00
Paul Vriens
26a1b62df9 wineboot: Add the Serbian Cyrillic and fix the Latin translation.
Translation by Đorđe Vasiljević.
2010-10-21 12:31:24 +02:00
Trygve Vea
a211cef818 wineboot: Updated Norwegian translation. 2010-10-15 16:19:02 +02:00
Alexandre Julliard
0647a85dda wineboot: Always create the various RunOnce keys. 2010-10-01 14:22:40 +02:00
Cheer Xiao
3c99df74f0 wineboot: Update simplified Chinese translation. 2010-09-29 11:32:44 +02:00
Davide Pizzetti
16060356ee wineboot: Italian translation update. 2010-09-19 14:59:36 +02:00
Alexandre Julliard
81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Konrad Wartke
8ac60d56b6 wineboot: Added more architectures in create_enviroment_registry_keys. 2010-08-16 15:54:22 +02:00
Yaron Shahrabani
ffab78ed51 wineboot: Added Hebrew translation. 2010-08-02 12:55:22 +02:00
Vincent Povirk
da8904d150 wineboot: Don't abort shutdown if we have to terminate a process.
We can sometimes get a FALSE result from WM_QUERYENDSESSION as a side-effect
of terminating a process. We should continue the shutdown process in this
case.
2010-07-23 11:43:18 +02:00
Vincent Povirk
4f30ff875b wineboot: Query windows from all desktops when --end-session --kill is used. 2010-07-23 11:43:12 +02:00
Michael Stefaniuc
003e1dd506 wineboot: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Alexandre Julliard
6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Igor Paliychuk
e736284b46 wineboot: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Damjan Jovanovic
3c4593a529 wineboot: Fix Serbian Latin translation. 2010-07-14 17:55:29 +02:00
Paul Vriens
72208aac39 wineboot: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-13 19:50:38 +02:00
Cheer Xiao
7d4a7d110e wineboot: Update simplified Chinese translation. 2010-07-13 16:28:02 +02:00
Gustavo Henrique Milaré
7e8c3fb08e wineboot: Update Portuguese (Brazilian) translation. 2010-07-01 10:10:02 +02:00
Francois Gouget
e5a19a5163 programs: Add a space before ellipses in the Slovenian translation. 2010-06-24 10:36:33 +02:00
Francois Gouget
78dca6d616 wineboot: Remove a space before an ellipsis in the Norwegian (Bokmal) translation. 2010-06-24 10:36:30 +02:00
Vitaly Lipatov
b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Ricardo Filipe
2ea4d93fd2 wineboot: Update Portuguese Portugal translation. 2010-06-12 12:07:32 +02:00
Akihiro Sagawa
6356f692d4 wineboot: Update Japanese translation. 2010-06-07 13:41:05 +02:00
Łukasz Wojniłowicz
3f79bc74b1 wineboot: Update the Polish translation. 2010-06-07 12:54:25 +02:00
Paul Vriens
646732ead8 wineboot: Update the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-01 11:06:29 +02:00
Luca Bennati
1c914f56b3 wineboot: Update Italian translation. 2010-05-31 12:14:28 +02:00
Nikolay Sivov
5ab5c581fb wineboot: Add a translation for prefix update dialog. 2010-05-28 16:22:24 +02:00
Matej Špindler
cb53241cba wineboot: Update Slovenian translation. 2010-05-17 12:42:31 +02:00
Alexander N. Sørnes
7492e773ec wineboot: Update Norwegian Bokmål translation. 2010-05-10 10:08:47 +02:00
Sven Baars
c3cd733a3f wineboot: Fix Dutch translation. 2010-05-10 10:06:41 +02:00
Jaime Rave
c2ebd0d5f8 wineboot: Update Spanish translation. 2010-04-21 11:57:32 +02:00
Paul Vriens
4e0bb60c7c wineboot: Update Dutch translation. 2010-04-20 16:23:36 +02:00
Michael Stefaniuc
06a9ff98d7 wineboot: Update the Romanian translation. 2010-04-20 16:21:37 +02:00
Hwang YunSong(황윤성)
ebfedceaeb wineboot: Update Korean translation. 2010-04-19 16:04:31 +02:00
Davide Pizzetti
029f452764 wineboot: Italian translation update. 2010-04-19 14:54:47 +02:00
Anders Jonsson
122e02e368 wineboot: Update Swedish translation. 2010-04-13 11:30:08 +02:00
Frédéric Delanoy
2202bd3e3e wineboot: Updated French translation. 2010-03-31 11:23:15 +02:00
André Hentschel
99f9269e9b wineboot: Update German translation. 2010-03-31 11:23:10 +02:00
Aurimas Fišeras
9e0c62d61a wineboot: Update Lithuanian translation. 2010-03-31 11:23:06 +02:00
Alexandre Julliard
9254476d13 wineboot: Display a wait dialog while processing wine.inf. 2010-03-30 16:54:57 +02:00