-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy pathjournal.php
More file actions
19 lines (18 loc) · 1.18 KB
/
journal.php
File metadata and controls
19 lines (18 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
return [
'journal_rate' => 'Hoe was je dag? Je kunt hem eens per dag beoordelen.',
'journal_come_back' => 'Bedankt. Kom morgen terug om je dag opnieuw te beoordelen.',
'journal_description' => 'Opmerking: het dagboek laat zowel handmatige invoeren en automatische invoeren, zoals Activiteiten gedaan met je contacten, zien. Je kunt dagboek invoeren handmatig wissen, maar Activiteiten kunnen alleen op de contact pagina verwijderd worden.',
'journal_add' => 'Voeg een dagboek invoer toe',
'journal_created_automatically' => 'Automatisch aangemaakt',
'journal_entry_type_journal' => 'Dagboek invoer',
'journal_entry_type_activity' => 'Activiteit',
'journal_entry_rate' => 'Je hebt je dag beoordeeld.',
'entry_delete_success' => 'De dagboek invoer is succesvol verwijderd.',
'journal_add_title' => 'Titel (optioneel)',
'journal_add_post' => 'Invoer',
'journal_add_cta' => 'Opslaan',
'journal_blank_cta' => 'Voeg je eerst dagboek invoer toe',
'journal_blank_description' => 'Het dagboek laat je gebeurtenissen registreren, zodat je ze kunt onthouden.',
'delete_confirmation' => 'Weet je zeker dat je deze dagboek invoer wilt verwijderen?',
];