mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
19 lines
955 B
PHP
19 lines
955 B
PHP
<?php
|
|
|
|
return array (
|
|
'approve_comment' => 'Kommentar freigegeben',
|
|
'approved_comment_mail_body' => 'Verfasst von :commentator_name',
|
|
'approved_comment_mail_subject' => 'Ein neuer Kommentar wurde veröffentlicht',
|
|
'approved_comment_mail_title' => 'Ein neuer Kommentar zu ":commentable_name"',
|
|
'enum_description_all' => 'Für alle Kommentare',
|
|
'enum_description_none' => 'Nie',
|
|
'enum_description_participating' => 'Bei Beteiligung',
|
|
'enum_longdescription_all' => 'Werde bei Allem benachrichtigt',
|
|
'enum_longdescription_none' => 'keine Benachrichtigungen',
|
|
'enum_longdescription_participating' => 'Werde bei Teilnahme benachrichtigt',
|
|
'pending_comment_mail_body' => 'Ein ausstehender Kommentar :commentable_name von :commentator_name wartet auf deine Zustimmung',
|
|
'pending_comment_mail_subject' => 'Ein neuer Kommentar wartet auf Genehmigung',
|
|
'reject_comment' => 'Kommentar abgelehnt',
|
|
'view_comment' => 'Kommentar ansehen',
|
|
);
|