1230 lines
58 KiB
PHP
1230 lines
58 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'number.decimals_separator' => ',',
|
|
'number.thousands_separator' => '.',
|
|
'None' => 'Geen',
|
|
'edit' => 'bewerken',
|
|
'Edit' => 'Bewerken',
|
|
'remove' => 'verwijderen',
|
|
'Remove' => 'Verwijderen',
|
|
'Yes' => 'Ja',
|
|
'No' => 'Nee',
|
|
'cancel' => 'annuleren',
|
|
'or' => 'of',
|
|
'Yellow' => 'Geel',
|
|
'Blue' => 'Blauw',
|
|
'Green' => 'Groen',
|
|
'Purple' => 'Paars',
|
|
'Red' => 'Rood',
|
|
'Orange' => 'Oranje',
|
|
'Grey' => 'Grijs',
|
|
'Brown' => 'Bruin',
|
|
'Deep Orange' => 'Dieporanje',
|
|
'Dark Grey' => 'Donkergrijs',
|
|
'Pink' => 'Roze',
|
|
// 'Teal' => '',
|
|
'Cyan' => 'Cyaan',
|
|
'Lime' => 'Limoen',
|
|
'Light Green' => 'Lichtgroen',
|
|
'Amber' => 'Amber',
|
|
'Save' => 'Opslaan',
|
|
'Login' => 'Inloggen',
|
|
'Official website:' => 'Officiële website :',
|
|
'Unassigned' => 'Niet toegewezen',
|
|
'View this task' => 'Deze taak bekijken',
|
|
'Remove user' => 'Gebruiker verwijderen',
|
|
'Do you really want to remove this user: "%s"?' => 'Weet u zeker dat u deze gebruiker wil verwijderen : « %s » ?',
|
|
'All users' => 'Alle gebruikers',
|
|
'Username' => 'Gebruikersnaam',
|
|
'Password' => 'Wachtwoord',
|
|
'Administrator' => 'Administrator',
|
|
'Sign in' => 'Inloggen',
|
|
'Users' => 'Gebruikers',
|
|
'No user' => 'Geen gebruiker',
|
|
'Forbidden' => 'Geweigerd',
|
|
'Access Forbidden' => 'Toegang geweigerd',
|
|
'Edit user' => 'Gebruiker bewerken',
|
|
'Logout' => 'Uitloggen',
|
|
'Bad username or password' => 'Verkeerde gebruikersnaam of wachtwoord',
|
|
'Edit project' => 'Project bewerken',
|
|
'Name' => 'Naam',
|
|
'Projects' => 'Projecten',
|
|
'No project' => 'Geen project',
|
|
'Project' => 'Project',
|
|
'Status' => 'Status',
|
|
'Tasks' => 'Taken',
|
|
'Board' => 'Bord',
|
|
'Actions' => 'Acties',
|
|
'Inactive' => 'Inactief',
|
|
'Active' => 'Actief',
|
|
'%d tasks on the board' => '%d taken op het bord',
|
|
'%d tasks in total' => '%d taken in totaal',
|
|
'Unable to update this board.' => 'Update van dit bord niet mogelijk.',
|
|
'Edit board' => 'Bord bewerken',
|
|
'Disable' => 'Deactiveren',
|
|
'Enable' => 'Activeren',
|
|
'New project' => 'Nieuw project',
|
|
'Do you really want to remove this project: "%s"?' => 'Weet u zeker dat u dit project wil verwijderen : « %s » ?',
|
|
'Remove project' => 'Project verwijderen',
|
|
'Edit the board for "%s"' => 'Bord bewerken voor « %s »',
|
|
'All projects' => 'Alle projecten',
|
|
'Add a new column' => 'Kolom toevoegen',
|
|
'Title' => 'Titel',
|
|
'Assigned to %s' => 'Toegewezen aan %s',
|
|
'Remove a column' => 'Kolom verwijderen',
|
|
'Remove a column from a board' => 'Kolom verwijderen van het bord',
|
|
'Unable to remove this column.' => 'Verwijderen van deze kolom niet mogelijk.',
|
|
'Do you really want to remove this column: "%s"?' => 'Weet u zeker dat u deze kolom wil verwijderen : « %s » ?',
|
|
'This action will REMOVE ALL TASKS associated to this column!' => 'Deze actie zal ALLE TAKEN VERWIJDEREN die zijn geassocieerd met deze kolom!',
|
|
'Settings' => 'Instellingen',
|
|
'Application settings' => 'Applicatie instellingen',
|
|
'Language' => 'Taal',
|
|
'Webhook token:' => 'Webhook token :',
|
|
'API token:' => 'API token :',
|
|
'Database size:' => 'Database grootte :',
|
|
'Download the database' => 'Download de database',
|
|
'Optimize the database' => 'Optimaliseer de database',
|
|
'(VACUUM command)' => '(VACUUM commando)',
|
|
'(Gzip compressed Sqlite file)' => '(Gzip ingepakt Sqlite bestand)',
|
|
'Close a task' => 'Taak sluiten',
|
|
'Edit a task' => 'Taak bewerken',
|
|
'Column' => 'Kolom',
|
|
'Color' => 'Kleur',
|
|
'Assignee' => 'Toegewezene',
|
|
'Create another task' => 'Nog een taak aanmaken',
|
|
'New task' => 'Nieuwe taak',
|
|
'Open a task' => 'Een taak openen',
|
|
'Do you really want to open this task: "%s"?' => 'Weet u zeker dat u deze taak wil openen : « %s » ?',
|
|
'Back to the board' => 'Terug naar het bord',
|
|
'There is nobody assigned' => 'Er is niemand toegewezen',
|
|
'Column on the board:' => 'Kolom op het bord : ',
|
|
'Close this task' => 'Deze taak sluiten',
|
|
'Open this task' => 'Deze taak openen',
|
|
'There is no description.' => 'Er is geen omschrijving.',
|
|
'Add a new task' => 'Een nieuwe taak toevoegen',
|
|
'The username is required' => 'De gebruikersnaam is verplicht',
|
|
'The maximum length is %d characters' => 'De maximale lengte is %d karakters',
|
|
'The minimum length is %d characters' => 'De minimale lengte is %d karakters',
|
|
'The password is required' => 'Het wachtwoord is verplicht',
|
|
'This value must be an integer' => 'Deze waarde dient een integer te zijn',
|
|
'The username must be unique' => 'De gebruikersnaam moet uniek zijn',
|
|
'The user id is required' => 'Het gebruikers id is verplicht',
|
|
'Passwords don\'t match' => 'De wachtwoorden komen niet overeen',
|
|
'The confirmation is required' => 'De bevestiging is verplicht',
|
|
'The project is required' => 'Het project is verplicht',
|
|
'The id is required' => 'Het id is verplicht',
|
|
'The project id is required' => 'Het project id is verplicht',
|
|
'The project name is required' => 'De projectnaam is verplicht',
|
|
'The title is required' => 'De titel is verplicht',
|
|
'Settings saved successfully.' => 'Instellingen succesvol opgeslagen.',
|
|
'Unable to save your settings.' => 'Instellingen opslaan niet gelukt.',
|
|
'Database optimization done.' => 'Database optimaliseren voltooid.',
|
|
'Your project have been created successfully.' => 'Uw project is succesvol aangemaakt.',
|
|
'Unable to create your project.' => 'Het aanmaken van het project is niet gelukt.',
|
|
'Project updated successfully.' => 'Project succesvol geupdate.',
|
|
'Unable to update this project.' => 'Updaten van project niet gelukt.',
|
|
'Unable to remove this project.' => 'Verwijderen van project niet gelukt.',
|
|
'Project removed successfully.' => 'Project succesvol verwijderd.',
|
|
'Project activated successfully.' => 'Project succesvol geactiveerd.',
|
|
'Unable to activate this project.' => 'Project activeren niet gelukt.',
|
|
'Project disabled successfully.' => 'Project uitschakelen succesvol.',
|
|
'Unable to disable this project.' => 'Project uitschakelen niet gelukt.',
|
|
'Unable to open this task.' => 'Openen van deze taak niet gelukt.',
|
|
'Task opened successfully.' => 'Taak succesvol geopend.',
|
|
'Unable to close this task.' => 'Sluiten van deze taak niet gelukt.',
|
|
'Task closed successfully.' => 'Taak succesvol gesloten.',
|
|
'Unable to update your task.' => 'Updaten van uw taak mislukt.',
|
|
'Task updated successfully.' => 'Taak succesvol geupdate.',
|
|
'Unable to create your task.' => 'Taak aanmaken niet gelukt.',
|
|
'Task created successfully.' => 'Taak succesvol aangemaakt.',
|
|
'User created successfully.' => 'Gebruiker succesvol aangemaakt.',
|
|
'Unable to create your user.' => 'Aanmaken van gebruiker niet gelukt.',
|
|
'User updated successfully.' => 'Gebruiker succesvol geupdate',
|
|
'Unable to update your user.' => 'Updaten van gebruiker niet gelukt.',
|
|
'User removed successfully.' => 'Gebruiker succesvol verwijderd.',
|
|
'Unable to remove this user.' => 'Verwijderen van gebruikers niet gelukt.',
|
|
'Board updated successfully.' => 'Board succesvol geupdate.',
|
|
'Ready' => 'Klaar',
|
|
'Backlog' => 'Het wachten',
|
|
'Work in progress' => 'In behandeling',
|
|
'Done' => 'Afgewerkt',
|
|
'Application version:' => 'Applicatie versie :',
|
|
'Id' => 'Id',
|
|
'%d closed tasks' => '%d gesloten taken',
|
|
'No task for this project' => 'Geen taken voor dit project',
|
|
'Public link' => 'Publieke link',
|
|
'Timezone' => 'Tijdzone',
|
|
'Sorry, I didn\'t find this information in my database!' => 'Sorry deze informatie kon niet worden gevonden in de database !',
|
|
'Page not found' => 'Pagina niet gevonden',
|
|
'Complexity' => 'Complexiteit',
|
|
'Task limit' => 'Taak limiet.',
|
|
'Task count' => 'Aantal taken',
|
|
'User' => 'Gebruiker',
|
|
'Comments' => 'Commentaar',
|
|
'Leave a comment' => 'Schrijf een commentaar',
|
|
'Comment is required' => 'Commentaar is verplicht',
|
|
'Leave a description' => 'Schrijf een omschrijving',
|
|
'Comment added successfully.' => 'Commentaar succesvol toegevoegd.',
|
|
'Unable to create your comment.' => 'Commentaar toevoegen niet gelukt.',
|
|
'Due Date' => 'Vervaldag',
|
|
'Invalid date' => 'Ongeldige datum',
|
|
'Automatic actions' => 'Geautomatiseerd acties',
|
|
'Your automatic action have been created successfully.' => 'Geautomatiseerde actie succesvol aangemaakt.',
|
|
'Unable to create your automatic action.' => 'Geautomatiseerde actie aanmaken niet gelukt.',
|
|
'Remove an action' => 'Actie verwijderen',
|
|
'Unable to remove this action.' => 'Actie verwijderen niet gelukt',
|
|
'Action removed successfully.' => 'Actie succesvol verwijder.',
|
|
'Automatic actions for the project "%s"' => 'Automatiseer acties voor project « %s »',
|
|
'Add an action' => 'Actie toevoegen',
|
|
'Event name' => 'Naam gebeurtenis',
|
|
'Action name' => 'Actie naam',
|
|
'Action parameters' => 'Actie paramaters',
|
|
'Action' => 'Actie',
|
|
'Event' => 'Evenement',
|
|
'When the selected event occurs execute the corresponding action.' => 'Als de geselecteerde gebeurtenis optreedt de volgende actie uitvoeren',
|
|
'Next step' => 'Volgende stap',
|
|
'Define action parameters' => 'Bepaal actie parameters',
|
|
'Do you really want to remove this action: "%s"?' => 'Weet u zeker dat u de volgende actie wil verwijderen : « %s » ?',
|
|
'Remove an automatic action' => 'Automatische actie verwijderen',
|
|
'Assign the task to a specific user' => 'Taak toewijzen aan een gebruiker',
|
|
'Assign the task to the person who does the action' => 'Taak toewijzen aan een gebruiker die de actie uitvoert',
|
|
'Duplicate the task to another project' => 'Taak dupliceren in een ander project',
|
|
'Move a task to another column' => 'Taak verplaatsen naar een andere kolom',
|
|
'Task modification' => 'Taak aanpassen',
|
|
'Task creation' => 'Taak aanmaken',
|
|
'Closing a task' => 'Taak sluiten',
|
|
'Assign a color to a specific user' => 'Wijs een kleur toe aan een gebruiker',
|
|
'Column title' => 'Kolom titel',
|
|
'Position' => 'Positie',
|
|
'Duplicate to another project' => 'Dupliceren in een ander project',
|
|
'Duplicate' => 'Dupliceren',
|
|
'link' => 'koppelen',
|
|
'Comment updated successfully.' => 'Commentaar succesvol aangepast.',
|
|
'Unable to update your comment.' => 'Commentaar aanpassen niet gelukt.',
|
|
'Remove a comment' => 'Commentaar verwijderen',
|
|
'Comment removed successfully.' => 'Commentaar succesvol verwijder.',
|
|
'Unable to remove this comment.' => 'Commentaar verwijderen niet gelukt.',
|
|
'Do you really want to remove this comment?' => 'Weet u zeker dat u dit commentaar wil verwijderen ?',
|
|
'Current password for the user "%s"' => 'Huidig wachtwoord voor gebruiker « %s »',
|
|
'The current password is required' => 'Huidig wachtwoord is verplicht',
|
|
'Wrong password' => 'Onjuist wachtwoord',
|
|
'Unknown' => 'Onbekend',
|
|
'Last logins' => 'Laatste logins',
|
|
'Login date' => 'Login datum',
|
|
'Authentication method' => 'Authenticatie methode',
|
|
'IP address' => 'IP adres',
|
|
'User agent' => 'User agent',
|
|
'Persistent connections' => 'Persistente connectie',
|
|
'No session.' => 'Geen sessie.',
|
|
'Expiration date' => 'Verloopdatum',
|
|
'Remember Me' => 'Onthoud mij',
|
|
'Creation date' => 'Aanmaakdatum',
|
|
'Everybody' => 'Iedereen',
|
|
'Open' => 'Open',
|
|
'Closed' => 'Gesloten',
|
|
'Search' => 'Zoek',
|
|
'Nothing found.' => 'Niets gevonden.',
|
|
'Due date' => 'Vervaldatum',
|
|
'Others formats accepted: %s and %s' => 'Andere toegestane formaten : %s en %s',
|
|
'Description' => 'Omschrijving',
|
|
'%d comments' => '%d commentaren',
|
|
'%d comment' => '%d commentaar',
|
|
'Email address invalid' => 'Ongeldig emailadres',
|
|
// 'Your external account is not linked anymore to your profile.' => '',
|
|
// 'Unable to unlink your external account.' => '',
|
|
// 'External authentication failed' => '',
|
|
// 'Your external account is linked to your profile successfully.' => '',
|
|
'Email' => 'Email',
|
|
'Task removed successfully.' => 'Taak succesvol verwijderd.',
|
|
'Unable to remove this task.' => 'Taak verwijderen niet gelukt.',
|
|
'Remove a task' => 'Taak verwijderen',
|
|
'Do you really want to remove this task: "%s"?' => 'Weet u zeker dat u deze taak wil verwijderen « %s » ?',
|
|
'Assign automatically a color based on a category' => 'Automatisch een kleur toewijzen aan de hand van een categorie',
|
|
'Assign automatically a category based on a color' => 'Automatisch een categorie toewijzen aan de hand van een kleur',
|
|
'Task creation or modification' => 'Taak aanmaken of wijzigen',
|
|
'Category' => 'Categorie',
|
|
'Category:' => 'Categorie :',
|
|
'Categories' => 'Categorieën',
|
|
'Your category have been created successfully.' => 'Categorie succesvol aangemaakt.',
|
|
'Unable to create your category.' => 'Categorie aanmaken niet gelukt.',
|
|
'Your category have been updated successfully.' => 'Categorie succesvol aangepast.',
|
|
'Unable to update your category.' => 'Aanpassen van categorie niet gelukt.',
|
|
'Remove a category' => 'Categorie verwijderen',
|
|
'Category removed successfully.' => 'Categorie succesvol verwijderd.',
|
|
'Unable to remove this category.' => 'Categorie verwijderen niet gelukt.',
|
|
'Category modification for the project "%s"' => 'Categorie aanpassen voor project « %s »',
|
|
'Category Name' => 'Categorie naam',
|
|
'Add a new category' => 'Categorie toevoegen',
|
|
'Do you really want to remove this category: "%s"?' => 'Weet u zeker dat u deze categorie wil verwijderen: « %s » ?',
|
|
'All categories' => 'Alle categorieën',
|
|
'No category' => 'Geen categorie',
|
|
'The name is required' => 'De naam is verplicht',
|
|
'Remove a file' => 'Bestand verwijderen',
|
|
'Unable to remove this file.' => 'Bestand verwijderen niet gelukt.',
|
|
'File removed successfully.' => 'Bestand succesvol verwijdered.',
|
|
'Attach a document' => 'Document toevoegen',
|
|
'Do you really want to remove this file: "%s"?' => 'Weet u zeker dat u dit bestand wil verwijderen: « %s » ?',
|
|
'Attachments' => 'Bijlages',
|
|
'Edit the task' => 'Taak aanpassen',
|
|
'Add a comment' => 'Commentaar toevoegen',
|
|
'Edit a comment' => 'Commentaar aanpassen',
|
|
'Summary' => 'Samenvatting',
|
|
'Time tracking' => 'Tijdschrijven',
|
|
'Estimate:' => 'Schatting :',
|
|
'Spent:' => 'Besteed :',
|
|
'Do you really want to remove this sub-task?' => 'Weet u zeker dat u deze subtaak wil verwijderen ?',
|
|
'Remaining:' => 'Resterend :',
|
|
'hours' => 'uren',
|
|
'spent' => 'besteed',
|
|
'estimated' => 'geschat',
|
|
'Sub-Tasks' => 'Subtaken',
|
|
'Add a sub-task' => 'Subtaak toevoegen',
|
|
'Original estimate' => 'Orginele schatting',
|
|
'Create another sub-task' => 'Nog een subtaak toevoegen',
|
|
'Time spent' => 'Tijd besteed',
|
|
'Edit a sub-task' => 'Subtaak aanpassen',
|
|
'Remove a sub-task' => 'Subtaak verwijderen',
|
|
'The time must be a numeric value' => 'De tijd moet een numerieke waarde zijn',
|
|
'Todo' => 'Nog te doen',
|
|
'In progress' => 'In behandeling',
|
|
'Sub-task removed successfully.' => 'Subtaak succesvol verwijderd.',
|
|
'Unable to remove this sub-task.' => 'Subtaak verwijderen niet gelukt.',
|
|
'Sub-task updated successfully.' => 'Subtaak succesvol aangepast.',
|
|
'Unable to update your sub-task.' => 'Subtaak aanpassen niet gelukt.',
|
|
'Unable to create your sub-task.' => 'Subtaak aanmaken niet gelukt.',
|
|
'Sub-task added successfully.' => 'Subtaak succesvol aangemaakt.',
|
|
'Maximum size: ' => 'Maximale grootte : ',
|
|
'Unable to upload the file.' => 'Uploaden van bestand niet gelukt.',
|
|
'Display another project' => 'Een ander project weergeven',
|
|
'Created by %s' => 'Aangemaakt door %s',
|
|
'Tasks Export' => 'Taken exporteren',
|
|
'Tasks exportation for "%s"' => 'Taken exporteren voor « %s »',
|
|
'Start Date' => 'Startdatum',
|
|
'End Date' => 'Einddatum',
|
|
'Execute' => 'Uitvoeren',
|
|
'Task Id' => 'Taak Id',
|
|
'Creator' => 'Aangemaakt door',
|
|
'Modification date' => 'Wijzigingsdatum',
|
|
'Completion date' => 'Afgerond op',
|
|
'Clone' => 'Kloon',
|
|
'Project cloned successfully.' => 'Project succesvol gekloond.',
|
|
'Unable to clone this project.' => 'Klonen van project niet gelukt.',
|
|
'Enable email notifications' => 'Email notificatie aanzetten',
|
|
'Task position:' => 'Taak positie :',
|
|
'The task #%d have been opened.' => 'Taak #%d is geopend.',
|
|
'The task #%d have been closed.' => 'Taak #%d is gesloten.',
|
|
'Sub-task updated' => 'Subtaak aangepast',
|
|
'Title:' => 'Titel :',
|
|
'Status:' => 'Status :',
|
|
'Assignee:' => 'Toegewezene :',
|
|
'Time tracking:' => 'Tijdschrijven :',
|
|
'New sub-task' => 'Nieuwe subtaak',
|
|
'New attachment added "%s"' => 'Nieuwe bijlage toegevoegd « %s »',
|
|
'New comment posted by %s' => 'Nieuw commentaar geplaatst door « %s »',
|
|
'New attachment' => 'Nieuwe bijlage',
|
|
'New comment' => 'Nieuw commentaar',
|
|
'Comment updated' => 'Commentaar aangepast',
|
|
'New subtask' => 'Nieuwe subtaak',
|
|
'Subtask updated' => 'Subtaak aangepast',
|
|
'Task updated' => 'Taak aangepast',
|
|
'Task closed' => 'Taak gesloten',
|
|
'Task opened' => 'Taak geopend',
|
|
'I want to receive notifications only for those projects:' => 'Ik wil notificaties ontvangen van de volgende projecten :',
|
|
'view the task on Kanboard' => 'taak bekijken op Kanboard',
|
|
'Public access' => 'Publieke toegang',
|
|
'Active tasks' => 'Actieve taken',
|
|
'Disable public access' => 'Publieke toegang uitschakelen',
|
|
'Enable public access' => 'Publieke toegang inschakelen',
|
|
'Public access disabled' => 'Publieke toegang uitgeschakeld',
|
|
'Do you really want to disable this project: "%s"?' => 'Weet u zeker dat u dit project wil uitschakelen : « %s » ?',
|
|
'Do you really want to enable this project: "%s"?' => 'Weet u zeker dat u dit project wil activeren : « %s » ?',
|
|
'Project activation' => 'Project activatie',
|
|
'Move the task to another project' => 'Taak verplaatsen naar een ander project',
|
|
'Move to another project' => 'Verplaats naar een ander project',
|
|
'Do you really want to duplicate this task?' => 'Weet u zeker dat u deze taak wil dupliceren ?',
|
|
'Duplicate a task' => 'Taak dupliceren',
|
|
'External accounts' => 'Externe accounts',
|
|
'Account type' => 'Account type',
|
|
'Local' => 'Lokaal',
|
|
'Remote' => 'Remote',
|
|
'Enabled' => 'Actief',
|
|
'Disabled' => 'Inactief',
|
|
'Username:' => 'Gebruikersnaam :',
|
|
'Name:' => 'Naam :',
|
|
'Email:' => 'Email :',
|
|
'Notifications:' => 'Notificaties :',
|
|
'Notifications' => 'Notificaties',
|
|
'Account type:' => 'Account type:',
|
|
'Edit profile' => 'Profiel aanpassen',
|
|
'Change password' => 'Wachtwoord aanpassen',
|
|
'Password modification' => 'Wachtwoord aanpassen',
|
|
'External authentications' => 'Externe authenticatie',
|
|
'Never connected.' => 'Nooit verbonden.',
|
|
'No external authentication enabled.' => 'Geen externe authenticatie aangezet.',
|
|
'Password modified successfully.' => 'Wachtwoord succesvol aangepast.',
|
|
'Unable to change the password.' => 'Aanpassen van wachtwoord niet gelukt.',
|
|
'Change category' => 'Categorie aanpassen',
|
|
'%s updated the task %s' => '%s heeft taak %s aangepast',
|
|
'%s opened the task %s' => '%s heeft taak %s geopend',
|
|
'%s moved the task %s to the position #%d in the column "%s"' => '%s heeft taak %s naar positie %d in de kolom « %s » verplaatst',
|
|
'%s moved the task %s to the column "%s"' => '%s heeft taak %s verplaatst naar kolom « %s »',
|
|
'%s created the task %s' => '%s heeft taak %s aangemaakt',
|
|
'%s closed the task %s' => '%s heeft taak %s gesloten',
|
|
'%s created a subtask for the task %s' => '%s heeft een subtaak aangemaakt voor taak %s',
|
|
'%s updated a subtask for the task %s' => '%s heeft een subtaak aangepast voor taak %s',
|
|
'Assigned to %s with an estimate of %s/%sh' => 'Toegewezen aan %s met een schatting van %s/%sh',
|
|
'Not assigned, estimate of %sh' => 'Niet toegewezen, schatting: %sh',
|
|
'%s updated a comment on the task %s' => '%s heeft een commentaar aangepast voor taak %s',
|
|
'%s commented the task %s' => '%s heeft een commentaar geplaatst voor taak %s',
|
|
'%s\'s activity' => 'Activiteiten van %s',
|
|
'RSS feed' => 'RSS feed',
|
|
'%s updated a comment on the task #%d' => '%s heeft een commentaar aangepast voor taak %d',
|
|
'%s commented on the task #%d' => '%s heeft commentaar geplaatst voor taak %d',
|
|
'%s updated a subtask for the task #%d' => '%s heeft een commentaar aangepast voor subtaak %d',
|
|
'%s created a subtask for the task #%d' => '%s heeft een subtaak aangemaakt voor taak %d',
|
|
'%s updated the task #%d' => '%s heeft taak %d aangepast',
|
|
'%s created the task #%d' => '%s heeft taak %d aangemaakt',
|
|
'%s closed the task #%d' => '%s heeft taak %d gesloten',
|
|
'%s opened the task #%d' => '%s a heeft taak %d geopend',
|
|
'%s moved the task #%d to the column "%s"' => '%s heeft taak %d verplaatst naar kolom « %s »',
|
|
'%s moved the task #%d to the position %d in the column "%s"' => '%s heeft taak %d verplaatst naar positie %d in kolom « %s »',
|
|
'Activity' => 'Activiteit',
|
|
'Default values are "%s"' => 'Standaardwaarden zijn « %s »',
|
|
'Default columns for new projects (Comma-separated)' => 'Standaard kolommen voor nieuw projecten (komma gescheiden)',
|
|
'Task assignee change' => 'Taak toegewezene verandering',
|
|
'%s changed the assignee of the task #%d to %s' => '%s heeft de toegewezene voor taak %d veranderd in %s',
|
|
'%s changed the assignee of the task %s to %s' => '%s heeft de toegewezene voor taak %s veranderd in %s',
|
|
'New password for the user "%s"' => 'Nieuw wachtwoord voor gebruiker « %s »',
|
|
'Choose an event' => 'Kies een gebeurtenis',
|
|
'Create a task from an external provider' => 'Maak een taak aan vanuit een externe provider',
|
|
'Change the assignee based on an external username' => 'Verander de toegewezene aan de hand van de externe gebruikersnaam',
|
|
'Change the category based on an external label' => 'Verander de categorie aan de hand van een extern label',
|
|
'Reference' => 'Referentie',
|
|
'Label' => 'Label',
|
|
'Database' => 'Database',
|
|
'About' => 'Over',
|
|
'Database driver:' => 'Database driver :',
|
|
'Board settings' => 'Bord instellingen',
|
|
'Webhook settings' => 'Webhook instellingen',
|
|
'Reset token' => 'Token resetten',
|
|
'API endpoint:' => 'API endpoint :',
|
|
'Refresh interval for private board' => 'Verversingsinterval voor private borden',
|
|
'Refresh interval for public board' => 'Verversingsinterval voor publieke borden',
|
|
'Task highlight period' => 'Taak highlight periode',
|
|
'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Periode (in seconden) om aan te geven of een taak recent is aangepast (0 om uit te schakelen, standaard 2 dagen)',
|
|
'Frequency in second (60 seconds by default)' => 'Frequentie in seconden (stadaard 60)',
|
|
'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frequentie in seconden (0 om uit te schakelen, standaard 10)',
|
|
'Application URL' => 'Applicatie URL',
|
|
'Token regenerated.' => 'Token opnieuw gegenereerd.',
|
|
'Date format' => 'Datum formaat',
|
|
'ISO format is always accepted, example: "%s" and "%s"' => 'ISO formaat is altijd geaccepteerd, bijvoorbeeld : « %s » et « %s »',
|
|
'New private project' => 'Nieuw privé project',
|
|
'This project is private' => 'Dit project is privé',
|
|
'Add' => 'Toevoegen',
|
|
'Start date' => 'Startdatum',
|
|
'Time estimated' => 'Geschatte tijd',
|
|
'There is nothing assigned to you.' => 'Er is niets aan u toegewezen.',
|
|
'My tasks' => 'Mijn taken',
|
|
'Activity stream' => 'Activiteiten',
|
|
'Dashboard' => 'Dashboard',
|
|
// 'Confirmation' => '',
|
|
'Allow everybody to access to this project' => 'Geef iedereen toegang tot dit project',
|
|
'Everybody have access to this project.' => 'Iedereen heeft toegang tot dit project.',
|
|
'Webhooks' => 'Webhooks',
|
|
'API' => 'API',
|
|
'Create a comment from an external provider' => 'Voeg een commentaar toe van een externe provider',
|
|
'Project management' => 'Project management',
|
|
'My projects' => 'Mijn projecten',
|
|
'Columns' => 'Kolommen',
|
|
'Task' => 'Taak',
|
|
'Your are not member of any project.' => 'U bent van geen enkel project lid.',
|
|
'Percentage' => 'Percentage',
|
|
'Number of tasks' => 'Aantal taken',
|
|
'Task distribution' => 'Distributie van taken',
|
|
'Reportings' => 'Rapporten',
|
|
'Task repartition for "%s"' => 'Taakverdeling voor « %s »',
|
|
'Analytics' => 'Analytics',
|
|
'Subtask' => 'Subtaak',
|
|
'My subtasks' => 'Mijn subtaken',
|
|
'User repartition' => 'Gebruikerverdeling',
|
|
'User repartition for "%s"' => 'Gebruikerverdeling voor « %s »',
|
|
'Clone this project' => 'Kloon dit project',
|
|
'Column removed successfully.' => 'Kolom succesvol verwijderd.',
|
|
'Not enough data to show the graph.' => 'Niet genoeg data om de grafiek te laten zien.',
|
|
// 'Previous' => '',
|
|
'The id must be an integer' => 'Het id moet een integer zijn',
|
|
'The project id must be an integer' => 'Het project id moet een integer zijn',
|
|
'The status must be an integer' => 'De status moet een integer zijn',
|
|
'The subtask id is required' => 'Het id van de subtaak is verplicht',
|
|
'The subtask id must be an integer' => 'Het id van de subtaak moet een integer zijn',
|
|
'The task id is required' => 'Het id van de taak is verplicht',
|
|
'The task id must be an integer' => 'Het id van de taak moet een integer zijn',
|
|
'The user id must be an integer' => 'Het id van de gebruiker moet een integer zijn',
|
|
'This value is required' => 'Deze waarde is verplicht',
|
|
'This value must be numeric' => 'Deze waarde moet numeriek zijn',
|
|
'Unable to create this task.' => 'Aanmaken van de taak mislukt',
|
|
'Cumulative flow diagram' => 'Cummulatief stroomdiagram',
|
|
'Cumulative flow diagram for "%s"' => 'Cummulatief stroomdiagram voor « %s »',
|
|
'Daily project summary' => 'Dagelijkse project samenvatting',
|
|
'Daily project summary export' => 'Dagelijkse project samenvatting export',
|
|
'Daily project summary export for "%s"' => 'Dagelijkse project samenvatting voor « %s »',
|
|
'Exports' => 'Exports',
|
|
'This export contains the number of tasks per column grouped per day.' => 'Dit rapport bevat het aantal taken per kolom gegroupeerd per dag.',
|
|
'Active swimlanes' => 'Actieve swinlanes',
|
|
'Add a new swimlane' => 'Nieuwe swimlane toevoegen',
|
|
'Change default swimlane' => 'Standaard swimlane aapassen',
|
|
'Default swimlane' => 'Standaard swinlane',
|
|
'Do you really want to remove this swimlane: "%s"?' => 'Weet u zeker dat u deze swimlane wil verwijderen : « %s » ?',
|
|
'Inactive swimlanes' => 'Inactieve swinlanes',
|
|
'Remove a swimlane' => 'Verwijder swinlane',
|
|
'Show default swimlane' => 'Standaard swimlane tonen',
|
|
'Swimlane modification for the project "%s"' => 'Swinlane aanpassing voor project « %s »',
|
|
'Swimlane removed successfully.' => 'Swimlane succesvol verwijderd.',
|
|
'Swimlanes' => 'Swimlanes',
|
|
'Swimlane updated successfully.' => 'Swimlane succesvol aangepast.',
|
|
'The default swimlane have been updated successfully.' => 'De standaard swimlane is succesvol aangepast.',
|
|
'Unable to remove this swimlane.' => 'Swimlane verwijderen niet gelukt.',
|
|
'Unable to update this swimlane.' => 'Swimlane aanpassen niet gelukt.',
|
|
'Your swimlane have been created successfully.' => 'Swimlane succesvol aangemaakt.',
|
|
'Example: "Bug, Feature Request, Improvement"' => 'Voorbeeld: « Bug, Feature Request, Improvement »',
|
|
'Default categories for new projects (Comma-separated)' => 'Standaard categorieën voor nieuwe projecten (komma gescheiden)',
|
|
'Integrations' => 'Integraties',
|
|
'Integration with third-party services' => 'Integratie met derde-partij-services',
|
|
'Subtask Id' => 'Subtaak id',
|
|
'Subtasks' => 'Subtaken',
|
|
'Subtasks Export' => 'Subtaken exporteren',
|
|
'Subtasks exportation for "%s"' => 'Subtaken exporteren voor project « %s »',
|
|
'Task Title' => 'Taak title',
|
|
'Untitled' => 'Geen titel',
|
|
'Application default' => 'Standaard taal voor applicatie',
|
|
'Language:' => 'Taal :',
|
|
'Timezone:' => 'Tijdzone :',
|
|
'All columns' => 'Alle kolommen',
|
|
'Calendar' => 'Agenda',
|
|
'Next' => 'Volgende',
|
|
'#%d' => '%d',
|
|
'All swimlanes' => 'Alle swimlanes',
|
|
'All colors' => 'Alle kleuren',
|
|
'Moved to column %s' => 'Verplaatst naar kolom %s',
|
|
'User dashboard' => 'Gebruiker dashboard',
|
|
'Allow only one subtask in progress at the same time for a user' => 'Sta maximaal één subtaak in behandeling toe per gebruiker',
|
|
'Edit column "%s"' => 'Kolom « %s » aanpassen',
|
|
'Select the new status of the subtask: "%s"' => 'Selecteer nieuwe status voor subtaak : « %s »',
|
|
'Subtask timesheet' => 'Subtaak timesheet',
|
|
'There is nothing to show.' => 'Er is niets om te laten zijn.',
|
|
'Time Tracking' => 'Tijdschrijven',
|
|
'You already have one subtask in progress' => 'U heeft al een subtaak in behandeling',
|
|
'Which parts of the project do you want to duplicate?' => 'Welke onderdelen van het project wilt u dupliceren?',
|
|
// 'Disallow login form' => '',
|
|
'Start' => 'Start',
|
|
'End' => 'Eind',
|
|
'Task age in days' => 'Leeftijd taak in dagen',
|
|
'Days in this column' => 'Dagen in deze kolom',
|
|
'%dd' => '%dj',
|
|
'Add a new link' => 'Nieuwe link toevoegen',
|
|
'Do you really want to remove this link: "%s"?' => 'Weet u zeker dat u deze link wil verwijderen : « %s » ?',
|
|
'Do you really want to remove this link with task #%d?' => 'Weet u zeker dat u deze link met taak %d wil verwijderen?',
|
|
'Field required' => 'Veld verplicht',
|
|
'Link added successfully.' => 'Link succesvol toegevoegd.',
|
|
'Link updated successfully.' => 'Link succesvol aangepast.',
|
|
'Link removed successfully.' => 'Link succesvol verwijderd.',
|
|
'Link labels' => 'Link labels',
|
|
'Link modification' => 'Link aanpassing',
|
|
'Links' => 'Links',
|
|
'Link settings' => 'Link instellingen',
|
|
'Opposite label' => 'Tegenovergesteld label',
|
|
'Remove a link' => 'Link verwijderen',
|
|
'Task\'s links' => 'Links van taak',
|
|
'The labels must be different' => 'De labels moeten verschillend zijn',
|
|
'There is no link.' => 'Er is geen link.',
|
|
'This label must be unique' => 'Dit label moet uniek zijn',
|
|
'Unable to create your link.' => 'Link aanmaken niet gelukt.',
|
|
'Unable to update your link.' => 'Link aanpassen niet gelukt.',
|
|
'Unable to remove this link.' => 'Link verwijderen niet gelukt.',
|
|
'relates to' => 'is gerelateerd aan',
|
|
'blocks' => 'blokkeert',
|
|
'is blocked by' => 'is geblokkeerd door',
|
|
'duplicates' => 'dupliceert',
|
|
'is duplicated by' => 'is gedupliceerd',
|
|
'is a child of' => 'is een kind van',
|
|
'is a parent of' => 'is een ouder van',
|
|
'targets milestone' => 'is nodig voor milestone',
|
|
'is a milestone of' => 'is een milestone voor',
|
|
'fixes' => 'corrigeert',
|
|
'is fixed by' => 'word gecorrigeerd door',
|
|
'This task' => 'Deze taak',
|
|
'<1h' => '<1h',
|
|
'%dh' => '%dh',
|
|
'Expand tasks' => 'Taken uitklappen',
|
|
'Collapse tasks' => 'Taken inklappen',
|
|
'Expand/collapse tasks' => 'Taken in/uiklappen',
|
|
'Close dialog box' => 'Venster sluiten',
|
|
'Submit a form' => 'Formulier insturen',
|
|
'Board view' => 'Bord weergave',
|
|
'Keyboard shortcuts' => 'Keyboard snelkoppelingen',
|
|
'Open board switcher' => 'Open bord switcher',
|
|
'Application' => 'Applicatie',
|
|
'Compact view' => 'Compacte weergave',
|
|
// 'Horizontal scrolling' => '',
|
|
'Compact/wide view' => 'Compacte/breedbeeld-weergave',
|
|
'No results match:' => 'Geen resultaten voor',
|
|
'Currency' => 'Valuta',
|
|
'Private project' => 'Privé project',
|
|
// 'AUD - Australian Dollar' => '',
|
|
// 'CAD - Canadian Dollar' => '',
|
|
// 'CHF - Swiss Francs' => '',
|
|
// 'Custom Stylesheet' => '',
|
|
// 'download' => '',
|
|
'EUR - Euro' => 'EUR - Euro',
|
|
// 'GBP - British Pound' => '',
|
|
// 'INR - Indian Rupee' => '',
|
|
// 'JPY - Japanese Yen' => '',
|
|
// 'NZD - New Zealand Dollar' => '',
|
|
// 'RSD - Serbian dinar' => '',
|
|
// 'USD - US Dollar' => '',
|
|
'Destination column' => 'Doel kolom',
|
|
// 'Move the task to another column when assigned to a user' => '',
|
|
// 'Move the task to another column when assignee is cleared' => '',
|
|
'Source column' => 'Bron kolom',
|
|
// 'Transitions' => '',
|
|
// 'Executer' => '',
|
|
// 'Time spent in the column' => '',
|
|
// 'Task transitions' => '',
|
|
// 'Task transitions export' => '',
|
|
// 'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => '',
|
|
'Currency rates' => 'Wisselkoersen',
|
|
'Rate' => 'Koers',
|
|
// 'Change reference currency' => '',
|
|
// 'Add a new currency rate' => '',
|
|
// 'Reference currency' => '',
|
|
// 'The currency rate have been added successfully.' => '',
|
|
// 'Unable to add this currency rate.' => '',
|
|
'Webhook URL' => 'Webhook URL',
|
|
// '%s removed the assignee of the task %s' => '',
|
|
// 'Enable Gravatar images' => '',
|
|
// 'Information' => '',
|
|
// 'Check two factor authentication code' => '',
|
|
// 'The two factor authentication code is not valid.' => '',
|
|
// 'The two factor authentication code is valid.' => '',
|
|
// 'Code' => '',
|
|
// 'Two factor authentication' => '',
|
|
// 'This QR code contains the key URI: ' => '',
|
|
// 'Check my code' => '',
|
|
// 'Secret key: ' => '',
|
|
// 'Test your device' => '',
|
|
// 'Assign a color when the task is moved to a specific column' => '',
|
|
// '%s via Kanboard' => '',
|
|
// 'Burndown chart for "%s"' => '',
|
|
// 'Burndown chart' => '',
|
|
// 'This chart show the task complexity over the time (Work Remaining).' => '',
|
|
// 'Screenshot taken %s' => '',
|
|
// 'Add a screenshot' => '',
|
|
// 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
|
|
// 'Screenshot uploaded successfully.' => '',
|
|
// 'SEK - Swedish Krona' => '',
|
|
// 'Identifier' => '',
|
|
// 'Disable two factor authentication' => '',
|
|
// 'Do you really want to disable the two factor authentication for this user: "%s"?' => '',
|
|
'Edit link' => 'Bewerk link',
|
|
// 'Start to type task title...' => '',
|
|
// 'A task cannot be linked to itself' => '',
|
|
// 'The exact same link already exists' => '',
|
|
// 'Recurrent task is scheduled to be generated' => '',
|
|
// 'Score' => '',
|
|
// 'The identifier must be unique' => '',
|
|
// 'This linked task id doesn\'t exists' => '',
|
|
// 'This value must be alphanumeric' => '',
|
|
// 'Edit recurrence' => '',
|
|
// 'Generate recurrent task' => '',
|
|
// 'Trigger to generate recurrent task' => '',
|
|
// 'Factor to calculate new due date' => '',
|
|
// 'Timeframe to calculate new due date' => '',
|
|
// 'Base date to calculate new due date' => '',
|
|
// 'Action date' => '',
|
|
// 'Base date to calculate new due date: ' => '',
|
|
// 'This task has created this child task: ' => '',
|
|
'Day(s)' => 'Dag(en)',
|
|
// 'Existing due date' => '',
|
|
// 'Factor to calculate new due date: ' => '',
|
|
'Month(s)' => 'Maand(en)',
|
|
// 'Recurrence' => '',
|
|
// 'This task has been created by: ' => '',
|
|
// 'Recurrent task has been generated:' => '',
|
|
// 'Timeframe to calculate new due date: ' => '',
|
|
// 'Trigger to generate recurrent task: ' => '',
|
|
// 'When task is closed' => '',
|
|
// 'When task is moved from first column' => '',
|
|
// 'When task is moved to last column' => '',
|
|
'Year(s)' => 'Jaar/Jaren',
|
|
'Calendar settings' => 'Kalender instellingen',
|
|
// 'Project calendar view' => '',
|
|
'Project settings' => 'Project instellingen',
|
|
// 'Show subtasks based on the time tracking' => '',
|
|
// 'Show tasks based on the creation date' => '',
|
|
// 'Show tasks based on the start date' => '',
|
|
// 'Subtasks time tracking' => '',
|
|
// 'User calendar view' => '',
|
|
// 'Automatically update the start date' => '',
|
|
// 'iCal feed' => '',
|
|
'Preferences' => 'Voorkeuren',
|
|
// 'Security' => '',
|
|
'Two factor authentication disabled' => 'Authenticatie in twee stappen uitgeschakeld',
|
|
'Two factor authentication enabled' => 'Authenticatie in twee stappen ingeschakeld',
|
|
'Unable to update this user.' => 'Niet mogelijk om deze gebruiker bij te werken',
|
|
// 'There is no user management for private projects.' => '',
|
|
'User that will receive the email' => 'Gebruiker die de mail ontvangt',
|
|
'Email subject' => 'Email onderwerp',
|
|
'Date' => 'Datum',
|
|
// 'Add a comment log when moving the task between columns' => '',
|
|
// 'Move the task to another column when the category is changed' => '',
|
|
// 'Send a task by email to someone' => '',
|
|
'Reopen a task' => 'Heropen een taak',
|
|
// 'Column change' => '',
|
|
// 'Position change' => '',
|
|
// 'Swimlane change' => '',
|
|
// 'Assignee change' => '',
|
|
// '[%s] Overdue tasks' => '',
|
|
// 'Notification' => '',
|
|
// '%s moved the task #%d to the first swimlane' => '',
|
|
// '%s moved the task #%d to the swimlane "%s"' => '',
|
|
'Swimlane' => 'Swimlane',
|
|
'Gravatar' => 'Gravatar',
|
|
'%s moved the task %s to the first swimlane' => '%s heeft de taak %s naar de eerste swimlane verplaatst',
|
|
'%s moved the task %s to the swimlane "%s"' => '%s heeft taak %s naar swimlane "%s" verplaatst',
|
|
// 'This report contains all subtasks information for the given date range.' => '',
|
|
// 'This report contains all tasks information for the given date range.' => '',
|
|
// 'Project activities for %s' => '',
|
|
// 'view the board on Kanboard' => '',
|
|
// 'The task have been moved to the first swimlane' => '',
|
|
// 'The task have been moved to another swimlane:' => '',
|
|
'New title: %s' => 'Nieuw titel: %s',
|
|
// 'The task is not assigned anymore' => '',
|
|
// 'New assignee: %s' => '',
|
|
// 'There is no category now' => '',
|
|
// 'New category: %s' => '',
|
|
// 'New color: %s' => '',
|
|
// 'New complexity: %d' => '',
|
|
// 'The due date have been removed' => '',
|
|
// 'There is no description anymore' => '',
|
|
// 'Recurrence settings have been modified' => '',
|
|
// 'Time spent changed: %sh' => '',
|
|
// 'Time estimated changed: %sh' => '',
|
|
// 'The field "%s" have been updated' => '',
|
|
// 'The description has been modified:' => '',
|
|
// 'Do you really want to close the task "%s" as well as all subtasks?' => '',
|
|
'I want to receive notifications for:' => 'Ik wil notificaties ontvangen voor:',
|
|
'All tasks' => 'Alle taken',
|
|
// 'Only for tasks assigned to me' => '',
|
|
// 'Only for tasks created by me' => '',
|
|
// 'Only for tasks created by me and assigned to me' => '',
|
|
'%%Y-%%m-%%d' => '%%d-%%m-%%Y',
|
|
// 'Total for all columns' => '',
|
|
// 'You need at least 2 days of data to show the chart.' => '',
|
|
'<15m' => '<15m',
|
|
'<30m' => '<30m',
|
|
'Stop timer' => 'Stop timer',
|
|
'Start timer' => 'Start timer',
|
|
'Add project member' => 'Voeg projectlid toe',
|
|
'My activity stream' => 'Mijn activiteiten',
|
|
'My calendar' => 'Mijn kalender',
|
|
'Search tasks' => 'Zoek taken',
|
|
'Reset filters' => 'Reset filters',
|
|
// 'My tasks due tomorrow' => '',
|
|
// 'Tasks due today' => '',
|
|
// 'Tasks due tomorrow' => '',
|
|
// 'Tasks due yesterday' => '',
|
|
'Closed tasks' => 'Gesloten taken',
|
|
'Open tasks' => 'Open taken',
|
|
// 'Not assigned' => '',
|
|
// 'View advanced search syntax' => '',
|
|
'Overview' => 'Overzicht',
|
|
// 'Board/Calendar/List view' => '',
|
|
// 'Switch to the board view' => '',
|
|
// 'Switch to the calendar view' => '',
|
|
// 'Switch to the list view' => '',
|
|
// 'Go to the search/filter box' => '',
|
|
// 'There is no activity yet.' => '',
|
|
// 'No tasks found.' => '',
|
|
// 'Keyboard shortcut: "%s"' => '',
|
|
'List' => 'Lijst',
|
|
'Filter' => 'Filter',
|
|
'Advanced search' => 'Uitgebreid zoeken',
|
|
// 'Example of query: ' => '',
|
|
// 'Search by project: ' => '',
|
|
// 'Search by column: ' => '',
|
|
// 'Search by assignee: ' => '',
|
|
// 'Search by color: ' => '',
|
|
// 'Search by category: ' => '',
|
|
// 'Search by description: ' => '',
|
|
// 'Search by due date: ' => '',
|
|
// 'Lead and Cycle time for "%s"' => '',
|
|
// 'Average time spent into each column for "%s"' => '',
|
|
// 'Average time spent into each column' => '',
|
|
// 'Average time spent' => '',
|
|
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
|
|
// 'Average Lead and Cycle time' => '',
|
|
// 'Average lead time: ' => '',
|
|
// 'Average cycle time: ' => '',
|
|
// 'Cycle Time' => '',
|
|
// 'Lead Time' => '',
|
|
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
|
|
// 'Average time into each column' => '',
|
|
// 'Lead and cycle time' => '',
|
|
// 'Lead time: ' => '',
|
|
// 'Cycle time: ' => '',
|
|
// 'Time spent into each column' => '',
|
|
// 'The lead time is the duration between the task creation and the completion.' => '',
|
|
// 'The cycle time is the duration between the start date and the completion.' => '',
|
|
// 'If the task is not closed the current time is used instead of the completion date.' => '',
|
|
// 'Set automatically the start date' => '',
|
|
// 'Edit Authentication' => '',
|
|
// 'Remote user' => '',
|
|
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
|
|
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
|
|
// 'New remote user' => '',
|
|
// 'New local user' => '',
|
|
// 'Default task color' => '',
|
|
// 'This feature does not work with all browsers.' => '',
|
|
// 'There is no destination project available.' => '',
|
|
// 'Trigger automatically subtask time tracking' => '',
|
|
// 'Include closed tasks in the cumulative flow diagram' => '',
|
|
// 'Current swimlane: %s' => '',
|
|
// 'Current column: %s' => '',
|
|
// 'Current category: %s' => '',
|
|
// 'no category' => '',
|
|
// 'Current assignee: %s' => '',
|
|
// 'not assigned' => '',
|
|
// 'Author:' => '',
|
|
// 'contributors' => '',
|
|
// 'License:' => '',
|
|
// 'License' => '',
|
|
// 'Enter the text below' => '',
|
|
// 'Gantt chart for %s' => '',
|
|
// 'Sort by position' => '',
|
|
// 'Sort by date' => '',
|
|
// 'Add task' => '',
|
|
// 'Start date:' => '',
|
|
// 'Due date:' => '',
|
|
// 'There is no start date or due date for this task.' => '',
|
|
// 'Moving or resizing a task will change the start and due date of the task.' => '',
|
|
// 'There is no task in your project.' => '',
|
|
// 'Gantt chart' => '',
|
|
// 'People who are project managers' => '',
|
|
// 'People who are project members' => '',
|
|
// 'NOK - Norwegian Krone' => '',
|
|
'Show this column' => 'Toon deze kolom',
|
|
'Hide this column' => 'Verberg deze kolom',
|
|
'open file' => 'open bestand',
|
|
// 'End date' => '',
|
|
// 'Users overview' => '',
|
|
'Members' => 'Leden',
|
|
// 'Shared project' => '',
|
|
// 'Project managers' => '',
|
|
// 'Gantt chart for all projects' => '',
|
|
// 'Projects list' => '',
|
|
// 'Gantt chart for this project' => '',
|
|
// 'Project board' => '',
|
|
// 'End date:' => '',
|
|
// 'There is no start date or end date for this project.' => '',
|
|
// 'Projects Gantt chart' => '',
|
|
// 'Change task color when using a specific task link' => '',
|
|
// 'Task link creation or modification' => '',
|
|
'Milestone' => 'Mijlpaal',
|
|
// 'Documentation: %s' => '',
|
|
// 'Switch to the Gantt chart view' => '',
|
|
// 'Reset the search/filter box' => '',
|
|
// 'Documentation' => '',
|
|
// 'Table of contents' => '',
|
|
// 'Gantt' => '',
|
|
// 'Author' => '',
|
|
// 'Version' => '',
|
|
// 'Plugins' => '',
|
|
// 'There is no plugin loaded.' => '',
|
|
// 'Set maximum column height' => '',
|
|
// 'Remove maximum column height' => '',
|
|
// 'My notifications' => '',
|
|
// 'Custom filters' => '',
|
|
// 'Your custom filter have been created successfully.' => '',
|
|
// 'Unable to create your custom filter.' => '',
|
|
// 'Custom filter removed successfully.' => '',
|
|
// 'Unable to remove this custom filter.' => '',
|
|
// 'Edit custom filter' => '',
|
|
// 'Your custom filter have been updated successfully.' => '',
|
|
// 'Unable to update custom filter.' => '',
|
|
// 'Web' => '',
|
|
// 'New attachment on task #%d: %s' => '',
|
|
// 'New comment on task #%d' => '',
|
|
// 'Comment updated on task #%d' => '',
|
|
// 'New subtask on task #%d' => '',
|
|
// 'Subtask updated on task #%d' => '',
|
|
// 'New task #%d: %s' => '',
|
|
// 'Task updated #%d' => '',
|
|
// 'Task #%d closed' => '',
|
|
// 'Task #%d opened' => '',
|
|
// 'Column changed for task #%d' => '',
|
|
// 'New position for task #%d' => '',
|
|
// 'Swimlane changed for task #%d' => '',
|
|
// 'Assignee changed on task #%d' => '',
|
|
// '%d overdue tasks' => '',
|
|
// 'Task #%d is overdue' => '',
|
|
// 'No new notifications.' => '',
|
|
// 'Mark all as read' => '',
|
|
// 'Mark as read' => '',
|
|
// 'Total number of tasks in this column across all swimlanes' => '',
|
|
// 'Collapse swimlane' => '',
|
|
// 'Expand swimlane' => '',
|
|
// 'Add a new filter' => '',
|
|
// 'Share with all project members' => '',
|
|
// 'Shared' => '',
|
|
// 'Owner' => '',
|
|
// 'Unread notifications' => '',
|
|
// 'Notification methods:' => '',
|
|
// 'Import tasks from CSV file' => '',
|
|
// 'Unable to read your file' => '',
|
|
// '%d task(s) have been imported successfully.' => '',
|
|
// 'Nothing have been imported!' => '',
|
|
// 'Import users from CSV file' => '',
|
|
// '%d user(s) have been imported successfully.' => '',
|
|
// 'Comma' => '',
|
|
// 'Semi-colon' => '',
|
|
// 'Tab' => '',
|
|
// 'Vertical bar' => '',
|
|
// 'Double Quote' => '',
|
|
// 'Single Quote' => '',
|
|
// '%s attached a file to the task #%d' => '',
|
|
// 'There is no column or swimlane activated in your project!' => '',
|
|
// 'Append filter (instead of replacement)' => '',
|
|
// 'Append/Replace' => '',
|
|
// 'Append' => '',
|
|
// 'Replace' => '',
|
|
// 'Import' => '',
|
|
// 'change sorting' => '',
|
|
// 'Tasks Importation' => '',
|
|
// 'Delimiter' => '',
|
|
// 'Enclosure' => '',
|
|
// 'CSV File' => '',
|
|
// 'Instructions' => '',
|
|
// 'Your file must use the predefined CSV format' => '',
|
|
// 'Your file must be encoded in UTF-8' => '',
|
|
// 'The first row must be the header' => '',
|
|
// 'Duplicates are not verified for you' => '',
|
|
// 'The due date must use the ISO format: YYYY-MM-DD' => '',
|
|
// 'Download CSV template' => '',
|
|
// 'No external integration registered.' => '',
|
|
// 'Duplicates are not imported' => '',
|
|
// 'Usernames must be lowercase and unique' => '',
|
|
// 'Passwords will be encrypted if present' => '',
|
|
// '%s attached a new file to the task %s' => '',
|
|
// 'Link type' => '',
|
|
// 'Assign automatically a category based on a link' => '',
|
|
// 'BAM - Konvertible Mark' => '',
|
|
// 'Assignee Username' => '',
|
|
// 'Assignee Name' => '',
|
|
// 'Groups' => '',
|
|
// 'Members of %s' => '',
|
|
// 'New group' => '',
|
|
// 'Group created successfully.' => '',
|
|
// 'Unable to create your group.' => '',
|
|
// 'Edit group' => '',
|
|
// 'Group updated successfully.' => '',
|
|
// 'Unable to update your group.' => '',
|
|
// 'Add group member to "%s"' => '',
|
|
// 'Group member added successfully.' => '',
|
|
// 'Unable to add group member.' => '',
|
|
// 'Remove user from group "%s"' => '',
|
|
// 'User removed successfully from this group.' => '',
|
|
// 'Unable to remove this user from the group.' => '',
|
|
// 'Remove group' => '',
|
|
// 'Group removed successfully.' => '',
|
|
// 'Unable to remove this group.' => '',
|
|
// 'Project Permissions' => '',
|
|
// 'Manager' => '',
|
|
// 'Project Manager' => '',
|
|
// 'Project Member' => '',
|
|
// 'Project Viewer' => '',
|
|
// 'Your account is locked for %d minutes' => '',
|
|
// 'Invalid captcha' => '',
|
|
// 'The name must be unique' => '',
|
|
// 'View all groups' => '',
|
|
// 'View group members' => '',
|
|
// 'There is no user available.' => '',
|
|
// 'Do you really want to remove the user "%s" from the group "%s"?' => '',
|
|
// 'There is no group.' => '',
|
|
// 'External Id' => '',
|
|
// 'Add group member' => '',
|
|
// 'Do you really want to remove this group: "%s"?' => '',
|
|
// 'There is no user in this group.' => '',
|
|
// 'Remove this user' => '',
|
|
// 'Permissions' => '',
|
|
// 'Allowed Users' => '',
|
|
// 'No user have been allowed specifically.' => '',
|
|
// 'Role' => '',
|
|
// 'Enter user name...' => '',
|
|
// 'Allowed Groups' => '',
|
|
// 'No group have been allowed specifically.' => '',
|
|
// 'Group' => '',
|
|
// 'Group Name' => '',
|
|
// 'Enter group name...' => '',
|
|
// 'Role:' => '',
|
|
// 'Project members' => '',
|
|
// 'Compare hours for "%s"' => '',
|
|
// '%s mentioned you in the task #%d' => '',
|
|
// '%s mentioned you in a comment on the task #%d' => '',
|
|
// 'You were mentioned in the task #%d' => '',
|
|
// 'You were mentioned in a comment on the task #%d' => '',
|
|
// 'Mentioned' => '',
|
|
// 'Compare Estimated Time vs Actual Time' => '',
|
|
// 'Estimated hours: ' => '',
|
|
// 'Actual hours: ' => '',
|
|
// 'Hours Spent' => '',
|
|
// 'Hours Estimated' => '',
|
|
// 'Estimated Time' => '',
|
|
// 'Actual Time' => '',
|
|
// 'Estimated vs actual time' => '',
|
|
// 'RUB - Russian Ruble' => '',
|
|
// 'Assign the task to the person who does the action when the column is changed' => '',
|
|
// 'Close a task in a specific column' => '',
|
|
// 'Time-based One-time Password Algorithm' => '',
|
|
// 'Two-Factor Provider: ' => '',
|
|
// 'Disable two-factor authentication' => '',
|
|
// 'Enable two-factor authentication' => '',
|
|
// 'There is no integration registered at the moment.' => '',
|
|
// 'Password Reset for Kanboard' => '',
|
|
// 'Forgot password?' => '',
|
|
// 'Enable "Forget Password"' => '',
|
|
// 'Password Reset' => '',
|
|
// 'New password' => '',
|
|
// 'Change Password' => '',
|
|
// 'To reset your password click on this link:' => '',
|
|
// 'Last Password Reset' => '',
|
|
// 'The password has never been reinitialized.' => '',
|
|
// 'Creation' => '',
|
|
// 'Expiration' => '',
|
|
// 'Password reset history' => '',
|
|
// 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '',
|
|
// 'Do you really want to close all tasks of this column?' => '',
|
|
// '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '',
|
|
// 'Close all tasks of this column' => '',
|
|
// 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '',
|
|
// 'My dashboard' => '',
|
|
// 'My profile' => '',
|
|
// 'Project owner: ' => '',
|
|
// 'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => '',
|
|
// 'Project owner' => '',
|
|
// 'Those dates are useful for the project Gantt chart.' => '',
|
|
// 'Private projects do not have users and groups management.' => '',
|
|
// 'There is no project member.' => '',
|
|
// 'Priority' => '',
|
|
// 'Task priority' => '',
|
|
// 'General' => '',
|
|
// 'Dates' => '',
|
|
// 'Default priority' => '',
|
|
// 'Lowest priority' => '',
|
|
// 'Highest priority' => '',
|
|
// 'If you put zero to the low and high priority, this feature will be disabled.' => '',
|
|
// 'Close a task when there is no activity' => '',
|
|
// 'Duration in days' => '',
|
|
// 'Send email when there is no activity on a task' => '',
|
|
// 'Unable to fetch link information.' => '',
|
|
// 'Daily background job for tasks' => '',
|
|
// 'Auto' => '',
|
|
// 'Related' => '',
|
|
// 'Attachment' => '',
|
|
// 'Title not found' => '',
|
|
// 'Web Link' => '',
|
|
// 'External links' => '',
|
|
// 'Add external link' => '',
|
|
// 'Type' => '',
|
|
// 'Dependency' => '',
|
|
// 'Add internal link' => '',
|
|
// 'Add a new external link' => '',
|
|
// 'Edit external link' => '',
|
|
// 'External link' => '',
|
|
// 'Copy and paste your link here...' => '',
|
|
// 'URL' => '',
|
|
// 'Internal links' => '',
|
|
// 'Assign to me' => '',
|
|
// 'Me' => '',
|
|
// 'Do not duplicate anything' => '',
|
|
// 'Projects management' => '',
|
|
// 'Users management' => '',
|
|
// 'Groups management' => '',
|
|
// 'Create from another project' => '',
|
|
// 'open' => '',
|
|
// 'closed' => '',
|
|
// 'Priority:' => '',
|
|
// 'Reference:' => '',
|
|
// 'Complexity:' => '',
|
|
// 'Swimlane:' => '',
|
|
// 'Column:' => '',
|
|
// 'Position:' => '',
|
|
// 'Creator:' => '',
|
|
// 'Time estimated:' => '',
|
|
// '%s hours' => '',
|
|
// 'Time spent:' => '',
|
|
// 'Created:' => '',
|
|
// 'Modified:' => '',
|
|
// 'Completed:' => '',
|
|
// 'Started:' => '',
|
|
// 'Moved:' => '',
|
|
// 'Task #%d' => '',
|
|
// 'Date and time format' => '',
|
|
// 'Time format' => '',
|
|
// 'Start date: ' => '',
|
|
// 'End date: ' => '',
|
|
// 'New due date: ' => '',
|
|
// 'Start date changed: ' => '',
|
|
// 'Disable private projects' => '',
|
|
// 'Do you really want to remove this custom filter: "%s"?' => '',
|
|
// 'Remove a custom filter' => '',
|
|
// 'User activated successfully.' => '',
|
|
// 'Unable to enable this user.' => '',
|
|
// 'User disabled successfully.' => '',
|
|
// 'Unable to disable this user.' => '',
|
|
// 'All files have been uploaded successfully.' => '',
|
|
// 'View uploaded files' => '',
|
|
// 'The maximum allowed file size is %sB.' => '',
|
|
// 'Choose files again' => '',
|
|
// 'Drag and drop your files here' => '',
|
|
// 'choose files' => '',
|
|
// 'View profile' => '',
|
|
// 'Two Factor' => '',
|
|
// 'Disable user' => '',
|
|
// 'Do you really want to disable this user: "%s"?' => '',
|
|
// 'Enable user' => '',
|
|
// 'Do you really want to enable this user: "%s"?' => '',
|
|
// 'Download' => '',
|
|
// 'Uploaded: %s' => '',
|
|
// 'Size: %s' => '',
|
|
// 'Uploaded by %s' => '',
|
|
// 'Filename' => '',
|
|
// 'Size' => '',
|
|
// 'Column created successfully.' => '',
|
|
// 'Another column with the same name exists in the project' => '',
|
|
// 'Default filters' => '',
|
|
// 'Your board doesn\'t have any columns!' => '',
|
|
// 'Change column position' => '',
|
|
// 'Switch to the project overview' => '',
|
|
// 'User filters' => '',
|
|
// 'Category filters' => '',
|
|
// 'Upload a file' => '',
|
|
// 'View file' => '',
|
|
// 'Last activity' => '',
|
|
// 'Change subtask position' => '',
|
|
// 'This value must be greater than %d' => '',
|
|
// 'Another swimlane with the same name exists in the project' => '',
|
|
// 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
|
|
// 'Actions duplicated successfully.' => '',
|
|
// 'Unable to duplicate actions.' => '',
|
|
// 'Add a new action' => '',
|
|
// 'Import from another project' => '',
|
|
// 'There is no action at the moment.' => '',
|
|
// 'Import actions from another project' => '',
|
|
// 'There is no available project.' => '',
|
|
// 'Local File' => '',
|
|
// 'Configuration' => '',
|
|
// 'PHP version:' => '',
|
|
// 'PHP SAPI:' => '',
|
|
// 'OS version:' => '',
|
|
// 'Database version:' => '',
|
|
// 'Browser:' => '',
|
|
// 'Task view' => '',
|
|
// 'Edit task' => '',
|
|
// 'Edit description' => '',
|
|
// 'New internal link' => '',
|
|
// 'Display list of keyboard shortcuts' => '',
|
|
// 'Menu' => '',
|
|
// 'Set start date' => '',
|
|
// 'Avatar' => '',
|
|
// 'Upload my avatar image' => '',
|
|
// 'Remove my image' => '',
|
|
// 'The OAuth2 state parameter is invalid' => '',
|
|
// 'User not found.' => '',
|
|
// 'Search in activity stream' => '',
|
|
// 'My activities' => '',
|
|
// 'Activity until yesterday' => '',
|
|
// 'Activity until today' => '',
|
|
// 'Search by creator: ' => '',
|
|
// 'Search by creation date: ' => '',
|
|
// 'Search by task status: ' => '',
|
|
// 'Search by task title: ' => '',
|
|
// 'Activity stream search' => '',
|
|
// 'Projects where "%s" is manager' => '',
|
|
// 'Projects where "%s" is member' => '',
|
|
// 'Open tasks assigned to "%s"' => '',
|
|
// 'Closed tasks assigned to "%s"' => '',
|
|
// 'Assign automatically a color based on a priority' => '',
|
|
// 'Overdue tasks for the project(s) "%s"' => '',
|
|
// 'Upload files' => '',
|
|
// 'Installed Plugins' => '',
|
|
// 'Plugin Directory' => '',
|
|
// 'Plugin installed successfully.' => '',
|
|
// 'Plugin updated successfully.' => '',
|
|
// 'Plugin removed successfully.' => '',
|
|
// 'Subtask converted to task successfully.' => '',
|
|
// 'Unable to convert the subtask.' => '',
|
|
// 'Unable to extract plugin archive.' => '',
|
|
// 'Plugin not found.' => '',
|
|
// 'You don\'t have the permission to remove this plugin.' => '',
|
|
// 'Unable to download plugin archive.' => '',
|
|
// 'Unable to write temporary file for plugin.' => '',
|
|
// 'Unable to open plugin archive.' => '',
|
|
// 'There is no file in the plugin archive.' => '',
|
|
// 'Create tasks in bulk' => '',
|
|
// 'Your Kanboard instance is not configured to install plugins from the user interface.' => '',
|
|
// 'There is no plugin available.' => '',
|
|
// 'Install' => '',
|
|
// 'Update' => '',
|
|
// 'Up to date' => '',
|
|
// 'Not available' => '',
|
|
// 'Remove plugin' => '',
|
|
// 'Do you really want to remove this plugin: "%s"?' => '',
|
|
// 'Uninstall' => '',
|
|
// 'Listing' => '',
|
|
// 'Metadata' => '',
|
|
// 'Manage projects' => '',
|
|
// 'Convert to task' => '',
|
|
// 'Convert sub-task to task' => '',
|
|
// 'Do you really want to convert this sub-task to a task?' => '',
|
|
// 'My task title' => '',
|
|
// 'Enter one task by line.' => '',
|
|
// 'Number of failed login:' => '',
|
|
// 'Account locked until:' => '',
|
|
// 'Email settings' => '',
|
|
// 'Email sender address' => '',
|
|
// 'Email transport' => '',
|
|
// 'Webhook token' => '',
|
|
// 'Imports' => '',
|
|
// 'Project tags management' => '',
|
|
// 'Tag created successfully.' => '',
|
|
// 'Unable to create this tag.' => '',
|
|
// 'Tag updated successfully.' => '',
|
|
// 'Unable to update this tag.' => '',
|
|
// 'Tag removed successfully.' => '',
|
|
// 'Unable to remove this tag.' => '',
|
|
// 'Global tags management' => '',
|
|
// 'Tags' => '',
|
|
// 'Tags management' => '',
|
|
// 'Add new tag' => '',
|
|
// 'Edit a tag' => '',
|
|
// 'Project tags' => '',
|
|
// 'There is no specific tag for this project at the moment.' => '',
|
|
// 'Tag' => '',
|
|
// 'Remove a tag' => '',
|
|
// 'Do you really want to remove this tag: "%s"?' => '',
|
|
// 'Global tags' => '',
|
|
// 'There is no global tag at the moment.' => '',
|
|
// 'This field cannot be empty' => '',
|
|
// 'Close a task when there is no activity in an specific column' => '',
|
|
// '%s removed a subtask for the task #%d' => '',
|
|
// '%s removed a comment on the task #%d' => '',
|
|
// 'Comment removed on task #%d' => '',
|
|
// 'Subtask removed on task #%d' => '',
|
|
// 'Hide tasks in this column in the dashboard' => '',
|
|
// '%s removed a comment on the task %s' => '',
|
|
// '%s removed a subtask for the task %s' => '',
|
|
// 'Comment removed' => '',
|
|
// 'Subtask removed' => '',
|
|
);
|