aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-04-14 17:36:10 -0700
committerKenny Root <kenny@the-b.org>2015-04-14 17:36:10 -0700
commit5554bf422a49630e1462ca51bb0450e668f7ae0b (patch)
treebe6c870a15216668e8c9f02b9d029192a137be44 /app/src/main/res/values/strings.xml
parentd319b4d3e1d6a6b55bb9685b6fa36a147b856869 (diff)
parent5ac8a6140a9dc7634cc5e01b89cc6e84bbea6ed5 (diff)
downloadconnectbot-5554bf422a49630e1462ca51bb0450e668f7ae0b.tar.gz
connectbot-5554bf422a49630e1462ca51bb0450e668f7ae0b.tar.bz2
connectbot-5554bf422a49630e1462ca51bb0450e668f7ae0b.zip
Merge branch 'master' into gradle-conversion
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 49c3af4..5f2d78a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -321,12 +321,6 @@
<!-- Displayed to indicate a host has never been connected to. -->
<string name="bind_never">"Never connected"</string>
- <!-- The time that has elapsed since a host was connected to when it has been less than an hour. -->
- <string name="bind_minutes">"%1$s minutes ago"</string>
- <!-- The time that has elapsed since a host was connected to when it has been less than a day. -->
- <string name="bind_hours">"%1$s hours ago"</string>
- <!-- The time that has elapsed since a host was connected to when it has been a day or more. -->
- <string name="bind_days">"%1$s days ago"</string>
<!-- Message given when user copies from the terminal. -->
<string name="console_copy_done">"Copied %1$d bytes to clipboard"</string>