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

Side by Side Diff: grit/testdata/substitute.grd

Issue 1442863002: Remove contents of grit's SVN repository. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 1 month 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 | « grit/testdata/structure_variables.html ('k') | grit/testdata/substitute.xmb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
2 <grit
3 base_dir="."
4 source_lang_id="en"
5 tc_project="GoogleDesktopWindowsClient"
6 latest_public_release="0"
7 current_release="1"
8 enc_check="möl">
9 <outputs>
10 <output filename="resource.h" type="rc_header" />
11 <output filename="en_generated_resources.rc" type="rc_all" lang="en" />
12 <output filename="sv_generated_resources.rc" type="rc_all" lang="sv" />
13 </outputs>
14 <translations>
15 <file path="substitute.xmb" lang="sv" />
16 </translations>
17 <release seq="1" allow_pseudo="false">
18 <messages first_id="8192">
19 <message name="IDS_COPYRIGHT_GOOGLE_LONG" sub_variable="true" desc="Gadget copyright notice. Needs to be updated every year.">
20 Copyright 2008 Google Inc. All Rights Reserved.
21 </message>
22 <message name="IDS_NEWS_PANEL_COPYRIGHT">
23 Google Desktop News gadget
24 [IDS_COPYRIGHT_GOOGLE_LONG]
25 View news that is personalized based on the articles you read.
26
27 For example, if you read lots of sports news, you'll see more sports articles. I f you read technology news less often, you'll see fewer of those articles.
28 </message>
29 </messages>
30 </release>
31 </grit>
OLDNEW
« no previous file with comments | « grit/testdata/structure_variables.html ('k') | grit/testdata/substitute.xmb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698