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

Side by Side Diff: ash/ash_strings.grd

Issue 2269383002: Magnifier border is now more visible on light backgrounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 131
132 <message name="IDS_ASH_PALETTE_CAPTURE_REGION_ACTION" desc="Title of the c apture region action in the palette (a pop-up panel next to the status tray). Th is causes a partial screenshot to be taken, where after clicking the palette is dimissed and the user selects an area of the screen to take a screenshot of.">
133 Capture Region
134 </message>
135 <message name="IDS_ASH_PALETTE_CAPTURE_SCREEN_ACTION" desc="Title of the c apture screen action in the palette (a pop-up panel next to the status tray). Cl icking this button takes a screenshot of the entire screen. Additionally, the pa lette tray is closed.">
136 Capture Screen
137 </message>
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."> 138 <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 139 Create Note
134 </message> 140 </message>
141 <message name="IDS_ASH_PALETTE_MAGNIFIER_MODE" desc="Title of the magnific ation mode in the palette. Clicking this button opens up a magnifier. The magnif ier remains active until the user turns it off by tapping the same button again. ">
142 Magnifier
143 </message>
135 144
136 <!-- TODO(zork): Only include these in Aura builds --> 145 <!-- TODO(zork): Only include these in Aura builds -->
137 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf"> 146 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf">
138 Apps 147 Apps
139 </message> 148 </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."> 149 <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... 150 Syncing apps...
142 </message> 151 </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)."> 152 <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 153 Launcher
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 433
425 <!-- ChromeOS-specific strings --> 434 <!-- ChromeOS-specific strings -->
426 <if expr="chromeos"> 435 <if expr="chromeos">
427 <part file="ash_chromeos_strings.grdp" /> 436 <part file="ash_chromeos_strings.grdp" />
428 </if> 437 </if>
429 438
430 </messages> 439 </messages>
431 </release> 440 </release>
432 </grit> 441 </grit>
433 442
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698