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

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: Merge conflicts resolved. Created 6 years, 8 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/session_state_delegate.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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 </message> 622 </message>
623 <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."> 623 <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.">
624 altgr 624 altgr
625 </message> 625 </message>
626 <message name="IDS_ASH_MOD3_KEY" desc="Name of ISOLevel5 (mod3) key name. Shouldn't be translated in many languages actually. This name should be lower ca se."> 626 <message name="IDS_ASH_MOD3_KEY" desc="Name of ISOLevel5 (mod3) key name. Shouldn't be translated in many languages actually. This name should be lower ca se.">
627 mod3 627 mod3
628 </message> 628 </message>
629 <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."> 629 <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.">
630 search 630 search
631 </message> 631 </message>
632 <message name="IDS_ASH_STATUS_TRAY_ACCOUNTS_TITLE" desc="The footer label of the menu which is used to manage the profile accounts.">
633 Manage accounts
634 </message>
635 <message name="IDS_ASH_STATUS_TRAY_ACCOUNT_LIST_TITLE" desc="The title lab el for the menu which holds the accounts list.">
636 Accounts
637 </message>
638 <message name="IDS_ASH_STATUS_TRAY_PRIMARY_ACCOUNT_LABEL" desc="The primar y user account label in the accounts menu.">
639 <ph name="PRIMARY_ACCOUNT">$1<ex>test@gmail.com</ex></ph> (primary)
640 </message>
641 <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.">
642 Add an account for <ph name="GIVEN_NAME">$1<ex>Jenn</ex></ph>
643 </message>
632 644
633 <!-- Overview Mode --> 645 <!-- Overview Mode -->
634 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib le name for the Overview button in the system tray."> 646 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib le name for the Overview button in the system tray.">
635 Toggle window overview 647 Toggle window overview
636 </message> 648 </message>
637 649
638 <!-- ChromeOS-specific strings --> 650 <!-- ChromeOS-specific strings -->
639 <if expr="chromeos"> 651 <if expr="chromeos">
640 <part file="ash_chromeos_strings.grdp" /> 652 <part file="ash_chromeos_strings.grdp" />
641 </if> 653 </if>
642 654
643 </messages> 655 </messages>
644 </release> 656 </release>
645 </grit> 657 </grit>
646 658
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/session_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698