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

Side by Side Diff: chrome/app/google_chrome_strings.grd

Issue 62097: On uninstall ask whether to delete profile. (Closed)
Patch Set: run message loop. Created 11 years, 8 months 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
OLDNEW
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 specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
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/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 Google Chrome is misbehaving 234 Google Chrome is misbehaving
235 </message> 235 </message>
236 <message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title"> 236 <message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title">
237 About Google Chrome 237 About Google Chrome
238 </message> 238 </message>
239 <!-- Uninstall messages --> 239 <!-- Uninstall messages -->
240 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta ll detects other app instance running"> 240 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta ll detects other app instance running">
241 Please close all Chrome windows and try again. 241 Please close all Chrome windows and try again.
242 </message> 242 </message>
243 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall"> 243 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall">
244 Are you sure you want to uninstall Google Chrome? (Was it something we s aid?) 244 Are you sure you want to uninstall Google Chrome?
245 </message> 245 </message>
246 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome."> 246 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome.">
247 Uninstall Google Chrome 247 Uninstall Google Chrome
248 </message> 248 </message>
249 <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run di alog"> 249 <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run di alog">
250 Welcome to Google Chrome 250 Welcome to Google Chrome
251 </message> 251 </message>
252 <message name="IDS_FIRSTRUN_DLG_TEXT" desc="Explains what the first-run di alog does"> 252 <message name="IDS_FIRSTRUN_DLG_TEXT" desc="Explains what the first-run di alog does">
253 Google Chrome is ready to complete your installation. 253 Google Chrome is ready to complete your installation.
254 </message> 254 </message>
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 </message> 372 </message>
373 <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the deskt op shortcut to start the application in a specific profile."> 373 <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the deskt op shortcut to start the application in a specific profile.">
374 Google Chrome for <ph name="profile_name">$1</ph> 374 Google Chrome for <ph name="profile_name">$1</ph>
375 </message> 375 </message>
376 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> 376 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations.">
377 Internet Browser 377 Internet Browser
378 </message> 378 </message>
379 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts."> 379 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts.">
380 Access the Internet 380 Access the Internet
381 </message> 381 </message>
382 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation.">
383 Delete all profile data
384 </message>
382 </messages> 385 </messages>
383 </release> 386 </release>
384 </grit> 387 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698