diff options
author | pacien | 2018-08-21 01:35:06 +0200 |
---|---|---|
committer | pacien | 2018-08-21 01:35:06 +0200 |
commit | 4702b7441b65173a1e0c7f0b560e672d06ee4e4d (patch) | |
tree | a2f428073d4b9fb77edc3e539b3d6f118489e855 /app/src/main/res/values | |
parent | b321bbe07ff48d571feb4f81c66f58223584dc83 (diff) | |
download | tincapp-4702b7441b65173a1e0c7f0b560e672d06ee4e4d.tar.gz |
Show node reachability in node list
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e5dc2f5..3f2e800 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -132,7 +132,12 @@ | |||
132 | <string name="status_network_info_none_value">none</string> | 132 | <string name="status_network_info_none_value">none</string> |
133 | 133 | ||
134 | <string name="status_node_list_empty_placeholder_text">Loading…</string> | 134 | <string name="status_node_list_empty_placeholder_text">Loading…</string> |
135 | <string name="status_node_list_modal_placeholder_text">Loading…</string> | 135 | <string name="status_node_reachability_unreachable">unreachable</string> |
136 | <string name="status_node_reachability_this_node">this node</string> | ||
137 | <string name="status_node_reachability_direct_connection">direct</string> | ||
138 | <string name="status_node_reachability_via_format">via %s</string> | ||
139 | <string name="status_node_reachability_unknown">…</string> | ||
140 | <string name="status_node_info_modal_placeholder_text">Loading…</string> | ||
136 | <string name="status_node_info_dialog_title">Node info</string> | 141 | <string name="status_node_info_dialog_title">Node info</string> |
137 | <string name="status_node_info_dialog_close_action">Close</string> | 142 | <string name="status_node_info_dialog_close_action">Close</string> |
138 | 143 | ||