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

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

Issue 1432573002: Adding <keygen> Content Setting (Android UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keygen_ui
Patch Set: Simplify fragmentArgs. Created 5 years 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 </message> 486 </message>
487 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_TITLE" desc="Title for Allow Third Party Cookies preference"> 487 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_TITLE" desc="Title for Allow Third Party Cookies preference">
488 Allow third-party cookies 488 Allow third-party cookies
489 </message> 489 </message>
490 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_SUMMARY" desc="Summary text f or Allow Third Party Cookies preference"> 490 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_SUMMARY" desc="Summary text f or Allow Third Party Cookies preference">
491 Third-party websites can save and read cookie data 491 Third-party websites can save and read cookie data
492 </message> 492 </message>
493 <message name="IDS_JAVASCRIPT_PERMISSION_TITLE" desc="Title of the permiss ion to run javascript [CHAR-LIMIT=32]"> 493 <message name="IDS_JAVASCRIPT_PERMISSION_TITLE" desc="Title of the permiss ion to run javascript [CHAR-LIMIT=32]">
494 JavaScript 494 JavaScript
495 </message> 495 </message>
496 <message name="IDS_KEYGEN_PERMISSION_TITLE" desc="Title of the permission to allow a form to perform client-side key generation [CHAR-LIMIT=32]">
497 Key generation
498 </message>
496 <message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission t o display pop-up windows [CHAR-LIMIT=32]"> 499 <message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission t o display pop-up windows [CHAR-LIMIT=32]">
497 Pop-ups 500 Pop-ups
498 </message> 501 </message>
499 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]"> 502 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]">
500 Notifications 503 Notifications
501 </message> 504 </message>
502 <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]"> 505 <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]">
503 Allow full control of MIDI devices 506 Allow full control of MIDI devices
504 </message> 507 </message>
505 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE" desc="The label for the butt on to add a new website to the exception list."> 508 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE" desc="The label for the butt on to add a new website to the exception list.">
(...skipping 1786 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 </message> 2295 </message>
2293 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display."> 2296 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display.">
2294 No nearby Physical Web pages found 2297 No nearby Physical Web pages found
2295 </message> 2298 </message>
2296 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2299 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2297 Looking for nearby Physical Web pages 2300 Looking for nearby Physical Web pages
2298 </message> 2301 </message>
2299 </messages> 2302 </messages>
2300 </release> 2303 </release>
2301 </grit> 2304 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698