This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/adminer/i18n/en.php'
<?php
return array(
'Adminer.meta.title' => "Database management",
'Adminer.meta.desc' => " Database management in a single PHP file.<br/><br/>support:MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB, Firebird",
'Adminer.meta.tips' => "Only for administrators",
'Adminer.meta.debug' => "Debug mode",
'Adminer.meta.debugDesc'=> "When the page opens abnormally, you can turn on this mode to view the error information.",
);
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/adminer/i18n/zh-CN.php'
<?php
return array(
'Adminer.meta.title' => "数据库管理工具",
'Adminer.meta.desc' => "Adminer 是一款全功能的数据库管理工具,类似phpMyAdmin,相比而言更轻量强大。<br/><br/>支持管理的数据库:MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB, Firebird",
'Adminer.meta.tips' => "由于安全要求比较高,此插件仅限管理员可以使用",
'Adminer.meta.debug' => "调试模式",
'Adminer.meta.debugDesc'=> "页面打开异常时,可开启此模式查看错误信息",
);