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

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: win work 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 13692 matching lines...) Expand 10 before | Expand all | Expand 10 after
13703 Done 13703 Done
13704 </message> 13704 </message>
13705 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes."> 13705 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
13706 Your device has successfully been enrolled for enterprise management. 13706 Your device has successfully been enrolled for enterprise management.
13707 </message> 13707 </message>
13708 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway."> 13708 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway.">
13709 Enrolling the device. Please wait... 13709 Enrolling the device. Please wait...
13710 </message> 13710 </message>
13711 </if> 13711 </if>
13712 13712
13713 <!-- Fullscreen Strings -->
13714 <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.">
13715 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> has gone fullscree n.
13716 </message>
13717 <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.">
13718 Allow
13719 </message>
13720 <message name="IDS_FULLSCREEN_INFOBAR_DENY" desc="Text in the infobar button that forces a webpage out of fullscreen mode.">
13721 Exit fullscreen
13722 </message>
13723
13713 <!-- Register Protocol Handler Strings --> 13724 <!-- Register Protocol Handler Strings -->
13714 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links."> 13725 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links.">
13715 email 13726 email
13716 </message> 13727 </message>
13717 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links."> 13728 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links.">
13718 web calendar 13729 web calendar
13719 </message> 13730 </message>
13720 <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."> 13731 <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.">
13721 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? 13732 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?
13722 </message> 13733 </message>
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
13869 </messages> 13880 </messages>
13870 <structures fallback_to_english="true"> 13881 <structures fallback_to_english="true">
13871 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13882 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13872 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13883 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13873 </structure> 13884 </structure>
13874 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13885 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13875 </structure> 13886 </structure>
13876 </structures> 13887 </structures>
13877 </release> 13888 </release>
13878 </grit> 13889 </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