mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
117 lines
6.4 KiB
PHP
Executable File
117 lines
6.4 KiB
PHP
Executable File
<?php
|
|
//
|
|
// kleeja language, admin
|
|
// English
|
|
//
|
|
|
|
|
|
return array(
|
|
'DIR' => 'ltr',
|
|
'INST_INSTALL_WIZARD' => 'Kleeja installing wizard',
|
|
'INST_INSTALL_CLEAN_VER'=> 'New Installation',
|
|
'INST_UPDATE_P_VER' => 'Update ',
|
|
'INST_AGR_LICENSE' => 'I agree to terms and agreements',
|
|
'INST_NEXT' => 'Next',
|
|
'INST_PREVIOUS' => 'back',
|
|
'INST_SITE_INFO' => 'Site Info',
|
|
'INST_ADMIN_INFO' => 'Admin Info',
|
|
'INST_CHANG_CONFIG' => 'Missing requirements ... make sure you have edited the config.php file.',
|
|
'INST_CONNCET_ERR' => 'Cannot connect ..',
|
|
'INST_NO_WRTABLE' => 'The directory is not writable',
|
|
'INST_GOOD_GO' => 'Everything seems to be OK .... continue',
|
|
'INST_MSGINS' => 'Welcome to our uploading service, here you can upload anything as long as it does not violate our terms.',
|
|
'INST_CRT_CALL' => 'Comments table created.',
|
|
'INST_CRT_ONL' => 'Online users table created.',
|
|
'INST_CRT_REPRS' => 'Reports table created.',
|
|
'INST_CRT_STS' => 'Statistics table created.',
|
|
'INST_CRT_USRS' => 'Users table created.',
|
|
'INST_CRT_ADM' => 'Admin details created.',
|
|
'INST_CRT_FLS' => 'Files table created.',
|
|
'INST_CRT_CNF' => 'Settings table created.',
|
|
'INST_CRT_EXT' => 'Extensions table created.',
|
|
'INST_CRT_HKS' => 'Hacks table created',
|
|
'INST_CRT_LNG' => 'Language table created',
|
|
|
|
'INST_CRT_PLG' => 'Plugins table created',
|
|
'INST_SQL_ERR' => 'Error Executing SQL .. ',
|
|
'INST_FINISH_SQL' => 'Kleeja was installed successfully',
|
|
'INST_NOTES' => 'Installation Notes ..!',
|
|
'INST_END' => 'The installation wizard is finished ,, Please remove the INSTALL directory..!',
|
|
'INST_NOTE_D' => 'Any observations or problems , please contact with the developers kleeja..!!',
|
|
'INST_FINISH_ERRSQL' => 'Oops! there seems to be a problem, try again.',
|
|
'INST_KLEEJADEVELOPERS' => 'Thank you for using Kleeja, and we wish you a good luck.',
|
|
'SITENAME' => 'Website title',
|
|
'SITEURL' => 'Website URL',
|
|
'SITEMAIL' => 'Website Email',
|
|
'USERNAME' => 'Username',
|
|
'PASSWORD' => 'Password',
|
|
'PASSWORD2' => 'Password Again',
|
|
'EMAIL' => 'Email',
|
|
'INDEX' => 'Home',
|
|
'ADMINCP' => 'Control Panel',
|
|
'EMPTY_FIELDS' => 'Some important fields were left blank!',
|
|
'WRONG_EMAIL' => 'Incorrect Email Address!',
|
|
|
|
|
|
'DB_INFO_NW' => 'Enter the database information correctly .. Then press Next and the wizard will export the config.php file and put it in a directory the main script !',
|
|
'DB_INFO' => 'Enter the database information ..!',
|
|
'DB_SERVER' => 'Host',
|
|
'DB_TYPE' => 'Database type',
|
|
'DB_TYPE_MYSQL' => 'MySQL Standard',
|
|
'DB_TYPE_MYSQLI' => 'MySQL Improved',
|
|
'DB_USER' => 'Database Username',
|
|
'DB_PASSWORD' => 'Database Password',
|
|
'DB_NAME' => 'Database Name',
|
|
'DB_PREFIX' => 'Tables prefix',
|
|
'VALIDATING_FORM_WRONG' => 'A required field was left blank!',
|
|
'CONFIG_EXISTS' => 'Config.php was found, Continue...',
|
|
'INST_SUBMIT_CONFIGOK' => 'Upload the file in the main directory',
|
|
'INST_EXPORT' => 'Export File',
|
|
'INST_OTHER_INFO' => 'Other info',
|
|
'URLS_TYPES' => 'Style of File urls',
|
|
'DEFAULT' => 'Default - recommended',
|
|
'FILENAME_URL' => 'Filename',
|
|
'DIRECT_URL' => 'Direct links - no stats',
|
|
'LIKE_THIS' => 'Example',
|
|
|
|
//
|
|
'FUNCTIONS_CHECK' => 'Functions Check',
|
|
'RE_CHECK' => 'ReCheck',
|
|
'FUNCTION_IS_NOT_EXISTS' => 'The function %s is disabled.',
|
|
'FUNCTION_IS_EXISTS' => 'The function %s is enabled.',
|
|
'FUNCTION_DISC_UNLINK' => 'The function Unlink is used to remove and update cache files.',
|
|
'FUNCTION_DISC_GD' => 'The function imagecreatetruecolor is function of GD library that is used to create thumbnails & control photos.',
|
|
'FUNCTION_DISC_FOPEN' => 'The function fopen is used to control styles & files in kleeja.',
|
|
'FUNCTION_DISC_MUF' => 'The function move_uploaded_file is used to upload files and it\'s the most important function in the script.',
|
|
//
|
|
'ADVICES_CHECK' => 'Advanced check (Optional)',
|
|
'ADVICES_REGISTER_GLOBALS' => '<span style="color:red;padding:0 6px;">register_globals function is enabled ..!</span><br /> its recommended that you disable it.',
|
|
'ADVICES_MAGIC_QUOTES' => '<span style="color:red;padding:0 6px;">magic_quotes function is enabled ..!</span><br /> it is recommended that you disable it.',
|
|
|
|
//UPDATE
|
|
'INST_CHOOSE_UPDATE_FILE' => 'Choose the appropriate update file',
|
|
'INST_ERR_NO_SELECTED_UPFILE_GOOD' => 'Inappropriate update file, or it is missing!',
|
|
'INST_UPDATE_CUR_VER_IS_UP' => 'Your current version is newer than this update.',
|
|
|
|
'INST_NOTES_UPDATE' => 'Update Notes',
|
|
|
|
|
|
'INST_UPDATE_IS_FINISH' => 'Installation completed! you can now delete the INSTALL directory...',
|
|
|
|
'INST_PHP_LESSMIN' => 'You need PHP %1$s or above to install Kleeja, your current version is %2$s',
|
|
'INST_MYSQL_LESSMIN' => 'You need MySQL %1$s or above to install Kleeja, your current version is %2$s',
|
|
'IS_IT_OFFICIAL' => 'Did you get your copy from Kleeja.com (Kleeja official site) ?',
|
|
'IS_IT_OFFICIAL_DESC' => 'We receive a lot of complaints and questions about the cause of some bugs and issues which occur in kleeja and probably we can\'t figure out what the problem is . After we have checked we have found that there are some unofficially copies released from untrusted publishers .<span class="sure"> So are you sure of this copy is downloaded from kleeja official site ?</span>',
|
|
'INST_WHAT_IS_KLEEJA_T' => 'What is Kleeja ?',
|
|
|
|
'INST_WHAT_IS_KLEEJA' => 'Keeja is a free, features rich, files and images upload system. Kleeja is developed to help webmasters to provide a decent files hosting service on their sites . Kleeja comes with a simple source code and powerful User system , also with easy template system so you can easily customize your styles ',
|
|
|
|
'INST_SPECIAL_KLEEJA' => 'Some Kleeja features .. !',
|
|
'INST_WHAT_IS_KLEEJA_ONE' => 'Kleeja has a simple and powerful user system which can be easily integrated with many boards . Kleeja provide simple admin control panel that enables you to control over everything in your site . Also you can customize Kleeja\'s style and install a lot of add-ons .... <a target="_blank" href="http://www.kleeja.com/features/">more details in Kleeja site </a>',
|
|
'YES' => 'Yes',
|
|
'NO' => 'No',
|
|
|
|
'KLEEJA_TEAM_MSG_NAME' => 'Kleeja Development Team',
|
|
'KLEEJA_TEAM_MSG_TEXT' => "Thank you for choosing Kleeja to empower your website,\n We really hope you enjoy the unique experience that Kleeja offers to you.\nDon't forget to visit http://kleeja.com for future updates.",
|
|
|
|
); |