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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 </message> | 273 </message> |
274 <message name="IDS_POLICY_SHOW_EXPANDED_VALUE" desc="Text for the link that sh
ows the policy value. Used when the policy value is too long to be always visibl
e."> | 274 <message name="IDS_POLICY_SHOW_EXPANDED_VALUE" desc="Text for the link that sh
ows the policy value. Used when the policy value is too long to be always visibl
e."> |
275 Show value | 275 Show value |
276 </message> | 276 </message> |
277 <message name="IDS_POLICY_HIDE_EXPANDED_VALUE" desc="Text for the link that hi
des the policy value. Used when the policy value is too long to be always visibl
e."> | 277 <message name="IDS_POLICY_HIDE_EXPANDED_VALUE" desc="Text for the link that hi
des the policy value. Used when the policy value is too long to be always visibl
e."> |
278 Hide value | 278 Hide value |
279 </message> | 279 </message> |
280 <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to c
olumn when a policy applies to the current user only."> | 280 <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to c
olumn when a policy applies to the current user only."> |
281 Current user | 281 Current user |
282 </message> | 282 </message> |
283 <if expr="not is_android and not pp_ifdef('chromeos')"> | 283 <if expr="not is_android and not chromeos"> |
284 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies
to column when a policy applies to everyone on the machine."> | 284 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies
to column when a policy applies to everyone on the machine."> |
285 Machine | 285 Machine |
286 </message> | 286 </message> |
287 </if> | 287 </if> |
288 <if expr="pp_ifdef('chromeos') or is_android"> | 288 <if expr="chromeos or is_android"> |
289 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the
Applies To column when a policy applies to everyone on the device."> | 289 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the
Applies To column when a policy applies to everyone on the device."> |
290 Device | 290 Device |
291 </message> | 291 </message> |
292 </if> | 292 </if> |
293 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level
column when a policy is recommended."> | 293 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level
column when a policy is recommended."> |
294 Recommended | 294 Recommended |
295 </message> | 295 </message> |
296 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c
olumn when a policy is mandatory."> | 296 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c
olumn when a policy is mandatory."> |
297 Mandatory | 297 Mandatory |
298 </message> | 298 </message> |
299 | 299 |
300 <if expr="is_android"> | 300 <if expr="is_android"> |
301 <message name="IDS_POLICY_MANAGED_BOOKMARKS" desc="Mobile: name of the manag
ed bookmarks folder"> | 301 <message name="IDS_POLICY_MANAGED_BOOKMARKS" desc="Mobile: name of the manag
ed bookmarks folder"> |
302 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks | 302 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks |
303 </message> | 303 </message> |
304 <message name="IDS_POLICY_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Mobile: name
of the managed bookmarks folder when the management domain can't be determined.
"> | 304 <message name="IDS_POLICY_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Mobile: name
of the managed bookmarks folder when the management domain can't be determined.
"> |
305 Managed bookmarks | 305 Managed bookmarks |
306 </message> | 306 </message> |
307 </if> | 307 </if> |
308 | 308 |
309 </grit-part> | 309 </grit-part> |
OLD | NEW |