Ticket #1578: Revise */ TRANSLATORS */ warnings

Comment by dmartina:
Please, take care not to move those comments labelled "TRANSLATORS" in order to let them show up in *.po files.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
David Martin 2009-09-02 22:54:59 +03:00 committed by Slava Zanko
parent b8f2ecb977
commit a4b1050804
1 changed files with 4 additions and 6 deletions

View File

@ -283,11 +283,10 @@ mc_args_new_color_group(void)
* FIXME: undocumented keywords: viewunderline, editnormal, editbold,
* and editmarked. To preserve translations, lines should be split.
*/
/* TRANSLATORS: don't translate keywords and names of colors */
mc_args__loc__colors_string = g_strdup_printf("%s%s",
_
("--colors KEYWORD={FORE},{BACK}\n\n"
/* TRANSLATORS: don't translate keywords and names of colors */
_( "--colors KEYWORD={FORE},{BACK}\n\n"
"{FORE} and {BACK} can be omitted, and the default will be used\n"
"\n" "Keywords:\n"
" Global: errors, reverse, gauge, input, viewunderline\n"
@ -297,9 +296,8 @@ mc_args_new_color_group(void)
" Menus: menu, menuhot, menusel, menuhotsel\n"
" Editor: editnormal, editbold, editmarked, editwhitespace,\n"
" editlinestate\n"),
_
(
" Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n"
/* TRANSLATORS: don't translate keywords and names of colors */
_( " Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n"
" File types: directory, executable, link, stalelink, device, special, core\n"
"\n" "Colors:\n"
" black, gray, red, brightred, green, brightgreen, brown,\n"