// small fixes in installer translations

This commit is contained in:
djfm
2013-08-23 14:33:51 +00:00
parent 9e9eb37978
commit fad94047ff
5 changed files with 15 additions and 10 deletions
+3 -2
View File
@@ -2,7 +2,8 @@
return array(
'informations' => array(
'phone' => '+34 917.872.909',
'support' => 'https://www.prestashop.com/es/support',
'support' => 'https://www.prestashop.com/es/support',
'blog' => 'http://www.prestashop.com/blog/es/'
),
'translations' => array(
'menu_welcome' => 'Elegir el idioma',
@@ -246,4 +247,4 @@ return array(
'For security purposes, you must delete the "install" folder.' => 'Por razones de seguridad, debe eliminar la carpeta "install".',
'http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation' => 'http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation',
),
);
);