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

Unified Diff: chrome/app/generated_resources.grd

Issue 1694017: Adding a configuration dialog for Pinyin input method. (Closed)
Patch Set: fixed all Created 10 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 741b2813dc8c48b874b2864b0c8089659a747561..dedc25c6b84daf6444b8f754182f23d815c71f21 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7434,6 +7434,58 @@ Keep your key file in a safe place. You will need it to create new versions of y
desc="The title for the Hangul input settings dialog">
Hangul Input Settings
</message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTINGS_TITLE"
+ desc="The title for the Pinyin input settings dialog">
+ Pinyin Input Settings
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_CORRECT_PINYIN"
+ desc="The checkbox label for a Pinyin input method preference">
+ Automatically correct input
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_FUZZY_PINYIN"
+ desc="The checkbox label for a Pinyin input method preference">
+ Enable Fuzzy-Pinyin mode
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_SHIFT_SELECT_PINYIN"
+ desc="The checkbox label for a Pinyin input method preference">
+ Use Shift to select a candidate
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_MINUS_EQUAL_PAGE"
+ desc="The checkbox label for a Pinyin input method preference">
+ Use - and = keys to page a candidate list
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_COMMA_PERIOD_PAGE"
+ desc="The checkbox label for a Pinyin input method preference">
+ Use , and . keys to page a candidate list
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_AUTO_COMMIT"
+ desc="The checkbox label for a Pinyin input method preference">
+ Auto-commit a string
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_DOUBLE_PINYIN"
+ desc="The checkbox label for a Pinyin input method preference">
+ Enable Double-Pinyin mode
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_INIT_CHINESE"
+ desc="The checkbox label for a Pinyin input method preference">
+ Initial input language is Chinese
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_INIT_FULL"
+ desc="The checkbox label for a Pinyin input method preference">
+ Initial character width is Full
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_INIT_FULL_PUNCT"
+ desc="The checkbox label for a Pinyin input method preference">
+ Initial punctuation width is Full
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_INIT_SIMPLIFIED_CHINESE"
+ desc="The checkbox label for a Pinyin input method preference">
+ Initial Chinese mode is Simplified Chinese
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_TRAD_CANDIDATE"
+ desc="The checkbox label for a Pinyin input method preference">
+ Display candidates in Traditional Chinese
+ </message>
<message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CONFIGURE"
desc="The label for the configure button for input methods">
Configure...

Powered by Google App Engine
This is Rietveld 408576698