Files
monica/resources/lang/en/journal.php
T

24 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'journal_rate' => 'How was your day? You can rate it once a day.',
'journal_come_back' => 'Thanks. Come back tomorrow to rate your day again.',
'journal_description' => 'Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, youll have to delete the activity directly on the contact page.',
'journal_add' => 'Add a journal entry',
'journal_edit' => 'Edit a journal entry',
'journal_created_automatically' => 'Created automatically',
'journal_entry_type_journal' => 'Journal entry',
'journal_entry_type_activity' => 'Activity',
'journal_entry_rate' => 'You rated your day.',
'journal_add_comment' => 'Care to add a comment (optional)?',
'journal_show_comment' => 'Show comment',
'entry_delete_success' => 'The journal entry has been successfully deleted.',
'journal_add_title' => 'Title (optional)',
'journal_add_date' => 'Date',
'journal_add_post' => 'Entry',
'journal_add_cta' => 'Save',
'journal_blank_cta' => 'Add your first journal entry',
'journal_blank_description' => 'The journal lets you write events that happened to you, and remember them.',
'delete_confirmation' => 'Are you sure you want to delete this journal entry?',
];