20 lines
665 B
PHP
20 lines
665 B
PHP
<?php
|
|
|
|
|
|
return
|
|
[
|
|
'add_content' => 'Add Content',
|
|
'category' => 'Category',
|
|
'select_article_category' => 'Select Article Category',
|
|
'title' => 'Title',
|
|
'title_placeholder' => 'Write The Title Of The Article',
|
|
'content' => 'Content',
|
|
'labels' => 'Labels',
|
|
'label_placeholder' => 'Put Commas Between Words',
|
|
'description' => 'Description',
|
|
'description_placeholder' => 'Write a Description About The Article',
|
|
'save' => 'Save',
|
|
'Fields_marked_with_*_cannot_be_empty' => 'Fields marked with * cannot be empty.',
|
|
'note' => 'After your articles are checked by our team, they will be published, edits or necessary changes can be made in your article.'
|
|
|
|
]; |