mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Merge branch 'MrJuju0319-master-patch-69256' into 'master'
Update fr_FR.utf8.php See merge request ruany/litebans-php!44
This commit is contained in:
commit
02ae4046b9
@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class fr_FR {
|
class fr_FR {
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
$this->version = 0;
|
$this->version = 1;
|
||||||
$array = array();
|
$array = array();
|
||||||
$this->array = &$array;
|
$this->array = &$array;
|
||||||
|
|
||||||
$array["index.welcome.main"] = "Bienvenue sur la liste des bans de {server}.";
|
$array["index.welcome.main"] = "Bienvenue sur la liste des bans de {server}.";
|
||||||
$array["index.welcome.sub"] = "C'est ici où toutes les sanctions sont listés.";
|
$array["index.welcome.sub"] = "C'est ici où toutes les sanctions sont listés.";
|
||||||
|
|
||||||
@ -33,6 +35,11 @@ class fr_FR {
|
|||||||
|
|
||||||
$array["generic.ipban"] = "IP " . $array["generic.ban"];
|
$array["generic.ipban"] = "IP " . $array["generic.ban"];
|
||||||
$array["generic.ipmute"] = "IP " . $array["generic.mute"];
|
$array["generic.ipmute"] = "IP " . $array["generic.mute"];
|
||||||
|
|
||||||
|
$array["generic.permanent"] = "Permanent";
|
||||||
|
$array["generic.permanent.ban"] = $array['generic.ban'] . ' ' . $array["generic.permanent"];
|
||||||
|
$array["generic.permanent.mute"] = $array["generic.mute"] . ' ' . $array['generic.permanent'];
|
||||||
|
|
||||||
$array["generic.type"] = "Type";
|
$array["generic.type"] = "Type";
|
||||||
$array["generic.active"] = "Actif";
|
$array["generic.active"] = "Actif";
|
||||||
$array["generic.inactive"] = "Inactif";
|
$array["generic.inactive"] = "Inactif";
|
||||||
@ -64,7 +71,7 @@ class fr_FR {
|
|||||||
$array["action.return"] = "Returner à {origin}";
|
$array["action.return"] = "Returner à {origin}";
|
||||||
|
|
||||||
$array["error.missing-args"] = "Il manque des arguments.";
|
$array["error.missing-args"] = "Il manque des arguments.";
|
||||||
$array["error.name.unseen"] = "{name} ne s'est jamais coavant.";
|
$array["error.name.unseen"] = "{name} ne s'est jamais connecter avant.";
|
||||||
$array["error.name.invalid"] = "Nom invalide.";
|
$array["error.name.invalid"] = "Nom invalide.";
|
||||||
$array["history.error.uuid.no-result"] = "Aucune sanction trouvé.";
|
$array["history.error.uuid.no-result"] = "Aucune sanction trouvé.";
|
||||||
$array["info.error.id.no-result"] = "Erreur: {type} introuvable dans la base de données.";
|
$array["info.error.id.no-result"] = "Erreur: {type} introuvable dans la base de données.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user