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.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index ef89423..4b48768 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -86,6 +86,18 @@
<item>-1</item>
</string-array>
+ <string-array name="list_authagent">
+ <item>No</item>
+ <item>With confirmation</item>
+ <item>Yes</item>
+ </string-array>
+
+ <string-array name="list_authagent_values">
+ <item>no</item>
+ <item>confirm</item>
+ <item>yes</item>
+ </string-array>
+
<string-array name="list_portforward_types">
<item>@string/portforward_local</item>
<item>@string/portforward_remote</item>