Commit Graph

120 Commits

Author SHA1 Message Date
Alex Henrie 660021d0fc cmd: Consistently wrap lines to 75 characters.
75 characters is the maximum length of a line before gettext breaks it,
so this convention will cause each translatable string to fit snugly
into the po files. It's also about what we were doing anyway, just not
consistently.

The biggest advantage to consistent line wrapping is that translators
will no longer have to guess where they should insert line breaks.

I have rewrapped the Catalan, Czech, Danish, German, Spanish, Finnish,
French, Croatian, Hungarian, Italian, Lithuanian, Norwegian, Dutch,
Polish, Portuguese, Romanian, Russian, Slovene, Swedish, Turkish, and
Ukranian translations so as to not burden their maintainers.

The Bulgarian, Greek, Esperanto, Farsi, Hindi, Malayalam, Oriya, Punjabi,
Romansh, Slovak, Serbian, Telugu, Thai, and Walloon translations did not
need to be rewrapped.

I removed Hebrew "translations" of cmd.rc that were just copies of the
English strings, and marked cmd.rc:142 as fuzzy if the translation
mentioned wine.conf.

Single-line translations that were 80 characters long or less were not
wrapped.

The Arabic, Japanese, Korean, and Chinese translations still need to be
rewrapped.
2015-07-06 14:49:40 +09:00
Vincent Povirk 9e0971e374 start: Don't use SEE_MASK_NO_CONSOLE. 2014-04-25 10:22:51 +02:00
Frédéric Delanoy c60e81b7c9 start: Use BOOL type where appropriate. 2014-02-27 09:33:06 -06:00
Alexandre Julliard 86b1f94d28 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
Frédéric Delanoy a478c108e2 start: Constify a character string. 2013-12-20 10:50:40 +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
André Hentschel 76bc1d76a5 start: Fix mask for creation flags (coverity). 2012-11-08 15:37:51 +01:00
Francois Gouget 65f686c8cd start: Fix the name of the open verb for the /ProgIDOpen option. 2012-07-02 10:54:40 +02:00
Francois Gouget e0f4d5caf9 start: Fix the command line handling. 2012-06-28 01:38:40 +02:00
Francois Gouget da7e97bbe5 start: Remove the license and the /L option. 2012-03-01 17:29:10 +01:00
Alexandre Julliard c9eee73450 makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
Francois Gouget 47f45d793d Use a single space after a full stop to follow the Windows GUI guidelines. 2012-01-23 16:07:03 +01:00
Alexandre Julliard da35622b83 makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
Francois Gouget c992ca277d Assorted spelling fixes. 2011-08-24 19:07:46 +02:00
Frédéric Delanoy 4ebbd0e596 start: Add support for /? command line parameter. 2011-07-11 19:55:31 +02:00
Alexandre Julliard 1d3ef6992f start: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Luca Bennati 84b84f776a start: Fix Italian translation. 2010-09-23 17:50:12 +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
Frédéric Delanoy 3e3e59b10e start: Fix French translation. 2010-08-30 11:26:28 +02:00
Francois Gouget 299b416285 start: Remove spaces before '\n's in the Portuguese translation. 2010-08-27 12:30:52 +02:00
Anders Jonsson d59ae39dc9 start: Add Swedish translation. 2010-08-16 12:58:47 +02:00
Hwang YunSong 0379acc27d start: Update Korean resource. 2010-07-26 18:38:32 +02:00
Igor Paliychuk f784998bfa start: Add Ukrainian translation. 2010-07-24 11:18:59 +02:00
Michael Stefaniuc d2620029f2 start: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
Alexandre Julliard 6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Michael Stefaniuc f6ff7225b3 start: Remove the redundant per resource LANGUAGE settings.
The LANGUAGE is already set globally in the rc files.
2010-07-21 13:24:00 +02:00
Gustavo Henrique Milaré b06332fbc7 start: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:44 +02:00
Michael Stefaniuc b8489d5f33 start: One language specifier in the English resource is enough.
Also fix a strange indentation.
2010-06-28 11:44:23 +02:00
Michael Stefaniuc 1f244ce0c5 start: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-06-28 11:44:19 +02:00
Jose Rostagno c5af0b87df start: Fix Spanish translation. 2010-06-23 15:28:32 +02:00
Vitaly Lipatov b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Paul Vriens 1edc58eae9 resources: Fix some copy-paste mistakes in resource files. 2010-06-08 12:59:03 +02:00
Paul Vriens c78793b966 start: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-07 12:23:35 +02:00
André Hentschel a489489e01 start: Update German translation. 2010-05-20 12:43:37 +02:00
Sven Baars d6b23f444d start: Update Dutch translation. 2010-05-12 13:45:33 +02:00
Alexandre Julliard 0f01be47ee start: Pass a valid filename argument to FormatMessage. 2010-03-29 15:50:19 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Luca Bennati 8977e5b46e start: Update Italian translation. 2009-11-09 19:40:14 +01:00
Akihiro Sagawa daa797f54b start: Add Japanese translation. 2009-09-15 16:41:25 -05:00
Davide Pizzetti 1e150672e9 start: Italian translation update. 2009-09-09 12:05:15 +02:00
Austin English 6deaa09887 start: Handle /B & /I options. 2009-08-03 17:48:42 +02:00
Vladimir Pankratov c3e58fc404 start: Convert the Russian resources to UTF-8. 2009-07-22 14:42:49 +02:00
Aurimas Fišeras d05f1d3e0a Various small Lithuanian translation fixes. 2009-07-20 12:20:46 +02:00
Michael Stefaniuc e9b0a5d353 start: Convert the German resources to UTF-8. 2009-07-09 15:23:12 +02:00
Michael Stefaniuc 3b3e1a1ed0 start: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 11:43:44 +02:00
Hwang YunSong 75b89c931b start: Updated Korean resource. 2009-06-22 12:58:47 +02:00
Damjan Jovanovic 3b52d42ab4 start.exe: Add infrastructure to launch windows file open associations from freedesktop. 2009-06-11 11:45:58 +02:00
André Hentschel ec21ea1baa start: Correct German translation. 2009-04-15 15:56:00 -05:00
Aurimas Fischer c5af05dfb4 start: Add Lithuanian translation. 2009-03-23 12:40:43 +01:00