wine-wine/programs/cmd
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
..
tests cmd: Fix invalid "else if" execution. 2015-06-25 13:56:40 +09:00
Makefile.in makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
batch.c cmd: Ensure environment variables fit in memory. 2015-01-06 18:20:01 +01:00
builtins.c cmd: Fix invalid "else if" execution. 2015-06-25 13:56:40 +09:00
cmd.rc cmd: Consistently wrap lines to 75 characters. 2015-07-06 14:49:40 +09:00
directory.c cmd: Add a helper function to check if a path ends with a backslash. 2014-10-30 13:11:27 +09:00
wcmd.h cmd: Add a helper function to check if a path ends with a backslash. 2014-10-30 13:11:27 +09:00
wcmd.ico cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmd.svg cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmdmain.c cmd: Fix invalid memory access. 2015-06-15 14:49:54 +09:00