5648: improvements, enhancements, more accurate strings

svn: r19120
This commit is contained in:
Jérôme Rapinat
2012-03-23 15:26:12 +00:00
parent 76ece14d56
commit 612774f11b
5 changed files with 13 additions and 13 deletions

View File

@ -64,10 +64,10 @@ _FONTS = [ { 'name' : _("Default"), 'value' : "" },
{ 'name' : _("PostScript / Helvetica"), 'value' : "Helvetica" },
{ 'name' : _("TrueType / FreeSans"), 'value' : "FreeSans" } ]
_RANKDIR = [ { 'name' : _("Vertical (top to bottom)"), 'value' : "TB" },
{ 'name' : _("Vertical (bottom to top)"), 'value' : "BT" },
{ 'name' : _("Horizontal (left to right)"), 'value' : "LR" },
{ 'name' : _("Horizontal (right to left)"), 'value' : "RL" } ]
_RANKDIR = [ { 'name' : _("Vertical ()"), 'value' : "TB" },
{ 'name' : _("Vertical ()"), 'value' : "BT" },
{ 'name' : _("Horizontal ()"), 'value' : "LR" },
{ 'name' : _("Horizontal ()"), 'value' : "RL" } ]
_PAGEDIR = [ { 'name' : _("Bottom, left"), 'value' :"BL" },
{ 'name' : _("Bottom, right"), 'value' :"BR" },