Initial commit
This commit is contained in:
130
msd/language/en/help.php
Normal file
130
msd/language/en/help.php
Normal file
@ -0,0 +1,130 @@
|
||||
<div id="content">
|
||||
<h3>MyOOS [Dumper] based on MySQLDumper 1.24.4</h3>
|
||||
|
||||
<h3>About this project</h3>
|
||||
The idea for this project comes from Daniel Schlichtholz.<p>In 2004 he created a forum called <a href="http://forum.mysqldumper.de" target="_blank">MySQLDumper</a> and soon, programmers who wrote new scripts, supplemented Daniel's scripts.<br>After a short time the small backup-script developed into a stately project.<p>If you have any improvement suggestions you can visit the MySQLDumper-Forum: <a href="http://forum.mysqldumper.de" target="_blank">http://www.mysqldumper.de</a>.<p>We wish you a lot of fun with this project.<br><br><h4>The MySQLDumper-Team</h4>
|
||||
<table><tr><td><img src="images/logo.gif" alt="MySQLDumper" border="0"></td><td valign="top">
|
||||
Daniel Schlichtholz<br>
|
||||
</td></tr></table>
|
||||
|
||||
<h3>MySQLDumper Help</h3>
|
||||
|
||||
<h4>Download</h4>
|
||||
This Script is available on the Homepage of MySQLDumper.<br>
|
||||
It is recommanded to visit the Homepage frequently to get the latest information, updates and help.<br>
|
||||
The address is <a href="http://forum.mysqldumper.de" target="_blank">
|
||||
http://forum.mysqldumper.de
|
||||
</a>
|
||||
|
||||
<h4>System Mandatories</h4>
|
||||
The Script works with nearly any server (Windows, Linux, ...) <br>
|
||||
and PHP >= Version 4.3.4 with GZip-Library, MySQL (>= 3.23), JavaScript (must be enabled).
|
||||
|
||||
<a href="install.php?language=de" target="_top"><h4>Installation</h4></a>
|
||||
The installation is very easy.
|
||||
Unpack the archive in any folder,
|
||||
which is accessible from the Webserver<br>
|
||||
(e.g. in the root directory [Server rootdir/]MySQLDumper)<br>
|
||||
change config.php to chmod 777<br>
|
||||
... all done!<br>
|
||||
you can start MySQLDumper in your Browser by typing "http://webserver/MySQLDumper"
|
||||
to complete the setup, just follow the instructions.
|
||||
|
||||
<br><b>Note:</b><br><i>If your webserver runs with the option safemode=ON MySqlDump mustn't create directories.<br>
|
||||
You will have to do that yourself.<br>
|
||||
MySqlDump breaks in that case and tells you what to do.<br>
|
||||
After you created the directories MySqlDump will function normally.</i><br>
|
||||
|
||||
<a name="perl"></a><h4>Guidance for the Perl script</h4>
|
||||
|
||||
Most have a cgi-bin directory, in which Perl can be executed. <br>
|
||||
This is usually by Browser over http://www.domain.de/cgi-bin/ available. <br><br>
|
||||
|
||||
Make the following steps for this case please. <br><br>
|
||||
|
||||
1. Call in MySQLDumper the page Backup and click "Backup Perl" <br>
|
||||
2. Copy the path, that stands behind entry in crondump.pl for $absolute_path_of_configdir: <br>
|
||||
3. open the file "crondump.pl" in the editor <br>
|
||||
4. paste the copied path there with absolute_path_of_configdir (no blanks) <br>
|
||||
5. Save crondump.pl <br>
|
||||
6. copy crondump.pl, as well as perltest.pl and simpletest.pl to the cgi-bin directory (ASCII mode in the ftp-client!) <br>
|
||||
7. chmod 755 to the scripts. <br>
|
||||
7b. If the ending cgi is desired, change the ending of all 3 files pl - > cgi (rename) <br>
|
||||
8. Call in the MySQLDumper the page Configuration<br>
|
||||
9. click on Cronscript <br>
|
||||
10. changes Perl execution path to /cgi-bin/<br>
|
||||
10b. if the Scripts are renamed to *.cgi , change Fileextension to cgi <br>
|
||||
11 save the Configuration <br><br>
|
||||
|
||||
Ready ! The scripts are available from the Page "Backup" <br><br>
|
||||
|
||||
When you can execute Perl anywhere, only following step are needed: <br><br>
|
||||
|
||||
1. Call in MySQLDumper the page Backup. <br>
|
||||
2. Copy the path, that stands behind entry in crondump.pl for $absolute_path_of_configdir: <br>
|
||||
3. open the file "crondump.pl" in the editor <br>
|
||||
4. paste the copied path there with absolute_path_of_configdir (no blanks) <br>
|
||||
5. Save crondump.pl <br>
|
||||
|
||||
6. chmod 755 to the scripts. <br>
|
||||
6b. If the ending cgi is desired, change the ending of all 3 files pl - > cgi (rename) <br>
|
||||
(ev. 10b+11 from above) <br><br>
|
||||
|
||||
|
||||
Windowsuser must change the first line of all Perlscripts, to the path of Perl. <br><br>
|
||||
|
||||
Example: <br>
|
||||
|
||||
instead of: #!/usr/bin/perl w <br>
|
||||
now #!C:\perl\bin\perl.exe w<br>
|
||||
|
||||
<h4>Operating</h4><ul>
|
||||
|
||||
<h6>Menu</h6>
|
||||
In the select box above you choose your database.<br>
|
||||
All actions refer to this database.
|
||||
|
||||
<h6>Home</h6>
|
||||
Here you get information about your system, the version numbers and details about the configured databases.<br>
|
||||
If you click on a database in the table, you get a list of tables with record counts, size and last update stamp.
|
||||
|
||||
<h6>Configuration</h6>
|
||||
Here you can edit your configuration, save it or load the default settings.
|
||||
<ul>
|
||||
<li><a name="conf1"><strong>Configured Databases:</strong> list of configured databases. The active database is in bold.</li>
|
||||
<li><a name="conf2"><strong>Table-Prefix:</strong> you can choose a prefix for each database seperated. The prefix is a filter, which only handle the tables in a dump, that start with this prefix (e.g. all tables starting with "phpBB_"). If you don't want to use it, leave this field empty.</li>
|
||||
<li><a name="conf3"><strong>GZip-Compression:</strong> Here you can activate the compression. It is recommended to work with compression because of the smaller size of files, netherless disk space is ever rarely.</li>
|
||||
<li><a name="conf19"></a><strong>Records count for backup:</strong> These are the number of records which are being read simultaneously while the backup, before the script makes the callback. For slow server you can reduce this parameter to prevent timeouts.</li>
|
||||
<li><a name="conf20"></a><strong>Records count for restore:</strong> These are the number of records which are being read simultaneously while the backup, before the script makes the callback. For slow server you can reduce this parameter to prevent timeouts.</li>
|
||||
<li><a name="conf4"></a><strong>Directory for Backup files:</strong> choose your directory for the backup files. If you choose a new one, the script will create it for you. You can use relative or absolute paths.</li>
|
||||
<li><a name="conf5"></a><strong>Send dumpfile as email:</strong> When this option is enabled, the script will automatically send the finished backup file as an email with an attachment (be careful!, you should use compression with this option because the dumpfile may be too large for email!)</li>
|
||||
<li><a name="conf6"></a><strong>Email address:</strong> Recipient's email address</li>
|
||||
<li><a name="conf7"></a><strong>Email subject:</strong> The subject of the email</li>
|
||||
<li><a name="conf13"></a><strong>FTP-Transfer: </strong>When this option is enabled, the script will automatically send the finished backup file via FTP.</li>
|
||||
<li><a name="conf14"><strong>FTP Server: </strong>the Address of the FTP-Servers (e.g. ftp.mybackups.de)</li>
|
||||
<li><a name="conf15"></a><strong>FTP Server Port: </strong>the Port for the FTP-Server (normally 21)</li>
|
||||
<li><a name="conf16"></a><strong>FTP User: </strong>the username for the FTP-Account</li>
|
||||
<li><a name="conf17"></a><strong>FTP Passwort: </strong>the password for the FTP-Account</li>
|
||||
<li><a name="conf18"></a><strong>FTP Upload-Ordner: </strong>the folder for saving the backup file (there must be Upload-Rights!)</li>
|
||||
|
||||
<li><a name="conf8"></a><strong>automatic deletion of backups:</strong> When you activate this options, backup files will be deleted automatically by the following rules.</li>
|
||||
<li><a name="conf10"></a><strong>Delete by number of files:</strong> A Value > 0 deletes all files except the given value</li>
|
||||
<li><a name="conf11"></a><strong>Langauge:</strong> choose your language for the interface.</li>
|
||||
</ul>
|
||||
|
||||
<h6>Management</h6>
|
||||
All the actions are listed here.<br>
|
||||
You see all files in the backup directory.
|
||||
For the actions "Restore" and "Delete" you have to select a file first.
|
||||
<UL>
|
||||
<li><strong>Restore:</strong> you restore the database with the records of the selected backupfile.</li>
|
||||
<li><strong>Delete:</strong> you can delete the selected backup file.</li>
|
||||
<li><strong>Start new Dump:</strong> here you start a new backup (dump) with your configured parameters.</li>
|
||||
</UL>
|
||||
|
||||
<h6>Log</h6>
|
||||
You can read the Log entries and delete them.
|
||||
|
||||
<h6>Credits / Help</h6>
|
||||
This page.
|
||||
</ul>
|
112
msd/language/en/lang.php
Normal file
112
msd/language/en/lang.php
Normal file
@ -0,0 +1,112 @@
|
||||
<?php
|
||||
$lang['L_YES']="yes";
|
||||
$lang['L_TO']="to";
|
||||
$lang['L_ACTIVATED']="activated";
|
||||
$lang['L_NOT_ACTIVATED']="not activated";
|
||||
$lang['L_ERROR']="Error";
|
||||
$lang['L_OF']=" of ";
|
||||
$lang['L_ADDED']="added";
|
||||
$lang['L_DB']="Database";
|
||||
$lang['L_DBS']="Databases";
|
||||
$lang['L_TABLES']="Tables";
|
||||
$lang['L_TABLE']="Table";
|
||||
$lang['L_RECORDS']="Records";
|
||||
$lang['L_COMPRESSED']="compressed (gz)";
|
||||
$lang['L_NOTCOMPRESSED']="normal (uncompressed)";
|
||||
$lang['L_GENERAL']="general";
|
||||
$lang['L_COMMENT']="Comment";
|
||||
$lang['L_FILESIZE']="File size";
|
||||
$lang['L_ALL']="all";
|
||||
$lang['L_NONE']="none";
|
||||
$lang['L_WITH']=" with ";
|
||||
$lang['L_DIR']="Directory";
|
||||
$lang['L_RECHTE']="Permissions";
|
||||
$lang['L_STATUS']="State";
|
||||
$lang['L_FINISHED']="finished";
|
||||
$lang['L_FILE']="File";
|
||||
$lang['L_FIELDS']="Fields";
|
||||
$lang['L_NEW']="new";
|
||||
$lang['L_CHARSET']="Charset";
|
||||
$lang['L_COLLATION']="Collation";
|
||||
$lang['L_CHANGE']="change";
|
||||
$lang['L_IN']="in";
|
||||
$lang['L_DO']="Execute";
|
||||
$lang['L_VIEW']="view";
|
||||
$lang['L_EXISTING']="existing";
|
||||
$lang['L_BACK']="back";
|
||||
$lang['L_DB_HOST']="Hostname";
|
||||
$lang['L_DB_USER']="User";
|
||||
$lang['L_DB_PASS']="Password";
|
||||
$lang['L_INFO_SCRIPTDIR']="MySQLDumper directory";
|
||||
$lang['L_INFO_ACTDB']="Selected Database";
|
||||
$lang['L_WRONGCONNECTIONPARS']="Connection parameters wrong or missing!";
|
||||
$lang['L_CONN_NOT_POSSIBLE']="Connection not possible !";
|
||||
$lang['L_SERVERCAPTION']="Display Server";
|
||||
$lang['L_HELP_SERVERCAPTION']="When using MySQLDumper on different domains or servers, it can be helpful to display the domain/server name at the top of the screen.";
|
||||
$lang['L_ACTIVATE_MULTIDUMP']="Activate MultiDump";
|
||||
$lang['L_SAVE']="Save";
|
||||
$lang['L_RESET']="Reset";
|
||||
$lang['L_PRAEFIX']="Table Prefix";
|
||||
$lang['L_AUTODELETE']="Delete backups automatically";
|
||||
$lang['L_MAX_BACKUP_FILES_EACH2']="For each database";
|
||||
$lang['L_SAVING_DB_FORM']="Database";
|
||||
$lang['L_TESTCONNECTION']="Test Connection";
|
||||
$lang['L_BACK_TO_MINISQL']="Edit Database";
|
||||
$lang['L_CREATE']="Create";
|
||||
$lang['L_VARIABELN']="Variables";
|
||||
$lang['L_STATUSINFORMATIONEN']="Status Information";
|
||||
$lang['L_VERSIONSINFORMATIONEN']="Version Information";
|
||||
$lang['L_MSD_INFO']="MyOOS [Dumper]Information";
|
||||
$lang['L_BACKUPFILESANZAHL']="In the Backup directory there are";
|
||||
$lang['L_LASTBACKUP']="Last Backup";
|
||||
$lang['L_NOTAVAIL']="<em>not available</em>";
|
||||
$lang['L_VOM']="from";
|
||||
$lang['L_MYSQLVARS']="MySQL Variables";
|
||||
$lang['L_MYSQLSYS']="MySQL Commands";
|
||||
$lang['L_STATUS']="State";
|
||||
$lang['L_PROZESSE']="Processes";
|
||||
$lang['L_INFO_NOVARS']="no variables available";
|
||||
$lang['L_INHALT']="Value";
|
||||
$lang['L_INFO_NOSTATUS']="no status available";
|
||||
$lang['L_INFO_NOPROCESSES']="no running processes";
|
||||
$lang['L_FM_FREESPACE']="Free Space on Server";
|
||||
$lang['L_LOAD_DATABASE']="Reload databases";
|
||||
$lang['L_HOME']="Home";
|
||||
$lang['L_CONFIG']="Configuration";
|
||||
$lang['L_DUMP']="Backup";
|
||||
$lang['L_RESTORE']="Restore";
|
||||
$lang['L_FILE_MANAGE']="File Administration";
|
||||
$lang['L_LOG']="Log";
|
||||
$lang['L_CHOOSE_DB']="Select Database";
|
||||
$lang['L_CREDITS']="Credits / Help";
|
||||
$lang['L_MULTI_PART']="Multipart Backup";
|
||||
$lang['L_LOGFILENOTWRITABLE']="Can't write logfile !";
|
||||
$lang['L_SQL_ERROR1']="Error in Query:";
|
||||
$lang['L_SQL_ERROR2']="MySQL says:";
|
||||
$lang['L_UNKNOWN']="unknown";
|
||||
$lang['L_UNKNOWN_NUMBER_OF_RECORDS']="unknown";
|
||||
$lang['L_OK']="OK";
|
||||
$lang['L_CRON_COMPLETELOG']="Log complete output";
|
||||
$lang['L_NO']="no";
|
||||
$lang['L_CREATE_DATABASE']="Create new database";
|
||||
$lang['L_EXPORTFINISHED']="Export finished.";
|
||||
$lang['L_SQL_BROWSER']="SQL-Browser";
|
||||
$lang['L_SERVER']="Server";
|
||||
$lang['L_MYSQL_CONNECTION_ENCODING']="Standard encoding of MySQL-Server";
|
||||
$lang['L_TITLE_SHOW_DATA']="Show data";
|
||||
$lang['L_PRIMARYKEY_CONFIRMDELETE']="Really delete primary key?";
|
||||
$lang['L_SETPRIMARYKEYSFOR']="Set new primary keys for table";
|
||||
$lang['L_PRIMARYKEY_FIELD']="Primary key field";
|
||||
$lang['L_PRIMARYKEYS_SAVE']="Save primary keys";
|
||||
$lang['L_CANCEL']="Cancel";
|
||||
$lang['L_VISIT_HOMEPAGE']="Visit Homepage";
|
||||
$lang['L_SECONDS']="Seconds";
|
||||
$lang['L_BACKUPS']="Backups";
|
||||
$lang['L_MINUTES']="Minutes";
|
||||
$lang['L_PAGE_REFRESHS']="Page refreshs";
|
||||
$lang['L_MINUTE']="Minute";
|
||||
$lang['L_SETKEYSFOR']="Set new indexes for table";
|
||||
$lang['L_KEY_CONFIRMDELETE']="Really delete index?";
|
||||
|
||||
|
||||
?>
|
110
msd/language/en/lang_config_overview.php
Normal file
110
msd/language/en/lang_config_overview.php
Normal file
@ -0,0 +1,110 @@
|
||||
<?php
|
||||
$lang['L_CONFIG_HEADLINE']="Configuration";
|
||||
$lang['L_SAVE_SUCCESS']="Configuration was saved succesfully into configuration file \"%s\".";
|
||||
$lang['L_CONFIG_LOADED']="Configuration \"%s\" has been imported successfully.";
|
||||
$lang['L_SAVE_ERROR']="Error - unable to save configuration!";
|
||||
$lang['L_CONFIG_EMAIL']="Email Notification";
|
||||
$lang['L_CONFIG_AUTODELETE']="Autodelete";
|
||||
$lang['L_CONFIG_INTERFACE']="Interface";
|
||||
$lang['L_MULTI_PART_GROESSE']="maximum File size";
|
||||
$lang['L_HELP_MULTIPART']="If Multipart is switched on, Backup creates multiple Backup files, with the maximum size determined by the configuration below";
|
||||
$lang['L_HELP_MULTIPARTGROESSE']="The maximum size of Backup files is set here, if Multipart is switched on";
|
||||
$lang['L_EMPTY_DB_BEFORE_RESTORE']="Delete tables before restoring";
|
||||
$lang['L_ALLPARS']="All Parameters";
|
||||
$lang['L_CRON_EXTENDER']="File extension";
|
||||
$lang['L_CRON_SAVEPATH']="Configuration file";
|
||||
$lang['L_CRON_PRINTOUT']="Print output on screen.";
|
||||
$lang['L_CONFIG_CRONPERL']="Crondump Settings for Perl script";
|
||||
$lang['L_CRON_MAILPRG']="Mail program";
|
||||
$lang['L_OPTIMIZE']="Optimize Tables before Backup";
|
||||
$lang['L_HELP_OPTIMIZE']="If this option is activated, all tables will be optimized before the backup";
|
||||
$lang['L_HELP_FTPTIMEOUT']="Default setting for Timeout is 90 seconds.";
|
||||
$lang['L_FTP_TIMEOUT']="Connection Timeout";
|
||||
$lang['L_HELP_FTPSSL']="Choose if the connection will be established via SSL.";
|
||||
$lang['L_CONFIG_ASKLOAD']="Do you want to override the actual settings with the default settings?";
|
||||
$lang['L_LOAD']="Load default settings";
|
||||
$lang['L_LOAD_SUCCESS']="The default settings were loaded.";
|
||||
$lang['L_CRON_CRONDBINDEX']="Database";
|
||||
$lang['L_WITHATTACH']=" with attach";
|
||||
$lang['L_WITHOUTATTACH']=" without attach";
|
||||
$lang['L_MULTIDUMPCONF']="=Multidump Configuration=";
|
||||
$lang['L_MULTIDUMPALL']="=all Databases=";
|
||||
$lang['L_GZIP']="GZip compression";
|
||||
$lang['L_SEND_MAIL_FORM']="Send email report";
|
||||
$lang['L_SEND_MAIL_DUMP']="Attach backup";
|
||||
$lang['L_EMAIL_ADRESS']="Receiver";
|
||||
$lang['L_EMAIL_SENDER']="Sender address of the email";
|
||||
$lang['L_EMAIL_MAXSIZE']="Maximum size of attachment";
|
||||
$lang['L_NUMBER_OF_FILES_FORM']="Delete by number of files per database";
|
||||
$lang['L_LANGUAGE']="Language";
|
||||
$lang['L_LIST_DB']="Configured Databases:";
|
||||
$lang['L_CONFIG_FTP']="FTP Transfer of Backup file";
|
||||
$lang['L_FTP_TRANSFER']="FTP Transfer";
|
||||
$lang['L_FTP_SERVER']="Server";
|
||||
$lang['L_FTP_PORT']="Port";
|
||||
$lang['L_FTP_USER']="User";
|
||||
$lang['L_FTP_PASS']="Password";
|
||||
$lang['L_FTP_DIR']="Upload directory";
|
||||
$lang['L_FTP_SSL']="Secure SSL FTP connection";
|
||||
$lang['L_FTP_USESSL']="use SSL Connection";
|
||||
$lang['L_SQLBOXHEIGHT']="Height of SQL-Box";
|
||||
$lang['L_SQLLIMIT']="Count of records each page";
|
||||
$lang['L_BBPARAMS']="Configuration for BB-Code";
|
||||
$lang['L_BBTEXTCOLOR']="Text color";
|
||||
$lang['L_HELP_COMMANDS']="You can execute a command before and after the backup.\nThis command can be a SQL-Construct or a System Command (e.g. a script)";
|
||||
$lang['L_COMMAND']="Command";
|
||||
$lang['L_WRONG_CONNECTIONPARS']="Connection parameters are wrong !";
|
||||
$lang['L_CONNECTIONPARS']="Connection Parameter";
|
||||
$lang['L_EXTENDEDPARS']="Extended Parameter";
|
||||
$lang['L_FADE_IN_OUT']="Display on/off";
|
||||
$lang['L_DB_BACKUPPARS']="Database Backup Parameter";
|
||||
$lang['L_GENERAL']="General";
|
||||
$lang['L_MAXSIZE']="max. Size";
|
||||
$lang['L_ERRORHANDLING_RESTORE']="Error Handling while restoring";
|
||||
$lang['L_EHRESTORE_CONTINUE']="continue and log errors";
|
||||
$lang['L_EHRESTORE_STOP']="stop";
|
||||
$lang['L_IN_MAINFRAME']="in main frame";
|
||||
$lang['L_IN_LEFTFRAME']="in left frame";
|
||||
$lang['L_WIDTH']="Width";
|
||||
$lang['L_SQL_BEFEHLE']="SQL Commands";
|
||||
$lang['L_DOWNLOAD_LANGUAGES']="download other languages";
|
||||
$lang['L_DOWNLOAD_STYLES']="download other themes";
|
||||
$lang['L_CONNECT_TO']="Connect to";
|
||||
$lang['L_CHANGEDIR']="Changing to Directory";
|
||||
$lang['L_CHANGEDIRERROR']="Couldn`t change directory!";
|
||||
$lang['L_FTP_OK']="Connection successful.";
|
||||
$lang['L_INSTALL']="Installation";
|
||||
$lang['L_NOFTPPOSSIBLE']="You don't have FTP functions !";
|
||||
$lang['L_FOUND_DB']="found db";
|
||||
$lang['L_FTP_CHOOSE_MODE']="FTP Transfer Mode";
|
||||
$lang['L_FTP_PASSIVE']="use passive mode";
|
||||
$lang['L_HELP_FTP_MODE']="Choose the passive mode when you discover problems while using the active mode.";
|
||||
$lang['L_DB_IN_LIST']="The database '%s' couldn't be added because it is allready existing. ";
|
||||
$lang['L_ADD_DB_MANUALLY']="Add database manually";
|
||||
$lang['L_DB_MANUAL_ERROR']="Sorry, couldn't connect to database '%s'!";
|
||||
$lang['L_DB_MANUAL_FILE_ERROR']="Fileerror: couldn't insert database '%s'!";
|
||||
$lang['L_NO_DB_FOUND']="I couldn't find any databases automatically!
|
||||
Please unhide the connection parameters, and enter the name of your database manually.";
|
||||
$lang['L_CONFIGFILES']="Configuration Files";
|
||||
$lang['L_CONFIGFILE']="Config File";
|
||||
$lang['L_MYSQL_DATA']="MySQL-Data";
|
||||
$lang['L_CONFIGURATIONS']="Configurations";
|
||||
$lang['L_ACTION']="Action";
|
||||
$lang['L_FTP_SEND_TO']="to <strong>%s</strong><br> into <strong>%s</strong>";
|
||||
$lang['L_FTP']="FTP";
|
||||
$lang['L_EMAIL_CC']="CC-Receiver";
|
||||
$lang['L_NAME']="Name";
|
||||
$lang['L_CONFIRM_CONFIGFILE_DELETE']="Really delete the configuration file %s?";
|
||||
$lang['L_ERROR_DELETING_CONFIGFILE']="Error: couldn't delete configuration file %s!";
|
||||
$lang['L_SUCCESS_DELETING_CONFIGFILE']="The configuration file %s has successfully been deleted.";
|
||||
$lang['L_SUCCESS_CONFIGFILE_CREATED']="Configuration file %s has successfully been created.";
|
||||
$lang['L_ERROR_CONFIGFILE_NAME']="Filename \"%s\" contains invalid characters.";
|
||||
$lang['L_CREATE_CONFIGFILE']="Create a new configuration file";
|
||||
$lang['L_ERROR_LOADING_CONFIGFILE']="Couldn't load configfile \"%s\".";
|
||||
$lang['L_BACKUP_DBS_PHP']="DBs to backup (PHP)";
|
||||
$lang['L_BACKUP_DBS_PERL']="DBs to backup (PERL)";
|
||||
$lang['L_CRON_COMMENT']="Enter Comment";
|
||||
$lang['L_AUTODETECT']="auto detect";
|
||||
|
||||
|
||||
?>
|
57
msd/language/en/lang_dump.php
Normal file
57
msd/language/en/lang_dump.php
Normal file
@ -0,0 +1,57 @@
|
||||
<?php
|
||||
$lang['L_DUMP_HEADLINE']="Create backup...";
|
||||
$lang['L_GZIP_COMPRESSION']="GZip Compression";
|
||||
$lang['L_SAVING_TABLE']="Saving table ";
|
||||
$lang['L_OF']="of";
|
||||
$lang['L_ACTUAL_TABLE']="Actual table";
|
||||
$lang['L_PROGRESS_TABLE']="Progress of table";
|
||||
$lang['L_PROGRESS_OVER_ALL']="Overall Progress";
|
||||
$lang['L_ENTRY']="Entry";
|
||||
$lang['L_DONE']="Done!";
|
||||
$lang['L_DUMP_SUCCESSFUL']=" was successfully created.";
|
||||
$lang['L_UPTO']="up to";
|
||||
$lang['L_EMAIL_WAS_SEND']="Email was successfully sent to ";
|
||||
$lang['L_BACK_TO_CONTROL']="Continue";
|
||||
$lang['L_BACK_TO_OVERVIEW']="Database Overview";
|
||||
$lang['L_DUMP_FILENAME']="Backup File: ";
|
||||
$lang['L_WITHPRAEFIX']="with prefix";
|
||||
$lang['L_DUMP_NOTABLES']="No tables found in database `<b>%s</b>` ";
|
||||
$lang['L_DUMP_ENDERGEBNIS']="The file contains <b>%s</b> tables with <b>%s</b> records.<br>";
|
||||
$lang['L_MAILERROR']="Sending of email failed!";
|
||||
$lang['L_EMAILBODY_ATTACH']="The Attachment contains the backup of your MySQL-Database.<br>Backup of Database `%s`
|
||||
<br><br>Following File was created:<br><br>%s <br><br>Kind regards<br><br>MySQLDumper<br>";
|
||||
$lang['L_EMAILBODY_MP_NOATTACH']="A Multipart Backup was created.<br>The Backup files are not attached to this email!<br>Backup of Database `%s`
|
||||
<br><br>Following Files were created:<br><br>%s
|
||||
<br><br>Kind regards<br><br>MySQLDumper<br>";
|
||||
$lang['L_EMAILBODY_MP_ATTACH']="A Multipart Backup was created.<br>The Backup files are attached to separate emails.<br>Backup of Database `%s`
|
||||
<br><br>Following Files were created:<br><br>%s <br><br>Kind regards<br><br>MySQLDumper<br>";
|
||||
$lang['L_EMAILBODY_FOOTER']="`<br><br>Kind regards<br><br>MySQLDumper<br>";
|
||||
$lang['L_EMAILBODY_TOOBIG']="The Backup file exceeded the maximum size of %s and was not attached to this email.<br>Backup of Database `%s`
|
||||
<br><br>Following File was created:<br><br>%s
|
||||
<br><br>Kind regards<br><br>MySQLDumper<br>";
|
||||
$lang['L_EMAILBODY_NOATTACH']="Files are not attached to this email!<br>Backup of Database `%s`
|
||||
<br><br>Following File was created:<br><br>%s
|
||||
<br><br>Kind regards<br><br>MySQLDumper<br>";
|
||||
$lang['L_EMAIL_ONLY_ATTACHMENT']=" ... attachment only.";
|
||||
$lang['L_TABLESELECTION']="Table selection";
|
||||
$lang['L_SELECTALL']="Select All";
|
||||
$lang['L_DESELECTALL']="Deselect all";
|
||||
$lang['L_STARTDUMP']="Start Backup";
|
||||
$lang['L_LASTBUFROM']="last update from";
|
||||
$lang['L_NOT_SUPPORTED']="This backup doesn't support this function.";
|
||||
$lang['L_MULTIDUMP']="Multidump: Backup of <b>%d</b> Databases done.";
|
||||
$lang['L_FILESENDFTP']="send file via FTP... please be patient. ";
|
||||
$lang['L_FTPCONNERROR']="FTP connection not established! Connection with ";
|
||||
$lang['L_FTPCONNERROR1']=" as user ";
|
||||
$lang['L_FTPCONNERROR2']=" not possible";
|
||||
$lang['L_FTPCONNERROR3']="FTP Upload failed! ";
|
||||
$lang['L_FTPCONNECTED1']="Connected with ";
|
||||
$lang['L_FTPCONNECTED2']=" on ";
|
||||
$lang['L_FTPCONNECTED3']=" transfer successful";
|
||||
$lang['L_NR_TABLES_SELECTED']="- with %s selected tables";
|
||||
$lang['L_NR_TABLES_OPTIMIZED']="<span class=\"small\">%s tables have been optimized.</span>";
|
||||
$lang['L_DUMP_ERRORS']="<p class=\"error\">%s errors occured: <a href=\"log.php?r=3\">view</a></p>";
|
||||
$lang['L_FATAL_ERROR_DUMP']="Fatal error: the CREATE-Statement of table '%s' in database '%s' couldn't be read!";
|
||||
|
||||
|
||||
?>
|
79
msd/language/en/lang_filemanagement.php
Normal file
79
msd/language/en/lang_filemanagement.php
Normal file
@ -0,0 +1,79 @@
|
||||
<?php
|
||||
$lang['L_CONVERT_START']="Start Conversion";
|
||||
$lang['L_CONVERT_TITLE']="Convert Dump to MSD Format";
|
||||
$lang['L_CONVERT_WRONG_PARAMETERS']="Wrong parameters! Conversion is not possible.";
|
||||
$lang['L_FM_UPLOADFILEREQUEST']="please choose a file.";
|
||||
$lang['L_FM_UPLOADNOTALLOWED1']="This file type is not supported.";
|
||||
$lang['L_FM_UPLOADNOTALLOWED2']="Valid types are: *.gz and *.sql-files";
|
||||
$lang['L_FM_UPLOADMOVEERROR']="Couldn't move selected file to the upload directory.";
|
||||
$lang['L_FM_UPLOADFAILED']="The upload has failed!";
|
||||
$lang['L_FM_UPLOADFILEEXISTS']="A file with the same name already exists !";
|
||||
$lang['L_FM_NOFILE']="You didn't choose a file!";
|
||||
$lang['L_FM_DELETE1']="The file ";
|
||||
$lang['L_FM_DELETE2']=" was deleted successfully.";
|
||||
$lang['L_FM_DELETE3']=" couldn't be deleted!";
|
||||
$lang['L_FM_CHOOSE_FILE']="Chosen file:";
|
||||
$lang['L_FM_FILESIZE']="File size";
|
||||
$lang['L_FM_FILEDATE']="File date";
|
||||
$lang['L_FM_NOFILESFOUND']="No file found.";
|
||||
$lang['L_FM_TABLES']="Tables";
|
||||
$lang['L_FM_RECORDS']="Records";
|
||||
$lang['L_FM_ALL_BU']="All Backups";
|
||||
$lang['L_FM_ANZ_BU']="Backups";
|
||||
$lang['L_FM_LAST_BU']="Last Backup";
|
||||
$lang['L_FM_TOTALSIZE']="Total Size";
|
||||
$lang['L_FM_SELECTTABLES']="Select tables";
|
||||
$lang['L_FM_COMMENT']="Enter Comment";
|
||||
$lang['L_FM_RESTORE']="Restore";
|
||||
$lang['L_FM_ALERTRESTORE1']="Should the database";
|
||||
$lang['L_FM_ALERTRESTORE2']="be restored with the records from the file";
|
||||
$lang['L_FM_ALERTRESTORE3']=" ?";
|
||||
$lang['L_FM_DELETE']="Delete";
|
||||
$lang['L_FM_ASKDELETE1']="Should the file(s)";
|
||||
$lang['L_FM_ASKDELETE2']="really be deleted?";
|
||||
$lang['L_FM_ASKDELETE3']="Do you want autodelete to be executed with configured rules now?";
|
||||
$lang['L_FM_ASKDELETE4']="Do you want to delete all backup files?";
|
||||
$lang['L_FM_ASKDELETE5']="Do you want to delete all backup files with ";
|
||||
$lang['L_FM_ASKDELETE5_2']="_* ?";
|
||||
$lang['L_FM_DELETEAUTO']="Run autodelete manually";
|
||||
$lang['L_FM_DELETEALL']="Delete all backup files";
|
||||
$lang['L_FM_DELETEALLFILTER']="Delete all with ";
|
||||
$lang['L_FM_DELETEALLFILTER2']="_*";
|
||||
$lang['L_FM_STARTDUMP']="Start New Backup";
|
||||
$lang['L_FM_FILEUPLOAD']="Upload file";
|
||||
$lang['L_FM_DBNAME']="Database name";
|
||||
$lang['L_FM_FILES1']="Database Backups";
|
||||
$lang['L_FM_FILES2']="Database Structures";
|
||||
$lang['L_FM_AUTODEL1']="Autodelete: the following files were deleted because of maximum files setting:";
|
||||
$lang['L_DELETE_FILE_SUCCESS']="File \"%s\" was deleted successfully.";
|
||||
$lang['L_FM_DUMPSETTINGS']="Backup Configuration";
|
||||
$lang['L_FM_OLDBACKUP']="(unknown)";
|
||||
$lang['L_FM_RESTORE_HEADER']="Restore of Database \"<strong>%s</strong>\"";
|
||||
$lang['L_DELETE_FILE_ERROR']="Error deleting file \"%s\"!";
|
||||
$lang['L_FM_DUMP_HEADER']="Backup";
|
||||
$lang['L_DOCRONBUTTON']="Run the Perl Cron script";
|
||||
$lang['L_DOPERLTEST']="Test Perl Modules";
|
||||
$lang['L_DOSIMPLETEST']="Test Perl";
|
||||
$lang['L_PERLOUTPUT1']="Entry in crondump.pl for absolute_path_of_configdir";
|
||||
$lang['L_PERLOUTPUT2']="URL for the browser or for external Cron job";
|
||||
$lang['L_PERLOUTPUT3']="Commandline in the Shell or for the Crontab";
|
||||
$lang['L_RESTORE_OF_TABLES']="Choose tables to be restored";
|
||||
$lang['L_CONVERTER']="Backup Converter";
|
||||
$lang['L_CONVERT_FILE']="File to be converted";
|
||||
$lang['L_CONVERT_FILENAME']="Name of destination file (without extension)";
|
||||
$lang['L_CONVERTING']="Converting";
|
||||
$lang['L_CONVERT_FILEREAD']="Read file '%s'";
|
||||
$lang['L_CONVERT_FINISHED']="Conversion finished, '%s' was written successfully.";
|
||||
$lang['L_NO_MSD_BACKUPFILE']="Backups of other scripts";
|
||||
$lang['L_MAX_UPLOAD_SIZE']="Maximum filesize";
|
||||
$lang['L_MAX_UPLOAD_SIZE_INFO']="If your Dumpfile is bigger than the above mentioned limit, you must upload it via FTP into the directory \"work/backup\".
|
||||
After that you can choose it to begin a restore progress. ";
|
||||
$lang['L_ENCODING']="encoding";
|
||||
$lang['L_FM_CHOOSE_ENCODING']="Choose encoding of backup file";
|
||||
$lang['L_CHOOSE_CHARSET']="MySQLDumper couldn't detect the encoding of the backup file automatically.
|
||||
<br>You must choose the charset with which this backup was saved.
|
||||
<br>If you discover any problems with some characters after restoring, you can repeat the backup-progress and then choose another character set.
|
||||
<br>Good luck. ;)";
|
||||
$lang['L_DOWNLOAD_FILE']="Download file";
|
||||
$lang['L_BACKUP_NOT_POSSIBLE'] = "A backup of the system database `%s` is not possible!";
|
||||
?>
|
33
msd/language/en/lang_help.php
Normal file
33
msd/language/en/lang_help.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
$lang['L_HELP_DB']="This is the list of all Databases";
|
||||
$lang['L_HELP_PRAEFIX']="the prefix is a string at the beginning of a table name, which works as a filter.";
|
||||
$lang['L_HELP_ZIP']="Compression with GZip - recommended state is 'activated'";
|
||||
$lang['L_HELP_MEMORYLIMIT']="The max. amount of memory in Bytes for the script\n0 = deactivated";
|
||||
$lang['L_MEMORY_LIMIT']="Memory limit";
|
||||
$lang['L_HELP_AD1']="If activated, then backup files will be deleted automatically.";
|
||||
$lang['L_HELP_AD3']="the maximum number of backup files (for autodelete)
|
||||
0 = deactivated";
|
||||
$lang['L_HELP_LANG']="select your language";
|
||||
$lang['L_HELP_EMPTY_DB_BEFORE_RESTORE']="To eliminate useless data you can instruct to empty the database before restore";
|
||||
$lang['L_HELP_CRONEXTENDER']="The extension of the Perl scripts, default is '.pl'";
|
||||
$lang['L_HELP_CRONSAVEPATH']="The name of the configuration file for the Perl script";
|
||||
$lang['L_HELP_CRONPRINTOUT']="If deactivated the output will not be printed on screen.
|
||||
It is independant from the printing in the logfile.";
|
||||
$lang['L_HELP_CRONSAMEDB']="Use same database in Cron job like configured under Database?";
|
||||
$lang['L_HELP_CRONDBINDEX']="choose the database for Cron job";
|
||||
$lang['L_HELP_FTPTRANSFER']="if activated, file will be sent via FTP.";
|
||||
$lang['L_HELP_FTPSERVER']="Address of the FTP-Server";
|
||||
$lang['L_HELP_FTPPORT']="Port of the FTP-Server, standard: 21";
|
||||
$lang['L_HELP_FTPUSER']="enter username for FTP";
|
||||
$lang['L_HELP_FTPPASS']="enter password for FTP";
|
||||
$lang['L_HELP_FTPDIR']="where is the upload-dir? enter path!";
|
||||
$lang['L_HELP_SPEED']="Minimum and maximum speed, default is 50 to 5000";
|
||||
$lang['L_SPEED']="Speed control";
|
||||
$lang['L_HELP_CRONEXECPATH']="The place of the Perl scripts.\nStarting Point is the HTTP-Address (like Addresses in the Browser)\nAllowed are absolute or relative entries.";
|
||||
$lang['L_CRON_EXECPATH']="Path of Perl scripts";
|
||||
$lang['L_HELP_CRONCOMPLETELOG']="When activated the complete output is written in the complete_log-file.
|
||||
This is independent from text printing";
|
||||
$lang['L_HELP_FTP_MODE']="When problems occur while transfering via FTP, try to use the passive mode. ";
|
||||
|
||||
|
||||
?>
|
89
msd/language/en/lang_install.php
Normal file
89
msd/language/en/lang_install.php
Normal file
@ -0,0 +1,89 @@
|
||||
<?php
|
||||
$lang['L_INSTALLFINISHED']="<br>Installation completed --> <a href=\"index.php\">start MySQLDumper</a><br>";
|
||||
$lang['L_INSTALL_TOMENU']="Back to main menu";
|
||||
$lang['L_INSTALLMENU']="Main menu";
|
||||
$lang['L_STEP']="Step";
|
||||
$lang['L_INSTALL']="Installation";
|
||||
$lang['L_UNINSTALL']="Uninstall";
|
||||
$lang['L_TOOLS']="Tools";
|
||||
$lang['L_EDITCONF']="Edit configuration";
|
||||
$lang['L_OSWEITER']="Continue without saving";
|
||||
$lang['L_ERRORMAN']="<strong>Error while saving the Configuration!</strong><br>Please edit the File ";
|
||||
$lang['L_MANUELL']="manually";
|
||||
$lang['L_CREATEDIRS']="Create Directories";
|
||||
$lang['L_INSTALL_CONTINUE']="Continue with installation";
|
||||
$lang['L_CONNECTTOMYSQL']="Connect to MySQL ";
|
||||
$lang['L_DBPARAMETER']="Database Parameters";
|
||||
$lang['L_CONFIGNOTWRITABLE']="I cannot write to file \"config.php\".
|
||||
Please use your FTP program and chmod this file to 0777.";
|
||||
$lang['L_DBCONNECTION']="Database Connection";
|
||||
$lang['L_CONNECTIONERROR']="Error: unable to connect.";
|
||||
$lang['L_CONNECTION_OK']="Database connection was established.";
|
||||
$lang['L_SAVEANDCONTINUE']="Save and continue installation";
|
||||
$lang['L_CONFBASIC']="Basic Parameter";
|
||||
$lang['L_INSTALL_STEP2FINISHED']="Database parameters were saved successfully.";
|
||||
$lang['L_INSTALL_STEP2_1']="Continue installation with the default settings";
|
||||
$lang['L_LASTSTEP']="Installation Finish";
|
||||
$lang['L_FTPMODE']="Create necessary directories in safe-mode";
|
||||
$lang['L_IDOMANUAL']="I create the directories myself";
|
||||
$lang['L_DOFROM']="starting from";
|
||||
$lang['L_FTPMODE2']="Create the dirs with FTP:";
|
||||
$lang['L_CONNECT']="connect";
|
||||
$lang['L_DIRS_CREATED']="The directories are created and correctly permissioned.";
|
||||
$lang['L_CONNECT_TO']="connect to";
|
||||
$lang['L_CHANGEDIR']="change to dir";
|
||||
$lang['L_CHANGEDIRERROR']="change to dir was not possible";
|
||||
$lang['L_FTP_OK']="FTP parameter are ok";
|
||||
$lang['L_CREATEDIRS2']="Create directories";
|
||||
$lang['L_FTP_NOTCONNECTED']="FTP connection not established!";
|
||||
$lang['L_CONNWITH']="Connection with";
|
||||
$lang['L_ASUSER']="as user";
|
||||
$lang['L_NOTPOSSIBLE']="not possible";
|
||||
$lang['L_DIRCR1']="create workdir";
|
||||
$lang['L_DIRCR2']="create backupdir";
|
||||
$lang['L_DIRCR4']="create logdir";
|
||||
$lang['L_DIRCR5']="create configurationdir";
|
||||
$lang['L_INDIR']="now in dir";
|
||||
$lang['L_CHECK_DIRS']="Check my directories";
|
||||
$lang['L_DISABLEDFUNCTIONS']="Disabled Functions";
|
||||
$lang['L_NOFTPPOSSIBLE']="You don't have FTP functions !";
|
||||
$lang['L_NOGZPOSSIBLE']="You don't have compression functions !";
|
||||
$lang['L_UI1']="All working directories which can contain backups will be deleted.";
|
||||
$lang['L_UI2']="Are you sure you want that?";
|
||||
$lang['L_UI3']="no, cancel immediately";
|
||||
$lang['L_UI4']="yes, please continue";
|
||||
$lang['L_UI5']="delete working directories";
|
||||
$lang['L_UI6']="all was deleted successfully.";
|
||||
$lang['L_UI7']="Please delete the script directory";
|
||||
$lang['L_UI8']="one level up";
|
||||
$lang['L_UI9']="An error occured, deleting was not possible</p>Error with directory ";
|
||||
$lang['L_IMPORT']="Import Configuration";
|
||||
$lang['L_IMPORT3']="Configuration was loaded ...";
|
||||
$lang['L_IMPORT4']="Configuration was saved.";
|
||||
$lang['L_IMPORT5']="Start MySQLDumper";
|
||||
$lang['L_IMPORT6']="Installation Menu";
|
||||
$lang['L_IMPORT7']="Upload configuration";
|
||||
$lang['L_IMPORT8']="back to upload";
|
||||
$lang['L_IMPORT9']="This is not a configuration backup !";
|
||||
$lang['L_IMPORT10']="Configuration was uploaded successfully ...";
|
||||
$lang['L_IMPORT11']="<strong>Error: </strong>There were problems writing sql_statements";
|
||||
$lang['L_IMPORT12']="<strong>Error: </strong>There were problems writing config.php";
|
||||
$lang['L_INSTALL_HELP_PORT']="(empty = Default Port)";
|
||||
$lang['L_INSTALL_HELP_SOCKET']="(empty = Default Socket)";
|
||||
$lang['L_TRYAGAIN']="Try again";
|
||||
$lang['L_SOCKET']="Socket";
|
||||
$lang['L_PORT']="Port";
|
||||
$lang['L_FOUND_DB']="found db";
|
||||
$lang['L_FM_FILEUPLOAD']="Upload file";
|
||||
$lang['L_PASS']="Password";
|
||||
$lang['L_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 servers.<br>
|
||||
You must enter your database name manually after the installation is finished.
|
||||
Click on \"configuration\" \"Connection Parameter - display\" and enter the database name there.";
|
||||
$lang['L_SAFEMODEDESC']="Because PHP is running in safe_mode you need to create the following directories manually using your FTP-Programm:";
|
||||
$lang['L_ENTER_DB_INFO']="First click the button \"Connect to MySQL\". Only if no database could be detected you need to provide a database name here.";
|
||||
|
||||
|
||||
?>
|
9
msd/language/en/lang_log.php
Normal file
9
msd/language/en/lang_log.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$lang['L_LOG_DELETE']="delete Log";
|
||||
$lang['L_LOGFILEFORMAT']="Log file format";
|
||||
$lang['L_LOGFILENOTWRITABLE']="Can't write Log file !";
|
||||
$lang['L_NOREVERSE']="Oldest entry first";
|
||||
$lang['L_REVERSE']="Last entry first";
|
||||
|
||||
|
||||
?>
|
78
msd/language/en/lang_main.php
Normal file
78
msd/language/en/lang_main.php
Normal file
@ -0,0 +1,78 @@
|
||||
<?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_CRYPT']="Crypt 8 Chars max (Linux and Unix-Systems)";
|
||||
$lang['L_HTACC_MD5']="MD5 (Linux and Unix-Systems)";
|
||||
$lang['L_HTACC_NO_ENCRYPTION']="plain text, no cryption (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_DELETE']="Should the directory protection be written now ?";
|
||||
$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_PROPOSED']="Urgently 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_PHPBUG']="Bug in zlib ! No Compression possible!";
|
||||
$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_HTACC_SHA1']="SHA1 (all Systems)";
|
||||
$lang['L_OS']="Operating system";
|
||||
$lang['L_MSD_VERSION']="MyOOS [Dumper] - Version";
|
||||
$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";
|
||||
|
||||
|
||||
?>
|
21
msd/language/en/lang_restore.php
Normal file
21
msd/language/en/lang_restore.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
$lang['L_RESTORE_TABLES_COMPLETED0']="Up to now <b>%d</b> tables were created.";
|
||||
$lang['L_FILE_MISSING']="couldn't find file";
|
||||
$lang['L_RESTORE_DB']="Database '<b>%s</b>' on '<b>%s</b>'.";
|
||||
$lang['L_RESTORE_COMPLETE']="<b>%s</b> tables created.";
|
||||
$lang['L_RESTORE_RUN1']="<br>Up to now <b>%s</b> of <b>%s</b> records were successfully added.";
|
||||
$lang['L_RESTORE_RUN2']="<br>Now the table '<b>%s</b>' is restoring.<br><br>";
|
||||
$lang['L_RESTORE_COMPLETE2']="<b>%s</b> records inserted.";
|
||||
$lang['L_RESTORE_TABLES_COMPLETED']="Up to now <b>%d</b> of <b>%d</b> tables were created.";
|
||||
$lang['L_RESTORE_TOTAL_COMPLETE']="<br><b>Congratulations.</b><br><br>The restoration of the database is done.<br>All data from the Backup file was restored.<br><br>Everything is done. :-)";
|
||||
$lang['L_DB_SELECT_ERROR']="<br>Error:<br>Selection of database <b>";
|
||||
$lang['L_DB_SELECT_ERROR2']="</b> failed!";
|
||||
$lang['L_FILE_OPEN_ERROR']="Error: could not open file.";
|
||||
$lang['L_PROGRESS_OVER_ALL']="Overall Progress";
|
||||
$lang['L_BACK_TO_OVERVIEW']="Database Overview";
|
||||
$lang['L_RESTORE_RUN0']="<br>up to now <b>%s</b> records were successfully added.";
|
||||
$lang['L_UNKNOWN_SQLCOMMAND']="unknown SQL-Command";
|
||||
$lang['L_NOTICES']="Notices";
|
||||
|
||||
|
||||
?>
|
191
msd/language/en/lang_sql.php
Normal file
191
msd/language/en/lang_sql.php
Normal file
@ -0,0 +1,191 @@
|
||||
<?php
|
||||
$lang['L_COMMAND']="Command";
|
||||
$lang['L_IMPORT_NOTABLE']="No table was selected for import!";
|
||||
$lang['L_PASSWORD_STRENGTH']="Password strength";
|
||||
$lang['L_SQL_WARNING']="The execution of SQL Statements can manipulate data. TAKE CARE! The Authors don't accept any liability for damaged or lost data.";
|
||||
$lang['L_SQL_EXEC']="Execute SQL Statement";
|
||||
$lang['L_SQL_DATAVIEW']="Data View";
|
||||
$lang['L_SQL_TABLEVIEW']="Table View";
|
||||
$lang['L_SQL_VONINS']="from totally";
|
||||
$lang['L_SQL_NODATA']="no records";
|
||||
$lang['L_SQL_RECORDUPDATED']="Record was updated";
|
||||
$lang['L_SQL_RECORDINSERTED']="Record was added";
|
||||
$lang['L_SQL_BACKDBOVERVIEW']="Back to Overview";
|
||||
$lang['L_SQL_RECORDDELETED']="Record was deleted";
|
||||
$lang['L_ASKTABLEEMPTY']="Should the table `%s` be emptied?";
|
||||
$lang['L_SQL_RECORDEDIT']="edit record";
|
||||
$lang['L_SQL_RECORDNEW']="new record";
|
||||
$lang['L_ASKDELETERECORD']="Are you sure to delete this record?";
|
||||
$lang['L_ASKDELETETABLE']="Should the table `%s` be deleted?";
|
||||
$lang['L_SQL_BEFEHLE']="SQL Commands";
|
||||
$lang['L_SQL_BEFEHLNEU']="New command";
|
||||
$lang['L_SQL_BEFEHLSAVED1']="SQL Command";
|
||||
$lang['L_SQL_BEFEHLSAVED2']="was added";
|
||||
$lang['L_SQL_BEFEHLSAVED3']="was saved";
|
||||
$lang['L_SQL_BEFEHLSAVED4']="was moved up";
|
||||
$lang['L_SQL_BEFEHLSAVED5']="was deleted";
|
||||
$lang['L_SQL_QUERYENTRY']="The Query contains";
|
||||
$lang['L_SQL_COLUMNS']="Columns";
|
||||
$lang['L_ASKDBDELETE']="Do you want to delete the Database `%s` with the content?";
|
||||
$lang['L_ASKDBEMPTY']="Do you want to empty the Database `%s` ?";
|
||||
$lang['L_ASKDBCOPY']="Do you want to copy database `%s` to database `%s`?";
|
||||
$lang['L_SQL_TABLENEW']="Edit Tables";
|
||||
$lang['L_SQL_OUTPUT']="SQL Output";
|
||||
$lang['L_DO_NOW']="operate now";
|
||||
$lang['L_SQL_NAMEDEST_MISSING']="Name of Destination is missing !";
|
||||
$lang['L_ASKDELETEFIELD']="Do you want to delete the Field?";
|
||||
$lang['L_SQL_COMMANDS_IN']=" lines in ";
|
||||
$lang['L_SQL_COMMANDS_IN2']=" sec. parsed.";
|
||||
$lang['L_SQL_OUT1']="Executed ";
|
||||
$lang['L_SQL_OUT2']="Commands";
|
||||
$lang['L_SQL_OUT3']="It had ";
|
||||
$lang['L_SQL_OUT4']="Comments";
|
||||
$lang['L_SQL_OUT5']="Because the output contains more than 5000 lines it isn't displayed.";
|
||||
$lang['L_SQL_SELECDB']="Select Database";
|
||||
$lang['L_SQL_TABLESOFDB']="Tables of Database";
|
||||
$lang['L_SQL_EDIT']="edit";
|
||||
$lang['L_SQL_NOFIELDDELETE']="Delete is not possible because Tables must contain at least one field.";
|
||||
$lang['L_SQL_FIELDDELETE1']="The Field";
|
||||
$lang['L_SQL_DELETED']="was deleted";
|
||||
$lang['L_SQL_CHANGED']="was changed.";
|
||||
$lang['L_SQL_CREATED']="was created.";
|
||||
$lang['L_SQL_NODEST_COPY']="No Copy without Destination !";
|
||||
$lang['L_SQL_DESTTABLE_EXISTS']="Destination Table exists !";
|
||||
$lang['L_SQL_SCOPY']="Table structure of `%s` was copied in Table `%s`.";
|
||||
$lang['L_SQL_TCOPY']="Table `%s` was copied with data in Table `%s`.";
|
||||
$lang['L_SQL_TABLENONAME']="Table needs a name!";
|
||||
$lang['L_SQL_TBLNAMEEMPTY']="Table name can't be empty!";
|
||||
$lang['L_SQL_COLLATENOTMATCH']="Charset and Collation don't fit together!";
|
||||
$lang['L_SQL_FIELDNAMENOTVALID']="Error: No valid fieldname";
|
||||
$lang['L_SQL_CREATETABLE']="create table";
|
||||
$lang['L_SQL_COPYTABLE']="copy table";
|
||||
$lang['L_SQL_STRUCTUREONLY']="Only Structure";
|
||||
$lang['L_SQL_STRUCTUREDATA']="Structure and Data";
|
||||
$lang['L_SQL_NOTABLESINDB']="No tables found in Database";
|
||||
$lang['L_SQL_SELECTTABLE']="select table";
|
||||
$lang['L_SQL_SHOWDATATABLE']="Show Data of Table";
|
||||
$lang['L_SQL_TBLPROPSOF']="Table properties of";
|
||||
$lang['L_SQL_EDITFIELD']="Edit field";
|
||||
$lang['L_SQL_NEWFIELD']="New field";
|
||||
$lang['L_SQL_INDEXES']="Indices";
|
||||
$lang['L_SQL_ATPOSITION']="insert at position";
|
||||
$lang['L_SQL_FIRST']="first";
|
||||
$lang['L_SQL_AFTER']="after";
|
||||
$lang['L_SQL_CHANGEFIELD']="change field";
|
||||
$lang['L_SQL_INSERTFIELD']="insert field";
|
||||
$lang['L_SQL_INSERTNEWFIELD']="insert new field";
|
||||
$lang['L_SQL_TABLEINDEXES']="Indexes of table";
|
||||
$lang['L_SQL_ALLOWDUPS']="Duplicates allowed";
|
||||
$lang['L_SQL_CARDINALITY']="Cardinality";
|
||||
$lang['L_SQL_TABLENOINDEXES']="No Indexes in Table";
|
||||
$lang['L_SQL_CREATEINDEX']="create new index";
|
||||
$lang['L_SQL_WASEMPTIED']="was emptied";
|
||||
$lang['L_SQL_RENAMEDTO']="was renamed to";
|
||||
$lang['L_SQL_DBCOPY']="The Content of Database `%s` was copied in Database `%s`.";
|
||||
$lang['L_SQL_DBSCOPY']="The Structure of Database `%s` was copied in Database `%s`.";
|
||||
$lang['L_SQL_WASCREATED']="was created";
|
||||
$lang['L_SQL_RENAMEDB']="Rename Database";
|
||||
$lang['L_SQL_ACTIONS']="Actions";
|
||||
$lang['L_SQL_CHOOSEACTION']="Choose action";
|
||||
$lang['L_SQL_DELETEDB']="Delete Database";
|
||||
$lang['L_SQL_EMPTYDB']="Empty Database";
|
||||
$lang['L_SQL_COPYDATADB']="Copy complete Database to";
|
||||
$lang['L_SQL_COPYSDB']="Copy Structure of Database";
|
||||
$lang['L_SQL_IMEXPORT']="Import-Export";
|
||||
$lang['L_INFO_RECORDS']="records";
|
||||
$lang['L_NAME']="Name";
|
||||
$lang['L_ASKTABLEEMPTYKEYS']="Should the table `%s` be emptied and the Indices reset?";
|
||||
$lang['L_EDIT']="edit";
|
||||
$lang['L_DELETE']="delete";
|
||||
$lang['L_EMPTY']="empty";
|
||||
$lang['L_EMPTYKEYS']="empty and reset indexes";
|
||||
$lang['L_SQL_TABLEEMPTIED']="Table `%s` was deleted.";
|
||||
$lang['L_SQL_TABLEEMPTIEDKEYS']="Table `%s` was deleted and the indices were reset.";
|
||||
$lang['L_SQL_LIBRARY']="SQL Library";
|
||||
$lang['L_SQL_ATTRIBUTES']="Attributes";
|
||||
$lang['L_SQL_UPLOADEDFILE']="loaded file: ";
|
||||
$lang['L_SQL_IMPORT']="Import in Database `%s`";
|
||||
$lang['L_EXPORT']="Export";
|
||||
$lang['L_IMPORT']="Import";
|
||||
$lang['L_IMPORTOPTIONS']="Import Options";
|
||||
$lang['L_CSVOPTIONS']="CSV Options";
|
||||
$lang['L_IMPORTTABLE']="Import in Table";
|
||||
$lang['L_NEWTABLE']="New table";
|
||||
$lang['L_IMPORTSOURCE']="Import Source";
|
||||
$lang['L_FROMTEXTBOX']="from text box";
|
||||
$lang['L_FROMFILE']="from file";
|
||||
$lang['L_EMPTYTABLEBEFORE']="Empty table before";
|
||||
$lang['L_CREATEAUTOINDEX']="Create Auto-Index";
|
||||
$lang['L_CSV_NAMEFIRSTLINE']="Field names in first line";
|
||||
$lang['L_CSV_FIELDSEPERATE']="Fields separated with";
|
||||
$lang['L_CSV_FIELDSENCLOSED']="Fields enclosed by";
|
||||
$lang['L_CSV_FIELDSESCAPE']="Fields escaped with";
|
||||
$lang['L_CSV_EOL']="Seperate lines with";
|
||||
$lang['L_CSV_NULL']="Replace NULL with";
|
||||
$lang['L_CSV_FILEOPEN']="Open CSV file";
|
||||
$lang['L_IMPORTIEREN']="Import";
|
||||
$lang['L_SQL_EXPORT']="Export from Database `%s`";
|
||||
$lang['L_EXPORTOPTIONS']="Export Options";
|
||||
$lang['L_EXCEL2003']="Excel from 2003";
|
||||
$lang['L_SHOWRESULT']="show result";
|
||||
$lang['L_SENDRESULTASFILE']="send result as file";
|
||||
$lang['L_EXPORTLINES']="<strong>%s</strong> lines exported";
|
||||
$lang['L_CSV_FIELDCOUNT_NOMATCH']="The count of fields doesn't match with that of the data to import (%d instead of %d).";
|
||||
$lang['L_CSV_FIELDSLINES']="%d fields recognized, totally %d lines";
|
||||
$lang['L_CSV_ERRORCREATETABLE']="Error while creating table `%s` !";
|
||||
$lang['L_FM_UPLOADFILEREQUEST']="please choose a file.";
|
||||
$lang['L_CSV_NODATA']="No data found for import!";
|
||||
$lang['L_SQLLIB_GENERALFUNCTIONS']="general functions";
|
||||
$lang['L_SQLLIB_RESETAUTO']="reset auto-increment";
|
||||
$lang['L_SQLLIB_BOARDS']="Boards";
|
||||
$lang['L_SQLLIB_DEACTIVATEBOARD']="deactivate Board";
|
||||
$lang['L_SQLLIB_ACTIVATEBOARD']="activate Board";
|
||||
$lang['L_SQL_NOTABLESSELECTED']="No tables selected !";
|
||||
$lang['L_TOOLS']="Tools";
|
||||
$lang['L_TOOLS_TOOLBOX']="Select Database / Datebase functions / Import - Export ";
|
||||
$lang['L_SQL_OPENFILE']="Open SQL-File";
|
||||
$lang['L_SQL_OPENFILE_BUTTON']="Upload";
|
||||
$lang['L_MAX_UPLOAD_SIZE']="Maximum file size";
|
||||
$lang['L_SQL_SEARCH']="Search";
|
||||
$lang['L_SQL_SEARCHWORDS']="Searchword(s)";
|
||||
$lang['L_START_SQL_SEARCH']="start search";
|
||||
$lang['L_RESET_SEARCHWORDS']="reset search words";
|
||||
$lang['L_SEARCH_OPTIONS']="Search options";
|
||||
$lang['L_SEARCH_RESULTS']="The search for \"<b>%s</b>\" in table \"<b>%s</b>\" brings the following results";
|
||||
$lang['L_SEARCH_NO_RESULTS']="The search for \"<b>%s</b>\" in table \"<b>%s</b>\" doesn't bring any hits!";
|
||||
$lang['L_NO_ENTRIES']="Table \"<b>%s</b>\" is empty and doesn't have any entry.";
|
||||
$lang['L_SEARCH_ACCESS_KEYS']="Browse: forward=ALT+V, backwards=ALT+C";
|
||||
$lang['L_SEARCH_OPTIONS_OR']="a column must have one of the search words (OR-search)";
|
||||
$lang['L_SEARCH_OPTIONS_CONCAT']="a row must contain all of the search words but they can be in any column (could take some time)";
|
||||
$lang['L_SEARCH_OPTIONS_AND']="a column must contain all search words (AND-search)";
|
||||
$lang['L_SEARCH_IN_TABLE']="Search in table";
|
||||
$lang['L_SQL_EDIT_TABLESTRUCTURE']="Edit table structure";
|
||||
$lang['L_DEFAULT_CHARSET']="Default character set";
|
||||
$lang['L_TITLE_KEY_PRIMARY']="Primary key";
|
||||
$lang['L_TITLE_KEY_UNIQUE']="Unique key";
|
||||
$lang['L_TITLE_INDEX']="Index";
|
||||
$lang['L_TITLE_KEY_FULLTEXT']="Fulltext key";
|
||||
$lang['L_TITLE_NOKEY']="No key";
|
||||
$lang['L_TITLE_SEARCH']="Search";
|
||||
$lang['L_TITLE_MYSQL_HELP']="MySQl Documentation";
|
||||
$lang['L_TITLE_UPLOAD']="Upload SQL file";
|
||||
$lang['L_PRIMARYKEY_DELETED']="Primary key deleted";
|
||||
$lang['L_PRIMARYKEY_NOTFOUND']="Primary key not found";
|
||||
$lang['L_PRIMARYKEYS_CHANGED']="Primary keys changed";
|
||||
$lang['L_PRIMARYKEYS_CHANGINGERROR']="Error changing primary keys";
|
||||
$lang['L_SQL_VIEW_COMPACT']="View: compact";
|
||||
$lang['L_SQL_VIEW_STANDARD']="View: standard";
|
||||
$lang['L_FIELDS_OF_TABLE']="Fields of table";
|
||||
$lang['L_ENGINE']="Engine";
|
||||
$lang['L_USERNAME']="Username";
|
||||
$lang['L_PASSWORD']="Password";
|
||||
$lang['L_PASSWORD_REPEAT']="Password (repeat)";
|
||||
$lang['L_INFO_SIZE']="Size";
|
||||
$lang['L_TABLE_TYPE']="Type";
|
||||
$lang['L_KEY_DELETED']="Index deleted";
|
||||
$lang['L_KEY_DELETEERROR']="Error deleting index";
|
||||
$lang['L_KEY_ADDED']="Index added";
|
||||
$lang['L_KEY_ADDERROR']="Error adding index";
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user