mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-31 09:30:12 +00:00 
			
		
		
		
	Remove un-done translations for German
This commit is contained in:
		| @@ -46,9 +46,6 @@ get lang = | ||||
|         English -> | ||||
|             gb | ||||
|  | ||||
|         German -> | ||||
|             de | ||||
|  | ||||
|  | ||||
| {-| Get a ISO-3166-1 code of the given lanugage. | ||||
| -} | ||||
| @@ -103,23 +100,3 @@ gb = | ||||
|     , manageData = Messages.Page.ManageData.gb | ||||
|     , home = Messages.Page.Home.gb | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Messages | ||||
| de = | ||||
|     { lang = German | ||||
|     , iso2 = "de" | ||||
|     , label = "Deutsch" | ||||
|     , flagIcon = "flag-icon flag-icon-de" | ||||
|     , app = Messages.App.de | ||||
|     , collectiveSettings = Messages.Page.CollectiveSettings.de | ||||
|     , login = Messages.Page.Login.de | ||||
|     , register = Messages.Page.Register.de | ||||
|     , newInvite = Messages.Page.NewInvite.de | ||||
|     , upload = Messages.Page.Upload.de | ||||
|     , itemDetail = Messages.Page.ItemDetail.de | ||||
|     , queue = Messages.Page.Queue.de | ||||
|     , userSettings = Messages.Page.UserSettings.de | ||||
|     , manageData = Messages.Page.ManageData.de | ||||
|     , home = Messages.Page.Home.de | ||||
|     } | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| module Messages.App exposing | ||||
|     ( Texts | ||||
|     , de | ||||
|     , gb | ||||
|     ) | ||||
|  | ||||
| @@ -34,16 +33,17 @@ gb = | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     { collectiveProfile = "Kollektiv-Profil" | ||||
|     , userProfile = "Benutzer-Profil" | ||||
|     , lightDark = "Hell/Dunkel" | ||||
|     , logout = "Abmelden" | ||||
|     , items = "Dokumente" | ||||
|     , manageData = "Daten verwalten" | ||||
|     , uploadFiles = "Dateien hochladen" | ||||
|     , processingQueue = "Verarbeitung" | ||||
|     , newInvites = "Neue Einladung" | ||||
|     , help = "Hilfe (English)" | ||||
|     } | ||||
|  | ||||
| -- de : Texts | ||||
| -- de = | ||||
| --     { collectiveProfile = "Kollektiv-Profil" | ||||
| --     , userProfile = "Benutzer-Profil" | ||||
| --     , lightDark = "Hell/Dunkel" | ||||
| --     , logout = "Abmelden" | ||||
| --     , items = "Dokumente" | ||||
| --     , manageData = "Daten verwalten" | ||||
| --     , uploadFiles = "Dateien hochladen" | ||||
| --     , processingQueue = "Verarbeitung" | ||||
| --     , newInvites = "Neue Einladung" | ||||
| --     , help = "Hilfe (English)" | ||||
| --     } | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Basics exposing (..) | ||||
| module Messages.Basics exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
| @@ -66,8 +66,3 @@ gb = | ||||
|     , customFields = "Custom Fields" | ||||
|     , direction = "Direction" | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.AddressForm exposing (..) | ||||
| module Messages.Comp.AddressForm exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.AttachmentMeta exposing (..) | ||||
| module Messages.Comp.AttachmentMeta exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.CalEventInput exposing (..) | ||||
| module Messages.Comp.CalEventInput exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ChangePasswordForm exposing (..) | ||||
| module Messages.Comp.ChangePasswordForm exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ClassifierSettingsForm exposing (..) | ||||
| module Messages.Comp.ClassifierSettingsForm exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Comp.CalEventInput | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.CollectiveSettingsForm exposing (..) | ||||
| module Messages.Comp.CollectiveSettingsForm exposing (Texts, gb) | ||||
|  | ||||
| import Data.Language exposing (Language) | ||||
| import Messages.Comp.ClassifierSettingsForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.CustomFieldForm exposing (..) | ||||
| module Messages.Comp.CustomFieldForm exposing (Texts, gb) | ||||
|  | ||||
| import Data.CustomFieldType exposing (CustomFieldType) | ||||
| import Messages.Basics | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.CustomFieldInput exposing (..) | ||||
| module Messages.Comp.CustomFieldInput exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.CustomFieldManage exposing (..) | ||||
| module Messages.Comp.CustomFieldManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.CustomFieldForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.CustomFieldMultiInput exposing (..) | ||||
| module Messages.Comp.CustomFieldMultiInput exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Comp.CustomFieldInput | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.CustomFieldTable exposing (..) | ||||
| module Messages.Comp.CustomFieldTable exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.DetailEdit exposing (..) | ||||
| module Messages.Comp.DetailEdit exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.CustomFieldForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.Dropzone exposing (..) | ||||
| module Messages.Comp.Dropzone exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.EmailSettingsForm exposing (..) | ||||
| module Messages.Comp.EmailSettingsForm exposing (Texts, gb) | ||||
|  | ||||
| import Data.SSLType exposing (SSLType) | ||||
| import Messages.Basics | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.EmailSettingsManage exposing (..) | ||||
| module Messages.Comp.EmailSettingsManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.EmailSettingsForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.EmailSettingsTable exposing (..) | ||||
| module Messages.Comp.EmailSettingsTable exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.EquipmentForm exposing (..) | ||||
| module Messages.Comp.EquipmentForm exposing (Texts, gb) | ||||
|  | ||||
| import Data.EquipmentUse exposing (EquipmentUse) | ||||
| import Messages.Basics | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.EquipmentManage exposing (..) | ||||
| module Messages.Comp.EquipmentManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.EquipmentForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.EquipmentTable exposing (..) | ||||
| module Messages.Comp.EquipmentTable exposing (Texts, gb) | ||||
|  | ||||
| import Data.EquipmentUse exposing (EquipmentUse) | ||||
| import Messages.Basics | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.FolderDetail exposing (..) | ||||
| module Messages.Comp.FolderDetail exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.FolderManage exposing (..) | ||||
| module Messages.Comp.FolderManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.FolderDetail | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.FolderTable exposing (..) | ||||
| module Messages.Comp.FolderTable exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ImapSettingsForm exposing (..) | ||||
| module Messages.Comp.ImapSettingsForm exposing (Texts, gb) | ||||
|  | ||||
| import Data.SSLType exposing (SSLType) | ||||
| import Messages.Basics | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ImapSettingsManage exposing (..) | ||||
| module Messages.Comp.ImapSettingsManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.ImapSettingsForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ImapSettingsTable exposing (..) | ||||
| module Messages.Comp.ImapSettingsTable exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemCard exposing (..) | ||||
| module Messages.Comp.ItemCard exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemCardList exposing (..) | ||||
| module Messages.Comp.ItemCardList exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Comp.ItemCard | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemDetail exposing (..) | ||||
| module Messages.Comp.ItemDetail exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Comp.DetailEdit | ||||
| import Messages.Comp.ItemDetail.AddFilesForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemDetail.AddFilesForm exposing (..) | ||||
| module Messages.Comp.ItemDetail.AddFilesForm exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.Dropzone | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemDetail.EditForm exposing (..) | ||||
| module Messages.Comp.ItemDetail.EditForm exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.CustomFieldMultiInput | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemDetail.ItemInfoHeader exposing (..) | ||||
| module Messages.Comp.ItemDetail.ItemInfoHeader exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemDetail.MultiEditMenu exposing (..) | ||||
| module Messages.Comp.ItemDetail.MultiEditMenu exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.CustomFieldMultiInput | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemDetail.Notes exposing (..) | ||||
| module Messages.Comp.ItemDetail.Notes exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemDetail.SingleAttachment exposing (..) | ||||
| module Messages.Comp.ItemDetail.SingleAttachment exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Comp.AttachmentMeta | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ItemMail exposing (..) | ||||
| module Messages.Comp.ItemMail exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.NotificationForm exposing (..) | ||||
| module Messages.Comp.NotificationForm exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.CalEventInput | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.NotificationManage exposing (..) | ||||
| module Messages.Comp.NotificationManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.NotificationForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.NotificationTable exposing (..) | ||||
| module Messages.Comp.NotificationTable exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.OrgForm exposing (..) | ||||
| module Messages.Comp.OrgForm exposing (Texts, gb) | ||||
|  | ||||
| import Data.ContactType exposing (ContactType) | ||||
| import Data.OrgUse exposing (OrgUse) | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.OrgManage exposing (..) | ||||
| module Messages.Comp.OrgManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.OrgForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.OrgTable exposing (..) | ||||
| module Messages.Comp.OrgTable exposing (Texts, gb) | ||||
|  | ||||
| import Data.OrgUse exposing (OrgUse) | ||||
| import Messages.Basics | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.PersonForm exposing (..) | ||||
| module Messages.Comp.PersonForm exposing (Texts, gb) | ||||
|  | ||||
| import Data.ContactType exposing (ContactType) | ||||
| import Data.PersonUse exposing (PersonUse) | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.PersonManage exposing (..) | ||||
| module Messages.Comp.PersonManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.PersonForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.PersonTable exposing (..) | ||||
| module Messages.Comp.PersonTable exposing (Texts, gb) | ||||
|  | ||||
| import Data.PersonUse exposing (PersonUse) | ||||
| import Messages.Basics | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ScanMailboxForm exposing (..) | ||||
| module Messages.Comp.ScanMailboxForm exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.CalEventInput | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ScanMailboxManage exposing (..) | ||||
| module Messages.Comp.ScanMailboxManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.ScanMailboxForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.ScanMailboxTable exposing (..) | ||||
| module Messages.Comp.ScanMailboxTable exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.SearchMenu exposing (..) | ||||
| module Messages.Comp.SearchMenu exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.CustomFieldMultiInput | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.SearchStatsView exposing (..) | ||||
| module Messages.Comp.SearchStatsView exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.SentMails exposing (..) | ||||
| module Messages.Comp.SentMails exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.SourceForm exposing (..) | ||||
| module Messages.Comp.SourceForm exposing (Texts, gb) | ||||
|  | ||||
| import Data.Language exposing (Language) | ||||
| import Messages.Basics | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.SourceManage exposing (..) | ||||
| module Messages.Comp.SourceManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.SourceForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.SourceTable exposing (..) | ||||
| module Messages.Comp.SourceTable exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.TagForm exposing (..) | ||||
| module Messages.Comp.TagForm exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.TagManage exposing (..) | ||||
| module Messages.Comp.TagManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.TagForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.TagSelect exposing (..) | ||||
| module Messages.Comp.TagSelect exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.TagTable exposing (..) | ||||
| module Messages.Comp.TagTable exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.UiSettingsForm exposing (..) | ||||
| module Messages.Comp.UiSettingsForm exposing (Texts, gb) | ||||
|  | ||||
| import Data.Color exposing (Color) | ||||
| import Data.Fields exposing (Field) | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.UiSettingsManage exposing (..) | ||||
| module Messages.Comp.UiSettingsManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.UiSettingsForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.UserForm exposing (..) | ||||
| module Messages.Comp.UserForm exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.UserManage exposing (..) | ||||
| module Messages.Comp.UserManage exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.UserForm | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Comp.UserTable exposing (..) | ||||
| module Messages.Comp.UserTable exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Data.Color exposing (..) | ||||
| module Messages.Data.Color exposing (gb) | ||||
|  | ||||
| import Data.Color exposing (Color(..)) | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Data.ContactType exposing (..) | ||||
| module Messages.Data.ContactType exposing (gb) | ||||
|  | ||||
| import Data.ContactType exposing (ContactType(..)) | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Data.CustomFieldType exposing (..) | ||||
| module Messages.Data.CustomFieldType exposing (gb) | ||||
|  | ||||
| import Data.CustomFieldType exposing (CustomFieldType(..)) | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Data.EquipmentUse exposing (..) | ||||
| module Messages.Data.EquipmentUse exposing (gb) | ||||
|  | ||||
| import Data.EquipmentUse exposing (EquipmentUse(..)) | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Data.Fields exposing (..) | ||||
| module Messages.Data.Fields exposing (gb) | ||||
|  | ||||
| import Data.Fields exposing (Field(..)) | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Data.Language exposing (..) | ||||
| module Messages.Data.Language exposing (gb) | ||||
|  | ||||
| import Data.Language exposing (Language(..)) | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Data.OrgUse exposing (..) | ||||
| module Messages.Data.OrgUse exposing (gb) | ||||
|  | ||||
| import Data.OrgUse exposing (OrgUse(..)) | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Data.PersonUse exposing (..) | ||||
| module Messages.Data.PersonUse exposing (gb) | ||||
|  | ||||
| import Data.PersonUse exposing (PersonUse(..)) | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Data.SSLType exposing (..) | ||||
| module Messages.Data.SSLType exposing (gb) | ||||
|  | ||||
| import Data.SSLType exposing (SSLType(..)) | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.CollectiveSettings exposing (..) | ||||
| module Messages.Page.CollectiveSettings exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.CollectiveSettingsForm | ||||
| @@ -37,8 +37,3 @@ gb = | ||||
|     , collective = "Collective" | ||||
|     , size = "Size" | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.Home exposing (..) | ||||
| module Messages.Page.Home exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.ItemCardList | ||||
| @@ -51,8 +51,3 @@ gb = | ||||
|     , resetSearchForm = "Reset search form" | ||||
|     , exitSelectMode = "Exit Select Mode" | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.HomeSideMenu exposing (..) | ||||
| module Messages.Page.HomeSideMenu exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Comp.ItemDetail.MultiEditMenu | ||||
| import Messages.Comp.SearchMenu | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.ItemDetail exposing (..) | ||||
| module Messages.Page.ItemDetail exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Comp.ItemDetail | ||||
| import Messages.Comp.ItemDetail.EditForm | ||||
| @@ -19,8 +19,3 @@ gb = | ||||
|     , editMetadata = "Edit Metadata" | ||||
|     , collapseExpand = "Collapse/Expand" | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -1,8 +1,4 @@ | ||||
| module Messages.Page.Login exposing | ||||
|     ( Texts | ||||
|     , de | ||||
|     , gb | ||||
|     ) | ||||
| module Messages.Page.Login exposing (Texts, gb) | ||||
|  | ||||
|  | ||||
| type alias Texts = | ||||
| @@ -36,17 +32,18 @@ gb = | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     { loginToDocspell = "Docspell Anmeldung" | ||||
|     , username = "Benutzer" | ||||
|     , collectiveSlashLogin = "Kollektiv / Benutzer" | ||||
|     , password = "Passwort" | ||||
|     , rememberMe = "Anmeldung speichern" | ||||
|     , loginPlaceholder = "Benutzer" | ||||
|     , passwordPlaceholder = "Passwort" | ||||
|     , loginButton = "Anmelden" | ||||
|     , loginSuccessful = "Anmeldung erfolgreich" | ||||
|     , noAccount = "Kein Konto?" | ||||
|     , signupLink = "Hier registrieren!" | ||||
|     } | ||||
|  | ||||
| -- de : Texts | ||||
| -- de = | ||||
| --     { loginToDocspell = "Docspell Anmeldung" | ||||
| --     , username = "Benutzer" | ||||
| --     , collectiveSlashLogin = "Kollektiv / Benutzer" | ||||
| --     , password = "Passwort" | ||||
| --     , rememberMe = "Anmeldung speichern" | ||||
| --     , loginPlaceholder = "Benutzer" | ||||
| --     , passwordPlaceholder = "Passwort" | ||||
| --     , loginButton = "Anmelden" | ||||
| --     , loginSuccessful = "Anmeldung erfolgreich" | ||||
| --     , noAccount = "Kein Konto?" | ||||
| --     , signupLink = "Hier registrieren!" | ||||
| --     } | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.ManageData exposing (..) | ||||
| module Messages.Page.ManageData exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
| import Messages.Comp.CustomFieldManage | ||||
| @@ -32,8 +32,3 @@ gb = | ||||
|     , customFieldManage = Messages.Comp.CustomFieldManage.gb | ||||
|     , manageData = "Manage Data" | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.NewInvite exposing (..) | ||||
| module Messages.Page.NewInvite exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
| @@ -31,8 +31,3 @@ gb = | ||||
|          Creating an invite requires providing the password | ||||
|          from the configuration.""" | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.Queue exposing (..) | ||||
| module Messages.Page.Queue exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
| @@ -48,8 +48,3 @@ gb = | ||||
|     , changePriority = "Change priority of this job" | ||||
|     , prio = "Prio" | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.Register exposing (..) | ||||
| module Messages.Page.Register exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Basics | ||||
|  | ||||
| @@ -34,8 +34,3 @@ gb = | ||||
|     , signIn = "Sign in" | ||||
|     , registrationSuccessful = "Registration successful." | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.Upload exposing (..) | ||||
| module Messages.Page.Upload exposing (Texts, gb) | ||||
|  | ||||
| import Data.Language exposing (Language) | ||||
| import Messages.Basics | ||||
| @@ -59,8 +59,3 @@ gb = | ||||
|     , selectedFiles = "Selected Files" | ||||
|     , languageLabel = Messages.Data.Language.gb | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| module Messages.Page.UserSettings exposing (..) | ||||
| module Messages.Page.UserSettings exposing (Texts, gb) | ||||
|  | ||||
| import Messages.Comp.ChangePasswordForm | ||||
| import Messages.Comp.EmailSettingsManage | ||||
| @@ -70,8 +70,3 @@ gb = | ||||
|             adjust the schedule to avoid reading over the same mails | ||||
|             again.""" | ||||
|     } | ||||
|  | ||||
|  | ||||
| de : Texts | ||||
| de = | ||||
|     gb | ||||
|   | ||||
| @@ -9,11 +9,9 @@ module Messages.UiLanguage exposing | ||||
|  | ||||
| type UiLanguage | ||||
|     = English | ||||
|     | German | ||||
|  | ||||
|  | ||||
| all : List UiLanguage | ||||
| all = | ||||
|     [ English | ||||
|     , German | ||||
|     ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user