[+] LO : Added Bengali installer

This commit is contained in:
smartdatasoft
2013-09-26 11:39:58 +00:00
committed by djfm
parent 1d6593612f
commit 37170c74b3
54 changed files with 2034 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',
),
);