Add translations for database overview

This commit is contained in:
Dane Everitt 2017-01-17 19:46:42 -05:00
parent f6600f447f
commit 542b919bd1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 24 additions and 14 deletions

View file

@ -22,5 +22,14 @@ return [
'conn_addr' => 'Connection Address',
'warning' => 'Ensure that your client is set to use SFTP and not FTP or FTPS for connections, there is a difference between the protocols.',
],
]
'database' => [
'header' => 'Databases',
'header_sub' => 'All databases available for this server.',
'your_dbs' => 'Your Databases',
'host' => 'MySQL Host',
'reset_password' => 'Reset Password',
'no_dbs' => 'There are no databases listed for this server.',
'add_db' => 'Add a new database.',
],
],
];

View file

@ -39,4 +39,5 @@ return [
'required' => 'Required',
'port' => 'Port',
'username' => 'Username',
'database' => 'Database',
];