summaryrefslogtreecommitdiffstats
path: root/res/values/codeaurora_strings.xml
diff options
context:
space:
mode:
authorVladislav Koldobskiy <admin@nevergone.ru>2015-01-04 02:32:41 +0300
committerSteve Kondik <steve@cyngn.com>2015-03-28 14:58:18 -0700
commit8b6df9408a82eaa84d99e6f16a640dffff587bcd (patch)
tree40730a20d342e0772304e291ea24552b427c5cc4 /res/values/codeaurora_strings.xml
parentd29332b5cc904c7c0fa10419e1ba3a73edf747a0 (diff)
downloadandroid_packages_apps_Gallery2-8b6df9408a82eaa84d99e6f16a640dffff587bcd.tar.gz
android_packages_apps_Gallery2-8b6df9408a82eaa84d99e6f16a640dffff587bcd.tar.bz2
android_packages_apps_Gallery2-8b6df9408a82eaa84d99e6f16a640dffff587bcd.zip
Gallery2: move CAF strings to codeaurora_strings
Change-Id: I3861ed5094307034fcec830fd1ff0595a75e84e1
Diffstat (limited to 'res/values/codeaurora_strings.xml')
-rw-r--r--res/values/codeaurora_strings.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/values/codeaurora_strings.xml b/res/values/codeaurora_strings.xml
index 941365252..f70076b6e 100644
--- a/res/values/codeaurora_strings.xml
+++ b/res/values/codeaurora_strings.xml
@@ -78,4 +78,32 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<string name="bookmark_location">"Location"</string>
<string name="delete_all">"Delete all"</string>
<string name="default_title">"Default title"</string>
+
+ <!-- A label describing to link website [CHAR LIMIT=30] -->
+ <string name="more_image">More Images</string>
+ <string name="website_for_more_image"></string>
+
+ <!-- Toast if the muted video is not supported. [CHAR LIMIT=80] -->
+ <string name="mute_nosupport">Can not mute : not supported video</string>
+
+ <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
+ <string name="map_activity_not_found_err">There is no map app for show location.</string>
+
+ <!-- The label for the bass boost knob of the audio effects dialog. -->
+ <string name="bass_boost_strength">Bass boost</string>
+
+ <!-- The label for the 3d effect knob of the audio effects dialog. -->
+ <string name="virtualizer_strength">3D effect</string>
+
+ <!-- The label for the audio effects menu. -->
+ <string name="audio_effects">Audio effects</string>
+
+ <!-- Toast if user attempts to control audio effects without headphones plugged in. -->
+ <string name="headset_plug">Plug in headphones for these effects.</string>
+
+ <!-- The title of the audio effects dialog. -->
+ <string name="audio_effects_dialog_title">Snapdragon Audio+</string>
+
+ <!-- The tips of trimming video -->
+ <string name="fail_trim">Sorry, this video file can not be trimmed</string>
</resources>