Skip to content

Commit

Permalink
Strings for db types (allows to be more descriptive)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker authored and realityking committed Jul 13, 2012
1 parent 8f17dab commit 0d743b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installation/language/en-AU/en-AU.ini
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,9 @@ ADMIN_EMAIL="Your email"
ADMIN_PASSWORD="Admin Password"
ADMIN_PASSWORD2="Confirm Admin Password"
SITE_NAME="Site Name"

; Database types (allows for a more descriptive label than the internal name)
MYSQL="MySQL"
MYSQLI="MySQLi"
SQLAZURE="Microsoft SQL Azure"
SQLSRV="Microsoft SQL Server"
6 changes: 6 additions & 0 deletions installation/language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,9 @@ ADMIN_EMAIL="Your email"
ADMIN_PASSWORD="Admin Password"
ADMIN_PASSWORD2="Confirm Admin Password"
SITE_NAME="Site Name"

; Database types (allows for a more descriptive label than the internal name)
MYSQL="MySQL"
MYSQLI="MySQLi"
SQLAZURE="Microsoft SQL Azure"
SQLSRV="Microsoft SQL Server"
6 changes: 6 additions & 0 deletions installation/language/en-US/en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,9 @@ ADMIN_EMAIL="Your email"
ADMIN_PASSWORD="Admin Password"
ADMIN_PASSWORD2="Confirm Admin Password"
SITE_NAME="Site Name"

; Database types (allows for a more descriptive label than the internal name)
MYSQL="MySQL"
MYSQLI="MySQLi"
SQLAZURE="Microsoft SQL Azure"
SQLSRV="Microsoft SQL Server"

0 comments on commit 0d743b4

Please sign in to comment.