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

Side by Side Diff: webkit/glue/webkit_strings.grd

Issue 18478: Include webkit strings in test shell data pack. (Closed)
Patch Set: remove header Created 11 years, 11 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
« no previous file with comments | « tools/grit/grit/node/message.py ('k') | webkit/tools/test_shell/SConscript » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by webkit that 4 each locale. Specifically, these are UI strings that are used by webkit that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <!-- Some of these strings and string descriptions were taken from 7 <!-- Some of these strings and string descriptions were taken from
8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license
9 below: 9 below:
10 10
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 <output filename="webkit_strings_sr.rc" type="rc_all" lang="sr" /> 90 <output filename="webkit_strings_sr.rc" type="rc_all" lang="sr" />
91 <output filename="webkit_strings_sv.rc" type="rc_all" lang="sv" /> 91 <output filename="webkit_strings_sv.rc" type="rc_all" lang="sv" />
92 <output filename="webkit_strings_ta.rc" type="rc_all" lang="ta" /> 92 <output filename="webkit_strings_ta.rc" type="rc_all" lang="ta" />
93 <output filename="webkit_strings_te.rc" type="rc_all" lang="te" /> 93 <output filename="webkit_strings_te.rc" type="rc_all" lang="te" />
94 <output filename="webkit_strings_th.rc" type="rc_all" lang="th" /> 94 <output filename="webkit_strings_th.rc" type="rc_all" lang="th" />
95 <output filename="webkit_strings_tr.rc" type="rc_all" lang="tr" /> 95 <output filename="webkit_strings_tr.rc" type="rc_all" lang="tr" />
96 <output filename="webkit_strings_uk.rc" type="rc_all" lang="uk" /> 96 <output filename="webkit_strings_uk.rc" type="rc_all" lang="uk" />
97 <output filename="webkit_strings_vi.rc" type="rc_all" lang="vi" /> 97 <output filename="webkit_strings_vi.rc" type="rc_all" lang="vi" />
98 <output filename="webkit_strings_zh-CN.rc" type="rc_all" lang="zh-CN" /> 98 <output filename="webkit_strings_zh-CN.rc" type="rc_all" lang="zh-CN" />
99 <output filename="webkit_strings_zh-TW.rc" type="rc_all" lang="zh-TW" /> 99 <output filename="webkit_strings_zh-TW.rc" type="rc_all" lang="zh-TW" />
100
101 <output filename="webkit_strings_en-US.pak" type="data_package" lang="en" />
100 </outputs> 102 </outputs>
101 <translations> 103 <translations>
102 <file path="resources/webkit_strings_ar.xtb" lang="ar" /> 104 <file path="resources/webkit_strings_ar.xtb" lang="ar" />
103 <file path="resources/webkit_strings_bg.xtb" lang="bg" /> 105 <file path="resources/webkit_strings_bg.xtb" lang="bg" />
104 <file path="resources/webkit_strings_ca.xtb" lang="ca" /> 106 <file path="resources/webkit_strings_ca.xtb" lang="ca" />
105 <file path="resources/webkit_strings_cs.xtb" lang="cs" /> 107 <file path="resources/webkit_strings_cs.xtb" lang="cs" />
106 <file path="resources/webkit_strings_da.xtb" lang="da" /> 108 <file path="resources/webkit_strings_da.xtb" lang="da" />
107 <file path="resources/webkit_strings_de.xtb" lang="de" /> 109 <file path="resources/webkit_strings_de.xtb" lang="de" />
108 <file path="resources/webkit_strings_el.xtb" lang="el" /> 110 <file path="resources/webkit_strings_el.xtb" lang="el" />
109 <file path="resources/webkit_strings_en-GB.xtb" lang="en-GB" /> 111 <file path="resources/webkit_strings_en-GB.xtb" lang="en-GB" />
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 <message name="IDS_DEFAULT_PLUGIN_DOWNLOAD_FAILED_MSG" desc="Message displ ayed by the default plugin when download is failed."> 285 <message name="IDS_DEFAULT_PLUGIN_DOWNLOAD_FAILED_MSG" desc="Message displ ayed by the default plugin when download is failed.">
284 Failed to install plugin from <ph name="URL">$1<ex>http://www.google.com /blablah.exe</ex></ph> 286 Failed to install plugin from <ph name="URL">$1<ex>http://www.google.com /blablah.exe</ex></ph>
285 </message> 287 </message>
286 288
287 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d isplayed by the default plugin when installation is failed."> 289 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d isplayed by the default plugin when installation is failed.">
288 Plugin installation failed 290 Plugin installation failed
289 </message> 291 </message>
290 </messages> 292 </messages>
291 </release> 293 </release>
292 </grit> 294 </grit>
OLDNEW
« no previous file with comments | « tools/grit/grit/node/message.py ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698