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

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

Issue 11085053: Improving window auto management between workspaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No auto movement for tab dragging Created 8 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
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 6186 matching lines...) Expand 10 before | Expand all | Expand 10 after
6197 </message> 6197 </message>
6198 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION" desc="Descri ption for the flag to enable fancy translucent windows."> 6198 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION" desc="Descri ption for the flag to enable fancy translucent windows.">
6199 Enable translucent window frames. 6199 Enable translucent window frames.
6200 </message> 6200 </message>
6201 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_NAME" desc="Title for t he flag to enable Google-style dialog frames."> 6201 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_NAME" desc="Title for t he flag to enable Google-style dialog frames.">
6202 Google-style dialogs 6202 Google-style dialogs
6203 </message> 6203 </message>
6204 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_DESCRIPTION" desc="Desc ription for the flag to enable Google-style dialog frames."> 6204 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_DESCRIPTION" desc="Desc ription for the flag to enable Google-style dialog frames.">
6205 Enable Google-style dialog frames. 6205 Enable Google-style dialog frames.
6206 </message> 6206 </message>
6207 <message name="IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_NAME" desc="Name for th e option to enable/disable the auto window placement functionality.">
6208 Automatic window placement.
6209 </message>
6210 <message name="IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_DESCRIPTION" desc="Desc ription for the option to enable/disable the auto window placement functionality .">
6211 Disable automatic window placement for one and two browser / app windows .
6212 </message>
6207 <message name="IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_NAME" desc="Title f or the flag to disable throttling the rate of window resize."> 6213 <message name="IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_NAME" desc="Title f or the flag to disable throttling the rate of window resize.">
6208 Throttle the rate of window resize. 6214 Throttle the rate of window resize.
6209 </message> 6215 </message>
6210 <message name="IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_DESCRIPTION" desc=" Description for the flag to disable throttling the rate of window resize."> 6216 <message name="IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_DESCRIPTION" desc=" Description for the flag to disable throttling the rate of window resize.">
6211 Disable throttling the rate of window resize. We throttle the resize for less perceived latency. 6217 Disable throttling the rate of window resize. We throttle the resize for less perceived latency.
6212 </message> 6218 </message>
6213 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature."> 6219 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature.">
6214 Pointer Lock 6220 Pointer Lock
6215 </message> 6221 </message>
6216 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature."> 6222 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature.">
(...skipping 8597 matching lines...) Expand 10 before | Expand all | Expand 10 after
14814 14820
14815 <structures fallback_to_english="true"> 14821 <structures fallback_to_english="true">
14816 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14822 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14817 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14823 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14818 </structure> 14824 </structure>
14819 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14825 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14820 </structure> 14826 </structure>
14821 </structures> 14827 </structures>
14822 </release> 14828 </release>
14823 </grit> 14829 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698