summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-25 12:02:44 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-25 12:02:44 +0000
commite25c955957145bd1b772cf1b716c102da73bc6dc (patch)
tree63b358826ae034bf5fa825204e4bea2412c58ba2
parent5b7b75586d44aeda3fad91aa20249f23cb31671e (diff)
downloadchromium_src-e25c955957145bd1b772cf1b716c102da73bc6dc.zip
chromium_src-e25c955957145bd1b772cf1b716c102da73bc6dc.tar.gz
chromium_src-e25c955957145bd1b772cf1b716c102da73bc6dc.tar.bz2
Add all the strings required for the geolocation bubble, location bar icon, and inforbar
BUG=11246 TEST=none Review URL: http://codereview.chromium.org/1301001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42599 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/generated_resources.grd36
1 files changed, 32 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c334147..2ce44d4 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6914,20 +6914,48 @@ Keep your key file in a safe place. You will need it to create new versions of y
</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>