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

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: Created 8 years, 10 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 14600 matching lines...) Expand 10 before | Expand all | Expand 10 after
14611 </message> 14611 </message>
14612 <message name="IDS_LOGIN_MANAGED_BY_STATUS_PENDING" desc="Text for the pen ding status in 'Managed by DOMAIN' label on login screen."> 14612 <message name="IDS_LOGIN_MANAGED_BY_STATUS_PENDING" desc="Text for the pen ding status in 'Managed by DOMAIN' label on login screen.">
14613 Handshake with device management service pending... 14613 Handshake with device management service pending...
14614 </message> 14614 </message>
14615 <message name="IDS_LOGIN_MANAGED_BY_STATUS_LOST_CONNECTION" desc="Text for the lost connection status in 'Managed by DOMAIN' label on login screen."> 14615 <message name="IDS_LOGIN_MANAGED_BY_STATUS_LOST_CONNECTION" desc="Text for the lost connection status in 'Managed by DOMAIN' label on login screen.">
14616 Lost connection with the policy service. Please reset the device or cont act your support representative. 14616 Lost connection with the policy service. Please reset the device or cont act your support representative.
14617 </message> 14617 </message>
14618 <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."> 14618 <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.">
14619 Network error while communicating with the device management service. 14619 Network error while communicating with the device management service.
14620 </message> 14620 </message>
14621 <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.">
14622 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></p h>.
14623 </message>
14621 </if> 14624 </if>
14622 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 14625 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
14623 Import bookmarks now... 14626 Import bookmarks now...
14624 </message> 14627 </message>
14625 14628
14626 <if expr="is_posix and not is_macosx"> 14629 <if expr="is_posix and not is_macosx">
14627 <!-- Linux proxy configuration fallback help --> 14630 <!-- Linux proxy configuration fallback help -->
14628 <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_TITLE" desc="Title of HTML pag e shown on systems where system proxy configuration is unsupported."> 14631 <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_TITLE" desc="Title of HTML pag e shown on systems where system proxy configuration is unsupported.">
14629 Proxy Configuration Help 14632 Proxy Configuration Help
14630 </message> 14633 </message>
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
15083 </messages> 15086 </messages>
15084 <structures fallback_to_english="true"> 15087 <structures fallback_to_english="true">
15085 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15088 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15086 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15089 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15087 </structure> 15090 </structure>
15088 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15091 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15089 </structure> 15092 </structure>
15090 </structures> 15093 </structures>
15091 </release> 15094 </release>
15092 </grit> 15095 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698