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

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: git try 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 6167 matching lines...) Expand 10 before | Expand all | Expand 10 after
6178 </message> 6178 </message>
6179 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION" desc="Descri ption for the flag to enable fancy translucent windows."> 6179 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION" desc="Descri ption for the flag to enable fancy translucent windows.">
6180 Enable translucent window frames. 6180 Enable translucent window frames.
6181 </message> 6181 </message>
6182 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_NAME" desc="Title for t he flag to enable Google-style dialog frames."> 6182 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_NAME" desc="Title for t he flag to enable Google-style dialog frames.">
6183 Google-style dialogs 6183 Google-style dialogs
6184 </message> 6184 </message>
6185 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_DESCRIPTION" desc="Desc ription for the flag to enable Google-style dialog frames."> 6185 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_DESCRIPTION" desc="Desc ription for the flag to enable Google-style dialog frames.">
6186 Enable Google-style dialog frames. 6186 Enable Google-style dialog frames.
6187 </message> 6187 </message>
6188 <message name="IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_NAME" desc="Name for th e option to enable/disable the auto window placement functionality.">
6189 Automatic window placement.
6190 </message>
6191 <message name="IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_DESCRIPTION" desc="Desc ription for the option to enable/disable the auto window placement functionality .">
6192 Disable automatic window placement for one and two browser / app windows .
6193 </message>
6188 <message name="IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_NAME" desc="Title f or the flag to disable throttling the rate of window resize."> 6194 <message name="IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_NAME" desc="Title f or the flag to disable throttling the rate of window resize.">
6189 Throttle the rate of window resize. 6195 Throttle the rate of window resize.
6190 </message> 6196 </message>
6191 <message name="IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_DESCRIPTION" desc=" Description for the flag to disable throttling the rate of window resize."> 6197 <message name="IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_DESCRIPTION" desc=" Description for the flag to disable throttling the rate of window resize.">
6192 Disable throttling the rate of window resize. We throttle the resize for less perceived latency. 6198 Disable throttling the rate of window resize. We throttle the resize for less perceived latency.
6193 </message> 6199 </message>
6194 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature."> 6200 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature.">
6195 Pointer Lock 6201 Pointer Lock
6196 </message> 6202 </message>
6197 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature."> 6203 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature.">
(...skipping 8552 matching lines...) Expand 10 before | Expand all | Expand 10 after
14750 14756
14751 <structures fallback_to_english="true"> 14757 <structures fallback_to_english="true">
14752 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14758 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14753 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14759 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14754 </structure> 14760 </structure>
14755 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14761 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14756 </structure> 14762 </structure>
14757 </structures> 14763 </structures>
14758 </release> 14764 </release>
14759 </grit> 14765 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698