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

90 Zeilen
4.2 KiB
PHP

<?php
$lang['installfinished']="<br>Installation completed --> <a href=\"index.php\">start MySQLDumper</a><br>";
$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']="<strong>Error while saving the Configuration!</strong><br>Please edit the File ";
$lang['manuell']="manually";
$lang['createdirs']="Create Directories";
$lang['install_continue']="Continue with installation";
$lang['connecttomysql']="Connect to MySQL ";
$lang['dbparameter']="Database Parameters";
$lang['confignotwritable']="I cannot write to file \"config.php\".
Please use your FTP-Programm and chmod this file to 0777.";
$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 parameters were saved successfully.";
$lang['install_step2_1']="Continue installation with the default settings";
$lang['laststep']="Installation Finish";
$lang['ftpmode']="Create necessary directories in safe-mode";
$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 directories are created and correctly permissioned.";
$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 directories";
$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['dircr4']="create logdir";
$lang['dircr5']="create configurationdir";
$lang['indir']="now in dir";
$lang['check']="Check my directories";
$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 ";
$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['install_help_port']="(empty = Default Port)";
$lang['install_help_socket']="(empty = Default Socket)";
$lang['tryagain']="Try again";
$lang['socket']="Socket";
$lang['port']="Port";
$lang['found_db']="found db";
$lang['fm_fileupload']="Upload file";
$lang['pass']="Password";
$lang['no_db_found_info']="The connection to the database was successfully established.<br>
Your userdata is valid and was accepted by the MySQL-Server.<br>
But MySQLDumper was not able to find any database.<br>
The automatic detection via script is blocked on some server.<br>
You must enter your databasename manually after the installation is finished.
Click on \"configuration\" \"Connection Parameter - display\" and enter the databasename there.";
$lang['safemodedesc']="Because PHP is running in safe_mode you need to create the following directories manually using your FTP-Programm:";
?>