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

Side by Side Diff: ash/ash_strings.grd

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Refactored drawing code. Created 4 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
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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <message name="IDS_ASH_PALETTE_CREATE_NOTE_ACTION" desc="Title of the capt ure screen action in the palette (a pop-up panel next to the status tray). Click ing this opens up an application that the user can quickly jot a note down in. A dditionally, the palette tray is closed."> 132 <message name="IDS_ASH_PALETTE_CREATE_NOTE_ACTION" desc="Title of the capt ure screen action in the palette (a pop-up panel next to the status tray). Click ing this opens up an application that the user can quickly jot a note down in. A dditionally, the palette tray is closed.">
133 Create Note 133 Create Note
134 </message> 134 </message>
135 135
136 <!-- TODO(zork): Only include these in Aura builds --> 136 <!-- TODO(zork): Only include these in Aura builds -->
137 <message name="IDS_ASH_PALETTE_LASER_POINTER_MODE" desc="Title of the lase r pointer in the palette (a pop-up panel next to the status tray). Clicking this turns the mouse into a laser pointer. Additionally, the palette tray is closed. ">
jdufault 2016/08/24 21:27:41 Move this immediately above IDS_ASH_PALETTE_TITLE
sammiequon 2016/08/25 17:59:04 Done.
138 Laser Pointer
139 </message>
137 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf"> 140 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf">
138 Apps 141 Apps
139 </message> 142 </message>
140 <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."> 143 <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.">
141 Syncing apps... 144 Syncing apps...
142 </message> 145 </message>
143 <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)."> 146 <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).">
144 Launcher 147 Launcher
145 </message> 148 </message>
146 <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."> 149 <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.">
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 427
425 <!-- ChromeOS-specific strings --> 428 <!-- ChromeOS-specific strings -->
426 <if expr="chromeos"> 429 <if expr="chromeos">
427 <part file="ash_chromeos_strings.grdp" /> 430 <part file="ash_chromeos_strings.grdp" />
428 </if> 431 </if>
429 432
430 </messages> 433 </messages>
431 </release> 434 </release>
432 </grit> 435 </grit>
433 436
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698