23 lines
703 B
PHP

<?php
return [
'title' => 'Databases',
'empty' => 'No Databases',
'create_database' => 'Create Database',
'limit' => 'Database limit reached',
'viewing' => 'Viewing: :database',
'host' => 'Host',
'database' => 'Database',
'username' => 'Username',
'password' => 'Password',
'remote' => 'Remote',
'created_at' => 'Created at',
'name' => 'Database Name',
'name_hint' => 'Leaving this blank will auto generate a random name',
'connections_from' => 'Connections From',
'max_connections' => 'Max Connections',
'database_host' => 'Database Host',
'database_host_select' => 'Select Database Host',
'jdbc' => 'JDBC Connection String',
];