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

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

Issue 2897773002: Show proper message in about Chrome OS page (Closed)
Patch Set: Apply fix to patch set 3 Created 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wizard_controller.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 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="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 5766 matching lines...) Expand 10 before | Expand all | Expand 10 after
5777 </message> 5777 </message>
5778 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network"> 5778 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network">
5779 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>mobile</ex> </ph> network. 5779 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>mobile</ex> </ph> network.
5780 </message> 5780 </message>
5781 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label: for updates you need to connect to an Ethernet, Wi-Fi or mobile data"> 5781 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label: for updates you need to connect to an Ethernet, Wi-Fi or mobile data">
5782 To check for updates, please use Ethernet, Wi-Fi or mobile data. 5782 To check for updates, please use Ethernet, Wi-Fi or mobile data.
5783 </message> 5783 </message>
5784 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_DISALLOWED" desc="Status labe l: for updates you need to connect to an Ethernet or Wi-Fi"> 5784 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_DISALLOWED" desc="Status labe l: for updates you need to connect to an Ethernet or Wi-Fi">
5785 To check for updates, please use Ethernet or Wi-Fi. 5785 To check for updates, please use Ethernet or Wi-Fi.
5786 </message> 5786 </message>
5787 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED_NOT_AUTOMATIC" desc=" Status label: for automatic updates you need to connect to an Ethernet or Wi-Fi" >
5788 Automatic updates only happen over Ethernet or Wi-Fi.
5789 </message>
5787 5790
5788 <!-- EOL Notification Strings --> 5791 <!-- EOL Notification Strings -->
5789 <message name="IDS_ABOUT_PAGE_EOL_EOL" desc="The message in the about page to inform the user that software updates for this device are no longer available."> 5792 <message name="IDS_ABOUT_PAGE_EOL_EOL" desc="The message in the about page to inform the user that software updates for this device are no longer available.">
5790 Software updates for this device are no longer available. 5793 Software updates for this device are no longer available.
5791 </message> 5794 </message>
5792 <message name="IDS_ABOUT_PAGE_EOL_LEARN_MORE" desc="The message in the about p age to provide more information of device end of life, containing the URLs."> 5795 <message name="IDS_ABOUT_PAGE_EOL_LEARN_MORE" desc="The message in the about p age to provide more information of device end of life, containing the URLs.">
5793 Please consider upgrading. <ph name="BEGIN_LINK_EOL">&lt;a target="_blank" href="$1"&gt;</ph>Learn more<ph name="END_LINK_EOL">&lt;/a&gt;</ph> 5796 Please consider upgrading. <ph name="BEGIN_LINK_EOL">&lt;a target="_blank" href="$1"&gt;</ph>Learn more<ph name="END_LINK_EOL">&lt;/a&gt;</ph>
5794 </message> 5797 </message>
5795 <message name="IDS_EOL_NOTIFICATION_TITLE" desc="Notification title shown to i nform the user that this device is no longer supported."> 5798 <message name="IDS_EOL_NOTIFICATION_TITLE" desc="Notification title shown to i nform the user that this device is no longer supported.">
5796 This device is no longer supported 5799 This device is no longer supported
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
6730 Attempts left: $1 6733 Attempts left: $1
6731 </message> 6734 </message>
6732 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6735 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6733 PIN 6736 PIN
6734 </message> 6737 </message>
6735 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6738 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6736 PUK 6739 PUK
6737 </message> 6740 </message>
6738 6741
6739 </grit-part> 6742 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698