mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
23 lines
662 B
PHP
23 lines
662 B
PHP
<?php
|
|
return [
|
|
'note' => 'Notitie',
|
|
'notes' => 'Notities',
|
|
|
|
'add' => 'Notitie toevoegen',
|
|
'show' => 'Toon notitie',
|
|
'edit' => 'Bewerk notitie',
|
|
'update' => 'Notitie bijwerken',
|
|
'delete' => 'Verwijder notitie',
|
|
|
|
'public' => 'Openbare notitie',
|
|
'internal' => 'Interne notitie',
|
|
'private' => 'Privénotitie',
|
|
|
|
'note_content' => 'Notitie-inhoud',
|
|
|
|
'added_successfully' => 'De notitie is succesvol toegevoegd.',
|
|
'updated_successfully' => 'De notitie is succesvol bijgewerkt.',
|
|
'deleted_successfully' => 'De notitie is succesvol verwijderd.',
|
|
'deletion_error' => 'De notitie kon niet worden verwijderd.',
|
|
];
|