OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This file contains definitions of strings that are distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
3 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
4 be available for now. --> | 4 be available for now. --> |
5 | 5 |
6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
8 <outputs> | 8 <outputs> |
9 <output filename="grit/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 Chromium didn't shut down correctly. To reopen the pages you had open, c
lick Restore. | 212 Chromium didn't shut down correctly. To reopen the pages you had open, c
lick Restore. |
213 </message> | 213 </message> |
214 <!-- Browser Window Title Format --> | 214 <!-- Browser Window Title Format --> |
215 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> | 215 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> |
216 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium | 216 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium |
217 </message> | 217 </message> |
218 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format f
or titles displayed when the window has no distributor logo displayed"> | 218 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format f
or titles displayed when the window has no distributor logo displayed"> |
219 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> | 219 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> |
220 </message> | 220 </message> |
221 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which t
akes the user to the Chrome help page."> | 221 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which t
akes the user to the Chrome help page."> |
222 Not used in Chromium. Placeholder to keep resources in sync. | 222 Get help with using Chromium |
223 </message> | 223 </message> |
224 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> | 224 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> |
225 The Chromium Authors | 225 The Chromium Authors |
226 </message> | 226 </message> |
227 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> | 227 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> |
228 Copyright © 2006-2012 The Chromium Authors. All Rights Reserved. | 228 Copyright © 2006-2012 The Chromium Authors. All Rights Reserved. |
229 </message> | 229 </message> |
230 <message name="IDS_ABOUT_OLD_VERSION_LICENSE" desc="The label below the co
pyright message, containing the URLs."> | 230 <message name="IDS_ABOUT_OLD_VERSION_LICENSE" desc="The label below the co
pyright message, containing the URLs."> |
231 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEGIN_LI
NK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open source pr
oject and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source softwar
e<ph name="END_LINK_OSS">END_LINK_OSS</ph>. | 231 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEGIN_LI
NK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open source pr
oject and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source softwar
e<ph name="END_LINK_OSS">END_LINK_OSS</ph>. |
232 </message> | 232 </message> |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 Chromium Autofill settings | 717 Chromium Autofill settings |
718 </message> | 718 </message> |
719 | 719 |
720 <!-- Web Intents --> | 720 <!-- Web Intents --> |
721 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt
on in the web intent picker that installs an extension then uses the extension a
s an intent service."> | 721 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt
on in the web intent picker that installs an extension then uses the extension a
s an intent service."> |
722 Add to Chromium | 722 Add to Chromium |
723 </message> | 723 </message> |
724 </messages> | 724 </messages> |
725 </release> | 725 </release> |
726 </grit> | 726 </grit> |
OLD | NEW |