mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Added Admin -> Config to view all the application.ini settings.
TODO: save changes
This commit is contained in:
parent
d7db182e5f
commit
f20a7c7b83
31 changed files with 263 additions and 80 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"GLOBAL": {
|
||||
"SAVE": "Speichern"
|
||||
},
|
||||
"LOGIN": {
|
||||
"LABEL_LOGIN": "Benutzer",
|
||||
"LABEL_PASSWORD": "Passwort",
|
||||
|
|
@ -16,6 +19,7 @@
|
|||
"LABEL_DOMAINS_NAME": "Domains",
|
||||
"LABEL_SECURITY_NAME": "Sicherheit",
|
||||
"LABEL_PACKAGES_NAME": "Erweiterungen",
|
||||
"LABEL_CONFIG_NAME": "Config",
|
||||
"LABEL_ABOUT_NAME": "Über"
|
||||
},
|
||||
"TAB_GENERAL": {
|
||||
|
|
@ -140,8 +144,7 @@
|
|||
"POPUPS_PLUGIN": {
|
||||
"TITLE_PLUGIN": "Erweiterung",
|
||||
"DESC_NOTHING_TO_CONFIGURE": "Nichts zu konfigurieren",
|
||||
"BUTTON_CLOSE": "Schließen",
|
||||
"BUTTON_SAVE": "Speichern"
|
||||
"BUTTON_CLOSE": "Schließen"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"BUTTON_YES": "Ja",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue