You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lang/en.json
+9-3
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,15 @@
53
53
"mtime": "Last modified",
54
54
"no": "No",
55
55
"password": "Password",
56
-
"password.description": "Leave empty if you don't want to change it",
56
+
"password.description": "Leave empty if you don't want to change it. Notice: The password will be stored as cleartext in db. However, somebody must have access to the server disk to read this.",
"server.auth.keyfile.description": "Paste the contents of the file in here",
108
+
"update.available" : "Update available",
109
+
"update.available.modal" : "There is a new release for this application. You have {currentVersion} and the newest release is {latestVersion}. Make sure to always have a backup before applying any update. With the click on the accept button the application will shut down, downloading the update, apply the update and restart the application automatically. However, if something goes wrong you should have access to the command line to fix the issues per hand.",
110
+
"coreupdate.started" : "Update started, application will restart automatically when all is done",
111
+
"coreupdate.error" : "Cannot execute automatic update. OS doesn't support this method or development mode is enabled"
0 commit comments