Comment edit/remove actions
This commit is contained in:
@@ -254,4 +254,14 @@ return array(
|
||||
'Move Down' => 'Déplacer vers le bas',
|
||||
'Duplicate to another project' => 'Dupliquer dans un autre projet',
|
||||
'Duplicate' => 'Dupliquer',
|
||||
'link' => 'lien',
|
||||
'Update this comment' => 'Mettre à jour ce commentaire',
|
||||
'Comment updated successfully.' => 'Commentaire mis à jour avec succès.',
|
||||
'Unable to update your comment.' => 'Impossible de supprimer votre commentaire.',
|
||||
'Remove a comment' => 'Supprimer un commentaire',
|
||||
'Comment removed successfully.' => 'Commentaire supprimé avec succès.',
|
||||
'Unable to remove this comment.' => 'Impossible de supprimer ce commentaire.',
|
||||
'Do you really want to remove this comment?' => 'Voulez-vous vraiment supprimer ce commentaire ?',
|
||||
'Only administrators or the creator of the comment can access to this page.' => 'Uniquement les administrateurs ou le créateur du commentaire peuvent accéder à cette page.',
|
||||
'Details' => 'Détails',
|
||||
);
|
||||
|
||||
@@ -257,4 +257,14 @@ return array(
|
||||
// 'Move Down' => '',
|
||||
// 'Duplicate to another project' => '',
|
||||
// 'Duplicate' => '',
|
||||
// 'link' => '',
|
||||
// 'Update this comment' => '',
|
||||
// 'Comment updated successfully.' => '',
|
||||
// 'Unable to update your comment.' => '',
|
||||
// 'Remove a comment' => '',
|
||||
// 'Comment removed successfully.' => '',
|
||||
// 'Unable to remove this comment.' => '',
|
||||
// 'Do you really want to remove this comment?' => '',
|
||||
// 'Only administrators or the creator of the comment can access to this page.' => '',
|
||||
// 'Details' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user