Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
admin
/
language
/
de-de
/
blog
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php // Heading $_['heading_title'] = 'Articles List'; // Text $_['text_success'] = 'Success: You have modified articles list!'; $_['text_list'] = 'Articles Lists'; $_['text_add'] = 'Add Article List'; $_['text_edit'] = 'Edit Article List'; $_['text_extension'] = 'Extensions'; $_['text_blog'] = 'Blog'; // Column $_['column_name'] = 'Article List Name'; $_['column_status'] = 'Status'; $_['column_action'] = 'Action'; // Entry $_['entry_name'] = 'Articles List Name'; $_['entry_article_list'] = 'Articles'; $_['entry_status'] = 'Status'; // Help $_['help_category'] = '(Autocomplete)'; // Error $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; $_['error_permission'] = 'Warning: You do not have permission to modify articles!'; $_['error_name'] = 'Article Name must be greater than 3 and less than 255 characters!'; $_['error_meta_title'] = 'Meta Title must be greater than 3 and less than 255 characters!'; $_['error_keyword'] = 'SEO keyword already in use!';