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 definition of resources that will be translated for each | 4 This file contains definition of resources that will be translated for each |
5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are | 5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are |
6 available for making strings OS specific. Other platform defines such as | 6 available for making strings OS specific. Other platform defines such as |
7 use_titlecase are declared in build/common.gypi. | 7 use_titlecase are declared in build/common.gypi. |
8 | 8 |
9 The strings in this file are specific to iOS, thus is_ios will be true and | 9 The strings in this file are specific to iOS, thus is_ios will be true and |
10 all other OS specific variables will be false. | 10 all other OS specific variables will be false. |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 </message> | 244 </message> |
245 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label
for the voice search button in the location bar [Length: unlimited]"> | 245 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label
for the voice search button in the location bar [Length: unlimited]"> |
246 Voice Search | 246 Voice Search |
247 </message> | 247 </message> |
248 | 248 |
249 <!-- The URL for Google Chrome privacy policy. --> | 249 <!-- The URL for Google Chrome privacy policy. --> |
250 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> | 250 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> |
251 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ | 251 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ |
252 </message> | 252 </message> |
253 | 253 |
254 <!-- Browser Task Scheduler --> | 254 <!-- Task Scheduler --> |
255 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_NAME" | 255 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_NAME" |
256 desc="Name of about:flag option to control the availability of th
e browser task scheduler." | 256 desc="Name of about:flag option to control redirection to the tas
k scheduler." |
257 translateable="false"> | 257 translateable="false"> |
258 Browser Task Scheduler | 258 Task Scheduler |
259 </message> | 259 </message> |
260 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_DESCRIPTION" | 260 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_DESCRIPTION" |
261 desc="Description of about:flag option to control the availabilit
y of the browser task scheduler." | 261 desc="Description of about:flag option to control redirection to
the task scheduler." |
262 translateable="false"> | 262 translateable="false"> |
263 Enables the browser task scheduler to dispatch tasks instead of the exis
ting worker pools. The browser task scheduler will only be used if variation par
ameters are available. | 263 Enables redirection of some task posting APIs to the task scheduler. |
264 </message> | 264 </message> |
265 | 265 |
266 </messages> | 266 </messages> |
267 </release> | 267 </release> |
268 </grit> | 268 </grit> |
OLD | NEW |