2013-10-18 20:38:07 +00:00
|
|
|
local _ = require("gettext")
|
2013-04-08 14:26:54 +00:00
|
|
|
|
2013-10-18 20:38:07 +00:00
|
|
|
local S = {}
|
2013-04-08 14:26:54 +00:00
|
|
|
|
2014-11-28 10:19:15 +00:00
|
|
|
S.SCREEN_MODE = _("Orientation")
|
2019-03-13 22:11:51 +00:00
|
|
|
S.DUAL_PAGES = _("Dual Pages")
|
2013-10-18 20:38:07 +00:00
|
|
|
S.PAGE_CROP = _("Page Crop")
|
|
|
|
S.FULL_SCREEN = _("Full Screen")
|
2018-07-03 05:05:57 +00:00
|
|
|
S.ZOOM_DPI = _("Zoom (dpi)")
|
2019-05-02 17:06:57 +00:00
|
|
|
S.PAGE_MARGIN = _("Margin")
|
2019-05-01 00:09:01 +00:00
|
|
|
S.H_PAGE_MARGINS = _("L/R Margins")
|
|
|
|
S.T_PAGE_MARGIN = _("Top Margin")
|
|
|
|
S.B_PAGE_MARGIN = _("Bottom Margin")
|
2019-05-01 20:18:50 +00:00
|
|
|
S.SYNC_T_B_PAGE_MARGINS = _("Sync T/B Margins")
|
2013-10-18 20:38:07 +00:00
|
|
|
S.LINE_SPACING = _("Line Spacing")
|
|
|
|
S.COLUMNS = _("Columns")
|
2019-08-24 07:25:38 +00:00
|
|
|
-- @translators Text alignment. Options given as icons: left, right, center, justify.
|
|
|
|
S.TEXT_ALIGN = _("Alignment")
|
2013-10-18 20:38:07 +00:00
|
|
|
S.FONTSIZE_FINE_TUNING = _("Fine Tuning")
|
|
|
|
S.CONTRAST = _("Contrast")
|
2019-08-24 07:25:38 +00:00
|
|
|
-- @translators Reflow text.
|
2013-10-18 20:38:07 +00:00
|
|
|
S.REFLOW = _("Reflow")
|
2014-04-06 16:22:47 +00:00
|
|
|
S.DEWATERMARK = _("Dewatermark")
|
2013-10-18 20:38:07 +00:00
|
|
|
S.DOC_LANG = _("Document Language")
|
|
|
|
S.VERTICAL_TEXT = _("Vertical Text")
|
|
|
|
S.WORD_GAP = _("Word Gap")
|
2019-08-24 07:25:38 +00:00
|
|
|
-- @translators The maximum size of a dust or ink speckle to be ignored instead of being considered a character.
|
2016-10-17 09:54:20 +00:00
|
|
|
S.DEFECT_SIZE = _("Reflow Speckle Ignore Size")
|
2013-10-18 20:38:07 +00:00
|
|
|
S.RENDER_QUALITY = _("Render Quality")
|
|
|
|
S.AUTO_STRAIGHTEN = _("Auto Straighten")
|
|
|
|
S.INDENTATION = _("Indentation")
|
2014-02-12 07:26:56 +00:00
|
|
|
S.FONT_WEIGHT = _("Font Weight")
|
2013-10-18 20:38:07 +00:00
|
|
|
S.GAMMA = _("Gamma")
|
2017-09-08 15:38:51 +00:00
|
|
|
S.FONT_HINT = _("Font Hinting")
|
2018-08-17 21:08:21 +00:00
|
|
|
S.FONT_KERNING = _("Font Kerning")
|
2019-11-28 21:39:06 +00:00
|
|
|
S.WORD_SPACING = _("Word Spacing")
|
2014-02-12 07:26:56 +00:00
|
|
|
S.VIEW_MODE = _("View Mode")
|
|
|
|
S.EMBEDDED_STYLE = _("Embedded Style")
|
2017-08-30 07:04:04 +00:00
|
|
|
S.EMBEDDED_FONTS = _("Embedded Fonts")
|
2019-07-14 20:13:05 +00:00
|
|
|
S.BLOCK_RENDERING_MODE = _("Render Mode")
|
2013-12-22 11:10:54 +00:00
|
|
|
S.WRITING_DIR = _("Writing Direction")
|
2014-02-12 07:26:56 +00:00
|
|
|
S.PROGRESS_BAR = _("Progress Bar")
|
2019-08-24 07:25:38 +00:00
|
|
|
-- @translators If OCR is unclear, please see https://en.wikipedia.org/wiki/Optical_character_recognition
|
2014-07-17 14:32:20 +00:00
|
|
|
S.FORCED_OCR = _("Forced OCR")
|
Enable HW dithering in a few key places (#4541)
* Enable HW dithering on supported devices (Clara HD, Forma; Oasis 2, PW4)
* FileManager and co. (where appropriate, i.e., when covers are shown)
* Book Status
* Reader, where appropriate:
* CRe: on pages whith image content (for over 7.5% of the screen area, should hopefully leave stuff like bullet points or small scene breaks alone).
* Other engines: on user-request (in the gear tab of the bottom menu), via the new "Dithering" knob (will only appear on supported devices).
* ScreenSaver
* ImageViewer
* Minimize repaints when flash_ui is enabled (by, almost everywhere, only repainting the flashing element, and not the toplevel window which hosts it).
(The first pass of this involved fixing a few Button instances whose show_parent was wrong, in particular, chevrons in the FM & TopMenu).
* Hunted down a few redundant repaints (unneeded setDirty("all") calls),
either by switching the widget to nil when only a refresh was needed, and not a repaint,
or by passing the appropritate widget to setDirty.
(Note to self: Enable *verbose* debugging to catch broken setDirty calls via its post guard).
There were also a few instances of 'em right behind a widget close.
* Don't repaint the underlying widget when initially showing TopMenu & ConfigDialog.
We unfortunately do need to do it when switching tabs, because of their variable heights.
* On Kobo, disabled the extra and completely useless full refresh before suspend/reboot/poweroff, as well as on resume. No more double refreshes!
* Fix another debug guard in Kobo sysfs_light
* Switch ImageWidget & ImageViewer mostly to "ui" updates, which will be better suited to image content pretty much everywhere, REAGL or not.
PS: (Almost :100: commits! :D)
2019-02-07 00:14:37 +00:00
|
|
|
S.HW_DITHERING = _("Dithering")
|
2016-06-09 13:28:27 +00:00
|
|
|
S.INVERSE_READING_ORDER = _("Inverse Order")
|
2019-04-18 21:26:53 +00:00
|
|
|
S.IMAGE_SCALING = _("Image Scaling")
|
2019-06-25 22:23:41 +00:00
|
|
|
S.NIGHTMODE_IMAGES = _("Invert Images")
|
2020-01-02 20:30:03 +00:00
|
|
|
S.PAGE_GAP = _("Page Gap")
|
2013-10-18 20:38:07 +00:00
|
|
|
|
|
|
|
S.ON = _("on")
|
|
|
|
S.OFF = _("off")
|
|
|
|
S.AUTO = _("auto")
|
|
|
|
S.MANUAL = _("manual")
|
|
|
|
S.SEMIAUTO = _("semi-auto")
|
2019-03-03 07:57:20 +00:00
|
|
|
S.NONE = _("none")
|
2013-10-18 20:38:07 +00:00
|
|
|
S.SMALL = _("small")
|
|
|
|
S.MEDIUM = _("medium")
|
|
|
|
S.LARGE = _("large")
|
|
|
|
S.DECREASE = _("decrease")
|
|
|
|
S.INCREASE = _("increase")
|
|
|
|
S.LIGHTEST = _("lightest")
|
|
|
|
S.LIGHTER = _("lighter")
|
|
|
|
S.DEFAULT = _("default")
|
|
|
|
S.DARKER = _("darker")
|
2017-09-08 15:38:51 +00:00
|
|
|
S.NATIVE = _("native")
|
2018-08-17 21:08:21 +00:00
|
|
|
S.FAST = _("fast")
|
2019-01-15 19:40:35 +00:00
|
|
|
S.GOOD = _("good")
|
|
|
|
S.BEST = _("best")
|
2018-08-17 21:08:21 +00:00
|
|
|
S.ENHANCED = _("enhanced")
|
2013-10-18 20:38:07 +00:00
|
|
|
S.LOW = _("low")
|
|
|
|
S.HIGH = _("high")
|
|
|
|
S.ZERO_DEG = _("0 deg")
|
|
|
|
S.FIVE_DEG = _("5 deg")
|
|
|
|
S.TEN_DEG = _("10 deg")
|
|
|
|
S.PORTRAIT = _("portrait")
|
|
|
|
S.LANDSCAPE = _("landscape")
|
2014-06-04 13:54:01 +00:00
|
|
|
S.REGULAR = _("regular")
|
|
|
|
S.BOLD = _("bold")
|
2019-08-02 20:43:26 +00:00
|
|
|
S.VIEW_SCROLL = _("continuous")
|
2013-10-18 20:38:07 +00:00
|
|
|
S.VIEW_PAGE = _("page")
|
2019-08-24 07:25:38 +00:00
|
|
|
-- @translators LTR is left to right, which is the regular European writing direction.
|
2013-12-22 11:10:54 +00:00
|
|
|
S.LTR = _("LTR")
|
2019-08-24 07:25:38 +00:00
|
|
|
-- @translators RTL is right to left, which is the regular writing direction in languages like Hebrew, Arabic, Persian and Urdu.
|
2013-12-22 11:10:54 +00:00
|
|
|
S.RTL = _("RTL")
|
2019-08-24 07:25:38 +00:00
|
|
|
-- @translators TBRTL is top-to-bottom-right-to-left, which is a traditional Chinese/Japanese writing direction.
|
2013-12-22 11:10:54 +00:00
|
|
|
S.TBRTL = _("TBRTL")
|
2019-08-24 07:25:38 +00:00
|
|
|
-- @translators TBLTR is top-to-bottom-left-to-right, which is a traditional Chinese/Japanese writing direction.
|
2013-12-22 11:10:54 +00:00
|
|
|
S.TBLTR = _("TBLTR")
|
2014-02-12 07:26:56 +00:00
|
|
|
S.FULL = _("full")
|
|
|
|
S.MINI = _("mini")
|
2018-05-26 17:45:37 +00:00
|
|
|
S.LEFT = _("left")
|
|
|
|
S.CENTER = _("center")
|
|
|
|
S.RIGHT = _("right")
|
|
|
|
S.JUSTIFY = _("justify")
|
2019-07-14 20:13:05 +00:00
|
|
|
S.LEGACY = _("legacy")
|
|
|
|
S.FLAT = _("flat")
|
|
|
|
S.BOOK = _("book")
|
|
|
|
S.WEB = _("web")
|
2013-10-18 20:38:07 +00:00
|
|
|
|
|
|
|
return S
|