mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lang
This commit is contained in:
@@ -1,21 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'approve_comment' => 'Approuver le commentaire',
|
||||
'reject_comment' => 'Rejeter le commentaire',
|
||||
'view_comment' => 'Afficher le commentaire',
|
||||
|
||||
'pending_comment_mail_subject' => 'Un nouveau commentaire est en attente d\'approbation',
|
||||
'pending_comment_mail_body' => 'Un commentaire en attente :commentable_name par :commentator_name attend votre approbation',
|
||||
|
||||
'approved_comment_mail_subject' => 'Un nouveau commentaire a été posté',
|
||||
'approved_comment_mail_title' => 'Un nouveau commentaire sur ":commentable_name "',
|
||||
'approved_comment_mail_body' => 'Posté par :commentator_name',
|
||||
|
||||
'enum_description_participating'=> 'Lorsque vous participez',
|
||||
'enum_description_all' => 'Sur tous les commentaires',
|
||||
'enum_description_none' => 'Jamais',
|
||||
'enum_longdescription_participating' => 'Être notifié lors de la participation',
|
||||
'enum_longdescription_all' => 'Etre notifié sur tous les commentaires',
|
||||
'enum_longdescription_none' => 'Ne jamais être notifié',
|
||||
];
|
||||
return array (
|
||||
'approve_comment' => 'Approuver le commentaire',
|
||||
'approved_comment_mail_body' => 'Posté par :commentator_name',
|
||||
'approved_comment_mail_subject' => 'Un nouveau commentaire a été posté',
|
||||
'approved_comment_mail_title' => 'Un nouveau commentaire sur ":commentable_name "',
|
||||
'enum_description_all' => 'Sur tous les commentaires',
|
||||
'enum_description_none' => 'Jamais',
|
||||
'enum_description_participating' => 'Lorsque vous participez',
|
||||
'enum_longdescription_all' => 'Etre notifié sur tous les commentaires',
|
||||
'enum_longdescription_none' => 'Ne jamais être notifié',
|
||||
'enum_longdescription_participating' => 'Être notifié lors de la participation',
|
||||
'pending_comment_mail_body' => 'Un commentaire en attente :commentable_name par :commentator_name attend votre approbation',
|
||||
'pending_comment_mail_subject' => 'Un nouveau commentaire est en attente d\'approbation',
|
||||
'reject_comment' => 'Rejeter le commentaire',
|
||||
'view_comment' => 'Afficher le commentaire',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user