Leitgedanken/msd/language/en/lang_main.php
2023-02-11 15:24:36 +01:00

90 lines
5.1 KiB
PHP

<?php
$lang['L_NOFTPPOSSIBLE'] = "You don't have FTP functions !";
$lang['L_INFO_LOCATION'] = 'Your location is ';
$lang['L_INFO_DATABASES'] = 'The following database(s) are on your server:';
$lang['L_INFO_NODB'] = 'database does not exist.';
$lang['L_INFO_DBDETAIL'] = 'Detailed info of database ';
$lang['L_INFO_DBEMPTY'] = 'The database is empty !';
$lang['L_INFO_RECORDS'] = 'Records';
$lang['L_INFO_SIZE'] = 'Size';
$lang['L_INFO_LASTUPDATE'] = 'Last update';
$lang['L_INFO_SUM'] = 'total';
$lang['L_INFO_OPTIMIZED'] = 'optimized';
$lang['L_OPTIMIZE_DATABASES'] = 'Optimize Tables';
$lang['L_CHECK_TABLES'] = 'Check Tables';
$lang['L_CLEAR_DATABASE'] = 'Clear database';
$lang['L_DELETE_DATABASE'] = 'Delete database';
$lang['L_INFO_CLEARED'] = 'was cleared';
$lang['L_INFO_DELETED'] = 'was deleted';
$lang['L_INFO_EMPTYDB1'] = 'Should the Database';
$lang['L_INFO_EMPTYDB2'] = ' be truncated? (Attention: All Data will be lost forever!)';
$lang['L_INFO_KILLDB'] = ' be deleted? (Attention: All Data will be lost forever!)';
$lang['L_PROCESSKILL1'] = 'The script tries to kill process ';
$lang['L_PROCESSKILL2'] = '.';
$lang['L_PROCESSKILL3'] = 'The script tries since ';
$lang['L_PROCESSKILL4'] = ' sec. to kill the process ';
$lang['L_HTACC_CREATE'] = 'Create directory protection';
$lang['L_ENCRYPTION_TYPE'] = 'Kind of encrypting';
$lang['L_HTACC_BCRYPT'] = 'bcrypt - (Apache 2.4+, all systems)';
$lang['L_HTACC_MD5'] = 'MD5(APR) - (all systems)';
$lang['L_HTACC_SHA1'] = 'SHA1 - (all systems)';
$lang['L_HTACC_CRYPT'] = 'CRYPT - 8 characters maximum (Linux)';
$lang['L_HTACC_NO_ENCRYPTION'] = 'PLAIN TEXT - unencrypted (Windows)';
$lang['L_HTACCESS8'] = 'It already exists an directory protection. If you create a new one, the older one will be overwritten !';
$lang['L_HTACC_NO_USERNAME'] = 'You have to enter a name!';
$lang['L_PASSWORDS_UNEQUAL'] = 'The Passwords are not identical or empty !';
$lang['L_HTACC_CONFIRM_CREATE'] = 'Should the directory protection be written now?';
$lang['L_HTACC_CONFIRM_DELETE'] = 'Are you sure you want to remove directory protection?';
$lang['L_HTACC_CREATED'] = 'The directory protection was created.';
$lang['L_HTACC_CONTENT'] = 'Contents of file';
$lang['L_HTACC_CREATE_ERROR'] = 'There was an error while creating the directory protection !<br>Please create the 2 files manually with the following content';
$lang['L_HTACC_CHECK_ERROR'] = 'It could not be checked whether the program is protected!<br>The simulated external access could not be carried out.';
$lang['L_HTACC_NOT_NEEDED'] = 'The program is protected by higher-level authorizations; local directory protection is not required.';
$lang['L_HTACC_COMPLETE'] = 'The program is protected, the directory protection is complete.';
$lang['L_HTACC_INCOMPLETE'] = 'The program is not protected, the directory protection is incomplete!';
$lang['L_HTACC_PROPOSED'] = 'The program is not protected, directory protection is strongly recommended!';
$lang['L_HTACC_EDIT'] = 'Edit .htaccess';
$lang['L_HTACCESS18'] = 'Create .htaccess in ';
$lang['L_HTACCESS19'] = 'Reload ';
$lang['L_HTACCESS20'] = 'Execute script';
$lang['L_HTACCESS21'] = 'Add handler';
$lang['L_HTACCESS22'] = 'Make executable';
$lang['L_HTACCESS23'] = 'Directory Listing';
$lang['L_HTACCESS24'] = 'Error Document';
$lang['L_HTACCESS25'] = 'Activate rewrite';
$lang['L_HTACCESS26'] = 'Deny / Allow';
$lang['L_HTACCESS27'] = 'Redirect';
$lang['L_HTACCESS28'] = 'Error Log';
$lang['L_HTACCESS29'] = 'More examples and documentation';
$lang['L_HTACCESS30'] = 'Provider';
$lang['L_HTACCESS31'] = 'General';
$lang['L_HTACCESS32'] = "Attention! The .htaccess directly affects the browser's behavior.<br>With incorrect content, these pages may no longer be accessible.";
$lang['L_DISABLEDFUNCTIONS'] = 'Disabled Functions';
$lang['L_NOGZPOSSIBLE'] = 'Because Zlib is not installed, you cannot use GZip-Functions!';
$lang['L_DELETE_HTACCESS'] = 'Remove directory protection (delete .htaccess)';
$lang['L_WRONG_RIGHTS'] = "The file or the directory '%s' is not writable for me.<br>
The rights (chmod) are not set properly or it has the wrong owner.<br>
Pleae set the correct attributes using your FTP program.<br>
The file or the directory needs to be set to %s.<br>";
$lang['L_CANT_CREATE_DIR'] = "Couldn' t create dir '%s'.
Please create it using your FTP program.";
$lang['L_TABLE_TYPE'] = 'Type';
$lang['L_CHECK'] = 'check';
$lang['L_OS'] = 'Operating system';
$lang['L_MOD_VERSION'] = 'MyOOS [Dumper] - Version';
$lang['L_NEW_MOD_VERSION'] = 'New Version';
$lang['L_NEW_MOD_VERSION_INFO'] = 'There is a new version of MyOOS [Dumper] available.';
$lang['L_UPDATED_IMPORTANT'] = 'Important: Before updating, please backup your files.';
$lang['L_UPDATE'] = 'Update now';
$lang['L_MYSQL_VERSION'] = 'MySQL-Version';
$lang['L_PHP_VERSION'] = 'PHP-Version';
$lang['L_MAX_EXECUTION_TIME'] = 'Max execution time';
$lang['L_PHP_EXTENSIONS'] = 'PHP-Extensions';
$lang['L_MEMORY'] = 'Memory';
$lang['L_FILE_MISSING'] = "couldn't find file";
$lang['L_INSTALLING_UPDATES'] = 'Installing Updates';
$lang['L_UPDATE_SUCCESSFUL'] = 'Update successful';
$lang['L_UPDATE_FAILED'] = 'Update failed';
$lang['L_UP_TO_DATE'] = 'Current Version is up to date';