Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormightymop <totzkotz@gmail.com>2021-01-13 16:54:57 +0300
committersualko <klaus@jsxc.org>2021-01-13 16:54:57 +0300
commitc0992f39a906e834f9a15a30fd3c73b1950c50bb (patch)
tree1f39c196068a467d1c587ef7591d7f4b7d2f72ea /locales
parentcf7ad328953575c96f68bcf1ddccd89be25c1b71 (diff)
feat: add software version (XEP-0092)
Diffstat (limited to 'locales')
-rw-r--r--locales/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/en.json b/locales/en.json
index c1ce0e3f..5db62c32 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -427,7 +427,8 @@
"no_results": "No results were found.",
"trusted_domains": "Trusted domains",
"one_domain_per_line": "Theese are domains from which attachments will be loaded automatically. (One domain per line)",
- "setting-command-enable": "Allows to control different settings via text commands."
+ "setting-command-enable": "Allows to control different settings via text commands.",
+ "setting-version": "Returns version information about the software running this Client."
},
"Notifications": "Notifications"
}