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

Side by Side Diff: ui/base/strings/ui_strings.grd

Issue 23445013: Parse media keys for named command in the manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fix. Created 7 years, 3 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 | « ui/base/accelerators/accelerator.cc ('k') | no next file » | 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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
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 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 </message> 1451 </message>
1452 <message name="IDS_APP_BACKSPACE_KEY" desc="Backspace key"> 1452 <message name="IDS_APP_BACKSPACE_KEY" desc="Backspace key">
1453 Backspace 1453 Backspace
1454 </message> 1454 </message>
1455 <message name="IDS_APP_COMMA_KEY" desc="Comma key"> 1455 <message name="IDS_APP_COMMA_KEY" desc="Comma key">
1456 Comma 1456 Comma
1457 </message> 1457 </message>
1458 <message name="IDS_APP_PERIOD_KEY" desc="Period key"> 1458 <message name="IDS_APP_PERIOD_KEY" desc="Period key">
1459 Period 1459 Period
1460 </message> 1460 </message>
1461 <message name="IDS_APP_MEDIA_NEXT_TRACK_KEY" desc="Media next track key">
1462 Media Next Track
sky 2013/09/03 15:59:34 I don't think these should be title case either, e
Finnur 2013/09/03 16:04:29 All of these are upper case. See above (Left Arrow
sky 2013/09/03 16:27:33 Oh the irony. All the ones after this aren't. I gu
1463 </message>
1464 <message name="IDS_APP_MEDIA_PLAY_PAUSE_KEY" desc="Media play pause key">
1465 Media Play/Pause
1466 </message>
1467 <message name="IDS_APP_MEDIA_PREV_TRACK_KEY" desc="Media previous track ke y">
1468 Media Previous Track
1469 </message>
1470 <message name="IDS_APP_MEDIA_STOP_KEY" desc="Media stop key">
1471 Media Stop
1472 </message>
1461 1473
1462 <!-- Shortcut Modifiers --> 1474 <!-- Shortcut Modifiers -->
1463 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er"> 1475 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er">
1464 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 1476 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
1465 </message> 1477 </message>
1466 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> 1478 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier">
1467 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 1479 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
1468 </message> 1480 </message>
1469 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> 1481 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
1470 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 1482 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 </message> 1589 </message>
1578 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> 1590 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
1579 Settings 1591 Settings
1580 </message> 1592 </message>
1581 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> 1593 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
1582 Send feedback 1594 Send feedback
1583 </message> 1595 </message>
1584 </messages> 1596 </messages>
1585 </release> 1597 </release>
1586 </grit> 1598 </grit>
OLDNEW
« no previous file with comments | « ui/base/accelerators/accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698