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

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

Issue 7811017: Remove rerely used configuration items for the Japanese IME to simplify the dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/language_preferences.h » ('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 11948 matching lines...) Expand 10 before | Expand all | Expand 10 after
11959 Direct input 11959 Direct input
11960 </message> 11960 </message>
11961 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_INCOGNITO_MODE" 11961 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_INCOGNITO_MODE"
11962 desc="The checkbox label for a Mozc input method preference"> 11962 desc="The checkbox label for a Mozc input method preference">
11963 Temporarily disable conversion personalization, history-based suggestion s and user dictionary 11963 Temporarily disable conversion personalization, history-based suggestion s and user dictionary
11964 </message> 11964 </message>
11965 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_AUTO_IME_TURN_OFF" 11965 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_AUTO_IME_TURN_OFF"
11966 desc="The checkbox label for a Mozc input method preference"> 11966 desc="The checkbox label for a Mozc input method preference">
11967 Automatically switch to halfwidth 11967 Automatically switch to halfwidth
11968 </message> 11968 </message>
11969 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_DATE_CONVERSION"
11970 desc="The checkbox label for a Mozc input method preference">
11971 Date/time conversion
11972 </message>
11973 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_SINGLE_KANJI_CONVER SION"
11974 desc="The checkbox label for a Mozc input method preference">
11975 Single kanji dictionary
11976 </message>
11977 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_SYMBOL_CONVERSION"
11978 desc="The checkbox label for a Mozc input method preference">
11979 Symbol dictionary
11980 </message>
11981 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_NUMBER_CONVERSION"
11982 desc="The checkbox label for a Mozc input method preference">
11983 Special number conversion
11984 </message>
11985 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_HISTORY_SUGGEST" 11969 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_HISTORY_SUGGEST"
11986 desc="The checkbox label for a Mozc input method preference"> 11970 desc="The checkbox label for a Mozc input method preference">
11987 Use input history 11971 Use input history
11988 </message> 11972 </message>
11989 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_DICTIONARY_SUGGEST" 11973 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_DICTIONARY_SUGGEST"
11990 desc="The checkbox label for a Mozc input method preference"> 11974 desc="The checkbox label for a Mozc input method preference">
11991 Use system dictionary 11975 Use system dictionary
11992 </message> 11976 </message>
11993 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SUGGESTIONS_SIZE" 11977 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SUGGESTIONS_SIZE"
11994 desc="The slider label for a Mozc input method preference"> 11978 desc="The slider label for a Mozc input method preference">
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
13535 </messages> 13519 </messages>
13536 <structures fallback_to_english="true"> 13520 <structures fallback_to_english="true">
13537 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13521 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13538 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13522 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13539 </structure> 13523 </structure>
13540 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13524 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13541 </structure> 13525 </structure>
13542 </structures> 13526 </structures>
13543 </release> 13527 </release>
13544 </grit> 13528 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/language_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698