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

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

Issue 7600013: ntp4: make default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit test failures Created 9 years, 4 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. 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 4335 matching lines...) Expand 10 before | Expand all | Expand 10 after
4346 </message> 4346 </message>
4347 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_NAME" desc="N ame of the 'Disable HTML5 interactive form validation' lab."> 4347 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_NAME" desc="N ame of the 'Disable HTML5 interactive form validation' lab.">
4348 Disable HTML5 interactive form validation 4348 Disable HTML5 interactive form validation
4349 </message> 4349 </message>
4350 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab."> 4350 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab.">
4351 Disable showing validation messages and preventing form submission. 4351 Disable showing validation messages and preventing form submission.
4352 </message> 4352 </message>
4353 <message name="IDS_COMPACT_NAVIGATION_BAR" desc="The menu item on the app menu to toggle compact navigation bar"> 4353 <message name="IDS_COMPACT_NAVIGATION_BAR" desc="The menu item on the app menu to toggle compact navigation bar">
4354 Compact Navigation Bar 4354 Compact Navigation Bar
4355 </message> 4355 </message>
4356 <message name="IDS_FLAGS_NEW_TAB_PAGE_4_NAME" desc="Name of the new tab pa ge 4 lab.">
4357 Experimental new tab page
4358 </message>
4359 <message name="IDS_FLAGS_NEW_TAB_PAGE_4_DESCRIPTION" desc="Description of the new tab page 4 lab.">
4360 Enables an in-development redesign of the new tab page.
4361 </message>
4362 <message name="IDS_FLAGS_STATIC_IP_CONFIG_NAME" desc="Name of the static i p config lab."> 4356 <message name="IDS_FLAGS_STATIC_IP_CONFIG_NAME" desc="Name of the static i p config lab.">
4363 Experimental static ip configuration 4357 Experimental static ip configuration
4364 </message> 4358 </message>
4365 <message name="IDS_FLAGS_STATIC_IP_CONFIG_DESCRIPTION" desc="Description o f the static ip config lab."> 4359 <message name="IDS_FLAGS_STATIC_IP_CONFIG_DESCRIPTION" desc="Description o f the static ip config lab.">
4366 Enables static ip configuration. May not work. 4360 Enables static ip configuration. May not work.
4367 </message> 4361 </message>
4368 <message name="IDS_FLAGS_TAB_GROUPS_CONTEXT_MENU_NAME" desc="Name of the c ontext menu for enabling tab grouping in the context menu"> 4362 <message name="IDS_FLAGS_TAB_GROUPS_CONTEXT_MENU_NAME" desc="Name of the c ontext menu for enabling tab grouping in the context menu">
4369 Add grouping to tab context menu 4363 Add grouping to tab context menu
4370 </message> 4364 </message>
4371 <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."> 4365 <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.">
(...skipping 8959 matching lines...) Expand 10 before | Expand all | Expand 10 after
13331 </includes> 13325 </includes>
13332 <structures fallback_to_english="true"> 13326 <structures fallback_to_english="true">
13333 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13327 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13334 </structure> 13328 </structure>
13335 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13329 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13336 </structure> 13330 </structure>
13337 </structures> 13331 </structures>
13338 13332
13339 </release> 13333 </release>
13340 </grit> 13334 </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