diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-22 13:37:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 13:37:36 +0530 |
commit | fb5f4e421d8b958ba7fcfa0e6bcaaf1ff350de4b (patch) | |
tree | 605c0861dde547e68cff2e27e9343824643430c8 /app/src/main/res/values | |
parent | 511bfb0a9a8241d9ff93dbfa47cfe211629a112e (diff) |
Add pt-BR translations and cleanup resources (#947)
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/arrays.xml | 12 | ||||
-rw-r--r-- | app/src/main/res/values/colors.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
3 files changed, 0 insertions, 21 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 5ede6b6f..1ccdd5eb 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -20,18 +20,6 @@ <item>TitleCase</item> <item>Sentencecase</item> </string-array> - <string-array name="xk_range_1_10"> - <item>1</item> - <item>2</item> - <item>3</item> - <item>4</item> - <item>5</item> - <item>6</item> - <item>7</item> - <item>8</item> - <item>9</item> - <item>10</item> - </string-array> <string-array name="pwgen_provider_labels"> <item>Classic</item> <item>XKPasswd</item> diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index ebfc822f..bea2e960 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -7,9 +7,7 @@ <!-- Base palette --> <color name="primary_color">@color/white</color> <color name="primary_light_color">@color/white</color> - <color name="primary_dark_color">@color/white</color> <color name="secondary_color">#003e5b</color> - <color name="secondary_light_color">#3b6888</color> <color name="secondary_dark_color">#001831</color> <color name="primary_text_color">#212121</color> <color name="white">#ffffffff</color> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0bf7f413..489b0726 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -101,7 +101,6 @@ <string name="crypto_extra_label">Extra content</string> <string name="crypto_encrypt_username_label">Encrypt username</string> <string name="crypto_select">Select</string> - <string name="crypto_cancel">Cancel</string> <string name="crypto_save">Save</string> <string name="crypto_save_and_copy">Save and Copy</string> @@ -183,9 +182,6 @@ <string name="xkpwgen_length">Total words</string> <string name="xkpwgen_separator">Separator</string> <string name="xkpwgen_custom_dict_imported">Custom wordlist: %1$s</string> - <string name="xkpwgen_separator_character">separator character</string> - <string name="xkpwgen_numbers">Numbers</string> - <string name="xkpwgen_symbols">Symbols</string> <string name="xkpwgen_builder_error">Selected dictionary does not contain enough words of given length %1$d..%2$d</string> <!-- XKPWD prefs --> @@ -228,7 +224,6 @@ <string name="no_repo_selected">No external repository selected</string> <string name="send_plaintext_password_to">Send password as plaintext using…</string> <string name="app_icon_hint">App icon</string> - <string name="folder_icon_hint">Folder icon</string> <!-- Oreo Autofill --> <string name="oreo_autofill_strict_domain_search">Phishing-resistant search</string> @@ -241,7 +236,6 @@ <string name="oreo_autofill_save_passwords_dont_match">Passwords don\'t match</string> <string name="oreo_autofill_generate_password">Generate password…</string> <string name="oreo_autofill_fill_otp_from_sms">Extract code from SMS…</string> - <string name="oreo_autofill_waiting_for_sms">Waiting for SMS…</string> <string name="oreo_autofill_max_matches_reached">Maximum number of matches (%1$d) reached; clear matches before adding new ones.</string> <string name="oreo_autofill_warning_publisher_header">This app\'s publisher has changed since you first associated a Password Store entry with it:</string> <string name="oreo_autofill_warning_publisher_footer"><b>The currently installed app may be trying to steal your credentials by pretending to be a trusted app.</b>\n\nTry to uninstall and reinstall the app from a trusted source, such as the Play Store, Amazon Appstore, F-Droid, or your phone manufacturer\'s store.</string> @@ -370,7 +364,6 @@ <string name="add_otp">Add OTP</string> <string name="otp_import_success">Successfully imported TOTP configuration</string> <string name="otp_import_failure">Failed to import TOTP configuration</string> - <string name="oreo_autofill_chrome_compat_fix_preference_title">Improve reliability in Chrome</string> <string name="exporting_passwords">Exporting passwords…</string> <string name="failed_to_find_key_id">Failed to locate .gpg-id, is your store set up correctly?</string> <string name="invalid_gpg_id">Found .gpg-id, but it did not contain a key ID, fingerprint or user ID</string> |