Module AdminComment (pour rajout de notes sur les produits, non visibles des clients)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Admin Comments' => 'Admin Comments',
|
||||
'Delete this comment' => 'Delete this comment',
|
||||
'Edit this comment' => 'Edit this comment',
|
||||
'Message' => 'Message',
|
||||
'Save' => 'Save',
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Admin Comments' => 'Commentaires Admin',
|
||||
'Delete this comment' => 'Supprimer le commentaire',
|
||||
'Edit this comment' => 'Modifier ce commentaire',
|
||||
'Message' => 'Message',
|
||||
'Save' => 'Enregistrer',
|
||||
);
|
||||
10
local/modules/AdminComment/I18n/en_US.php
Normal file
10
local/modules/AdminComment/I18n/en_US.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Admin Id' => 'Admin Id',
|
||||
'Comment' => 'Comment',
|
||||
'Comment Id' => 'Comment Id',
|
||||
'Element id' => 'Element id',
|
||||
'Element key' => 'Element key',
|
||||
'Unknown comment' => 'Unknown comment',
|
||||
);
|
||||
11
local/modules/AdminComment/I18n/fr_FR.php
Normal file
11
local/modules/AdminComment/I18n/fr_FR.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Admin Id' => 'Id Admin',
|
||||
'Comment' => 'Commentaire',
|
||||
'Comment (%count)' => 'Commentaires (%count)',
|
||||
'Comment Id' => 'Id commentaire',
|
||||
'Element id' => 'Id de l\'élément',
|
||||
'Element key' => 'Clé de l\'élément',
|
||||
'Unknown comment' => 'Commentaire inconnu',
|
||||
);
|
||||
Reference in New Issue
Block a user