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

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

Issue 7011052: Revert 85330 - GTK: Bring global menu out of about:flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 4207 matching lines...) Expand 10 before | Expand all | Expand 10 after
4218 </message> 4218 </message>
4219 <message name="IDS_FLAGS_TAB_GROUPS_CONTEXT_MENU_DESCRIPTION" desc="Descri ption of the context menu for enabling tab grouping in the context menu lab."> 4219 <message name="IDS_FLAGS_TAB_GROUPS_CONTEXT_MENU_DESCRIPTION" desc="Descri ption of the context menu for enabling tab grouping in the context menu lab.">
4220 Adds items to the tab context menu for grouping tabs. 4220 Adds items to the tab context menu for grouping tabs.
4221 </message> 4221 </message>
4222 <message name="IDS_FLAGS_PPAPI_FLASH_IN_PROCESS_NAME" desc="Title for the flag to run the custom flash in-process"> 4222 <message name="IDS_FLAGS_PPAPI_FLASH_IN_PROCESS_NAME" desc="Title for the flag to run the custom flash in-process">
4223 Run PPAPI Flash in the renderer process 4223 Run PPAPI Flash in the renderer process
4224 </message> 4224 </message>
4225 <message name="IDS_FLAGS_PPAPI_FLASH_IN_PROCESS_DESCRIPTION" desc="Descrip tion for the flag to run the custom flash in-process"> 4225 <message name="IDS_FLAGS_PPAPI_FLASH_IN_PROCESS_DESCRIPTION" desc="Descrip tion for the flag to run the custom flash in-process">
4226 If the PPAPI version of Flash is in use, run it in each renderer process rather than in a dedicated plugin process. 4226 If the PPAPI version of Flash is in use, run it in each renderer process rather than in a dedicated plugin process.
4227 </message> 4227 </message>
4228 <message name="IDS_FLAGS_LINUX_GLOBAL_MENUBAR_NAME" desc="Title for the fl ag to show a global menu bar on linux.">
4229 Experimental GNOME menu bar support.
4230 </message>
4231 <message name="IDS_FLAGS_LINUX_GLOBAL_MENUBAR_DESCRIPTION" desc="Descripti on for the flag to show a global menu bar on linux.">
4232 Newer versions of Unity and GNOME (including the upcoming Ubuntu Natty N arwhal) show an OSX style menubar across the top of the screen.
4233 </message>
4228 <message name="IDS_FLAGS_ENABLE_VPN_NAME" desc="Title for the flag to enab le VPN support"> 4234 <message name="IDS_FLAGS_ENABLE_VPN_NAME" desc="Title for the flag to enab le VPN support">
4229 VPN support 4235 VPN support
4230 </message> 4236 </message>
4231 <message name="IDS_FLAGS_ENABLE_VPN_DESCRIPTION" desc="Description for the flag to enable VPN support"> 4237 <message name="IDS_FLAGS_ENABLE_VPN_DESCRIPTION" desc="Description for the flag to enable VPN support">
4232 Show Private networks in the Network menu to enable conencting to a VPN. 4238 Show Private networks in the Network menu to enable conencting to a VPN.
4233 </message> 4239 </message>
4234 <message name="IDS_FLAGS_MULTI_PROFILES_NAME" desc="Title for the flag to enable multiprofile support"> 4240 <message name="IDS_FLAGS_MULTI_PROFILES_NAME" desc="Title for the flag to enable multiprofile support">
4235 Multiple Profiles 4241 Multiple Profiles
4236 </message> 4242 </message>
4237 <message name="IDS_FLAGS_MULTI_PROFILES_DESCRIPTION" desc="Description for the flag to enable multiprofile support"> 4243 <message name="IDS_FLAGS_MULTI_PROFILES_DESCRIPTION" desc="Description for the flag to enable multiprofile support">
(...skipping 8153 matching lines...) Expand 10 before | Expand all | Expand 10 after
12391 </includes> 12397 </includes>
12392 <structures fallback_to_english="true"> 12398 <structures fallback_to_english="true">
12393 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12399 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12394 </structure> 12400 </structure>
12395 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12401 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12396 </structure> 12402 </structure>
12397 </structures> 12403 </structures>
12398 12404
12399 </release> 12405 </release>
12400 </grit> 12406 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698