Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 850813002: Upstream Site Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@location_settings_singleton
Patch Set: use findbugs annotations; fix test Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 Off 113 Off
114 </message> 114 </message>
115 <message name="IDS_LEARN_MORE" desc="Generic label for menu item to learn more about a feature. [CHAR-LIMIT=32]"> 115 <message name="IDS_LEARN_MORE" desc="Generic label for menu item to learn more about a feature. [CHAR-LIMIT=32]">
116 Learn more 116 Learn more
117 </message> 117 </message>
118 118
119 <!-- Main Preferences --> 119 <!-- Main Preferences -->
120 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings."> 120 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
121 Settings 121 Settings
122 </message> 122 </message>
123 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]">
124 Help &amp; feedback
125 </message>
123 <message name="IDS_HELP" desc="Title for the help view."> 126 <message name="IDS_HELP" desc="Title for the help view.">
124 Help 127 Help
125 </message> 128 </message>
126 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy."> 129 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy.">
127 Managed by your administrator 130 Managed by your administrator
128 </message> 131 </message>
129 <message name="IDS_MANAGED_BY_YOUR_PARENTS" desc="Popup message when the u ser clicks a UI element that has been disabled by his/her parents."> 132 <message name="IDS_MANAGED_BY_YOUR_PARENTS" desc="Popup message when the u ser clicks a UI element that has been disabled by his/her parents.">
130 Managed by your parents 133 Managed by your parents
131 </message> 134 </message>
132 <message name="IDS_MANAGED_BY_YOUR_PARENT" desc="Popup message when the us er clicks a UI element that has been disabled by his/her parent."> 135 <message name="IDS_MANAGED_BY_YOUR_PARENT" desc="Popup message when the us er clicks a UI element that has been disabled by his/her parent.">
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 <message name="IDS_FONT_SIZE_PREVIEW_TEXT" desc="Preview text for font-siz e slider."> 249 <message name="IDS_FONT_SIZE_PREVIEW_TEXT" desc="Preview text for font-siz e slider.">
247 Drag the slider until you can read this comfortably. Text should look at least this big after double-tapping on a paragraph. 250 Drag the slider until you can read this comfortably. Text should look at least this big after double-tapping on a paragraph.
248 </message> 251 </message>
249 <message name="IDS_FORCE_ENABLE_ZOOM_TITLE" desc="Title of preference that allows the user to zoom in on any webpage, even if the page tries to disable zo oming."> 252 <message name="IDS_FORCE_ENABLE_ZOOM_TITLE" desc="Title of preference that allows the user to zoom in on any webpage, even if the page tries to disable zo oming.">
250 Force enable zoom 253 Force enable zoom
251 </message> 254 </message>
252 <message name="IDS_FORCE_ENABLE_ZOOM_SUMMARY" desc="Summary of preference that allows the user to zoom in on any webpage, even if the page tries to disabl e zooming."> 255 <message name="IDS_FORCE_ENABLE_ZOOM_SUMMARY" desc="Summary of preference that allows the user to zoom in on any webpage, even if the page tries to disabl e zooming.">
253 Override a website’s request to prevent zooming in 256 Override a website’s request to prevent zooming in
254 </message> 257 </message>
255 258
259 <!-- Site settings -->
260 <message name="IDS_PREFS_CONTENT_SETTINGS" desc="Title of the Website Sett ings screen. [CHAR-LIMIT=32]">
261 Site settings
262 </message>
263 <message name="IDS_ALL_SITES" desc='Title of the "All sites" settings scre en that allows the user to see permissions for all websites. [CHAR-LIMIT=32]'>
264 All sites
265 </message>
266 <message name="IDS_COOKIES_TITLE" desc="Title for the Cookies settings scr een [CHAR-LIMIT=32]">
267 Cookies
268 </message>
269 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_TITLE" desc="Title for Allow Third Party Cookies preference">
270 Allow third-party cookies
271 </message>
272 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_SUMMARY" desc="Summary text f or Allow Third Party Cookies preference">
273 Third-party websites can save and read cookie data
274 </message>
275 <message name="IDS_ENABLE_JAVASCRIPT_TITLE" desc="Title for Enable javascr ipt preference [CHAR-LIMIT=32]">
276 JavaScript
277 </message>
278 <message name="IDS_ENABLE_JAVASCRIPT_SUMMARY" desc="Summary text for Enabl e Javascript preference">
279 Allow sites to run JavaScript
280 </message>
281 <message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission t o display pop-up windows [CHAR-LIMIT=32]">
282 Pop-ups
283 </message>
284 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]">
285 Notifications
286 </message>
287 <message name="IDS_MIDI_SYSEX_PERMISSION_TITLE" desc="Title of the permiss ion that allows a website to get full control of MIDI devices [CHAR-LIMIT=32]">
288 Allow full control of MIDI devices
289 </message>
290 <message name="IDS_WEBSITE_SETTINGS_SITE_CATEGORY" desc="The headline abov e the website name on the website details page.">
291 Site
292 </message>
293 <message name="IDS_WEBSITE_SETTINGS_USAGE_CATEGORY" desc="The headline abo ve the usage stats (how much storage the site is using) on the website details p age.">
294 Usage
295 </message>
296 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_CATEGORY" desc="The headli ne above all the permissions on the website details page.">
297 Permissions
298 </message>
299 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED" desc="Summary text e xplaining that a permission is allowed, e.g. JavaScript: allowed.">
300 Allowed
301 </message>
302 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_BLOCKED" desc="Summary text e xplaining that a permission is blocked, e.g. JavaScript: blocked.">
303 Blocked
304 </message>
305 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED_EXCEPT_THIRD_PARTY" d esc="Summary text for when only third-party cookies are blocked.">
306 Allowed, except third-party
307 </message>
308 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ASK" desc="Summary text expla ining that Chrome will ask the user before allowing a site to use a certain perm ission, e.g. JavaScript: ask first.">
309 Ask first
310 </message>
311 <message name="IDS_WEBSITE_SETTINGS_BLOCKED_GROUP_HEADING" desc="The headi ng for a list of websites that have been blocked from using a particular permiss ion, e.g. blocked from accessing the user's location.">
312 Blocked
313 </message>
314 <message name="IDS_WEBSITE_SETTINGS_ALLOWED_GROUP_HEADING" desc="The headi ng for a list of websites that have been allowed to use a particular permission, e.g. allowed to access a user's location.">
315 Allowed
316 </message>
317 <message name="IDS_WEBSITE_SETTINGS_EXCEPTIONS_GROUP_HEADING" desc="The he ading for a list of websites that have been granted an exception to access a par ticular permission, e.g. to access the user's location.">
318 Exceptions
319 </message>
320 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_BLOCK_ALL" desc="Summary text explaining that a permission is blocked for all sites.">
321 Block all sites
322 </message>
323 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_BLOCK_RECOMMENDED" desc="Summ ary text explaining that a permission is blocked, which is the recommended setti ng.">
324 Block (recommended)
325 </message>
326 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ASK_BEFORE_SENDING" desc="Sum mary text explaining that permission will be requested before sending things, e. g. notifications.">
327 Ask before sending (recommended)
328 </message>
329 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ASK_BEFORE_ACCESSING" desc="S ummary text explaining that permission will be requested before accessing someth ing, like location.">
330 Ask before accessing (recommended)
331 </message>
332 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ASK_BEFORE_ACCESSING_CAMERA_M IC" desc="Summary text explaining that permission will be requested before acces sing the camera and microphone.">
333 Ask before accessing camera and microphone (recommended)
334 </message>
335 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_COOKIE_ALLOWED" desc="Summary text explaining that sites are allowed to use cookies and that it is the recomm ended setting.">
336 Allow sites to save and read cookie data (recommended)
337 </message>
338 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_ALLOW" desc="Summary text explaining that the user will allow a website to access some permission, e.g. Ja vaScript: allow.">
339 Allow
340 </message>
341 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_BLOCK" desc="Summary text explaining that the user will block a website from accessing some permission, e. g. JavaScript: block.">
342 Block
343 </message>
344 <message name="IDS_WEBSITE_SETTINGS_SEARCH" desc="The label for the search button on the content settings page.">
345 Search
346 </message>
347 <message name="IDS_WEBSITE_SETTINGS_CHANGE" desc="The label for the text a llowing users to change the Location/Protected content default setting.">
348 Change
349 </message>
350 <message name="IDS_WEBSITE_RESET" desc="The label for the button allowing users to clear all data and reset the permissions for a website.">
351 Clear &amp; reset
352 </message>
353 <message name="IDS_WEBSITE_RESET_CONFIRMATION" desc="The confirmation text asking if the user is sure about clearing all data and reset the permissions fo r a site.">
354 Are you sure you want to clear all data for this website and reset all i ts permissions?
355 </message>
356 <message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_TITLE" desc="Title of the confirmation dialog when the user ask to clear all data for an origin">
357 Clear stored data
358 </message>
359 <message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_MESSAGE" desc="Text of the confirmation dialog when the user ask to clear all data for an origin">
360 All data stored by this website will be deleted
361 </message>
362 <message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_OK_BUTTON" desc="Button co nfirming site data cleanup [CHAR-LIMIT=20]">
363 Clear all
364 </message>
365 <message name="IDS_WEBSITE_SETTINGS_EMBEDDED_IN" desc="String used to indi cate the embedder origin of a site">
366 Embedded in <ph name="WEBSITE_URL">%1$s<ex>google.com</ex></ph>
367 </message>
368
369 <!-- Single site settings -->
370 <message name="IDS_NO_SAVED_WEBSITE_SETTINGS" desc="Text to display when t here are no saved webiste settings.">
371 You have no saved website settings.
372 </message>
373
374 <!-- Location preferences -->
375 <message name="IDS_WEBSITE_SETTINGS_DEVICE_LOCATION" desc="Title for Locat ion settings, which control which websites can access your location.">
376 Location
377 </message>
378 <message name="IDS_GEOLOCATION_PERMISSION_TITLE" desc="Title for the permi ssion of accessing the current location of a device [CHAR-LIMIT=32]">
379 Location access
380 </message>
381 <message name="IDS_ANDROID_LOCATION_OFF" desc="Text at the top of the Webs ite list, explaining to the user that the location service in Android is turned off. Contains a link to the settings menu to change it.">
382 Turn on location in <ph name="BEGIN_LINK">&lt;link&gt;</ph>Android Setti ngs<ph name="END_LINK">&lt;/link&gt;</ph>.
383 </message>
384
385 <!-- Camera and microphone preferences -->
386 <message name="IDS_WEBSITE_SETTINGS_USE_CAMERA_OR_MIC" desc="The category filter 'Camera/Mic' for content settings.">
387 Camera or microphone
388 </message>
389 <message name="IDS_VIDEO_PERMISSION_TITLE" desc="Title text to be shown wh en the user has allowed/denied video access for the website [CHAR-LIMIT=32]">
390 Access your camera
391 </message>
392 <message name="IDS_VOICE_PERMISSION_TITLE" desc="Title text to be shown wh en the user has allowed/denied voice access for the website [CHAR-LIMIT=32]">
393 Access your microphone
394 </message>
395 <message name="IDS_VOICE_AND_VIDEO_PERMISSION_TITLE" desc="Title text to b e shown when the user has allowed/denied voice and video access for the website [CHAR-LIMIT=32]">
396 Access your mic and camera
397 </message>
398
256 <!-- Protected content preferences --> 399 <!-- Protected content preferences -->
257 <message name="IDS_PROTECTED_CONTENT" desc="Title for link to protected co ntent settings [CHAR-LIMIT=32]"> 400 <message name="IDS_PROTECTED_CONTENT" desc="Title for link to protected co ntent settings [CHAR-LIMIT=32]">
258 Protected content 401 Protected content
259 </message> 402 </message>
260 <message name="IDS_PROTECTED_CONTENT_PREFS_DESCRIPTION" desc="Description of Protected Content preference"> 403 <message name="IDS_PROTECTED_CONTENT_PREFS_DESCRIPTION" desc="Description of Protected Content preference">
261 When protected content is ON, websites will be able to authenticate your device to ensure it is authorized to play premium, protected videos. 404 When protected content is ON, websites will be able to authenticate your device to ensure it is authorized to play premium, protected videos.
262 405
263 If OFF, you may not be able to play premium videos on this device. 406 If OFF, you may not be able to play premium videos on this device.
264 </message> 407 </message>
265 <message name="IDS_PROTECTED_CONTENT_RESET_FAILED" desc="Protected content preference device credential reset failure toast"> 408 <message name="IDS_PROTECTED_CONTENT_RESET_FAILED" desc="Protected content preference device credential reset failure toast">
266 Reset failed. Ensure your device is online and try again. 409 Reset failed. Ensure your device is online and try again.
267 </message> 410 </message>
268 <message name="IDS_RESET_DEVICE_CREDENTIALS" desc="Title for device creden tial reset menu preference"> 411 <message name="IDS_RESET_DEVICE_CREDENTIALS" desc="Title for device creden tial reset menu preference">
269 Reset device credentials 412 Reset device credentials
270 </message> 413 </message>
271 <message name="IDS_PROTECTED_CONTENT_RESET_TITLE" desc="Title for device c redential reset menu preference"> 414 <message name="IDS_PROTECTED_CONTENT_RESET_TITLE" desc="Title for device c redential reset menu preference">
272 Confirm device credential deletion 415 Confirm device credential deletion
273 </message> 416 </message>
274 <message name="IDS_PROTECTED_CONTENT_RESET_MESSAGE" desc="Title for device credential reset menu preference"> 417 <message name="IDS_PROTECTED_CONTENT_RESET_MESSAGE" desc="Title for device credential reset menu preference">
275 Content (movies, music, etc.) downloaded in other applications may no lo nger be playable until those application re-acquire licenses based on a new devi ce credential. 418 Content (movies, music, etc.) downloaded in other applications may no lo nger be playable until those application re-acquire licenses based on a new devi ce credential.
276 419
277 To obtain new licenses, connect to the internet and play your downloaded content . 420 To obtain new licenses, connect to the internet and play your downloaded content .
278 </message> 421 </message>
279 <message name="IDS_PROTECTED_CONTENT_LEARN_MORE_URL" desc="URL for learnin g more about device credential reset menu preference" translateable="false"> 422 <message name="IDS_PROTECTED_CONTENT_LEARN_MORE_URL" desc="URL for learnin g more about device credential reset menu preference" translateable="false">
280 https://support.google.com/chrome/?p=mobile_protected_content 423 https://support.google.com/chrome/?p=mobile_protected_content
281 </message> 424 </message>
282 425
426 <!-- Google translate preferences -->
427 <message name="IDS_GOOGLE_TRANSLATE" desc='Title for the Google Translate settings screen. [CHAR-LIMIT=32]'>
428 Google Translate
429 </message>
430 <message name="IDS_TRANSLATE_PREFS_DESCRIPTION" desc="Translate preference description">
431 When this feature is turned on, Chrome will offer to translate pages wri tten in other languages using Google Translate.
432 </message>
433 <message name="IDS_TRANSLATE_PREFS_TOAST_DESCRIPTION" desc="Translate sett ings reset toast when resetting defaults">
434 Your translate settings have been reset.
435 </message>
436 <message name="IDS_RESET_TRANSLATE_DEFAULTS" desc="Title for translate res et menu preference">
437 Reset translate settings
438 </message>
439
440 <!-- Storage preferences -->
441 <message name="IDS_WEBSITE_SETTINGS_STORAGE" desc="Title for Storage setti ngs which show how much data websites are storing on the user's device. [CHAR-LI MIT=32]">
442 Storage
443 </message>
444 <message name="IDS_ORIGIN_SETTINGS_STORAGE_USAGE_BRIEF" desc="Explanation of how much local storage a website is using">
445 <ph name="STORAGE_AMOUNT">%1$s<ex>2 MB</ex></ph> stored data
446 </message>
447 <message name="IDS_ORIGIN_SETTINGS_STORAGE_BYTES" desc="Unit appended to t he storage usage value representing bytes">
448 bytes
449 </message>
450 <message name="IDS_ORIGIN_SETTINGS_STORAGE_KBYTES" desc="Unit appended to the storage usage value representing kilobytes">
451 KB
452 </message>
453 <message name="IDS_ORIGIN_SETTINGS_STORAGE_MBYTES" desc="Unit appended to the storage usage value representing megabytes">
454 MB
455 </message>
456 <message name="IDS_ORIGIN_SETTINGS_STORAGE_GBYTES" desc="Unit appended to the storage usage value representing gigabytes">
457 GB
458 </message>
459 <message name="IDS_ORIGIN_SETTINGS_STORAGE_TBYTES" desc="Unit appended to the storage usage value representing terabytes">
460 TB
461 </message>
462
283 <!-- About Chrome preferences --> 463 <!-- About Chrome preferences -->
284 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]"> 464 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]">
285 About Chrome 465 About Chrome
286 </message> 466 </message>
287 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android"> 467 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android">
288 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved. 468 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved.
289 </message> 469 </message>
290 <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version"> 470 <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version">
291 Application version 471 Application version
292 </message> 472 </message>
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 </message> 966 </message>
787 <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download."> 967 <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download.">
788 Type: 968 Type:
789 </message> 969 </message>
790 <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to d isplay the description of the OMA download."> 970 <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to d isplay the description of the OMA download.">
791 Description: 971 Description:
792 </message> 972 </message>
793 </messages> 973 </messages>
794 </release> 974 </release>
795 </grit> 975 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698