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 4123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4134 <message name="IDS_PLUGINS_NO_PLUGINS" desc="Text that indicates that no p lugins are installed"> | 4134 <message name="IDS_PLUGINS_NO_PLUGINS" desc="Text that indicates that no p lugins are installed"> |
4135 No plugins are installed | 4135 No plugins are installed |
4136 </message> | 4136 </message> |
4137 <message name="IDS_PLUGINS_DISABLED_HEADER" desc="Text right before the pl ugins disabled body text."> | 4137 <message name="IDS_PLUGINS_DISABLED_HEADER" desc="Text right before the pl ugins disabled body text."> |
4138 Plugin preferences have been disabled. | 4138 Plugin preferences have been disabled. |
4139 </message> | 4139 </message> |
4140 <message name="IDS_PLUGINS_DISABLED_TEXT" desc="Text at the top of the abo ut:plugins page on profiles launched after the first profile, warning that they may not control plugins during this browser session."> | 4140 <message name="IDS_PLUGINS_DISABLED_TEXT" desc="Text at the top of the abo ut:plugins page on profiles launched after the first profile, warning that they may not control plugins during this browser session."> |
4141 There are multiple simultaneous users of Chrome on this computer. Only t he first user to launch Chrome can modify these preferences. Sorry about that! | 4141 There are multiple simultaneous users of Chrome on this computer. Only t he first user to launch Chrome can modify these preferences. Sorry about that! |
4142 </message> | 4142 </message> |
4143 | 4143 |
4144 <!-- about:policy --> | |
4145 <message name="IDS_POLICY_TITLE" desc="The title for the about:policies pa ge."> | |
4146 Policies | |
4147 </message> | |
4148 <message name="IDS_POLICY_DESCRIPTION" desc="The description for the about :policies pages."> | |
4149 This page lists the policies that are currently enabled on this client a nd their values for better | |
Mattias Nissler (ping if slow)
2011/08/12 09:42:05
no line breaks in the string please.
simo
2011/08/16 17:36:34
Done.
| |
4150 client-side administration of policies. Optionally, all policies support ed by this client can also be | |
4151 displayed. | |
4152 </message> | |
4153 <message name="IDS_POLICY_FETCH" desc="The label for the button that fetch es policies."> | |
4154 Fetch policies now | |
4155 </message> | |
4156 <message name="IDS_POLICY_STATUS_TITLE" desc="The title for the status sec tion."> | |
4157 Status | |
4158 </message> | |
4159 <message name="IDS_POLICY_DEVICE_POLICIES" desc="The title for the device policies status box."> | |
4160 Device Policies: | |
4161 </message> | |
4162 <message name="IDS_POLICY_USER_POLICIES" desc="The title for the user poli cies status box."> | |
4163 User policies: | |
4164 </message> | |
4165 <message name="IDS_POLICY_ENROLLMENT_DOMAIN" desc="The label for the enrol lment domain in the status boxes."> | |
4166 Enrollment domain: | |
4167 </message> | |
4168 <message name="IDS_POLICY_LAST_FETCHED" desc="The label for the last fetch ed time in the status boxes."> | |
4169 Last fetched: | |
4170 </message> | |
4171 <message name="IDS_POLICY_FETCH_INTERVAL" desc="The label for the fetch in terval in the status boxes."> | |
4172 Fetch interval: | |
4173 </message> | |
4174 <message name="IDS_POLICY_SERVER_STATUS" desc="The label for the server st atus in the status boxes."> | |
4175 Status: | |
4176 </message> | |
4177 <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."> | |
4178 Also show policies not sent by the server | |
4179 </message> | |
4180 <message name="IDS_POLICY_FILTER" desc="The placeholder for the search box ."> | |
4181 Filter policies by name | |
4182 </message> | |
4183 <message name="IDS_POLICY_NO_POLICIES_SET" desc="The text that appears if no policies were received | |
4184 by the client."> | |
4185 No policies are currently active! | |
4186 </message> | |
4187 <message name="IDS_POLICY_APPLIES_TO" desc="The table header for the colum n in the policy table that details whether a policy is a user or a device policy ."> | |
4188 Applies To | |
4189 </message> | |
4190 <message name="IDS_POLICY_LEVEL" desc="The table header for the column in the policy table that details whether a policy is mandatory or recommended."> | |
4191 Level | |
4192 </message> | |
4193 <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."> | |
4194 Policy Name | |
4195 </message> | |
4196 <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."> | |
4197 Policy Value | |
4198 </message> | |
4199 <message name="IDS_POLICY_ENTRY_STATUS" desc="The table header for the col umn in policy table that contains the status of the policy."> | |
4200 Status | |
4201 </message> | |
4202 | |
4144 <!-- about:flags --> | 4203 <!-- about:flags --> |
4145 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page."> | 4204 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page."> |
4146 Careful, these experiments may bite | 4205 Careful, these experiments may bite |
4147 </message> | 4206 </message> |
4148 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page."> | 4207 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page."> |
4149 Experiments | 4208 Experiments |
4150 </message> | 4209 </message> |
4151 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text."> | 4210 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text."> |
4152 WARNING | 4211 WARNING |
4153 </message> | 4212 </message> |
(...skipping 9163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13317 </includes> | 13376 </includes> |
13318 <structures fallback_to_english="true"> | 13377 <structures fallback_to_english="true"> |
13319 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 13378 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
13320 </structure> | 13379 </structure> |
13321 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 13380 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
13322 </structure> | 13381 </structure> |
13323 </structures> | 13382 </structures> |
13324 | 13383 |
13325 </release> | 13384 </release> |
13326 </grit> | 13385 </grit> |
OLD | NEW |