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

Side by Side Diff: ash/ash_strings.grd

Issue 22703004: Creates notifications for display resolution change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix on display_preferences_unittest Created 7 years, 4 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/ash.gyp ('k') | ash/display/resolution_notification_controller.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 2
3 <!-- 3 <!--
4 This file contains the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 </message> 529 </message>
530 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized."> 530 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized.">
531 Minimize 531 Minimize
532 </message> 532 </message>
533 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> 533 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode.">
534 Could not mirror displays since no supported resolutions found. Entered extended desktop instead. 534 Could not mirror displays since no supported resolutions found. Entered extended desktop instead.
535 </message> 535 </message>
536 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error me ssage to show that the system failed to enter the extended desktop mode or unkno wn status. Please translate the parentized text."> 536 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error me ssage to show that the system failed to enter the extended desktop mode or unkno wn status. Please translate the parentized text.">
537 Dear Monitor, it's not working out between us. (That monitor is not supp orted) 537 Dear Monitor, it's not working out between us. (That monitor is not supp orted)
538 </message> 538 </message>
539 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_ACCEPT" desc="A button la bel shown in the notification for the resolution change to accept the change">
540 Accept
541 </message>
542 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_REVERT" desc="A button la bel shown in the notification for the resolution change to revert the change">
543 Revert
544 </message>
545 <message name="IDS_ASH_DISPLAY_RESOLUTION_TIMEOUT" desc="A message for to notify the user about the timeout of display resolution change.">
546 Reverting to old resolution in <ph name="TIMEOUT_SECONDS">$1</ph>
547 </message>
539 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> 548 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings.">
540 Internal Display 549 Internal Display
541 </message> 550 </message>
542 <message name="IDS_ASH_LOW_PERIPHERAL_BATTERY_NOTIFICATION_TEXT" desc="The text of the notification when a peripheral device is in low battery condition." > 551 <message name="IDS_ASH_LOW_PERIPHERAL_BATTERY_NOTIFICATION_TEXT" desc="The text of the notification when a peripheral device is in low battery condition." >
543 Battery low (<ph name="percentage">$1<ex>56</ex></ph>%) 552 Battery low (<ph name="percentage">$1<ex>56</ex></ph>%)
544 </message> 553 </message>
545 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The ti tle of the notification when a screenshot was taken."> 554 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The ti tle of the notification when a screenshot was taken.">
546 Screenshot taken 555 Screenshot taken
547 </message> 556 </message>
548 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed."> 557 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed.">
(...skipping 14 matching lines...) Expand all
563 572
564 <!-- ChromeOS-specific strings --> 573 <!-- ChromeOS-specific strings -->
565 <if expr="pp_ifdef('chromeos')"> 574 <if expr="pp_ifdef('chromeos')">
566 <part file="ash_chromeos_strings.grdp" /> 575 <part file="ash_chromeos_strings.grdp" />
567 </if> 576 </if>
568 577
569 </messages> 578 </messages>
570 </release> 579 </release>
571 </grit> 580 </grit>
572 581
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/display/resolution_notification_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698