simplify 'Privacy Policy' handling

This commit is contained in:
B. Petersen
2024-04-24 17:14:04 +02:00
committed by bjoern
parent 0d37d5f866
commit 605b97fe38
+5 -6
View File
@@ -557,13 +557,12 @@
<string name="manual_account_setup_option">Manual Login</string>
<!-- Instant onboarding title (there is not more to do than to set name and avatar) -->
<string name="instant_onboarding_title">Your Profile</string>
<!-- The string will be followed by a space and the tappable text "Privacy Policy" (instant_onboarding_agree_privacy_policy). We know, this is not optimal for all languages, but it is the easiest way for React for now :) -->
<string name="instant_onboarding_agree_default">I agree to the</string>
<string name="instant_onboarding_agree_privacy_policy">Privacy Policy</string>
<!-- The placeholder will be replaced by the tappable name of the instance -->
<string name="instant_onboarding_agree_instance">I agree to create a profile on %1$s</string>
<!-- This is a link to the default Privacy Policy -->
<string name="instant_onboarding_agree_default">Read the Privacy Policy</string>
<!-- The placeholder will be replaced by instance name, the whole text will link to the instance page -->
<string name="instant_onboarding_agree_instance">Create profile on %1$s</string>
<!-- Confirmation button on the instant onboarding screen -->
<string name="instant_onboarding_create">Create New Profile</string>
<string name="instant_onboarding_create">Agree &amp; Create Profile</string>
<!-- Secondary, link-like button to open a page with other possible instances -->
<string name="instant_onboarding_show_more_instances">Explore Other Options</string>
<!-- Hint about what happens when "Create Profile" button in pressed; the placeholder will be replaced by the group name -->