Commit Graph

64 Commits

Author SHA1 Message Date
Francois Gouget f8a7d6ed74 Assorted spelling fixes. 2015-08-07 23:50:48 +09:00
Francois Gouget ddddd79aec localui: Remove an uneeded NONAMELESSUNION directive. 2015-03-13 21:57:30 +09:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Frédéric Delanoy 4962b2f8be localui/tests: Constify some character strings. 2013-12-24 11:23:02 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Michael Stefaniuc f417dc1efb localui: Avoid sizeof on structs with a varlength array. 2012-12-11 15:49:03 +01:00
Julian Rüger f1709a9936 localui/tests: Fix typos/grammar. 2012-06-25 10:36:05 +02:00
Detlef Riekenberg 0b85a740bd localui/tests: Do not fail when the spooler service was stopped. 2012-06-06 20:54:22 +02:00
Alexandre Julliard 7a56073470 localui: Convert dialogs to po files. 2011-11-24 20:57:02 +01:00
Austin English 7a87c8ac45 localui/tests: Make sure to use return values (LLVM/Clang). 2011-02-09 09:25:48 -06:00
Alexandre Julliard 0546dd5b0f localui: Convert string table resources to po files. 2011-01-12 16:11:26 +01:00
Hwang YunSong 2f9927b8ab localui: Update Korean resource. 2010-12-24 12:05:51 +01:00
Paul Vriens d699d1698e localui: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-02 11:16:01 +01:00
Yaron Shahrabani b15c015a2e localui: Added Hebrew translation. 2010-10-13 11:23:58 +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
Michael Stefaniuc df1128b7c9 localui: Remove the ignored common resource attributes. 2010-07-22 11:41:35 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Kovács András 36d5a469d8 localui: Add Hungarian translation. 2010-06-29 10:52:52 +02:00
Vitaly Lipatov b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Jose Rostagno 2fbbc384a0 localui: Add Spanish translation. 2010-06-14 14:14:15 +02:00
Igor Paliychuk c1407cb21d localui: Add Ukrainian translations. 2010-06-12 12:07:00 +02:00
Akihiro Sagawa 5a5ee662a8 localui: Add Japanese translation. 2010-06-07 13:41:18 +02:00
Luca Bennati f10025def1 localui: Add Italian translation. 2010-05-31 12:14:29 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Detlef Riekenberg 64bcb540bb localui: Fix a memory leak. 2009-09-29 14:50:37 +02:00
Vladimir Pankratov 36f01f6f71 localui: Convert the Russian resources to UTF-8. 2009-07-24 13:11:52 +02:00
Aurimas Fišeras d05f1d3e0a Various small Lithuanian translation fixes. 2009-07-20 12:20:46 +02:00
Michael Stefaniuc a424283106 localui: Convert the German resources to UTF-8. 2009-07-09 15:23:08 +02:00
Michael Stefaniuc 80f4a9b72a localui: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 11:42:51 +02:00
Aurimas Fišeras 8cbf64602b localui: Add Lithuanian translation. 2009-06-22 11:27:51 +02:00
ByeongSik Jeon 5f3287d79f *Ko.rc: Update Korean resource.
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
2008-12-11 12:21:07 +01:00
ByeongSik Jeon 1b0297a7f9 *Zh.rc: Update the Chinese resource font name to "MS Shell Dlg". 2008-12-11 12:20:48 +01:00
Ricardo Filipe e93ed1f165 localui: Added Portuguese translation. 2008-11-13 12:06:52 +01:00
Hongbo Ni cd01bf4291 localui: Add simplified and traditional Chinese resources. 2008-09-04 11:41:39 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 5c405f1c00 localui: Danish translation. 2008-05-07 12:08:23 +02:00
Michael Stefaniuc fe662c7be6 localui: Add the Romanian translation. 2008-04-08 12:28:04 +02:00
Rok Mandeljc 151ae30aaf localui: Added Slovenian translation. 2008-04-08 11:58:29 +02:00
Vitaliy Margolen a4d9ad0fe2 localui: Add Russian translation. 2008-04-07 11:34:06 +02:00
Mikołaj Zalewski 997e5f1230 Make Italian, Spanish, Dutch and German resources use SUBLANG_NEUTRAL. 2008-02-21 14:18:07 +01:00
Frans Kool 5bb43bbdf8 localui: Created Dutch translations. 2008-02-16 13:54:58 +01:00
Francois Gouget c68745c51b UTF-8 resource files must explicitly say so with a pragma. 2008-02-15 09:55:58 +01:00
Jonathan Ernst fce32db963 localui: Updated French translation. 2007-11-13 21:47:06 +01:00
Daniel Nylander b33266f843 localui: Add Swedish translation. 2007-10-16 12:37:52 +02:00
Hwang YunSong(황윤성) 7e02d171c2 localui: New Korean resource. 2007-07-23 11:58:36 +02:00
Alexander Nicolaysen Sørnes 91a9252a8f localui: Add Norwegian Bokmål resources. 2007-06-01 12:41:14 +02:00
Detlef Riekenberg 0d1de51a15 localui/tests: Handle different results from XP. 2007-05-29 11:55:19 +02:00