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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 <file path="strings/ash_strings_zh-CN.xtb" lang="zh-CN" /> | 157 <file path="strings/ash_strings_zh-CN.xtb" lang="zh-CN" /> |
158 <file path="strings/ash_strings_zh-TW.xtb" lang="zh-TW" /> | 158 <file path="strings/ash_strings_zh-TW.xtb" lang="zh-TW" /> |
159 </translations> | 159 </translations> |
160 <release seq="1" allow_pseudo="false"> | 160 <release seq="1" allow_pseudo="false"> |
161 <messages fallback_to_english="true"> | 161 <messages fallback_to_english="true"> |
162 <!-- TODO add all of your "string table" messages here. Remember to | 162 <!-- TODO add all of your "string table" messages here. Remember to |
163 change nontranslateable parts of the messages into placeholders (using the | 163 change nontranslateable parts of the messages into placeholders (using the |
164 <ph> element). You can also use the 'grit add' tool to help you identify | 164 <ph> element). You can also use the 'grit add' tool to help you identify |
165 nontranslateable parts and create placeholders for them. --> | 165 nontranslateable parts and create placeholders for them. --> |
166 <!-- TODO(zork): Only include these in Aura builds --> | 166 <!-- TODO(zork): Only include these in Aura builds --> |
167 <message name="IDS_AURA_APP_LIST_TITLE" desc="The title used for the Aura
app list in the launcher"> | 167 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the
Ash App List in the Shelf"> |
168 Apps | 168 Apps |
169 </message> | 169 </message> |
170 <message name="IDS_AURA_APP_LIST_SYNCING_TITLE" desc="The title used for t
he Aura app list in the launcher to indicate loading/syncing apps."> | 170 <message name="IDS_ASH_SHELF_APP_LIST_SYNCING_TITLE" desc="The title used
for the Ash App List in the Shelf to indicate loading/syncing apps."> |
171 Syncing apps... | 171 Syncing apps... |
172 </message> | 172 </message> |
173 <message name="IDS_ASH_SHELF_OVERFLOW_NAME" desc="The title used for the A
sh overflow button in the shelf"> | 173 <message name="IDS_ASH_SHELF_OVERFLOW_NAME" desc="The title used for the A
sh overflow button in the shelf"> |
174 Overflow Button | 174 Overflow Button |
175 </message> | 175 </message> |
176 <message name="IDS_ASH_SHELF_CONTEXT_MENU_AUTO_HIDE" desc="Title of the me
nu item in the context menu for auto-hiding the shelf when the current window is
not maximized"> | 176 <message name="IDS_ASH_SHELF_CONTEXT_MENU_AUTO_HIDE" desc="Title of the me
nu item in the context menu for auto-hiding the shelf when the current window is
not maximized"> |
177 Autohide shelf | 177 Autohide shelf |
178 </message> | 178 </message> |
179 <message name="IDS_ASH_SHELF_CONTEXT_MENU_POSITION" desc="Title of the men
u item in the context menu for aligning the shelf"> | 179 <message name="IDS_ASH_SHELF_CONTEXT_MENU_POSITION" desc="Title of the men
u item in the context menu for aligning the shelf"> |
180 Shelf position | 180 Shelf position |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 | 648 |
649 <!-- ChromeOS-specific strings --> | 649 <!-- ChromeOS-specific strings --> |
650 <if expr="chromeos"> | 650 <if expr="chromeos"> |
651 <part file="ash_chromeos_strings.grdp" /> | 651 <part file="ash_chromeos_strings.grdp" /> |
652 </if> | 652 </if> |
653 | 653 |
654 </messages> | 654 </messages> |
655 </release> | 655 </release> |
656 </grit> | 656 </grit> |
657 | 657 |
OLD | NEW |