summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorKeunes <11229646+keunes@users.noreply.github.com>2023-01-14 14:46:19 +0100
committerGitHub <noreply@github.com>2023-01-14 14:46:19 +0100
commitf995fd96df96d4ad9bcb9fd92b1ffdc08ec13e27 (patch)
treec47777699d901a5d8a9d42d5114d59b7d13d9948 /ui
parent63e9d7f6965a859947209a4f287469b2e8789403 (diff)
downloadAntennaPod-f995fd96df96d4ad9bcb9fd92b1ffdc08ec13e27.zip
Synchronisation label changes (#6213)
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml41
1 files changed, 22 insertions, 19 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index cdab72bab..40015630f 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -460,20 +460,6 @@
<string name="pref_theme_title_dark">Dark</string>
<string name="pref_theme_title_trueblack">Black (AMOLED ready)</string>
<string name="pref_episode_cache_unlimited">Unlimited</string>
- <string name="synchronization_logout">Logout</string>
- <string name="pref_synchronization_logout_toast">Logout was successful</string>
- <string name="pref_gpodnet_setlogin_information_title">Change login information</string>
- <string name="pref_gpodnet_setlogin_information_sum">Change the login information for your gpodder.net account.</string>
- <string name="synchronization_sync_changes_title">Synchronize now</string>
- <string name="synchronization_full_sync_title">Force full synchronization</string>
- <string name="synchronization_login_status"><![CDATA[Logged in as <i>%1$s</i> on <i>%2$s</i>. <br/><br/>You can choose your synchronization provider again once you have logged out]]></string>
- <string name="synchronization_summary_unchoosen">You can choose from multiple providers to synchronize your subscriptions and episode play state with</string>
- <string name="synchronization_summary_nextcloud">Gpoddersync is an open-source Nextcloud app that you can easily install on your own server. The app is independent of the AntennaPod project.</string>
- <string name="synchronization_nextcloud_authenticate_browser">Grant access using the opened web browser and come back to AntennaPod.</string>
- <string name="synchronization_choose_title">Choose synchronization provider</string>
- <string name="synchronization_force_sync_summary">Re-synchronize all subscriptions and episode states</string>
- <string name="synchronization_sync_summary">Synchronize subscription and episode state changes</string>
- <string name="dialog_choose_sync_service_title">Choose synchronization provider</string>
<string name="pref_playback_speed_sum">Customize the speeds available for variable speed playback</string>
<string name="pref_feed_playback_speed_sum">The speed to use when starting audio playback for episodes in this podcast</string>
<string name="pref_feed_skip">Auto Skip</string>
@@ -631,21 +617,38 @@
<string name="auto_enable_label">Auto-enable</string>
<string name="sleep_timer_enabled_label">Sleep timer enabled</string>
- <!-- gpodder.net -->
+ <!-- Synchronisation -->
+ <string name="synchronization_choose_title">Choose synchronization provider</string>
+ <string name="synchronization_summary_unchoosen">You can choose from multiple providers to synchronize your subscriptions and episode play state with</string>
+ <string name="dialog_choose_sync_service_title">Choose synchronization provider</string>
+ <string name="gpodnet_description">Gpodder.net is an open-source podcast synchronization service that you can install on your own server. Gpodder.net is independent of the AntennaPod project.</string>
+ <string name="synchronization_summary_nextcloud">Gpoddersync is an open-source Nextcloud app that you can easily install on your own server. The app is independent of the AntennaPod project.</string>
+ <string name="synchronization_host_explanation">You can pick your own server to synchronize with. When you have identified your preferred synchronization server, please enter its address here.</string>
+ <string name="synchronization_host_label">Server address</string>
+ <string name="proceed_to_login_butLabel">Proceed to login</string>
+ <string name="synchronization_nextcloud_authenticate_browser">Grant access using the opened web browser and come back to AntennaPod.</string>
<string name="gpodnetauth_login_butLabel">Login</string>
+ <string name="synchronization_credentials_explanation">Please provide the credentials of your account on the synchronization server.</string>
<string name="gpodnetauth_encryption_warning">Password and data are not encrypted!</string>
<string name="username_label">Username</string>
<string name="password_label">Password</string>
- <string name="gpodnet_description">Gpodder.net is an open-source podcast synchronization service that you can install on your own server. Gpodder.net is independent of the AntennaPod project.</string>
- <string name="gpodnetauth_host">Hostname</string>
- <string name="gpodnetauth_select_server">Select server</string>
+ <string name="synchronization_login_butLabel">Log in</string>
+ <string name="synchronization_selectDevice_explanation">Please select the device that you created on the synchronization server or create a new one.</string>
<string name="gpodnetauth_device_name">Device name</string>
<string name="gpodnetauth_device_name_default">AntennaPod on %1$s</string>
<string name="gpodnetauth_existing_devices">Existing devices</string>
<string name="gpodnetauth_create_device">Create device</string>
<string name="gpodnetauth_finish_descr">Congratulations! Your gpodder.net account is now linked with your device. AntennaPod will from now on automatically sync subscriptions on your device with your gpodder.net account.</string>
<string name="gpodnetauth_finish_butsyncnow">Start sync now</string>
-
+ <string name="pref_gpodnet_setlogin_information_title">Change login information</string>
+ <string name="pref_gpodnet_setlogin_information_sum">Change the login information for your gpodder.net account.</string>
+ <string name="synchronization_sync_changes_title">Synchronize now</string>
+ <string name="synchronization_sync_summary">Synchronize subscription and episode state changes</string>
+ <string name="synchronization_full_sync_title">Force full synchronization</string>
+ <string name="synchronization_force_sync_summary">Re-synchronize all subscriptions and episode states</string>
+ <string name="synchronization_logout">Logout</string>
+ <string name="synchronization_login_status"><![CDATA[Logged in as <i>%1$s</i> on <i>%2$s</i>. <br/><br/>You can choose your synchronization provider again once you have logged out]]></string>
+ <string name="pref_synchronization_logout_toast">Logout was successful</string>
<string name="gpodnetsync_error_title">gpodder.net sync error</string>
<string name="gpodnetsync_error_descr">An error occurred during syncing:\u0020</string>
<string name="gpodnetsync_pref_report_successful">Successful</string>