diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-07 01:25:44 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-07 01:25:44 +0000 |
commit | 7ac5af92621fc1c0bc930254ca52de6095643034 (patch) | |
tree | 67bc4c10320e3dc7cb223f7348b78b7000d5bfea /chrome/app | |
parent | 4d818feeb5c0a674f3005c55afa2ee932dfee5bc (diff) | |
download | chromium_src-7ac5af92621fc1c0bc930254ca52de6095643034.zip chromium_src-7ac5af92621fc1c0bc930254ca52de6095643034.tar.gz chromium_src-7ac5af92621fc1c0bc930254ca52de6095643034.tar.bz2 |
Update combo boxes to use a template system
Add chewing hsu selection key type
Add pinyin Double Pinyin Schema box
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2565002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d87fbbe..138d931 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7710,6 +7710,20 @@ Keep your key file in a safe place. You will need it to create new versions of y desc="The combobox value for the Chewing selection keys"> 1234qweras </message> + <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_HSU_SEL_KEY_TYPE" + desc="The combobox description for the Hsu selection key type"> + Hsu's keyboard selection keys + </message> + <message translateable="false" + name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_HSU_SEL_KEY_TYPE_1" + desc="The combobox value for the Hsu selection key type"> + asdfjkl789 + </message> + <message translateable="false" + name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_HSU_SEL_KEY_TYPE_2" + desc="The combobox value for the Hsu selection key type"> + asdfzxcv89 + </message> <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_TITLE" desc="The title for the Hangul input settings dialog"> @@ -7783,6 +7797,32 @@ Keep your key file in a safe place. You will need it to create new versions of y desc="The checkbox label for a Pinyin input method preference"> Display candidates in Traditional Chinese </message> + + <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA" + desc="The combobox description for the double Pinyin schema"> + Double Pinyin schema + </message> + <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_MSPY" + desc="The combobox value for the double Pinyin schema (might be non-translateable?)"> + MSPY + </message> + <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_ZRM" + desc="The combobox value for the double Pinyin schema (might be non-translateable?)"> + ZRM + </message> + <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_ABC" + desc="The combobox value for the double Pinyin schema (might be non-translateable?)"> + ABC + </message> + <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_ZGPY" + desc="The combobox value for the double Pinyin schema (might be non-translateable?)"> + ZGPY + </message> + <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_PYJJ" + desc="The combobox value for the double Pinyin schema (might be non-translateable?)"> + PYJJ + </message> + <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SETTINGS_TITLE" desc="The title for the Mozc Japanese input settings dialog"> Japanese Input Settings |