mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Moves finalized onboarding strings to strings.xml
This commit is contained in:
parent
d24aa8a772
commit
884da93184
@ -13,64 +13,4 @@
|
|||||||
<string name="about_content" translatable="false">
|
<string name="about_content" translatable="false">
|
||||||
1$s is produced by Mozilla.
|
1$s is produced by Mozilla.
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!-- Onboarding -->
|
|
||||||
<!-- Text for onboarding welcome message
|
|
||||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
|
||||||
<string name="onboarding_header" translatable="false">Welcome to %s!</string>
|
|
||||||
<!-- text for the Firefox Accounts section header -->
|
|
||||||
<string name="onboarding_fxa_section_header" translatable="false">Already have an account?</string>
|
|
||||||
<!-- text for the Firefox Preview feature section header
|
|
||||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
|
||||||
<string name="onboarding_feature_section_header" translatable="false">Get to know %s</string>
|
|
||||||
<!-- text for the theme picker onboarding card header -->
|
|
||||||
<string name="onboarding_theme_picker_header" translatable="false">Choose your theme</string>
|
|
||||||
<!-- text for the theme picker onboarding card description -->
|
|
||||||
<string name="onboarding_theme_picker_description" translatable="false">Try dark theme: easier on your battery and your eyes.</string>
|
|
||||||
<!-- text for the firefox account onboarding card header
|
|
||||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
|
||||||
<string name="onboarding_firefox_account_header" translatable="false">Get the most out of %s.</string>
|
|
||||||
<!-- text for the firefox account onboarding card header when we detect you're already signed in to
|
|
||||||
another Firefox browser. (The word `Firefox` should not be translated -->
|
|
||||||
<string name="onboarding_firefox_account_auto_signin_header" translatable="false">You are signed in to another Firefox browser on this phone.</string>
|
|
||||||
<!-- text for the button to sign into your Firefox account. The word "Firefox" should not be translated -->
|
|
||||||
<string name="onboarding_firefox_account_sign_in">Sign in to Firefox</string>
|
|
||||||
<!-- text for the button to stay signed into your Firefox account. -->
|
|
||||||
<string name="onboarding_firefox_account_stay_signed_in">Stay signed in</string>
|
|
||||||
<!-- text for the button to sign out of your Firefox account. -->
|
|
||||||
<string name="onboarding_firefox_account_sign_out">Sign out</string>
|
|
||||||
<!-- text for the tracking protection onboarding card header -->
|
|
||||||
<string name="onboarding_tracking_protection_header" translatable="false">Protect yourself</string>
|
|
||||||
<!-- text for the tracking protection card description
|
|
||||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
|
||||||
<string name="onboarding_tracking_protection_description" translatable="false">%s blocks ad trackers that follow you around the web.
|
|
||||||
</string>
|
|
||||||
<!-- text for the private browsing onboarding card header -->
|
|
||||||
<string name="onboarding_private_browsing_header" translatable="false">Browse privately</string>
|
|
||||||
<!-- text for the private browsing onboarding card description
|
|
||||||
The first parameter is an icon that represents private browsing -->
|
|
||||||
<string name="onboarding_private_browsing_description" translatable="false">When you see the %s icon, private browsing is just a tap away.
|
|
||||||
</string>
|
|
||||||
<!-- text for the privacy notice onboarding card header -->
|
|
||||||
<string name="onboarding_privacy_notice_header" translatable="false">Your privacy</string>
|
|
||||||
<!-- text for the privacy notice onboarding card description
|
|
||||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
|
||||||
<string name="onboarding_privacy_notice_description" translatable="false">We’ve designed %s to give you control over what you share
|
|
||||||
online and what you share with us.
|
|
||||||
</string>
|
|
||||||
<!-- Text for the button to read the privacy notice -->
|
|
||||||
<string name="onboarding_privacy_notice_read_button">Read our privacy notice</string>
|
|
||||||
|
|
||||||
<!-- text for the button to finish onboarding -->
|
|
||||||
<string name="onboarding_finish" translatable="false">Start browsing</string>
|
|
||||||
|
|
||||||
<!-- Onboarding theme -->
|
|
||||||
<!-- Automatic theme setting (will follow device setting) -->
|
|
||||||
<string name="onboarding_theme_automatic_title">Automatic</string>
|
|
||||||
<!-- Summary of automatic theme setting (will follow device setting) -->
|
|
||||||
<string name="onboarding_theme_automatic_summary">Adapts to your device settings</string>
|
|
||||||
<!-- Theme setting for dark mode -->
|
|
||||||
<string name="onboarding_theme_dark_title">Dark theme</string>
|
|
||||||
<!-- Theme setting for light mode -->
|
|
||||||
<string name="onboarding_theme_light_title">Light theme</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -588,4 +588,64 @@
|
|||||||
<string name="preferences_delete_browsing_data_prompt_cancel">Don’t allow</string>
|
<string name="preferences_delete_browsing_data_prompt_cancel">Don’t allow</string>
|
||||||
<!-- Text for the allow button for the data deletion dialog -->
|
<!-- Text for the allow button for the data deletion dialog -->
|
||||||
<string name="preferences_delete_browsing_data_prompt_allow">Allow</string>
|
<string name="preferences_delete_browsing_data_prompt_allow">Allow</string>
|
||||||
|
|
||||||
|
<!-- Onboarding -->
|
||||||
|
<!-- Text for onboarding welcome message
|
||||||
|
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||||
|
<string name="onboarding_header">Welcome to %s!</string>
|
||||||
|
<!-- text for the Firefox Accounts section header -->
|
||||||
|
<string name="onboarding_fxa_section_header">Already have an account?</string>
|
||||||
|
<!-- text for the Firefox Preview feature section header
|
||||||
|
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||||
|
<string name="onboarding_feature_section_header">Get to know %s</string>
|
||||||
|
<!-- text for the theme picker onboarding card header -->
|
||||||
|
<string name="onboarding_theme_picker_header">Choose your theme</string>
|
||||||
|
<!-- text for the theme picker onboarding card description -->
|
||||||
|
<string name="onboarding_theme_picker_description">Try dark theme: easier on your battery and your eyes.</string>
|
||||||
|
<!-- text for the firefox account onboarding card header
|
||||||
|
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||||
|
<string name="onboarding_firefox_account_header">Get the most out of %s.</string>
|
||||||
|
<!-- text for the firefox account onboarding card header when we detect you're already signed in to
|
||||||
|
another Firefox browser. (The word `Firefox` should not be translated -->
|
||||||
|
<string name="onboarding_firefox_account_auto_signin_header">You are signed in to another Firefox browser on this phone.</string>
|
||||||
|
<!-- text for the button to sign into your Firefox account. The word "Firefox" should not be translated -->
|
||||||
|
<string name="onboarding_firefox_account_sign_in">Sign in to Firefox</string>
|
||||||
|
<!-- text for the button to stay signed into your Firefox account. -->
|
||||||
|
<string name="onboarding_firefox_account_stay_signed_in">Stay signed in</string>
|
||||||
|
<!-- text for the button to sign out of your Firefox account. -->
|
||||||
|
<string name="onboarding_firefox_account_sign_out">Sign out</string>
|
||||||
|
<!-- text for the tracking protection onboarding card header -->
|
||||||
|
<string name="onboarding_tracking_protection_header">Protect yourself</string>
|
||||||
|
<!-- text for the tracking protection card description
|
||||||
|
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||||
|
<string name="onboarding_tracking_protection_description">%s blocks ad trackers that follow you around the web.
|
||||||
|
</string>
|
||||||
|
<!-- text for the private browsing onboarding card header -->
|
||||||
|
<string name="onboarding_private_browsing_header">Browse privately</string>
|
||||||
|
<!-- text for the private browsing onboarding card description
|
||||||
|
The first parameter is an icon that represents private browsing -->
|
||||||
|
<string name="onboarding_private_browsing_description">When you see the %s icon, private browsing is just a tap away.
|
||||||
|
</string>
|
||||||
|
<!-- text for the privacy notice onboarding card header -->
|
||||||
|
<string name="onboarding_privacy_notice_header">Your privacy</string>
|
||||||
|
<!-- text for the privacy notice onboarding card description
|
||||||
|
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||||
|
<string name="onboarding_privacy_notice_description">We’ve designed %s to give you control over what you share
|
||||||
|
online and what you share with us.
|
||||||
|
</string>
|
||||||
|
<!-- Text for the button to read the privacy notice -->
|
||||||
|
<string name="onboarding_privacy_notice_read_button">Read our privacy notice</string>
|
||||||
|
|
||||||
|
<!-- text for the button to finish onboarding -->
|
||||||
|
<string name="onboarding_finish">Start browsing</string>
|
||||||
|
|
||||||
|
<!-- Onboarding theme -->
|
||||||
|
<!-- Automatic theme setting (will follow device setting) -->
|
||||||
|
<string name="onboarding_theme_automatic_title">Automatic</string>
|
||||||
|
<!-- Summary of automatic theme setting (will follow device setting) -->
|
||||||
|
<string name="onboarding_theme_automatic_summary">Adapts to your device settings</string>
|
||||||
|
<!-- Theme setting for dark mode -->
|
||||||
|
<string name="onboarding_theme_dark_title">Dark theme</string>
|
||||||
|
<!-- Theme setting for light mode -->
|
||||||
|
<string name="onboarding_theme_light_title">Light theme</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user