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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 9416097: Add butter bar to login screen to show device enrollement info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nkostylev's comments. Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 14619 matching lines...) Expand 10 before | Expand all | Expand 10 after
14630 </message> 14630 </message>
14631 <message name="IDS_LOGIN_MANAGED_BY_STATUS_PENDING" desc="Text for the pen ding status in 'Managed by DOMAIN' label on login screen."> 14631 <message name="IDS_LOGIN_MANAGED_BY_STATUS_PENDING" desc="Text for the pen ding status in 'Managed by DOMAIN' label on login screen.">
14632 Handshake with device management service pending... 14632 Handshake with device management service pending...
14633 </message> 14633 </message>
14634 <message name="IDS_LOGIN_MANAGED_BY_STATUS_LOST_CONNECTION" desc="Text for the lost connection status in 'Managed by DOMAIN' label on login screen."> 14634 <message name="IDS_LOGIN_MANAGED_BY_STATUS_LOST_CONNECTION" desc="Text for the lost connection status in 'Managed by DOMAIN' label on login screen.">
14635 Lost connection with the policy service. Please reset the device or cont act your support representative. 14635 Lost connection with the policy service. Please reset the device or cont act your support representative.
14636 </message> 14636 </message>
14637 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for t he network error status in 'Managed by DOMAIN' label on login screen."> 14637 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for t he network error status in 'Managed by DOMAIN' label on login screen.">
14638 Network error while communicating with the device management service. 14638 Network error while communicating with the device management service.
14639 </message> 14639 </message>
14640 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notificatio n bar on the login screen showing that this is a managed device.">
14641 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></p h>.
14642 </message>
14640 </if> 14643 </if>
14641 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 14644 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
14642 Import bookmarks now... 14645 Import bookmarks now...
14643 </message> 14646 </message>
14644 14647
14645 <if expr="is_posix and not is_macosx"> 14648 <if expr="is_posix and not is_macosx">
14646 <!-- Linux proxy configuration fallback help --> 14649 <!-- Linux proxy configuration fallback help -->
14647 <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_TITLE" desc="Title of HTML pag e shown on systems where system proxy configuration is unsupported."> 14650 <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_TITLE" desc="Title of HTML pag e shown on systems where system proxy configuration is unsupported.">
14648 Proxy Configuration Help 14651 Proxy Configuration Help
14649 </message> 14652 </message>
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
15123 </messages> 15126 </messages>
15124 <structures fallback_to_english="true"> 15127 <structures fallback_to_english="true">
15125 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15128 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15126 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15129 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15127 </structure> 15130 </structure>
15128 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15131 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15129 </structure> 15132 </structure>
15130 </structures> 15133 </structures>
15131 </release> 15134 </release>
15132 </grit> 15135 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698