aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAlex <alescdb@users.noreply.github.com>2015-10-26 19:40:51 +0100
committerAlex <alescdb@users.noreply.github.com>2015-10-26 19:40:51 +0100
commitb9749d9940fd5267053c3c6a18abf376b6ce2147 (patch)
tree84f2b6eae1f671e26424a38ac2ee9bd96b3e65bd /app/src/main/res/values/strings.xml
parent054e934eae5889367ce6acda8355187b6534f701 (diff)
parentc34afa579b2492d41838ba4154b2147728da01d0 (diff)
downloadconnectbot-b9749d9940fd5267053c3c6a18abf376b6ce2147.tar.gz
connectbot-b9749d9940fd5267053c3c6a18abf376b6ce2147.tar.bz2
connectbot-b9749d9940fd5267053c3c6a18abf376b6ce2147.zip
Merge branch 'master' into keyboard-always-visible
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 5d87367..1d1f78b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -184,10 +184,6 @@
<string name="alert_key_corrupted_msg">"Private key appears corrupt!"</string>
<string name="alert_sdcard_absent">"SD card is not inserted!"</string>
- <!-- Add a new item (e.g., host or pubkey) to the list. -->
- <string name="button_add">"Add"</string>
- <!-- Cancel an action. -->
- <string name="button_cancel">Cancel</string>
<!-- Change an existing item's (e.g., host or pubkey) details. -->
<string name="button_change">"Change"</string>
<!-- Button that resizes the screen to the user-specified dimensions. -->
@@ -424,9 +420,6 @@
<string name="portforward_problem">"Problem creating port forward, maybe you're using ports under 1024 or port is already used?"</string>
- <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. -->
- <string name="list_format_error">"Use the format \"%1$s\""</string>
-
<!-- Part of the formatting hints that will be used like: username@hostname:port -->
<string name="format_username">"username"</string>
<!-- Part of the formatting hints that will be used like: username@hostname:port -->