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

Side by Side Diff: ash/ash_strings.grd

Issue 177123016: Add a11y virtual keyboard icon when a11y VK is enabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 </message> 517 </message>
518 518
519 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label show n instead of email for supervised users"> 519 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label show n instead of email for supervised users">
520 Supervised user 520 Supervised user
521 </message> 521 </message>
522 522
523 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 523 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
524 Previous menu 524 Previous menu
525 </message> 525 </message>
526 526
527 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The ac cessible text for virtual keyboard icon in status tray.">
528 Show on-screen keyboard
529 </message>
530
527 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text shown in the notification icon for the unread count when the count is more than 9."> 531 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text shown in the notification icon for the unread count when the count is more than 9.">
528 9+ 532 9+
529 </message> 533 </message>
530 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized."> 534 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized.">
531 Maximize 535 Maximize
532 </message> 536 </message>
533 <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."> 537 <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.">
534 Right 538 Right
535 </message> 539 </message>
536 <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."> 540 <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.">
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 623
620 <!-- ChromeOS-specific strings --> 624 <!-- ChromeOS-specific strings -->
621 <if expr="chromeos"> 625 <if expr="chromeos">
622 <part file="ash_chromeos_strings.grdp" /> 626 <part file="ash_chromeos_strings.grdp" />
623 </if> 627 </if>
624 628
625 </messages> 629 </messages>
626 </release> 630 </release>
627 </grit> 631 </grit>
628 632
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698