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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2376293005: cros: Tweaked the good/bad pin checking on the js to use the new quick unlock api function. (Closed)
Patch Set: Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 <if expr="chromeos"> 1836 <if expr="chromeos">
1837 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_CHOOSE_PIN_TITLE" desc="Mes sage shown below the title that tells the user to enter the initial PIN."> 1837 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_CHOOSE_PIN_TITLE" desc="Mes sage shown below the title that tells the user to enter the initial PIN.">
1838 Enter your PIN 1838 Enter your PIN
1839 </message> 1839 </message>
1840 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_CONFIRM_PIN_TITLE" desc="Me ssage shown below the title that tells the user to confirm their initial PIN ent ry."> 1840 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_CONFIRM_PIN_TITLE" desc="Me ssage shown below the title that tells the user to confirm their initial PIN ent ry.">
1841 Confirm your PIN 1841 Confirm your PIN
1842 </message> 1842 </message>
1843 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_WEAK_PIN" desc="Message sho wn below the title that warns the user they have entered a PIN that is easy to g uess."> 1843 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_WEAK_PIN" desc="Message sho wn below the title that warns the user they have entered a PIN that is easy to g uess.">
1844 PIN may be easy to guess 1844 PIN may be easy to guess
1845 </message> 1845 </message>
1846 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_TOO_SHORT" desc="Message sh own below the title that tells the user that the PIN they entered needs to be at least four digits long."> 1846 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_TOO_SHORT" desc="Message sh own below the title that tells the user that the PIN they entered needs to be at least minimum digits long.">
jdufault 2016/09/30 16:40:45 Talk to Tom about what the strings should be.
sammiequon 2016/09/30 18:50:26 He seems to be OOO these days. I will talk to him
1847 PIN must be at least 4 digits 1847 PIN must be at least <ph name="MINIMUM">$1<ex>4</ex></ph> digits
1848 </message>
1849 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_TOO_LONG" desc="Message sho wn below the title that tells the user that the PIN they entered needs to be les s than maximum digits long.">
1850 PIN must be less than <ph name="MAXIMUM">$1<ex>0</ex></ph> digits
1848 </message> 1851 </message>
1849 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_MISMATCHED" desc="Message s hown below the title that tells the user they have entered two different PIN val ues."> 1852 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_MISMATCHED" desc="Message s hown below the title that tells the user they have entered two different PIN val ues.">
1850 PINs do not match 1853 PINs do not match
1851 </message> 1854 </message>
1852 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_CONTINUE_BUTTON" desc="A bu tton that accepts the users initial PIN. The user will have to enter the PIN aga in after hitting this button to confirm that they entered it correctly."> 1855 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_CONTINUE_BUTTON" desc="A bu tton that accepts the users initial PIN. The user will have to enter the PIN aga in after hitting this button to confirm that they entered it correctly.">
1853 Continue 1856 Continue
1854 </message> 1857 </message>
1855 <message name="IDS_SETTINGS_PEOPLE_ENABLE_SCREENLOCK" desc="The text on the checkbox to enable screenlocker for current user."> 1858 <message name="IDS_SETTINGS_PEOPLE_ENABLE_SCREENLOCK" desc="The text on the checkbox to enable screenlocker for current user.">
1856 Show lock screen when waking from sleep 1859 Show lock screen when waking from sleep
1857 </message> 1860 </message>
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2341 System 2344 System
2342 </message> 2345 </message>
2343 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 2346 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
2344 Use hardware acceleration when available 2347 Use hardware acceleration when available
2345 </message> 2348 </message>
2346 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2349 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2347 Change proxy settings 2350 Change proxy settings
2348 </message> 2351 </message>
2349 </if> 2352 </if>
2350 </grit-part> 2353 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698