diff --git a/Wino.Core.Domain/Translations/nl_NL/resources.json b/Wino.Core.Domain/Translations/nl_NL/resources.json index 86426587..699ffe1c 100644 --- a/Wino.Core.Domain/Translations/nl_NL/resources.json +++ b/Wino.Core.Domain/Translations/nl_NL/resources.json @@ -111,6 +111,7 @@ "Exception_UnsupportedProvider": "Deze aanbieder wordt niet ondersteund.", "Exception_UnsupportedSynchronizerOperation": "Deze bewerking wordt niet ondersteund voor {0}", "Exception_UserCancelSystemFolderSetupDialog": "Gebruiker heeft het dialoogvenster configureren systeemmappen geannuleerd.", + "Exception_InboxNotAvailable": "Couldn't setup account folders.", "Files": "Bestanden", "FilteringOption_All": "Alle", "FilteringOption_Flagged": "Gemarkeerd", @@ -203,6 +204,9 @@ "Info_MessageCorruptedTitle": "Error", "Info_MissingFolderMessage": "{0} doesn't exist for this account.", "Info_MissingFolderTitle": "Missing Folder", + "Info_PDFSaveSuccessTitle": "Success", + "Info_PDFSaveFailedTitle": "Failed to save PDF file", + "Info_PDFSaveSuccessMessage": "PDF file is saved to {0}", "Info_PurchaseExistsMessage": "Het lijkt erop dat dit product al eerder is gekocht.", "Info_PurchaseExistsTitle": "Bestaand product", "Info_PurchaseThankYouMessage": "Hartelijk bedankt!", @@ -331,8 +335,14 @@ "SettingsApplicationTheme_Title": "Applicatie thema", "SettingsAvailableThemes_Description": "Selecteer een thema uit Wino’s collectie of pas uw eigen thema's toe.", "SettingsAvailableThemes_Title": "Beschikbare thema's", + "SettingsAutoSelectNextItem_Title": "Auto select next item", + "SettingsAutoSelectNextItem_Description": "Select the next item after you delete or move a mail.", "SettingsCustomTheme_Description": "Maak uw eigen aangepaste thema met aangepaste achtergrond en accentkleur.", "SettingsCustomTheme_Title": "Aangepast Thema", + "SettingsConfigureSpecialFolders_Title": "Configure System Folders", + "SettingsConfigureSpecialFolders_Description": "Set folders with special functions. Folders such as Archive, Inbox, and Drafts are essential for Wino to function properly.", + "SettingConfigureSpecialFolders_Button": "Configure", + "Error_FailedToSetupSystemFolders_Title": "Failed to setup system folders", "SettingsDeleteAccount_Description": "Verwijder alle e-mails en referenties die aan dit account zijn gekoppeld.", "SettingsDeleteAccount_Title": "Verwijder dit account", "SettingsDeleteProtection_Description": "Moet Wino u om bevestiging vragen elke keer dat u een e-mail met Shift + Del verwijderd?", @@ -453,6 +463,10 @@ "SystemFolderConfigDialog_SentFolderDescription": "Folder that sent messages will be stored.", "SystemFolderConfigDialog_SentFolderHeader": "Sent Folder", "SystemFolderConfigDialog_Title": "Configure System Folders", + "SystemFolderConfigDialogValidation_InboxSelected": "You can't assign Inbox folder to any other system folder.", + "SystemFolderConfigDialogValidation_DuplicateSystemFolders": "Some of the system folders are used more than once in the configuration.", + "SystemFolderConfigSetupSuccess_Title": "System Folders Setup", + "SystemFolderConfigSetupSuccess_Message": "System folders are successfully configured.", "TestingImapConnectionMessage": "Testing server connection...", "Today": "Today", "UnknownAddress": "unknown address",