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

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

Issue 12450014: Show an InfoBar when trying to start Packaged Apps from Metro mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 7 years, 9 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/browser/extensions/platform_app_launcher.cc » ('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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 Chrome OS 151 Chrome OS
152 </message> 152 </message>
153 </if> 153 </if>
154 <if expr="is_win"> 154 <if expr="is_win">
155 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name"> 155 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name">
156 Google Chrome Frame 156 Google Chrome Frame
157 </message> 157 </message>
158 <message name="IDS_PRODUCT_APP_LAUNCHER_NAME" desc="The Chrome App Launc her application name"> 158 <message name="IDS_PRODUCT_APP_LAUNCHER_NAME" desc="The Chrome App Launc her application name">
159 Google Chrome App Launcher 159 Google Chrome App Launcher
160 </message> 160 </message>
161 <message name="IDS_WIN8_INFOBAR_DESKTOP_RESTART_TO_LAUNCH_APPS" 161 <message name="IDS_WIN8_INFOBAR_DESKTOP_RESTART_FOR_APP_LIST"
162 desc="Infobar message to restart chrome in desktop mode to laun ch Chrome Apps. Aplies to Windows 8 only"> 162 desc="Infobar message to restart chrome in desktop mode to disp lay the App Launcher. Aplies to Windows 8 only">
163 You need to switch Chrome to desktop mode to use the App Launcher. 163 You need to switch Chrome to desktop mode to use the App Launcher.
164 </message> 164 </message>
165 <message name="IDS_WIN8_INFOBAR_DESKTOP_RESTART_FOR_PACKAGED_APP"
166 desc="Infobar message to restart chrome in desktop mode to laun ch a Chrome Packaged App. Aplies to Windows 8 only">
167 You need to switch Chrome to desktop mode to use Apps.
168 </message>
165 <message name="IDS_PRODUCT_BINARIES_NAME" desc="The Chrome Binaries appl ication name"> 169 <message name="IDS_PRODUCT_BINARIES_NAME" desc="The Chrome Binaries appl ication name">
166 Google Chrome Binaries 170 Google Chrome Binaries
167 </message> 171 </message>
168 <message name="IDS_VERSIONMISMATCH_HEADER"> 172 <message name="IDS_VERSIONMISMATCH_HEADER">
169 Chrome Frame Update. 173 Chrome Frame Update.
170 </message> 174 </message>
171 <message name="IDS_VERSIONMISMATCH"> 175 <message name="IDS_VERSIONMISMATCH">
172 Chrome Frame has been updated. Please relaunch your browser. Chrome ve rsion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph nam e="TODO_0002">%ls<ex>TODO</ex></ph> 176 Chrome Frame has been updated. Please relaunch your browser. Chrome ve rsion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph nam e="TODO_0002">%ls<ex>TODO</ex></ph>
173 </message> 177 </message>
174 <message name="IDS_VERSIONUNKNOWN"> 178 <message name="IDS_VERSIONUNKNOWN">
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 895
892 <!-- Chrome OS OOBE Terms of Service screen--> 896 <!-- Chrome OS OOBE Terms of Service screen-->
893 <if expr="pp_ifdef('chromeos')"> 897 <if expr="pp_ifdef('chromeos')">
894 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> 898 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen.">
895 <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. 899 <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.
896 </message> 900 </message>
897 </if> 901 </if>
898 </messages> 902 </messages>
899 </release> 903 </release>
900 </grit> 904 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/extensions/platform_app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698