aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJohn Heroy <johnheroy@gmail.com>2015-10-21 14:23:46 -0700
committerJohn Heroy <johnheroy@gmail.com>2015-10-21 14:23:46 -0700
commit7a3851f2806a061c5ee030ddaed65876ea908e1c (patch)
tree2e7b8f391204a12b7eff0ee06d3d7681f3cacc90 /app/src/main/res/values/strings.xml
parent9fdcd2b1ce30b456158efe5e12876eb4e445a4c2 (diff)
parentb7f00efd50a7f13156525807a0925e26997bc541 (diff)
downloadconnectbot-7a3851f2806a061c5ee030ddaed65876ea908e1c.tar.gz
connectbot-7a3851f2806a061c5ee030ddaed65876ea908e1c.tar.bz2
connectbot-7a3851f2806a061c5ee030ddaed65876ea908e1c.zip
Merge branch 'master' into volume-seekbar
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0d3e1ee..d472353 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -658,5 +658,11 @@
<string name="pubkey_add_new">Add new pubkey</string>
<!-- Text for button which, when clicked, brings up picker to import an existing pubkey. -->
<string name="pubkey_import_existing">Import existing pubkey</string>
+ <!-- Text for dialog which explains that the host URI is invalid and asks to discard. -->
+ <string name="discard_host_changes_message">Host URI is invalid. Would you like to discard changes?</string>
+ <!-- Text for button which discards changes to the host. -->
+ <string name="discard_host_button">Discard</string>
+ <!-- Text for button which does not discard changes and keeps editing. -->
+ <string name="discard_host_cancel_button">Keep editing</string>
</resources>