61 lines
1.8 KiB
PHP
61 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'nav' => [
|
|
'home' => 'Home',
|
|
'archives' => 'Archives',
|
|
'tags' => 'Tags',
|
|
'comments' => 'Comments',
|
|
'links' => 'Links',
|
|
'search' => 'Search',
|
|
'login' => 'Login',
|
|
'register' => 'Register',
|
|
'profile' => 'Profile',
|
|
'logout' => 'Log out',
|
|
],
|
|
'sidebar' => [
|
|
'categories' => 'Categories',
|
|
'subscribe' => 'Subscribe',
|
|
'empty_category' => 'No categories',
|
|
],
|
|
'category' => [
|
|
'post_count' => ':count posts',
|
|
],
|
|
'article' => [
|
|
'toc' => 'Contents',
|
|
'password_error' => 'Incorrect password',
|
|
'paywall_title' => 'Paid content',
|
|
'paywall_hint' => 'Purchase to read the full article.',
|
|
'buy' => 'Buy now',
|
|
'membership_required' => 'Members only.',
|
|
],
|
|
'membership' => [
|
|
'title' => 'Membership plans',
|
|
'active' => 'Active plan: :plan',
|
|
'inactive' => 'You are not a paid member yet.',
|
|
'expires' => 'Expires: :date',
|
|
'lifetime' => 'Lifetime',
|
|
'days' => ':days days',
|
|
'subscribe' => 'Subscribe',
|
|
'no_plans' => 'No plans available.',
|
|
'back_profile' => 'Back to profile',
|
|
'manage' => 'View / subscribe',
|
|
],
|
|
'common' => [
|
|
'pinned' => 'Pinned',
|
|
'reads' => 'views',
|
|
'no_posts' => 'No posts yet',
|
|
'no_posts_hint' => 'Publish from admin or run db:seed.',
|
|
'comments' => 'Comments',
|
|
'no_comments' => 'No comments yet.',
|
|
'submit_comment' => 'Submit',
|
|
'nickname' => 'Name',
|
|
'website' => 'Website',
|
|
'content' => 'Content',
|
|
'password' => 'Password',
|
|
'unlock' => 'Unlock',
|
|
'password_protected' => 'This post is password protected.',
|
|
'theme' => 'Theme',
|
|
],
|
|
];
|