Move resources/lang folder

This commit is contained in:
Shift
2023-02-19 16:19:08 +00:00
committed by HolgerHatGarKeineNode
parent df2d3d03ba
commit 7403e0e457
299 changed files with 0 additions and 0 deletions

View File

@@ -1,23 +0,0 @@
<?php
return array (
'approve_comment' => 'Approuver',
'awaits_approval' => 'En attente d\'approbation',
'cancel' => 'Annuler',
'copied' => 'Lien copié',
'copy_link' => 'Copier le lien',
'create_comment' => 'Commentaire',
'create_reply' => 'Répondre',
'delete' => 'Supprimer',
'delete_confirmation_text' => 'Etes-vous sûr ? Cela ne peut pas être défait.',
'delete_confirmation_title' => 'Supprimer le commentaire',
'edit' => 'Modifier',
'edit_comment' => 'Enregistrer',
'guest' => 'invité',
'just_now' => 'Maintenant',
'no_comments_yet' => 'Aucun commentaire pour le moment...',
'reject_comment' => 'Rejeter',
'send_notifications' => 'Me prévenir lorsque quelqu\'un répond',
'write_comment' => 'Laissez un commentaire',
'write_reply' => 'Laissez une réponse',
);

View File

@@ -1,18 +0,0 @@
<?php
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',
);