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 4280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4291 </message> | 4291 </message> |
4292 <message name="IDS_EXTENSION_PROMPT_WARNING_INPUT" desc="Permission string
for access to input."> | 4292 <message name="IDS_EXTENSION_PROMPT_WARNING_INPUT" desc="Permission string
for access to input."> |
4293 Access anything you type | 4293 Access anything you type |
4294 </message> | 4294 </message> |
4295 <message name="IDS_EXTENSION_PROMPT_WARNING_BOOKMARKS" desc="Permission st
ring for access to bookmarks."> | 4295 <message name="IDS_EXTENSION_PROMPT_WARNING_BOOKMARKS" desc="Permission st
ring for access to bookmarks."> |
4296 Read and modify your bookmarks | 4296 Read and modify your bookmarks |
4297 </message> | 4297 </message> |
4298 <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY" desc="Permis
sion string for access to browsing history."> | 4298 <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY" desc="Permis
sion string for access to browsing history."> |
4299 Read and modify your browsing history | 4299 Read and modify your browsing history |
4300 </message> | 4300 </message> |
| 4301 <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY_AND_SESSIONS"
desc="Permission string for access to both browsing history and signed in sessi
ons."> |
| 4302 Read and modify your browsing history on all your signed-in devices |
| 4303 </message> |
4301 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s
tring for access to geolocation."> | 4304 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s
tring for access to geolocation."> |
4302 Detect your physical location | 4305 Detect your physical location |
4303 </message> | 4306 </message> |
4304 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st
ring for access to extension management."> | 4307 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st
ring for access to extension management."> |
4305 Manage your apps, extensions, and themes | 4308 Manage your apps, extensions, and themes |
4306 </message> | 4309 </message> |
4307 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string
for access to tabs."> | 4310 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string
for access to tabs."> |
4308 Access your tabs and browsing activity | 4311 Access your tabs and browsing activity |
4309 </message> | 4312 </message> |
| 4313 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS_AND_SESSIONS" desc="Permi
ssion string for access to both tabs and signed in sessions."> |
| 4314 Access your browsing history on all your signed-in devices |
| 4315 </message> |
4310 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str
ing for access to debugger."> | 4316 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str
ing for access to debugger."> |
4311 Access the page debugger backend | 4317 Access the page debugger backend |
4312 </message> | 4318 </message> |
4313 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st
ring for access to clipboard."> | 4319 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st
ring for access to clipboard."> |
4314 Access data you copy and paste | 4320 Access data you copy and paste |
4315 </message> | 4321 </message> |
4316 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s
tring for access to text-to-speech."> | 4322 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s
tring for access to text-to-speech."> |
4317 Access all text spoken using synthesized speech | 4323 Access all text spoken using synthesized speech |
4318 </message> | 4324 </message> |
4319 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis
sion string for access to content settings."> | 4325 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis
sion string for access to content settings."> |
(...skipping 9836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14156 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr
iption of the 'Extension Content Verification' enforce mode"> | 14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr
iption of the 'Extension Content Verification' enforce mode"> |
14157 Enforce (try to get hashes, and enforce them if successful) | 14163 Enforce (try to get hashes, and enforce them if successful) |
14158 </message> | 14164 </message> |
14159 | 14165 |
14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc
="Description of the 'Extension Content Verification' enforce strict mode"> | 14166 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc
="Description of the 'Extension Content Verification' enforce strict mode"> |
14161 Enforce strict (hard fail if we can't get hashes) | 14167 Enforce strict (hard fail if we can't get hashes) |
14162 </message> | 14168 </message> |
14163 </messages> | 14169 </messages> |
14164 </release> | 14170 </release> |
14165 </grit> | 14171 </grit> |
OLD | NEW |