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

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2021-01-13 00:23:57 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-13 00:23:57 +0300
commit7b6ce4b6e5a3959af62f2f0bb15fb272b5594a47 (patch)
treeb10b3c91500b51dba77105d6733c38bec7955200 /src/platform/generic/_locales/de/messages.json
parentc2daba9a9c5f48d228f4bfb5340a9e09f998faa3 (diff)
Show server version info in server info tab
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index 3043245..9d7800a 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -421,6 +421,34 @@
"message" : "Tags",
"description": "Label for the tag count in the server info in the browse tab"
},
+ "LabelServerVersion" : {
+ "message" : "Server",
+ "description": "Label for the nextcloud server version in the server info in the browse tab"
+ },
+ "LabelAppVersion" : {
+ "message" : "API",
+ "description": "Label for the passwords app version in the server info in the browse tab"
+ },
+ "ServerLabelString" : {
+ "message" : "Nextcloud $VERSION$",
+ "description" : "Value for the nextcloud server version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
+ "AppLabelString" : {
+ "message" : "Passwörter $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Passwort",
"description": "Placeholder text in the master password field of the server authorization dialog"