summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/bool.xml4
-rw-r--r--res/values/strings.xml2
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values/bool.xml b/res/values/bool.xml
new file mode 100644
index 000000000..cef32a297
--- /dev/null
+++ b/res/values/bool.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <bool name="dialog_details_view">true</bool>
+</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cb8ce6d63..9f6cce8f0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -97,6 +97,8 @@
<string name="slideshow">Slideshow</string>
<string name="details">Details</string>
+ <string name="details_title">%1$d of %2$d items:</string>
+ <string name="close">Close</string>
<!-- Title of a menu item to switch from Gallery to Camera app [CHAR LIMIT=30] -->
<string name="switch_to_camera">Switch to Camera</string>