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

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

Issue 7038036: Add indexeddb-use-leveldb to 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 4246 matching lines...) Expand 10 before | Expand all | Expand 10 after
4257 </message> 4257 </message>
4258 <message name="IDS_FLAGS_MULTI_PROFILES_DESCRIPTION" desc="Description for the flag to enable multiprofile support"> 4258 <message name="IDS_FLAGS_MULTI_PROFILES_DESCRIPTION" desc="Description for the flag to enable multiprofile support">
4259 Associates every browser window with a profile, and adds a profile switc her in the upper right corner. Every profile has its own bookmarks, extensions, apps, etc. 4259 Associates every browser window with a profile, and adds a profile switc her in the upper right corner. Every profile has its own bookmarks, extensions, apps, etc.
4260 </message> 4260 </message>
4261 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_NAME" desc="Title for the flag to restrict Instant to search"> 4261 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_NAME" desc="Title for the flag to restrict Instant to search">
4262 Restrict Instant To Search 4262 Restrict Instant To Search
4263 </message> 4263 </message>
4264 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_DESCRIPTION" desc="Des cription for the flag to restrict Instant to search"> 4264 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_DESCRIPTION" desc="Des cription for the flag to restrict Instant to search">
4265 Restrict Instant to loading only search pages. 4265 Restrict Instant to loading only search pages.
4266 </message> 4266 </message>
4267 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_NAME" desc="Title for the f lag to use the LevelDB back-end for IndexedDB">
4268 IndexedDB use LevelDB.
4269 </message>
4270 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_DESCRIPTION" desc="Descript ion for the flag to use the LevelDB back-end for IndexedDB">
4271 Enable the experimental LevelDB back-end for IndexedDB.
4272 </message>
4267 4273
4268 <!-- Crashes --> 4274 <!-- Crashes -->
4269 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4275 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4270 Crashes 4276 Crashes
4271 </message> 4277 </message>
4272 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4278 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4273 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4279 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4274 </message> 4280 </message>
4275 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4281 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4276 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4282 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8129 matching lines...) Expand 10 before | Expand all | Expand 10 after
12406 </includes> 12412 </includes>
12407 <structures fallback_to_english="true"> 12413 <structures fallback_to_english="true">
12408 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12414 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12409 </structure> 12415 </structure>
12410 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12416 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12411 </structure> 12417 </structure>
12412 </structures> 12418 </structures>
12413 12419
12414 </release> 12420 </release>
12415 </grit> 12421 </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