1
0
Fork 0
MySQLDumper/language/en/lang_install.php

100 Zeilen
4.9 KiB
PHP

<?php
//generated at 28.02.2005
$lang['installfinished']="<br>Installation completed --> <a href=\"index.php\">start MySQLDumper</a><br>";
$lang['install_forcescript']="Start MySQLDumper without installation";
$lang['install_tomenu']="Back to main menu";
$lang['installmenu']="Main menu";
$lang['step']="Step";
$lang['install']="Installation";
$lang['uninstall']="Uninstall";
$lang['tools']="Tools";
$lang['editconf']="edit Configuration";
$lang['osweiter']="continue without saving";
$lang['errorman']="Error while saving the Configuration!</strong><br>Please edit the File ";
$lang['manuell']="manually";
$lang['createdirs']="create Directories";
$lang['check0']=" ...ok Rights: ";
$lang['check1']="checking work-directory ... ";
$lang['check2']="checking backup-directory ... ";
$lang['check3']="checking structure-directory ... ";
$lang['check4']="checking log-directory ... ";
$lang['check5']="checking configuration-directory ... ";
$lang['check6']="I have created the directories manually, ";
$lang['check7']="Directories were created. Saving configuration ...";
$lang['bitteweiter']="please continue";
$lang['install_continue']="continue with installation";
$lang['connecttomysql']=" connect to MySQL ";
$lang['dbparameter']="Database-Parameter";
$lang['confignotwritable']="The file \"config.php\" is not writable. Please CHMOD fie to 777!";
$lang['dbconnection']="Database-Connection";
$lang['connectionerror']="Error: unable to connect.";
$lang['connection_ok']="Database-Connection was established.";
$lang['saveandcontinue']="Save and continue installation";
$lang['confbasic']="Basic Parameter";
$lang['install_step2finished']="Database-Parameter were saved.<br><br>You may continue installation with Default-Settings or edit configuration.";
$lang['install_step2_1']="continue installation with the Default-Settings";
$lang['laststep']="Installation Finish";
$lang['ftpmode']="Create necessary directories in safe-mode";
$lang['safemodedesc']="Because PHP is running in \"safe-mode\", it is not allowed to create directorys on this server.<br>The only way to create directories is using FTP or doing it by yourself. Either you create the dirs manually and set the write permissions to CHMOD 0777 (!!!) or let the script do it via FTP. In order to do so you must enter the correct connection parameters to your FTP-Server:";
$lang['idomanual']="I create the dirs myself";
$lang['dofrom']="starting from";
$lang['ftpmode2']="create the dirs with FTP";
$lang['connect']="connect";
$lang['dirs_created']="The dirs were created.";
$lang['connect_to']="connect to";
$lang['changedir']="change to dir";
$lang['changedirerror']="change to dir was not possible";
$lang['ftp_ok']="FTP-Parameter are ok";
$lang['createdirs2']="create dirs";
$lang['ftp_notconnected']="Ftp-Connection not established!";
$lang['connwith']="Connection with";
$lang['asuser']="as user";
$lang['notpossible']="not possible";
$lang['dircr1']="create workdir";
$lang['dircr2']="create backupdir";
$lang['dircr3']="create structurdir";
$lang['dircr4']="create logdir";
$lang['dircr5']="create configurationdir";
$lang['indir']="now in dir";
$lang['test']="test";
$lang['check']="check my dirs";
$lang['disabledfunctions']="Disabled Functions";
$lang['noftppossible']="You don't have ftp-functions !";
$lang['nogzpossible']="You don't have compression-functions !";
$lang['ui1']="All working directories which can contain backups will be deleted.";
$lang['ui2']="Are you sure you want that?";
$lang['ui3']="no, cancel immediately";
$lang['ui4']="yes, please continue";
$lang['ui5']="delete working directories";
$lang['ui6']="all was deleted successfully.";
$lang['ui7']="Please delete the script directory";
$lang['ui8']="one level up";
$lang['ui9']="An error occured, deleting was not possible</p>Error with directory ";
$lang['import']="Import Configuration";
$lang['import1']="Import settings from \"config.gz\"";
$lang['import2']="Upload and import settings";
$lang['import3']="Configuration was loaded ...";
$lang['import4']="Configuration was saved.";
$lang['import5']="start MySQLDumper";
$lang['import6']="Installation-Menu";
$lang['import7']="Upload configuration";
$lang['import8']="back to upload";
$lang['import9']="This is not a configuration backup !";
$lang['import10']="Configuration was uploaded successfully ...";
$lang['import11']="<strong>Error: </strong>There were problems writing sql_statements";
$lang['import12']="<strong>Error: </strong>There were problems writing config.php";
$lang['expert']="extended";
$lang['dbonlyneed']="... no Database found : <br>click on \"extended\" and enter name of your Database (only connect to database ...)!";
$lang['install_help_port']="(empty = Default Port)";
$lang['install_help_socket']="(empty = Default Socket)";
$lang['tryagain']="try again";
$lang['socket']="Socket";
$lang['db_only']="Limit to database";
$lang['port']="Port";
$lang['found_no_db']="ERROR: the following DB was not found:";
$lang['found_db']="found db";
$lang['cron_completelog']="";
?>