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

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: 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
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 3758 matching lines...) Expand 10 before | Expand all | Expand 10 after
3769 </message> 3769 </message>
3770 <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"> 3770 <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">
3771 Native Client security manager 3771 Native Client security manager
3772 </message> 3772 </message>
3773 <message name="IDS_TASK_MANAGER_GPU_PREFIX" desc="Task Manager row for the GPU process, which is the process doing all accelerated graphics rendering"> 3773 <message name="IDS_TASK_MANAGER_GPU_PREFIX" desc="Task Manager row for the GPU process, which is the process doing all accelerated graphics rendering">
3774 GPU Process 3774 GPU Process
3775 </message> 3775 </message>
3776 <message name="IDS_TASK_MANAGER_NOTIFICATION_PREFIX" desc="The prefix for a Desktop Notification in the Task Manager"> 3776 <message name="IDS_TASK_MANAGER_NOTIFICATION_PREFIX" desc="The prefix for a Desktop Notification in the Task Manager">
3777 Notification: <ph name="NOTIFICATION_NAME">$1<ex>http://www.domain.com</ ex></ph> 3777 Notification: <ph name="NOTIFICATION_NAME">$1<ex>http://www.domain.com</ ex></ph>
3778 </message> 3778 </message>
3779 <message name="IDS_TASK_MANAGER_INSTANT_PREVIEW_PREFIX" desc="The prefix f or an Instant preview in the Task Manager">
3780 Instant: <ph name="INSTANT_PREVIEW_NAME">$1<ex>http://www.google.com/</e x></ph>
3781 </message>
3779 3782
3780 <!-- Theme preview info bar --> 3783 <!-- Theme preview info bar -->
3781 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed."> 3784 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed.">
3782 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>". 3785 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>".
3783 </message> 3786 </message>
3784 <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."> 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.">
3785 Undo 3788 Undo
3786 </message> 3789 </message>
3787 3790
3788 <!-- Extension/App disabled info bar --> 3791 <!-- Extension/App disabled info bar -->
(...skipping 10852 matching lines...) Expand 10 before | Expand all | Expand 10 after
14641 </messages> 14644 </messages>
14642 <structures fallback_to_english="true"> 14645 <structures fallback_to_english="true">
14643 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14646 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14644 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14647 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14645 </structure> 14648 </structure>
14646 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14649 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14647 </structure> 14650 </structure>
14648 </structures> 14651 </structures>
14649 </release> 14652 </release>
14650 </grit> 14653 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698