aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-03-24 22:20:34 +0100
committerChristian Schneppe <christian@pix-art.de>2017-03-26 21:44:05 +0200
commit0e29554b975262c47772b8579a4344c68f6f22a6 (patch)
tree7e6fd88623aeda4f0ea09b6b4c763f6e673d59f6 /src/main/res/values/strings.xml
parentb02745073c3bc324054326b15a934c57ee36d1e9 (diff)
make image compression configurable
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index d1e053943..a54257398 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -764,4 +764,7 @@
<string name="pref_use_tor">Connect via Tor</string>
<string name="pref_use_tor_summary">Tunnel all connections through the Tor network.</string>
<string name="pref_connection_options">Connection options</string>
+ <string name="image_low">low (720p)</string>
+ <string name="image_mid">middle (1920p)</string>
+ <string name="image_high">high (3840p)</string>
</resources>