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

Unified Diff: chrome/app/generated_resources.grd

Issue 1524006: Add final remainging strings for geolocation, for the exceptions dialog.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 43334)
+++ chrome/app/generated_resources.grd (working copy)
@@ -4294,7 +4294,7 @@
Do not allow any site to track my physical location
</message>
- <!-- Cookie/Images/JavaScript/Plugins exception dialogs -->
+ <!-- Cookie/Images/JavaScript/Plugins/Pop-ups/Location exception dialogs -->
<message name="IDS_COOKIE_EXCEPTION_TITLE" desc="Title for cookie exceptions dialog">
Cookie Exceptions
</message>
@@ -4334,23 +4334,32 @@
<message name="IDS_EXCEPTIONS_REMOVEALL_BUTTON" desc="A button in exception dialogs for removing all exception rules.">
Remove All
</message>
- <message name="IDS_EXCEPTIONS_ALLOW_BUTTON" desc="A button in exception dialogs for allowing an exception rule for a given domain.">
+ <message name="IDS_EXCEPTIONS_ALLOW_BUTTON" desc="A label to display in the exception page's 'action' column when a site's content setting allowed for a given domain">
Allow
</message>
- <message name="IDS_EXCEPTIONS_ASK_BUTTON" desc="A button in exception dialogs for prompting for exception permission for a given domain.">
+ <message name="IDS_EXCEPTIONS_ASK_BUTTON" desc="A label to display in the exception page's 'action' column when a site's content setting is set to promt for a given domain.">
Ask
</message>
- <message name="IDS_EXCEPTIONS_BLOCK_BUTTON" desc="A button in the cookie/image/javascript/plugins exceptions dialog for blocking cookie/image/javascript/plugins for given domain name.">
+ <message name="IDS_EXCEPTIONS_BLOCK_BUTTON" desc="A label to display in the exception page's 'action' column when a site's content setting blocked for a given domain.">
Block
</message>
+ <message name="IDS_EXCEPTIONS_NOT_SET_BUTTON" desc="A label to display in the exception page's 'action' column when a site's content setting has not yet been set for a given domain.">
+ Not set
+ </message>
<message name="IDS_EXCEPTIONS_SAMPLE_HOST" desc="Exceptions page view's host entry field's watermark - example host name. Users will see this text before they start typing host name in the field.">
example.com
</message>
<message name="IDS_EXCEPTIONS_SAMPLE_PATTERN" desc="Exceptions page view's pattern entry field's watermark - example pattern. Users will see this text before they start typing pattern in the field.">
*.example.com
</message>
+ <message name="IDS_EXCEPTIONS_GEOLOCATION_EMBEDDED_ON_HOST" desc="Template text for a child row in the Geolocation Exceptions page view. Controls the permission setting for the parent page when embedded on the specified site.">
+ embedded on <ph name="URL">$1<ex>www.google.com</ex></ph>
+ </message>
+ <message name="IDS_EXCEPTIONS_GEOLOCATION_EMBEDDED_ANY_OTHER" desc="A child row in the Geolocation Exceptions page view. Sets the default permission for the parent page when embedded on any other site.">
+ embedded on any other site
+ </message>
- <!-- Cookie/Images/JavaScript/Plugins exception editor dialogs -->
+ <!-- Cookie/Images/JavaScript/Plugins/Pop-ups/Location exception editor dialogs -->
<message name="IDS_EXCEPTION_EDITOR_TITLE" desc="Title for exception editor">
Edit Exception
</message>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698