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

Side by Side Diff: ash/ash_strings.grd

Issue 12449009: Remove 'Message center' text from ash_strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | ash/system/web_notification/web_notification_tray.cc » ('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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 <message name="IDS_ASH_STATUS_TRAY_NOTIFICATIONS" desc="The accessible tex t for the notifications button."> 443 <message name="IDS_ASH_STATUS_TRAY_NOTIFICATIONS" desc="The accessible tex t for the notifications button.">
444 Notifications 444 Notifications
445 </message> 445 </message>
446 <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME" desc="The time remaining until the end of the session. Shown if the session length is limited." > 446 <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME" desc="The time remaining until the end of the session. Shown if the session length is limited." >
447 <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph >:<ph name="seconds">$3<ex>12</ex></ph> 447 <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph >:<ph name="seconds">$3<ex>12</ex></ph>
448 </message> 448 </message>
449 449
450 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 450 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
451 Previous menu 451 Previous menu
452 </message> 452 </message>
453 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac cessible name of the web notification tray (message center).">
454 Message Center
455 </message>
456 453
457 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized."> 454 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized.">
458 Maximize 455 Maximize
459 </message> 456 </message>
460 <message name="IDS_ASH_SNAP_WINDOW_RIGHT" desc="A help text to show that w hen the button gets clicked the window get snapped to the right side."> 457 <message name="IDS_ASH_SNAP_WINDOW_RIGHT" desc="A help text to show that w hen the button gets clicked the window get snapped to the right side.">
461 Right 458 Right
462 </message> 459 </message>
463 <message name="IDS_ASH_SNAP_WINDOW_LEFT" desc="A help text to show that wh en the button gets clicked the window get snapped to the left side."> 460 <message name="IDS_ASH_SNAP_WINDOW_LEFT" desc="A help text to show that wh en the button gets clicked the window get snapped to the left side.">
464 Left 461 Left
465 </message> 462 </message>
(...skipping 18 matching lines...) Expand all
484 481
485 <!-- ChromeOS-specific strings --> 482 <!-- ChromeOS-specific strings -->
486 <if expr="pp_ifdef('chromeos')"> 483 <if expr="pp_ifdef('chromeos')">
487 <part file="ash_chromeos_strings.grdp" /> 484 <part file="ash_chromeos_strings.grdp" />
488 </if> 485 </if>
489 486
490 </messages> 487 </messages>
491 </release> 488 </release>
492 </grit> 489 </grit>
493 490
OLDNEW
« no previous file with comments | « no previous file | ash/system/web_notification/web_notification_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698