OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <grit-part> | 2 <grit-part> |
3 | 3 |
4 <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a succes
sful device management server call."> | 4 <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a succes
sful device management server call."> |
5 Request succeeded | 5 Request succeeded |
6 </message> | 6 </message> |
7 <message name="IDS_POLICY_DM_STATUS_REQUEST_INVALID" desc="Message indicating
a bad request to the enterprise server."> | 7 <message name="IDS_POLICY_DM_STATUS_REQUEST_INVALID" desc="Message indicating
a bad request to the enterprise server."> |
8 Invalid request or request parameters | 8 Invalid request or request parameters |
9 </message> | 9 </message> |
10 <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating t
he request to the enterprise server failed in the network."> | 10 <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating t
he request to the enterprise server failed in the network."> |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text disp
layed in the status column when the corresponding network configuration policy i
s not standard conform and was imported partially."> | 195 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text disp
layed in the status column when the corresponding network configuration policy i
s not standard conform and was imported partially."> |
196 The network configuration doesn't comply to the ONC standard. Parts of the
configuration may not be imported. | 196 The network configuration doesn't comply to the ONC standard. Parts of the
configuration may not be imported. |
197 </message> | 197 </message> |
198 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text displ
ayed in the status column when the corresponding network configuration policy is
invalid."> | 198 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text displ
ayed in the status column when the corresponding network configuration policy is
invalid."> |
199 The network configuration is invalid and couldn't be imported. | 199 The network configuration is invalid and couldn't be imported. |
200 </message> | 200 </message> |
201 <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status co
lumn when a policy is set in an unsupported scope."> | 201 <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status co
lumn when a policy is set in an unsupported scope."> |
202 Policy scope is not supported. | 202 Policy scope is not supported. |
203 </message> | 203 </message> |
204 </if> | 204 </if> |
| 205 <message name="IDS_POLICY_LEVEL_ERROR" desc="Text displayed in the status colu
mn when a policy is set at an unsupported level."> |
| 206 Policy level is not supported. |
| 207 </message> |
205 <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a
valid value is set for a policy."> | 208 <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a
valid value is set for a policy."> |
206 OK | 209 OK |
207 </message> | 210 </message> |
208 <message name="IDS_POLICY_UNSET" desc="Text displayed in the status column whe
n no value is set for a policy."> | 211 <message name="IDS_POLICY_UNSET" desc="Text displayed in the status column whe
n no value is set for a policy."> |
209 Not set. | 212 Not set. |
210 </message> | 213 </message> |
211 <message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column w
hen a policy name is not recognized."> | 214 <message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column w
hen a policy name is not recognized."> |
212 Unknown policy. | 215 Unknown policy. |
213 </message> | 216 </message> |
214 | 217 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level
column when a policy is recommended."> | 298 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level
column when a policy is recommended."> |
296 Recommended | 299 Recommended |
297 </message> | 300 </message> |
298 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c
olumn when a policy is mandatory."> | 301 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c
olumn when a policy is mandatory."> |
299 Mandatory | 302 Mandatory |
300 </message> | 303 </message> |
301 <message name="IDS_POLICY_INVALID_BOOKMARK" desc="Text displayed in the status
column when an entry of the ManagedBookmarks policy is not a valid bookmark."> | 304 <message name="IDS_POLICY_INVALID_BOOKMARK" desc="Text displayed in the status
column when an entry of the ManagedBookmarks policy is not a valid bookmark."> |
302 Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph> | 305 Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph> |
303 </message> | 306 </message> |
304 </grit-part> | 307 </grit-part> |
OLD | NEW |