Файл: resources/lang/en/welcome.php
Строк: 56
<?php
return [
'slogan' => 'An engine for living communities — forums, blogs, news, photos, games and much more',
'feed_hint' => 'The feed will appear after the first post on the site',
'step1_title' => 'Activate the modules you need',
'step1_text' => 'Forum, Blog, News, Photo, Wall, Games, Gifts — choose what your community needs',
'step1_btn' => 'Modules',
'step2_title' => 'Configure your site',
'step2_text' => 'Title, description, registration rules, currency, themes — everything is flexible',
'step2_btn' => 'Settings',
'step3_title' => 'Create your first post',
'step3_text' => 'Any blog post, news article, or forum topic will start the feed — users will see the activity right away',
'features_title' => 'Platform features',
'feat_forum_title' => 'Forum',
'feat_forum_text' => 'Sections, topics, replies, polls and moderation',
'feat_blog_title' => 'Blog',
'feat_blog_text' => 'Personal blogs for every user',
'feat_news_title' => 'News',
'feat_news_text' => 'Publish and discuss community news',
'feat_photo_title' => 'Photo',
'feat_photo_text' => 'Galleries, image uploads, likes',
'feat_wall_title' => 'Wall',
'feat_wall_text' => 'Short microblog-style posts',
'feat_games_title' => 'Games',
'feat_games_text' => 'Built-in games with rankings and points',
'feat_gifts_title' => 'Gifts',
'feat_gifts_text' => 'Virtual gifts between users',
'feat_guestbook_title' => 'Guestbook',
'feat_guestbook_text' => 'Guestbook for site-wide communication',
'feat_messages_title' => 'Messages',
'feat_messages_text' => 'Private messaging between users',
'feat_rating_title' => 'Rating',
'feat_rating_text' => 'Points, reputation and level system',
'feat_adverts_title' => 'Advertising',
'feat_adverts_text' => 'Monetisation via user-submitted links',
'feat_api_title' => 'API',
'feat_api_text' => 'REST API for third-party integrations',
];