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

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

Issue 8729009: Implement an AutoLaunch experiment for Chrome for certain brand codes. (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
« no previous file with comments | « no previous file | chrome/browser/auto_launch_trial.h » ('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 3607 matching lines...) Expand 10 before | Expand all | Expand 10 after
3618 </message> 3618 </message>
3619 3619
3620 <!-- Certificate success infobar --> 3620 <!-- Certificate success infobar -->
3621 <message name="IDS_ADD_CERT_SUCCESS_INFOBAR_LABEL" desc="Label displayed i n an infobar when the browser successfully imports a certificate"> 3621 <message name="IDS_ADD_CERT_SUCCESS_INFOBAR_LABEL" desc="Label displayed i n an infobar when the browser successfully imports a certificate">
3622 Successfully stored client certificate issued by <ph name="ISSUER">$1<ex >VeriSign</ex></ph>. 3622 Successfully stored client certificate issued by <ph name="ISSUER">$1<ex >VeriSign</ex></ph>.
3623 </message> 3623 </message>
3624 <message name="IDS_ADD_CERT_SUCCESS_INFOBAR_BUTTON" desc="The label of the 'view' button on the infobar after a client certificate import; clicking opens a certificate viewer for the new certificate"> 3624 <message name="IDS_ADD_CERT_SUCCESS_INFOBAR_BUTTON" desc="The label of the 'view' button on the infobar after a client certificate import; clicking opens a certificate viewer for the new certificate">
3625 View 3625 View
3626 </message> 3626 </message>
3627 3627
3628 <!-- Autolaunch infobar -->
3629 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chrome was automatically launched on startup">
3630 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is configured to a utomatically launch when you start your computer.
3631 </message>
3632 <message name="IDS_AUTO_LAUNCH_OK" desc="Label for OK button on Autolaunch confirmation infobar.">
3633 OK
3634 </message>
3635 <message name="IDS_AUTO_LAUNCH_REVERT" desc="Label for button (on Autolaun ch confirmation infobar) that disables autolaunching.">
3636 Cut it out!
3637 </message>
3638
3628 <!-- Basic Auth Dialog --> 3639 <!-- Basic Auth Dialog -->
3629 <message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the title bar of the login prompt dialog"> 3640 <message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the title bar of the login prompt dialog">
3630 Authentication Required 3641 Authentication Required
3631 </message> 3642 </message>
3632 <message name="IDS_LOGIN_DIALOG_DESCRIPTION" desc="String to be displayed in the login prompt dialog to explain what the user needs to do"> 3643 <message name="IDS_LOGIN_DIALOG_DESCRIPTION" desc="String to be displayed in the login prompt dialog to explain what the user needs to do">
3633 The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a usern ame and password. The server says: <ph name="REALM">$2<ex>opaque string</ex></ph >. 3644 The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a usern ame and password. The server says: <ph name="REALM">$2<ex>opaque string</ex></ph >.
3634 </message> 3645 </message>
3635 <message name="IDS_LOGIN_DIALOG_DESCRIPTION_NO_REALM" desc="String to be d isplayed in the login prompt dialog to explain what the user needs to do"> 3646 <message name="IDS_LOGIN_DIALOG_DESCRIPTION_NO_REALM" desc="String to be d isplayed in the login prompt dialog to explain what the user needs to do">
3636 The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a usern ame and password. 3647 The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a usern ame and password.
3637 </message> 3648 </message>
(...skipping 4536 matching lines...) Expand 10 before | Expand all | Expand 10 after
8174 </message> 8185 </message>
8175 <message name="IDS_OPTIONS_DEFAULTBROWSER_NOTDEFAULT" desc="The text displ ayed when Chrome is not the default browser"> 8186 <message name="IDS_OPTIONS_DEFAULTBROWSER_NOTDEFAULT" desc="The text displ ayed when Chrome is not the default browser">
8176 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is not currently y our default browser. 8187 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is not currently y our default browser.
8177 </message> 8188 </message>
8178 <message name="IDS_OPTIONS_DEFAULTBROWSER_UNKNOWN" desc="The text displaye d when Chrome cannot determine or set the default browser"> 8189 <message name="IDS_OPTIONS_DEFAULTBROWSER_UNKNOWN" desc="The text displaye d when Chrome cannot determine or set the default browser">
8179 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> cannot determine o r set the default browser. 8190 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> cannot determine o r set the default browser.
8180 </message> 8191 </message>
8181 <message name="IDS_OPTIONS_DEFAULTBROWSER_SXS" desc="The text displayed wh en Chrome is installed in side-by-side mode, which does not support setting as t he default browser."> 8192 <message name="IDS_OPTIONS_DEFAULTBROWSER_SXS" desc="The text displayed wh en Chrome is installed in side-by-side mode, which does not support setting as t he default browser.">
8182 This is a secondary installation of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, and cannot be made your default browser. 8193 This is a secondary installation of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, and cannot be made your default browser.
8183 </message> 8194 </message>
8195 <message name="IDS_AUTOLAUNCH_TEXT" desc="The text displayed in settings t o explain whether Chrome is set to auto-launch on startup or not.">
8196 Launch <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> automatical ly when I start my computer
8197 </message>
8184 8198
8185 <if expr="pp_ifdef('use_titlecase')"> 8199 <if expr="pp_ifdef('use_titlecase')">
8186 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="In Title C ase: The label of the 'Use Chrome as default' browser button"> 8200 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="In Title C ase: The label of the 'Use Chrome as default' browser button">
8187 Make <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> My Default Browser 8201 Make <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> My Default Browser
8188 </message> 8202 </message>
8189 <message name="IDS_OPTIONS_DOWNLOADLOCATION_GROUP_NAME" desc="The title of the download location group"> 8203 <message name="IDS_OPTIONS_DOWNLOADLOCATION_GROUP_NAME" desc="The title of the download location group">
8190 Downloads 8204 Downloads
8191 </message> 8205 </message>
8192 </if> 8206 </if>
8193 <if expr="not pp_ifdef('use_titlecase')"> 8207 <if expr="not pp_ifdef('use_titlecase')">
(...skipping 6548 matching lines...) Expand 10 before | Expand all | Expand 10 after
14742 </messages> 14756 </messages>
14743 <structures fallback_to_english="true"> 14757 <structures fallback_to_english="true">
14744 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14758 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14745 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14759 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14746 </structure> 14760 </structure>
14747 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14761 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14748 </structure> 14762 </structure>
14749 </structures> 14763 </structures>
14750 </release> 14764 </release>
14751 </grit> 14765 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/auto_launch_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698