diff options
| author | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
| commit | 3037f9f8fdcc6cdadfe94ba248d10e647578cf53 (patch) | |
| tree | e07e981d8d6b05c1a3dc836434d88bff7d76c703 /app/src/main/res/values/strings.xml | |
| parent | 70290eb3d79a5347cdc114daf6ce0b1b2e86528a (diff) | |
| download | scrcpy-android-3037f9f8fdcc6cdadfe94ba248d10e647578cf53.tar.gz | |
app: refine physical-device interface
Use target-safe capture defaults and remove redundant navigation and
frame-rate controls.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9b7e03b..ac1c22d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -20,6 +20,7 @@ <string name="saved_devices">Saved devices</string> <string name="notif_session_active">Mirroring active</string> <string name="settings">Settings</string> + <string name="version_format">Version %1$s (%2$d)</string> <string name="licenses">Open-source licenses</string> <string name="licenses_unavailable">Notices unavailable.</string> <string name="video_codec">Video codec</string> @@ -43,25 +44,15 @@ <string name="bit_rate_4m">4 Mbps (default)</string> <string name="bit_rate_8m">8 Mbps</string> <string name="bit_rate_16m">16 Mbps</string> - <string name="max_fps">Max fps</string> - <string name="max_fps_unlimited">Unlimited (default)</string> - <string name="max_fps_30">30</string> - <string name="max_fps_60">60</string> - <string name="max_fps_90">90</string> - <string name="max_fps_120">120</string> <string name="reconnect">Reconnect</string> - <string name="nav_back">Back</string> - <string name="nav_home">Home</string> - <string name="nav_recents">Recents</string> <string name="connecting">connecting…</string> <string name="disconnected">disconnected</string> <string name="session_error">Session error: %1$s</string> <string name="session_stop_timeout">The old session did not stop. Reconnect was cancelled.</string> - <string name="hint_back">Back goes to the target. Press Back twice to leave. Home and Recents are in the bar above.</string> + <string name="hint_back">Back goes to the target. Press Back twice to leave.</string> <string name="pairing">Pairing…</string> <string name="settings_apply_on_reconnect">Changes apply on the next connection.</string> <string name="display">Display</string> <string name="clipboard_sync">Sync clipboard with the target</string> - <string name="show_status_bar">Show status bar (IP and resolution) while mirroring</string> <string name="no_devices_yet">No devices paired yet - fill the fields above and tap Pair.</string> </resources> |