aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-10-21 12:11:32 -0700
committerKenny Root <kenny@the-b.org>2015-10-21 12:11:32 -0700
commit5295bbcaae77e9cd797c3ff7ae8fc9dba5549604 (patch)
tree44d2b7434617d5398e9f2531984f3a5eea0ceec2 /app/src/main/res/values
parent3d9dedb3479875db2bb2b46b09ed413bab8f35cf (diff)
parent766ed2875d76fc9a7979fc69616b49a116a6cea6 (diff)
downloadconnectbot-5295bbcaae77e9cd797c3ff7ae8fc9dba5549604.tar.gz
connectbot-5295bbcaae77e9cd797c3ff7ae8fc9dba5549604.tar.bz2
connectbot-5295bbcaae77e9cd797c3ff7ae8fc9dba5549604.zip
Merge pull request #305 from khorimoto/save-dialog
Add/edit host dialog: Add save dialog and adjust icons.
Diffstat (limited to 'app/src/main/res/values')
-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 445d894..b087bfd 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -655,5 +655,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>