2019-02-24 15:36:12 +08:00
|
|
|
<resources>
|
|
|
|
|
<string name="app_name">IRControl</string>
|
|
|
|
|
<string name="title_activity_main">IRControl</string>
|
|
|
|
|
<string name="action_settings">Settings</string>
|
|
|
|
|
|
|
|
|
|
<!-- Public UI -->
|
|
|
|
|
<string name="ptr_pull_to_refresh">Pull to refresh</string>
|
|
|
|
|
<string name="ptr_release_to_refresh">Release to refresh</string>
|
2025-12-18 20:04:23 +08:00
|
|
|
<string name="ptr_refreshing">Refreshing…</string>
|
2019-02-24 15:36:12 +08:00
|
|
|
<string name="ptr_last_updated">Updated: %1$s</string>
|
|
|
|
|
|
|
|
|
|
<!-- Main UI -->
|
|
|
|
|
<string name="create_new">Tap + to create new remote control</string>
|
2025-10-19 20:27:40 +08:00
|
|
|
<string name="storage_permission_warning">Please grant storage read and write permission first</string>
|
2019-02-24 15:36:12 +08:00
|
|
|
|
|
|
|
|
<!-- Create New -->
|
|
|
|
|
<string name="default_category">TV</string>
|
|
|
|
|
<string name="button_save">Save</string>
|
|
|
|
|
<string name="button_cancel">Cancel</string>
|
|
|
|
|
|
|
|
|
|
<!-- Control panel -->
|
|
|
|
|
<string name="button_power">POWER</string>
|
|
|
|
|
<string name="button_back">BACK</string>
|
|
|
|
|
<string name="button_home">HOME</string>
|
|
|
|
|
<string name="button_menu">MENU</string>
|
|
|
|
|
<string name="button_up">UP</string>
|
|
|
|
|
<string name="button_down">DOWN</string>
|
|
|
|
|
<string name="button_left">LEFT</string>
|
|
|
|
|
<string name="button_right">RIGHT</string>
|
|
|
|
|
<string name="button_ok">OK</string>
|
|
|
|
|
<string name="button_plus">+</string>
|
|
|
|
|
<string name="button_minus">-</string>
|
2025-12-18 20:04:23 +08:00
|
|
|
|
2026-01-17 20:38:30 +08:00
|
|
|
<!-- Emitter panel -->
|
2025-12-18 20:04:23 +08:00
|
|
|
<string name="emitter_ip">Emitter IP</string>
|
2026-01-25 15:38:28 +08:00
|
|
|
<string name="default_ip">192.168.1.43</string>
|
2026-01-17 20:38:30 +08:00
|
|
|
<string name="connect">Connect</string>
|
2025-12-26 10:00:44 +08:00
|
|
|
<string name="decode_on_board">Decode On Board</string>
|
2026-01-17 20:38:30 +08:00
|
|
|
|
|
|
|
|
<!-- Error messages -->
|
|
|
|
|
<string name="ir_not_supported">IR emitter is not supported in this device, please try with external emitters</string>
|
2025-12-18 20:04:23 +08:00
|
|
|
<string name="input_emitter_ip_address">Please input IP address of emitter</string>
|
|
|
|
|
<string name="connect_failed">Connect failed</string>
|
2025-12-23 13:34:58 +08:00
|
|
|
<string name="connect_disconnected">The connection has lost</string>
|
|
|
|
|
<string name="status_not_connected">Disconnected</string>
|
|
|
|
|
<string name="status_connected">Connected</string>
|
2026-01-17 20:38:30 +08:00
|
|
|
<string name="file_could_not_open">The IR binary file could not be opened</string>
|
2026-01-29 10:29:35 +08:00
|
|
|
<string name="decode_and_send_success">Remote control code sent</string>
|
|
|
|
|
<string name="decode_and_send_failed">Remote control failed</string>
|
2019-02-24 15:36:12 +08:00
|
|
|
|
|
|
|
|
</resources>
|