summaryrefslogtreecommitdiffstats
path: root/tools/grit/grit/testdata/substitute.grd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/grit/grit/testdata/substitute.grd')
-rw-r--r--tools/grit/grit/testdata/substitute.grd31
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/grit/grit/testdata/substitute.grd b/tools/grit/grit/testdata/substitute.grd
new file mode 100644
index 0000000..95dcc56
--- /dev/null
+++ b/tools/grit/grit/testdata/substitute.grd
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
+<grit
+ base_dir="."
+ source_lang_id="en"
+ tc_project="GoogleDesktopWindowsClient"
+ latest_public_release="0"
+ current_release="1"
+ enc_check="möl">
+ <outputs>
+ <output filename="resource.h" type="rc_header" />
+ <output filename="en_generated_resources.rc" type="rc_all" lang="en" />
+ <output filename="sv_generated_resources.rc" type="rc_all" lang="sv" />
+ </outputs>
+ <translations>
+ <file path="substitute.xmb" lang="sv" />
+ </translations>
+ <release seq="1" allow_pseudo="false">
+ <messages first_id="8192">
+ <message name="IDS_COPYRIGHT_GOOGLE_LONG" sub_variable="true" desc="Gadget copyright notice. Needs to be updated every year.">
+ Copyright 2008 Google Inc. All Rights Reserved.
+ </message>
+ <message name="IDS_NEWS_PANEL_COPYRIGHT">
+ Google Desktop News gadget
+[IDS_COPYRIGHT_GOOGLE_LONG]
+View news that is personalized based on the articles you read.
+
+For example, if you read lots of sports news, you'll see more sports articles. If you read technology news less often, you'll see fewer of those articles.
+ </message>
+ </messages>
+ </release>
+</grit>