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

Side by Side Diff: ash/ash_strings.grd

Issue 22007003: ash: Rename "Autohide launcher" item. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_AURA_APP_LIST_TITLE" desc="The title used for the Aura app list in the launcher">
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_AURA_APP_LIST_SYNCING_TITLE" desc="The title used for t he Aura app list in the launcher to indicate loading/syncing apps.">
171 Syncing apps... 171 Syncing apps...
172 </message> 172 </message>
173 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t he Aura overflow button in the launcher"> 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_AURA_LAUNCHER_CONTEXT_MENU_AUTO_HIDE" desc="Title of th e menu item in the context menu for auto-hiding the launcher when the current wi ndow 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 launcher 177 Autohide shelf
178 </message> 178 </message>
179 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_POSITION" desc="Title of the menu item in the context menu for aligning the launcher"> 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 Launcher position 180 Shelf position
181 </message> 181 </message>
182 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of the menu item in the context menu for aligning the launcher to the bottom of th e screen"> 182 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of the menu item in the context menu for aligning the shelf to the bottom of the scree n">
183 Bottom 183 Bottom
184 </message> 184 </message>
185 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_LEFT" desc="Title of t he menu item in the context menu for aligning the launcher to the left of the sc reen"> 185 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_LEFT" desc="Title of the m enu item in the context menu for aligning the shelf to the left of the screen">
186 Left 186 Left
187 </message> 187 </message>
188 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of the menu item in the context menu for aligning the launcher to the right of the screen"> 188 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of the menu item in the context menu for aligning the shelf to the right of the screen" >
189 Right 189 Right
190 </message> 190 </message>
191 <message name="IDS_ASH_LAUNCHER_ACCESSIBLE_NAME" desc="The accessible name of the launcher."> 191 <message name="IDS_ASH_SHELF_ACCESSIBLE_NAME" desc="The accessible name of the shelf.">
192 Launcher 192 Shelf
193 </message> 193 </message>
194 194
195 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for ch ange wallpaper in context menu"> 195 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for ch ange wallpaper in context menu">
196 Set wallpaper... 196 Set wallpaper...
197 </message> 197 </message>
198 198
199 <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyb oard overlay."> 199 <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyb oard overlay.">
200 Keyboard Overlay 200 Keyboard Overlay
201 </message> 201 </message>
202 202
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 551
552 <!-- ChromeOS-specific strings --> 552 <!-- ChromeOS-specific strings -->
553 <if expr="pp_ifdef('chromeos')"> 553 <if expr="pp_ifdef('chromeos')">
554 <part file="ash_chromeos_strings.grdp" /> 554 <part file="ash_chromeos_strings.grdp" />
555 </if> 555 </if>
556 556
557 </messages> 557 </messages>
558 </release> 558 </release>
559 </grit> 559 </grit>
560 560
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher_alignment_menu.cc » ('j') | ash/launcher/launcher_alignment_menu.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698