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

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: _ 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 14734 matching lines...) Expand 10 before | Expand all | Expand 10 after
14745 </message> 14745 </message>
14746 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL_AUTO_GO_BACK" desc="Text o n the button that goes back to enrollment from the confirmation dialog."> 14746 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL_AUTO_GO_BACK" desc="Text o n the button that goes back to enrollment from the confirmation dialog.">
14747 Back 14747 Back
14748 </message> 14748 </message>
14749 </if> 14749 </if>
14750 14750
14751 <!-- Fullscreen Strings --> 14751 <!-- Fullscreen Strings -->
14752 <message name="IDS_FULLSCREEN_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode."> 14752 <message name="IDS_FULLSCREEN_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode.">
14753 You have gone full screen. 14753 You have gone full screen.
14754 </message> 14754 </message>
14755 <message name="IDS_FULLSCREEN_EXTENSION_TRIGGERED_FULLSCREEN" desc="Message for the user telling them that an extension triggered fullscreen mode.">
14756 <ph name="EXTENSION_NAME">$1<ex>MyExtension</ex></ph> triggered full scree n.
14757 </message>
14755 <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)"> 14758 <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)">
14756 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen . 14759 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen .
14757 </message> 14760 </message>
14758 <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)"> 14761 <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)">
14759 This page is now full screen. 14762 This page is now full screen.
14760 </message> 14763 </message>
14761 <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)"> 14764 <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)">
14762 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen and wants to disable your mouse cursor. 14765 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen and wants to disable your mouse cursor.
14763 </message> 14766 </message>
14764 <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)"> 14767 <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
15036 </messages> 15039 </messages>
15037 <structures fallback_to_english="true"> 15040 <structures fallback_to_english="true">
15038 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15041 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15039 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15042 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15040 </structure> 15043 </structure>
15041 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15044 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15042 </structure> 15045 </structure>
15043 </structures> 15046 </structures>
15044 </release> 15047 </release>
15045 </grit> 15048 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screen_locker.cc » ('j') | chrome/browser/ui/fullscreen_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698