Initial Commit
This commit is contained in:
12
local/modules/Sitemap/I18n/backOffice/default/en_US.php
Normal file
12
local/modules/Sitemap/I18n/backOffice/default/en_US.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'<b>Warning!</b> Only fill this input with a greater value than 30 if you have so many images that the sitemap-image can\'t be generated because of timeout.' => '<b>Warning!</b> Only fill this input with a greater value than 30 if you have so many images that the sitemap-image can\'t be generated because of timeout.',
|
||||
'Configuration correctly saved' => 'Configuration correctly saved',
|
||||
'Configure sitemap images' => 'Configure sitemap images',
|
||||
'Depending on your server, this may have no effect.' => 'Depending on your server, this may have no effect.',
|
||||
'Home' => 'Home',
|
||||
'Modules' => 'Modules',
|
||||
'Set the same information as in your product image loop' => 'Set the same information as in your product image loop',
|
||||
'Sitemap images configuration' => 'Sitemap images configuration',
|
||||
);
|
||||
12
local/modules/Sitemap/I18n/backOffice/default/fr_FR.php
Normal file
12
local/modules/Sitemap/I18n/backOffice/default/fr_FR.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'<b>Warning!</b> Only fill this input with a greater value than 30 if you have so many images that the sitemap-image can\'t be generated because of timeout.' => '<b>Attention !</b> Ne remplissez ce champ avec une valeur plus grande que 30 que si vous avez beaucoup d\'images et que le sitemap-image n\'arrive pas à se générer.',
|
||||
'Configuration correctly saved' => 'Configuration sauvegardée avec succès',
|
||||
'Configure sitemap images' => 'Configurer les images du sitemap',
|
||||
'Depending on your server, this may have no effect.' => 'En fonction de votre serveur, cela pourrait n\'avoir aucun effet.',
|
||||
'Home' => 'Accueil',
|
||||
'Modules' => 'Modules',
|
||||
'Set the same information as in your product image loop' => 'Entrez les mêmes informations que dans la boucle image des produits',
|
||||
'Sitemap images configuration' => 'Configuration des images du module Sitemap',
|
||||
);
|
||||
13
local/modules/Sitemap/I18n/en_US.php
Normal file
13
local/modules/Sitemap/I18n/en_US.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Allow image zoom ([false] / true)' => 'Allow image zoom ([false] / true)',
|
||||
'Image background color' => 'Image background color',
|
||||
'Image height' => 'Image height',
|
||||
'Image quality' => 'Image quality',
|
||||
'Image resize mode ([borders] / crop / none)' => 'Image resize mode ([borders] / crop / none)',
|
||||
'Image rotation' => 'Image rotation',
|
||||
'Image width' => 'Image width',
|
||||
'Script timeout (in seconds) for images generation (default: 30)' => 'Script timeout (in seconds) for images generation (default: 30)',
|
||||
'Sorry, an error occurred: %err' => 'Sorry, an error occurred: %err',
|
||||
);
|
||||
13
local/modules/Sitemap/I18n/fr_FR.php
Normal file
13
local/modules/Sitemap/I18n/fr_FR.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Allow image zoom ([false] / true)' => 'Autoriser le zoom des images ([false] / true)',
|
||||
'Image background color' => 'Couleur de fond des images',
|
||||
'Image height' => 'Hauteur des images',
|
||||
'Image quality' => 'Qualité des images',
|
||||
'Image resize mode ([borders] / crop / none)' => 'Mode de redimensionnement des images ([borders] / crop / none)',
|
||||
'Image rotation' => 'Rotation des images',
|
||||
'Image width' => 'Largeur des images',
|
||||
'Script timeout (in seconds) for images generation (default: 30)' => 'Temps maximum d\'exécution (en secondes) pour la génération des images (par défaut : 30)',
|
||||
'Sorry, an error occurred: %err' => 'Désolé, une erreur s\'est produite : %err',
|
||||
);
|
||||
Reference in New Issue
Block a user