diff options
author | Ray Chen <raychen@google.com> | 2009-04-24 14:13:01 +0800 |
---|---|---|
committer | Ray Chen <raychen@google.com> | 2009-04-24 15:31:21 +0800 |
commit | 0a5a78cd03025885f567b46a437df3209036ba9d (patch) | |
tree | ce02ce107cc507abd84fc5eeefa61ea1b680b83c /res | |
parent | 91acb5bf006f665b7b4b03285156668c44e0d664 (diff) | |
download | LegacyCamera-0a5a78cd03025885f567b46a437df3209036ba9d.zip LegacyCamera-0a5a78cd03025885f567b46a437df3209036ba9d.tar.gz LegacyCamera-0a5a78cd03025885f567b46a437df3209036ba9d.tar.bz2 |
Add image routing feature.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2676326..b7967c5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -93,6 +93,9 @@ <!-- menu pick to view the details of the currently selected image --> <string name="details">Details</string> + <!-- menu pick to show the location of the currently selected image on maps--> + <string name="show_on_map">Show on Maps</string> + <!-- menu pick to rotate the currently selected image (brings up submenu) --> <string name="rotate">Rotate</string> @@ -455,6 +458,8 @@ <!-- Do not translate --> <string name="details_privateView_text">Private</string> + <!-- Message to show when there's no lat/lng information in the image --> + <string name="no_location_image">No Location information contained in this image.</string> <!-- Title of Details dialog --> <string name="details_panel_title">Details</string> <!-- Label in message of Details dialog --> |