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

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

Issue 2620463003: Add getGlobalPolicy to networkingPrivate API. (Closed)
Patch Set: 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 6250 matching lines...) Expand 10 before | Expand all | Expand 10 after
6261 </message> 6261 </message>
6262 <message name="IDS_NETWORK_UI_FORMAT_MANAGED" desc="Label in network property format dropdown for managed ONC properties"> 6262 <message name="IDS_NETWORK_UI_FORMAT_MANAGED" desc="Label in network property format dropdown for managed ONC properties">
6263 Managed ONC 6263 Managed ONC
6264 </message> 6264 </message>
6265 <message name="IDS_NETWORK_UI_FORMAT_STATE" desc="Label in network property fo rmat dropdown for ONC State properties"> 6265 <message name="IDS_NETWORK_UI_FORMAT_STATE" desc="Label in network property fo rmat dropdown for ONC State properties">
6266 ONC State 6266 ONC State
6267 </message> 6267 </message>
6268 <message name="IDS_NETWORK_UI_FORMAT_SHILL" desc="Label in network property fo rmat dropdown for Shill properties"> 6268 <message name="IDS_NETWORK_UI_FORMAT_SHILL" desc="Label in network property fo rmat dropdown for Shill properties">
6269 Shill 6269 Shill
6270 </message> 6270 </message>
6271 <message name="IDS_NETWORK_UI_GLOBAL_POLICY" desc="Label for global policy pro perties">
6272 Global Policy:
6273 </message>
6271 <message name="IDS_NETWORK_UI_VISIBLE_NETWORKS" desc="Label for list of visibl e networks"> 6274 <message name="IDS_NETWORK_UI_VISIBLE_NETWORKS" desc="Label for list of visibl e networks">
6272 Visible Networks: 6275 Visible Networks:
6273 </message> 6276 </message>
6274 <message name="IDS_NETWORK_UI_FAVORITE_NETWORKS" desc="Label for list of favor ite networks"> 6277 <message name="IDS_NETWORK_UI_FAVORITE_NETWORKS" desc="Label for list of favor ite networks">
6275 Favorite Networks: 6278 Favorite Networks:
6276 </message> 6279 </message>
6277 6280
6278 <message name="IDS_DEVICE_LOG_LINK_TEXT" desc="Message preceeding link to chro me://device-log"> 6281 <message name="IDS_DEVICE_LOG_LINK_TEXT" desc="Message preceeding link to chro me://device-log">
6279 For network logs, see: <ph name="DEVICE_LOG_LINK">&lt;a href="chrome://devic e-log"&gt;chrome://device-log&lt;/a&gt;</ph> 6282 For network logs, see: <ph name="DEVICE_LOG_LINK">&lt;a href="chrome://devic e-log"&gt;chrome://device-log&lt;/a&gt;</ph>
6280 </message> 6283 </message>
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
6626 Attempts left: $1 6629 Attempts left: $1
6627 </message> 6630 </message>
6628 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6631 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6629 PIN 6632 PIN
6630 </message> 6633 </message>
6631 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6634 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6632 PUK 6635 PUK
6633 </message> 6636 </message>
6634 6637
6635 </grit-part> 6638 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698