mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update settings_strings.grdp
This commit is contained in:
parent
5461581ba8
commit
799532ab41
1 changed files with 14 additions and 2 deletions
|
@ -815,13 +815,13 @@
|
|||
Select where to import your passwords
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PASSWORDS_IMPORT_SUCCESS_TIP" desc="Message is shown on the dialog for importing passwords, after a successful import. It is an advice for the user, that they should consider deleting the file, which they used for importing passwords from.">
|
||||
Consider deleting <ph name="FILENAME"><ex>file_name.csv</ex>$1</ph>, so others who use this device can't see your passwords.
|
||||
Consider deleting <ph name="FILENAME"><b></b><ex><b>filename.csv</b></ex></ph>, so others who use this device can't see your passwords
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PASSWORDS_IMPORT_ERROR_UNKNOWN" desc="Message is shown on the dialog for importing passwords if no passwords were imported and we don't know the cause of error. Probably error in the backend or in our systems.">
|
||||
Something went wrong and your passwords weren't imported
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PASSWORDS_IMPORT_ERROR_BAD_FORMAT" desc="Message is shown on the dialog for importing passwords if no passwords were imported because file is not formated correctly">
|
||||
Can't import passwords. Check <ph name="FILENAME"><ex>file_name.csv</ex>$1</ph> and make sure it's formatted correctly.
|
||||
Can't import passwords. Check <ph name="FILENAME"><b></b><ex><b>filename.csv</b></ex></ph> and make sure it's formatted correctly.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PASSWORDS_IMPORT_ERROR_LIMIT_EXCEEDED" desc="Message is shown on the dialog for importing passwords if no passwords were imported because user tried to import more than `NUMBER` passwords from a single file.">
|
||||
Can't import passwords. You can only import up to <ph name="COUNT"><ex>3000</ex>$1</ph> passwords at a time.
|
||||
|
@ -933,6 +933,18 @@
|
|||
Hide password for <ph name="USERNAME">$1<ex>example@gmail.com</ex></ph> on <ph name="DOMAIN">$2<ex>www.google.com</ex></ph>
|
||||
</message>
|
||||
|
||||
<if expr="is_macosx">
|
||||
<message name="IDS_SETTINGS_PASSWORDS_BIOMETRIC_AUTHENTICATION_FOR_FILLING_TOGGLE_LABEL_MAC" desc="Label for a toggle that allows users to be authenticate using their TouchID when logging into webpages.">
|
||||
Use TouchID when filling passwords
|
||||
</message>
|
||||
</if>
|
||||
|
||||
<if expr="is_win">
|
||||
<message name="IDS_SETTINGS_PASSWORDS_BIOMETRIC_AUTHENTICATION_FOR_FILLING_TOGGLE_LABEL_WIN" desc="Label for a toggle that allows users to be authenticate using their Windows Hello when logging into webpages.">
|
||||
Use Windows Hello when filling passwords
|
||||
</message>
|
||||
</if>
|
||||
|
||||
<!-- Default Browser Page -->
|
||||
<if expr="not is_chromeos">
|
||||
<message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Browser page, which allows users to set which browser will open .html files within the OS.">
|
||||
|
|
Loading…
Reference in a new issue