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

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

Issue 811033002: Add device policy to disallow shutdown - ash UI modifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shutdown_allowed => reboot_on_shutdown Created 6 years 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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 </message> 1720 </message>
1721 <message name="IDS_DIAGNOSE_BUTTON" desc="The label for the button that launch es the connectivity diagnostics app from the network error page"> 1721 <message name="IDS_DIAGNOSE_BUTTON" desc="The label for the button that launch es the connectivity diagnostics app from the network error page">
1722 Diagnose 1722 Diagnose
1723 </message> 1723 </message>
1724 <message name="IDS_MANAGE_CERTIFICATES" desc="The label for the button that la unches the certificate manager from the network error page"> 1724 <message name="IDS_MANAGE_CERTIFICATES" desc="The label for the button that la unches the certificate manager from the network error page">
1725 Manage certificates 1725 Manage certificates
1726 </message> 1726 </message>
1727 <message name="IDS_OFFLINE_LOGIN_HTML" desc="Text which suggests enter as an e xisting user when valid network isn't presented."> 1727 <message name="IDS_OFFLINE_LOGIN_HTML" desc="Text which suggests enter as an e xisting user when valid network isn't presented.">
1728 If you've already registered on this device, you can <ph name="LINK2_START"> $1<ex>&gt;a&lt;</ex></ph>sign in as an existing user<ph name="LINK2_END">$2<ex>& gt;/a&lt;</ex></ph>. 1728 If you've already registered on this device, you can <ph name="LINK2_START"> $1<ex>&gt;a&lt;</ex></ph>sign in as an existing user<ph name="LINK2_END">$2<ex>& gt;/a&lt;</ex></ph>.
1729 </message> 1729 </message>
1730 <message name="IDS_REBOOT_BUTTON" desc="Text shown on reboot button on login/l ocker screen">
1731 Restart
1732 </message>
1730 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen"> 1733 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen">
1731 Shut down 1734 Shut down
1732 </message> 1735 </message>
1733 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen"> 1736 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen">
1734 Apps 1737 Apps
1735 </message> 1738 </message>
1736 <message name="IDS_LOGIN_USER_ADDING_BANNER" desc="Text shown on a banner in u ser adding screen."> 1739 <message name="IDS_LOGIN_USER_ADDING_BANNER" desc="Text shown on a banner in u ser adding screen.">
1737 Add an account to multiple sign-in. All signed-in accounts can be accessed w ithout a password, so this feature should only be used with trusted accounts. 1740 Add an account to multiple sign-in. All signed-in accounts can be accessed w ithout a password, so this feature should only be used with trusted accounts.
1738 </message> 1741 </message>
1739 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login"> 1742 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login">
(...skipping 4205 matching lines...) Expand 10 before | Expand all | Expand 10 after
5945 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5948 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5946 Done 5949 Done
5947 </message> 5950 </message>
5948 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5951 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5949 System date 5952 System date
5950 </message> 5953 </message>
5951 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5954 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5952 System time 5955 System time
5953 </message> 5956 </message>
5954 </grit-part> 5957 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698