[Web] Danish lang. 🇩🇰 (#3971)

Create Danish lang
master
Frederick Nicklas Ambo Eggert Eggertsen 2021-02-19 18:23:08 +01:00 committed by GitHub
parent 362dedc014
commit 6840a1665d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1108 additions and 1 deletions

View File

@ -350,6 +350,30 @@ namespace inbox {
mailbox "Utkast" { mailbox "Utkast" {
special_use = \Drafts special_use = \Drafts
} }
mailbox "Skraldespand" {
special_use = \Trash
}
mailbox "Slettet mails" {
special_use = \Trash
}
mailbox "Arkiv" {
special_use = \Archive
}
mailbox "Arkiveret mails" {
special_use = \Archive
}
mailbox "Sendt" {
special_use = \Sent
}
mailbox "Sendte mails" {
special_use = \Sent
}
mailbox "Udkast" {
special_use = \Drafts
}
mailbox "Kladde" {
special_use = \Drafts
}
prefix = prefix =
} }
protocols = imap sieve lmtp pop3 protocols = imap sieve lmtp pop3

View File

@ -79,7 +79,9 @@ $DETECT_LANGUAGE = true;
$DEFAULT_LANG = 'en'; $DEFAULT_LANG = 'en';
// Available languages // Available languages
$AVAILABLE_LANGUAGES = array('ca', 'cs', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ko', 'lv', 'nl', 'pl', 'pt', 'ro', 'ru', 'sk', 'sv', 'zh'); // Use (ISO 639-1) Code standard
// See https://www.loc.gov/standards/iso639-2/php/code_list.php
$AVAILABLE_LANGUAGES = array('ca', 'cs', 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ko', 'lv', 'nl', 'pl', 'pt', 'ro', 'ru', 'sk', 'sv', 'zh');
// Change theme (default: lumen) // Change theme (default: lumen)
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone, // Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,

File diff suppressed because it is too large Load Diff