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

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

Issue 7044044: Add pinyin-dv support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 6 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/cros/input_method_library.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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 11364 matching lines...) Expand 10 before | Expand all | Expand 10 after
11375 Vietnamese input method (VNI) 11375 Vietnamese input method (VNI)
11376 </message> 11376 </message>
11377 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_INPUT_METHOD" 11377 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_INPUT_METHOD"
11378 desc="The label for the Chewing traditional Chinese input method" > 11378 desc="The label for the Chewing traditional Chinese input method" >
11379 Chewing input method 11379 Chewing input method
11380 </message> 11380 </message>
11381 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_INPUT_METHOD" 11381 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_INPUT_METHOD"
11382 desc="The label for the Pinyin simplified Chinese input method"> 11382 desc="The label for the Pinyin simplified Chinese input method">
11383 Pinyin input method 11383 Pinyin input method
11384 </message> 11384 </message>
11385 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DV_INPUT_METHOD"
11386 desc="The label for the Pinyin simplified Chinese input method">
11387 Pinyin input method (for US Dvorak keyboard)
11388 </message>
11385 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_JAPANESE_MOZC_US_INPUT_METHO D" 11389 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_JAPANESE_MOZC_US_INPUT_METHO D"
11386 desc="The label for the Japanese input method for US keyboard"> 11390 desc="The label for the Japanese input method for US keyboard">
11387 Japanese input method (for US keyboard) 11391 Japanese input method (for US keyboard)
11388 </message> 11392 </message>
11389 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_JAPANESE_MOZC_US_DV_INPUT_ME THOD" 11393 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_JAPANESE_MOZC_US_DV_INPUT_ME THOD"
11390 desc="The label for the Japanese input method for US Dvorak keybo ard"> 11394 desc="The label for the Japanese input method for US Dvorak keybo ard">
11391 Japanese input method (for US Dvorak keyboard) 11395 Japanese input method (for US Dvorak keyboard)
11392 </message> 11396 </message>
11393 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_JAPANESE_MOZC_JP_INPUT_METHO D" 11397 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_JAPANESE_MOZC_JP_INPUT_METHO D"
11394 desc="The label for the Japanese input method for Japanese keyboa rd"> 11398 desc="The label for the Japanese input method for Japanese keyboa rd">
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
12622 </includes> 12626 </includes>
12623 <structures fallback_to_english="true"> 12627 <structures fallback_to_english="true">
12624 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12628 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12625 </structure> 12629 </structure>
12626 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12630 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12627 </structure> 12631 </structure>
12628 </structures> 12632 </structures>
12629 12633
12630 </release> 12634 </release>
12631 </grit> 12635 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/input_method_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698