Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 label used in the footer of the menu used to manage accounts for profile."> | |
|
Mr4D (OOO till 08-26)
2014/03/25 23:54:13
What about: The footer label of the menu which is
dzhioev (left Google)
2014/03/26 13:29:22
Done.
| |
| 627 Manage accounts | |
| 628 </message> | |
| 629 <message name="IDS_ASH_STATUS_TRAY_ACCOUNT_LIST_TITLE" desc="The label use d as title for account list in accounts menu."> | |
|
Mr4D (OOO till 08-26)
2014/03/25 23:54:13
What about: The title label for the menu which hol
dzhioev (left Google)
2014/03/26 13:29:22
Done.
| |
| 630 Accounts | |
| 631 </message> | |
| 632 <message name="IDS_ASH_STATUS_TRAY_PRIMARY_ACCOUNT_LABEL" desc="The label used to display primary user account in accounts menu."> | |
|
Mr4D (OOO till 08-26)
2014/03/25 23:54:13
What about: The primary user account label in the
dzhioev (left Google)
2014/03/26 13:29:22
Done.
| |
| 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 disp layed on button that launches dialog for adding new account."> | |
|
Mr4D (OOO till 08-26)
2014/03/25 23:54:13
What about: The label of the button which launches
dzhioev (left Google)
2014/03/26 13:29:22
Done.
| |
| 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 |
| OLD | NEW |