Version 0.1.9
This commit is contained in:
@@ -6,14 +6,17 @@
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
@@ -162,4 +165,4 @@ $lang = array_merge($lang, array(
|
||||
// Admin perms => Administraatori õigused
|
||||
'ACL_A_MCHAT' => 'Saab hallata mChat seadeid',
|
||||
|
||||
));
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user