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

Unified Diff: chrome/app/generated_resources.grd

Issue 1301001: Add all the strings required for the geolocation bubble, location bar icon, a... (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 42496)
+++ chrome/app/generated_resources.grd (working copy)
@@ -6842,20 +6842,48 @@
</message>
<!-- Geolocation messages -->
- <message name="IDS_GEOLOCATION_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access the user physical location">
+ <message name="IDS_GEOLOCATION_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access the user's physical location">
<ph name="URL">
- $1<ex>google.com</ex>
+ $1<ex>maps.google.com</ex>
</ph> wants to track your physical location
</message>
+ <message name="IDS_GEOLOCATION_INFOBAR_EMBEDDED_QUESTION" desc="Question asked on the info bar whenever embedded content from URL wants to access the user's physical location while on the current page">
+ <ph name="URL">
+ $1<ex>maps.google.com</ex>
+ </ph> wants to track your location while on this site.
+ </message>
<message name="IDS_GEOLOCATION_ALLOW_BUTTON" desc="A button in geolocation infobar for allowing access to geolocation for a given domain.">
Allow
</message>
<message name="IDS_GEOLOCATION_DENY_BUTTON" desc="A button in geolocation infobar for denying access to geolocation for a given domain.">
Deny
</message>
+ <message name="IDS_GEOLOCATION_BUBBLE_SECTION_ALLOWED" desc="Heading for a section in the geolocation bubble listing all sites which are currently tracking the user's location">
+ This page contains elements from the following sites that are tracking your location:
+ </message>
+ <message name="IDS_GEOLOCATION_BUBBLE_SECTION_DENIED" desc="Heading for a section in the geolocation bubble listing all sites which are currently blocked from accessing the user's location">
+ The following sites have been blocked from tracking your location on this page:
+ </message>
+ <message name="IDS_GEOLOCATION_BUBBLE_SECTION_PENDING" desc="Heading for a section in the geolocation bubble listing all sites which are currently requesting the user's location but have not yet been granted or denied access">
+ The following sites are requesting access to your location:
+ </message>
+ <message name="IDS_GEOLOCATION_BUBBLE_CLEAR_LINK" desc="Link on the geolocation bubble that resets the list of allowed and blocked sites">
+ Clear settings for future visits
+ </message>
+ <message name="IDS_GEOLOCATION_BUBBLE_MANAGE_LINK" desc="Link on the geolocation bubble that opens up the Content Settings management dialog">
+ Manage location settings...
+ </message>
+ <message name="IDS_GEOLOCATION_ALLOWED_TOOLTIP" desc="Location bar icon tooltip text when a page is allowed to use geolocation.">
+ This page is tracking your location.
+ </message>
+ <message name="IDS_GEOLOCATION_BLOCKED_TOOLTIP" desc="Location bar icon tooltip text when a page is blocked from using geolocation.">
+ This page has been blocked from tracking your location.
+ </message>
+ <message name="IDS_GEOLOCATION_PENDING_TOOLTIP" desc="Location bar icon tooltip text when a page is blocked from using geolocation.">
+ This page wants to track your location.
+ </message>
-
- <!-- ProcessSingleton -->
+ <!-- ProcessSingleton -->
<message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the browser cannot start because the profile is in use on a different host.">
The profile appears to be in use by process <ph name="PROCESS_ID">$1<ex>12345</ex></ph> on host <ph name="HOST_NAME">$2<ex>example.com</ex></ph>. If you are sure no other processes are using this profile, delete the file <ph name="LOCK_FILE">$3<ex>/home/user/.config/google-chrome/SingletonLock</ex></ph> and restart <ph name="PRODUCT_NAME">$4<ex>Google Chrome</ex></ph>.
</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