mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
24 lines
707 B
PHP
24 lines
707 B
PHP
<?php
|
|
|
|
return array (
|
|
'approve_comment' => 'Approve',
|
|
'awaits_approval' => 'Awaiting approval',
|
|
'cancel' => 'Cancel',
|
|
'copied' => 'Link copied',
|
|
'copy_link' => 'Copy Link',
|
|
'create_comment' => 'Comment',
|
|
'create_reply' => 'Reply',
|
|
'delete' => 'Delete',
|
|
'delete_confirmation_text' => 'Are you sure? This can not be undone.',
|
|
'delete_confirmation_title' => 'Delete Comment',
|
|
'edit' => 'Edit',
|
|
'edit_comment' => 'Save',
|
|
'guest' => 'guest',
|
|
'just_now' => 'Just now',
|
|
'no_comments_yet' => 'No comments yet…',
|
|
'reject_comment' => 'Reject',
|
|
'send_notifications' => 'Notify me when someone replies',
|
|
'write_comment' => 'Leave a comment',
|
|
'write_reply' => 'Leave a reply',
|
|
);
|