diff options
author | Selim Cinek <cinek@google.com> | 2015-08-20 11:53:47 -0700 |
---|---|---|
committer | The Android Automerger <android-build@google.com> | 2015-08-20 12:28:29 -0700 |
commit | 7c9fd2e22bc472722534f9173143a56144e7317c (patch) | |
tree | 581e8ad612b7783d5884c5d8de80265a775c3b66 | |
parent | 9f52de656de4e9d4b0cb24fd7d2546f441a2871d (diff) | |
download | packages_apps_Settings-7c9fd2e22bc472722534f9173143a56144e7317c.zip packages_apps_Settings-7c9fd2e22bc472722534f9173143a56144e7317c.tar.gz packages_apps_Settings-7c9fd2e22bc472722534f9173143a56144e7317c.tar.bz2 |
Adapted string length translation limits
Bug: 23298302
Change-Id: Id7651b28bab6e4ff37e94b30d68509ae959c6d70
-rw-r--r-- | res/values/strings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index cf91cdb..d5b04c7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -707,7 +707,7 @@ <item quantity="one"><xliff:g id="count">%1$d</xliff:g> fingerprint set up</item> <item quantity="other"><xliff:g id="count">%1$d</xliff:g> fingerprints set up</item> </plurals> - <!-- Introduction title shown in fingerprint enrollment dialog [CHAR LIMIT=22] --> + <!-- Introduction title shown in fingerprint enrollment dialog [CHAR LIMIT=29] --> <string name="security_settings_fingerprint_enroll_onboard_title">Fingerprint setup</string> <!-- Introduction message shown in fingerprint enrollment dialog when the user needs to choose an alternate screen unlock (pin, pattern or password) as a backup to fingerprint. --> @@ -718,7 +718,7 @@ <!-- Introduction message shown in fingerprint enrollment dialog, second item to describe what the user needs to do. --> <string name="security_settings_fingerprint_enroll_onboard_message_2">Add your fingerprint</string> - <!-- Introduction title shown in fingerprint enrollment to introduce the fingerprint feature[CHAR LIMIT=22] --> + <!-- Introduction title shown in fingerprint enrollment to introduce the fingerprint feature[CHAR LIMIT=29] --> <string name="security_settings_fingerprint_enroll_introduction_title">Unlock with fingerprint</string> <!-- Introduction detail message shown in fingerprint enrollment dialog [CHAR LIMIT=NONE]--> <string name="security_settings_fingerprint_enroll_introduction_message">Just touch the fingerprint sensor to unlock your phone, authorize purchases, or sign in to apps. Be careful whose fingerprints you add - any fingerprints added will be able to do these things.</string> @@ -730,7 +730,7 @@ <string name="security_settings_fingerprint_enroll_introduction_cancel">Cancel</string> <!-- Button text to continue to the next screen from the introduction [CHAR LIMIT=22] --> <string name="security_settings_fingerprint_enroll_introduction_continue">Continue</string> - <!-- Introduction title shown in fingerprint enrollment dialog to locate the sensor [CHAR LIMIT=22] --> + <!-- Introduction title shown in fingerprint enrollment dialog to locate the sensor [CHAR LIMIT=29] --> <string name="security_settings_fingerprint_enroll_find_sensor_title">Find the sensor</string> <!-- Message shown in fingerprint enrollment dialog to locate the sensor --> <string name="security_settings_fingerprint_enroll_find_sensor_message"> @@ -743,15 +743,15 @@ <string name="security_settings_fingerprint_enroll_dialog_ok">OK</string> <!-- Button text shown in fingerprint dialog that allows the user to delete the fingerprint template [CHAR LIMIT=22] --> <string name="security_settings_fingerprint_enroll_dialog_delete">Delete</string> - <!-- Title shown in fingerprint enrollment dialog to begin enrollment [CHAR LIMIT=22]--> + <!-- Title shown in fingerprint enrollment dialog to begin enrollment [CHAR LIMIT=29]--> <string name="security_settings_fingerprint_enroll_start_title">Let\u2019s start!</string> <!-- Message shown in fingerprint enrollment dialog to begin enrollment [CHAR LIMIT=NONE] --> <string name="security_settings_fingerprint_enroll_start_message">Put your finger on the sensor and lift after you feel a vibration</string> - <!-- Title shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=28] --> + <!-- Title shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=29] --> <string name="security_settings_fingerprint_enroll_repeat_title">Great! Now repeat</string> <!-- Message shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=NONE] --> <string name="security_settings_fingerprint_enroll_repeat_message">Move your finger slightly to add all the different parts of your fingerprint</string> - <!-- Title shown in fingerprint enrollment dialog once enrollment is completed [CHAR LIMIT=22] --> + <!-- Title shown in fingerprint enrollment dialog once enrollment is completed [CHAR LIMIT=29] --> <string name="security_settings_fingerprint_enroll_finish_title">Fingerprint added!</string> <!-- Message shown in fingerprint enrollment dialog once enrollment is completed --> <string name="security_settings_fingerprint_enroll_finish_message">Whenever you see this icon, you can use your fingerprint for identification or to authorize a purchase.</string> |