| OLD | NEW |
| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 </message> | 172 </message> |
| 173 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_TITLE" desc="Title of the window
for generating a new network certificate."> | 173 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_TITLE" desc="Title of the window
for generating a new network certificate."> |
| 174 Obtain network certificate | 174 Obtain network certificate |
| 175 </message> | 175 </message> |
| 176 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_INSTRUCTIONS" desc="Text in the
window used for generating a new network certificate."> | 176 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_INSTRUCTIONS" desc="Text in the
window used for generating a new network certificate."> |
| 177 The certificate required by network "<ph name="network_name">$1<ex>My Wirele
ss</ex></ph>" is either not installed or is no longer valid. Please get a new c
ertificate and try connecting again. | 177 The certificate required by network "<ph name="network_name">$1<ex>My Wirele
ss</ex></ph>" is either not installed or is no longer valid. Please get a new c
ertificate and try connecting again. |
| 178 </message> | 178 </message> |
| 179 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept
button for generating a new network certificate."> | 179 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept
button for generating a new network certificate."> |
| 180 Get new certificate | 180 Get new certificate |
| 181 </message> | 181 </message> |
| 182 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network con
nection error notification"> | |
| 183 Network Activation Error | |
| 184 </message> | |
| 185 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when att
empting to activate a mobile network that requries a connection"> | |
| 186 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a
network connection. | |
| 187 </message> | |
| 188 <message name="IDS_NETWORK_CELLULAR_ACTIVATED_TITLE" desc="Title for cellular
activated notification"> | |
| 189 Cellular Activated | |
| 190 </message> | |
| 191 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular acti
vated notification"> | |
| 192 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' dat
a service has been activated and is ready to go. | |
| 193 </message> | |
| 194 <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notification
"> | 182 <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notification
"> |
| 195 Battery Low | 183 Battery Low |
| 196 </message> | 184 </message> |
| 197 <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notifica
tion"> | 185 <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notifica
tion"> |
| 198 Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>. | 186 Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>. |
| 199 </message> | 187 </message> |
| 200 <message name="IDS_UPDATE_TITLE" desc="Title for update notification"> | 188 <message name="IDS_UPDATE_TITLE" desc="Title for update notification"> |
| 201 System Update | 189 System Update |
| 202 </message> | 190 </message> |
| 203 <message name="IDS_UPDATE_ERROR" desc="Notification for failed update"> | 191 <message name="IDS_UPDATE_ERROR" desc="Notification for failed update"> |
| (...skipping 3572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3776 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e
x></ph> network. | 3764 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e
x></ph> network. |
| 3777 </message> | 3765 </message> |
| 3778 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label:
for updates you need to connect to an Ethernet or Wi-Fi"> | 3766 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label:
for updates you need to connect to an Ethernet or Wi-Fi"> |
| 3779 To check for updates, please use Ethernet or Wi-Fi. | 3767 To check for updates, please use Ethernet or Wi-Fi. |
| 3780 </message> | 3768 </message> |
| 3781 <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"> | 3769 <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"> |
| 3782 To check for updates, please use Ethernet, Wi-Fi or mobile data. | 3770 To check for updates, please use Ethernet, Wi-Fi or mobile data. |
| 3783 </message> | 3771 </message> |
| 3784 | 3772 |
| 3785 </grit-part> | 3773 </grit-part> |
| OLD | NEW |