summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-07 05:07:51 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-09-20 20:02:05 +0300
commitc13bc9672f7b2f41d04410a76bf8d06a461b6bcc (patch)
tree8e327f3065b25484134dc6bea2cd4d3f65305e73 /res/values/strings.xml
parentd39f18084212bc11e845549156ad58da0ecef920 (diff)
downloadandroid_packages_apps_Snap-c13bc9672f7b2f41d04410a76bf8d06a461b6bcc.tar.gz
android_packages_apps_Snap-c13bc9672f7b2f41d04410a76bf8d06a461b6bcc.tar.bz2
android_packages_apps_Snap-c13bc9672f7b2f41d04410a76bf8d06a461b6bcc.zip
Snap: Cleanup qcom string resources
* Remove tons of unused strings * Make some strings shorter to fit better in the settings popup * 'Off' should be always the first option, else the app behaves unexpectedly * Use consistent strings for all on/off options * Replace string references to entryvalues for all qcom options with the actual parameters * Group arrays & strings based on the option Change-Id: I092ce765013e7a80a2928df8e7d1b7e7bfd67905
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8ba8295df..1734f6d41 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -219,12 +219,6 @@
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
<string name="pref_camera_timer_sound_title">Beep during countdown</string>
- <!-- Entry of camera save path -->
- <string name="pref_camera_savepath_title">Storage Position</string>
- <string name="pref_camera_savepath_default">0</string>
- <string name="pref_camera_savepath_entry_0">Phone</string>
- <string name="pref_camera_savepath_entry_1">SD Card</string>
-
<!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
<string name="setting_off">Off</string>
<!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
@@ -410,19 +404,6 @@
<!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
<string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
- <!-- Toast after enable HDR function to inform Continuous Shot has disabled -->
- <string name="HDR_disable_continuous_shot">Enable HDR will disable Continuous Shot.</string>
-
-
- <!-- Toast after enable Advanced Capture function to inform Continuous Shot has disabled -->
- <string name="advanced_capture_disable_continuous_shot">Enable Advanced Capture will disable Continuous Shot.</string>
-
- <!-- Toast after enable 2k4k video quality to inform IS has disabled -->
- <string name="video_quality_4k_disable_IS">Enable 4k video quality will disable IS.</string>
-
- <!-- Toast after 2k4k video is enabled to inform SeeMore has been disabled -->
- <string name="video_quality_4k_disable_SeeMore">SeeMore cannot be enabled during 4k video.</string>
-
<!-- Exposure settings in preference -->
<string name="pref_exposure_title">Exposure</string>
<string name="pref_exposure_default" translatable="false">0</string>
@@ -696,15 +677,4 @@ CHAR LIMIT = NONE] -->
<!-- String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
<string name="setting_wallpaper">Setting wallpaper</string>
-
-
- <!-- Menu, Video rotation labels [CHAR LIMIT=50] -->
- <string name="pref_camera_video_rotation_label_0">0</string>
- <string name="pref_camera_video_rotation_label_90">90</string>
- <string name="pref_camera_video_rotation_label_180">180</string>
- <string name="pref_camera_video_rotation_label_270">270</string>
-
- <string name="remaining_photos_format">%d left</string>
-
- <string name="refocus_toast">To re-focus last photo, tap here</string>
</resources>