<?php
/*****************************************************************************
* NedEngine (c) René Gabriëls 2002 *
* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *
* This program is free software. You can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License. *
* -------------------------------------------------------------------------- *
* English basic strings *
*****************************************************************************/
define ('_LANG_CHARSET_', 'ISO-8859-1');
define ('_LANG_PATTERN_TIME_', '%I:%M%P');
define ('_LANG_PATTERN_DATE_SHORT_', '%m-%d-%Y');
define ('_LANG_PATTERN_DATE_LONG_', '%A %B %d %Y');
define ('_LANG_SEPERATOR_DATE_TIME_', ' - ');
define ('_LANG_DAY_SUNDAY_', 'Sunday');
define ('_LANG_DAY_MONDAY_', 'Monday');
define ('_LANG_DAY_TUESDAY_', 'Tuesday');
define ('_LANG_DAY_WEDNESDAY_', 'Wednesday');
define ('_LANG_DAY_THURSDAY_', 'Thursday');
define ('_LANG_DAY_FRIDAY_', 'Friday');
define ('_LANG_DAY_SATURDAY_', 'Saturday');
define ('_LANG_DAY_SUNDAY_SHORT_', 'Sun');
define ('_LANG_DAY_MONDAY_SHORT_', 'Mon');
define ('_LANG_DAY_TUESDAY_SHORT_', 'Tue');
define ('_LANG_DAY_WEDNESDAY_SHORT_', 'Wed');
define ('_LANG_DAY_THURSDAY_SHORT_', 'Thu');
define ('_LANG_DAY_FRIDAY_SHORT_', 'Fri');
define ('_LANG_DAY_SATURDAY_SHORT_', 'Sat');
define ('_LANG_MONTH_JANUARY_', 'January');
define ('_LANG_MONTH_FEBRUARY_', 'February');
define ('_LANG_MONTH_MARCH_', 'March');
define ('_LANG_MONTH_APRIL_', 'April');
define ('_LANG_MONTH_MAY_', 'May');
define ('_LANG_MONTH_JUNE_', 'June');
define ('_LANG_MONTH_JULY_', 'July');
define ('_LANG_MONTH_AUGUST_', 'August');
define ('_LANG_MONTH_SEPTEMBER_', 'September');
define ('_LANG_MONTH_OKTOBER_', 'Oktober');
define ('_LANG_MONTH_NOVEMBER_', 'November');
define ('_LANG_MONTH_DECEMBER_', 'December');
define ('_LANG_MONTH_JANUARY_SHORT_', 'Jan');
define ('_LANG_MONTH_FEBRUARY_SHORT_', 'Feb');
define ('_LANG_MONTH_MARCH_SHORT_', 'Mar');
define ('_LANG_MONTH_APRIL_SHORT_', 'Apr');
define ('_LANG_MONTH_MAY_SHORT_', 'May');
define ('_LANG_MONTH_JUNE_SHORT_', 'Jun');
define ('_LANG_MONTH_JULY_SHORT_', 'Jul');
define ('_LANG_MONTH_AUGUST_SHORT_', 'Aug');
define ('_LANG_MONTH_SEPTEMBER_SHORT_', 'Sep');
define ('_LANG_MONTH_OKTOBER_SHORT_', 'Okt');
define ('_LANG_MONTH_NOVEMBER_SHORT_', 'Nov');
define ('_LANG_MONTH_DECEMBER_SHORT_', 'Dec');
define ('_LANG_YEAR_', 'year');
define ('_LANG_YEARS_', 'years');
define ('_LANG_DAY_', 'day');
define ('_LANG_DAYS_', 'days');
define ('_LANG_HOUR_', 'hour');
define ('_LANG_HOURS_', 'hours');
define ('_LANG_MINUTE_', 'minute');
define ('_LANG_MINUTES_', 'minutes');
define ('_LANG_SECOND_', 'second');
define ('_LANG_SECONDS_', 'seconds');
define ('_LANG_RENDERTIME_', 'rendertime');
define ('_LANG_MODULE_', 'Module');
define ('_LANG_MODULES_', 'Modules');
define ('_LANG_DBTYPE_', 'Database type');
define ('_LANG_DBTYPES_', 'Database types');
define ('_LANG_LANGUAGE_', 'Language');
define ('_LANG_LANGUAGES_', 'Languages');
define ('_LANG_THEME_', 'Theme');
define ('_LANG_THEMES_', 'Themes');
define ('_LANG_USER_', 'User');
define ('_LANG_USERS_', 'Users');
define ('_LANG_SESSION_', 'Session');
define ('_LANG_SESSIONS_', 'Sessions');
define ('_LANG_GROUP_', 'Group');
define ('_LANG_GROUPS_', 'Groups');
define ('_LANG_RESULT_', 'Result');
define ('_LANG_RESULTS_', 'Results');
define ('_LANG_SMILEY_', 'Smiley');
define ('_LANG_SMILEYS_', 'Smileys');
define ('_LANG_PAGE_', 'Page');
define ('_LANG_PAGES_', 'Pages');
define ('_LANG_MODERATOR_', 'Moderator');
define ('_LANG_MODERATORS_', 'Moderators');
define ('_LANG_ADMINISTRATOR_', 'Administrator');
define ('_LANG_ADMINISTRATORS_', 'Administrators');
define ('_LANG_APPLET_', 'Applet');
define ('_LANG_APPLETS_', 'Applets');
define ('_LANG_ACTION_', 'Action');
define ('_LANG_ACTIONS_', 'Actions');
define ('_LANG_MENU_', 'Main menu');
define ('_LANG_HOME_', 'Home');
define ('_LANG_ADMINISTRATION_', 'Administration');
define ('_LANG_DISABLED_', 'Disabled');
define ('_LANG_ANYBODY_', 'Anyone');
define ('_LANG_ONLINE_', 'Online');
define ('_LANG_OFFLINE_', 'Offline');
define ('_LANG_LOGIN_', 'Login');
define ('_LANG_LOGOUT_', 'Logout');
define ('_LANG_WELCOME_', 'Welcome');
define ('_LANG_WELCOME_MSG_', 'Welcome to this website.');
define ('_LANG_NOT_LOGGED_IN_', 'Not logged in');
define ('_LANG_SEND_BACK_', 'You will be send back to the website within a few seconds.');
define ('_LANG_BACK_TO_INDEX_', '<a href=\'%l\'>Go back</a> to the index page.');
define ('_LANG_SETTINGS_', 'Settings');
define ('_LANG_SITE_INACTIVE_', '%s is closed for now.');
define ('_LANG_FIELD_', 'Field');
define ('_LANG_VALUE_', 'Value');
define ('_LANG_YES_', 'Yes');
define ('_LANG_NO_', 'No');
define ('_LANG_TOP_', 'Top');
define ('_LANG_BOTTOM_', 'Bottom');
define ('_LANG_LEFT_', 'Left');
define ('_LANG_RIGHT_', 'Right');
define ('_LANG_NEXT_', 'Next');
define ('_LANG_PREVIOUS_', 'Pervious');
define ('_LANG_GO_', 'Go');
define ('_LANG_ADD_', 'Add');
define ('_LANG_EDIT_', 'Edit');
define ('_LANG_DELETE_', 'Delete');
define ('_LANG_PLACE_', 'Place');
define ('_LANG_PREVIEW_', 'Preview');
define ('_LANG_UPLOAD_' , 'Upload');
define ('_LANG_DOWNLOAD_' , 'Download');
define ('_LANG_CONFIRM_', 'Yes, i am sure');
define ('_LANG_HELP_', 'Help');
define ('_LANG_DONE_', 'Done');
define ('_LANG_FAILED_', 'Failed');
define ('_LANG_TITLE_', 'Title');
define ('_LANG_NAME_', 'Name');
define ('_LANG_AUTHOR_', 'Author');
define ('_LANG_TEXT_', 'Text');
define ('_LANG_VERSION_', 'Version');
define ('_LANG_URL_', 'URL');
define ('_LANG_DESCRIPTION_', 'Description');
define ('_LANG_DATE_', 'Date');
define ('_LANG_TIME_', 'Time');
define ('_LANG_FILE_', 'File');
define ('_LANG_DIRECTORY_', 'Directory');
define ('_LANG_POS_', 'Positie');
define ('_LANG_ORDER_', 'Order');
define ('_LANG_ACTIVE_', 'Active');
define ('_LANG_ACCESS_LEVEL_', 'Access level');
define ('_LANG_WEBSITE_DEFAULT_', 'Website default');
define ('_LANG_ID_', 'ID');
define ('_LANG_USERNAME_', 'Username');
define ('_LANG_PASSWORD_', 'Password');
define ('_LANG_PASSWORD_CHECK_', 'Password check');
define ('_LANG_PASSWORD_NEW_', 'New password');
define ('_LANG_EMAIL_', 'E-mail address');
define ('_LANG_EMAIL_VISIBLE_', 'E-mail address visible');
define ('_LANG_EMAIL_VISIBLE2_', 'My E-mail address is visible in my profile!');
define ('_LANG_REAL_NAME_', 'Real name');
define ('_LANG_REGISTERED_ON_', 'Registered on');
define ('_LANG_LOCATION_', 'Location');
define ('_LANG_OCCUPATION_', 'Occupation');
define ('_LANG_STUDY_', 'Study');
define ('_LANG_HOMEPAGE_', 'Homepage');
define ('_LANG_ICQ_', 'ICQ');
define ('_LANG_BIRTHDAY_', 'Birthday');
define ('_LANG_GENDER_', 'Gender');
define ('_LANG_GENDER_MALE_', 'Male');
define ('_LANG_GENDER_FEMALE_', 'Female');
define ('_LANG_STATUS_', 'Status');
define ('_LANG_LOGIN_SUCCES_', 'Succesfully logged in.');
define ('_LANG_LOGOUT_SUCCES_', 'Succesfully logged out.');
define ('_LANG_LOGIN_AS_', 'You are logged in as user %u');
define ('_LANG_PROFILE_', 'Profile');
define ('_LANG_PROFILE_OF_', 'Profile of %u');
define ('_LANG_PROFILE_EDIT_', 'Edit profile');
define ('_LANG_PROFILE_EDIT_SUCCES_', 'Thee profile has been editted succesfully.');
define ('_LANG_PROFILE_EDIT_HEADER_', 'If you don\'t want a new password, than don\'t fill in the password fields. The field in red are required, the others are just for your co-visitors to view.');
define ('_LANG_REGISTER_', 'Register');
define ('_LANG_REGISTER_SUCCES_', 'You\'ve registered yourself succesfully. You can now login with your fresh account <a href=\'login.php\'>login</a>');
define ('_LANG_REGISTER_HEADER_', 'The field in red are required, the others are just for your co-visitors to view.');
define ('_LANG_SESSION_OVERVIEW_', 'Session overview');
define ('_LANG_SESSION_CLIENT_ID_', 'Client identification');
define ('_LANG_SESSION_ACTIVE_UNTIL_', 'Active till');
define ('_LANG_NO_ACCOUNT_YET_', 'No account yet?');
define ('_LANG_USER_STATS_', 'At the moment, there are %g guest(s) and %u registered user(s) online.');
define ('_LANG_REPLY_', 'Reply');
define ('_LANG_REPLIES_', 'Replies');
define ('_LANG_REACT_', 'React');
define ('_LANG_REPLY_MODE_', 'Mode');
define ('_LANG_REPLY_FLAT_', 'Flat');
define ('_LANG_REPLY_TREE_', 'Nested');
define ('_LANG_REPLY_THREAD_', 'Threaded');
define ('_LANG_REPLY_ORDER_', 'Order');
define ('_LANG_REPLY_OLD_FIRST_', 'Oldest first');
define ('_LANG_REPLY_NEW_FIRST_', 'Newest first');
define ('_LANG_REPLY_OLD_FIRST_IT_', 'Oldesr first [ignore threads]');
define ('_LANG_REPLY_NEW_FIRST_IT_', 'Newest eerst [ignore threads]');
define ('_LANG_REPLY_DESCRIPTION_', 'Posted by %u on %t');
define ('_LANG_REPLY_TITLE_', 'Title');
define ('_LANG_REPLY_CONTENT_', 'Reply');
define ('_LANG_REPLY_ADD_SUCCESFULL_', 'Reply is succesfully posted.');
define ('_LANG_REPLY_EDIT_SUCCESFULL_', 'Reply is succesfully edited.');
define ('_LANG_REPLY_MARKUP_', 'markup');
define ('_LANG_REPLY_TAGS_', 'Allowed are the following UBB tags: [b]bold text[/b], [i]italic text[/i] and [quote]quoted text[/quote]. URLs are converted to links automaticaly if they start with "http://" or "ftp://".');
define ('_LANG_ERR_DATABASE_', 'Due to database problems this action could not be performed.');
define ('_LANG_ERR_INVALID_PARAMS_', 'Invalid parameters specified.');
define ('_LANG_ERR_INCOMPLETE_INPUT_', 'Not all required field are filled in.');
define ('_LANG_ERR_MODULE_NOT_EXISTS_', 'This module doe not exist.');
define ('_LANG_ERR_DBTYPE_NOT_EXISTS_', 'This database type is not supported by NedEngine.');
define ('_LANG_ERR_REPLY_NOT_EXISTS_', 'This reply does not exists.');
define ('_LANG_ERR_REPLY_EDIT_RIGHTS_', 'You\'re not allowed to edit this reply.');
define ('_LANG_ERR_ITEM_NOT_EXISTS_', 'This item does not exist.');
define ('_LANG_ERR_LOGGED_IN_', 'You\'re already logged in.');
define ('_LANG_ERR_NOT_LOGGED_IN_', 'You\'re not logged in.');
define ('_LANG_ERR_USER_NOT_EXISTS_', 'This user does not exist.');
define ('_LANG_ERR_PASSWORDS_DIFF_', 'The passwords are not identical.');
define ('_LANG_ERR_PASSWORD_LENGTH_', 'The password is to long or to short. The minimum length is %b characters, the maximum %s characters.');
define ('_LANG_ERR_EMAIL_INVALID_', 'The email address is invalid.');
define ('_LANG_ERR_EMAIL_EXISTS_', 'The email address already exists.');
define ('_LANG_ERR_USERNAME_INVALID_', 'The username is invalid.');
define ('_LANG_ERR_USERNAME_EXISTS_', 'The username already exists.');
define ('_LANG_ERR_NO_USERS_EXIST_', 'There are no users in the database at the moment.');
define ('_LANG_ERR_USER_DISABLED_', 'Login failed. Your account has been disabled, please contact system administrator.');
?>