summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorRavi Banuri <ravibanuri@codeaurora.org>2015-10-21 15:54:59 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-11-08 22:56:22 -0800
commit49f14dd9382af3a04ec27bde0b2ae7362220181a (patch)
tree63be966b79c42e2e46b486f081384f299a3a448c /res/values/strings.xml
parentc963ee889ea7e1f05c51129a8c742f8cfd874047 (diff)
downloadandroid_packages_apps_Gallery2-49f14dd9382af3a04ec27bde0b2ae7362220181a.tar.gz
android_packages_apps_Gallery2-49f14dd9382af3a04ec27bde0b2ae7362220181a.tar.bz2
android_packages_apps_Gallery2-49f14dd9382af3a04ec27bde0b2ae7362220181a.zip
Gallery: UX enhancement
Added new resources and modified source to enhance the UI of Gallery application. CRs-Fixed: 926603 Change-Id: I5ca7c49115ab4a3531b72a53380bb765d52707a2
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-xres/values/strings.xml29
1 files changed, 26 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b553dbdc9..405c44350 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -107,7 +107,7 @@
<string name="wallpaper">Setting wallpaper\u2026</string>
<string name="camera_setas_wallpaper">Wallpaper</string>
<!-- Toast message for share items -->
- <string name="cannot_share_items">Selected items for share should less than 300</string>
+ <string name="cannot_share_items">Max selected items for share is 300</string>
<!-- Details dialog "OK" button. Dismisses dialog. -->
<string name="delete">Delete</string>
@@ -542,7 +542,7 @@
<string name="pano_progress_text">Rendering panorama</string>
<!-- The label on the button that will save an edited image -->
- <string name="save" msgid="8140440041190264400">Save</string>
+ <string name="save" msgid="8140440041190264400">Done</string>
<!-- A label representing the action of importing media item(s) [CHAR LIMIT=20] -->
<string name="ingest_import">@string/Import</string>
@@ -1135,6 +1135,11 @@ CHAR LIMIT = NONE] -->
<item quantity="other">%1$d photos</item>
</plurals>
+ <plurals name="number_of_videos">
+ <item quantity="one">%1$d Video</item>
+ <item quantity="other">%1$d Videos</item>
+ </plurals>
+
<!-- The label for the bass boost knob of the audio effects dialog. -->
<string name="bass_boost_strength">Bass boost</string>
@@ -1160,7 +1165,25 @@ CHAR LIMIT = NONE] -->
<string name="action_consumes_rights">Rights will be consumed for playing this media</string>
<string name="text_makeup_whiten">Whiten</string>
<string name="text_makeup_Soften">Soften</string>
+
+ <string-array name="title_array_nav_items">
+ <item>Timeline</item>
+ <item>Albums</item>
+ <item>Videos</item>
+ </string-array>
+
+ <string name="navigation_drawer_title">Gallery</string>
+ <!-- Timeline screen title -->
+ <string name="timeline_title">Timeline</string>
+ <!-- Albums screen title -->
+ <string name="albums_title">Albums</string>
+ <!-- Videos screen title -->
+ <string name="videos_title">Videos</string>
+ <string name="action_viewtype_list">List view</string>
+ <string name="action_viewtype_grid">Grid view</string>
+ <string name="tvEmptyAlbum">No photos found</string>
+ <string name="tvEmptyVideos">No videos found</string>
<string name="text_makeup_trimface">Trimface</string>
<string name="text_makeup_bigeye">Bigeye</string>
-
+ <string name="drawer_desc">drawer</string>
</resources>