2023-08-27 07:43:59 -04:00
< ? php
/**
* Text used for activity - based notifications .
*/
return [
2023-11-02 10:30:34 -04:00
'new_comment_subject' => 'Jauns komentārs lapā: :pageName' ,
'new_comment_intro' => ':appName: lietotājs komentējis lapu' ,
'new_page_subject' => 'Jauna lapa: :pageName' ,
'new_page_intro' => 'Jauna lapa izveidota :appName:' ,
'updated_page_subject' => 'Atjaunināta lapa: :pageName' ,
'updated_page_intro' => 'Lapa atjaunināta :appName:' ,
2023-08-27 07:43:59 -04:00
'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.' ,
2023-11-02 10:30:34 -04:00
'detail_page_name' => 'Lapas nosaukums:' ,
2023-12-28 12:49:38 -05:00
'detail_page_path' => 'Page Path:' ,
2023-11-02 10:30:34 -04:00
'detail_commenter' => 'Komentētājs:' ,
'detail_comment' => 'Komentārs:' ,
'detail_created_by' => 'Izveidoja:' ,
'detail_updated_by' => 'Atjaunināja:' ,
2023-08-27 07:43:59 -04:00
2023-11-02 10:30:34 -04:00
'action_view_comment' => 'Skatīt komentāru' ,
'action_view_page' => 'Skatīt lapu' ,
2023-08-27 07:43:59 -04:00
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.' ,
2023-11-02 10:30:34 -04:00
'footer_reason_link' => 'paziņojumu vēlamie iestatījumi' ,
2023-08-27 07:43:59 -04:00
];