Commit e56bcfa1 authored by Christian Dullweber's avatar Christian Dullweber Committed by Commit Bot

Disambiguate "Location" strings

"Location" can either be a physical location of a person, e.g. GPS coordinates, 
or a location on a file system e.g. /foo/bar/file.txt. In German, the first is 
translated as "Standort", the second as "Speicherort".
To disambiguate, all "Location" strings should have a meaning attribute.

Bug: 766959
Change-Id: Iac61d5dbf2e2d3ce8507639aca0d0202b07058c3
Reviewed-on: https://chromium-review.googlesource.com/674686
Commit-Queue: Christian Dullweber <dullweber@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Reviewed-by: default avatarLucas Garron <lgarron@chromium.org>
Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503404}
parent 3ef42f45
...@@ -952,7 +952,7 @@ Your Google account may have other forms of browsing history like searches and a ...@@ -952,7 +952,7 @@ Your Google account may have other forms of browsing history like searches and a
</message> </message>
<!-- Location preferences --> <!-- Location preferences -->
<message name="IDS_WEBSITE_SETTINGS_DEVICE_LOCATION" desc="Title for Location settings, which control which websites can access your location."> <message name="IDS_WEBSITE_SETTINGS_DEVICE_LOCATION" desc="Title for Location settings, which control which websites can access your location." meaning="Geolocation">
Location Location
</message> </message>
<message name="IDS_GEOLOCATION_PERMISSION_TITLE" desc="Title for the permission of accessing the current location of a device [CHAR-LIMIT=32]"> <message name="IDS_GEOLOCATION_PERMISSION_TITLE" desc="Title for the permission of accessing the current location of a device [CHAR-LIMIT=32]">
......
...@@ -5009,7 +5009,7 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -5009,7 +5009,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_CONFLICTS_HEADER_SIGNED_BY" desc="The 'Signed by' header for each module item in the list"> <message name="IDS_CONFLICTS_HEADER_SIGNED_BY" desc="The 'Signed by' header for each module item in the list">
Signed by Signed by
</message> </message>
<message name="IDS_CONFLICTS_HEADER_LOCATION" desc="The 'Location' header for each module item in the list"> <message name="IDS_CONFLICTS_HEADER_LOCATION" desc="The 'Location' header for each module item in the list" meaning="File location">
Location Location
</message> </message>
<message name="IDS_CONFLICTS_HEADER_VERSION" desc="The 'Version' header for each module item in the list"> <message name="IDS_CONFLICTS_HEADER_VERSION" desc="The 'Version' header for each module item in the list">
...@@ -6130,7 +6130,7 @@ I don't think this site should be blocked! ...@@ -6130,7 +6130,7 @@ I don't think this site should be blocked!
<message name="IDS_HANDLER_OPTIONS_WINDOW_TITLE" desc="The title of the window that lets a user change what handlers they have registered for various protocols / mimetypes."> <message name="IDS_HANDLER_OPTIONS_WINDOW_TITLE" desc="The title of the window that lets a user change what handlers they have registered for various protocols / mimetypes.">
Protocol handlers Protocol handlers
</message> </message>
<message name="IDS_GEOLOCATION_TAB_LABEL" desc="Label for Geolocation tab on Content Settings dialog"> <message name="IDS_GEOLOCATION_TAB_LABEL" desc="Label for Geolocation tab on Content Settings dialog" meaning="Geolocation">
Location Location
</message> </message>
<message name="IDS_GEOLOCATION_HEADER" desc="Label for Geolocation exception management page on Content Settings dialog"> <message name="IDS_GEOLOCATION_HEADER" desc="Label for Geolocation exception management page on Content Settings dialog">
......
...@@ -1163,7 +1163,7 @@ ...@@ -1163,7 +1163,7 @@
<message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which displays download preferences."> <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which displays download preferences.">
Downloads Downloads
</message> </message>
<message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory."> <message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory." meaning="File location">
Location Location
</message> </message>
<message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the button which allows the user to change the default download directory."> <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the button which allows the user to change the default download directory.">
...@@ -2205,7 +2205,7 @@ ...@@ -2205,7 +2205,7 @@
<message name="IDS_SETTINGS_SITE_SETTINGS_HANDLERS" desc="Label for the protocol handlers (e.g. mailto) in site settings."> <message name="IDS_SETTINGS_SITE_SETTINGS_HANDLERS" desc="Label for the protocol handlers (e.g. mailto) in site settings.">
Handlers Handlers
</message> </message>
<message name="IDS_SETTINGS_SITE_SETTINGS_LOCATION" desc="Label for the location site settings."> <message name="IDS_SETTINGS_SITE_SETTINGS_LOCATION" desc="Label for the geolocation site settings." meaning="Geolocation">
Location Location
</message> </message>
<message name="IDS_SETTINGS_SITE_SETTINGS_MIC" desc="Label for the microphone site settings."> <message name="IDS_SETTINGS_SITE_SETTINGS_MIC" desc="Label for the microphone site settings.">
......
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
<message name="IDS_PAGE_INFO_TYPE_FLASH" desc="The label used for Flash permissions in the Page Info popup."> <message name="IDS_PAGE_INFO_TYPE_FLASH" desc="The label used for Flash permissions in the Page Info popup.">
Flash Flash
</message> </message>
<message name="IDS_PAGE_INFO_TYPE_LOCATION" desc="The label used for location permission controls in the Page Info popup."> <message name="IDS_PAGE_INFO_TYPE_LOCATION" desc="The label used for geolocation permission controls in the Page Info popup." meaning="Geolocation">
Location Location
</message> </message>
<message name="IDS_PAGE_INFO_TYPE_NOTIFICATIONS" desc="The label used for notifications permission controls in the Page Info popup."> <message name="IDS_PAGE_INFO_TYPE_NOTIFICATIONS" desc="The label used for notifications permission controls in the Page Info popup.">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment