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

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

Issue 9166014: Allow a Views client to provide a default frameview for window widgets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 4998 matching lines...) Expand 10 before | Expand all | Expand 10 after
5009 </message> 5009 </message>
5010 <message name="IDS_FLAGS_AURA_WORKSPACE_MANAGER_DESCRIPTION" desc="Descrip tion for flag for workspace manager window dragging."> 5010 <message name="IDS_FLAGS_AURA_WORKSPACE_MANAGER_DESCRIPTION" desc="Descrip tion for flag for workspace manager window dragging.">
5011 Enable multiple workspaces and smart window sizing and dragging. 5011 Enable multiple workspaces and smart window sizing and dragging.
5012 </message> 5012 </message>
5013 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_NAME" desc="Title for the flag to enable fancy translucent windows."> 5013 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_NAME" desc="Title for the flag to enable fancy translucent windows.">
5014 Translucent windows 5014 Translucent windows
5015 </message> 5015 </message>
5016 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION" desc="Descri ption for the flag to enable fancy translucent windows."> 5016 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION" desc="Descri ption for the flag to enable fancy translucent windows.">
5017 Enable translucent window frames. 5017 Enable translucent window frames.
5018 </message> 5018 </message>
5019 <message name="IDS_FLAGS_AURA_KENNEDY_DIALOG_FRAMES_NAME" desc="Title for the flag to enable Kennedy-style dialog frames.">
5020 Kennedy dialogs
5021 </message>
5022 <message name="IDS_FLAGS_AURA_KENNEDY_DIALOG_FRAMES_DESCRIPTION" desc="Des cription for the flag to enable Kennedy-style dialog frames.">
5023 Enable Kennedy-style dialog frames.
5024 </message>
5019 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature."> 5025 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature.">
5020 Enable Pointer Lock 5026 Enable Pointer Lock
5021 </message> 5027 </message>
5022 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature."> 5028 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature.">
5023 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. 5029 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.
5024 </message> 5030 </message>
5025 <message name="IDS_FLAGS_AURA_WINDOW_MODE_NAME" desc="Title for flag to ch oose how windows are displayed."> 5031 <message name="IDS_FLAGS_AURA_WINDOW_MODE_NAME" desc="Title for flag to ch oose how windows are displayed.">
5026 Window mode 5032 Window mode
5027 </message> 5033 </message>
5028 <message name="IDS_FLAGS_AURA_WINDOW_MODE_DESCRIPTION" desc="Description f or the flag to choose how windows are displayed."> 5034 <message name="IDS_FLAGS_AURA_WINDOW_MODE_DESCRIPTION" desc="Description f or the flag to choose how windows are displayed.">
(...skipping 9774 matching lines...) Expand 10 before | Expand all | Expand 10 after
14803 </messages> 14809 </messages>
14804 <structures fallback_to_english="true"> 14810 <structures fallback_to_english="true">
14805 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14811 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14806 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14812 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14807 </structure> 14813 </structure>
14808 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14814 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14809 </structure> 14815 </structure>
14810 </structures> 14816 </structures>
14811 </release> 14817 </release>
14812 </grit> 14818 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698