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

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

Issue 10827441: Add support for Command key for Extension Commands (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 <!-- Shortcut Modifiers --> 353 <!-- Shortcut Modifiers -->
354 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er"> 354 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er">
355 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 355 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
356 </message> 356 </message>
357 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> 357 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier">
358 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 358 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
359 </message> 359 </message>
360 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> 360 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
361 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 361 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
362 </message> 362 </message>
363 <message name="IDS_APP_COMMAND_MODIFIER" desc="Command key shortcut modifi er">
364 Command+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
365 </message>
363 366
364 <!-- Byte size units --> 367 <!-- Byte size units -->
365 <message name="IDS_APP_BYTES" desc="Units tag indicating a quantity of byt es"> 368 <message name="IDS_APP_BYTES" desc="Units tag indicating a quantity of byt es">
366 <ph name="QUANTITY">$1<ex>42</ex></ph> B 369 <ph name="QUANTITY">$1<ex>42</ex></ph> B
367 </message> 370 </message>
368 <message name="IDS_APP_KIBIBYTES" desc="Units tag indicating a quantity of kilobytes"> 371 <message name="IDS_APP_KIBIBYTES" desc="Units tag indicating a quantity of kilobytes">
369 <ph name="QUANTITY">$1<ex>42.0</ex></ph> KB 372 <ph name="QUANTITY">$1<ex>42.0</ex></ph> KB
370 </message> 373 </message>
371 <message name="IDS_APP_MEBIBYTES" desc="Units tag indicating a quantity of megabytes"> 374 <message name="IDS_APP_MEBIBYTES" desc="Units tag indicating a quantity of megabytes">
372 <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB 375 <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB
(...skipping 21 matching lines...) Expand all
394 </message> 397 </message>
395 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of terabytes/second"> 398 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of terabytes/second">
396 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s 399 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s
397 </message> 400 </message>
398 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second"> 401 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second">
399 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s 402 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s
400 </message> 403 </message>
401 </messages> 404 </messages>
402 </release> 405 </release>
403 </grit> 406 </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