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

Side by Side Diff: app/resources/app_strings.grd

Issue 149302: Add the keys used by the back/forward menu items to the accelerator map so th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « no previous file | views/accelerator.cc » ('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 <!-- 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 </message> 297 </message>
298 <message name="IDS_APP_ENTER_KEY" desc="Enter key"> 298 <message name="IDS_APP_ENTER_KEY" desc="Enter key">
299 Enter 299 Enter
300 </message> 300 </message>
301 <message name="IDS_APP_F1_KEY" desc="F1 key"> 301 <message name="IDS_APP_F1_KEY" desc="F1 key">
302 F1 302 F1
303 </message> 303 </message>
304 <message name="IDS_APP_F11_KEY" desc="F11 key"> 304 <message name="IDS_APP_F11_KEY" desc="F11 key">
305 F11 305 F11
306 </message> 306 </message>
307 <message name="IDS_APP_BACKSPACE_KEY" desc="Backspace key">
308 Backspace
309 </message>
307 310
308 <!-- Shortcut Modifiers --> 311 <!-- Shortcut Modifiers -->
309 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er"> 312 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er">
310 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 313 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
311 </message> 314 </message>
312 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> 315 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier">
313 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 316 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
314 </message> 317 </message>
315 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> 318 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
316 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 319 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
317 </message> 320 </message>
318 321
319 </messages> 322 </messages>
320 </release> 323 </release>
321 </grit> 324 </grit>
OLDNEW
« no previous file with comments | « no previous file | views/accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698