Module AdminComment (pour rajout de notes sur les produits, non visibles des clients)

This commit is contained in:
2020-02-26 16:08:25 +01:00
parent 8ba55c376d
commit d33d484b22
30 changed files with 4455 additions and 0 deletions

View 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',
);