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

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

Issue 155774: Starting mac l10n:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | Annotate | Revision Log
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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 </message> 384 </message>
385 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation."> 385 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation.">
386 Also delete your browsing data? 386 Also delete your browsing data?
387 </message> 387 </message>
388 <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the default browser query infobar."> 388 <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the default browser query infobar.">
389 Hooray, you're back! But Google Chrome isn't your default browser. 389 Hooray, you're back! But Google Chrome isn't your default browser.
390 </message> 390 </message>
391 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> 391 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar.">
392 Google Chrome isn't your default browser. 392 Google Chrome isn't your default browser.
393 </message> 393 </message>
394 <if expr="os == 'darwin'">
395 <message name="IDS_EXIT_MAC" desc="The menu item to quit the browser in the app menu.">
396 Quit Google Chrome
397 </message>
398 <message name="IDS_HIDE_MAC" desc="The menu item to hide all browser win dows in the app menu.">
399 Hide Google Chrome
400 </message>
401 <message name="IDS_HELP_MAC" desc="The menu item to show help in the Hel p menu.">
402 Google Chrome Help
403 </message>
404 </if>
405 </messages> 394 </messages>
406 </release> 395 </release>
407 </grit> 396 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698