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

Side by Side Diff: ash/ash_strings.grd

Issue 2339523004: Remove old (dead) app list code. (Closed)
Patch Set: Address nonbistytftatl review. Created 4 years, 3 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
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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 <file path="common/strings/ash_strings_zh-TW.xtb" lang="zh-TW" /> 123 <file path="common/strings/ash_strings_zh-TW.xtb" lang="zh-TW" />
124 </translations> 124 </translations>
125 <release seq="1" allow_pseudo="false"> 125 <release seq="1" allow_pseudo="false">
126 <messages fallback_to_english="true"> 126 <messages fallback_to_english="true">
127 <!-- TODO add all of your "string table" messages here. Remember to 127 <!-- TODO add all of your "string table" messages here. Remember to
128 change nontranslateable parts of the messages into placeholders (using the 128 change nontranslateable parts of the messages into placeholders (using the
129 <ph> element). You can also use the 'grit add' tool to help you identify 129 <ph> element). You can also use the 'grit add' tool to help you identify
130 nontranslateable parts and create placeholders for them. --> 130 nontranslateable parts and create placeholders for them. -->
131 131
132 <!-- TODO(zork): Only include these in Aura builds --> 132 <!-- TODO(zork): Only include these in Aura builds -->
133 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf">
134 Apps
135 </message>
136 <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.">
137 Syncing apps...
138 </message>
139 <message name="IDS_ASH_SHELF_APP_LIST_LAUNCHER_TITLE" desc="The title used for the Ash Launcher in the Shelf (not mentioning 'Apps' since this is a genera l launcher)."> 133 <message name="IDS_ASH_SHELF_APP_LIST_LAUNCHER_TITLE" desc="The title used for the Ash Launcher in the Shelf (not mentioning 'Apps' since this is a genera l launcher).">
140 Launcher 134 Launcher
141 </message> 135 </message>
142 <message name="IDS_ASH_SHELF_APP_LIST_LAUNCHER_SYNCING_TITLE" desc="The ti tle used for the Ash Launcher in the Shelf to indicate loading/syncinc apps."> 136 <message name="IDS_ASH_SHELF_APP_LIST_LAUNCHER_SYNCING_TITLE" desc="The ti tle used for the Ash Launcher in the Shelf to indicate loading/syncinc apps.">
143 Launcher (syncing apps...) 137 Launcher (syncing apps...)
144 </message> 138 </message>
145 <message name="IDS_ASH_SHELF_OVERFLOW_NAME" desc="The title used for the A sh overflow button in the shelf"> 139 <message name="IDS_ASH_SHELF_OVERFLOW_NAME" desc="The title used for the A sh overflow button in the shelf">
146 Overflow Button 140 Overflow Button
147 </message> 141 </message>
148 <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"> 142 <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">
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 441
448 <!-- ChromeOS-specific strings --> 442 <!-- ChromeOS-specific strings -->
449 <if expr="chromeos"> 443 <if expr="chromeos">
450 <part file="ash_chromeos_strings.grdp" /> 444 <part file="ash_chromeos_strings.grdp" />
451 </if> 445 </if>
452 446
453 </messages> 447 </messages>
454 </release> 448 </release>
455 </grit> 449 </grit>
456 450
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698