first commit
This commit is contained in:
14
listswitch/lang/fr/lang.php
Normal file
14
listswitch/lang/fr/lang.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php return [
|
||||
'inetis' => [
|
||||
'plugin' => [
|
||||
'name' => 'Liste Switch',
|
||||
'description' => "Ajoute la possibilité de créer des boutons dans les listes de l'administration qui inversent la valeur d'un champ.",
|
||||
],
|
||||
'listswitch' => [
|
||||
'title_true' => 'Cliquez pour passer le statut à Non',
|
||||
'title_false' => 'Cliquez pour passer le statut à Oui',
|
||||
'text_true' => 'Oui',
|
||||
'text_false' => 'Non',
|
||||
],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user