nim_duilib/examples/x64/Debug/resources/lang/en_US/gdstrings.ini

25 lines
925 B
INI
Raw Normal View History

2021-12-29 00:17:57 +08:00
;String resources in English
;Example:
;STRID_MAINWINDOW_BUTTON_LOGIN = Login
;TIPID_MAINWINDOW_BUTTON_LOGIN = Click to login
;comment symbol“;”
;ruleEvery window uses its own strings. One windows is not permitted to use strings of other windows'.
;Common
STRING_OK = OK
STRING_CANCEL = Cancel
;cef Browser
STRID_CEF_BROWSER_WINDOW_MODE = Window Mode Cef Browser Component Test
STRID_CEF_BROWSER_BACKWARD = Back
STRID_CEF_BROWSER_FORWARD = Forward
STRID_CEF_BROWSER_INPUT_ADDRESS = Input Address
STRID_CEF_BROWSER_BROWSE_TO = Go To
STRID_CEF_BROWSER_REFRESH = Reload
STRID_CEF_BROWSER_HELLO_JS = Hello JS
STRID_CEF_BROWSER_INPUT_TEXT = Input text sending to JS
STRID_CEF_BROWSER_SEND_TO_JS = Send to JS
STRID_CEF_BROWSER_OFF_SCREEN_MODE = Off-screen Rendering Cef Browser Component Test
STRID_CEF_BROWSER_RECEIVE_JS_MSG = Received Msg From JS: %s
STRID_CEF_BROWSER_MULTI_TAB = Multi Tab Browser