2021-06-06 22:47:05 +00:00
|
|
|
module Messages.Page.UserSettings exposing
|
|
|
|
( Texts
|
|
|
|
, de
|
|
|
|
, gb
|
|
|
|
)
|
2021-04-03 20:25:54 +00:00
|
|
|
|
2021-04-09 22:30:42 +00:00
|
|
|
import Messages.Comp.ChangePasswordForm
|
|
|
|
import Messages.Comp.EmailSettingsManage
|
|
|
|
import Messages.Comp.ImapSettingsManage
|
|
|
|
import Messages.Comp.NotificationManage
|
|
|
|
import Messages.Comp.ScanMailboxManage
|
|
|
|
import Messages.Comp.UiSettingsManage
|
2021-04-03 20:25:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
type alias Texts =
|
2021-04-09 22:30:42 +00:00
|
|
|
{ changePasswordForm : Messages.Comp.ChangePasswordForm.Texts
|
|
|
|
, uiSettingsManage : Messages.Comp.UiSettingsManage.Texts
|
|
|
|
, emailSettingsManage : Messages.Comp.EmailSettingsManage.Texts
|
|
|
|
, imapSettingsManage : Messages.Comp.ImapSettingsManage.Texts
|
|
|
|
, notificationManage : Messages.Comp.NotificationManage.Texts
|
|
|
|
, scanMailboxManage : Messages.Comp.ScanMailboxManage.Texts
|
2021-04-03 20:25:54 +00:00
|
|
|
, userSettings : String
|
|
|
|
, uiSettings : String
|
|
|
|
, notifications : String
|
|
|
|
, scanMailbox : String
|
|
|
|
, emailSettingSmtp : String
|
|
|
|
, emailSettingImap : String
|
|
|
|
, changePassword : String
|
|
|
|
, uiSettingsInfo : String
|
2021-04-04 19:57:34 +00:00
|
|
|
, notificationInfoText : String
|
|
|
|
, notificationRemindDaysInfo : String
|
|
|
|
, scanMailboxInfo1 : String
|
|
|
|
, scanMailboxInfo2 : String
|
2021-04-03 20:25:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
gb : Texts
|
|
|
|
gb =
|
2021-04-09 22:30:42 +00:00
|
|
|
{ changePasswordForm = Messages.Comp.ChangePasswordForm.gb
|
|
|
|
, uiSettingsManage = Messages.Comp.UiSettingsManage.gb
|
|
|
|
, emailSettingsManage = Messages.Comp.EmailSettingsManage.gb
|
|
|
|
, imapSettingsManage = Messages.Comp.ImapSettingsManage.gb
|
|
|
|
, notificationManage = Messages.Comp.NotificationManage.gb
|
|
|
|
, scanMailboxManage = Messages.Comp.ScanMailboxManage.gb
|
2021-04-03 20:25:54 +00:00
|
|
|
, userSettings = "User Settings"
|
|
|
|
, uiSettings = "UI Settings"
|
|
|
|
, notifications = "Notifications"
|
|
|
|
, scanMailbox = "Scan Mailbox"
|
|
|
|
, emailSettingSmtp = "E-Mail Settings (SMTP)"
|
|
|
|
, emailSettingImap = "E-Mail Settings (IMAP)"
|
|
|
|
, changePassword = "Change Password"
|
|
|
|
, uiSettingsInfo =
|
|
|
|
"These settings only affect the web ui. They are stored in the browser, "
|
|
|
|
++ "so they are separated between browsers and devices."
|
2021-04-04 19:57:34 +00:00
|
|
|
, notificationInfoText =
|
|
|
|
"""
|
|
|
|
Docspell can notify you once the due dates of your items
|
|
|
|
come closer. Notification is done via e-mail. You need to
|
|
|
|
provide a connection in your e-mail settings."""
|
|
|
|
, notificationRemindDaysInfo =
|
|
|
|
"Docspell finds all items that are due in *Remind Days* days and sends this list via e-mail."
|
|
|
|
, scanMailboxInfo1 =
|
|
|
|
"Docspell can scan folders of your mailbox to import your mails. "
|
|
|
|
++ "You need to provide a connection in "
|
|
|
|
++ "your e-mail (imap) settings."
|
|
|
|
, scanMailboxInfo2 =
|
|
|
|
"""
|
|
|
|
Docspell goes through all configured folders and imports
|
|
|
|
mails matching the search criteria. Mails are skipped if
|
|
|
|
they were imported in a previous run and the corresponding
|
|
|
|
items still exist. After submitting a mail into docspell,
|
|
|
|
you can choose to move it to another folder, to delete it
|
|
|
|
or to just leave it there. In the latter case you should
|
|
|
|
adjust the schedule to avoid reading over the same mails
|
|
|
|
again."""
|
2021-04-03 20:25:54 +00:00
|
|
|
}
|
2021-06-06 22:47:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
de : Texts
|
|
|
|
de =
|
|
|
|
{ changePasswordForm = Messages.Comp.ChangePasswordForm.de
|
|
|
|
, uiSettingsManage = Messages.Comp.UiSettingsManage.de
|
|
|
|
, emailSettingsManage = Messages.Comp.EmailSettingsManage.de
|
|
|
|
, imapSettingsManage = Messages.Comp.ImapSettingsManage.de
|
|
|
|
, notificationManage = Messages.Comp.NotificationManage.de
|
|
|
|
, scanMailboxManage = Messages.Comp.ScanMailboxManage.de
|
2021-06-29 15:34:47 +00:00
|
|
|
, userSettings = "Benutzereinstellung"
|
2021-06-06 22:47:05 +00:00
|
|
|
, uiSettings = "Oberfläche"
|
2021-06-29 15:34:47 +00:00
|
|
|
, notifications = "Benachrichtigungen"
|
|
|
|
, scanMailbox = "E-Mail-Import"
|
|
|
|
, emailSettingSmtp = "E-Mail-Einstellung (SMTP)"
|
|
|
|
, emailSettingImap = "E-Mail-Einstellung (IMAP)"
|
2021-06-06 22:47:05 +00:00
|
|
|
, changePassword = "Passwort ändern"
|
|
|
|
, uiSettingsInfo =
|
|
|
|
"Diese Einstellungen sind für die Web-Oberfläche."
|
|
|
|
, notificationInfoText =
|
|
|
|
"""
|
|
|
|
Docspell kann eine E-Mail versenden, sobald das
|
2021-06-29 15:34:47 +00:00
|
|
|
Fälligkeitsdatum von Dokumenten näher kommt. Dafür muss eine
|
|
|
|
E-Mail-SMTP-Verbindung konfiguriert werden.."""
|
2021-06-06 22:47:05 +00:00
|
|
|
, notificationRemindDaysInfo =
|
|
|
|
"Docspell sucht Dokumente die in X Tagen fällig sind und sendet diese Liste als E-Mail."
|
|
|
|
, scanMailboxInfo1 =
|
|
|
|
"""Docspell kann Postfächer durchsuchen und E-Mails importieren. Dafür sind
|
2021-06-29 15:34:47 +00:00
|
|
|
E-Mail-Einstellungen (IMAP) notwendig."""
|
2021-06-06 22:47:05 +00:00
|
|
|
, scanMailboxInfo2 =
|
|
|
|
"""
|
|
|
|
Docspell durchsucht alle konfigurierten Ordner in einem
|
|
|
|
Postfach nach E-Mails, die den Suchkriterien entsprechen.
|
|
|
|
E-Mails werden übersprungen, falls sie im letzten Lauf
|
|
|
|
schon importiert wurden (und das Dokument noch existiert).
|
|
|
|
Nachdem eine E-Mail in Docspell importiert ist, kann sie
|
|
|
|
gelöscht, in einen anderen Ordner verschoben werden oder
|
2021-06-29 15:34:47 +00:00
|
|
|
sie kann unberührt belassen werden. Für den letzteren Fall
|
2021-06-06 22:47:05 +00:00
|
|
|
ist es gut, die Kriterien so zu gestalten, dass die
|
|
|
|
gleichen E-Mails möglichst nicht noch einmal eingelesen
|
|
|
|
werden."""
|
|
|
|
}
|