X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Flanguage%2Fenglish%2Fui_lang.php;h=4d6d3dc52fc31cf54c988e215f93d74c9801b664;hb=42b8f76ab32990f2668a4e3346374de7bad91be2;hp=0b8375794fe7bead2b78a633457d2e266aebe587;hpb=14163bd2cf49ea2c6d30530515e5f27cf7b5850b;p=living-lab-site.git diff --git a/application/language/english/ui_lang.php b/application/language/english/ui_lang.php index 0b83757..4d6d3dc 100644 --- a/application/language/english/ui_lang.php +++ b/application/language/english/ui_lang.php @@ -8,6 +8,10 @@ $lang['ui_nav_menu_help'] = 'Help'; $lang['ui_nav_menu_contact'] = 'Contact'; $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'; @@ -51,9 +55,19 @@ $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'; + /* End of file ui_lang.php */ /* Location: ./application/language/english/ui_lang.php */ \ No newline at end of file