msd Backup hinzugefügt
This commit is contained in:
147
msd/language/pt_br/help.html
Normal file
147
msd/language/pt_br/help.html
Normal file
@ -0,0 +1,147 @@
|
||||
<div id="content">
|
||||
<h3><strong>MyOOS [Dumper]</strong> based on MySQLDumper 1.24.4</h3>
|
||||
|
||||
<h3>About this project</h3>
|
||||
<p><strong>MyOOS [Dumper]</strong> is an improved version of MySQLDumper 1.24.4 (January 24, 2011). This enhancement takes into account the development of PHP.</p>.
|
||||
<p>Most of all stability, security and handling are the main focus of <strong>MyOOS [Dumper]</strong>. But also an attractive template is included, which can be edited and adapted to your own needs.</p>.
|
||||
|
||||
|
||||
<p><strong>MyOOS [Dumper]</strong> is a backup program for MySQL databases, written in PHP and Perl. With it, backup copies of the data (store, blog, etc.) can be created and restored if necessary. Especially for web space without shell access, MyOOS [Dumper] is a useful alternative.</p>.
|
||||
|
||||
<p>The idea for MySQLDumper came from Daniel Schlichtholz. He opened the MySQLDumper forum in 2004, whereupon programmers wrote new scripts and extended existing ones.</p>
|
||||
|
||||
|
||||
|
||||
<h3>Wish List / Future Attractions</h3>.
|
||||
<p>Do you have any suggestions for improvements? Feel free to contact the development team via the forum <a href="https://foren.myoos.de/viewforum.php?f=41" target="_blank">https://foren.myoos.de/viewforum.php?f=41</a>.</p>
|
||||
|
||||
|
||||
<h3>Contribute</h3>
|
||||
<p>If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.</p>
|
||||
<a href="https://github.com/r23/MyOOS-Dumper/" target="_blank">https://github.com/r23/MyOOS-Dumper/</a>
|
||||
|
||||
|
||||
<h3>Financial Support</h3>.
|
||||
<p>You can use PayPal Me<br>.
|
||||
<a href="https://www.paypal.com/paypalme/r23de?locale.x=de_DE" target="_blank">https://www.paypal.com/paypalme/r23de?locale.x=de_DE</a></p>
|
||||
|
||||
<p>or via the QR code<br>.
|
||||
<img src="images/qrcode.png" alt="Financial support for MyOOS [Dumper]"></p>
|
||||
|
||||
Send money to the MyOOS project. <br>
|
||||
|
||||
<p>We hope you enjoy this project.<br><p><h4>The MyOOS [Dumper] Team</h4>
|
||||
|
||||
<img src="css/mod/pics/navi_bg.jpg" alt="MyOOS [Dumper]"><br>
|
||||
|
||||
<h3>MyOOS [Dumper] Help</h3>
|
||||
|
||||
<h4>Download</h4>
|
||||
<p>You can always get the latest versions via GitHub<br>.
|
||||
<a href="https://github.com/r23/MyOOS-Dumper/releases" target="_blank">https://github.com/r23/MyOOS-Dumper/releases</a></p>
|
||||
|
||||
|
||||
<h4>System requirement</h4>.
|
||||
<p>The script works on any server (Windows, Linux, ...) <br>
|
||||
with PHP >= version 7.4 with GZip support, MySQL (version 4.1 or higher), JavaScript (must be enabled)</p>.
|
||||
<p>Copy the mod folder from the MyOOS archive to a separate working folder.</p>.
|
||||
|
||||
<h4>Installation</h4></a>.
|
||||
The installation process is straightforward.
|
||||
<p>From the MyOOS archive, copy the mod folder into any folder.<br>
|
||||
Upload all the files from the mod folder to your web server. (For example, to the lowest level in [server web directory/]mod)<br>
|
||||
... done!<br>
|
||||
You can now call MyOOS [Dumper] in your web browser by "https://example.com/mod/",<br>
|
||||
to complete the installation. Just follow the instructions.<br>
|
||||
<br><b>Note:</b><br><i>If on your server the script is not allowed to create directories,<br>
|
||||
you have to do this manually, because MyOOS [Dumper] stores the data ordered in
|
||||
directories.<br>
|
||||
The script aborts with an appropriate statement!<br>
|
||||
After you have created the directories (according to the hint), it runs normally and without restrictions.</i>
|
||||
|
||||
<a name="perl"></a><h4>Perl script instructions</h4>.
|
||||
Most have a cgi-bin directory where perl can be run. <br>
|
||||
This is usually accessible by browser via http://www.example.com/cgi-bin/. <br>
|
||||
<br>
|
||||
For this case, please perform the following steps:<br><br>.
|
||||
|
||||
1. call the Backup page in MyOOS [Dumper] and click on "Backup Perl". <br>
|
||||
2. copy the path that is behind entry in crondump.pl for $absolute_path_of_configdir:. <br>
|
||||
3. open the file "crondump.pl" in the editor.<br>
|
||||
4. enter the copied path there at absolute_path_of_configdir (no spaces).<br>
|
||||
5. save crondump.pl .<br>
|
||||
6. copy crondump.pl, as well as perltest.pl and simpletest.pl into the cgi-bin directory (ascii mode in FTP).<br>
|
||||
7. give the files the permissions 755.<br>
|
||||
7b. If the ending cgi is desired, change the ending of all 3 files from pl -> cgi (rename). <br>
|
||||
8. call the configuration in MyOOS [Dumper].<br>
|
||||
9. select the page Cronscript. <br>
|
||||
10. change perl execution path to /cgi-bin/ .<br>
|
||||
10b. If the scripts have .pl, change the file extension to .cgi .<br>
|
||||
11.Save the configuration. <br><br>
|
||||
|
||||
Done, the scripts can now be called from the backup page.<br><br>.
|
||||
|
||||
For those who can run Perl in all directories, the following steps will suffice:<br><br>.
|
||||
|
||||
1. call in the MyOOS [Dumper] the page Backup. <br>
|
||||
2. copy the path that is behind entry in crondump.pl for $absolute_path_of_configdir:. <br>
|
||||
3. open the file "crondump.pl" in the editor. <br>
|
||||
4. enter the copied path there at absolute_path_of_configdir (no spaces). <br>
|
||||
5. save crondump.pl .<br>
|
||||
6. give the files the permissions 755. <br>
|
||||
6b. If the extension cgi is desired, change the extension of all 3 files from pl -> cgi (rename). <br>
|
||||
(ev. 10b+11 from above)<br>
|
||||
<br>
|
||||
|
||||
Windowsuser have to change the first line of all scripts, there is the path of Perl. Example: <br>
|
||||
instead of: #!/usr/bin/perl -w <br>
|
||||
now: #!C:_usr/bin/perl.exe -w <br>
|
||||
|
||||
<h4>Operation</h4><ul>.
|
||||
|
||||
<h6>Menu</h6>.
|
||||
In the selection list above you set the database.<br>
|
||||
All actions refer to the database set here.
|
||||
|
||||
<h6>Home</h6>
|
||||
Here you can learn about your system, the different installed versions and details about the
|
||||
versions and details about the configured databases.<br>
|
||||
If you click on the database name, you will see a list of the tables with the number of entries
|
||||
with the number of entries, the size and the last update date.
|
||||
|
||||
<h6>Configuration</h6>.
|
||||
Here you can edit your configuration, save it or restore the initial configuration.
|
||||
restore.
|
||||
<ul><br>
|
||||
<li><a name="conf1"></a><strong>Configured databases:</strong> the listing of configured databases. The active database is listed in <b>bold</b>. </li>
|
||||
<li><a name="conf2"></a><strong>Table prefix:</strong> here you can specify (for each database) a prefix. This is a filter that will take into account for dumps only the tables that start with this prefix (for example, all tables that start with "phpBB_"). If you want all tables in this database to be saved, just leave the field empty.</li>.
|
||||
<li><a name="conf3"></a><strong>GZip compression:</strong> Here you can enable compression. It is recommended to enable it, because the files will be much smaller after all and disk space is always scarce.</li>.
|
||||
<li><a name="conf5"></a><strong>Email with Dumpfile:</strong> If this option is enabled, an email with the dump as an attachment will be sent after the backup is complete (caution, compression should absolutely be on, otherwise the attachment will be too large and may not be sent!).</li>
|
||||
<li><a name="conf6"></a><strong>Email address:</strong> Recipient address for the email.</li>
|
||||
<li><a name="conf7"></a><strong>Sender of the email:</strong> this address appears as the sender in the email.</li>
|
||||
<li><a name="conf13"></a><strong>FTP Transfer: </strong>If this option is enabled, the backup file will be sent via FTP after the backup is completed.</li>
|
||||
<li><a name="conf14"></a><strong>FTP Server: </strong>The address of the FTP server (e.g. ftp.mybackups.com).</li>
|
||||
<li><a name="conf15"></a><strong>FTP Server Port: </strong>The port of the FTP server (usually 21).</li>
|
||||
<li><a name="conf16"></a><strong>FTP User: </strong>The username of the FTP account. </li>
|
||||
<li><a name="conf17"></a><strong>FTP Password: </strong>The password of the FTP account. </li>
|
||||
<li><a name="conf18"></a><strong>FTP Upload Folder: </strong>The directory where the backup file should go (upload permissions must exist!).</li>
|
||||
<li><a name="conf8"></a><strong>Automatic deletion of backups:</strong> If this option is enabled, older backups will be deleted automatically according to the following rules.</li>.
|
||||
<li><a name="conf10"></a><strong>Number of backup files:</strong> A value > 0 deletes all backup files except for the number specified here.</li>
|
||||
<li><a name="conf11"></a><strong>Language:</strong> here you specify the language for the interface.</li>
|
||||
</ul>
|
||||
|
||||
<h6>Administration</h6>.
|
||||
This is where the actual actions are performed.<br>
|
||||
It will show you all the files in the backup directory.
|
||||
For the actions "Restore" and "Delete" a file must be selected.
|
||||
<UL>
|
||||
<li><strong>Restore:</strong> This will update the database with the selected backup file.</li>
|
||||
<li><strong>Delete:</strong> This lets you delete the selected backup file.</li>
|
||||
<li><strong>Start new backup:</strong> Here you start a new backup (dump) according to the parameters set in the configuration.</li>.
|
||||
</UL>
|
||||
|
||||
<h6>Log</h6>
|
||||
Here you can see and delete the log entries.
|
||||
<h6>Credits / Help</h6>
|
||||
this page.
|
||||
</ul>
|
109
msd/language/pt_br/lang.php
Normal file
109
msd/language/pt_br/lang.php
Normal file
@ -0,0 +1,109 @@
|
||||
<?php
|
||||
|
||||
$lang['L_YES'] = 'sim';
|
||||
$lang['L_TO'] = 'para';
|
||||
$lang['L_ACTIVATED'] = 'ativado';
|
||||
$lang['L_NOT_ACTIVATED'] = 'não ativado';
|
||||
$lang['L_ERROR'] = 'Erro';
|
||||
$lang['L_OF'] = ' de ';
|
||||
$lang['L_ADDED'] = 'adicionado';
|
||||
$lang['L_DB'] = 'Banco de dados';
|
||||
$lang['L_DBS'] = 'Bancos de dados';
|
||||
$lang['L_TABLES'] = 'Tabelas';
|
||||
$lang['L_TABLE'] = 'Tabela';
|
||||
$lang['L_RECORDS'] = 'Registros';
|
||||
$lang['L_COMPRESSED'] = 'compactado (gz)';
|
||||
$lang['L_NOTCOMPRESSED'] = 'normal (não compactado)';
|
||||
$lang['L_COMMENT'] = 'Comentário';
|
||||
$lang['L_FILESIZE'] = 'Tamanho do arquivo';
|
||||
$lang['L_ALL'] = 'todos';
|
||||
$lang['L_NONE'] = 'nenhum';
|
||||
$lang['L_WITH'] = ' com ';
|
||||
$lang['L_DIR'] = 'Diretório';
|
||||
$lang['L_RECHTE'] = 'Permissões';
|
||||
$lang['L_STATUS'] = 'Estado';
|
||||
$lang['L_FINISHED'] = 'terminado';
|
||||
$lang['L_FILE'] = 'Arquivo';
|
||||
$lang['L_FIELDS'] = 'campos';
|
||||
$lang['L_NEW'] = 'novo';
|
||||
$lang['L_CHARSET'] = 'Conjunto de caracteres';
|
||||
$lang['L_COLLATION'] = 'Collation';
|
||||
$lang['L_CHANGE'] = 'alterar';
|
||||
$lang['L_IN'] = 'em';
|
||||
$lang['L_DO'] = 'Executar';
|
||||
$lang['L_VIEW'] = 'exibir';
|
||||
$lang['L_EXISTING'] = 'existente';
|
||||
$lang['L_BACK'] = 'voltar';
|
||||
$lang['L_DB_HOST'] = 'Host';
|
||||
$lang['L_DB_USER'] = 'Usuáio';
|
||||
$lang['L_DB_PASS'] = 'Senha';
|
||||
$lang['L_INFO_SCRIPTDIR'] = 'Diretório do MyOOS [Dumper]';
|
||||
$lang['L_INFO_ACTDB'] = 'Banco de dados atual';
|
||||
$lang['L_WRONGCONNECTIONPARS'] = 'Incorreto ou nenhum parâmetro de conexão!';
|
||||
$lang['L_CONN_NOT_POSSIBLE'] = 'Conexão impossível !';
|
||||
$lang['L_SERVERCAPTION'] = 'Exibir servidor';
|
||||
$lang['L_HELP_SERVERCAPTION'] = 'Ao usar o MyOOS [Dumper] em domínios ou servidores diferentes, pode ser útil exibir o nome do domínio/servidor no topo da tela.';
|
||||
$lang['L_ACTIVATE_MULTIDUMP'] = 'ativar Multi-dump';
|
||||
$lang['L_SAVE'] = 'Salvar';
|
||||
$lang['L_RESET'] = 'Reiniciar';
|
||||
$lang['L_PRAEFIX'] = 'Prefixo das tabelas';
|
||||
$lang['L_AUTODELETE'] = 'Excluir backups automaticamente';
|
||||
$lang['L_MAX_BACKUP_FILES_EACH2'] = 'Para cada banco de dados';
|
||||
$lang['L_SAVING_DB_FORM'] = 'Banco de dados';
|
||||
$lang['L_TESTCONNECTION'] = 'Testar conexão';
|
||||
$lang['L_BACK_TO_MINISQL'] = 'Editar banco de dados';
|
||||
$lang['L_CREATE'] = 'Criar';
|
||||
$lang['L_VARIABELN'] = 'Variáveis';
|
||||
$lang['L_STATUSINFORMATIONEN'] = 'Status da informação';
|
||||
$lang['L_VERSIONSINFORMATIONEN'] = 'Versão da informação';
|
||||
$lang['L_MOD_INFO'] = 'Informação do dump MyOOS [Dumper]';
|
||||
$lang['L_BACKUPFILESANZAHL'] = 'No diretório de backup há ';
|
||||
$lang['L_LASTBACKUP'] = 'Último backup';
|
||||
$lang['L_NOTAVAIL'] = '<em>não disponível</em>';
|
||||
$lang['L_VOM'] = 'de';
|
||||
$lang['L_MYSQLVARS'] = 'Variáveis do MySQL';
|
||||
$lang['L_MYSQLSYS'] = 'Comandos do MySQL';
|
||||
$lang['L_STATUS'] = 'Estado';
|
||||
$lang['L_PROZESSE'] = 'Processos';
|
||||
$lang['L_INFO_NOVARS'] = 'nenhuma variável disponível';
|
||||
$lang['L_INHALT'] = 'Valor';
|
||||
$lang['L_INFO_NOSTATUS'] = 'nenhum estado disponível';
|
||||
$lang['L_INFO_NOPROCESSES'] = 'nenhum processo em execução';
|
||||
$lang['L_FM_FREESPACE'] = 'Espaço livre no servidor';
|
||||
$lang['L_LOAD_DATABASE'] = 'recarregar bancos de dados';
|
||||
$lang['L_HOME'] = 'Início';
|
||||
$lang['L_CONFIG'] = 'Configuração';
|
||||
$lang['L_DUMP'] = 'Criar backup';
|
||||
$lang['L_RESTORE'] = 'Restaurar';
|
||||
$lang['L_FILE_MANAGE'] = 'Administração de arquivos';
|
||||
$lang['L_LOG'] = 'Log';
|
||||
$lang['L_CHOOSE_DB'] = 'Escolher banco de dados';
|
||||
$lang['L_CREDITS'] = 'Créditos / Ajuda';
|
||||
$lang['L_MULTI_PART'] = 'Backup multi-parte';
|
||||
$lang['L_LOGFILENOTWRITABLE'] = 'Não pude criar o arquivo de log !';
|
||||
$lang['L_SQL_ERROR1'] = 'Erro na consulta:';
|
||||
$lang['L_SQL_ERROR2'] = 'MySQL diz:';
|
||||
$lang['L_UNKNOWN'] = 'desconhecido';
|
||||
$lang['L_UNKNOWN_NUMBER_OF_RECORDS'] = 'desconhecido';
|
||||
$lang['L_OK'] = 'OK';
|
||||
$lang['L_CRON_COMPLETELOG'] = 'Registrar todas as saídas';
|
||||
$lang['L_NO'] = 'não';
|
||||
$lang['L_CREATE_DATABASE'] = 'Criar novo banco de dados';
|
||||
$lang['L_EXPORTFINISHED'] = 'Exportação finalizada.';
|
||||
$lang['L_SQL_BROWSER'] = 'Navegador-SQL';
|
||||
$lang['L_SERVER'] = 'Servidor';
|
||||
$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?';
|
128
msd/language/pt_br/lang_config_overview.php
Normal file
128
msd/language/pt_br/lang_config_overview.php
Normal file
@ -0,0 +1,128 @@
|
||||
<?php
|
||||
|
||||
$lang['L_CONFIG_HEADLINE'] = 'Configuração';
|
||||
$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'] = 'Erro - incapaz de salvar configuração!';
|
||||
$lang['L_EMAIL_NOTIFICATION'] = 'Notificação por email';
|
||||
$lang['L_CONFIG_AUTODELETE'] = 'Autoexcluir';
|
||||
$lang['L_CONFIG_INTERFACE'] = 'Interface';
|
||||
$lang['L_CONFIG_EMAIL'] = 'E-mail';
|
||||
$lang['L_CONFIG_CRONSCRIPT'] = 'Cronscript';
|
||||
$lang['L_MULTI_PART_GROESSE'] = 'tamanho máximo do arquivo';
|
||||
$lang['L_HELP_MULTIPART'] = 'Se a opção multi-parte estiver ativada, o backup criará múltiplos arqruvos de backup, com o tamanho máximo determinado pela configuração abaixo';
|
||||
$lang['L_HELP_MULTIPARTGROESSE'] = 'O tamanho máximo dos arquivos de backup é configurado aqui, se a opção multi-parte estiver ativada';
|
||||
$lang['L_EMPTY_DB_BEFORE_RESTORE'] = 'Excluir tabelas antes de restaurar';
|
||||
$lang['L_ALLPARS'] = 'Todos os parâmetros';
|
||||
$lang['L_CRON_EXTENDER'] = 'Extensão do arquivo';
|
||||
$lang['L_CRON_SAVEPATH'] = 'Arquivo de configuração';
|
||||
$lang['L_CRON_PRINTOUT'] = 'Imprimir a saída na tela.';
|
||||
$lang['L_CONFIG_CRONPERL'] = 'Configurações do Crondump para o script Perl';
|
||||
$lang['L_CRON_MAILPRG'] = 'Programa de email';
|
||||
$lang['L_OPTIMIZE'] = 'Otimizar as tabelas antes do backup';
|
||||
$lang['L_HELP_OPTIMIZE'] = 'Se esta opção estiver ativada, todas as tabelas serão otimizadas antes do backup';
|
||||
$lang['L_BINARY'] = 'Export binary data in hex format';
|
||||
$lang['L_HELP_BINARY'] = 'If this option is activated, binary data are exported in hex format to avoid coding problems.';
|
||||
$lang['SFTP'] = 'O ajuste padrão para o Timeout é de 90 segundos.';
|
||||
$lang['L_FTP_TIMEOUT'] = 'Timeout da conexão';
|
||||
$lang['L_HELP_FTPSSL'] = 'Escolher se a conexão será estabelecida via SSL.';
|
||||
$lang['L_SFTP_TIMEOUT'] = 'Timeout da conexão';
|
||||
$lang['L_HELP_SFTPSSL'] = 'Escolher se a conexão será estabelecida via SSL.';
|
||||
$lang['L_CONFIG_ASKLOAD'] = 'Você deseja sobrescrever as configurações atuais com as configurações padrão?';
|
||||
$lang['L_LOAD'] = 'Usar config. padrão';
|
||||
$lang['L_LOAD_SUCCESS'] = 'As configurações padrão foram carregadas.';
|
||||
$lang['L_CRON_CRONDBINDEX'] = 'Banco de dados';
|
||||
$lang['L_WITHATTACH'] = ' com anexo';
|
||||
$lang['L_WITHOUTATTACH'] = ' sem anexo';
|
||||
$lang['L_MULTIDUMPCONF'] = '=Configuração do Multi-dump=';
|
||||
$lang['L_MULTIDUMPALL'] = '=todos os bancos de dados=';
|
||||
$lang['L_GZIP'] = 'Compressão gzip';
|
||||
$lang['L_SEND_MAIL_FORM'] = 'Enviar relatório por email';
|
||||
$lang['L_SEND_MAIL_DUMP'] = 'Anexar o backup';
|
||||
$lang['L_EMAIL_ADRESS'] = 'Endereço do email';
|
||||
$lang['L_EMAIL_SENDER'] = 'Endereço do remetente do email';
|
||||
$lang['L_EMAIL_MAXSIZE'] = 'Tamanho máximo do anexo';
|
||||
$lang['L_NUMBER_OF_FILES_FORM'] = 'Excluir pelo número de arquivos';
|
||||
$lang['L_LANGUAGE'] = 'Idioma';
|
||||
$lang['L_LIST_DB'] = 'Bancos de dados configurados:';
|
||||
$lang['L_CONFIG_FTP'] = 'Transferência via FTP do arquivo de backup';
|
||||
$lang['L_FTP_TRANSFER'] = 'Transferência via FTP';
|
||||
$lang['L_FTP_SERVER'] = 'Servidor';
|
||||
$lang['L_FTP_PORT'] = 'Porta';
|
||||
$lang['L_FTP_USER'] = 'Usuário';
|
||||
$lang['L_FTP_PASS'] = 'Senha';
|
||||
$lang['L_FTP_DIR'] = 'Diretório para upload';
|
||||
$lang['L_FTP_SSL'] = 'Conexão segura SSL FTP';
|
||||
$lang['L_FTP_USESSL'] = 'usar conexão SSL';
|
||||
$lang['L_CONFIG_SFTP'] = 'Transferência via SFTP do arquivo de backup';
|
||||
$lang['L_SFTP_TRANSFER'] = 'Transferência via SFTP';
|
||||
$lang['L_SFTP_SERVER'] = 'Servidor';
|
||||
$lang['L_SFTP_PORT'] = 'Porta';
|
||||
$lang['L_SFTP_USER'] = 'Usuário';
|
||||
$lang['L_SFTP_PASS'] = 'Senha';
|
||||
$lang['L_SFTP_DIR'] = 'Diretório para upload';
|
||||
$lang['L_SFTP_SFTP_PATH_TO_PRIVATE_KEY'] = 'Path to Private Key';
|
||||
$lang['L_SFTP_SECRET_PASSPHRASE_FOR_PRIVATE_KEY'] = 'Passphrase';
|
||||
$lang['L_SFTP_FINGERPRINT'] = 'Host Fingerprint';
|
||||
$lang['L_SQLBOXHEIGHT'] = 'Altura da caixa SQL';
|
||||
$lang['L_SQLLIMIT'] = 'Quantidade de registros por página';
|
||||
$lang['L_BBPARAMS'] = 'Configuração para códigos BB';
|
||||
$lang['L_BBTEXTCOLOR'] = 'Cor do texto';
|
||||
$lang['L_HELP_COMMANDS'] = 'Você pode executar um comando antes ou depois do backup.
|
||||
Este comando pode ser uma cláusula SQL ou um comando do sistema (p.e. um script)';
|
||||
$lang['L_COMMAND'] = 'Comando';
|
||||
$lang['L_WRONG_CONNECTIONPARS'] = 'Os parâmetros de conexão estão incorretos !';
|
||||
$lang['L_CONNECTIONPARS'] = 'Parâmetros de conexão';
|
||||
$lang['L_EXTENDEDPARS'] = 'Parâmetros extendidos';
|
||||
$lang['L_FADE_IN_OUT'] = 'Exibir sim/não';
|
||||
$lang['L_DB_BACKUPPARS'] = 'Parâmetro de backup do banco de dados';
|
||||
$lang['L_GENERAL'] = 'Geral';
|
||||
$lang['L_MAXSIZE'] = 'Tamanho máx.';
|
||||
$lang['L_ERRORHANDLING_RESTORE'] = 'Controle de erro durante a restauração';
|
||||
$lang['L_EHRESTORE_CONTINUE'] = 'continuar e registrar erros';
|
||||
$lang['L_EHRESTORE_STOP'] = 'parar';
|
||||
$lang['L_IN_MAINFRAME'] = 'no frame principal';
|
||||
$lang['L_IN_LEFTFRAME'] = 'no frame da esquerda';
|
||||
$lang['L_WIDTH'] = 'Largura';
|
||||
$lang['L_SQL_BEFEHLE'] = 'Comandos SQL';
|
||||
$lang['L_DOWNLOAD_LANGUAGES'] = 'baixar outros idiomas';
|
||||
$lang['L_DOWNLOAD_STYLES'] = 'baixar outros temas';
|
||||
$lang['L_CONNECT_TO'] = 'Conectar-se à';
|
||||
$lang['L_CHANGEDIR'] = 'Mudando para o diretório';
|
||||
$lang['L_CHANGEDIRERROR'] = 'Não pude mudar de diretório!';
|
||||
$lang['L_FTP_OK'] = 'Conexão bem sucedida.';
|
||||
$lang['L_INSTALL'] = 'Instalação';
|
||||
$lang['L_NOFTPPOSSIBLE'] = 'Você não tem as funções de FTP !';
|
||||
$lang['L_FOUND_DB'] = 'encontrado db';
|
||||
$lang['L_FTP_CHOOSE_MODE'] = 'Modo de Transferência - FTP';
|
||||
$lang['L_FTP_PASSIVE'] = 'usar modo passivo';
|
||||
$lang['L_HELP_FTP_MODE'] = 'Escolha o modo passivo quando você encontrar problemas usando o modo ativo';
|
||||
$lang['L_SFTP_PASSIVE'] = 'usar modo passivo';
|
||||
$lang['L_DB_IN_LIST'] = "O banco de dados '%s' não pode ser adicionado pois ele já existe";
|
||||
$lang['L_ADD_DB_MANUALLY'] = 'Adicionar banco de dados manualmente';
|
||||
$lang['L_DB_MANUAL_ERROR'] = "Desculpe, não é possível conectar com o banco de dados '%s'!";
|
||||
$lang['L_DB_MANUAL_FILE_ERROR'] = "Erro de arquivo: não foi possível inserir na base de dados '%s'!";
|
||||
$lang['L_NO_DB_FOUND'] = 'Não pude encontrar nenhuma base de dados automaticamente!
|
||||
Por favor, verifique os parâmetros de conexão e coloque o nome de seu banco de dados manualmente.';
|
||||
$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_SFTP_SEND_TO'] = 'to <strong>%s</strong><br> into <strong>%s</strong>';
|
||||
$lang['L_SFTP'] = 'SFTP';
|
||||
$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'] = 'Digitar comentário';
|
||||
$lang['L_AUTODETECT'] = 'auto detect';
|
58
msd/language/pt_br/lang_dump.php
Normal file
58
msd/language/pt_br/lang_dump.php
Normal file
@ -0,0 +1,58 @@
|
||||
<?php
|
||||
|
||||
$lang['L_DUMP_HEADLINE'] = 'Criar backup...';
|
||||
$lang['L_DUMP_INFO'] = 'Please wait! The database tables are optimized before the backup.';
|
||||
$lang['L_GZIP_COMPRESSION'] = 'Compressão gzip';
|
||||
$lang['L_SAVING_TABLE'] = 'Salvando a tabela ';
|
||||
$lang['L_OF'] = 'of';
|
||||
$lang['L_ACTUAL_TABLE'] = 'Tabela atual';
|
||||
$lang['L_PROGRESS_TABLE'] = 'Progresso da tabela';
|
||||
$lang['L_PROGRESS_OVER_ALL'] = 'Progresso do todo';
|
||||
$lang['L_ENTRY'] = 'Entrada';
|
||||
$lang['L_DONE'] = 'Pronto!';
|
||||
$lang['L_DUMP_SUCCESSFUL'] = ' foi criado com sucesso.';
|
||||
$lang['L_UPTO'] = 'até';
|
||||
$lang['L_EMAIL_WAS_SEND'] = 'Um email foi enviado com sucesso para ';
|
||||
$lang['L_BACK_TO_CONTROL'] = 'Continuar';
|
||||
$lang['L_BACK_TO_OVERVIEW'] = 'Visão geral do banco de dados';
|
||||
$lang['L_DUMP_FILENAME'] = 'Arquivo de backup: ';
|
||||
$lang['L_WITHPRAEFIX'] = 'com o prefixo';
|
||||
$lang['L_DUMP_NOTABLES'] = 'Nenhuma tabela foi encontrada no banco de dados `<b>%s</b>` ';
|
||||
$lang['L_DUMP_ENDERGEBNIS'] = 'O arquivo contém <b>%s</b> tabela(s) com <b>%s</b> registro(s).<br>';
|
||||
$lang['L_MAILERROR'] = 'O envio do email falhou!';
|
||||
$lang['L_EMAILBODY_ATTACH'] = 'O anexo contém o backup do seu banco de dados MySQL.<br>Backup do banco de dados `%s`
|
||||
<br><br>O seguinte arquivo foi criado:<br><br>%s <br><br>Atenciosamente<br><br>MyOOS [Dumper]<br>';
|
||||
$lang['L_EMAILBODY_MP_NOATTACH'] = 'Um backup Multi-parte foi criad.<br>Os arquivos não estão anexados a este email!<br>Backup do banco de dados `%s`
|
||||
<br><br>Os seguintes arquivos foram criados:<br><br>%s
|
||||
<br><br>Atenciosamente<br><br>MyOOS [Dumper]<br>';
|
||||
$lang['L_EMAILBODY_MP_ATTACH'] = 'Um backup Multi-parte foi criado.<br>Os arquivos de backup estão anexados em emails separados.<br>Backup do banco de dados `%s`
|
||||
<br><br>Os seguintes arquivos foram criados:<br><br>%s <br><br>Atenciosamente<br><br>MyOOS [Dumper]<br>';
|
||||
$lang['L_EMAILBODY_FOOTER'] = '`<br><br>Atenciosamente<br><br>MyOOS [Dumper]<br>';
|
||||
$lang['L_EMAILBODY_TOOBIG'] = 'O arquivo de backup excedeu o tamanho máximo de %s e não foi anexado a este email.<br>Backup do banco de dados `%s`
|
||||
<br><br>O seguinte arquivo foi criado:<br><br>%s
|
||||
<br><br>Atenciosamente<br><br>MyOOS [Dumper]<br>';
|
||||
$lang['L_EMAILBODY_NOATTACH'] = 'Os arquivos não estão anexados a este email!<br>Backup do banco de dados `%s`
|
||||
<br><br>O seguinte arquivo foi criado:<br><br>%s
|
||||
<br><br>Atenciosamente<br><br>MyOOS [Dumper]<br>';
|
||||
$lang['L_EMAIL_ONLY_ATTACHMENT'] = ' ... somente anexos.';
|
||||
$lang['L_TABLESELECTION'] = 'Seleção de tabela';
|
||||
$lang['L_SELECTALL'] = 'Selecionar tudo';
|
||||
$lang['L_DESELECTALL'] = 'Desselecionar tudo';
|
||||
$lang['L_STARTDUMP'] = 'Iniciar backup';
|
||||
$lang['L_LASTBUFROM'] = 'última atualização de';
|
||||
$lang['L_NOT_SUPPORTED'] = 'Este backup não suporta esta função.';
|
||||
$lang['L_MULTIDUMP'] = 'Multidump: Backup do(s) <b>%d</b> banco(s) de dados pronto.';
|
||||
$lang['L_FILESENDFTP'] = 'enviando o arquivo via FTP... favor ter paciente. ';
|
||||
$lang['L_FTPCONNERROR'] = 'Conexão de FTP não estabelecida! Conexão com ';
|
||||
$lang['L_FTPCONNERROR1'] = ' com o usuário ';
|
||||
$lang['L_FTPCONNERROR2'] = ' impossível';
|
||||
$lang['L_FTPCONNERROR3'] = 'Envio por FTP falhou! ';
|
||||
$lang['L_FTPCONNECTED1'] = 'Conectado com ';
|
||||
$lang['L_FTPCONNECTED2'] = ' em ';
|
||||
$lang['L_FTPCONNECTED3'] = ' trasnferido com sucesso';
|
||||
$lang['L_FILESENDSFTP'] = 'enviando o arquivo via SFTP... favor ter paciente. ';
|
||||
$lang['L_SFTPCONNERROR'] = 'Conexão de SFTP não estabelecida! Conexão com ';
|
||||
$lang['L_NR_TABLES_SELECTED'] = '- com %s tabelas selecionadas';
|
||||
$lang['L_NR_TABLES_OPTIMIZED'] = '<span class="small">%s tabelas foram otimizadas.</span>';
|
||||
$lang['L_DUMP_ERRORS'] = '<p class="error">%s erros ocorreram: <a href="log.php?r=3">verdere</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/pt_br/lang_filemanagement.php
Normal file
79
msd/language/pt_br/lang_filemanagement.php
Normal file
@ -0,0 +1,79 @@
|
||||
<?php
|
||||
|
||||
$lang['L_CONVERT_START'] = 'Iniciar a conversão';
|
||||
$lang['L_CONVERT_TITLE'] = 'Converter o dump para o formato MOD';
|
||||
$lang['L_CONVERT_WRONG_PARAMETERS'] = 'Parâmetros incorretos! A conversão não é possível.';
|
||||
$lang['L_FM_UPLOADFILEREQUEST'] = 'favor escolher um arquivo.';
|
||||
$lang['L_FM_UPLOADNOTALLOWED1'] = 'Este tipo de arquivo não é suportado.';
|
||||
$lang['L_FM_UPLOADNOTALLOWED2'] = 'Os tipos válidos são: *.gz and *.sql-files';
|
||||
$lang['L_FM_UPLOADMOVEERROR'] = 'Não pude mover os arqruivos selecionados para o diretório de envio.';
|
||||
$lang['L_FM_UPLOADFAILED'] = 'O envio falhou!';
|
||||
$lang['L_FM_UPLOADFILEEXISTS'] = 'Um arquivo com o mesmo nome já existe !';
|
||||
$lang['L_FM_NOFILE'] = 'Você não escolheu nenhum arquivo!';
|
||||
$lang['L_FM_DELETE1'] = 'O arquivo ';
|
||||
$lang['L_FM_DELETE2'] = ' foi excluido com sucesso.';
|
||||
$lang['L_FM_DELETE3'] = ' não pode ser excluido!';
|
||||
$lang['L_FM_CHOOSE_FILE'] = 'Arquivo escolhido:';
|
||||
$lang['L_FM_FILESIZE'] = 'Tamanho do arquivo';
|
||||
$lang['L_FM_FILEDATE'] = 'Data do arquivo';
|
||||
$lang['L_FM_NOFILESFOUND'] = 'Nenhum arquivo encontrado.';
|
||||
$lang['L_FM_TABLES'] = 'Tabelas';
|
||||
$lang['L_FM_RECORDS'] = 'Registros';
|
||||
$lang['L_FM_ALL_BU'] = 'Todos os backups';
|
||||
$lang['L_FM_ANZ_BU'] = 'Backups';
|
||||
$lang['L_FM_LAST_BU'] = 'Último backup';
|
||||
$lang['L_FM_TOTALSIZE'] = 'Tamanho total';
|
||||
$lang['L_FM_SELECTTABLES'] = 'Selecionar tabelas';
|
||||
$lang['L_FM_COMMENT'] = 'Digitar comentário';
|
||||
$lang['L_FM_RESTORE'] = 'Restaurar';
|
||||
$lang['L_FM_ALERTRESTORE1'] = 'Deve o banco de dados';
|
||||
$lang['L_FM_ALERTRESTORE2'] = 'ser restaurado com os rgistros do arquivo';
|
||||
$lang['L_FM_ALERTRESTORE3'] = ' ?';
|
||||
$lang['L_FM_DELETE'] = 'Excluir';
|
||||
$lang['L_FM_ASKDELETE1'] = 'Deve o arquivo ';
|
||||
$lang['L_FM_ASKDELETE2'] = 'realmente ser excluido?';
|
||||
$lang['L_FM_ASKDELETE3'] = 'Você deseja que a autoexclusão seja executada com as regras configuradas agora?';
|
||||
$lang['L_FM_ASKDELETE4'] = 'Você deseja excluir todos os arqruvos de backup?';
|
||||
$lang['L_FM_ASKDELETE5'] = 'Você deseja excluir todos os arqruvos de backup com ';
|
||||
$lang['L_FM_ASKDELETE5_2'] = '_* ?';
|
||||
$lang['L_FM_DELETEAUTO'] = 'Executar a autoexclusão manualmente';
|
||||
$lang['L_FM_DELETEALL'] = 'Excluir todos os arqruvos de backup';
|
||||
$lang['L_FM_DELETEALLFILTER'] = 'Excluir todos com ';
|
||||
$lang['L_FM_DELETEALLFILTER2'] = '_*';
|
||||
$lang['L_FM_STARTDUMP'] = 'Iniciar novo backup';
|
||||
$lang['L_FM_FILEUPLOAD'] = 'Enviar arquivo';
|
||||
$lang['L_FM_DBNAME'] = 'Nome do banco de dados';
|
||||
$lang['L_FM_FILES1'] = 'Backups do banco de dados';
|
||||
$lang['L_FM_FILES2'] = 'Estruturas do banco de dados';
|
||||
$lang['L_FM_AUTODEL1'] = 'Autoexclusão: os seguintes arqruivos foram excluidos devido ao ajuste de número máximo de arquivos:';
|
||||
$lang['L_DELETE_FILE_SUCCESS'] = 'File "%s" was deleted successfully.';
|
||||
$lang['L_FM_DUMPSETTINGS'] = 'Configuração do script';
|
||||
$lang['L_FM_OLDBACKUP'] = '(desconhecido)';
|
||||
$lang['L_FM_RESTORE_HEADER'] = 'Restaurar o banco de dados "<strong>%s</strong>"';
|
||||
$lang['L_DELETE_FILE_ERROR'] = 'Error deleting file "%s"!';
|
||||
$lang['L_FM_DUMP_HEADER'] = 'Backup';
|
||||
$lang['L_DOCRONBUTTON'] = 'Executar o script Perl Cron';
|
||||
$lang['L_DOPERLTEST'] = 'Testar módulos Perl';
|
||||
$lang['L_DOSIMPLETEST'] = 'Testar Perl';
|
||||
$lang['L_PERLOUTPUT1'] = 'Entrada no crondump.pl para o absolute_path_of_configdir';
|
||||
$lang['L_PERLOUTPUT2'] = 'URL para o navegador ou serviço Cron externo';
|
||||
$lang['L_PERLOUTPUT3'] = 'Linha de comando no terminal para o Crontab';
|
||||
$lang['L_RESTORE_OF_TABLES'] = 'Choose tables to be restored';
|
||||
$lang['L_CONVERTER'] = 'Conversor de backup';
|
||||
$lang['L_CONVERT_FILE'] = 'Arquivo a ser convertido';
|
||||
$lang['L_CONVERT_FILENAME'] = 'Nome do arquivo de destino (sem extensão)';
|
||||
$lang['L_CONVERTING'] = 'Convertendo';
|
||||
$lang['L_CONVERT_FILEREAD'] = "Ler arquivo '%s'";
|
||||
$lang['L_CONVERT_FINISHED'] = "Conversão terminada, o arquivo '%s' foi gravado com sucesso.";
|
||||
$lang['L_NO_MOD_BACKUPFILE'] = 'Backups de outros scripts';
|
||||
$lang['L_MAX_UPLOAD_SIZE'] = 'Tamanho máximo do aqruivo';
|
||||
$lang['L_MAX_UPLOAD_SIZE_INFO'] = 'Se o seu arquivo de dump é maior que o limite mencionado acima, você deve enviá-lo via FTP para o diretório "work/backup".
|
||||
Após fazer isso você poderá escolhê-lo novamente para iniciar o processo de restauração. ';
|
||||
$lang['L_ENCODING'] = 'encoding';
|
||||
$lang['L_FM_CHOOSE_ENCODING'] = 'Choose encoding of backup file';
|
||||
$lang['L_CHOOSE_CHARSET'] = "MyOOS [Dumper] 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!';
|
40
msd/language/pt_br/lang_help.php
Normal file
40
msd/language/pt_br/lang_help.php
Normal file
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
$lang['L_HELP_DB'] = 'Esta é a lista de todos os bancos de dados';
|
||||
$lang['L_HELP_PRAEFIX'] = 'o prefixo é uma string no começo do nome da tabela, que funciona como um filtro.';
|
||||
$lang['L_HELP_ZIP'] = "Compressão com GZip - estado recomendado é 'ativado'";
|
||||
$lang['L_HELP_MEMORYLIMIT'] = 'Quantidade máxima de memória em bytes para o script
|
||||
0 = desativado';
|
||||
$lang['L_MEMORY_LIMIT'] = 'Limite de memória';
|
||||
$lang['L_HELP_AD1'] = 'Se ativado os arquivos de backup serão excluidos automaticamente.';
|
||||
$lang['L_HELP_AD3'] = 'número máximo de arquivos de backup (para autoexclusão)
|
||||
0 = desativado';
|
||||
$lang['L_HELP_LANG'] = 'selecione seu idioma';
|
||||
$lang['L_HELP_EMPTY_DB_BEFORE_RESTORE'] = 'Para eliminar dados sem valor você pode configurar para limpar seu banco de dados antes de restaurar';
|
||||
$lang['L_HELP_CRONEXTENDER'] = "Extensão dos scripts Perl, o padrão é '.pl'";
|
||||
$lang['L_HELP_CRONSAVEPATH'] = 'Nome do arquivo de configuração para o script Perl';
|
||||
$lang['L_HELP_CRONPRINTOUT'] = 'Se a saída estiver desativada ela não irá aparecer na tela.
|
||||
Isto é independente de fazer impressão a partir do arquivo de log.';
|
||||
$lang['L_HELP_CRONSAMEDB'] = 'Usar o mesmo bd no trabalho Cron como está configurado o banco de dados?';
|
||||
$lang['L_HELP_CRONDBINDEX'] = 'escolha o banco de dados para o Cron';
|
||||
$lang['L_HELP_FTPTRANSFER'] = 'se ativado o arquivo será encaminhado via FTP.';
|
||||
$lang['L_HELP_FTPSERVER'] = 'Endereço do servidor de FTP';
|
||||
$lang['L_HELP_FTPPORT'] = 'Porta do servidor de FTP, padrão: 21';
|
||||
$lang['L_HELP_FTPUSER'] = 'digite o nome do usuário para o FTP';
|
||||
$lang['L_HELP_FTPPASS'] = 'digite a senha para o FTP';
|
||||
$lang['L_HELP_FTPDIR'] = 'onde está o diretório para upload? Digite o caminho!';
|
||||
$lang['L_HELP_SFTPTRANSFER'] = 'se ativado o arquivo será encaminhado via SFTP.';
|
||||
$lang['L_HELP_SFTPSERVER'] = 'Endereço do servidor de SFTP';
|
||||
$lang['L_HELP_SFTPPORT'] = 'Porta do servidor de SFTP, padrão: 22';
|
||||
$lang['L_HELP_SFTPUSER'] = 'digite o nome do usuário para o SFTP';
|
||||
$lang['L_HELP_SFTPPASS'] = 'digite a senha para o SFTP';
|
||||
$lang['L_HELP_SFTPDIR'] = 'onde está o diretório para upload? Digite o caminho!';
|
||||
$lang['L_HELP_SPEED'] = 'Velocidade mínima e máxima. O padrão é: 50 à 5000';
|
||||
$lang['L_SPEED'] = 'Controle de velocidade';
|
||||
$lang['L_HELP_CRONEXECPATH'] = 'Lugar dos scripts Perl.
|
||||
O ponto de partida é o endereço HTTP (como um endereço no navegador)
|
||||
Permitidas entradas absolutas ou relativas.';
|
||||
$lang['L_CRON_EXECPATH'] = 'Caminho dos scripts Perl';
|
||||
$lang['L_HELP_CRONCOMPLETELOG'] = 'Quando ativo o resultado completo será escrito em um arquivo_logcompleto.
|
||||
Isto é independente de imprimir o texto';
|
||||
$lang['L_HELP_FTP_MODE'] = 'Quando você observar problemas usando a tranferência em FTP, ative o modo passivo.';
|
86
msd/language/pt_br/lang_install.php
Normal file
86
msd/language/pt_br/lang_install.php
Normal file
@ -0,0 +1,86 @@
|
||||
<?php
|
||||
|
||||
$lang['L_INSTALLFINISHED'] = '<br>Instalação completada --> <a href="index.php">iniciar o MyOOS [Dumper]</a><br>';
|
||||
$lang['L_INSTALL_TOMENU'] = 'Voltar ao menu principal';
|
||||
$lang['L_INSTALLMENU'] = 'Menu principal';
|
||||
$lang['L_STEP'] = 'Passo';
|
||||
$lang['L_INSTALL'] = 'Instalação';
|
||||
$lang['L_UNINSTALL'] = 'Desinstalar';
|
||||
$lang['L_TOOLS'] = 'Ferramentas';
|
||||
$lang['L_EDITCONF'] = 'Editar configuração';
|
||||
$lang['L_OSWEITER'] = 'Continuar sem salvar';
|
||||
$lang['L_ERRORMAN'] = '<strong>Erro durante a gravação da configuração!</strong><br>Favor editar o Arquivo ';
|
||||
$lang['L_MANUELL'] = 'manualmente';
|
||||
$lang['L_CREATEDIRS'] = 'Criar diretórios';
|
||||
$lang['L_INSTALL_CONTINUE'] = 'Continuar com a instalação';
|
||||
$lang['L_CONNECTTOMYSQL'] = 'Conectar ao MySQL ';
|
||||
$lang['L_DBPARAMETER'] = 'Parâmetros do banco de dados';
|
||||
$lang['L_CONFIGNOTWRITABLE'] = 'Eu não consigo escrever no arquivo "config.php".
|
||||
Favor usar seu programa de FTP e alterar as permissões deste arquivo para 0777.';
|
||||
$lang['L_DBCONNECTION'] = 'Conexão do banco de dados';
|
||||
$lang['L_CONNECTIONERROR'] = 'Erro: incapaz de conectar.';
|
||||
$lang['L_CONNECTION_OK'] = 'A conexão ao banco de dados foi estabelecida.';
|
||||
$lang['L_SAVEANDCONTINUE'] = 'Salvar e continuar a instalação';
|
||||
$lang['L_CONFBASIC'] = 'Parâmetros básicos';
|
||||
$lang['L_INSTALL_STEP2FINISHED'] = 'Os parâmetros do banco de dados foram salvos.';
|
||||
$lang['L_INSTALL_STEP2_1'] = 'Continuar a instalação com as opções padrão';
|
||||
$lang['L_LASTSTEP'] = 'Instalação terminada';
|
||||
$lang['L_FTPMODE'] = 'Criar os diretórios necessários em modo seguro';
|
||||
$lang['L_IDOMANUAL'] = 'Eu mesmo criarei os diretórios';
|
||||
$lang['L_DOFROM'] = 'iniciando com';
|
||||
$lang['L_FTPMODE2'] = 'Criar os diretórios pelo FTP:';
|
||||
$lang['L_CONNECT'] = 'conectar';
|
||||
$lang['L_DIRS_CREATED'] = 'Os diretórios foram criados e as permissões corretamente atribuídas.';
|
||||
$lang['L_CONNECT_TO'] = 'conectar a';
|
||||
$lang['L_CHANGEDIR'] = 'mudar para o diretório';
|
||||
$lang['L_CHANGEDIRERROR'] = 'a mudança para o diretório não foi possível';
|
||||
$lang['L_FTP_OK'] = 'os parâmetros de FTP estão ok';
|
||||
$lang['L_CREATEDIRS2'] = 'Criar diretórios';
|
||||
$lang['L_FTP_NOTCONNECTED'] = 'A conexão de FTP não foi estabelecida!';
|
||||
$lang['L_CONNWITH'] = 'Conexão com';
|
||||
$lang['L_ASUSER'] = 'como usuário';
|
||||
$lang['L_NOTPOSSIBLE'] = 'impossível';
|
||||
$lang['L_DIRCR1'] = 'criar workdir';
|
||||
$lang['L_DIRCR2'] = 'criar backupdir';
|
||||
$lang['L_DIRCR4'] = 'criar logdir';
|
||||
$lang['L_DIRCR5'] = 'criar configurationdir';
|
||||
$lang['L_INDIR'] = 'agora no diretório';
|
||||
$lang['L_CHECK_DIRS'] = 'Verificar meus diretórios';
|
||||
$lang['L_DISABLEDFUNCTIONS'] = 'Funções desativadas';
|
||||
$lang['L_NOFTPPOSSIBLE'] = 'Você não tem as funções de FTP !';
|
||||
$lang['L_NOGZPOSSIBLE'] = 'Você não tem as funções de compressão !';
|
||||
$lang['L_UI1'] = 'Todos os diretórios que podem conter backups serão excluidos.';
|
||||
$lang['L_UI2'] = 'Você tem certeza de que quer isso?';
|
||||
$lang['L_UI3'] = 'não, cancelar imediatamente';
|
||||
$lang['L_UI4'] = 'sim, favor continuar';
|
||||
$lang['L_UI5'] = 'excluir diretórios de serviço';
|
||||
$lang['L_UI6'] = 'todos foram excluidos com sucesso.';
|
||||
$lang['L_UI7'] = 'Fvor excluir o diretório de script';
|
||||
$lang['L_UI8'] = 'one level up';
|
||||
$lang['L_UI9'] = 'Um erro ocorreu, impossível excluir</p>Erro com o diretório ';
|
||||
$lang['L_IMPORT'] = 'Importar configuração';
|
||||
$lang['L_IMPORT3'] = 'A configuração foi carregada ...';
|
||||
$lang['L_IMPORT4'] = 'A configuração foi salva.';
|
||||
$lang['L_IMPORT5'] = 'Iniciar o MyOOS [Dumper]';
|
||||
$lang['L_IMPORT6'] = 'Menu de instalação';
|
||||
$lang['L_IMPORT7'] = 'Enviar configuração';
|
||||
$lang['L_IMPORT8'] = 'voltar ao envio';
|
||||
$lang['L_IMPORT9'] = 'Este não é um backup de configuração !';
|
||||
$lang['L_IMPORT10'] = 'A configuração foi enviada com sucesso ...';
|
||||
$lang['L_IMPORT11'] = '<strong>Erro: </strong>Houveram problemas ao escrever os comandos sql';
|
||||
$lang['L_IMPORT12'] = '<strong>Erro: </strong>Houveram problemas ao escrever o config.php';
|
||||
$lang['L_INSTALL_HELP_PORT'] = '(em branco = Porta padrão)';
|
||||
$lang['L_INSTALL_HELP_SOCKET'] = '(em branco = Socket padrão)';
|
||||
$lang['L_TRYAGAIN'] = 'Tentar novamente';
|
||||
$lang['L_SOCKET'] = 'Socket';
|
||||
$lang['L_PORT'] = 'Porta';
|
||||
$lang['L_FOUND_DB'] = 'bd localizado';
|
||||
$lang['L_FM_FILEUPLOAD'] = 'Enviar arquivo';
|
||||
$lang['L_PASS'] = 'Senha';
|
||||
$lang['L_NO_DB_FOUND_INFO'] = 'A conexão com o banco de dados foi estabelecida com sucesso.<br>
|
||||
Seus dados de usuário são válidos e foram aceitos pelo Servidor MySQL.<br>
|
||||
Mas o MyOOS [Dumper] não foi capaz de encontrar nenhuma base de dados.<br>
|
||||
A detecção automática via script é bloqueada em alguns servidores.<br>
|
||||
Você deve colocar seus dados do banco de dados manualmente depois de terminada a instalação.
|
||||
Clique em "configurações" "Parâmetros de Conexão - exibir" e digite ali o nome do banco de dados.';
|
||||
$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.';
|
7
msd/language/pt_br/lang_log.php
Normal file
7
msd/language/pt_br/lang_log.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$lang['L_LOG_DELETE'] = 'excluir log';
|
||||
$lang['L_LOGFILEFORMAT'] = 'Formato do arquivo de log';
|
||||
$lang['L_LOGFILENOTWRITABLE'] = 'Não pude escrever no arquiuvo de log !';
|
||||
$lang['L_NOREVERSE'] = 'Entradas mais antigas primeiro';
|
||||
$lang['L_REVERSE'] = 'Últimas entradas primeiro';
|
89
msd/language/pt_br/lang_main.php
Normal file
89
msd/language/pt_br/lang_main.php
Normal file
@ -0,0 +1,89 @@
|
||||
<?php
|
||||
|
||||
$lang['L_NOFTPPOSSIBLE'] = 'Você não tem alçada para funções de FTP !';
|
||||
$lang['L_INFO_LOCATION'] = 'Sua localização é ';
|
||||
$lang['L_INFO_DATABASES'] = 'Os seguintes bancos de dados estão no seu servidor:';
|
||||
$lang['L_INFO_NODB'] = 'O banco de dados não existe.';
|
||||
$lang['L_INFO_DBDETAIL'] = 'informação detalhada do banco de dados ';
|
||||
$lang['L_INFO_DBEMPTY'] = 'O banco de dados está vazio !';
|
||||
$lang['L_INFO_RECORDS'] = 'Registros';
|
||||
$lang['L_INFO_SIZE'] = 'tamanho';
|
||||
$lang['L_INFO_LASTUPDATE'] = 'Última atualização';
|
||||
$lang['L_INFO_SUM'] = 'total';
|
||||
$lang['L_INFO_OPTIMIZED'] = 'otimizada';
|
||||
$lang['L_OPTIMIZE_DATABASES'] = 'Otimizar tabelas';
|
||||
$lang['L_CHECK_TABLES'] = 'Verificar tabelas';
|
||||
$lang['L_CLEAR_DATABASE'] = 'Limpar banco de dados';
|
||||
$lang['L_DELETE_DATABASE'] = 'Excluir banco de dados';
|
||||
$lang['L_INFO_CLEARED'] = 'foi limpa';
|
||||
$lang['L_INFO_DELETED'] = 'foi excluida';
|
||||
$lang['L_INFO_EMPTYDB1'] = 'Deve o banco de dados';
|
||||
$lang['L_INFO_EMPTYDB2'] = ' ser truncado? (Atenção: Todos os dados serão perdidos para sempre!)';
|
||||
$lang['L_INFO_KILLDB'] = ' ser excluído? (Atenção: Todos os dados serão perdidos para sempre!)';
|
||||
$lang['L_PROCESSKILL1'] = 'O script tenta abortar o processo ';
|
||||
$lang['L_PROCESSKILL2'] = 'para abortar.';
|
||||
$lang['L_PROCESSKILL3'] = 'O script tenta desde ';
|
||||
$lang['L_PROCESSKILL4'] = ' sec. abortar o processo ';
|
||||
$lang['L_HTACC_CREATE'] = 'Criar proteção do diretório';
|
||||
$lang['L_ENCRYPTION_TYPE'] = 'Tipo de encriptação';
|
||||
$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'] = 'Já existe uma proteção do diretório. Se você criar novas, as antigas serão sobrescritas !';
|
||||
$lang['L_HTACC_NO_USERNAME'] = 'Você tem que digitar um nome!';
|
||||
$lang['L_PASSWORDS_UNEQUAL'] = 'As senhas não são idênticas ou são nulas !';
|
||||
$lang['L_HTACC_CONFIRM_CREATE'] = 'Deve a proteção do diretório ser gravada agora ?';
|
||||
$lang['L_HTACC_CONFIRM_DELETE'] = 'Are you sure you want to remove directory protection?';
|
||||
$lang['L_HTACC_CREATED'] = 'A proteção do diretório foi criada.';
|
||||
$lang['L_HTACC_CONTENT'] = 'Conteúdo do arquivo';
|
||||
$lang['L_HTACC_CREATE_ERROR'] = 'Houve um erro durante a criação da proteção do diretório !<br>Favor criar os 2 arquivos manualmente com o seguinte conteúdo';
|
||||
$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'] = 'Editar o .htaccess';
|
||||
$lang['L_HTACCESS18'] = 'Criar o .htaccess em ';
|
||||
$lang['L_HTACCESS19'] = 'Recarregar ';
|
||||
$lang['L_HTACCESS20'] = 'Executar script';
|
||||
$lang['L_HTACCESS21'] = 'Adicionar handler';
|
||||
$lang['L_HTACCESS22'] = 'Tornar executável';
|
||||
$lang['L_HTACCESS23'] = 'Listar Diretórios';
|
||||
$lang['L_HTACCESS24'] = 'Documento de Erro';
|
||||
$lang['L_HTACCESS25'] = 'Ativar rewrite';
|
||||
$lang['L_HTACCESS26'] = 'Negar / Permitir';
|
||||
$lang['L_HTACCESS27'] = 'Redirecionar';
|
||||
$lang['L_HTACCESS28'] = 'Error Log';
|
||||
$lang['L_HTACCESS29'] = 'Mais exemplos e documentação';
|
||||
$lang['L_HTACCESS30'] = 'Provedor';
|
||||
$lang['L_HTACCESS31'] = 'General';
|
||||
$lang['L_HTACCESS32'] = 'Atenção! As diretivas do .htaccess afetam o comportamento do navegador.<br>Com conteúdo incorreto, as páginas podem ficar inacessíveis.';
|
||||
$lang['L_DISABLEDFUNCTIONS'] = 'Desativar Funções';
|
||||
$lang['L_NOGZPOSSIBLE'] = 'Como Zlib não está instalado, você não poderá usar as funções do GZip!';
|
||||
$lang['L_DELETE_HTACCESS'] = 'Remover proteção de diretório (apagar .htaccess)';
|
||||
$lang['L_WRONG_RIGHTS'] = "O arquivo ou o diretório '%s' não tem permissão de escrita para mim.<br>
|
||||
As permissões (chmod) não estão configuradas apropriadamente ou não há privilégios suficientes para este usuário.<br>
|
||||
Por favor configure corretamente as permissões usando o programa de FTP.<br>
|
||||
O arquivo ou diretório necessitam de configuração para %s.<br>";
|
||||
$lang['L_CANT_CREATE_DIR'] = "Não foi possível criar o diretório '%s'.
|
||||
Por favor utilize seu programa de FTP.";
|
||||
$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'] = 'não pude encontrar o arquivo';
|
||||
$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';
|
19
msd/language/pt_br/lang_restore.php
Normal file
19
msd/language/pt_br/lang_restore.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
$lang['L_RESTORE_TABLES_COMPLETED0'] = 'Até agora <b>%d</b> tabelas foram criadas.';
|
||||
$lang['L_FILE_MISSING'] = 'não pude encontrar o arquivo';
|
||||
$lang['L_RESTORE_DB'] = "banco de dados '<b>%s</b>' em '<b>%s</b>'.";
|
||||
$lang['L_RESTORE_COMPLETE'] = '<b>%s</b> tabelas driadas.';
|
||||
$lang['L_RESTORE_RUN1'] = '<br>Up to now <b>%s</b> of <b>%s</b> registros foram adicionados com sucesso.';
|
||||
$lang['L_RESTORE_RUN2'] = "<br>Agora a tabela '<b>%s</b>' está sendo restaurada.<br><br>";
|
||||
$lang['L_RESTORE_COMPLETE2'] = '<b>%s</b> registros inseridos.';
|
||||
$lang['L_RESTORE_TABLES_COMPLETED'] = 'Até agora <b>%d</b> de <b>%d</b> tabelas foram criadas.';
|
||||
$lang['L_RESTORE_TOTAL_COMPLETE'] = '<br><b>Parabéns.</b><br><br>A restauração do banco de dados está pronta.<br>todos os dados do arquivo de backup foram restaurados.<br><br>Está tudo pronto. :-)';
|
||||
$lang['L_DB_SELECT_ERROR'] = '<br>Error:<br>Seleção do banco de dados <b>';
|
||||
$lang['L_DB_SELECT_ERROR2'] = '</b> falhou!';
|
||||
$lang['L_FILE_OPEN_ERROR'] = 'Erro: não pude abrir o arquivo.';
|
||||
$lang['L_PROGRESS_OVER_ALL'] = 'Progresso do todo';
|
||||
$lang['L_BACK_TO_OVERVIEW'] = 'Visão geral do banco de dados';
|
||||
$lang['L_RESTORE_RUN0'] = '<br>até agora <b>%s</b> registros foram adicionados com sucesso.';
|
||||
$lang['L_UNKNOWN_SQLCOMMAND'] = 'comando SQL desconhecido';
|
||||
$lang['L_NOTICES'] = 'Notices';
|
190
msd/language/pt_br/lang_sql.php
Normal file
190
msd/language/pt_br/lang_sql.php
Normal file
@ -0,0 +1,190 @@
|
||||
<?php
|
||||
|
||||
$lang['L_COMMAND'] = 'Comando';
|
||||
$lang['L_IMPORT_NOTABLE'] = 'Nenhuma tabela foi selecionada para importação!';
|
||||
$lang['L_PASSWORD_STRENGTH'] = 'Password strength';
|
||||
$lang['L_SQL_WARNING'] = 'A execução do comandos SQL pode manipular os dados. CUIDADO! Os autores não aceitam qualquer responsabilidade por danos ou perda de dados.';
|
||||
$lang['L_SQL_EXEC'] = 'Executar comando SQL';
|
||||
$lang['L_SQL_DATAVIEW'] = 'Exibir dados';
|
||||
$lang['L_SQL_TABLEVIEW'] = 'Exibir tabelas';
|
||||
$lang['L_SQL_VONINS'] = 'do total';
|
||||
$lang['L_SQL_NODATA'] = 'nenhum registro';
|
||||
$lang['L_SQL_RECORDUPDATED'] = 'O registro foi atualizado';
|
||||
$lang['L_SQL_RECORDINSERTED'] = 'O registro foi adicionado';
|
||||
$lang['L_SQL_BACKDBOVERVIEW'] = 'Voltar para Visão geral';
|
||||
$lang['L_SQL_RECORDDELETED'] = 'O registro foi excluido';
|
||||
$lang['L_ASKTABLEEMPTY'] = 'Deve a tabela `%s` ser esvaziada?';
|
||||
$lang['L_SQL_RECORDEDIT'] = 'editar registro';
|
||||
$lang['L_SQL_RECORDNEW'] = 'novo registro';
|
||||
$lang['L_ASKDELETERECORD'] = 'Você tem certeza em apagar este registro?';
|
||||
$lang['L_ASKDELETETABLE'] = 'Deve a tabela `%s` ser excluida?';
|
||||
$lang['L_SQL_BEFEHLE'] = 'Comandos SQL';
|
||||
$lang['L_SQL_BEFEHLNEU'] = 'Novo comando';
|
||||
$lang['L_SQL_BEFEHLSAVED1'] = 'Comando SQL';
|
||||
$lang['L_SQL_BEFEHLSAVED2'] = 'foi adicionada';
|
||||
$lang['L_SQL_BEFEHLSAVED3'] = 'foi salva';
|
||||
$lang['L_SQL_BEFEHLSAVED4'] = 'foi movida acima';
|
||||
$lang['L_SQL_BEFEHLSAVED5'] = 'foi excluida';
|
||||
$lang['L_SQL_QUERYENTRY'] = 'A consulta contém';
|
||||
$lang['L_SQL_COLUMNS'] = 'Colunas';
|
||||
$lang['L_ASKDBDELETE'] = 'Você quer excluir o banco de dados `%s` com seu conteúdo?';
|
||||
$lang['L_ASKDBEMPTY'] = 'Você quer esvaziar o banco de dados `%s` ?';
|
||||
$lang['L_ASKDBCOPY'] = 'Você quer copiar o banco de dados `%s` para o banco de dados `%s`?';
|
||||
$lang['L_SQL_TABLENEW'] = 'Editar tabelas';
|
||||
$lang['L_SQL_OUTPUT'] = 'Saída SQL';
|
||||
$lang['L_DO_NOW'] = 'executar agora';
|
||||
$lang['L_SQL_NAMEDEST_MISSING'] = 'O nome da destinação está faltando !';
|
||||
$lang['L_ASKDELETEFIELD'] = 'Você quer excluir o campo?';
|
||||
$lang['L_SQL_COMMANDS_IN'] = ' linhas em ';
|
||||
$lang['L_SQL_COMMANDS_IN2'] = ' sec. parsed.';
|
||||
$lang['L_SQL_OUT1'] = 'Executado ';
|
||||
$lang['L_SQL_OUT2'] = 'Comandos';
|
||||
$lang['L_SQL_OUT3'] = 'Haviam ';
|
||||
$lang['L_SQL_OUT4'] = 'Comentários';
|
||||
$lang['L_SQL_OUT5'] = 'Devido à saída conter mais de 5000 linhas ela não será exibida.';
|
||||
$lang['L_SQL_SELECDB'] = 'Selecionar banco de dados';
|
||||
$lang['L_SQL_TABLESOFDB'] = 'Tabelas do banco de dados';
|
||||
$lang['L_SQL_EDIT'] = 'editar';
|
||||
$lang['L_SQL_NOFIELDDELETE'] = 'A exclusão não é possível porque as tabelas devem ter pelo menos um campo.';
|
||||
$lang['L_SQL_FIELDDELETE1'] = 'O campo';
|
||||
$lang['L_SQL_DELETED'] = 'foi excluido';
|
||||
$lang['L_SQL_CHANGED'] = 'foi modificado.';
|
||||
$lang['L_SQL_CREATED'] = 'foi criado.';
|
||||
$lang['L_SQL_NODEST_COPY'] = 'Nenhuma cópia sem destinação !';
|
||||
$lang['L_SQL_DESTTABLE_EXISTS'] = 'tabelas de destinação existem !';
|
||||
$lang['L_SQL_SCOPY'] = 'A estrutura da tabela `%s` foi copiada para a tabela `%s`.';
|
||||
$lang['L_SQL_TCOPY'] = 'A tabela `%s` foi copiada com os dados da tabela `%s`.';
|
||||
$lang['L_SQL_TABLENONAME'] = 'A tabela requer um nome!';
|
||||
$lang['L_SQL_TBLNAMEEMPTY'] = 'O nome da tabela não pode ser nulo!';
|
||||
$lang['L_SQL_COLLATENOTMATCH'] = 'O conjunto de caracteres e intercalação não combinam juntos!';
|
||||
$lang['L_SQL_FIELDNAMENOTVALID'] = 'Erro: Nenhum nome de campo válido';
|
||||
$lang['L_SQL_CREATETABLE'] = 'crair tabela';
|
||||
$lang['L_SQL_COPYTABLE'] = 'copiar tabela';
|
||||
$lang['L_SQL_STRUCTUREONLY'] = 'Somente a estrutura';
|
||||
$lang['L_SQL_STRUCTUREDATA'] = 'Estrutura e dados';
|
||||
$lang['L_SQL_NOTABLESINDB'] = 'Nenhuma tabela encontrada no banco de dados';
|
||||
$lang['L_SQL_SELECTTABLE'] = 'selecionar tabela';
|
||||
$lang['L_SQL_SHOWDATATABLE'] = 'Exibir dados da tabela';
|
||||
$lang['L_SQL_TBLPROPSOF'] = 'Propriedades da tabela';
|
||||
$lang['L_SQL_EDITFIELD'] = 'Editar campo';
|
||||
$lang['L_SQL_NEWFIELD'] = 'Novo campo';
|
||||
$lang['L_SQL_INDEXES'] = 'Índices';
|
||||
$lang['L_SQL_ATPOSITION'] = 'inserir na posição';
|
||||
$lang['L_SQL_FIRST'] = 'primeiro';
|
||||
$lang['L_SQL_AFTER'] = 'após';
|
||||
$lang['L_SQL_CHANGEFIELD'] = 'modificar campo';
|
||||
$lang['L_SQL_INSERTFIELD'] = 'inserir campo';
|
||||
$lang['L_SQL_INSERTNEWFIELD'] = 'inserir novo campo';
|
||||
$lang['L_SQL_TABLEINDEXES'] = 'Índices da tabela';
|
||||
$lang['L_SQL_ALLOWDUPS'] = 'Duplicidade permitida';
|
||||
$lang['L_SQL_CARDINALITY'] = 'Cardinalmente';
|
||||
$lang['L_SQL_TABLENOINDEXES'] = 'Nenhum índices na tabela';
|
||||
$lang['L_SQL_CREATEINDEX'] = 'criar novo índice';
|
||||
$lang['L_SQL_WASEMPTIED'] = 'foi esvaziada';
|
||||
$lang['L_SQL_RENAMEDTO'] = 'foi renomeado para';
|
||||
$lang['L_SQL_DBCOPY'] = 'O conteúdo do banco de dados `%s` foi copiado no banco de dados `%s`.';
|
||||
$lang['L_SQL_DBSCOPY'] = 'A estrutura do banco de dados `%s` foi copiada no banco de dados `%s`.';
|
||||
$lang['L_SQL_WASCREATED'] = 'foi criada';
|
||||
$lang['L_SQL_RENAMEDB'] = 'Renomear banco de dados';
|
||||
$lang['L_SQL_ACTIONS'] = 'Ações';
|
||||
$lang['L_SQL_CHOOSEACTION'] = 'Escolher ação';
|
||||
$lang['L_SQL_DELETEDB'] = 'Excluir banco de dados';
|
||||
$lang['L_SQL_EMPTYDB'] = 'Esvaziar banco de dados';
|
||||
$lang['L_SQL_COPYDATADB'] = 'Copiar todo o banco de dados para';
|
||||
$lang['L_SQL_COPYSDB'] = 'Copiar a estrutura do banco de dados';
|
||||
$lang['L_SQL_IMEXPORT'] = 'Importar-Exportar';
|
||||
$lang['L_INFO_RECORDS'] = 'registros';
|
||||
$lang['L_NAME'] = 'Name';
|
||||
$lang['L_ASKTABLEEMPTYKEYS'] = 'Deve a tabela `%s` ser esvaziada e os índices reiniciados?';
|
||||
$lang['L_EDIT'] = 'editar';
|
||||
$lang['L_DELETE'] = 'excluir';
|
||||
$lang['L_EMPTY'] = 'esvaziar';
|
||||
$lang['L_EMPTYKEYS'] = 'esvaziar e reiniciar os índices';
|
||||
$lang['L_SQL_TABLEEMPTIED'] = 'A tabela `%s` foi excluida.';
|
||||
$lang['L_SQL_TABLEEMPTIEDKEYS'] = 'A tabela `%s` foi excluida e os índices reiniciados.';
|
||||
$lang['L_SQL_LIBRARY'] = 'Biblioteca SQL';
|
||||
$lang['L_SQL_ATTRIBUTES'] = 'Atributos';
|
||||
$lang['L_SQL_UPLOADEDFILE'] = 'arquivo carregado: ';
|
||||
$lang['L_SQL_IMPORT'] = 'Importar no banco de dados `%s`';
|
||||
$lang['L_EXPORT'] = 'Exportar';
|
||||
$lang['L_IMPORT'] = 'Importar';
|
||||
$lang['L_IMPORTOPTIONS'] = 'Opções de importação';
|
||||
$lang['L_CSVOPTIONS'] = 'Opções de CSV';
|
||||
$lang['L_IMPORTTABLE'] = 'Importar para a tabela';
|
||||
$lang['L_NEWTABLE'] = 'nova tabela';
|
||||
$lang['L_IMPORTSOURCE'] = 'Fonte da importação';
|
||||
$lang['L_FROMTEXTBOX'] = 'da caixa de texto';
|
||||
$lang['L_FROMFILE'] = 'do arquivo';
|
||||
$lang['L_EMPTYTABLEBEFORE'] = 'Esvaziar a tabela antes';
|
||||
$lang['L_CREATEAUTOINDEX'] = 'Criar um Auto-índice';
|
||||
$lang['L_CSV_NAMEFIRSTLINE'] = 'Nome dos campos na primeira linha';
|
||||
$lang['L_CSV_FIELDSEPERATE'] = 'Campos separados por';
|
||||
$lang['L_CSV_FIELDSENCLOSED'] = 'Campos fechados por';
|
||||
$lang['L_CSV_FIELDSESCAPE'] = 'Campos escapados com';
|
||||
$lang['L_CSV_EOL'] = 'Separar linhas com';
|
||||
$lang['L_CSV_NULL'] = 'Substituir NULL com';
|
||||
$lang['L_CSV_FILEOPEN'] = 'Abrir arquivo CSV';
|
||||
$lang['L_IMPORTIEREN'] = 'Importar';
|
||||
$lang['L_SQL_EXPORT'] = 'Exportar from banco de dados `%s`';
|
||||
$lang['L_EXPORTOPTIONS'] = 'Opções de exportação';
|
||||
$lang['L_EXCEL2003'] = 'Excel de 2003';
|
||||
$lang['L_SHOWRESULT'] = 'exibir resultado';
|
||||
$lang['L_SENDRESULTASFILE'] = 'enviar resultado como arquivo';
|
||||
$lang['L_EXPORTLINES'] = '<strong>%s</strong> linhas exportadas';
|
||||
$lang['L_CSV_FIELDCOUNT_NOMATCH'] = 'A contagem de campos não confere com a dos dados a importar (%d ao invés de %d).';
|
||||
$lang['L_CSV_FIELDSLINES'] = '%d campos reconhecidos, totalizando %d linhas';
|
||||
$lang['L_CSV_ERRORCREATETABLE'] = 'Erro durante a criação da tabela `%s` !';
|
||||
$lang['L_FM_UPLOADFILEREQUEST'] = 'favor escolher um arquivo.';
|
||||
$lang['L_CSV_NODATA'] = 'Nenhum dado encontrado para importação!';
|
||||
$lang['L_SQLLIB_GENERALFUNCTIONS'] = 'funções gerais';
|
||||
$lang['L_SQLLIB_RESETAUTO'] = 'reiniciar o auto-incremento';
|
||||
$lang['L_SQLLIB_BOARDS'] = 'Quadros';
|
||||
$lang['L_SQLLIB_DEACTIVATEBOARD'] = 'desativar quadro';
|
||||
$lang['L_SQLLIB_ACTIVATEBOARD'] = 'ativar quadro';
|
||||
$lang['L_SQL_NOTABLESSELECTED'] = 'Nenhuma tabela selecionada !';
|
||||
$lang['L_TOOLS'] = 'Ferramentas';
|
||||
$lang['L_TOOLS_TOOLBOX'] = 'Selecionar banco de dados / Funções de banco de dados / Importar - Exportar ';
|
||||
$lang['L_SQL_OPENFILE'] = 'Abrir arquivo SQL';
|
||||
$lang['L_SQL_OPENFILE_BUTTON'] = 'Upload';
|
||||
$lang['L_MAX_UPLOAD_SIZE'] = 'Tamanho máximo de arquivo';
|
||||
$lang['L_SQL_SEARCH'] = 'Pesquisar';
|
||||
$lang['L_SQL_SEARCHWORDS'] = 'Pesquisar palavra(s)';
|
||||
$lang['L_START_SQL_SEARCH'] = 'iniciar pesquisa';
|
||||
$lang['L_RESET_SEARCHWORDS'] = 'reiniciar pesquisa de palavras';
|
||||
$lang['L_SEARCH_OPTIONS'] = 'Opções de pesquisa';
|
||||
$lang['L_SEARCH_RESULTS'] = 'A pesquisa por "<b>%s</b>" na tabela "<b>%s</b>" levou aos seguintes resultados';
|
||||
$lang['L_SEARCH_NO_RESULTS'] = 'A pesquisa por "<b>%s</b>" na tabela "<b>%s</b>" não trouxe nenhum resultado!';
|
||||
$lang['L_NO_ENTRIES'] = 'A tabela "<b>%s</b>" está vazia e não contêm nenhuma entrada.';
|
||||
$lang['L_SEARCH_ACCESS_KEYS'] = 'Navegação: para frente=ALT+V, para trás=ALT+C';
|
||||
$lang['L_SEARCH_OPTIONS_OR'] = 'a coluna deve conter uma das palavras a pesquisar (OU-pesquisar)';
|
||||
$lang['L_SEARCH_OPTIONS_CONCAT'] = 'a linha deve conter todas as palavras a pesquisar, mas elas podem estar em qualquer coluna (pode levar algum tempo)';
|
||||
$lang['L_SEARCH_OPTIONS_AND'] = 'a coluna deve conter todas as palavras a pesquisar (E-pesquisar)';
|
||||
$lang['L_SEARCH_IN_TABLE'] = 'Pesquisar na tabela';
|
||||
$lang['L_ERROR_NO_FIELDS'] = 'Search error: it could not be determined which fields the table "%s" has!';
|
||||
$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'] = 'tamanho';
|
||||
$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