forked from Eldenroot/MyBB_CZE-translation-1.8.x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
czech.php
32 lines (24 loc) · 898 Bytes
/
czech.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
<?php
/**
* MyBB 1.8.x Official Czech Language Pack
* Copyright © 2017-2018 MyBB Group
* All Rights Reserved
*
* Issues and pull request belongs to the https://github.com/Eldenroot/MyBB_CZE-translation-1.8.x/
*/
// The friendly name of the language
$langinfo['name'] = "Čeština";
// The author of the language
$langinfo['author'] = "Cu8eeeR /Eldenroot/ & Pepe & chodik";
// The language authors website
$langinfo['website'] = "https://github.com/Eldenroot/MyBB_CZE-translation-1.8.x";
// Compatible version of MyBB
$langinfo['version'] = "1818";
// 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'] = "cs";
// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";