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

Side by Side Diff: ash/ash_strings.grd

Issue 2235063002: Add create note palette action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app-runtime-changes
Patch Set: Nit 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/palette_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 <file path="common/strings/ash_strings_vi.xtb" lang="vi" /> 121 <file path="common/strings/ash_strings_vi.xtb" lang="vi" />
122 <file path="common/strings/ash_strings_zh-CN.xtb" lang="zh-CN" /> 122 <file path="common/strings/ash_strings_zh-CN.xtb" lang="zh-CN" />
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
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
134 </message>
135
131 <!-- TODO(zork): Only include these in Aura builds --> 136 <!-- TODO(zork): Only include these in Aura builds -->
132 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf"> 137 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf">
133 Apps 138 Apps
134 </message> 139 </message>
135 <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."> 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.">
136 Syncing apps... 141 Syncing apps...
137 </message> 142 </message>
138 <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)."> 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).">
139 Launcher 144 Launcher
140 </message> 145 </message>
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 424
420 <!-- ChromeOS-specific strings --> 425 <!-- ChromeOS-specific strings -->
421 <if expr="chromeos"> 426 <if expr="chromeos">
422 <part file="ash_chromeos_strings.grdp" /> 427 <part file="ash_chromeos_strings.grdp" />
423 </if> 428 </if>
424 429
425 </messages> 430 </messages>
426 </release> 431 </release>
427 </grit> 432 </grit>
428 433
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/palette_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698