aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
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>