Skip to content

Commit

Permalink
i18n(nl): Update Dutch translations
Browse files Browse the repository at this point in the history
  • Loading branch information
QHivert committed May 30, 2023
1 parent b6c7521 commit 42b9a03
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
9 changes: 9 additions & 0 deletions UI/Common/Dutch.lproj/Localizable.strings
Expand Up @@ -106,6 +106,7 @@
"Personal" = "Persoonlijk";
"To Do" = "Te doen";
"Later" = "Later";
"Forwarded" = "Forwarded";
"Return Receipt Sent" = "Ontvangstbewijs verzonden";
"a2_Sunday" = "Zo";
"a2_Monday" = "Ma";
Expand Down Expand Up @@ -221,3 +222,11 @@

/* Hotkey description to move forward in current view */
"Move forward" = "Ga vooruit";

/* Password Recovery */
"passwordRecovery_Disabled" = "Disabled";
"passwordRecovery_SecretQuestion" = "Secret question";
"passwordRecovery_SecretQuestion1" = "What is the name of your first pet ?";
"passwordRecovery_SecretQuestion2" = "What was your first car ?";
"passwordRecovery_SecretQuestion3" = "What is your favorite movie ?";
"passwordRecovery_SecondaryEmail" = "Secondary E-mail";
20 changes: 18 additions & 2 deletions UI/PreferencesUI/Dutch.lproj/Localizable.strings
Expand Up @@ -47,7 +47,7 @@
"Activation Constraints" = "Activatiebeperkingen";
"Enable auto reply on" = "Automatisch beantwoorden inschakelen";
"First day of vacation" = "Eerste vakantiedag";
"Disable auto reply after" = "Automatisch bericht bij afwezigheid uitschakelen op";
"Disable auto reply after" = "Disable auto reply after";
"Last day of vacation" = "Laatste vakantiedag";
"Enter date" = "Voer datum in";
/* Enable auto reply at this time of the day */
Expand Down Expand Up @@ -257,6 +257,12 @@
"Confirmation" = "Bevestig wachtwoord";
"Change" = "Veranderen";
"Passwords don't match" = "Wachtwoorden komen niet overeen";
"POLICY_MIN_LOWERCASE_LETTER" = "Minimum of %{0} lowercase letter";
"POLICY_MIN_UPPERCASE_LETTER" = "Minimum of %{0} uppercase letter";
"POLICY_MIN_DIGIT" = "Minimum of %{0} digit";
"POLICY_MIN_SPECIAL_SYMBOLS" = "Minimum of %{0}special symbols";
"POLICY_MIN_LENGTH" = "Minimum length of %{0} characters";


/* Event+task classifications */
"Default events classification" = "Standaardclassificatie afspraken";
Expand Down Expand Up @@ -479,8 +485,18 @@
"Enable two-factor authentication using a TOTP application" = "Twee-factor authenticatie met TOTP programma inschakelen";
"You must enter this key into your TOTP application." = "U moet deze sleutel in uw TOTP programma invoeren.";
"If you do not and you log out you will not be able to login again." = "Als u dit niet doet en uitlogt, zal u niet meer terug kunnen inloggen.";
"Enter TOTP verification code :" = "Enter TOTP verification code :";
"Invalid TOTP verification code" = "Invalid TOTP verification code";

/* External Sieve scripts */
"An external Sieve script is active" = "Een extern Sieve script is actief";
"Sieve is a programming language that can be used for email filtering. If you let SOGo handle your filters, vacation and forward settings, your active script will be disabled." = "Sieve is een programmeertaal die voor e-mail filteren kan gebruikt worden. Als u SOGo uw filters, vakantie en doorstuurinstellingen laat beheren, zal uw actieve script uitgeschakeld worden.";
"Let SOGo handle everything" = "Laat SOGo alles beheren";
"Let SOGo handle everything" = "Laat SOGo alles beheren";

/* Password Recovery */
"Password recovery mode" = "Password recovery";
"Question" = "Question";
"Secondary e-mail" = "Secondary e-mail";
"Answer" = "Answer";
"Password recovery" = "Password recovery";
"Password change" = "Password change";
9 changes: 8 additions & 1 deletion UI/Scheduler/Dutch.lproj/Localizable.strings
Expand Up @@ -37,6 +37,8 @@
"this month" = "deze maand";
"Previous Month" = "Vorige maand";
"Next Month" = "Volgende maand";
/* Week number prefix */
"W" = "W";

/* Year */
"this year" = "dit jaar";
Expand Down Expand Up @@ -398,6 +400,10 @@
"From" = "Van";
"To" = "Tot";

/* dates */
"DateFrom" = "From";
"DateTo" = "To";

/* validation errors */
validate_notitle = "U heeft geen titel opgegeven. Wilt u doorgaan?";
validate_invalid_startdate = "Ongeldige begindatum!";
Expand Down Expand Up @@ -623,6 +629,7 @@ vtodo_class2 = "(Vertrouwelijke taak)";
"Rename" = "Hernoem";
"Import Calendar" = "Agenda Importeren";
"Select an ICS file." = "Selecteer een ICS bestand.";
"You have modified data unsaved. Do you want to close popup and loose data ?" = "You have modified data unsaved. Do you want to close popup and loose data ?";

/* Notification when user subscribes to a calendar */
"Successfully subscribed to calendar" = "Abonneren op agenda succesvol";
Expand Down Expand Up @@ -652,4 +659,4 @@ vtodo_class2 = "(Vertrouwelijke taak)";
"hotkey_monthview" = "m";

/* Hotkey to switch to multicolumn day view */
"hotkey_multicolumndayview" = "c";
"hotkey_multicolumndayview" = "c";

0 comments on commit 42b9a03

Please sign in to comment.