Update logic to avoid collision
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -96,7 +96,6 @@ STR_IMAGE_DITHER_BAYER: "Bayer"
|
||||
STR_IMAGE_DITHER_ATKINSON: "Atkinson"
|
||||
STR_IMAGE_DITHER_DIFFUSED_BAYER: "Diffused Bayer"
|
||||
STR_CREATE_FALLBACK_FOR_INVALID_TOC: "Create fallback for invalid TOC"
|
||||
STR_SHORT_PWR_BTN: "Short Power Button Click"
|
||||
STR_ORIENTATION: "Reading Orientation"
|
||||
STR_SIDE_BTN_LAYOUT: "Side Button Layout (reader)"
|
||||
STR_LONG_PRESS_SKIP: "Long-press Chapter Skip"
|
||||
@@ -199,9 +198,6 @@ STR_CROP: "Crop"
|
||||
STR_NEVER: "Never"
|
||||
STR_IN_READER: "In Reader"
|
||||
STR_ALWAYS: "Always"
|
||||
STR_IGNORE: "Ignore"
|
||||
STR_SLEEP: "Sleep"
|
||||
STR_PAGE_TURN: "Page Turn"
|
||||
STR_PORTRAIT: "Portrait"
|
||||
STR_LANDSCAPE_CW: "Landscape CW"
|
||||
STR_INVERTED: "Inverted"
|
||||
@@ -548,6 +544,7 @@ STR_CAPTIVE_PORTAL_HINT_1: "Network requires browser login. On another device,"
|
||||
STR_CAPTIVE_PORTAL_HINT_2: "visit the URL below to authorize, then press OK."
|
||||
STR_CAPTIVE_PORTAL_DONE: "I'm authorized"
|
||||
STR_MENU_BTN_ACTIONS: "Button Actions"
|
||||
STR_MENU_BTN_PHYSICAL: "Physical Buttons"
|
||||
STR_BTN_SHORT_PRESS: "Short Press"
|
||||
STR_BTN_DOUBLE_PRESS: "Double Press"
|
||||
STR_BTN_LONG_PRESS: "Long Press"
|
||||
@@ -561,6 +558,16 @@ STR_BTN_PAGE_BACK: "Page Back Button"
|
||||
STR_BTN_PAGE_FORWARD: "Page Forward Button"
|
||||
STR_BTN_POWER: "Power Button"
|
||||
STR_BTN_ACT_DEFAULT: "Default"
|
||||
STR_BTN_DEF_IGNORE: "Default (ignore)"
|
||||
STR_BTN_DEF_EXIT_READER: "Default (exit reader)"
|
||||
STR_BTN_DEF_GO_HOME: "Default (go home)"
|
||||
STR_BTN_DEF_READER_MENU: "Default (reader menu)"
|
||||
STR_BTN_DEF_KOREADER_SYNC: "Default (KOReader sync)"
|
||||
STR_BTN_DEF_PREV_PAGE: "Default (previous page)"
|
||||
STR_BTN_DEF_NEXT_PAGE: "Default (next page)"
|
||||
STR_BTN_DEF_CHAPTER_BACK: "Default (chapter back)"
|
||||
STR_BTN_DEF_CHAPTER_FORWARD: "Default (chapter forward)"
|
||||
STR_BTN_DEF_SLEEP: "Default (sleep)"
|
||||
STR_BTN_ACT_PAGE_FORWARD: "Next Page"
|
||||
STR_BTN_ACT_PAGE_BACK: "Previous Page"
|
||||
STR_BTN_ACT_PAGE_FORWARD_10: "Skip 10 Pages Forward"
|
||||
@@ -574,3 +581,6 @@ STR_BTN_ACT_STAR_PAGE: "Star Page"
|
||||
STR_BTN_ACT_FOOTNOTES: "Footnotes"
|
||||
STR_BTN_ACT_NEXT_SECTION: "Next Section / Chapter"
|
||||
STR_BTN_ACT_PREV_SECTION: "Previous Section / Chapter"
|
||||
STR_BTN_ACT_EXIT_READER: "Exit Reader"
|
||||
STR_BTN_ACT_READER_MENU: "Reader Menu"
|
||||
STR_BTN_ACT_KOREADER_SYNC: "KOReader Sync"
|
||||
|
||||
Reference in New Issue
Block a user