mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
24 lines
595 B
PHP
24 lines
595 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_user_select.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
// DEPRECATED - SUBJECT TO REMOVAL
|
|
|
|
|
|
return [
|
|
'US_LAN_1' => "Select user",
|
|
'US_LAN_2' => "Select user class",
|
|
'US_LAN_3' => "All users",
|
|
'US_LAN_4' => "Find username",
|
|
'US_LAN_5' => "User(s) found",
|
|
'US_LAN_6' => "Search",
|
|
];
|