first commit
This commit is contained in:
308
application/language/english/admin_lang.php
Executable file
308
application/language/english/admin_lang.php
Executable file
@@ -0,0 +1,308 @@
|
||||
<?php
|
||||
//Navigation Bar
|
||||
$lang['nav_dash'] = "Dashboard";
|
||||
$lang['nav_pages'] = "Pages";
|
||||
$lang['nav_pages_new'] = "New Page";
|
||||
$lang['nav_pages_all'] = "All Pages";
|
||||
$lang['nav_posts'] = "Posts";
|
||||
$lang['nav_posts_new'] = "New Post";
|
||||
$lang['nav_posts_all'] = "All Posts";
|
||||
$lang['nav_categories_new'] = "New Category";
|
||||
$lang['nav_categories_all'] = "All Categories";
|
||||
$lang['nav_users'] = "Users";
|
||||
$lang['nav_users_new'] = "New User";
|
||||
$lang['nav_users_all'] = "All Users";
|
||||
$lang['nav_navigation'] = "Navigation";
|
||||
$lang['nav_navigation_new'] = "New Navigation Menu";
|
||||
$lang['nav_navigation_all'] = "All Menus";
|
||||
$lang['nav_settings'] = "Settings";
|
||||
$lang['nav_social'] = "Social";
|
||||
$lang['nav_view_site'] = "View Site";
|
||||
$lang['nav_logout'] = "Logout";
|
||||
$lang['nav_profile'] = "Profile";
|
||||
|
||||
|
||||
$lang['nav_webtoons'] = "Webtoons";
|
||||
$lang['nav_webtoons_category'] = "Category";
|
||||
$lang['nav_webtoons_all'] = "ALL Webtoons";
|
||||
$lang['nav_webtoons_episode'] = "Episode";
|
||||
$lang['nav_webtoons_announcement'] = "Announcement";
|
||||
$lang['nav_webtoons_cartoonist'] = "Cartoonist";
|
||||
|
||||
|
||||
//Login Page
|
||||
$lang['login_message'] = "Please provide your details";
|
||||
$lang['login_username'] = "Username";
|
||||
$lang['login_password'] = "Password";
|
||||
$lang['login_signin'] = "Sign In";
|
||||
$lang['login_reset'] = "Reset Password";
|
||||
$lang['login_incorrect'] = "The Username of Password entered is incorrect.";
|
||||
$lang['login_expired'] = "Your session has expired, please use the form below to sign back in!";
|
||||
|
||||
//Forgot Password
|
||||
$lang['forgot_reset'] = "Password Reset";
|
||||
$lang['forgot_email'] = "Email Address";
|
||||
$lang['forgot_password'] = "New Password";
|
||||
$lang['forgot_confirm'] = "Confirm Password";
|
||||
$lang['forgot_complete'] = "Your password has been reset";
|
||||
$lang['forgot_btn'] = "Reset";
|
||||
$lang['forgot_check_email'] = "Please check your email for further instructions";
|
||||
|
||||
|
||||
|
||||
//Dashboard
|
||||
$lang['dash_welcome'] = "Welcome <small>to Crossmap Admin</small>";
|
||||
$lang['dash_unreachable'] = "The news feed cannot be reached.";
|
||||
$lang['dash_recent'] = "Recently Updated Contents";
|
||||
$lang['dash_maintenance_message'] = "Your site is currently in maintenance mode, visit the settings page to disable this and allow visitors to view your site.";
|
||||
$lang['dash_message'] = "Crossmap Website";
|
||||
$lang['feed_heading'] = "Recent News";
|
||||
|
||||
|
||||
//Settings Page
|
||||
$lang['settings_header'] = "Settings";
|
||||
$lang['settings_message'] = "Some basic settings for your site ";
|
||||
$lang['settings_info'] = "Information";
|
||||
$lang['settings_name'] = "Site Name*";
|
||||
$lang['settings_footer'] = "Site Footer Message";
|
||||
$lang['settings_theme'] = "Current Theme:";
|
||||
$lang['settings_lang'] = "Current Dash Language:";
|
||||
$lang['settings_logo'] = "Site Logo";
|
||||
$lang['settings_favicon'] = "Site Favicon";
|
||||
$lang['settings_maintenance'] = "Enable Maintenance Mode?";
|
||||
$lang['settings_maintenance_heading'] = "Maintenance Page Heading:";
|
||||
$lang['settings_maintenance_meta'] = "Maintenance Page Meta Description";
|
||||
$lang['settings_maintenance_content'] = "Maintenance Page Content:";
|
||||
$lang['settings_additional_js'] = "Additional Javascript (such as Google Analytics) this will be loaded into all pages, remember to include script tags where necessary:";
|
||||
$lang['settings_image_error'] = "Error! The file is not an image.";
|
||||
|
||||
|
||||
|
||||
//Page - All Pages
|
||||
$lang['pages_header'] = "All Pages";
|
||||
$lang['pages_table_page'] = "Page";
|
||||
$lang['pages_table_updated'] = "Updated";
|
||||
$lang['pages_table_created'] = "Created";
|
||||
$lang['pages_table_published'] = "Published";
|
||||
$lang['pages_delete'] = "Delete page ";
|
||||
$lang['pages_delete_message'] = "This is permanent and cannot be undone…";
|
||||
$lang['pages_delete_home'] = "You cannot delete the home page…";
|
||||
|
||||
|
||||
//Page - New Page/Edit Page
|
||||
$lang['pages_new_header'] = "New Page";
|
||||
$lang['pages_edit_header'] = "Edit Page";
|
||||
$lang['pages_new_attributes'] = "Page Attributes";
|
||||
$lang['pages_new_required'] = "All fields marked with * are required!";
|
||||
$lang['pages_new_title'] = "Page/Meta Title*";
|
||||
$lang['pages_new_nav'] = "Navigation Title* (this is displayed on navigation menus)";
|
||||
$lang['pages_new_keywords'] = "Meta Keywords";
|
||||
$lang['pages_new_description'] = "Meta Description";
|
||||
$lang['pages_new_url'] = "Page URL* (no spaces or special characters allowed)";
|
||||
$lang['pages_new_publish'] = "Publish Page?";
|
||||
$lang['pages_new_template'] = "Page Template";
|
||||
|
||||
|
||||
|
||||
|
||||
//Page - Jumbotron
|
||||
$lang['pages_jumbo_intro'] = "a \"Jumbotron\" is a large heading area at the top of the page used for a hero message, image slider or both!";
|
||||
$lang['pages_slider_header'] = "Image Slider";
|
||||
$lang['pages_slider_btn'] = "Image Slider Options";
|
||||
$lang['pages_slider_enable'] = "Enable Slider?";
|
||||
$lang['pages_slider_add'] = "Add Slide";
|
||||
$lang['pages_slider_title'] = "Slide";
|
||||
$lang['pages_slider_alt'] = "Image Alt Tag";
|
||||
$lang['pages_slider_link'] = "Image Link";
|
||||
$lang['pages_jumbo_header'] = "Jumbotron Content";
|
||||
$lang['pages_jumbo_header_att'] = "Jumbotron";
|
||||
$lang['pages_jumbo_enable'] = "Enable Jumbotron?";
|
||||
$lang['pages_jumbo_edit'] = "Edit Jumbotron";
|
||||
|
||||
|
||||
//Posts - All Posts
|
||||
$lang['posts_header'] = "All Posts";
|
||||
$lang['comments_header'] = "All Comments";
|
||||
$lang['pray_header'] = "All Pray";
|
||||
$lang['posts_table_post'] = "Post Title";
|
||||
$lang['posts_table_category'] = "Category";
|
||||
$lang['posts_table_page'] = "Page";
|
||||
$lang['posts_table_posted'] = "Date Posted";
|
||||
$lang['posts_table_updated'] = "Date Updated";
|
||||
$lang['posts_table_published'] = "Published";
|
||||
$lang['posts_delete'] = "Delete post ";
|
||||
$lang['comments_delete'] = "Delete comment ";
|
||||
$lang['posts_delete_message'] = "This is permanent and cannot be undone…";
|
||||
$lang['comments_delete_message'] = "This is permanent and cannot be undone…";
|
||||
|
||||
|
||||
//Posts - New Post/Edit Post
|
||||
$lang['posts_new_header'] = "New Post";
|
||||
$lang['posts_edit_header'] = "Edit Post";
|
||||
$lang['posts_new_attributes'] = "Post Attributes";
|
||||
$lang['posts_new_required'] = "All fields marked with * are required!";
|
||||
$lang['posts_new_title'] = "Title*";
|
||||
$lang['posts_new_subtitle'] = "SubTitle";
|
||||
$lang['posts_new_feature'] = "Feature Image";
|
||||
$lang['posts_new_thumb'] = "Thumbnail Image";
|
||||
$lang['posts_new_user'] = "Writer";
|
||||
|
||||
$lang['posts_new_excerpt'] = "Excerpt*";
|
||||
$lang['posts_new_category'] = "Category";
|
||||
$lang['posts_new_page'] = "Page";
|
||||
$lang['posts_new_url'] = "Post URL* (no spaces or special characters allowed)";
|
||||
$lang['posts_new_date'] = "Date";
|
||||
$lang['posts_new_published'] = "Published?";
|
||||
$lang['posts_new_tag'] = "Tags";
|
||||
|
||||
$lang['posts_reserved_date'] = "Reserved Date";
|
||||
|
||||
//Posts - All Categories
|
||||
$lang['cat_header'] = "All Categories";
|
||||
$lang['cat_table_category'] = "Category Title";
|
||||
$lang['cat_delete'] = "Delete category ";
|
||||
$lang['cat_delete_message'] = "This is permanent and cannot be undone…";
|
||||
|
||||
|
||||
|
||||
//Posts - New Category/Edit Category
|
||||
$lang['cat_new_header'] = "New Category";
|
||||
$lang['cat_edit_header'] = "Edit Category";
|
||||
$lang['cat_new_required'] = "All fields marked with * are required!";
|
||||
$lang['cat_new_title'] = "Category Title*";
|
||||
$lang['cat_new_url'] = "Category URL Slug* (this should contain no special characters or spaces)";
|
||||
$lang['cat_new_description'] = "Category Description";
|
||||
|
||||
|
||||
//Users - All Users
|
||||
$lang['user_header'] = "All Users";
|
||||
$lang['user_username'] = "Username";
|
||||
$lang['user_email'] = "Email Address";
|
||||
$lang['user_delete'] = "Delete user ";
|
||||
$lang['user_delete_message'] = "Make sure this is not your only user account";
|
||||
|
||||
|
||||
//Users - New User/Edit User
|
||||
$lang['user_new_header'] = "New User";
|
||||
$lang['user_edit_header'] = "Edit User";
|
||||
$lang['user_new_username'] = "Username";
|
||||
$lang['user_new_message'] = "Your username is for logging in and cannot be changed.";
|
||||
$lang['user_new_email'] = "Email Address";
|
||||
$lang['user_new_pass'] = "Password";
|
||||
$lang['user_new_confirm'] = "Confirm Password";
|
||||
|
||||
|
||||
//Navigation - All Menus
|
||||
$lang['menu_header'] = "All Menus";
|
||||
$lang['menu_table_title'] = "Menu Title";
|
||||
$lang['menu_delete'] = "Delete nav ";
|
||||
$lang['menu_delete_message'] = "This is permanent and cannot be undone…";
|
||||
$lang['menu_delete_message_header'] = "You cannot delete the header menu…";
|
||||
|
||||
|
||||
//Navigation - New Menu/Edit Menu
|
||||
$lang['menu_new_nav'] = "Navigation";
|
||||
$lang['menu_new_pages'] = "Pages";
|
||||
$lang['menu_new_nav_slug'] = "Nav Slug* (max 10 characters, no spaces allowed)";
|
||||
$lang['menu_new_nav_title'] = "Nav Title*";
|
||||
$lang['menu_new_add_page'] = "Add Pages";
|
||||
$lang['menu_new_select_page'] = "Select a page";
|
||||
$lang['menu_new_custom_title'] = "Custom link title";
|
||||
$lang['menu_new_custom_link'] = "Custom link URL(include http://)";
|
||||
$lang['menu_new_drop_down'] = "Add Drop Down Section";
|
||||
$lang['menu_new_drop_title'] = "Title";
|
||||
$lang['menu_new_drop_link'] = "URL Slug (this is added in to the URL, no spaces allowed)";
|
||||
$lang['menu_new_drop_error'] = "Your drop down slug contains spaces or special characters";
|
||||
|
||||
|
||||
//Social Page
|
||||
$lang['social_header'] = "Social Settings";
|
||||
$lang['social_message'] = "Here you can set up the links for your various social accounts.<br/>These links will appear in the specified area of your theme.";
|
||||
$lang['social_enable'] = "To enable an icon tick the box beside it.";
|
||||
$lang['social_twitter'] = "Twitter";
|
||||
$lang['social_facebook'] = "Facebook";
|
||||
$lang['social_google'] = "Google+";
|
||||
$lang['social_pinterest'] = "Pinterest";
|
||||
$lang['social_foursquare'] = "Foursquare";
|
||||
$lang['social_linkedin'] = "LinkedIn";
|
||||
$lang['social_myspace'] = "Myspace";
|
||||
$lang['social_soundcloud'] = "Soundcloud";
|
||||
$lang['social_spotify'] = "Spotify";
|
||||
$lang['social_lastfm'] = "LastFM";
|
||||
$lang['social_youtube'] = "YouTube";
|
||||
$lang['social_vimeo'] = "Vimeo";
|
||||
$lang['social_dailymotion'] = "DailyMotion";
|
||||
$lang['social_vine'] = "Vine";
|
||||
$lang['social_flickr'] = "Flickr";
|
||||
$lang['social_instagram'] = "Instagram";
|
||||
$lang['social_tumblr'] = "Tumblr";
|
||||
$lang['social_reddit'] = "Reddit";
|
||||
$lang['social_envato'] = "Envato";
|
||||
$lang['social_github'] = "Github";
|
||||
$lang['social_tripadvisor'] = "TripAdvisor";
|
||||
$lang['social_stackoverflow'] = "Stack Overflow";
|
||||
$lang['social_persona'] = "Mozilla Persona";
|
||||
$lang['social_table_title'] = "Social Site";
|
||||
$lang['social_table_link'] = "Profile Link";
|
||||
$lang['social_table_enabled'] = "Enabled?";
|
||||
|
||||
|
||||
// COMMON BUTTONS
|
||||
$lang['btn_save'] = "Save";
|
||||
$lang['btn_jumbotron'] = "Jumbotron";
|
||||
$lang['btn_cancel'] = "Cancel";
|
||||
$lang['btn_delete'] = "Delete";
|
||||
$lang['btn_next'] = "Next";
|
||||
$lang['btn_back'] = "Back";
|
||||
$lang['btn_add'] = "Add";
|
||||
|
||||
|
||||
$lang['option_yes'] = "Yes";
|
||||
$lang['option_no'] = "No";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// EMAILS
|
||||
$lang['email_reset_subject']= "Reset your password";
|
||||
$lang['email_reset_message']= "Please click the link below to reset your password.";
|
||||
|
||||
|
||||
// ERROR MESSAGES
|
||||
$lang['no_results'] = "No results found.";
|
||||
$lang['email_check'] = "This email address does not exist.";
|
||||
$lang['required'] = "The %s field is required.";
|
||||
$lang['isset'] = "The %s field must have a value.";
|
||||
$lang['valid_email'] = "The %s field must contain a valid email address.";
|
||||
$lang['valid_emails'] = "The %s field must contain all valid email addresses.";
|
||||
$lang['valid_url'] = "The %s field must contain a valid URL.";
|
||||
$lang['valid_ip'] = "The %s field must contain a valid IP.";
|
||||
$lang['min_length'] = "The %s field must be at least %s characters in length.";
|
||||
$lang['max_length'] = "The %s field can not exceed %s characters in length.";
|
||||
$lang['exact_length'] = "The %s field must be exactly %s characters in length.";
|
||||
$lang['alpha'] = "The %s field may only contain alphabetical characters.";
|
||||
$lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters.";
|
||||
$lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes.";
|
||||
$lang['numeric'] = "The %s field must contain only numbers.";
|
||||
$lang['is_numeric'] = "The %s field must contain only numeric characters.";
|
||||
$lang['integer'] = "The %s field must contain an integer.";
|
||||
$lang['regex_match'] = "The %s field is not in the correct format.";
|
||||
$lang['matches'] = "The %s field does not match the %s field.";
|
||||
$lang['is_unique'] = "This %s already exists.";
|
||||
$lang['is_natural'] = "The %s field must contain only positive numbers.";
|
||||
$lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero.";
|
||||
$lang['decimal'] = "The %s field must contain a decimal number.";
|
||||
$lang['less_than'] = "The %s field must contain a number less than %s.";
|
||||
$lang['greater_than'] = "The %s field must contain a number greater than %s.";
|
||||
|
||||
|
||||
|
||||
|
||||
$lang['user_role'] = 'User Role';
|
||||
$lang['user_name'] = 'User Name';
|
||||
$lang['user_gender'] = 'User Gender';
|
||||
$lang['user_mobile'] = 'User Mobile';
|
||||
|
||||
|
||||
include __DIR__. "/admin_roles.php";
|
||||
4
application/language/english/admin_roles.php
Executable file
4
application/language/english/admin_roles.php
Executable file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$lang['nav_roles'] = "All Roles";
|
||||
$lang['role_header'] = "All Roles";
|
||||
11
application/language/english/index.html
Executable file
11
application/language/english/index.html
Executable file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
110
application/language/english/webtoon_lang.php
Executable file
110
application/language/english/webtoon_lang.php
Executable file
@@ -0,0 +1,110 @@
|
||||
<?php
|
||||
|
||||
//Webtoons - All webtoon
|
||||
$lang['webtoon_header'] = "All Webtoon";
|
||||
$lang['webtoon_table_thumbnail'] = "Thumbnail";
|
||||
$lang['webtoon_table_name'] = "Webtoon Title";
|
||||
$lang['webtoon_table_writer'] = "cartoonist";
|
||||
$lang['webtoon_table_status'] = "Status";
|
||||
$lang['webtoon_table_serial_date'] = "Serial Date";
|
||||
$lang['webtoon_management'] = "management";
|
||||
$lang['webtoon_delete'] = "Delete webtoon";
|
||||
$lang['webtoon_delete_message'] = "This is permanent and cannot be undone…";
|
||||
|
||||
//Webtoons - New Webtoon/Edit Webtoon
|
||||
$lang['webtoons_new_header'] = "New Webtoon";
|
||||
$lang['webtoons_edit_header'] = "Edit Webtoon";
|
||||
$lang['webtoons_new_attributes'] = "Webtoon Attributes";
|
||||
$lang['webtoons_new_required'] = "All fields marked with * are required!";
|
||||
$lang['webtoons_new_thumbnail'] = "Thumbnail*";
|
||||
$lang['webtoons_new_cartoonists'] = "Cartoonist*";
|
||||
$lang['webtoons_new_name'] = "name*";
|
||||
$lang['webtoons_new_status'] = "Status*";
|
||||
$lang['webtoons_new_serial_date'] = "Serial Date";
|
||||
$lang['webtoons_new_description'] = "Meta Description";
|
||||
|
||||
|
||||
//Webtoons - cartoonist
|
||||
$lang['cartoonist_header'] = "Cartoonist";
|
||||
$lang['cartoonist_table_number'] = "number";
|
||||
$lang['cartoonist_table_name'] = "name";
|
||||
$lang['cartoonist_table_homepage'] = "Hompage & Blog";
|
||||
$lang['cartoonist_management'] = "management";
|
||||
$lang['cartoonist_delete'] = "Delete cartoonist";
|
||||
$lang['cartoonist_delete_message'] = "This is permanent and cannot be undone…";
|
||||
|
||||
|
||||
//Webtoons - new cartoonist
|
||||
$lang['cartoonists_new_attributes'] = "Cartoonist Attributes";
|
||||
$lang['cartoonists_new_required'] = "All fields are required!";
|
||||
$lang['cartoonists_new_name'] = "Name";
|
||||
$lang['cartoonists_new_website'] = "Homepage & Blog";
|
||||
|
||||
|
||||
//Webtoons - announcement
|
||||
$lang['announcement_header'] = "Announcement";
|
||||
$lang['announcement_table_number'] = "Number";
|
||||
$lang['announcement_table_description'] = "Description";
|
||||
$lang['announcement_table_reg_date'] = "Registration date";
|
||||
$lang['announcement_table_period'] = "Announce Period";
|
||||
$lang['announcement_management'] = "management";
|
||||
$lang['announcement_delete'] = "Delete announcement";
|
||||
$lang['announcement_delete_message'] = "This is permanent and cannot be undone…";
|
||||
|
||||
|
||||
//Webtoons - new cartoonist
|
||||
$lang['announcement_new_attributes'] = "Announcement Attributes";
|
||||
$lang['announcement_new_required'] = "All fields are required!";
|
||||
$lang['announcement_new_webtoon'] = "Webtoon";
|
||||
$lang['announcement_new_description'] = "Description";
|
||||
$lang['announcement_new_start_date'] = "Start Date";
|
||||
$lang['announcement_new_end_date'] = "End Date";
|
||||
|
||||
|
||||
//Webtoons - Episode
|
||||
$lang['episode_header'] = "Episode";
|
||||
$lang['episode_table_postID'] = "PostID";
|
||||
$lang['episode_table_thumbnail'] = "Thumbnail";
|
||||
$lang['episode_table_webtoonTitle'] = "Webtoon Title";
|
||||
$lang['episode_table_cartoonist'] = "Cartoonist";
|
||||
$lang['episode_table_postTitle'] = "Title";
|
||||
$lang['episode_table_view_count'] = "View count";
|
||||
$lang['episode_published'] = "published";
|
||||
$lang['episode_posted_date'] = "Posted date";
|
||||
$lang['episode_management'] = "management";
|
||||
$lang['episode_delete'] = "Delete episode";
|
||||
$lang['episode_delete_message'] = "This is permanent and cannot be undone…";
|
||||
|
||||
|
||||
//Webtoons - New Episode/Edit Episode
|
||||
$lang['episode_new_header'] = "New Episode";
|
||||
$lang['episode_edit_header'] = "Edit Episode";
|
||||
$lang['episode_new_attributes'] = "Episode Attributes";
|
||||
$lang['episode_new_required'] = "All fields marked with * are required!";
|
||||
$lang['episode_new_webtoon'] = "Webtoon*";
|
||||
$lang['episode_new_title'] = "Title*";
|
||||
$lang['episode_new_epNo'] = "Episode Number*";
|
||||
$lang['episode_new_mainImage'] = "Main Image*";
|
||||
$lang['episode_new_contents'] = "Contents* (Only Image)";
|
||||
$lang['episode_new_postedDate'] = "Posted Date*";
|
||||
|
||||
//Webtoons - Category
|
||||
$lang['wCategory_header'] = "WebtoonCategory";
|
||||
$lang['wCategory_table_number'] = "Number";
|
||||
$lang['wCategory_table_title'] = "Title";
|
||||
$lang['wCategory_table_webtoonTitle'] = "Webtoon Title";
|
||||
$lang['wCategory_table_cartoonist'] = "Cartoonist";
|
||||
|
||||
|
||||
|
||||
//Webtoons - New Episode/Edit Episode
|
||||
$lang['episode_new_header'] = "New Episode";
|
||||
$lang['episode_edit_header'] = "Edit Episode";
|
||||
$lang['episode_new_attributes'] = "Episode Attributes";
|
||||
$lang['episode_new_required'] = "All fields marked with * are required!";
|
||||
$lang['episode_new_webtoon'] = "Webtoon*";
|
||||
$lang['episode_new_title'] = "Title*";
|
||||
$lang['episode_new_epNo'] = "Episode Number*";
|
||||
$lang['episode_new_mainImage'] = "Main Image*";
|
||||
$lang['episode_new_contents'] = "Contents* (Only Image)";
|
||||
$lang['episode_new_postedDate'] = "Posted Date*";
|
||||
Reference in New Issue
Block a user