PHP Classes

File: Application/Module/Blog/Language/en.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Module/Blog/Language/en.php   Download  
File: Application/Module/Blog/Language/en.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 1,782 bytes
 

Contents

Class file image Download
<?php

$aPhrases
['blog.blog'] = 'Blog';
$aPhrases['blog.manage_blog'] = 'Manage Blog';
$aPhrases['blog.add_new_blog'] = 'Add New Blog';
$aPhrases['blog.add_new'] = 'Add New';
$aPhrases['blog.title_cannot_be_empty'] = 'Title cannot be empty';
$aPhrases['blog.slug_cannot_be_empty'] = 'Slug cannot be empty';
$aPhrases['blog.activated'] = 'Activated';
$aPhrases['blog.draft'] = 'Draft';
$aPhrases['blog.deactivated'] = 'Deactivated';
$aPhrases['blog.category'] = 'Category';
$aPhrases['blog.blog_title'] = 'Blog Title';
$aPhrases['blog.slug'] = 'Slug';
$aPhrases['blog.blog_description'] = 'Blog Description';
$aPhrases['blog.sort_description'] = 'Sort Description';
$aPhrases['blog.sort_description_cannot_be_empty'] = 'Sort Description cannot be empty';
$aPhrases['blog.blog_status'] = 'Blog Status';
$aPhrases['blog.cover_image'] = 'Cover Image';
$aPhrases['blog.added_new_blog_successfully'] = 'Added new blog successfully';
$aPhrases['blog.updated_blog_successfully'] = 'Updated blog successfully';
$aPhrases['blog.blog_does_not_exist'] = 'Blog does not exist';
$aPhrases['blog.created_time'] = 'Created Time';
$aPhrases['blog.enter_keyword_to_search'] = 'Enter keyword to search';
$aPhrases['blog.image'] = 'Image';
$aPhrases['blog.manage'] = 'Manage';
$aPhrases['blog.max_file_size_allow_to_upload'] = 'Max Filesize allows to upload';
$aPhrases['blog.edit_blog'] = 'Edit Blog';
$aPhrases['blog.deleted_blog_successfully'] = 'Deleted blog successfully';
$aPhrases['blog.cannot_delete_this_blog'] = 'Cannot delete this blog';
$aPhrases['blog.recent_blog'] = 'Recent Blog';
$aPhrases['blog.featured_blog'] = 'Featured Blog';
$aPhrases['blog.limit_display'] = 'Limit Display';
$aPhrases['blog.featured_blogs'] = 'Featured Blogs';
$aPhrases['blog.recent_blogs'] = 'Recent Blogs';