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

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

Issue 8895003: Aura: Add --aura-laptop-mode to fill the workspace with a single window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: maximize ALL the windows Created 9 years 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 4948 matching lines...) Expand 10 before | Expand all | Expand 10 after
4959 </message> 4959 </message>
4960 <message name="IDS_FLAGS_AURA_WINDOWS_DESCRIPTION" desc="Description for t he flag to enable fancy translucent windows."> 4960 <message name="IDS_FLAGS_AURA_WINDOWS_DESCRIPTION" desc="Description for t he flag to enable fancy translucent windows.">
4961 Enable the "Aura" style for translucent window frames and constrained wi ndow dragging. 4961 Enable the "Aura" style for translucent window frames and constrained wi ndow dragging.
4962 </message> 4962 </message>
4963 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature."> 4963 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature.">
4964 Enable Pointer Lock 4964 Enable Pointer Lock
4965 </message> 4965 </message>
4966 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature."> 4966 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature.">
4967 Web pages may capture the mouse pointer and remove it from the user's co ntrol. The mouse movement data is directed solely to the web application. Users can escape by pressing the 'Esc' key. 4967 Web pages may capture the mouse pointer and remove it from the user's co ntrol. The mouse movement data is directed solely to the web application. Users can escape by pressing the 'Esc' key.
4968 </message> 4968 </message>
4969 <message name="IDS_FLAGS_AURA_LAPTOP_MODE_NAME" desc="Title for flag to sh ow a single maximized window.">
4970 Laptop window mode
4971 </message>
4972 <message name="IDS_FLAGS_AURA_LAPTOP_MODE_DESCRIPTION" desc="Description f or the flag to enable fancy translucent windows.">
4973 Show only a single maximized window. Useful for low-resolution screens, such as on laptops.
4974 </message>
4969 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_NAME" desc="Title for the fl ag to enable platform apps."> 4975 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_NAME" desc="Title for the fl ag to enable platform apps.">
4970 Enable platform apps 4976 Enable platform apps
4971 </message> 4977 </message>
4972 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps."> 4978 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps.">
4973 Enable advanced application capabilities. 4979 Enable advanced application capabilities.
4974 </message> 4980 </message>
4975 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support."> 4981 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support.">
4976 Enable Gamepad 4982 Enable Gamepad
4977 </message> 4983 </message>
4978 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support."> 4984 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support.">
(...skipping 9761 matching lines...) Expand 10 before | Expand all | Expand 10 after
14740 </messages> 14746 </messages>
14741 <structures fallback_to_english="true"> 14747 <structures fallback_to_english="true">
14742 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14748 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14743 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14749 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14744 </structure> 14750 </structure>
14745 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14751 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14746 </structure> 14752 </structure>
14747 </structures> 14753 </structures>
14748 </release> 14754 </release>
14749 </grit> 14755 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/ui/views/aura/chrome_shell_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698