<!-- Label that indicates that a permission must be asked always -->
<stringname="preference_option_phone_feature_ask_to_allow">Ask to allow</string>
<!-- Label that indicates that a permission must be blocked -->
...
...
@@ -1045,7 +1093,7 @@
<!-- 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)
The first parameter is the email of the detected user's account -->
<stringname="onboarding_firefox_account_auto_signin_header_2">You are signed in as %s on another Firefox browser on this phone. Would you like to sign in with this account?</string>
<stringname="onboarding_firefox_account_auto_signin_header_3">You are signed in as %s on another Firefox browser on this device. Would you like to sign in with this account?</string>
<!-- text for the button to confirm automatic sign-in -->
<stringname="onboarding_firefox_account_auto_signin_confirm">Yes, sign me in</string>
<!-- text for the automatic sign-in button while signing in is in process -->
...
...
@@ -1136,6 +1184,8 @@
<stringname="sign_in_with_camera">Sign in with your camera</string>
<!-- Text shown for settings option for sign with email -->
<!-- Text shown for settings option for create new account text.'Firefox' intentionally hardcoded here.-->
<stringname="sign_in_create_account_text"><![CDATA[No account? <u>Create one</u> to synchronise Firefox between devices.]]></string>
<!-- Text shown in confirmation dialog to sign out of account -->
<stringname="sign_out_confirmation_message">Firefox will stop synchronising with your account, but won’t delete any of your browsing data on this device.</string>
<!-- Text shown in confirmation dialog to sign out of account. The first parameter is the name of the app (e.g. Firefox Preview) -->
<!-- Describes the add to homescreen functionality -->
<stringname="add_to_homescreen_description">You can easily add this web site to your phone’s Home screen to have instant access and browse faster with an app-like experience.</string>
<stringname="add_to_homescreen_description_2">You can easily add this web site to your device’s Home screen to have instant access and browse faster with an app-like experience.</string>
<!-- Preference for managing the settings for logins and passwords in Fenix -->
<stringname="preferences_passwords_logins_and_passwords">Logins and passwords</string>
...
...
@@ -1359,8 +1414,12 @@
<stringname="logins_site_copied">Site copied to clipboard</string>
<!-- Content Description (for screenreaders etc) read for the button to copy a password in logins-->
<!-- depcrecated: text for the firefox account onboarding card header
<!-- Deprecated: text for the firefox account onboarding card header
The first parameter is the name of the app (e.g. Firefox Preview) -->
<stringname="onboarding_firefox_account_header">Get the most out of %s.</string>
...
...
@@ -1553,4 +1612,9 @@
<stringname="no_collections_header1">Collect the things that matter to you</string>
<!-- Deprecated: Label to describe what collections are to a new user without any collections -->
<stringname="no_collections_description1">Group together similar searches, sites, and tabs for quick access later.</string>
<!-- Deprecated: text for the firefox account onboarding card header when we detect you're already signed in to -->
<stringname="onboarding_firefox_account_auto_signin_header_2">You are signed in as %s on another Firefox browser on this phone. Would you like to sign in with this account?</string>
<!-- Deprecated: Describes the add to homescreen functionality -->
<stringname="add_to_homescreen_description">You can easily add this web site to your phone’s Home screen to have instant access and browse faster with an app-like experience.</string>