| OLD | NEW |
| (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> | |
| OLD | NEW |