Skip to content

Commit

Permalink
Added $_['entry_db_port'] and $_['error_db_port']
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoel Vidal committed May 22, 2015
1 parent 335ae1a commit c9f014f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upload/install/language/english/english.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
$_['entry_db_username'] = 'Username';
$_['entry_db_password'] = 'Password';
$_['entry_db_database'] = 'Database';
$_['entry_db_port'] = 'Port';
$_['entry_db_prefix'] = 'Prefix';
$_['entry_username'] = 'Username';
$_['entry_password'] = 'Password';
Expand All @@ -112,6 +113,7 @@
$_['error_db_hostname'] = 'Hostname required!';
$_['error_db_username'] = 'Username required!';
$_['error_db_database'] = 'Database Name required!';
$_['error_db_port'] = 'Database Port required!';
$_['error_db_prefix'] = 'DB Prefix can only contain lowercase characters in the a-z range, 0-9 and underscores';
$_['error_db_connect'] = 'Error: Could not connect to the database please make sure the database server, username and password is correct!';
$_['error_username'] = 'Username required!';
Expand Down

0 comments on commit c9f014f

Please sign in to comment.