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 17 matching lines...) Expand all Loading... |
28 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | 28 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
29 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 29 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
30 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY | 30 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
31 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 31 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
34 */ | 34 */ |
35 --> | 35 --> |
36 | 36 |
37 <grit base_dir="." latest_public_release="0" current_release="1" | 37 <grit base_dir="." latest_public_release="0" current_release="1" |
38 source_lang_id="en" enc_check="möl"> | 38 output_all_resource_defines="false" 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 (https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-user
s-guide) | 42 (https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-user
s-guide) |
43 for more details. | 43 for more details. |
44 Note that all output references are relative to the output directory | 44 Note that all output references are relative to the output directory |
45 which is specified at build time. --> | 45 which is specified at build time. --> |
46 <output filename="grit/content_strings.h" type="rc_header"> | 46 <output filename="grit/content_strings.h" type="rc_header"> |
47 <emit emit_type='prepend'></emit> | 47 <emit emit_type='prepend'></emit> |
48 </output> | 48 </output> |
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
864 Off | 864 Off |
865 </message> | 865 </message> |
866 | 866 |
867 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed
when a plugin failed to load"> | 867 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed
when a plugin failed to load"> |
868 Couldn't load plugin. | 868 Couldn't load plugin. |
869 </message> | 869 </message> |
870 | 870 |
871 </messages> | 871 </messages> |
872 </release> | 872 </release> |
873 </grit> | 873 </grit> |
OLD | NEW |