nim_duilib/bin/resources/lang/en_US/gdstrings.ini
2019-04-19 17:19:57 +08:00

25 lines
925 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;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