mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
19 lines
523 B
PHP
19 lines
523 B
PHP
<?php
|
|
|
|
return array (
|
|
'approve_comment' => '',
|
|
'approved_comment_mail_body' => '',
|
|
'approved_comment_mail_subject' => '',
|
|
'approved_comment_mail_title' => '',
|
|
'enum_description_all' => '',
|
|
'enum_description_none' => '',
|
|
'enum_description_participating' => '',
|
|
'enum_longdescription_all' => '',
|
|
'enum_longdescription_none' => '',
|
|
'enum_longdescription_participating' => '',
|
|
'pending_comment_mail_body' => '',
|
|
'pending_comment_mail_subject' => '',
|
|
'reject_comment' => '',
|
|
'view_comment' => '',
|
|
);
|