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

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

Issue 880073002: Networking.config: Implementation of the NetworkingConfigService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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="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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 6010 matching lines...) Expand 10 before | Expand all | Expand 10 after
6021 </message> 6021 </message>
6022 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 6022 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
6023 Done 6023 Done
6024 </message> 6024 </message>
6025 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 6025 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
6026 System date 6026 System date
6027 </message> 6027 </message>
6028 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 6028 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
6029 System time 6029 System time
6030 </message> 6030 </message>
6031 <!-- Strings for the networking config API -->
6032 <message name="IDS_EXTENSION_NETWORKING_CONFIG_CAPTIVE_AUTH_UNHANDLED" desc="E rror message displayed when the extension is not capable to log into the captive portal, i.e. different Wifi provider.">
6033 The extension <ph name="ExtensionName">$1<ex>WiFi Company Authenticator</ex> </ph> is not capable of authenticating to this particular captive portal.
6034 </message>
6035 <message name="IDS_EXTENSION_NETWORKING_CONFIG_CAPTIVE_AUTH_REJECTED" desc="Er ror mesage displayed when the captive portal rejects the user's credentials.">
6036 The server rejected your credentials.
6037 </message>
6038 <message name="IDS_EXTENSION_NETWORKING_CONFIG_CAPTIVE_AUTH_FAILED" desc="Erro r message displayed when the captive portal fails to authenticate.">
6039 The extension <ph name="ExtensionName">$1<ex>WiFi Company Authenticator</ex> </ph> failed to authenticate to the captive portal.
6040 </message>
6031 </grit-part> 6041 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698