Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: chrome/app/settings_strings.grdp

Issue 2108813002: Added strings of i18n and made the pin-keyboard work for rtl lang. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index d0910bb33a13b4da642517e7d2dc38adfbc48b3f..27d8b9a31d23a6d111a48a1507c10563d4433977 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -1174,6 +1174,12 @@
<message name="IDS_SETTINGS_PEOPLE_QUICK_UNLOCK_UNLOCK_METHOD_PIN_AND_PASSWORD" desc="The account password or a custom PIN can be used to unlock the device.">
PIN or password
</message>
+ <message name="IDS_SETTINGS_PEOPLE_QUICK_UNLOCK_ENTER_PIN_OR_PASSWORD_PLACEHOLDER" desc="Placeholder for input box before PIN is entered.">
+ Enter PIN
+ </message>
+ <message name="IDS_SETTINGS_PEOPLE_QUICK_UNLOCK_PIN_KEYBOARD_CLEAR" desc="The text of the button on the pin keyboard used to delete last character of entered PIN.">
+ Clear
+ </message>
<message name="IDS_SETTINGS_PEOPLE_QUICK_UNLOCK_UNLOCK_METHOD_NONE" desc="After the device resumes, there will not be a lock screen and no password of any type will be required.">
None
</message>

Powered by Google App Engine
This is Rietveld 408576698