Bug 845750 - GCLI jsb command should strings jsbBraceStyleDesc2 and jsbBraceStyleManual2 need descriptive comments r=harth

This commit is contained in:
Michael Ratcliffe 2013-02-27 10:31:46 +00:00
Родитель 9afdd3c757
Коммит 826f829c96
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -874,6 +874,10 @@ jsbBraceStyleDesc2=Select the coding style of braces
# LOCALIZATION NOTE (jsbBraceStyleManual2) A fuller description of the
# 'jsb <braceStyle>' parameter, displayed when the user asks for help
# on what it does.
#
# NOTES: The keywords collapse, expand, end-expand and expand-strict should not
# be translated. "even if it will break your code" means that the resulting code
# may no longer be functional.
jsbBraceStyleManual2=Select the coding style of braces: collapse - put braces on the same line as control statements; expand - put braces on own line (Allman / ANSI style); end-expand - put end braces on own line; expand-strict - put braces on own line even if it will break your code.
# LOCALIZATION NOTE (jsbNoSpaceBeforeConditionalDesc) A very short description