aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index d10bf73..fd550f9 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -43,5 +43,11 @@
<item value="-2">@string/list_pubkeyids_none</item>
<item value="-1">@string/list_pubkeyids_any</item>
</string-array>
+
+ <string-array name="list_portforward_types">
+ <item value="local">@string/portforward_local</item>
+ <item value="remote">@string/portforward_remote</item>
+ <item value="dynamic">@string/portforward_dynamic</item>
+ </string-array>
</resources>