]> BookStack Code Mirror - bookstack/blob - lang/ca/notifications.php
Updated translations with latest Crowdin changes (#4380)
[bookstack] / lang / ca / notifications.php
1 <?php
2 /**
3  * Text used for activity-based notifications.
4  */
5 return [
6
7     'new_comment_subject' => 'New comment on page: :pageName',
8     'new_comment_intro' => 'A user has commented on a page in :appName:',
9     'new_page_subject' => 'New page: :pageName',
10     'new_page_intro' => 'A new page has been created in :appName:',
11     'updated_page_subject' => 'Updated page: :pageName',
12     'updated_page_intro' => 'A page has been updated in :appName:',
13     'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
14
15     'detail_page_name' => 'Page Name:',
16     'detail_commenter' => 'Commenter:',
17     'detail_comment' => 'Comment:',
18     'detail_created_by' => 'Created By:',
19     'detail_updated_by' => 'Updated By:',
20
21     'action_view_comment' => 'View Comment',
22     'action_view_page' => 'View Page',
23
24     'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
25     'footer_reason_link' => 'your notification preferences',
26 ];