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

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

Issue 6579050: Elides the beginning of tab titles that have common prefixes. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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') | chrome/browser/about_flags.cc » ('J')
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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 4104 matching lines...) Expand 10 before | Expand all | Expand 10 after
4115 </message> 4115 </message>
4116 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab."> 4116 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab.">
4117 Disable showing validation messages and preventing form submission. 4117 Disable showing validation messages and preventing form submission.
4118 </message> 4118 </message>
4119 <message name="IDS_FLAGS_ENABLE_HISTORY_QUICK_PROVIDER" desc="Name of the 'Enable better visit history matching in the omnibox' lab."> 4119 <message name="IDS_FLAGS_ENABLE_HISTORY_QUICK_PROVIDER" desc="Name of the 'Enable better visit history matching in the omnibox' lab.">
4120 Enable better omnibox history matching 4120 Enable better omnibox history matching
4121 </message> 4121 </message>
4122 <message name="IDS_FLAGS_ENABLE_HISTORY_QUICK_PROVIDER_DESCRIPTION" desc=" Description of the 'Enable better visit history matching in the omnibox' lab."> 4122 <message name="IDS_FLAGS_ENABLE_HISTORY_QUICK_PROVIDER_DESCRIPTION" desc=" Description of the 'Enable better visit history matching in the omnibox' lab.">
4123 Enables substring and multi-fragment matching within URLs from history. 4123 Enables substring and multi-fragment matching within URLs from history.
4124 </message> 4124 </message>
4125 <message name="IDS_FLAGS_ELIDE_TAB_TITLE_PREFIX" desc="Name of the 'Elide tab title prefix' lab.">
4126 Elide tab title prefix
4127 </message>
4128 <message name="IDS_FLAGS_ELIDE_TAB_TITLE_PREFIX_DESCRIPTION" desc="Descrip tion of the 'Elide tab title prefix' lab.">
4129 Enables the eliding of tab titles when they have a common prefix with ot her tab titles from the same browser window.
4130 </message>
4125 4131
4126 <!-- Crashes --> 4132 <!-- Crashes -->
4127 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4133 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4128 Crashes 4134 Crashes
4129 </message> 4135 </message>
4130 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4136 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4131 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4137 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4132 </message> 4138 </message>
4133 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4139 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4134 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4140 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 7322 matching lines...) Expand 10 before | Expand all | Expand 10 after
11457 </includes> 11463 </includes>
11458 <structures fallback_to_english="true"> 11464 <structures fallback_to_english="true">
11459 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11465 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11460 </structure> 11466 </structure>
11461 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11467 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11462 </structure> 11468 </structure>
11463 </structures> 11469 </structures>
11464 11470
11465 </release> 11471 </release>
11466 </grit> 11472 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698