Ticket #1578: translators.diff
File translators.diff, 1.3 KB (added by dmartina, 15 years ago) |
---|
-
src/args.c
old new 283 283 * FIXME: undocumented keywords: viewunderline, editnormal, editbold, 284 284 * and editmarked. To preserve translations, lines should be split. 285 285 */ 286 /* TRANSLATORS: don't translate keywords and names of colors */287 286 288 287 mc_args__loc__colors_string = g_strdup_printf("%s%s", 289 _290 ("--colors KEYWORD={FORE},{BACK}\n\n"288 /* TRANSLATORS: don't translate keywords and names of colors */ 289 _( "--colors KEYWORD={FORE},{BACK}\n\n" 291 290 "{FORE} and {BACK} can be omitted, and the default will be used\n" 292 291 "\n" "Keywords:\n" 293 292 " Global: errors, reverse, gauge, input, viewunderline\n" … … 297 296 " Menus: menu, menuhot, menusel, menuhotsel\n" 298 297 " Editor: editnormal, editbold, editmarked, editwhitespace,\n" 299 298 " editlinestate\n"), 300 _ 301 ( 302 " Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n" 299 /* TRANSLATORS: don't translate keywords and names of colors */ 300 _( " Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n" 303 301 " File types: directory, executable, link, stalelink, device, special, core\n" 304 302 "\n" "Colors:\n" 305 303 " black, gray, red, brightred, green, brightgreen, brown,\n"