[+] TR: Created file structure for Dutch installer
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
return array(
|
||||
'informations' => array(
|
||||
'phone' => '+1 (888) 947-6543',
|
||||
'documentation' => 'http://doc.prestashop.com/',
|
||||
'documentation_upgrade' => 'http://docs.prestashop.com/display/PS15/Updating+PrestaShop',
|
||||
'forum' => 'http://www.prestashop.com/forums/',
|
||||
'blog' => 'http://www.prestashop.com/blog/',
|
||||
'support' => 'https://www.prestashop.com/en/support',
|
||||
),
|
||||
'translations' => array(
|
||||
'menu_welcome' => 'Choose your language',
|
||||
'menu_license' => 'License agreements',
|
||||
'menu_system' => 'System Compatibility',
|
||||
'menu_database' => 'System Configuration',
|
||||
'menu_configure' => 'Store information',
|
||||
'menu_process' => 'Store installation',
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user