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

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 commens 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 13833 matching lines...) Expand 10 before | Expand all | Expand 10 after
13844 Done 13844 Done
13845 </message> 13845 </message>
13846 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes."> 13846 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
13847 Your device has successfully been enrolled for enterprise management. 13847 Your device has successfully been enrolled for enterprise management.
13848 </message> 13848 </message>
13849 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway."> 13849 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway.">
13850 Enrolling the device. Please wait... 13850 Enrolling the device. Please wait...
13851 </message> 13851 </message>
13852 </if> 13852 </if>
13853 13853
13854 <!-- Fullscreen Strings -->
13855 <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.">
13856 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> has gone fullscree n.
13857 </message>
13858 <message name="IDS_FULLSCREEN_INFOBAR_FILE_PAGE_NAME" desc="Message displaye d when a local page goes fullscreen.">
13859 This page has gone full screen.
13860 </message>
13861 <message name="IDS_FULLSCREEN_INFOBAR_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode.">
13862 You have gone full screen.
13863 </message>
13864 <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.">
13865 Allow
13866 </message>
13867 <message name="IDS_FULLSCREEN_INFOBAR_DENY" desc="Text in the infobar button that forces a webpage out of fullscreen mode.">
13868 Exit full screen
13869 </message>
13870
13854 <!-- Register Protocol Handler Strings --> 13871 <!-- Register Protocol Handler Strings -->
13855 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links."> 13872 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links.">
13856 email 13873 email
13857 </message> 13874 </message>
13858 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links."> 13875 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links.">
13859 web calendar 13876 web calendar
13860 </message> 13877 </message>
13861 <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."> 13878 <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.">
13862 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? 13879 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?
13863 </message> 13880 </message>
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
14010 </messages> 14027 </messages>
14011 <structures fallback_to_english="true"> 14028 <structures fallback_to_english="true">
14012 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14029 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14013 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14030 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14014 </structure> 14031 </structure>
14015 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14032 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14016 </structure> 14033 </structure>
14017 </structures> 14034 </structures>
14018 </release> 14035 </release>
14019 </grit> 14036 </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