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

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

Issue 7740044: Implement fullscreen info bubble on Win and Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license Created 9 years, 2 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
« no previous file with comments | « no previous file | chrome/app/nibs/FullscreenExitBubble.xib » ('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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 14010 matching lines...) Expand 10 before | Expand all | Expand 10 after
14021 Done 14021 Done
14022 </message> 14022 </message>
14023 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes."> 14023 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
14024 Your device has successfully been enrolled for enterprise management. 14024 Your device has successfully been enrolled for enterprise management.
14025 </message> 14025 </message>
14026 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway."> 14026 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway.">
14027 Enrolling the device. Please wait... 14027 Enrolling the device. Please wait...
14028 </message> 14028 </message>
14029 </if> 14029 </if>
14030 14030
14031 <!-- Fullscreen Strings -->
14032 <message name="IDS_FULLSCREEN_INFOBAR_REQUEST_PERMISSION" desc="Text display ed in the infobar that requests permission for a site to go fullscreen after it has gone fullscreen.">
14033 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> has gone fullscree n.
14034 </message>
14035 <message name="IDS_FULLSCREEN_INFOBAR_FILE_PAGE_NAME" desc="Message displaye d when a local page goes fullscreen.">
14036 This page has gone full screen.
14037 </message>
14038 <message name="IDS_FULLSCREEN_INFOBAR_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode.">
14039 You have gone full screen.
14040 </message>
14041 <message name="IDS_FULLSCREEN_INFOBAR_ALLOW" desc="Text in the infobar butto n that grants permission for a site to enter fullscreen without asking the user for permission.">
14042 Allow
14043 </message>
14044 <message name="IDS_FULLSCREEN_INFOBAR_DENY" desc="Text in the infobar button that forces a webpage out of fullscreen mode.">
14045 Exit full screen
14046 </message>
14047
14031 <!-- Register Protocol Handler Strings --> 14048 <!-- Register Protocol Handler Strings -->
14032 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links."> 14049 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links.">
14033 email 14050 email
14034 </message> 14051 </message>
14035 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links."> 14052 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links.">
14036 web calendar 14053 web calendar
14037 </message> 14054 </message>
14038 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM" desc="The message to d isplay when asking a user to confirm the registration of a protocol handler."> 14055 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM" desc="The message to d isplay when asking a user to confirm the registration of a protocol handler.">
14039 Allow <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></ph> (<ph name="HA NDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to open all <ph name="PROTOCOL">$3<e x>search</ex></ph> links? 14056 Allow <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></ph> (<ph name="HA NDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to open all <ph name="PROTOCOL">$3<e x>search</ex></ph> links?
14040 </message> 14057 </message>
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
14200 </messages> 14217 </messages>
14201 <structures fallback_to_english="true"> 14218 <structures fallback_to_english="true">
14202 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14219 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14203 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14220 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14204 </structure> 14221 </structure>
14205 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14222 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14206 </structure> 14223 </structure>
14207 </structures> 14224 </structures>
14208 </release> 14225 </release>
14209 </grit> 14226 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/FullscreenExitBubble.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698