Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve strings #2976

Merged
merged 3 commits into from
Jul 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 15 additions & 7 deletions mobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<string name="settings_openhab_chart_hq_summary">Generating charts can be taxing to the server. If you experience slow chart loading times and your server isn\'t powerful, disable this option to improve loading times.</string>
<string name="settings_clear_default_sitemap">Clear default Sitemap</string>
<string name="settings_no_default_sitemap">No default Sitemap selected</string>
<!-- %1$s: Default Sitemap label -->
<string name="settings_current_default_sitemap">Current default Sitemap: %1$s</string>
<string name="settings_openhab_alt_connection">Remote</string>
<string name="settings_openhab_connection">Local</string>
Expand All @@ -93,6 +94,7 @@
<string name="settings_notification_vibration_value_twice" translatable="false">twice</string>
<string name="settings_notification_ringtone_vibration">Ringtone &amp; Vibration</string>
<string name="settings_connection_summary">Connected to %s</string>
<!-- %1$s: URL, %2$s: Reason why connection is insecure -->
<string name="settings_insecure_connection_summary">Insecurely connected to %1$s: %2$s</string>
<string name="settings_insecure_connection_no_https">URL doesn\'t start with \"https\"</string>
<string name="settings_insecure_connection_no_auth">No username and password set</string>
Expand Down Expand Up @@ -157,13 +159,15 @@
<string name="app_shortcut_disabled_voice_recognition">Your device doesn\'t have a voice recognition app installed</string>
<string name="no_position_set">No position set</string>
<string name="show_and_copy_item_name">Show and copy Item name</string>
<!-- An Item name has been copied to clipboard, e.g. Copied "GF_Lights" -->
<string name="copied_item_name">Copied \"%s\"</string>

<!-- Error messages -->
<string name="error_empty_sitemap_list">openHAB returned empty Sitemap list</string>
<string name="error_sitemap_generic_load_error">The Sitemap could not be loaded. The following error occurred: %1$s</string>
<string name="error_network_not_available">Network is not available</string>
<string name="error_wifi_not_available">Wi-Fi is turned off</string>
<!-- %1$s: Server label, %2$s: List of Wi-Fi names -->
<string name="error_wifi_restricted">Local connections to server %1$s are restricted to the following Wi-Fi names: %2$s</string>
<string name="error_http_connection_failed">Connection unsuccessful. An unexpected response was received while trying to connect to the configured openHAB server (HTTP code %d).</string>
<string name="error_invalid_url">Please enter a valid URL in a \'http(s)://host(:port)/\' form</string>
Expand Down Expand Up @@ -228,7 +232,7 @@
<string name="error_openhab_offline">Your openHAB server is offline while the cloud instance is running</string>
<string name="error_no_browser_found">No browser found on your device</string>
<string name="error_no_speech_to_text_app_found">No voice recognition app found</string>
<string name="error_sse_failed">Event subscription failed, widget refresh may be impaired</string>
<string name="error_sse_failed">Event subscription failed, Widget refresh may be impaired</string>
<string name="error_video_player">%s couldn\'t be loaded</string>
<string name="install">Install</string>
<string name="title_activity_openhabwritetag">Write NFC tag</string>
Expand All @@ -240,7 +244,7 @@
<string name="info_write_tag_unsupported">This device doesn\'t have NFC support</string>
<string name="info_write_tag_disabled">NFC is disabled</string>
<string name="action_settings">Settings</string>
<string name="nfc_info_hint">Item updates can be written to NFC tags. You can select an Item here or you can long press a widget on the Sitemap.</string>
<string name="nfc_info_hint">Item updates can be written to NFC tags. You can select an Item here or you can long press a Widget on the Sitemap.</string>
<string name="info_not_set">Not set</string>
<string name="empty_page">This page doesn\'t contain any widgets that are set to be visible</string>

Expand All @@ -260,13 +264,16 @@
<string name="send_device_info_foreground_service_running_summary_two">Monitor events associated to %1$s and %2$s</string>
<string name="send_device_info_foreground_service_running_summary_more">Monitor events associated to %1$s, %2$s and more</string>
<string name="settings_item_update_pref_howto_summary">Tap here to get hints on how to set up this feature server-side</string>
<!-- %1$s: Value of last update, %2$s: Timestamp of last update -->
<string name="item_update_summary_success">Last update was \'%1$s\' (%2$s)</string>
<string name="settings_alarm_clock">Alarm time</string>
<string name="settings_alarm_clock_summary_on">Sends alarm time to Item \'%1$s\'</string>
<string name="settings_alarm_clock_summary_off">Don\'t send alarm time</string>
<string name="settings_alarm_clock_howto_url" translatable="false">https://www.openhab.org/docs/apps/android.html#alarm-clock</string>
<string name="copy_debug_info">Copy</string>
<!-- %1$s: Alarm time, %2$s: App causing the update -->
<string name="settings_alarm_clock_debug_ignored">Ignored alarm time update to %1$s which was sent by %2$s</string>
<!-- %1$s: Alarm time, %2$s: App causing the update -->
<string name="settings_alarm_clock_debug">Got alarm time update to %1$s which was sent by %2$s</string>
<string name="settings_phone_state">Call state</string>
<string name="settings_phone_state_summary_on">Sends call state to Item \'%1$s\'</string>
Expand Down Expand Up @@ -504,8 +511,8 @@
<string name="content_description_open_number_picker">Open number picker</string>
<string name="content_description_video">Video</string>
<string name="content_description_open_openhab">Open openHAB</string>
<string name="content_description_increase_item_value">Increase item value</string>
<string name="content_description_decrease_item_value">Decrease item value</string>
<string name="content_description_increase_item_value">Increase Item value</string>
<string name="content_description_decrease_item_value">Decrease Item value</string>
<string name="swipe_to_refresh_description">The app also refreshes automatically, you normally don\'t need to do it manually</string>
<string name="got_it">Got it!</string>

Expand Down Expand Up @@ -551,13 +558,14 @@
<string name="item_update_widget_content_description">Widget for changing Item state</string>
<string name="item_update_widget_content_description_edit">Edit widget</string>
<string name="item_update_widget">Widget</string>
<!-- %1$s: Item label, %2$s: Action, e.g. "Lights: On" -->
<!-- %1$s: Item label, %2$s: Action, e.g. "Lights: On". Use the source string as translation if the punctuation rules are similar to English. -->
<string name="item_update_widget_text">%1$s: %2$s</string>
<string name="item_update_widget_item_picker_title">Select an Item</string>
<string name="widget_show_state">Append current state to name</string>
<string name="widget_show_state_summary">The state is updated on the schedule that can be set in the settings under \"Send device information to server\"</string>
<string name="widget_no_command">Don\'t send a command</string>
<string name="error_getting_state">Error loading state</string>
<!-- %1$s: Item label, %2$s: State-->
<string name="item_update_success_message_generic">%1$s has been set to %2$s</string>
<string name="item_update_success_message_on">%s has been turned on</string>
<string name="item_update_success_message_off">%s has been turned off</string>
Expand Down Expand Up @@ -601,8 +609,8 @@
<!-- Data saver -->
<string name="data_saver_title">Data saver</string>
<string name="data_saver_on">Sitemap elements that may require larger data transfers aren\'t loaded</string>
<string name="data_saver_off">The system wide data saver setting is followed when loading data-using sitemap elements</string>
<string name="data_saver_off_pre_n">All sitemap elements are loaded, disregarding their data usage</string>
<string name="data_saver_off">The system wide data saver setting is followed when loading data-using Sitemap elements</string>
<string name="data_saver_off_pre_n">All Sitemap elements are loaded, disregarding their data usage</string>
<string name="data_saver_load">Load anyway</string>
<string name="data_saver_hint">%s was not loaded to save data</string>
<string name="data_saver_snackbar">Icons aren\'t based on Item states, because data saver is turned on</string>
Expand Down