12 lines
310 B
PHP
12 lines
310 B
PHP
<?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',
|
|
);
|