cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / application / language / english / ui_lang.php
index 02ace72..1d59b75 100644 (file)
@@ -1,11 +1,50 @@
 <?php
 
+// Navigation Menu
+$lang['ui_nav_menu_home'] = 'Home';
+$lang['ui_nav_menu_install_plugins'] = 'Install Plugins';
+$lang['ui_nav_menu_about'] = 'About';
+$lang['ui_nav_menu_help'] = 'Help';
+$lang['ui_nav_menu_contact'] = 'Contact';
+$lang['ui_nav_menu_upload'] = 'Upload';
+$lang['ui_nav_menu_log_in'] = 'Log In';
+$lang['ui_nav_menu_register'] = 'Register';
+$lang['ui_nav_menu_account'] = 'Account';
+$lang['ui_nav_menu_logout'] = 'Logout';
+
+$lang['ui_hello'] = 'Hello';
+
+// Search
+$lang['ui_search'] = 'Search';
+$lang['ui_search_in'] = 'Search in';
+$lang['ui_search_results_for'] = 'Search Results for';
+$lang['ui_results'] = 'result(s)';
+
+// Install Video Plugins
+$lang['ui_install'] = 'Install ';
+$lang['ui_install_os_not_supported'] = ' is not supported for your operating system';
+$lang['ui_install_browser_not_supported'] = ' is not supported for your browser';
+$lang['ui_install_browser_version_not_supported'] = ' is not supported for your browser version';
+$lang['ui_install_already_installed'] = ' is installed';
+
 // Video Categories
+$lang['ui_categ_all-categories'] = 'All Categories';
 $lang['ui_categ_movies'] = 'Movies';
-$lang['ui_categ_tech_talks'] = 'TechTalks';
+$lang['ui_categ_tech-talks'] = 'TechTalks';
 $lang['ui_categ_events'] = 'Events';
 $lang['ui_categ_karaoke'] = 'Karaoke';
 
+// Ordering
+$lang['ui_show_hottest'] = "Show Hottest";
+$lang['ui_show_newest'] = "Show Newest";
+$lang['ui_sort_alphabetically'] = "Sort Alphabetically";
+
+// Pagination
+$lang['ui_page_first'] = 'First';
+$lang['ui_page_previous'] = 'Previous';
+$lang['ui_page_next'] = 'Next';
+$lang['ui_page_last'] = 'Last';
+
 // Video asset metrics
 $lang['ui_view'] = 'view';
 $lang['ui_views'] = 'views';
@@ -17,7 +56,21 @@ $lang['ui_from'] = 'from';
 $lang['ui_by'] = 'by';
 $lang['ui_category'] = 'category';
 $lang['ui_tags'] = 'tags';
+$lang['ui_download_torrents'] = 'Download Torrents';
 $lang['ui_license'] = 'license';
+$lang['ui_uploaded_by'] = 'Uploaded by';
+$lang['ui_on_date'] = 'on';
+
+$lang['ui_msg_login_restriction'] = 'You must log in to perform this action.';
+$lang['ui_msg_repeated_action_restriction'] = 'You can only perform this action once a day.';
+
+$lang['ui_chars_left'] = 'characters left';
+
+$lang['ui_captcha'] = 'CAPTCHA';
+$lang['ui_captcha_instructions'] = 'Please insert the text from the image below in order to demonstrate that you are a human:';
+$lang['ui_change_captcha'] = 'Change CAPTCHA image';
+
+$lang['ui_required_fields'] = '* Required fields!';
 
 /* End of file ui_lang.php */
 /* Location: ./application/language/english/ui_lang.php */
\ No newline at end of file