mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-30 11:53:44 +02:00
Push updated languages
This commit is contained in:
3
resources/lang/fr/auth.php
Normal file
3
resources/lang/fr/auth.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array(
|
||||
);
|
||||
6
resources/lang/fr/base.php
Normal file
6
resources/lang/fr/base.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return array(
|
||||
"account" => array(
|
||||
"totp_header" => "Authentification à deux facteurs",
|
||||
),
|
||||
);
|
||||
3
resources/lang/fr/pagination.php
Normal file
3
resources/lang/fr/pagination.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array(
|
||||
);
|
||||
3
resources/lang/fr/passwords.php
Normal file
3
resources/lang/fr/passwords.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array(
|
||||
);
|
||||
3
resources/lang/fr/server.php
Normal file
3
resources/lang/fr/server.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array(
|
||||
);
|
||||
6
resources/lang/fr/strings.php
Normal file
6
resources/lang/fr/strings.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return array(
|
||||
"language" => "Langage",
|
||||
"save" => "Sauvegarder",
|
||||
"status" => "Status",
|
||||
);
|
||||
5
resources/lang/fr/validation.php
Normal file
5
resources/lang/fr/validation.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return array(
|
||||
"before" => ":attribute doit être une date antérieur a :date.",
|
||||
"ip" => ":attribute doit être une adresse IP valide.",
|
||||
);
|
||||
Reference in New Issue
Block a user