summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-09-10 16:51:10 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-09-10 16:51:10 +0300
commit86c7f17e22b53414b5044332dc068fd117253c52 (patch)
treeb657deb2ab904bdd26e993e84712558502c21e3d
parent3a6215f9ea9125f71872b5ddc37c5c6586e57c05 (diff)
downloadandroid_packages_apps_Gallery2-86c7f17e22b53414b5044332dc068fd117253c52.tar.gz
android_packages_apps_Gallery2-86c7f17e22b53414b5044332dc068fd117253c52.tar.bz2
android_packages_apps_Gallery2-86c7f17e22b53414b5044332dc068fd117253c52.zip
Gallery2: Move CAF strings
Change-Id: I04adc709f0828be535a008b0914270d5bb903bdc
-rw-r--r--res/values/codeaurora_strings.xml22
-rw-r--r--res/values/strings.xml22
2 files changed, 22 insertions, 22 deletions
diff --git a/res/values/codeaurora_strings.xml b/res/values/codeaurora_strings.xml
index 79a8b3689..b4f0f1e7b 100644
--- a/res/values/codeaurora_strings.xml
+++ b/res/values/codeaurora_strings.xml
@@ -78,4 +78,26 @@ 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>
+
+ <!-- Toast if the muted video is not supported. [CHAR LIMIT=80] -->
+ <string name="mute_nosupport">Can not mute : not supported video</string>
+
+ <!-- The tips of trimming video -->
+ <string name="fail_trim">Sorry, this video file can not be trimmed</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>
+ <string name="can_not_trim">Only mp4 and 3gp file can be trimmed</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d17f4a39b..1ef8c1373 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -522,9 +522,6 @@
<!-- Toast if the trimmed video is too short to trim. [CHAR LIMIT=80] -->
<string name="trim_too_short">Can not trim : target video is too short</string>
- <!-- Toast if the muted video is not supported. [CHAR LIMIT=80] -->
- <string name="mute_nosupport">Can not mute : not supported video</string>
-
<!-- Text to show with progress bar while stitching in Gallery -->
<string name="pano_progress_text">Rendering panorama</string>
@@ -1099,23 +1096,4 @@ CHAR LIMIT = NONE] -->
<item quantity="one">%1$d photo</item>
<item quantity="other">%1$d photos</item>
</plurals>
-
- <!-- The tips of trimming video -->
- <string name="fail_trim">Sorry, this video file can not be trimmed</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>
- <string name="can_not_trim">Only mp4 and 3gp file can be trimmed</string>
</resources>