add 'full/mini' options for progress bar of crereader

This commit is contained in:
chrox
2014-02-12 15:26:56 +08:00
parent 8b09ee7cf1
commit 9f507e6447
8 changed files with 73 additions and 33 deletions

View File

@@ -20,11 +20,12 @@ S.DEFECT_SIZE = _("Defect Size")
S.RENDER_QUALITY = _("Render Quality")
S.AUTO_STRAIGHTEN = _("Auto Straighten")
S.INDENTATION = _("Indentation")
S.FONT_WEIGHT = _("Font weight")
S.FONT_WEIGHT = _("Font Weight")
S.GAMMA = _("Gamma")
S.VIEW_MODE = _("View mode")
S.EMBEDDED_STYLE = _("Embedded style")
S.VIEW_MODE = _("View Mode")
S.EMBEDDED_STYLE = _("Embedded Style")
S.WRITING_DIR = _("Writing Direction")
S.PROGRESS_BAR = _("Progress Bar")
S.ON = _("on")
S.OFF = _("off")
@@ -55,5 +56,7 @@ S.LTR = _("LTR")
S.RTL = _("RTL")
S.TBRTL = _("TBRTL")
S.TBLTR = _("TBLTR")
S.FULL = _("full")
S.MINI = _("mini")
return S