mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Move resources/lang folder
This commit is contained in:
committed by
HolgerHatGarKeineNode
parent
df2d3d03ba
commit
7403e0e457
@@ -1,23 +0,0 @@
|
||||
<?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',
|
||||
);
|
||||
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'approve_comment' => 'Approve comment',
|
||||
'approved_comment_mail_body' => 'Posted by :commentator_name',
|
||||
'approved_comment_mail_subject' => 'A new comment was posted',
|
||||
'approved_comment_mail_title' => 'A new comment on ":commentable_name"',
|
||||
'enum_description_all' => 'On all comments',
|
||||
'enum_description_none' => 'Never',
|
||||
'enum_description_participating' => 'When participating',
|
||||
'enum_longdescription_all' => 'Get notified on all comments',
|
||||
'enum_longdescription_none' => 'Never be notified',
|
||||
'enum_longdescription_participating' => 'Get notified when participating',
|
||||
'pending_comment_mail_body' => 'A pending comment :commentable_name by :commentator_name awaits your approval',
|
||||
'pending_comment_mail_subject' => 'A new comment is awaiting approval',
|
||||
'reject_comment' => 'Reject comment',
|
||||
'view_comment' => 'View comment',
|
||||
);
|
||||
Reference in New Issue
Block a user