<?php
return [
'add' => 'Add',
'add_draft' => 'In draft',
'blog' => 'Section',
'parent_blog' => 'Parent section',
'blogs_list' => 'List of sections',
'name' => 'Title',
'article' => 'Article',
'articles' => 'Articles',
'articles_all' => 'All publications',
'authors' => 'Authors',
'tags' => 'Tags',
'delay_publication' => 'Delayed publication',
'date_publication' => 'Date of publication',
'all_articles' => 'Articles',
'title_active_articles' => 'List of articles :user',
'empty_articles' => 'There are no articles yet!',
'total_articles' => 'Total Articles',
'total_authors' => 'Total Authors',
'comments_list' => 'Comment list :user',
'tag_cloud' => 'Tag Cloud',
'empty_tag_cloud' => 'No tags yet!',
'title_create' => 'Publication of a new article',
'title_edit_blog' => 'Editing a section',
'title_edit_article' => 'Editing an article',
'title_edit_comment' => 'Editing a comment',
'new_articles' => 'New Articles',
'new_comments' => 'New comments',
'title_rss' => 'RSS articles',
'title_tags' => 'Tag Search',
'confirm_delete_article' => 'Are you sure you want to delete this article?',
'confirm_delete_blog' => 'Are you sure you want to delete this section?',
'confirm_publish_article' => 'Are you sure you want to publish this article?',
'confirm_unpublish_article' => 'Are you sure you want to remove this article from publication?',
'verified_articles' => 'Published',
'pending_articles' => 'Waiting',
'not_active' => 'Not published',
'delayed' => 'Delayed',
'draft' => 'Draft',
'categories_not_created' => 'Blog sections not yet created!',
'article_not_author' => 'You are not the author of this article!',
'articles_closed' => 'Publication of articles is prohibited by the site administration!',
'category_not_exist' => 'This section does not exist!',
'article_not_exist' => 'This article does not exist!',
'category_success_created' => 'New section successfully created!',
'article_success_created' => 'Article successfully published!',
'article_success_drafts' => 'The article has been added to drafts!',
'category_has_subcategories' => 'This section has subsections!',
'articles_in_category' => 'There are articles in this section!',
'category_success_deleted' => 'Section deleted successfully!',
'category_success_edited' => 'Section edited successfully!',
'article_success_deleted' => 'Article successfully deleted!',
'article_success_edited' => 'Article successfully edited!',
'category_closed' => 'It is forbidden to create articles in this section!',
'article_count_tags' => 'Too few or too many tags!',
'article_error_tags' => 'Too long or short article tags!',
'tag_search_rule' => 'At least 2 characters are required in the request!',
'article_not_active_text' => 'This article has not been published yet!',
'article_delayed_text' => 'This article is delayed publication!',
'article_draft_text' => 'This article is in draft!',
'article_pending_text' => 'Attention! This article is awaiting moderator approval!',
'article_success_published' => 'The article has been successfully published!',
'article_success_unpublished' => 'The article has been successfully removed from publication!',
'article_moderation_text' => 'The article will be published after moderation!',
'article_delayed_time' => 'ДThe delayed publication date must be greater than the current time!',
];