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'; // Text $_['text_success'] = 'Success: You have modified articles!'; $_['text_list'] = 'Articles List'; $_['text_add'] = 'Add Article'; $_['text_edit'] = 'Edit Article'; $_['text_default'] = 'Default'; $_['text_extension'] = 'Extensions'; $_['text_plus'] = '+'; $_['text_minus'] = '-'; // Column $_['column_name'] = 'Article Name'; $_['column_author'] = 'Article Author'; $_['column_status'] = 'Status'; $_['column_action'] = 'Action'; // Entry $_['entry_name'] = 'Article Name'; $_['entry_store'] = 'Stores'; $_['entry_image'] = 'Blog Image'; $_['entry_author'] = 'Author'; $_['entry_description'] = 'Description'; $_['entry_meta_title'] = 'Meta Tag Title'; $_['entry_meta_keyword'] = 'Meta Tag Keywords'; $_['entry_meta_description'] = 'Meta Tag Description'; $_['entry_intro_text'] = 'Introduction Text'; $_['entry_keyword'] = 'SEO Keyword'; $_['entry_status'] = 'Status'; $_['entry_sort_order'] = 'Sort Order'; $_['entry_category'] = 'Categories'; // Help $_['help_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the keyword is globally unique.'; $_['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!';