This commit is contained in:
Benjamin Takats
2022-12-21 17:14:32 +01:00
parent 38161bd19e
commit 3eaa2bc2eb
191 changed files with 9005 additions and 3442 deletions

View File

@@ -1,23 +1,23 @@
<?php
return [
'write_comment' => 'Leave a comment',
'write_reply' => 'Leave a reply',
'cancel' => 'Cancel',
'edit' => 'Edit',
'edit_comment' => 'Save',
'no_comments_yet' => 'No comments yet…',
'delete' => 'Delete',
'copy_link' => 'Copy Link',
'delete_confirmation_title' => 'Delete Comment',
'delete_confirmation_text' => 'Are you sure? This can not be undone.',
'create_reply' => 'Reply',
'create_comment' => 'Comment',
'just_now' => 'Just now',
'send_notifications' => 'Notify me when someone replies',
'reject_comment' => 'Reject',
'approve_comment' => 'Approve',
'awaits_approval' => 'Awaiting approval',
'guest' => 'guest',
'copied' => 'Link copied'
];
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',
);