mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-18 05:02:14 +01:00
19 lines
401 B
PHP
19 lines
401 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
/*
|
||
|
|--------------------------------------------------------------------------
|
||
|
| Language names
|
||
|
|--------------------------------------------------------------------------
|
||
|
|
|
||
|
|
|
||
|
*/
|
||
|
|
||
|
'browser_preference' => 'Browser preference',
|
||
|
'en' => 'English',
|
||
|
'fr' => 'French',
|
||
|
'de' => 'German',
|
||
|
'es' => 'Spanish',
|
||
|
'zh' => 'Chinese Simplified',
|
||
|
];
|