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

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

Issue 2620463003: Add getGlobalPolicy to networkingPrivate API. (Closed)
Patch Set: Add dcheck Created 3 years, 11 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 <!-- 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 6259 matching lines...) Expand 10 before | Expand all | Expand 10 after
6270 </message> 6270 </message>
6271 <message name="IDS_NETWORK_UI_FORMAT_MANAGED" desc="Label in network property format dropdown for managed ONC properties"> 6271 <message name="IDS_NETWORK_UI_FORMAT_MANAGED" desc="Label in network property format dropdown for managed ONC properties">
6272 Managed ONC 6272 Managed ONC
6273 </message> 6273 </message>
6274 <message name="IDS_NETWORK_UI_FORMAT_STATE" desc="Label in network property fo rmat dropdown for ONC State properties"> 6274 <message name="IDS_NETWORK_UI_FORMAT_STATE" desc="Label in network property fo rmat dropdown for ONC State properties">
6275 ONC State 6275 ONC State
6276 </message> 6276 </message>
6277 <message name="IDS_NETWORK_UI_FORMAT_SHILL" desc="Label in network property fo rmat dropdown for Shill properties"> 6277 <message name="IDS_NETWORK_UI_FORMAT_SHILL" desc="Label in network property fo rmat dropdown for Shill properties">
6278 Shill 6278 Shill
6279 </message> 6279 </message>
6280 <message name="IDS_NETWORK_UI_GLOBAL_POLICY" desc="Label for global policy pro perties">
6281 Global Policy:
6282 </message>
6280 <message name="IDS_NETWORK_UI_VISIBLE_NETWORKS" desc="Label for list of visibl e networks"> 6283 <message name="IDS_NETWORK_UI_VISIBLE_NETWORKS" desc="Label for list of visibl e networks">
6281 Visible Networks: 6284 Visible Networks:
6282 </message> 6285 </message>
6283 <message name="IDS_NETWORK_UI_FAVORITE_NETWORKS" desc="Label for list of favor ite networks"> 6286 <message name="IDS_NETWORK_UI_FAVORITE_NETWORKS" desc="Label for list of favor ite networks">
6284 Favorite Networks: 6287 Favorite Networks:
6285 </message> 6288 </message>
6286 6289
6287 <message name="IDS_DEVICE_LOG_LINK_TEXT" desc="Message preceeding link to chro me://device-log"> 6290 <message name="IDS_DEVICE_LOG_LINK_TEXT" desc="Message preceeding link to chro me://device-log">
6288 For network logs, see: <ph name="DEVICE_LOG_LINK">&lt;a href="chrome://devic e-log"&gt;chrome://device-log&lt;/a&gt;</ph> 6291 For network logs, see: <ph name="DEVICE_LOG_LINK">&lt;a href="chrome://devic e-log"&gt;chrome://device-log&lt;/a&gt;</ph>
6289 </message> 6292 </message>
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
6635 Attempts left: $1 6638 Attempts left: $1
6636 </message> 6639 </message>
6637 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6640 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6638 PIN 6641 PIN
6639 </message> 6642 </message>
6640 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6643 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6641 PUK 6644 PUK
6642 </message> 6645 </message>
6643 6646
6644 </grit-part> 6647 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698