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

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

Issue 1438403002: Remove contents of grit's git-svn-mirror repository. (Closed) Base URL: https://chromium.googlesource.com/external/grit-i18n@master
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
« no previous file with comments | « grit/testdata/browser.html ('k') | grit/testdata/cache_prefix.html » ('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 <includes>
19 <include type="BITMAP" name="IDB_PR" file="pr.bmp" />
20 <if expr="lang == 'sv'">
21 <include type="BITMAP" name="IDB_PR2" file="pr2.bmp" />
22 </if>
23 </includes>
24 <structures>
25 <structure name="SIDEBAR_LOADING.HTML" encoding="utf-8" file="sidebar_load ing.html" type="tr_html" generateid="false" expand_variables="false"/>
26 <structure name="IDS_PLACEHOLDER" file="transl.rc" type="dialog" >
27 <skeleton expr="lang == 'sv'" file="transl1.rc" variant_of_revision="1"/ >
28 </structure>
29 <if expr="lang != 'sv'">
30 <structure name="WELCOME_TOAST.HTML" encoding="utf-8" file="welcome_toas t.html" type="tr_html" generateid="false" expand_variables="true"/>
31 </if>
32 </structures>
33 <messages first_id="8192">
34 <message name="IDS_COPYRIGHT_GOOGLE_LONG" sub_variable="true" desc="Gadget copyright notice. Needs to be updated every year.">
35 Copyright 2008 Google Inc. All Rights Reserved.
36 </message>
37 <message name="IDS_NEWS_PANEL_COPYRIGHT">
38 Google Desktop News gadget
39 [IDS_COPYRIGHT_GOOGLE_LONG]
40 View news that is personalized based on the articles you read.
41
42 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.
43 </message>
44 </messages>
45 </release>
46 </grit>
OLDNEW
« no previous file with comments | « grit/testdata/browser.html ('k') | grit/testdata/cache_prefix.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698