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

Side by Side Diff: ash/ash_strings.grd

Issue 210903003: Implemented system tray UI for new account management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments addressed. 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 </message> 616 </message>
617 <message name="IDS_ASH_ALT_KEY" desc="Name of [Alt] key name. Shouldn't be translated in many languages actually. This name should be lower case."> 617 <message name="IDS_ASH_ALT_KEY" desc="Name of [Alt] key name. Shouldn't be translated in many languages actually. This name should be lower case.">
618 alt 618 alt
619 </message> 619 </message>
620 <message name="IDS_ASH_ALTGR_KEY" desc="Name of [AltGr] key name. Shouldn' t be translated in many languages actually. This name should be lower case."> 620 <message name="IDS_ASH_ALTGR_KEY" desc="Name of [AltGr] key name. Shouldn' t be translated in many languages actually. This name should be lower case.">
621 altgr 621 altgr
622 </message> 622 </message>
623 <message name="IDS_ASH_SEARCH_KEY" desc="Name of [Search] key name. Should n't be translated in many languages actually. This name should be lower case."> 623 <message name="IDS_ASH_SEARCH_KEY" desc="Name of [Search] key name. Should n't be translated in many languages actually. This name should be lower case.">
624 search 624 search
625 </message> 625 </message>
626 <message name="IDS_ASH_STATUS_TRAY_ACCOUNTS_TITLE" desc="The footer label of the menu which is used to manage the profile accounts.">
627 Manage accounts
628 </message>
629 <message name="IDS_ASH_STATUS_TRAY_ACCOUNT_LIST_TITLE" desc="The title lab el for the menu which holds the accounts list.">
630 Accounts
631 </message>
632 <message name="IDS_ASH_STATUS_TRAY_PRIMARY_ACCOUNT_LABEL" desc="The primar y user account label in the accounts menu.">
633 <ph name="PRIMARY_ACCOUNT">$1<ex>test@gmail.com</ex></ph> (primary)
634 </message>
635 <message name="IDS_ASH_STATUS_TRAY_ADD_ACCOUNT_LABEL" desc="The label of t he button which launches the dialog to add a new account.">
636 Add an account for <ph name="GIVEN_NAME">$1<ex>Jenn</ex></ph>
637 </message>
626 638
627 <!-- Overview Mode --> 639 <!-- Overview Mode -->
628 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib le name for the Overview button in the system tray."> 640 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib le name for the Overview button in the system tray.">
629 Toggle window overview 641 Toggle window overview
630 </message> 642 </message>
631 643
632 <!-- ChromeOS-specific strings --> 644 <!-- ChromeOS-specific strings -->
633 <if expr="chromeos"> 645 <if expr="chromeos">
634 <part file="ash_chromeos_strings.grdp" /> 646 <part file="ash_chromeos_strings.grdp" />
635 </if> 647 </if>
636 648
637 </messages> 649 </messages>
638 </release> 650 </release>
639 </grit> 651 </grit>
640 652
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/session_state_delegate.h » ('j') | ash/shell_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698