Make new strings translatable

This commit is contained in:
Arjan Schrijver
2025-12-25 14:45:08 +01:00
committed by Arjan Schrijver
parent 441c21c9f3
commit 87754b654f
9 changed files with 74 additions and 33 deletions
+27 -1
View File
@@ -1383,6 +1383,7 @@
<string name="Delete">Delete</string>
<string name="delete_device_and_retain_files">Keep Files</string>
<string name="ok">OK</string>
<string name="save">Save</string>
<string name="dismiss">Dismiss</string>
<string name="notifications_dismiss_all">Dismiss All</string>
<string name="start">Start</string>
@@ -4449,5 +4450,30 @@
<string name="pref_notifications_pictures_enable">Send notification pictures</string>
<string name="pref_notifications_pictures_enable_summary">Send notification pictures for current device</string>
<string name="activity_title_rebble_app_store">Rebble app store</string>
<string name="prefs_title_internet_helper">Internet helper</string>
<string name="prefs_internet_helper_title">Internet helper</string>
<string name="prefs_internet_helper_summary">Configure the URLs that are allowed to be requested through the internet helper add-on app</string>
<string name="internet_helper_url_filter_hint">Please enter (a part of) a URL to match against.</string>
<string name="internet_helper_url_filter_title">URL filter</string>
<string name="internet_helper_url_filter_delete">Are you sure you want to delete this URL?</string>
<string name="internet_helper_url_allowed">Allowed</string>
<string name="internet_helper_url_denied">Denied</string>
<string name="internet_helper_url_action_deny">Deny</string>
<string name="internet_helper_url_action_allow">Allow</string>
<string name="internet_helper_url_action_edit">Edit</string>
<string name="internet_helper_url_action_delete">Delete</string>
<string name="internet_helper_url_options">Options</string>
<string name="internet_helper_pref_app_req_title">Add-on app required</string>
<string name="internet_helper_pref_app_req_summary">This feature requires the installation of an add-on app. Tap here to go to the download page.</string>
<string name="internet_helper_pref_new_url_action_title">New URL action</string>
<string name="internet_helper_pref_new_url_action_summary">Set the default action to take when a URL is requested that isn\'t already in the list below.</string>
<string name="internet_helper_pref_intercept_supported_title">Intercept supported requests</string>
<string name="internet_helper_pref_intercept_supported_summary">Some internet requests can be intercepted and responded to locally without sending anything to the internet.</string>
<string name="internet_helper_pref_known_urls_title">Known URLs</string>
<string name="internet_helper_url_list_instruction_summary">Use the list below to configure which (parts of) URLs are allowed or denied to be forwarded to the internethelper add-on app. The validation is using a simple text comparison, so a part of a URL can be entered too.</string>
<string name="rebble_appstore_download_failed_wrong_content_type">Download failed, wrong content-type: %1$s</string>
<string name="rebble_appstore_download_failed">Download failed: %1$s</string>
<string name="rebble_appstore_fetch_app_info_failed_content_type">Fetching app info failed, wrong content-type: %1$s</string>
<string name="rebble_appstore_fetching_download_file_failed">Fetching download file failed: %1$s</string>
<string name="internet_helper_permission_title">Internet helper add-on</string>
<string name="internet_helper_permission_summary">Permit access to the Gadgetbridge-internethelper add-on app</string>
</resources>