mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 05:40:59 +00:00
- white space
- replace an occurrence of from_ascii() to _() for translation git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18521 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
398c24b8f2
commit
5cfe249522
@ -113,9 +113,16 @@ char const * allowed_languages =
|
||||
"[97]VRML\nXML\nXSLT";
|
||||
|
||||
docstring empty_hint;
|
||||
docstring style_hint = _("Use \\footnotesize, \\small, \\itshape, \\ttfamily or something like that");
|
||||
docstring frame_hint = _("none, leftline, topline, bottomline, lines, single, shadowbox or subset of trblTRBL");
|
||||
docstring frameround_hint = _("Enter four letters (either t = round or f = square) for top right, bottom right, bottom left and top left corner.");
|
||||
docstring style_hint = _("Use \\footnotesize, \\small, \\itshape, "
|
||||
"\\ttfamily or something like that");
|
||||
|
||||
docstring frame_hint = _("none, leftline, topline, bottomline, lines, "
|
||||
"single, shadowbox or subset of trblTRBL");
|
||||
|
||||
docstring frameround_hint = _("Enter four letters (either t = round "
|
||||
"or f = square) for top right, bottom "
|
||||
"right, bottom left and top left corner.");
|
||||
|
||||
docstring color_hint = _("Enter something like \\color{white}");
|
||||
|
||||
|
||||
@ -132,7 +139,7 @@ listings_param_info const listings_param_table[] = {
|
||||
{ "firstline", "", false, INTEGER, "", empty_hint},
|
||||
{ "lastline", "", false, INTEGER, "", empty_hint},
|
||||
{ "showlines", "", false, TRUEFALSE, "", empty_hint},
|
||||
{ "emptylines", "", false, ALL, "", from_ascii("Expect a number with an optional * before it") },
|
||||
{ "emptylines", "", false, ALL, "", _("Expect a number with an optional * before it")},
|
||||
{ "gobble", "", false, INTEGER, "", empty_hint},
|
||||
{ "style", "", false, ALL, "", empty_hint},
|
||||
{ "language", "", false, ONEOF, allowed_languages, empty_hint},
|
||||
|
Loading…
Reference in New Issue
Block a user