Added default language pack (en-gb)
This commit is contained in:
8
install/common/column_left.php
Normal file
8
install/common/column_left.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_license'] = 'License';
|
||||
$_['text_installation'] = 'Pre-Installation';
|
||||
$_['text_configuration'] = 'Configuration';
|
||||
$_['text_upgrade'] = 'Upgrade';
|
||||
$_['text_finished'] = 'Finished';
|
||||
$_['text_language'] = 'Language';
|
5
install/common/footer.php
Normal file
5
install/common/footer.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_project'] = 'Project Homepage';
|
||||
$_['text_documentation'] = 'Documentation';
|
||||
$_['text_support'] = 'Support Forums';
|
1
install/common/header.php
Normal file
1
install/common/header.php
Normal file
@@ -0,0 +1 @@
|
||||
<?php
|
Reference in New Issue
Block a user