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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 22654003: Create system tray item for accessing chrome://slow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes Created 7 years, 4 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 1619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 <message name="IDS_SLOW_DISABLE" desc=""> 1630 <message name="IDS_SLOW_DISABLE" desc="">
1631 Disable performance data collection 1631 Disable performance data collection
1632 </message> 1632 </message>
1633 <message name="IDS_SLOW_ENABLE" desc=""> 1633 <message name="IDS_SLOW_ENABLE" desc="">
1634 Enable performance data collection 1634 Enable performance data collection
1635 </message> 1635 </message>
1636 <message name="IDS_SLOW_DESCRIPTION" desc=""> 1636 <message name="IDS_SLOW_DESCRIPTION" desc="">
1637 Enabling collection of performance data will help Google improve the system over time. No data is sent until you file a feedback report (Alt-Shift-I) and in clude performance data. You can return to this screen to disable collection at a ny time. 1637 Enabling collection of performance data will help Google improve the system over time. No data is sent until you file a feedback report (Alt-Shift-I) and in clude performance data. You can return to this screen to disable collection at a ny time.
1638 </message> 1638 </message>
1639 <message name="IDS_SLOW_WARNING" desc=""> 1639 <message name="IDS_SLOW_WARNING" desc="">
1640 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Note:<ph name="END_BOLD">&lt;/stron g&gt;</ph> only enable if you know what you are doing or if you have been asked to do so, as collection of data will affect performance. 1640 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Note:<ph name="END_BOLD">&lt;/stron g&gt;</ph> Only enable if you know what you are doing or if you have been asked to do so, as collection of data may reduce performance.
1641 </message> 1641 </message>
1642 1642
1643 <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA screen."> 1643 <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA screen.">
1644 Back 1644 Back
1645 </message> 1645 </message>
1646 <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button text b elow EULA terms of service"> 1646 <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button text b elow EULA terms of service">
1647 Accept and continue 1647 Accept and continue
1648 </message> 1648 </message>
1649 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING" desc="Link from the EULA wiza rd screen and title of the TPM info dialog"> 1649 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING" desc="Link from the EULA wiza rd screen and title of the TPM info dialog">
1650 System security setting 1650 System security setting
(...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after
3779 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network. 3779 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network.
3780 </message> 3780 </message>
3781 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label: for updates you need to connect to an Ethernet or Wi-Fi"> 3781 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label: for updates you need to connect to an Ethernet or Wi-Fi">
3782 To check for updates, please use Ethernet or Wi-Fi. 3782 To check for updates, please use Ethernet or Wi-Fi.
3783 </message> 3783 </message>
3784 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_DISALLOWED" desc="Status labe l: for updates you need to connect to an Ethernet, mobile data or Wi-Fi"> 3784 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_DISALLOWED" desc="Status labe l: for updates you need to connect to an Ethernet, mobile data or Wi-Fi">
3785 To check for updates, please use Ethernet, Wi-Fi or mobile data. 3785 To check for updates, please use Ethernet, Wi-Fi or mobile data.
3786 </message> 3786 </message>
3787 3787
3788 </grit-part> 3788 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698