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

Side by Side Diff: ui/accessibility/extensions/strings/accessibility_extensions_strings.grd

Issue 1102033005: Fix i18n for the color enhancer extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix setup button and css style Created 5 years, 8 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 <!-- Strings for all extensions. Each message should be named with the 3 <!-- Strings for all extensions. Each message should be named with the
4 name of the extension as a prefix, e.g. IDS_ALT_APP_NAME. --> 4 name of the extension as a prefix, e.g. IDS_ALT_APP_NAME. -->
5 5
6 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en"> 6 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en">
7 <outputs> 7 <outputs>
8 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/> 8 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/>
9 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/> 9 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/>
10 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/> 10 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/>
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 <message desc="The description of the application, displayed in the web st ore." name="IDS_COLOR_ENHANCER_APPDESC"> 267 <message desc="The description of the application, displayed in the web st ore." name="IDS_COLOR_ENHANCER_APPDESC">
268 A customizable color filter applied to webpages to improve color percept ion. 268 A customizable color filter applied to webpages to improve color percept ion.
269 </message> 269 </message>
270 <message desc="Title for a slider that determines how much to rotate the c olor space." name="IDS_COLOR_ENHANCER_ADJUSTMENT_FACTOR"> 270 <message desc="Title for a slider that determines how much to rotate the c olor space." name="IDS_COLOR_ENHANCER_ADJUSTMENT_FACTOR">
271 Color adjustment 271 Color adjustment
272 </message> 272 </message>
273 <message desc="Title for a slider that determines by how much the color sh ould be filtered." name="IDS_COLOR_ENHANCER_DEGREE"> 273 <message desc="Title for a slider that determines by how much the color sh ould be filtered." name="IDS_COLOR_ENHANCER_DEGREE">
274 Degree 274 Degree
275 </message> 275 </message>
276 <message desc="Title for a dropdown selecting between colors to enhance." name="IDS_COLOR_ENHANCER_TYPE_CHOICE"> 276 <message desc="Title for a dropdown selecting between colors to enhance." name="IDS_COLOR_ENHANCER_TYPE_CHOICE">
277 Improve perception for: 277 Step 1: Select the row with the faintest stars:
278 </message> 278 </message>
279 <message desc="Choice to enhancing the red color." name="IDS_COLOR_ENHANCE R_TYPE_RED"> 279 <message desc="Choice to enhancing the red color." name="IDS_COLOR_ENHANCE R_TYPE_RED">
280 Red 280 Red
281 </message> 281 </message>
282 <message desc="Choice to enhancing the green color." name="IDS_COLOR_ENHAN CER_TYPE_GREEN"> 282 <message desc="Choice to enhancing the green color." name="IDS_COLOR_ENHAN CER_TYPE_GREEN">
283 Green 283 Green
284 </message> 284 </message>
285 <message desc="Choice to enhancing the blue color." name="IDS_COLOR_ENHANC ER_TYPE_BLUE"> 285 <message desc="Choice to enhancing the blue color." name="IDS_COLOR_ENHANC ER_TYPE_BLUE">
286 Blue 286 Blue
287 </message> 287 </message>
288 <message desc="Title for button that will apply these settings to all curr ently open websites." name="IDS_COLOR_ENHANCER_RESET">
289 Apply to all sites
290 </message>
291 <message desc="Title for checkbox that enables the extension." name="IDS_C OLOR_ENHANCER_ENABLE"> 288 <message desc="Title for checkbox that enables the extension." name="IDS_C OLOR_ENHANCER_ENABLE">
292 Enable? 289 Enable?
293 </message> 290 </message>
294 <message desc="Title for checkbox that enables color vision deficiency sim ulation." name="IDS_COLOR_ENHANCER_SIMULATE"> 291 <message desc="Title for slider changes color vision deficiency severity." name="IDS_COLOR_ENHANCER_SEVERITY">
295 Simulate? 292 Step 2: Adjust the slider until all of the stars are visible in the
293 selected row
296 </message> 294 </message>
297 <message desc="Title for slider changes color vision deficiency severity." name="IDS_COLOR_ENHANCER_SEVERITY"> 295 <message desc="Title for section containing setup." name="IDS_COLOR_ENHANC ER_SETUP">
298 Severity 296 Setup:
299 </message> 297 </message>
300 <message desc="Title for section containing advanced settings." name="IDS_ COLOR_ENHANCER_ADVANCED"> 298 <message desc="Button that resets the color enhancer extension to its defa ult state." name="IDS_COLOR_ENHANCER_RESET">
301 Advanced settings 299 Reset
300 </message>
301 <message desc="OK button for the color enhancer setup." name="IDS_COLOR_EN HANCER_OK">
302 OK
303 </message>
304 <message desc="Cancel button for the color enhancer setup." name="IDS_COLO R_ENHANCER_CANCEL">
305 Cancel
306 </message>
307 <message desc="Button for the color enhancer popup that opens the Setup pa rt of the popup." name="IDS_COLOR_ENHANCER_SETUP">
mustaq 2015/04/27 14:17:10 This id seems duplicate: Duplicate IDS_COLOR_ENHAN
dmazzoni 2015/04/27 19:47:47 Good catch. Split into SETUP_BUTTON and SETUP_HEAD
308 Setup
302 </message> 309 </message>
303 310
304 </messages> 311 </messages>
305 </release> 312 </release>
306 </grit> 313 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698