forked from BookStackApp/BookStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotifications.php
More file actions
29 lines (25 loc) · 1.86 KB
/
notifications.php
File metadata and controls
29 lines (25 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/**
* Text used for activity-based notifications.
*/
return [
'new_comment_subject' => 'Νέο σχόλιο στη σελίδα: :pageName',
'new_comment_intro' => 'Ένας χρήστης έχει σχολιάσει σε μια σελίδα στο :appName:',
'new_page_subject' => 'Νέα σελίδα: :pageName',
'new_page_intro' => 'Μια νέα σελίδα έχει δημιουργηθεί στο :appName:',
'updated_page_subject' => 'Ενημερωμένη σελίδα: :pageName',
'updated_page_intro' => 'Μια σελίδα έχει ενημερωθεί στο :appName:',
'updated_page_debounce' => 'Για να αποτρέψετε μαζικές ειδοποιήσεις, για κάποιο διάστημα δε θα σας αποστέλλονται ειδοποιήσεις για περαιτέρω αλλαγές σε αυτήν τη σελίδα από τον ίδιο συντάκτη.',
'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName',
'comment_mention_intro' => 'You were mentioned in a comment on :appName:',
'detail_page_name' => 'Όνομα σελίδας:',
'detail_page_path' => 'Διαδρομή σελίδας:',
'detail_commenter' => 'Σχολιαστής:',
'detail_comment' => 'Σχόλιο:',
'detail_created_by' => 'Δημιουργήθηκε από:',
'detail_updated_by' => 'Ενημερώθηκε από:',
'action_view_comment' => 'Προβολή σχολίου',
'action_view_page' => 'Προβολή σελίδας',
'footer_reason' => 'Αυτή η ειδοποίηση εστάλη σε εσάς επειδή το :link καλύπτει αυτόν τον τύπο δραστηριότητας για αυτό το αντικείμενο.',
'footer_reason_link' => 'προτιμήσεις σας για ειδοποιήσεις',
];