Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
| 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
| 6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
| 7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
| 8 --> | 8 --> |
| 9 | 9 |
| 10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
| (...skipping 4158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4169 </message> | 4169 </message> |
| 4170 <message name="IDS_POLICY_STATUS_TITLE" desc="The title for the status sec tion."> | 4170 <message name="IDS_POLICY_STATUS_TITLE" desc="The title for the status sec tion."> |
| 4171 Status | 4171 Status |
| 4172 </message> | 4172 </message> |
| 4173 <message name="IDS_POLICY_DEVICE_POLICIES" desc="The title for the device policies status box."> | 4173 <message name="IDS_POLICY_DEVICE_POLICIES" desc="The title for the device policies status box."> |
| 4174 Device Policies | 4174 Device Policies |
| 4175 </message> | 4175 </message> |
| 4176 <message name="IDS_POLICY_USER_POLICIES" desc="The title for the user poli cies status box."> | 4176 <message name="IDS_POLICY_USER_POLICIES" desc="The title for the user poli cies status box."> |
| 4177 User policies | 4177 User policies |
| 4178 </message> | 4178 </message> |
| 4179 <message name="IDS_POLICY_ENROLLMENT_DOMAIN" desc="The label for the enrol lment domain in the status boxes."> | 4179 <message name="IDS_POLICY_ENROLLMENT_DOMAIN" desc="The label for the enrol lment domain in the device policies status box."> |
| 4180 Enrollment domain: | 4180 Enrollment domain: |
| 4181 </message> | 4181 </message> |
| 4182 <message name="IDS_POLICY_DEVICE_ID" desc="The label for the device id in the device policies status box."> | |
| 4183 Device Id: | |
| 4184 </message> | |
| 4185 <message name="IDS_POLICY_USERNAME" desc="The label for the username in th e user policies status box."> | |
| 4186 User: | |
| 4187 </message> | |
| 4188 <message name="IDS_POLICY_USER_ID" desc="The label for the user id in the user policies status box."> | |
|
Mattias Nissler (ping if slow)
2011/09/02 11:16:09
Hm, it seems that we should find a common term for
| |
| 4189 User Id: | |
| 4190 </message> | |
| 4182 <message name="IDS_POLICY_LAST_FETCHED" desc="The label for the last fetch ed time in the status boxes."> | 4191 <message name="IDS_POLICY_LAST_FETCHED" desc="The label for the last fetch ed time in the status boxes."> |
| 4183 Last fetched: | 4192 Last fetched: |
| 4184 </message> | 4193 </message> |
| 4185 <message name="IDS_POLICY_FETCH_INTERVAL" desc="The label for the fetch in terval in the status boxes."> | 4194 <message name="IDS_POLICY_FETCH_INTERVAL" desc="The label for the fetch in terval in the status boxes."> |
| 4186 Fetch interval: | 4195 Fetch interval: |
| 4187 </message> | 4196 </message> |
| 4188 <message name="IDS_POLICY_SERVER_STATUS" desc="The label for the server st atus in the status boxes."> | 4197 <message name="IDS_POLICY_SERVER_STATUS" desc="The label for the server st atus in the status boxes."> |
| 4189 Status: | 4198 Status: |
| 4190 </message> | 4199 </message> |
| 4191 <message name="IDS_POLICY_SHOW_UNSENT" desc="The label for the checkbox th at enables/disables the display of policies not sent by the server."> | 4200 <message name="IDS_POLICY_SHOW_UNSENT" desc="The label for the checkbox th at enables/disables the display of policies not sent by the server."> |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 4206 </message> | 4215 </message> |
| 4207 <message name="IDS_POLICY_ENTRY_NAME" desc="The table header for the colum n in the policy table that contains the name of the policy."> | 4216 <message name="IDS_POLICY_ENTRY_NAME" desc="The table header for the colum n in the policy table that contains the name of the policy."> |
| 4208 Policy Name | 4217 Policy Name |
| 4209 </message> | 4218 </message> |
| 4210 <message name="IDS_POLICY_ENTRY_VALUE" desc="The table header for the colu mn in the policy table that contains the value of the policy."> | 4219 <message name="IDS_POLICY_ENTRY_VALUE" desc="The table header for the colu mn in the policy table that contains the value of the policy."> |
| 4211 Policy Value | 4220 Policy Value |
| 4212 </message> | 4221 </message> |
| 4213 <message name="IDS_POLICY_ENTRY_STATUS" desc="The table header for the col umn in policy table that contains the status of the policy."> | 4222 <message name="IDS_POLICY_ENTRY_STATUS" desc="The table header for the col umn in policy table that contains the status of the policy."> |
| 4214 Status | 4223 Status |
| 4215 </message> | 4224 </message> |
| 4216 | 4225 <message name="IDS_POLICY_SHOW_MORE" desc="The text for the link that expa nds a policy value or policy status table cell."> |
|
Mattias Nissler (ping if slow)
2011/09/02 11:16:09
Ah, so here I can see a good cut for splitting the
| |
| 4226 [Show more] | |
| 4227 </message> | |
| 4228 <message name="IDS_POLICY_HIDE" desc="The text for the link that hides ove rflowing text in a policy value or policy status table cell."> | |
| 4229 [Hide] | |
| 4230 </message> | |
| 4217 <!-- about:flags --> | 4231 <!-- about:flags --> |
| 4218 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page."> | 4232 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page."> |
| 4219 Careful, these experiments may bite | 4233 Careful, these experiments may bite |
| 4220 </message> | 4234 </message> |
| 4221 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page."> | 4235 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page."> |
| 4222 Experiments | 4236 Experiments |
| 4223 </message> | 4237 </message> |
| 4224 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text."> | 4238 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text."> |
| 4225 WARNING | 4239 WARNING |
| 4226 </message> | 4240 </message> |
| (...skipping 9362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 13589 </messages> | 13603 </messages> |
| 13590 <structures fallback_to_english="true"> | 13604 <structures fallback_to_english="true"> |
| 13591 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> | 13605 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> |
| 13592 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 13606 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
| 13593 </structure> | 13607 </structure> |
| 13594 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 13608 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
| 13595 </structure> | 13609 </structure> |
| 13596 </structures> | 13610 </structures> |
| 13597 </release> | 13611 </release> |
| 13598 </grit> | 13612 </grit> |
| OLD | NEW |