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

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: windows compile fix 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
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 13913 matching lines...) Expand 10 before | Expand all | Expand 10 after
13924 Done 13924 Done
13925 </message> 13925 </message>
13926 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes."> 13926 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
13927 Your device has successfully been enrolled for enterprise management. 13927 Your device has successfully been enrolled for enterprise management.
13928 </message> 13928 </message>
13929 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway."> 13929 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway.">
13930 Enrolling the device. Please wait... 13930 Enrolling the device. Please wait...
13931 </message> 13931 </message>
13932 </if> 13932 </if>
13933 13933
13934 <!-- Fullscreen Strings -->
13935 <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.">
13936 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> has gone fullscree n.
13937 </message>
13938 <message name="IDS_FULLSCREEN_INFOBAR_FILE_PAGE_NAME" desc="Message displaye d when a local page goes fullscreen.">
13939 This page has gone full screen.
13940 </message>
13941 <message name="IDS_FULLSCREEN_INFOBAR_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode.">
13942 You have gone full screen.
13943 </message>
13944 <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.">
13945 Allow
13946 </message>
13947 <message name="IDS_FULLSCREEN_INFOBAR_DENY" desc="Text in the infobar button that forces a webpage out of fullscreen mode.">
13948 Exit full screen
13949 </message>
13950
13934 <!-- Register Protocol Handler Strings --> 13951 <!-- Register Protocol Handler Strings -->
13935 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links."> 13952 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links.">
13936 email 13953 email
13937 </message> 13954 </message>
13938 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links."> 13955 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links.">
13939 web calendar 13956 web calendar
13940 </message> 13957 </message>
13941 <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."> 13958 <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.">
13942 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? 13959 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?
13943 </message> 13960 </message>
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
14090 </messages> 14107 </messages>
14091 <structures fallback_to_english="true"> 14108 <structures fallback_to_english="true">
14092 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14109 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14093 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14110 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14094 </structure> 14111 </structure>
14095 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14112 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14096 </structure> 14113 </structure>
14097 </structures> 14114 </structures>
14098 </release> 14115 </release>
14099 </grit> 14116 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/FullscreenExitBubble.xib » ('j') | chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698