forked from AzureeDev/MW-MyBB-Languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
polish.php
31 lines (23 loc) · 882 Bytes
/
polish.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
<?php
/**
* MyBB 1.8 Polish Language Pack
* Copyright © 2008-2019 MyBBoard.pl Team
* See readme.html for copyright information. | Zapoznaj sie z plikiem czytaj_to.html.
* Autorzy: bryn, DamYan, gigi, matc, szulcu, Łukasz, Divir | Testerzy: hippie
*/
// The friendly name of the language
$langinfo['name'] = "Polski";
// The author of the language
$langinfo['author'] = "Polski Support MyBB";
// The language authors website
$langinfo['website'] = "https://webboard.pl/";
// Compatible version of MyBB
$langinfo['version'] = "1821";
// 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'] = "pl";
// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";