OLD | NEW |
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 content that | 4 each locale. Specifically, these are UI strings that are used by content 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 27 matching lines...) Expand all Loading... |
38 source_lang_id="en" enc_check="möl"> | 38 source_lang_id="en" enc_check="möl"> |
39 <outputs> | 39 <outputs> |
40 <!-- TODO add each of your output files. Modify the three below, and add | 40 <!-- TODO add each of your output files. Modify the three below, and add |
41 your own for your various languages. See the user's guide | 41 your own for your various languages. See the user's guide |
42 (http://wiki/Main/GritUsersGuide) for more details. | 42 (http://wiki/Main/GritUsersGuide) for more details. |
43 Note that all output references are relative to the output directory | 43 Note that all output references are relative to the output directory |
44 which is specified at build time. --> | 44 which is specified at build time. --> |
45 <output filename="grit/content_strings.h" type="rc_header"> | 45 <output filename="grit/content_strings.h" type="rc_header"> |
46 <emit emit_type='prepend'></emit> | 46 <emit emit_type='prepend'></emit> |
47 </output> | 47 </output> |
48 <!-- TODO(tony): Get rid of this .rc file. --> | |
49 <output filename="content_strings_en-US.rc" type="rc_all" lang="en" /> | |
50 | |
51 <output filename="content_strings_am.pak" type="data_package" lang="am" /> | 48 <output filename="content_strings_am.pak" type="data_package" lang="am" /> |
52 <output filename="content_strings_ar.pak" type="data_package" lang="ar" /> | 49 <output filename="content_strings_ar.pak" type="data_package" lang="ar" /> |
53 <if expr="use_third_party_translations"> | 50 <if expr="use_third_party_translations"> |
54 <output filename="webkit_strings_ast.pak" type="data_package" lang="ast" /
> | 51 <output filename="webkit_strings_ast.pak" type="data_package" lang="ast" /
> |
55 </if> | 52 </if> |
56 <output filename="content_strings_bg.pak" type="data_package" lang="bg" /> | 53 <output filename="content_strings_bg.pak" type="data_package" lang="bg" /> |
57 <output filename="content_strings_bn.pak" type="data_package" lang="bn" /> | 54 <output filename="content_strings_bn.pak" type="data_package" lang="bn" /> |
58 <if expr="use_third_party_translations"> | 55 <if expr="use_third_party_translations"> |
59 <output filename="webkit_strings_bs.pak" type="data_package" lang="bs" /> | 56 <output filename="webkit_strings_bs.pak" type="data_package" lang="bs" /> |
60 </if> | 57 </if> |
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p
h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1
00</ex></ph> characters). | 752 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p
h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1
00</ex></ph> characters). |
756 </message> | 753 </message> |
757 | 754 |
758 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed
when a plugin failed to load"> | 755 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed
when a plugin failed to load"> |
759 Couldn't load plugin. | 756 Couldn't load plugin. |
760 </message> | 757 </message> |
761 | 758 |
762 </messages> | 759 </messages> |
763 </release> | 760 </release> |
764 </grit> | 761 </grit> |
OLD | NEW |