Inital commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Attempts' => 'Attempts',
|
||||
'Delete' => 'Delete',
|
||||
'Delete all' => 'Delete all',
|
||||
'Form firewal log' => 'Form firewall log',
|
||||
'Form firewall control' => 'Form firewall control',
|
||||
'Form name' => 'Form name',
|
||||
'ID' => 'ID',
|
||||
'IP Address' => 'IP Address',
|
||||
'Last attempt date' => 'Last attempt date',
|
||||
'The firewall log table is empty.' => 'The firewall log table is empty.',
|
||||
);
|
||||
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Attempts' => 'Nombre d\'essais',
|
||||
'Delete' => 'Supprimer',
|
||||
'Delete all' => 'Tout supprimer',
|
||||
'Form firewal log' => 'Pare-feu des formulaires',
|
||||
'Form firewall control' => 'Contrôle du pare-feu des formulaires',
|
||||
'Form name' => 'Nom du formulaire',
|
||||
'ID' => 'ID',
|
||||
'IP Address' => 'Adresse IP',
|
||||
'Last attempt date' => 'Date du dernier essai',
|
||||
'The firewall log table is empty.' => 'La table du pare-feu des formulaires est vide.',
|
||||
);
|
||||
5
local/modules/FirewallControl/I18n/en_US.php
Normal file
5
local/modules/FirewallControl/I18n/en_US.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Form firewall' => 'Form firewall',
|
||||
);
|
||||
5
local/modules/FirewallControl/I18n/fr_FR.php
Normal file
5
local/modules/FirewallControl/I18n/fr_FR.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Form firewall' => 'Pare-feu des formulaires',
|
||||
);
|
||||
Reference in New Issue
Block a user