[+] TR: Created file structure for Dutch installer

This commit is contained in:
djfm
2013-07-19 15:34:10 +00:00
parent 19fb1da4f2
commit 2f6a53f971
54 changed files with 2036 additions and 0 deletions
+19
View File
@@ -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',
),
);