Bug 1911019 - Use different anti-aliasing approximation for subpixel rectangles....
[gecko.git] / browser / locales-preview / backupSettings.ftl
blob44191a78458a35cf18ad1aee2e9d64aa36580419
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # This string is used to name the folder that users will save backups to.
6 # "Restore" is an action and intended for prompting users to select this folder
7 # when following backup restoration steps. Please only include characters that
8 # can be used for folders. Invalid characters will be automatically stripped out
9 # or replaced with underscores.
10 backup-folder-name = Restore { -brand-product-name }
12 # This string is used for the generated file that will be stored within the
13 # backup-folder-name folder. It will have the profile name and an encoding of
14 # the backup date appended to it, followed by `.html`. Please only include
15 # characters that can be used for filenames. Invalid characters will be
16 # automatically stripped out or replaced with underscores.
18 # This is an example of what the final filename might look like after the
19 # profile name and backup date are appended to it:
21 # FirefoxBackup_default_20240606-1830.html
22 backup-file-name = { -brand-product-name }Backup
24 settings-data-backup-header = Backup
25 settings-data-backup-toggle = Manage backup
26 settings-data-backup-scheduled-backups-on = Backup: ON
27 settings-data-backup-scheduled-backups-off = Backup: OFF
28 settings-data-backup-scheduled-backups-description = Automatically protect your bookmarks, history, and other data. <a data-l10n-name="support-link">Learn more</a>
29 settings-data-backup-last-backup-date = Last backup: { DATETIME($date, timeStyle: "short") }, { DATETIME($date, dateStyle: "short") }
30 # "Location" refers to the folder where backups are being written to.
31 settings-data-backup-last-backup-location = Location
32 settings-data-backup-last-backup-location-show-in-folder = Show in folder
33 settings-data-backup-last-backup-location-edit = Edit…
35 # Variables:
36 #   $fileName (String) - The file name of the last backup that was created.
37 settings-data-backup-last-backup-filename = Filename: { $fileName }
39 settings-data-backup-restore-header = Restore your data
41 ## These strings are shown under the header if scheduled backups are disabled.
43 settings-data-backup-scheduled-backups-off-restore-description = Use a { -brand-product-name } backup from another device to restore your data.
44 settings-data-backup-scheduled-backups-off-restore-choose = Choose backup file…
46 ## These strings are shown under the header if scheduled backups are enabled.
48 settings-data-backup-scheduled-backups-on-restore-description = Recover your { -brand-product-name } data back from the last time it was backed up.
49 settings-data-backup-scheduled-backups-on-restore-choose = Restore…
51 settings-data-toggle-encryption-label = Back up your sensitive data
52 settings-data-toggle-encryption-description = Back up your passwords, payment methods, and cookies with encryption.
53 settings-data-toggle-encryption-support-link = Learn more
55 settings-data-change-password = Change password…
57 ## These strings are displayed in a modal when users want to turn on scheduled backups.
59 turn-on-scheduled-backups-header = Turn on backup
60 turn-on-scheduled-backups-description = { -brand-short-name } will create a snapshot of your data every 60 minutes. You can restore it if there’s a problem or you get a new device.
61 turn-on-scheduled-backups-support-link = What will be backed up?
63 # "Location" refers to the save location or a folder where users want backups stored.
64 turn-on-scheduled-backups-location-label = Location
65 # Variables:
66 #   $recommendedFolder (String) - Name of the recommended folder for saving backups
67 turn-on-scheduled-backups-location-default-folder =
68     .value = { $recommendedFolder } (recommended)
69 turn-on-scheduled-backups-location-choose-button =
70     { PLATFORM() ->
71         [macos] Choose…
72         *[other] Browse…
73     }
75 turn-on-scheduled-backups-encryption-label = Back up your sensitive data
76 turn-on-scheduled-backups-encryption-description = Back up your passwords, payment methods, and cookies with encryption.
77 turn-on-scheduled-backups-encryption-create-password-label = Password
78 # Users will be prompted to re-type a password, to ensure that the password is entered correctly.
79 turn-on-scheduled-backups-encryption-repeat-password-label = Repeat password
81 turn-on-scheduled-backups-cancel-button = Cancel
82 turn-on-scheduled-backups-confirm-button = Turn on backup
84 ## These strings are displayed in a modal when users want to turn off scheduled backups.
86 turn-off-scheduled-backups-header = Turn off backup?
87 turn-off-scheduled-backups-description = This also deletes all of your backup data. It can’t be undone.
88 turn-off-scheduled-backups-support-link = Learn more
90 turn-off-scheduled-backups-cancel-button = Cancel
91 turn-off-scheduled-backups-confirm-button = Turn off and delete backup
93 ## These strings are displayed in a modal when users want restore from a backup.
95 restore-from-backup-header = Restore your data
96 # Variables:
97 #   $date (string) - Date to be formatted based on locale
98 restore-from-backup-description-with-metadata = { -brand-short-name } will replace all your current data with your backup from { DATETIME($date, timeStyle: "short") }, { DATETIME($date, dateStyle: "short") }.
99 restore-from-backup-support-link = What will be restored?
101 restore-from-backup-filepicker-label = Backup file
102 restore-from-backup-filepicker-title = Choose Backup File:
103 restore-from-backup-file-choose-button =
104     { PLATFORM() ->
105         [macos] Choose…
106         *[other] Browse…
107     }
108 restore-from-backup-password-label = Password
109 restore-from-backup-password-description = This unlocks your encrypted backup.
111 restore-from-backup-cancel-button = Cancel
112 restore-from-backup-confirm-button = Restore and restart
113 restore-from-backup-restoring-button = Restoring…
115 ## These strings are displayed in a small error message bar in the settings
116 ## menu if there was an error when trying to restore a backed up profile
118 # User is not authorized to restore a particular backup file, usually because
119 # the backup file is encrypted and the user provided a recovery password that
120 # was different than the password the user configured for their backup file
121 restore-from-backup-error-incorrect-password =
122     .heading = Unauthorized
123     .message = The password you entered was incorrect. Please try again.
125 # The backup file (or specific data files within the backup file) could not be
126 # loaded and parsed correctly, most likely due to data corruption of the
127 # backup file itself
128 restore-from-backup-error-corrupt-file =
129     .heading = This file isn’t working
130     .message = There was a problem with your backup file. Choose a different file and try again.
132 # The backup file cannot be restored. The currently running application may
133 # be too old and may not support features in the backed up profile.
134 # Alternatively, the backup file may be too old and some of the feature in
135 # the backed up profile may no longer be supported.
136 restore-from-backup-error-unsupported-version =
137     .heading = This file isn’t working
138     .message = The file you chose isn’t compatible with this version of { -brand-short-name }. Choose a different file and try again.
140 # The backup file cannot be restored. The currently running application is not
141 # the same application that created the backup file (e.g. Firefox cannot
142 # restore a Thunderbird profile backup).
143 restore-from-backup-error-unsupported-application =
144     .heading = This file isn’t working
145     .message = The file you chose was not created by { -brand-short-name }. Choose a different file and try again.
147 # Recovery from backup did not succeed. Potential causes could be file system
148 # errors, internal code errors, decryption errors, etc.
149 restore-from-backup-error-recovery-failed =
150     .heading = { -brand-short-name } couldn’t restore
151     .message = Restart { -brand-short-name } and try restoring your backup again.
153 # There was some error in the backup service but we don't have a more specific
154 # idea of what went wrong
155 restore-from-backup-error-went-wrong =
156     .heading = Something went wrong
157     .message = There was a problem restoring { -brand-short-name }. Please try again or restart { -brand-short-name }.
159 ## These strings are displayed in a modal when users want to enable encryption or change the password for an existing backup.
161 enable-backup-encryption-header = Back up your sensitive data
162 enable-backup-encryption-description = Back up your passwords, payment methods, and cookies, plus keep all your data safe with encryption.
163 enable-backup-encryption-support-link = Learn more
165 enable-backup-encryption-create-password-label = Password
166 # Users will be prompted to re-type a password, to ensure that the password is entered correctly.
167 enable-backup-encryption-repeat-password-label = Repeat password
169 enable-backup-encryption-cancel-button = Cancel
170 enable-backup-encryption-confirm-button = Save
172 change-backup-encryption-header = Change backup password
174 ## These strings are displayed in a tooltip showing what requirements are met while creating a password.
176 password-rules-header = Password requirements
177 password-rules-length-description = At least 8 characters
178 password-rules-email-description = Not your email address
179 password-rules-common-description = Not a commonly used password
180 password-rules-disclaimer = Stay safe — don’t reuse passwords. See more tips to <a data-l10n-name="password-support-link">create strong passwords</a>.
182 ## These strings are only used for assistive technologies, like screen readers, in the password requirements tooltip.
184 password-rules-a11y-success =
185     .alt = Success
186 password-rules-a11y-warning =
187     .alt = Warning
189 ## These strings are displayed in a modal when users want to disable encryption for an existing backup.
191 disable-backup-encryption-header = Remove password protection
192 disable-backup-encryption-description = Your saved passwords, payment methods, and cookies will no longer be backed up.
193 disable-backup-encryption-support-link = What will be backed up?
195 disable-backup-encryption-cancel-button = Cancel
196 disable-backup-encryption-confirm-button = Remove password
198 ## These strings are inserted into the generated single-file backup archive.
199 ## The single-file backup archive is a specially-crafted, static HTML file
200 ## that is placed within a user specified directory (the Documents folder by
201 ## default) within a folder labelled with the "backup-folder-name" string.
203 backup-file-header = { -brand-short-name } is ready to be restored
204 backup-file-title = Restore { -brand-short-name }
205 backup-file-intro = Get back to browsing and recover all your bookmarks, history, and other data. <a data-l10n-name="backup-file-support-link">Learn more</a>
207 # Variables:
208 #   $date (string) - Date to be formatted based on locale
209 backup-file-last-backed-up = <strong>Last backed up:</strong> { DATETIME($date, timeStyle: "short") }, { DATETIME($date, dateStyle: "short") }
211 backup-file-encryption-state-encrypted = Encrypted
212 backup-file-encryption-state-not-encrypted = Not encrypted
214 # Variables:
215 #   $machineName (String) - Name of the machine that the backup was created on.
216 backup-file-creation-device = Created on { $machineName }
218 backup-file-how-to-restore-header = How to restore your data:
219 backup-file-moz-browser-restore-step-1 = Go to Settings > Backup
220 backup-file-moz-browser-restore-step-2 = Under “Restore”, click “Choose backup file”
221 backup-file-moz-browser-restore-step-3 = Restart { -brand-short-name } when asked
223 backup-file-other-browser-restore-step-1 = Download and install { -brand-short-name }:
224 backup-file-download-moz-browser-button = Download { -brand-short-name }
225 backup-file-other-browser-restore-step-2 = Open { -brand-short-name } and restore your backup