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 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 255 </message> | 255 </message> |
| 256 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label for the voice search button in the location bar [Length: unlimited]"> | 256 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label for the voice search button in the location bar [Length: unlimited]"> |
| 257 Voice Search | 257 Voice Search |
| 258 </message> | 258 </message> |
| 259 | 259 |
| 260 <!-- The URL for Google Chrome privacy policy. --> | 260 <!-- The URL for Google Chrome privacy policy. --> |
| 261 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> | 261 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> |
| 262 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ | 262 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ |
| 263 </message> | 263 </message> |
| 264 | 264 |
| 265 <!-- Browser Task Scheduler --> | |
| 266 <message name="IDS_FLAGS_BROWSER_TASK_SCHEDULER_NAME" | |
|
rohitrao (ping after 24h)
2016/10/25 12:07:07
Could you name these IDS_IOS_FLAGS_, for consisten
robliao
2016/10/26 17:28:19
Done.
| |
| 267 desc="Name of about:flag option to control the availability of th e browser task scheduler." | |
| 268 translateable="false"> | |
| 269 Browser Task Scheduler | |
| 270 </message> | |
| 271 <message name="IDS_FLAGS_BROWSER_TASK_SCHEDULER_DESCRIPTION" | |
| 272 desc="Description of about:flag option to control the availabilit y of the browser task scheduler." | |
| 273 translateable="false"> | |
| 274 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. | |
| 275 </message> | |
| 276 | |
| 265 </messages> | 277 </messages> |
| 266 </release> | 278 </release> |
| 267 </grit> | 279 </grit> |
| OLD | NEW |