mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 08:43:19 +01:00
16 lines
299 B
PHP
16 lines
299 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Language names
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
*/
|
|
|
|
'en' => 'Anglais',
|
|
'fr' => 'Français',
|
|
'de' => 'Allemand',
|
|
]; |