Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / components / policy_strings.grdp
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3
4   <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a successful device management server call.">
5     Request succeeded
6   </message>
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
9   </message>
10   <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating the request to the enterprise server failed in the network.">
11     Network error
12   </message>
13   <message name="IDS_POLICY_DM_STATUS_TEMPORARY_UNAVAILABLE" desc="Message indicating a temporary problem on the enterprise server.">
14     Temporary server error
15   </message>
16   <message name="IDS_POLICY_DM_STATUS_HTTP_STATUS_ERROR" desc="Message indicating an abnormal response code from the enterprise server.">
17     HTTP error
18   </message>
19   <message name="IDS_POLICY_DM_STATUS_RESPONSE_DECODING_ERROR" desc="Message indicating a problem decoding a response from the enterprise server.">
20     Failed to decode response
21   </message>
22   <message name="IDS_POLICY_DM_STATUS_SERVICE_MANAGEMENT_NOT_SUPPORTED" desc="Message indicating that enterprise management is not applicable to the user/device.">
23     Management not supported
24   </message>
25   <message name="IDS_POLICY_DM_STATUS_SERVICE_DEVICE_NOT_FOUND" desc="Message indicating the enterprise server is missing a device record.">
26     Missing device record
27   </message>
28   <message name="IDS_POLICY_DM_STATUS_SERVICE_MANAGEMENT_TOKEN_INVALID" desc="Message indicating the token used to authenticate to the enterprise server is invalid.">
29     Invalid device management token
30   </message>
31   <message name="IDS_POLICY_DM_STATUS_SERVICE_ACTIVATION_PENDING" desc="Message indicating enterprise management must first be activated for this user/device.">
32     Activation is pending on the server
33   </message>
34   <message name="IDS_POLICY_DM_STATUS_SERVICE_INVALID_SERIAL_NUMBER" desc="Message indicating the provided device serial number is invalid.">
35     Device serial number is invalid
36   </message>
37   <message name="IDS_POLICY_DM_STATUS_SERVICE_DEVICE_ID_CONFLICT" desc="Message indicating the chosen device identifier is already used.">
38     Conflicting device identifier
39   </message>
40   <message name="IDS_POLICY_DM_STATUS_SERVICE_MISSING_LICENSES" desc="Message indicating the enterprise server doesn't have enough licenses to allow management.">
41     Licenses exhausted
42   </message>
43   <message name="IDS_POLICY_DM_STATUS_SERVICE_DEPROVISIONED" desc="Message indicating the administrator has deprovisioned this client on the server.">
44     Deprovisioned
45   </message>
46   <message name="IDS_POLICY_DM_STATUS_SERVICE_POLICY_NOT_FOUND" desc="Message indicating that the enterprise server failed to find the policy to be applied to the device.">
47     Policy not found
48   </message>
49   <message name="IDS_POLICY_DM_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error from the enterprise server.">
50     Unknown error
51   </message>
52
53   <message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful policy validation.">
54     Validation successful
55   </message>
56   <message name="IDS_POLICY_VALIDATION_BAD_INITIAL_SIGNATURE" desc="Message indicating a bad signature on policy validation using the initial key.">
57     Bad intial signature
58   </message>
59   <message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation.">
60     Bad signature
61   </message>
62   <message name="IDS_POLICY_VALIDATION_ERROR_CODE_PRESENT" desc="Message indicating policy validation failure due to an error code in the policy.">
63     Error code present in the policy response
64   </message>
65   <message name="IDS_POLICY_VALIDATION_PAYLOAD_PARSE_ERROR" desc="Message indicating a policy parse error during policy validation.">
66     Error parsing policy
67   </message>
68   <message name="IDS_POLICY_VALIDATION_WRONG_POLICY_TYPE" desc="Message indicating the policy did not have the expected type.">
69     Wrong policy type
70   </message>
71   <message name="IDS_POLICY_VALIDATION_WRONG_SETTINGS_ENTITY_ID" desc="Message indicating the policy did not have the expected entity identifier.">
72     Wrong entity identifier
73   </message>
74   <message name="IDS_POLICY_VALIDATION_BAD_TIMESTAMP" desc="Message indicating the policy timestamp is bad.">
75     Bad policy timestamp
76   </message>
77   <message name="IDS_POLICY_VALIDATION_WRONG_TOKEN" desc="Message indicating the policy token is different from the one expected.">
78     Returned policy token doesn't match current token
79   </message>
80   <message name="IDS_POLICY_VALIDATION_BAD_USERNAME" desc="Message indicating policy validation failed due to bad username/domain.">
81     Wrong policy subject
82   </message>
83   <message name="IDS_POLICY_VALIDATION_POLICY_PARSE_ERROR" desc="Message indicating a parse error in policy.">
84     Error parsing policy settings
85   </message>
86   <message name="IDS_POLICY_VALIDATION_BAD_KEY_VERIFICATION_SIGNATURE" desc="Message indicating a policy key had an invalid verification signature.">
87     Bad verification signature.
88   </message>
89   <message name="IDS_POLICY_VALIDATION_UNKNOWN_ERROR" desc="Message indicating unknown error in policy validation.">
90     Unknown error
91   </message>
92
93   <message name="IDS_POLICY_STORE_STATUS_OK" desc="Message indicating a healthy policy store.">
94     Policy cache OK
95   </message>
96   <message name="IDS_POLICY_STORE_STATUS_LOAD_ERROR" desc="Message indicating a failure to load policy.">
97     Failed to load policy settings
98   </message>
99   <message name="IDS_POLICY_STORE_STATUS_STORE_ERROR" desc="Message indicating a failure to store policy.">
100     Failed to store policy settings
101   </message>
102   <message name="IDS_POLICY_STORE_STATUS_PARSE_ERROR" desc="Message indicating a parse error on loading policy">
103     Policy parse error
104   </message>
105   <message name="IDS_POLICY_STORE_STATUS_SERIALIZE_ERROR" desc="Message indicating an error preparing policy for storage.">
106     Serialization error
107   </message>
108   <message name="IDS_POLICY_STORE_STATUS_VALIDATION_ERROR" desc="Message indicating policy validation on store/load failed.">
109     Validation error: <ph name="VALIDATION_ERROR">$1<ex>Bad signature</ex></ph>.
110   </message>
111   <message name="IDS_POLICY_STORE_STATUS_BAD_STATE" desc="Message indicating policy cannot be stored/loaded due to the backend being in bad state.">
112     Backing store in bad state
113   </message>
114   <message name="IDS_POLICY_STORE_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error with the policy cache.">
115     Unknown error
116   </message>
117
118   <message name="IDS_POLICY_ASSOCIATION_STATE_ACTIVE" desc="Message indicating that the server actively manages the client.">
119     Active
120   </message>
121   <message name="IDS_POLICY_ASSOCIATION_STATE_UNMANAGED" desc="Message indicating that the server is currently not willing to manage this client.">
122     Unmanaged
123   </message>
124   <message name="IDS_POLICY_ASSOCIATION_STATE_DEPROVISIONED" desc="Message indicating that the server has deprovisioned the client.">
125     Deprovisioned
126   </message>
127
128   <message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the status column when a policy value has the wrong type.">
129     Expected <ph name="VALUE_TYPE">$1<ex>boolean</ex></ph> value.
130   </message>
131   <message name="IDS_POLICY_OUT_OF_RANGE_ERROR" desc="The text displayed in the status column when a policy value is out of range.">
132     Value is out of range <ph name="VALUE">$1<ex>10</ex></ph>.
133   </message>
134   <message name="IDS_POLICY_VALUE_FORMAT_ERROR" desc="The text displayed in the status column when a policy value doesn't match the expected format.">
135     Value doesn't match format.
136   </message>
137   <message name="IDS_POLICY_DEFAULT_SEARCH_DISABLED" desc="The text displayed in the status column when a policy value has been ignored because default search has been disabled.">
138     Ignored because default search is disabled by policy.
139   </message>
140   <message name="IDS_POLICY_NOT_SPECIFIED_ERROR" desc="The text displayed in the status column when a policy value should have been specified but wasn't.">
141     Must be specified.
142   </message>
143   <message name="IDS_POLICY_SUBKEY_ERROR" desc="The text displayed in the status column for errors in a subkey of a policy.">
144     Key "<ph name="SUBKEY">$1<ex>ProxyMode</ex></ph>": <ph name="ERROR">$2<ex>Must be specified.</ex></ph>
145   </message>
146   <message name="IDS_POLICY_LIST_ENTRY_ERROR" desc="The text displayed in the status column for errors in list entry in a policy.">
147     List entry "<ph name="ENTRY_INDEX">$1<ex>3</ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph>
148   </message>
149   <message name="IDS_POLICY_SCHEMA_VALIDATION_ERROR" desc="The text displayed in the status column when the policy value doesn't conform to the policy schema.">
150     Schema validation error at "<ph name="ERROR_PATH">$1<ex>AC.Delays.ScreenOff</ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph>
151   </message>
152   <message name="IDS_POLICY_INVALID_SEARCH_URL_ERROR" desc="The text displayed in the status column when a the URL given for DefaultSearchProviderSearchURL is invalid.">
153     Invalid search URL.
154   </message>
155   <message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text displayed in the status column when the value for ProxyMode is invalid.">
156     Invalid proxy mode.
157   </message>
158   <message name="IDS_POLICY_PROXY_MODE_DISABLED_ERROR" desc="The text displayed in the status column when use of a proxy is disabled but a proxy configuration is given.">
159     Use of a proxy is disabled but an explicit proxy configuration is specified.
160   </message>
161   <message name="IDS_POLICY_PROXY_MODE_AUTO_DETECT_ERROR" desc="The text displayed in the status column when the proxy is set to auto configured but a proxy configuration is given.">
162     Proxy is set to auto configured.
163   </message>
164   <message name="IDS_POLICY_PROXY_MODE_PAC_URL_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use a .pac script URL but policies only for fixed proxy servers are also specified.">
165     Proxy configuration is set to use a .pac script URL, not fixed proxy servers.
166   </message>
167   <message name="IDS_POLICY_PROXY_MODE_FIXED_SERVERS_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use fixed proxy servers but an alternate configuration is given.">
168     Proxy is set to use fixed proxy servers, not a .pac script URL.
169   </message>
170   <message name="IDS_POLICY_PROXY_MODE_SYSTEM_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use system settings but an alternate configuration is given.">
171     System proxy settings are set to be used but an explicit proxy configuration is also specified.
172   </message>
173   <message name="IDS_POLICY_PROXY_BOTH_SPECIFIED_ERROR" desc="The text displayed in the status column when both fixed proxy servers and .pac url are specified.">
174     Both fixed proxy servers and a .pac script URL are specified.
175   </message>
176   <message name="IDS_POLICY_PROXY_NEITHER_SPECIFIED_ERROR" desc="The text displayed in the status column when neither a fixed proxy servers or a .pac url are specified.">
177     Neither fixed proxy servers nor a .pac script URL are specified.
178   </message>
179   <message name="IDS_POLICY_OVERRIDDEN" desc="The text displayed in the status column when the corresponding policy is being ignored because another policy is overriding it.">
180     Ignored because it was overridden by <ph name="POLICY_NAME">$1<ex>ProxyMode</ex></ph>.
181   </message>
182   <message name="IDS_POLICY_DEPRECATED" desc="The text displayed in the status column when the corresponding policy is deprecated.">
183     This policy has been deprecated.
184   </message>
185   <message name="IDS_POLICY_VALUE_DEPRECATED" desc="The text displayed in the status column when a specific value for a policy is deprecated.">
186     This value is deprecated for this policy.
187   </message>
188   <message name="IDS_POLICY_NETWORK_CONFIG_PARSE_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse.">
189     Network configuration failed to be parsed.
190   </message>
191   <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text displayed in the status column when the corresponding network configuration policy is not standard conform and was imported partially.">
192     The network configuration doesn't comply to the ONC standard. Parts of the configuration may not be imported.
193   </message>
194   <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy is invalid.">
195     The network configuration is invalid and couldn't be imported.
196   </message>
197   <message name="IDS_POLICY_JSON_PARSE_ERROR" desc="The text displayed in the status column when a policy that should have been specified in JSON format could not be parsed.">
198     Failed to parse JSON format: <ph name="JSON_PARSE_ERROR">$1<ex>Unexpected token.</ex></ph>
199   </message>
200   <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy.">
201     OK
202   </message>
203   <message name="IDS_POLICY_UNSET" desc="Text displayed in the status column when no value is set for a policy.">
204     Not set.
205   </message>
206   <message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column when a policy name is not recognized.">
207     Unknown policy.
208   </message>
209   <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.">
210     Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph>
211   </message>
212
213   <!-- chrome://policy -->
214   <message name="IDS_POLICY_TITLE" desc="Page title and the title of the section that lists policies.">
215     Policies
216   </message>
217   <message name="IDS_POLICY_FILTER_PLACEHOLDER" desc="Placeholder for the input field that lets the user filter policies by name.">
218     Filter policies by name
219   </message>
220   <message name="IDS_POLICY_RELOAD_POLICIES" desc="Label for the button that reloads policies.">
221     Reload policies
222   </message>
223   <message name="IDS_POLICY_STATUS" desc="Title of the status section.">
224     Status
225   </message>
226   <message name="IDS_POLICY_STATUS_DEVICE" desc="Title for the device policy status box.">
227     Device policies
228   </message>
229   <message name="IDS_POLICY_STATUS_USER" desc="Title for the user policy status box.">
230     User policies
231   </message>
232   <message name="IDS_POLICY_LABEL_DOMAIN" desc="Label for the enrollment domain in the device policy status box.">
233     Enrollment domain:
234   </message>
235   <message name="IDS_POLICY_LABEL_USERNAME" desc="Label for the username in the user policy status box.">
236     User:
237   </message>
238   <message name="IDS_POLICY_LABEL_CLIENT_ID" desc="Label for the client IDs in the policy status boxes.">
239     Client ID:
240   </message>
241   <message name="IDS_POLICY_LABEL_TIME_SINCE_LAST_REFRESH" desc="Label for the time since the last refresh in the policy status boxes.">
242     Last fetched:
243   </message>
244   <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fetch was never performed before.">
245     Never
246   </message>
247   <message name="IDS_POLICY_LABEL_REFRESH_INTERVAL" desc="Label for the refresh interval in the policy status boxes.">
248     Fetch interval:
249   </message>
250   <message name="IDS_POLICY_LABEL_STATUS" desc="Label for the actual status in the policy status boxes.">
251     Status:
252   </message>
253   <message name="IDS_POLICY_SHOW_UNSET" desc="Label for the checkbox that determines whether policies whose value has not been set are shown.">
254     Show policies with no value set
255   </message>
256   <message name="IDS_POLICY_NO_POLICIES_SET" desc="Text displayed when none of the policies have been set.">
257     No policies set
258   </message>
259   <message name="IDS_POLICY_HEADER_SCOPE" desc="Table header for the column in the policy table that details whether a policy is a user or a device policy.">
260     Applies to
261   </message>
262   <message name="IDS_POLICY_HEADER_LEVEL" desc="Table header for the column in the policy table that details whether a policy is mandatory or recommended.">
263     Level
264   </message>
265   <message name="IDS_POLICY_HEADER_NAME" desc="Table header for the column in the policy table that contains the policy name.">
266     Policy name
267   </message>
268   <message name="IDS_POLICY_HEADER_VALUE" desc="Table header for the column in the policy table that contains the policy value.">
269     Policy value
270   </message>
271   <message name="IDS_POLICY_HEADER_STATUS" desc="Table header for the column in policy table that contains the policy status.">
272     Status
273   </message>
274   <message name="IDS_POLICY_SHOW_EXPANDED_VALUE" desc="Text for the link that shows the policy value. Used when the policy value is too long to be always visible.">
275     Show value
276   </message>
277   <message name="IDS_POLICY_HIDE_EXPANDED_VALUE" desc="Text for the link that hides the policy value. Used when the policy value is too long to be always visible.">
278     Hide value
279   </message>
280   <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to column when a policy applies to the current user only.">
281     Current user
282   </message>
283   <if expr="not is_android and not pp_ifdef('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.">
285       Machine
286     </message>
287   </if>
288   <if expr="pp_ifdef('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.">
290       Device
291     </message>
292   </if>
293   <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended.">
294     Recommended
295   </message>
296   <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level column when a policy is mandatory.">
297     Mandatory
298   </message>
299
300   <if expr="is_android">
301     <message name="IDS_POLICY_MANAGED_BOOKMARKS" desc="Mobile: name of the managed bookmarks folder">
302       <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks
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.">
305       Managed bookmarks
306     </message>
307   </if>
308
309 </grit-part>