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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 <!-- Hung Browser Detector --> | 261 <!-- Hung Browser Detector --> |
262 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo
g box shown when the browser is hung"> | 262 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo
g box shown when the browser is hung"> |
263 Chromium is unresponsive. Relaunch now? | 263 Chromium is unresponsive. Relaunch now? |
264 </message> | 264 </message> |
265 <message name="IDS_IMPORT_PROGRESS_INFO" desc="Explanatory text for the im
porting progress dialog"> | 265 <message name="IDS_IMPORT_PROGRESS_INFO" desc="Explanatory text for the im
porting progress dialog"> |
266 Chromium is now importing the following items from <ph name="BROWSER_COM
PONENT">$1<ex>History</ex></ph>: | 266 Chromium is now importing the following items from <ph name="BROWSER_COM
PONENT">$1<ex>History</ex></ph>: |
267 </message> | 267 </message> |
268 <message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed o
n dialog"> | 268 <message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed o
n dialog"> |
269 Sadly, your Mozilla Firefox settings are not available while that browse
r is running. To import those settings to Chromium, save your work and close all
Firefox windows. Then click Continue. | 269 Sadly, your Mozilla Firefox settings are not available while that browse
r is running. To import those settings to Chromium, save your work and close all
Firefox windows. Then click Continue. |
270 </message> | 270 </message> |
271 <message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title"> | 271 <if expr="not pp_ifdef('chromeos')"> |
272 About Chromium | 272 <message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page."> |
273 </message> | 273 About Chromium |
| 274 </message> |
| 275 </if> |
| 276 <if expr="pp_ifdef('chromeos')"> |
| 277 <message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page."> |
| 278 About Chromium OS |
| 279 </message> |
| 280 </if> |
274 <!-- Uninstall messages --> | 281 <!-- Uninstall messages --> |
275 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta
ll detects other app instance running"> | 282 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta
ll detects other app instance running"> |
276 Please close all Chromium windows and try again. | 283 Please close all Chromium windows and try again. |
277 </message> | 284 </message> |
278 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t
o uninstall"> | 285 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t
o uninstall"> |
279 Are you sure you want to uninstall Chromium? | 286 Are you sure you want to uninstall Chromium? |
280 </message> | 287 </message> |
281 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the
Start Menu for uninstalling chrome."> | 288 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the
Start Menu for uninstalling chrome."> |
282 Uninstall Chromium | 289 Uninstall Chromium |
283 </message> | 290 </message> |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
697 Chromium Autofill settings | 704 Chromium Autofill settings |
698 </message> | 705 </message> |
699 | 706 |
700 <!-- Web Intents --> | 707 <!-- Web Intents --> |
701 <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."> | 708 <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."> |
702 Add to Chromium | 709 Add to Chromium |
703 </message> | 710 </message> |
704 </messages> | 711 </messages> |
705 </release> | 712 </release> |
706 </grit> | 713 </grit> |
OLD | NEW |