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

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

Issue 2687223002: nit: Use Title Case for "Select All" in views::Textfield context menus on Mac. (Closed)
Patch Set: rebase Created 3 years, 10 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 | « no previous file | 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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 </message> 406 </message>
407 <message name="IDS_APP_COPY" desc="The text label of the Copy menu item"> 407 <message name="IDS_APP_COPY" desc="The text label of the Copy menu item">
408 &amp;Copy 408 &amp;Copy
409 </message> 409 </message>
410 <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item" > 410 <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item" >
411 &amp;Paste 411 &amp;Paste
412 </message> 412 </message>
413 <message name="IDS_APP_DELETE" desc="The text label of the Delete menu ite m"> 413 <message name="IDS_APP_DELETE" desc="The text label of the Delete menu ite m">
414 &amp;Delete 414 &amp;Delete
415 </message> 415 </message>
416 <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All menu item"> 416 <if expr="not use_titlecase">
417 Select &amp;all 417 <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select Al l menu item">
418 </message> 418 Select &amp;all
419 </message>
420 </if>
421 <if expr="use_titlecase">
422 <message name="IDS_APP_SELECT_ALL" desc="In Title Case: The text label o f the Select All menu item">
423 Select &amp;All
424 </message>
425 </if>
419 426
420 <!-- Generic terms --> 427 <!-- Generic terms -->
421 <message name="IDS_APP_OK" desc="Used for Ok on buttons"> 428 <message name="IDS_APP_OK" desc="Used for Ok on buttons">
422 OK 429 OK
423 </message> 430 </message>
424 <message name="IDS_APP_CANCEL" desc="Used for Cancel on buttons"> 431 <message name="IDS_APP_CANCEL" desc="Used for Cancel on buttons">
425 Cancel 432 Cancel
426 </message> 433 </message>
427 <message name="IDS_APP_CLOSE" desc="A generic term for Close on buttons an d menus."> 434 <message name="IDS_APP_CLOSE" desc="A generic term for Close on buttons an d menus.">
428 Close 435 Close
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 </message> 692 </message>
686 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 693 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
687 Internal Display 694 Internal Display
688 </message> 695 </message>
689 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor."> 696 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor.">
690 Virtual Display 697 Virtual Display
691 </message> 698 </message>
692 </messages> 699 </messages>
693 </release> 700 </release>
694 </grit> 701 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698