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

Side by Side Diff: chrome/app/chromium_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
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/browser/browser_main_win.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 Chromium is misbehaving 186 Chromium is misbehaving
187 </message> 187 </message>
188 <message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title"> 188 <message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title">
189 About Chromium 189 About Chromium
190 </message> 190 </message>
191 <!-- Uninstall messages --> 191 <!-- Uninstall messages -->
192 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta ll detects other app instance running"> 192 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta ll detects other app instance running">
193 Please close all Chromium windows and try again. 193 Please close all Chromium windows and try again.
194 </message> 194 </message>
195 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall"> 195 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall">
196 Are you sure you want to uninstall Chromium? (Was it something we said?) 196 Are you sure you want to uninstall Chromium?
197 </message> 197 </message>
198 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome."> 198 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome.">
199 Uninstall Chromium 199 Uninstall Chromium
200 </message> 200 </message>
201 <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run di alog"> 201 <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run di alog">
202 Welcome to Chromium 202 Welcome to Chromium
203 </message> 203 </message>
204 <message name="IDS_FIRSTRUN_DLG_TEXT" desc="Explains what the first-run di alog does"> 204 <message name="IDS_FIRSTRUN_DLG_TEXT" desc="Explains what the first-run di alog does">
205 Chromium is ready to complete your installation. 205 Chromium is ready to complete your installation.
206 </message> 206 </message>
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 </message> 324 </message>
325 <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the deskt op shortcut to start the application in a specific profile."> 325 <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the deskt op shortcut to start the application in a specific profile.">
326 Chromium for <ph name="profile_name">$1</ph> 326 Chromium for <ph name="profile_name">$1</ph>
327 </message> 327 </message>
328 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> 328 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations.">
329 Internet Browser 329 Internet Browser
330 </message> 330 </message>
331 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Chromium shortcuts."> 331 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Chromium shortcuts.">
332 Access the Internet 332 Access the Internet
333 </message> 333 </message>
334 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation.">
335 Delete all profile data
336 </message>
334 </messages> 337 </messages>
335 </release> 338 </release>
336 </grit> 339 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/browser/browser_main_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698