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

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

Issue 9353010: Add FullscreenController::ToggleFullscreenModeWithExtension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build Created 8 years, 10 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 14784 matching lines...) Expand 10 before | Expand all | Expand 10 after
14795 </message> 14795 </message>
14796 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL_AUTO_GO_BACK" desc="Text o n the button that goes back to enrollment from the confirmation dialog."> 14796 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL_AUTO_GO_BACK" desc="Text o n the button that goes back to enrollment from the confirmation dialog.">
14797 Back 14797 Back
14798 </message> 14798 </message>
14799 </if> 14799 </if>
14800 14800
14801 <!-- Fullscreen Strings --> 14801 <!-- Fullscreen Strings -->
14802 <message name="IDS_FULLSCREEN_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode."> 14802 <message name="IDS_FULLSCREEN_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode.">
14803 You have gone full screen. 14803 You have gone full screen.
14804 </message> 14804 </message>
14805 <message name="IDS_FULLSCREEN_EXTENSION_TRIGGERED_FULLSCREEN" desc="Message for the user telling them that an extension triggered fullscreen mode.">
14806 <ph name="EXTENSION_NAME">$1<ex>MyExtension</ex></ph> triggered full scree n.
14807 </message>
14805 <message name="IDS_FULLSCREEN_SITE_ENTERED_FULLSCREEN" desc="Text displayed in the bubble when a page has gone fullscreen. (With a domain URL to display)"> 14808 <message name="IDS_FULLSCREEN_SITE_ENTERED_FULLSCREEN" desc="Text displayed in the bubble when a page has gone fullscreen. (With a domain URL to display)">
14806 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen . 14809 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen .
14807 </message> 14810 </message>
14808 <message name="IDS_FULLSCREEN_ENTERED_FULLSCREEN" desc="Text displayed in th e bubble when a page has gone fullscreen. (No domain to be shown, e.g. from file system page)"> 14811 <message name="IDS_FULLSCREEN_ENTERED_FULLSCREEN" desc="Text displayed in th e bubble when a page has gone fullscreen. (No domain to be shown, e.g. from file system page)">
14809 This page is now full screen. 14812 This page is now full screen.
14810 </message> 14813 </message>
14811 <message name="IDS_FULLSCREEN_SITE_REQUEST_FULLSCREEN_MOUSELOCK" desc="Text displayed in the bubble that requests permission for staying in fullscreen mode and locking the mouse. (With a domain URL to display)"> 14814 <message name="IDS_FULLSCREEN_SITE_REQUEST_FULLSCREEN_MOUSELOCK" desc="Text displayed in the bubble that requests permission for staying in fullscreen mode and locking the mouse. (With a domain URL to display)">
14812 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen and wants to disable your mouse cursor. 14815 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen and wants to disable your mouse cursor.
14813 </message> 14816 </message>
14814 <message name="IDS_FULLSCREEN_REQUEST_FULLSCREEN_MOUSELOCK" desc="Text displ ayed in the bubble that requests permission for staying in fullscreen mode and l ocking the mouse. (No domain to be shown, e.g. from filesystem page)"> 14817 <message name="IDS_FULLSCREEN_REQUEST_FULLSCREEN_MOUSELOCK" desc="Text displ ayed in the bubble that requests permission for staying in fullscreen mode and l ocking the mouse. (No domain to be shown, e.g. from filesystem page)">
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
15086 </messages> 15089 </messages>
15087 <structures fallback_to_english="true"> 15090 <structures fallback_to_english="true">
15088 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15091 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15089 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15092 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15090 </structure> 15093 </structure>
15091 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15094 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15092 </structure> 15095 </structure>
15093 </structures> 15096 </structures>
15094 </release> 15097 </release>
15095 </grit> 15098 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screen_locker.cc » ('j') | chrome/browser/ui/browser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698