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

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

Issue 6155011: Implementing context menu for the new views textfield. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: resolved small merge conflict Created 9 years, 11 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 | chrome/browser/chromeos/views/native_menu_domui.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 </message> 256 </message>
257 <message name="IDS_APP_CUT" desc="The text label of the Cut menu item"> 257 <message name="IDS_APP_CUT" desc="The text label of the Cut menu item">
258 Cu&amp;t 258 Cu&amp;t
259 </message> 259 </message>
260 <message name="IDS_APP_COPY" desc="The text label of the Copy menu item"> 260 <message name="IDS_APP_COPY" desc="The text label of the Copy menu item">
261 &amp;Copy 261 &amp;Copy
262 </message> 262 </message>
263 <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item" > 263 <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item" >
264 &amp;Paste 264 &amp;Paste
265 </message> 265 </message>
266 <message name="IDS_APP_DELETE" desc="The text label of the Delete menu ite m">
267 &amp;Delete
268 </message>
266 <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All menu item"> 269 <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All menu item">
267 Select &amp;all 270 Select &amp;all
268 </message> 271 </message>
269 272
270 <!-- Generic terms --> 273 <!-- Generic terms -->
271 <message name="IDS_APP_OK" desc="Used for Ok on buttons"> 274 <message name="IDS_APP_OK" desc="Used for Ok on buttons">
272 OK 275 OK
273 </message> 276 </message>
274 <message name="IDS_APP_CANCEL" desc="Used for Cancel on buttons"> 277 <message name="IDS_APP_CANCEL" desc="Used for Cancel on buttons">
275 Cancel 278 Cancel
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> 338 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier">
336 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 339 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
337 </message> 340 </message>
338 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> 341 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
339 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 342 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
340 </message> 343 </message>
341 344
342 </messages> 345 </messages>
343 </release> 346 </release>
344 </grit> 347 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/views/native_menu_domui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698