summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-08-08 20:47:28 -0700
committernicolasroard <nicolasroard@google.com>2013-08-08 21:22:31 -0700
commit860af325f2030a03c526e8551a85230d17df7b15 (patch)
treed8dca2a774d52055ea3d65a0b71fcc74dd9422c3 /res/values
parent430e46b06f8e7ee1ca3e7ecdcef3e0a978637c03 (diff)
downloadandroid_packages_apps_Gallery2-860af325f2030a03c526e8551a85230d17df7b15.tar.gz
android_packages_apps_Gallery2-860af325f2030a03c526e8551a85230d17df7b15.tar.bz2
android_packages_apps_Gallery2-860af325f2030a03c526e8551a85230d17df7b15.zip
Add version category
Fix bugs when loading Add info panel Change-Id: I28966f2419b902405bc60e9cc927b109777a6a2d
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_strings.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index c4546c89e..b28dd5fbe 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -245,4 +245,43 @@
<!-- Label for newly created user preset [CHAR LIMIT=30] -->
<string name="filtershow_new_preset">New Preset</string>
+ <!-- Label for showing the image information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_show_info_panel">Information</string>
+ <!-- Label for the information panel [CHAR LIMIT=30] -->
+ <string name="filtershow_show_info_panel_name">Image Name</string>
+ <!-- Label for the information panel [CHAR LIMIT=30] -->
+ <string name="filtershow_show_info_panel_size">Image Size</string>
+ <!-- Label for the information panel [CHAR LIMIT=30] -->
+ <string name="filtershow_show_info_panel_histogram">Histogram</string>
+ <!-- Label for the information panel [CHAR LIMIT=30] -->
+ <string name="filtershow_show_info_panel_exif">EXIF Data</string>
+
+ <!-- Label for the add button in the category panel [CHAR LIMIT=30] -->
+ <string name="filtershow_add_button_looks">Preset</string>
+ <!-- Label for the add button in the versions panel [CHAR LIMIT=30] -->
+ <string name="filtershow_add_button_versions">Version</string>
+ <!-- Label for the Original version in the versions panel [CHAR LIMIT=30] -->
+ <string name="filtershow_version_original">Original</string>
+ <!-- Label for the Current version in the versions panel [CHAR LIMIT=30] -->
+ <string name="filtershow_version_current">Current</string>
+
+ <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_model">Model</string>
+ <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_aperture">Aperture</string>
+ <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_focal_length">Focal Length</string>
+ <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_iso">ISO</string>
+ <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_subject_distance">Subject Distance</string>
+ <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_date">Date taken</string>
+ <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_f_stop">F Stop</string>
+ <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_exposure_time">Exposure Time</string>
+ <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_copyright">Copyright</string>
+
</resources>