summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/res/values
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2023-04-01 23:42:17 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2023-04-01 23:42:17 +0200
commite44d3abcef5492548a7b53c3f8fbeec2018b5c78 (patch)
tree4dd3dd37d42b960dc2f82b318ad2ad955dbf01a2 /ui/src/main/res/values
parent6c034ac841e49febe10e337d1e83f686784af4fb (diff)
WIP: httpproxyitemhttpproxyitems
Trying to make httpProxyItems load from string resources
Diffstat (limited to 'ui/src/main/res/values')
-rw-r--r--ui/src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml
index a6f66324..862bda9d 100644
--- a/ui/src/main/res/values/strings.xml
+++ b/ui/src/main/res/values/strings.xml
@@ -137,7 +137,10 @@
<string name="hint_random">(random)</string>
<string name="http_proxy">Proxy</string>
<string name="http_proxy_hostname">Proxy hostname</string>
- <string name="http_proxy_pac">Proxy Auto-Config URL</string>
+ <string name="http_proxy_manual">Manual</string>
+ <string name="http_proxy_none">None</string>
+ <string name="http_proxy_pac">Proxy Auto-Config</string>
+ <string name="http_proxy_pac_url">Proxy Auto-Config URL</string>
<string name="http_proxy_port">Proxy port</string>
<string name="illegal_filename_error">Illegal file name ā€œ%sā€</string>
<string name="import_error">Unable to import tunnel: %s</string>