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

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

Issue 11195036: Overscan calibration UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « ash/screen_ash.cc ('k') | chrome/browser/chromeos/display/overscan_calibrator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. -->
4 <grit-part> 4 <grit-part>
5 <!-- Idle Logout Dialog Strings --> 5 <!-- Idle Logout Dialog Strings -->
6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog"> 6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog">
7 Are you still there? 7 Are you still there?
8 </message> 8 </message>
9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog"> 9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog">
10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds. 10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds.
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 </message> 762 </message>
763 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_SET_PRIMARY" desc="Button label to set a display primary."> 763 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_SET_PRIMARY" desc="Button label to set a display primary.">
764 Make primary 764 Make primary
765 </message> 765 </message>
766 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_APPLY_RESULT" desc="Button label to apply the current settings."> 766 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_APPLY_RESULT" desc="Button label to apply the current settings.">
767 Apply 767 Apply
768 </message> 768 </message>
769 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION" desc="Label to describe the resolution of the currently selected display."> 769 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION" desc="Label to describe the resolution of the currently selected display.">
770 Resolution: 770 Resolution:
771 </message> 771 </message>
772 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_START_CALIBRATING_OVERSCAN " desc="Label to start calibrating the overscan preference.">
773 Start overscan calibration
774 </message>
775 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_FINISH_CALIBRATING_OVERSCA N" desc="Label to finish calibrating the overscan preference.">
776 Finish calibration
777 </message>
778 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_CLEAR_CALIBRATING_OVERSCAN " desc="Label to clear the current overscan preference.">
779 Clear
780 </message>
772 <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the setting s tab, the text of the keyboard layout label."> 781 <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the setting s tab, the text of the keyboard layout label.">
773 Keyboard layout: 782 Keyboard layout:
774 </message> 783 </message>
775 <message name="IDS_OPTIONS_SETTINGS_CONNECT" desc="In the settings tab, the te xt on the button to connect to a network."> 784 <message name="IDS_OPTIONS_SETTINGS_CONNECT" desc="In the settings tab, the te xt on the button to connect to a network.">
776 Connect 785 Connect
777 </message> 786 </message>
778 <message name="IDS_OPTIONS_SETTINGS_DISCONNECT" desc="In the settings tab, the text on the button to disconnect from a network."> 787 <message name="IDS_OPTIONS_SETTINGS_DISCONNECT" desc="In the settings tab, the text on the button to disconnect from a network.">
779 Disconnect 788 Disconnect
780 </message> 789 </message>
781 <message name="IDS_OPTIONS_SETTINGS_FORGET" desc="In the settings tab, the tex t on the button to forget this network."> 790 <message name="IDS_OPTIONS_SETTINGS_FORGET" desc="In the settings tab, the tex t on the button to forget this network.">
(...skipping 2632 matching lines...) Expand 10 before | Expand all | Expand 10 after
3414 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n etwork error status in 'Managed by DOMAIN' label on login screen."> 3423 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n etwork error status in 'Managed by DOMAIN' label on login screen.">
3415 Network error while communicating with the device management service. 3424 Network error while communicating with the device management service.
3416 </message> 3425 </message>
3417 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba r on the login screen showing that this is a managed device."> 3426 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba r on the login screen showing that this is a managed device.">
3418 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>. 3427 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>.
3419 </message> 3428 </message>
3420 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re porting features displayed in the enterprise notification bar on the login scree n."> 3429 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re porting features displayed in the enterprise notification bar on the login scree n.">
3421 Device usage may be tracked. 3430 Device usage may be tracked.
3422 </message> 3431 </message>
3423 </grit-part> 3432 </grit-part>
OLDNEW
« no previous file with comments | « ash/screen_ash.cc ('k') | chrome/browser/chromeos/display/overscan_calibrator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698