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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 8199010: Fixing misleading name a in speech input setting and related variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes. Landing if no problems in the bots. Created 9 years, 2 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 | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/profiles/profile.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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 </message> 519 </message>
520 <message name="IDS_CONTENT_CONTEXT_PLUGIN_RUN" desc="The name of the Run command on the blocked plugin context menu"> 520 <message name="IDS_CONTENT_CONTEXT_PLUGIN_RUN" desc="The name of the Run command on the blocked plugin context menu">
521 Run this plugin 521 Run this plugin
522 </message> 522 </message>
523 <message name="IDS_CONTENT_CONTEXT_PLUGIN_HIDE" desc="The name of the Hi de command on the blocked plugin context menu"> 523 <message name="IDS_CONTENT_CONTEXT_PLUGIN_HIDE" desc="The name of the Hi de command on the blocked plugin context menu">
524 Hide this plugin 524 Hide this plugin
525 </message> 525 </message>
526 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_MENU" desc="The name of the Speech input options submenu in the content area context menu"> 526 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_MENU" desc="The name of the Speech input options submenu in the content area context menu">
527 Voice recognition options 527 Voice recognition options
528 </message> 528 </message>
529 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_CENSOR_RESULTS" desc="Th e name of the offensive word filtering command in the content area context menu" > 529 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_FILTER_PROFANITIES" desc ="The name of the offensive word filtering command in the content area context m enu">
530 Block offensive words 530 Block offensive words
531 </message> 531 </message>
532 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_ABOUT" desc="The name of the Speech input About command in the content area context menu"> 532 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_ABOUT" desc="The name of the Speech input About command in the content area context menu">
533 About voice recognition 533 About voice recognition
534 </message> 534 </message>
535 </if> 535 </if>
536 <if expr="pp_ifdef('use_titlecase')"> 536 <if expr="pp_ifdef('use_titlecase')">
537 <message name="IDS_CONTENT_CONTEXT_BACK" desc="In Title Case: The name o f the Back command in the content area context menu"> 537 <message name="IDS_CONTENT_CONTEXT_BACK" desc="In Title Case: The name o f the Back command in the content area context menu">
538 &amp;Back 538 &amp;Back
539 </message> 539 </message>
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 </message> 719 </message>
720 <message name="IDS_CONTENT_CONTEXT_PLUGIN_RUN" desc="In Title Case: The name of the Run command on the blocked plugin context menu"> 720 <message name="IDS_CONTENT_CONTEXT_PLUGIN_RUN" desc="In Title Case: The name of the Run command on the blocked plugin context menu">
721 Run This Plugin 721 Run This Plugin
722 </message> 722 </message>
723 <message name="IDS_CONTENT_CONTEXT_PLUGIN_HIDE" desc="In Title Case: The name of the Hide command on the blocked plugin context menu"> 723 <message name="IDS_CONTENT_CONTEXT_PLUGIN_HIDE" desc="In Title Case: The name of the Hide command on the blocked plugin context menu">
724 Hide This Plugin 724 Hide This Plugin
725 </message> 725 </message>
726 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_MENU" desc="In Title Cas e: The name of the Speech input options submenu in the content area context menu "> 726 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_MENU" desc="In Title Cas e: The name of the Speech input options submenu in the content area context menu ">
727 Voice Recognition Options 727 Voice Recognition Options
728 </message> 728 </message>
729 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_CENSOR_RESULTS" desc="In Title Case: The name of the offensive word filtering command in the content are a context menu"> 729 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_FILTER_PROFANITIES" desc ="In Title Case: The name of the offensive word filtering command in the content area context menu">
730 Block Offensive Words 730 Block Offensive Words
731 </message> 731 </message>
732 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_ABOUT" desc="In Title Ca se: The name of the Speech input About command in the content area context menu" > 732 <message name="IDS_CONTENT_CONTEXT_SPEECH_INPUT_ABOUT" desc="In Title Ca se: The name of the Speech input About command in the content area context menu" >
733 About Voice Recognition 733 About Voice Recognition
734 </message> 734 </message>
735 </if> 735 </if>
736 736
737 <!-- Page menu --> 737 <!-- Page menu -->
738 <if expr="not pp_ifdef('use_titlecase')"> 738 <if expr="not pp_ifdef('use_titlecase')">
739 <message name="IDS_NEW_TAB" desc="The text label of the New Tab menu ite m"> 739 <message name="IDS_NEW_TAB" desc="The text label of the New Tab menu ite m">
(...skipping 13214 matching lines...) Expand 10 before | Expand all | Expand 10 after
13954 </messages> 13954 </messages>
13955 <structures fallback_to_english="true"> 13955 <structures fallback_to_english="true">
13956 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13956 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13957 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13957 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13958 </structure> 13958 </structure>
13959 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13959 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13960 </structure> 13960 </structure>
13961 </structures> 13961 </structures>
13962 </release> 13962 </release>
13963 </grit> 13963 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/profiles/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698