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

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: respond to comments 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') | chrome/browser/ui/browser.cc » ('J')
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 13884 matching lines...) Expand 10 before | Expand all | Expand 10 after
13895 Done 13895 Done
13896 </message> 13896 </message>
13897 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes."> 13897 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
13898 Your device has successfully been enrolled for enterprise management. 13898 Your device has successfully been enrolled for enterprise management.
13899 </message> 13899 </message>
13900 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway."> 13900 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway.">
13901 Enrolling the device. Please wait... 13901 Enrolling the device. Please wait...
13902 </message> 13902 </message>
13903 </if> 13903 </if>
13904 13904
13905 <!-- Fullscreen Strings -->
13906 <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.">
13907 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> has gone fullscree n.
13908 </message>
13909 <message name="IDS_FULLSCREEN_INFOBAR_FILE_PAGE_NAME" desc="Message displaye d when a local page goes fullscreen.">
13910 This page has gone full screen.
13911 </message>
13912 <message name="IDS_FULLSCREEN_INFOBAR_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode.">
13913 You have gone full screen.
13914 </message>
13915 <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.">
13916 Allow
13917 </message>
13918 <message name="IDS_FULLSCREEN_INFOBAR_DENY" desc="Text in the infobar button that forces a webpage out of fullscreen mode.">
13919 Exit full screen
13920 </message>
13921
13905 <!-- Register Protocol Handler Strings --> 13922 <!-- Register Protocol Handler Strings -->
13906 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links."> 13923 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links.">
13907 email 13924 email
13908 </message> 13925 </message>
13909 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links."> 13926 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links.">
13910 web calendar 13927 web calendar
13911 </message> 13928 </message>
13912 <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."> 13929 <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.">
13913 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? 13930 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?
13914 </message> 13931 </message>
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
14061 </messages> 14078 </messages>
14062 <structures fallback_to_english="true"> 14079 <structures fallback_to_english="true">
14063 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14080 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14064 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14081 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14065 </structure> 14082 </structure>
14066 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14083 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14067 </structure> 14084 </structure>
14068 </structures> 14085 </structures>
14069 </release> 14086 </release>
14070 </grit> 14087 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/FullscreenExitBubble.xib » ('j') | chrome/browser/ui/browser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698