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

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

Issue 14514003: Make OSX App Launcher Launchable from the Dock. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase off cl14603002 Created 7 years, 7 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 | « chrome/app/chromium_strings.grd ('k') | chrome/app/theme/chrome_unscaled_resources.grd » ('j') | no next file with comments »
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 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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 <if expr="pp_ifdef('chromeos')"> 864 <if expr="pp_ifdef('chromeos')">
865 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu."> 865 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu.">
866 Show the Chrome menu 866 Show the Chrome menu
867 </message> 867 </message>
868 </if> 868 </if>
869 869
870 <!-- App list --> 870 <!-- App list -->
871 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L ist to appear in the taskbar and in any shortcuts to it."> 871 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L ist to appear in the taskbar and in any shortcuts to it.">
872 Chrome App Launcher 872 Chrome App Launcher
873 </message> 873 </message>
874 <message name="IDS_APP_LIST_SHORTCUT_NAME_CANARY" desc="Name for the Chrom e App List to appear in the taskbar and in any shortcuts to it for the Canary ch annel.">
875 Chrome App Launcher Canary
876 </message>
874 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the lau ncher needs to sign in."> 877 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the lau ncher needs to sign in.">
875 Sign in to Chrome 878 Sign in to Chrome
876 </message> 879 </message>
877 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launcher needs to sign in."> 880 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launcher needs to sign in.">
878 You need to be signed into Chrome to use apps. This allows Chrome to syn c your apps, bookmarks, history, passwords and other settings across devices. 881 You need to be signed into Chrome to use apps. This allows Chrome to syn c your apps, bookmarks, history, passwords and other settings across devices.
879 </message> 882 </message>
880 883
881 <!-- App shortcuts --> 884 <!-- App shortcuts -->
882 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chrome Ap ps Start Menu folder name."> 885 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chrome Ap ps Start Menu folder name.">
883 Chrome Apps 886 Chrome Apps
884 </message> 887 </message>
885 888
886 <!-- Chrome OS OOBE Terms of Service screen--> 889 <!-- Chrome OS OOBE Terms of Service screen-->
887 <if expr="pp_ifdef('chromeos')"> 890 <if expr="pp_ifdef('chromeos')">
888 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> 891 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen.">
889 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Google Chrome OS Terms. 892 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Google Chrome OS Terms.
890 </message> 893 </message>
891 </if> 894 </if>
892 </messages> 895 </messages>
893 </release> 896 </release>
894 </grit> 897 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/theme/chrome_unscaled_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698