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

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

Issue 8759009: Add "Instant:" prefix to Instant preview tabs in the Task manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cache is_instant_preview Created 9 years 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/instant/instant_browsertest.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 3761 matching lines...) Expand 10 before | Expand all | Expand 10 after
3772 </message> 3772 </message>
3773 <message name="IDS_TASK_MANAGER_NACL_BROKER_PREFIX" desc="Task Manager row for Native Client broker, which acts as the sanbox manager for NaCl processes"> 3773 <message name="IDS_TASK_MANAGER_NACL_BROKER_PREFIX" desc="Task Manager row for Native Client broker, which acts as the sanbox manager for NaCl processes">
3774 Native Client security manager 3774 Native Client security manager
3775 </message> 3775 </message>
3776 <message name="IDS_TASK_MANAGER_GPU_PREFIX" desc="Task Manager row for the GPU process, which is the process doing all accelerated graphics rendering"> 3776 <message name="IDS_TASK_MANAGER_GPU_PREFIX" desc="Task Manager row for the GPU process, which is the process doing all accelerated graphics rendering">
3777 GPU Process 3777 GPU Process
3778 </message> 3778 </message>
3779 <message name="IDS_TASK_MANAGER_NOTIFICATION_PREFIX" desc="The prefix for a Desktop Notification in the Task Manager"> 3779 <message name="IDS_TASK_MANAGER_NOTIFICATION_PREFIX" desc="The prefix for a Desktop Notification in the Task Manager">
3780 Notification: <ph name="NOTIFICATION_NAME">$1<ex>http://www.domain.com</ ex></ph> 3780 Notification: <ph name="NOTIFICATION_NAME">$1<ex>http://www.domain.com</ ex></ph>
3781 </message> 3781 </message>
3782 <message name="IDS_TASK_MANAGER_INSTANT_PREVIEW_PREFIX" desc="The prefix f or an Instant preview in the Task Manager">
3783 Instant: <ph name="INSTANT_PREVIEW_NAME">$1<ex>http://www.google.com/</e x></ph>
3784 </message>
3782 3785
3783 <!-- Theme preview info bar --> 3786 <!-- Theme preview info bar -->
3784 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed."> 3787 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed.">
3785 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>". 3788 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>".
3786 </message> 3789 </message>
3787 <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the previous theme."> 3790 <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the previous theme.">
3788 Undo 3791 Undo
3789 </message> 3792 </message>
3790 3793
3791 <!-- Extension/App disabled info bar --> 3794 <!-- Extension/App disabled info bar -->
(...skipping 10756 matching lines...) Expand 10 before | Expand all | Expand 10 after
14548 </messages> 14551 </messages>
14549 <structures fallback_to_english="true"> 14552 <structures fallback_to_english="true">
14550 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14553 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14551 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14554 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14552 </structure> 14555 </structure>
14553 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14556 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14554 </structure> 14557 </structure>
14555 </structures> 14558 </structures>
14556 </release> 14559 </release>
14557 </grit> 14560 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/instant/instant_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698