<?php /* site */ $l['home'] = 'Home'; $l['administration'] = 'Administration'; $l['system'] = 'System'; $l['error'] = 'Error'; /* contents */ $l['content'] = 'Content'; $l['contents'] = 'Contents'; $l['content_not_found'] = 'Content could not be found'; /* categories */ $l['category'] = 'Category'; $l['categories'] = 'Categories'; $l['category_new'] = 'New category'; $l['category_no'] = 'No category present'; $l['category_parent'] = 'Parent category'; $l['uncategorized'] = 'Uncategorized'; /* articles */ $l['article'] = 'Article'; $l['articles'] = 'Articles'; $l['article_new'] = 'New article'; $l['article_no'] = 'No article present'; /* extras */ $l['extra'] = 'Extra'; $l['extras'] = 'Extras'; $l['extra_new'] = 'New extra'; $l['extra_no'] = 'No extra present'; /* comments */ $l['comment'] = 'Comment'; $l['comments'] = 'Comments'; $l['comment_new'] = 'New comment'; $l['comment_no'] = 'No comment present'; $l['comment_empty'] = 'Comment is empty'; $l['comment_sent'] = 'Your comment has been successfully sent'; $l['comment_moderation'] = 'Your comment will be approved by a moderator'; /* search */ $l['search'] = 'Search'; $l['search_terms'] = 'Search terms'; $l['search_no'] = 'No results for your search query'; /* time */ $l['time'] = 'Time'; $l['date'] = 'Date'; $l['minute'] = 'Minute'; $l['hour'] = 'Hour'; $l['day'] = 'Day'; $l['month'] = 'Month'; $l['year'] = 'Year'; $l['month_names'] = 'January, February, March, April, May, June, July, August, September, October, November, December'; $l['today'] = 'Today'; $l['yesterday'] = 'Yesterday'; $l['on'] = 'on'; $l['at'] = 'at'; /* numbers */ $l['1'] = 'One'; $l['2'] = 'Two'; $l['3'] = 'Three'; $l['4'] = 'Four'; $l['5'] = 'Five'; $l['6'] = 'Six'; $l['7'] = 'Seven'; $l['8'] = 'Eight'; $l['9'] = 'Nine'; $l['10'] = 'Ten'; /* math */ $l['plus'] = 'plus'; $l['minus'] = 'minus'; $l['random'] = 'Random'; $l['addition'] = 'Addition'; $l['subtraction'] = 'Subtraction'; /* navigation */ $l['first'] = 'First'; $l['previous'] = 'Previous'; $l['next'] = 'Next'; $l['last'] = 'Last'; $l['continue'] = 'Continue'; $l['back'] = 'Back'; $l['up'] = 'Up'; $l['down'] = 'Down'; $l['new'] = 'New'; $l['view'] = 'View'; $l['read_more'] = 'Read more'; /* buttons */ $l['create'] = 'Create'; $l['edit'] = 'Edit'; $l['delete'] = 'Delete'; $l['save'] = 'Save'; $l['reset'] = 'Reset'; $l['submit'] = 'Submit'; $l['ok'] = 'Ok'; $l['cancel'] = 'Cancel'; /* status */ $l['future_posting'] = 'Future posting'; /* actions */ $l['publish'] = 'Publish'; $l['unpublish'] = 'Unpublish'; $l['enable'] = 'Enable'; $l['disable'] = 'Disable'; $l['freeze'] = 'Freeze'; $l['restrict'] = 'Restrict'; $l['install'] = 'Install'; $l['uninstall'] = 'Uninstall'; $l['restore'] = 'Restore'; $l['process'] = 'Process'; $l['update'] = 'Update'; $l['select'] = 'Select'; /* form */ $l['title'] = 'Title'; $l['title_exists'] = 'Title already exists'; $l['title_incorrect'] = 'Title is incorrect'; $l['title_empty'] = 'Title is empty'; $l['alias'] = 'Alias'; $l['alias_exists'] = 'Alias already exists'; $l['alias_incorrect'] = 'Alias is incorrect'; $l['alias_empty'] = 'Alias is empty'; $l['name'] = 'Name'; $l['name_incorrect'] = 'Name is incorrect'; $l['name_empty'] = 'Name is empty'; $l['author'] = 'Author'; $l['author_incorrect'] = 'Author is incorrect'; $l['author_empty'] = 'Author is empty'; $l['text'] = 'Text'; $l['text_empty'] = 'Text is empty'; $l['message'] = 'Message'; $l['message_empty'] = 'Message is empty'; $l['customize'] = 'Customize'; $l['filter'] = 'Filter'; $l['status'] = 'Status'; $l['rank'] = 'Rank'; $l['headline'] = 'Headline'; $l['infoline'] = 'Infoline'; /* input */ $l['input'] = 'Input'; $l['inputs'] = 'Inputs'; $l['input_incorrect'] = 'Input is incorrect'; $l['input_empty'] = 'Input is empty'; /* select */ $l['none'] = 'None'; $l['all'] = 'All'; /* legend */ $l['fields_request'] = 'Enter corresponding information in the following fields'; $l['fields_required'] = 'Required fields are marked with an asterisk'; $l['fields_limited'] = 'Following fields are limited to 5-10 characters'; /* email */ $l['email'] = 'E-mail'; $l['email_incorrect'] = 'E-mail is incorrect'; $l['email_empty'] = 'E-mail is empty'; $l['email_unknown'] = 'E-mail is unknown'; /* computing */ $l['url'] = 'URL'; $l['url_incorrect'] = 'URL is incorrect'; $l['identifier'] = 'Identifier'; $l['token'] = 'Token'; $l['token_incorrect'] = 'Token is incorrect'; /* installation */ $l['installation'] = 'Installation'; $l['installation_completed'] = 'Installation completed successfully'; /* database */ $l['host'] = 'Host'; $l['prefix'] = 'Prefix'; $l['database'] = 'Database'; $l['database_setup'] = 'Setup your database'; $l['database_failed'] = 'Connection to database failed'; /* registration */ $l['registration'] = 'Registration'; $l['registration_sent'] = 'Your registration information has been successfully sent'; $l['registration_verification'] = 'Your registration will be approved by an administrator'; $l['account_create'] = 'Create your account'; /* reminder */ $l['reminder'] = 'Reminder'; $l['reminder_question'] = 'Did you forget your user or password'; $l['reminder_request'] = 'Enter your E-mail to obtain corresponding account information'; $l['reminder_sent'] = 'Your account information has been successfully sent'; /* login */ $l['login'] = 'Login'; $l['login_incorrect'] = 'Login is incorrect'; $l['logged_in'] = 'You were logged into the system'; $l['logged_out'] = 'You were logged out by the system'; $l['logout'] = 'Logout'; /* salutation */ $l['welcome'] = 'Welcome'; $l['hello'] = 'Hello'; $l['goodbye'] = 'Goodbye'; /* password */ $l['password'] = 'Password'; $l['password_new'] = 'New password'; $l['password_confirm'] = 'Confirm password'; $l['password_incorrect'] = 'Password is incorrect'; $l['password_empty'] = 'Password is empty'; $l['password_reset'] = 'Password reset'; $l['password_sent'] = 'Password has been successfully sent'; /* groups */ $l['group'] = 'Group'; $l['groups'] = 'Groups'; $l['group_new'] = 'New group'; $l['group_no'] = 'No group present'; /* users */ $l['user'] = 'User'; $l['users'] = 'Users'; $l['user_new'] = 'New user'; $l['user_no'] = 'No user present'; $l['user_exists'] = 'User already exists'; $l['user_incorrect'] = 'User is incorrect'; $l['user_empty'] = 'User is empty'; $l['session'] = 'Session'; $l['online'] = 'Online'; $l['posted_by'] = 'Posted by'; $l['profile'] = 'Profile'; /* access */ $l['access'] = 'Access'; $l['access_no'] = 'Access denied'; /* modules */ $l['module'] = 'Module'; $l['modules'] = 'Modules'; $l['module_no'] = 'No module present'; $l['version'] = 'Version'; /* settings */ $l['settings'] = 'Settings'; $l['general'] = 'General'; $l['language'] = 'Language'; $l['languages'] = 'Languages'; $l['detect'] = 'Detect'; $l['template'] = 'Template'; $l['templates'] = 'Templates'; $l['paginator'] = 'Paginator'; $l['metadata'] = 'Metadata'; $l['copyright'] = 'Copyright'; $l['description'] = 'Description'; $l['keywords'] = 'Keywords'; $l['robots'] = 'Robots'; $l['index'] = 'Index'; $l['index_no'] = 'No Index'; $l['formatting'] = 'Formatting'; $l['charset'] = 'Charset'; $l['divider'] = 'Divider'; $l['homepage'] = 'Homepage'; $l['limit'] = 'Limit'; $l['order'] = 'Order'; $l['ascending'] = 'Ascending'; $l['descending'] = 'Descending'; $l['contact'] = 'Contact'; $l['subject'] = 'Subject'; $l['notification'] = 'Notification'; $l['moderation'] = 'Moderation'; $l['verification'] = 'Verification'; /* security */ $l['security'] = 'Security'; $l['captcha'] = 'Captcha'; $l['captcha_incorrect'] = 'Captcha is incorrect'; $l['blocker'] = 'Blocker'; /* notification */ $l['operation_completed'] = 'Operation completed successfully'; $l['error_occurred'] = 'An error occurred'; $l['something_wrong'] = 'Something went wrong'; /* dialog */ $l['dialog'] = 'Dialog'; $l['dialog_question'] = 'Do you want to continue'; $l['alert'] = 'Alert'; $l['confirm'] = 'Confirm'; $l['prompt'] = 'Prompt'; /* files */ $l['file_remove'] = 'Remove the file'; $l['file_permission_grant'] = 'Grant write permission on file'; $l['file_permission_revoke'] = 'Revoke write permission on file'; $l['file_not_found'] = 'File could not be found'; /* about */ $l['design_and_realization'] = 'Design and realization by'; $l['powered_by'] = 'Powered by'; /* characters */ $l['point'] = '.'; $l['colon'] = ':'; $l['question_mark'] = '?'; $l['exclamation_mark'] = '!'; ?>