mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
21 lines
495 B
PHP
21 lines
495 B
PHP
<?php
|
|
return [
|
|
'note' => 'Notat',
|
|
'notes' => 'Notater',
|
|
|
|
'add' => 'Legg til notat',
|
|
'show' => 'Vis notat',
|
|
'edit' => 'Rediger notat',
|
|
'update' => 'Oppdater notat',
|
|
'delete' => 'Slett notat',
|
|
|
|
'private' => 'Privat notat',
|
|
|
|
'note_content' => 'Notatinnhold',
|
|
|
|
'added_successfully' => 'Note lagt til.',
|
|
'updated_successfully' => 'Notat oppdatert.',
|
|
'deleted_successfully' => 'Notat slettet.',
|
|
'deletion_error' => 'Notatet kunne ikke slettes.',
|
|
];
|