| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | <?php/*Language Format:Add a new file(.lang.php) with your module name at /phpcms/languages/translation save at the array:$LANG*/$LANG['announce']						=	'Announcement';$LANG['announce_manage']				=	'Announcement manager';$LANG['announce_list']					=	'List of announcement';$LANG['announce_add']					=	'Add';$LANG['announce_title']					=	'title';$LANG['title_cannot_empty']				=	'Title is required';$LANG['announcements_cannot_be_empty']	=	'Content is required';$LANG['announcement_successful_added']	=	'Announcement added successfully';$LANG['announced_a']					=	'Announcement edited successfully';$LANG['announce_passed']				=	'Announcement has already been processed successfully.';$LANG['announce_deleted']				=	'Batch delete processing is done successfully';$LANG['startdate']						=	'Start Date';$LANG['enddate']						=	'Due Date';$LANG['announce_content']				=	'Content';$LANG['announce_status']				=	'Status';$LANG['edit_announce']					=	'Edit';$LANG['inputer']						=	'Editor';$LANG['check_annonuce']					=	'Review';$LANG['preview']						=	'Preview';$LANG['index']							=	'Frontend';$LANG['cancel_all_selected']			=	'Cancel all selected';$LANG['pass_all_selected']				=	'Approve selected items';$LANG['remove_all_selected']			=	'Remove selected items';$LANG['overdue_announce']				=	'Expired announcement';$LANG['no_pass_announce']				=	'Pending announcement';$LANG['no_exists']						=	'The announcement does not exist. It may have been deleted.';$LANG['affirm_delete']					=	'Are you sure you want to delete it?';$LANG['input_announce_title']			=	'Please insert announcement title';$LANG['title_min_3_chars']				=	'at least 6 characters';$LANG['right']							=	'Correct';$LANG['server_no_data']					=	'Server is busy now, please try again later';$LANG['announce_exist']					=	'The announcement already exists';$LANG['checking']						=	'Checking validation...';$LANG['select_stardate']				=	'Please choose start date';$LANG['right_all']						=	'Correct!';$LANG['select_downdate']				=	'Please choose due date';$LANG['select_style']					=	'Please choose a style';$LANG['available_style']				=	'Available style';$LANG['lists']							=	'List';$LANG['sitename']						=	'Site';?>
 |