-
Notifications
You must be signed in to change notification settings - Fork 0
/
english.php
42 lines (30 loc) · 999 Bytes
/
english.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
/**
* MyBB 1.8 English Language Pack
* Copyright 2014 MyBB Group, All Rights Reserved
*
*/
// The friendly name of the language
$langinfo['name'] = "English (American)";
// The author of the language
$langinfo['author'] = "MyBB Group";
// The language authors website
$langinfo['website'] = "https://mybb.com/";
// The documentation site link
//$langinfo['docs_link'] = "";
// The documentation FAQs site link
//$langinfo['common_issues_link'] = "";
// The support website link
//$langinfo['support_link'] = "";
// The additional website name
//$langinfo['additional_name'] = " ";
// Compatible version of MyBB
$langinfo['version'] = "1837";
// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 1;
// Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
$langinfo['rtl'] = 0;
// Sets the lang in the <html> on all pages
$langinfo['htmllang'] = "en";
// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";