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

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

Issue 8917002: Don't display spelling options in "Language Settings" pref panel on OS X (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/resources/options/language_options.css » ('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 7783 matching lines...) Expand 10 before | Expand all | Expand 10 after
7794 </message> 7794 </message>
7795 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" 7795 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE"
7796 desc="The label is used for a button that changes the UI 7796 desc="The label is used for a button that changes the UI
7797 language of Chrome OS"> 7797 language of Chrome OS">
7798 Display <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> in this langua ge 7798 Display <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> in this langua ge
7799 </message> 7799 </message>
7800 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIS_LANGUAGE_IS_CURRENTLY_I N_USE" 7800 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIS_LANGUAGE_IS_CURRENTLY_I N_USE"
7801 desc="Warning invoked when the user tries to remove the language used for displaying Chrome OS"> 7801 desc="Warning invoked when the user tries to remove the language used for displaying Chrome OS">
7802 This language is currently in use for displaying <ph name="PRODUCT_NAME" >$1<ex>Chrome OS</ex></ph>. 7802 This language is currently in use for displaying <ph name="PRODUCT_NAME" >$1<ex>Chrome OS</ex></ph>.
7803 </message> 7803 </message>
7804 <message name="IDS_OPTIONS_SETTINGS_USE_THIS_FOR_SPELL_CHECKING" 7804 <if expr="not is_macosx">
7805 desc="The label for a language a button that changes the spell ch eck language of Chrome OS"> 7805 <message name="IDS_OPTIONS_SETTINGS_USE_THIS_FOR_SPELL_CHECKING"
7806 Use this language for spell checking 7806 desc="The label for a language a button that changes the spell check language of Chrome">
7807 </message> 7807 Use this language for spell checking
7808 <message name="IDS_OPTIONS_SETTINGS_CANNOT_BE_USED_FOR_SPELL_CHECKING" 7808 </message>
7809 desc="The label for a language that cannot be used for spell chec king"> 7809 <message name="IDS_OPTIONS_SETTINGS_CANNOT_BE_USED_FOR_SPELL_CHECKING"
7810 This language cannot be used for spell checking 7810 desc="The label for a language that cannot be used for spell ch ecking">
7811 </message> 7811 This language cannot be used for spell checking
7812 <message name="IDS_OPTIONS_SETTINGS_IS_USED_FOR_SPELL_CHECKING" 7812 </message>
7813 desc="The label for a language that is currently used for spell c hecking"> 7813 <message name="IDS_OPTIONS_SETTINGS_IS_USED_FOR_SPELL_CHECKING"
7814 This language is used for spell checking 7814 desc="The label for a language that is currently used for spell checking">
7815 </message> 7815 This language is used for spell checking
7816 </message>
7817 </if>
7816 <if expr="not pp_ifdef('chromeos')"> 7818 <if expr="not pp_ifdef('chromeos')">
7817 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_RELAUNCH_BUTTON" 7819 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_RELAUNCH_BUTTON"
7818 desc="The label for the relaunch button for changing UI languag e"> 7820 desc="The label for the relaunch button for changing UI languag e">
7819 Relaunch 7821 Relaunch
7820 </message> 7822 </message>
7821 </if> 7823 </if>
7822 <if expr="pp_ifdef('chromeos')"> 7824 <if expr="pp_ifdef('chromeos')">
7823 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_RELAUNCH_BUTTON" 7825 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_RELAUNCH_BUTTON"
7824 desc="The label for the restart button for changing UI language "> 7826 desc="The label for the restart button for changing UI language ">
7825 Restart 7827 Restart
(...skipping 1806 matching lines...) Expand 10 before | Expand all | Expand 10 after
9632 </message> 9634 </message>
9633 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_LARGE" desc="The label of the ' Large' option"> 9635 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_LARGE" desc="The label of the ' Large' option">
9634 Large 9636 Large
9635 </message> 9637 </message>
9636 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_VERY_LARGE" desc="The label of the 'Very Large' option"> 9638 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_VERY_LARGE" desc="The label of the 'Very Large' option">
9637 Very Large 9639 Very Large
9638 </message> 9640 </message>
9639 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_CUSTOM" desc="The label of the 'Custom' option"> 9641 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_CUSTOM" desc="The label of the 'Custom' option">
9640 Custom 9642 Custom
9641 </message> 9643 </message>
9642 <if expr="not pp_ifdef('use_titlecase')"> 9644 <if expr="not pp_ifdef('use_titlecase') and not is_macosx">
9643 <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel."> 9645 <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel.">
9644 Languages and spell-checker settings... 9646 Languages and spell-checker settings...
9645 </message> 9647 </message>
9646 </if> 9648 </if>
9647 <if expr="pp_ifdef('use_titlecase')"> 9649 <if expr="pp_ifdef('use_titlecase') and not is_macosx">
9648 <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel."> 9650 <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel.">
9649 Languages and Spell-checker Settings... 9651 Languages and Spell-checker Settings...
9650 </message> 9652 </message>
9651 </if> 9653 </if>
9654 <if expr="is_macosx">
9655 <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages' panel.">
9656 Language Settings...
9657 </message>
9658 </if>
9652 9659
9653 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation stri ng of the 'Enable spellcheck' option"> 9660 <if expr="not is_macosx">
9654 Enable spell checking 9661 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation st ring of the 'Enable spellcheck' option">
9655 </message> 9662 Enable spell checking
9656 <message name="IDS_OPTIONS_ENABLE_AUTO_SPELL_CORRECTION" desc="The documen tation string of the 'Enable auto spell correction' option"> 9663 </message>
9657 Enable automatic spell correction 9664 <message name="IDS_OPTIONS_ENABLE_AUTO_SPELL_CORRECTION" desc="The docum entation string of the 'Enable auto spell correction' option">
9658 </message> 9665 Enable automatic spell correction
9666 </message>
9667 </if>
9659 9668
9660 <!-- General app failure messages --> 9669 <!-- General app failure messages -->
9661 <message name="IDS_COULDNT_OPEN_PROFILE_ERROR" desc="Error displayed on st artup when the profile can not be opened correctly due to problems reading or wr iting files in it"> 9670 <message name="IDS_COULDNT_OPEN_PROFILE_ERROR" desc="Error displayed on st artup when the profile can not be opened correctly due to problems reading or wr iting files in it">
9662 Your profile could not be opened correctly. 9671 Your profile could not be opened correctly.
9663 9672
9664 Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents. 9673 Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents.
9665 </message> 9674 </message>
9666 <message name="IDS_REFUSE_TO_RUN_AS_ROOT" desc="Short error message in dis played in an error dialog on startup if the user tries to run chrome as root"> 9675 <message name="IDS_REFUSE_TO_RUN_AS_ROOT" desc="Short error message in dis played in an error dialog on startup if the user tries to run chrome as root">
9667 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root. 9676 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root.
9668 </message> 9677 </message>
(...skipping 5073 matching lines...) Expand 10 before | Expand all | Expand 10 after
14742 </messages> 14751 </messages>
14743 <structures fallback_to_english="true"> 14752 <structures fallback_to_english="true">
14744 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14753 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14745 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14754 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14746 </structure> 14755 </structure>
14747 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14756 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14748 </structure> 14757 </structure>
14749 </structures> 14758 </structures>
14750 </release> 14759 </release>
14751 </grit> 14760 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/language_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698