Skip to content

Commit

Permalink
Enable Czech language for ACP
Browse files Browse the repository at this point in the history
+ add credits
+ update year
  • Loading branch information
Eldenroot committed May 22, 2018
1 parent 60b4d00 commit 1f37f99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions czech.php
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?php
/**
* MyBB 1.8 Czech Language Pack
* Copyright 2014-2017 MyBB Group, All Rights Reserved
* MyBB 1.8 Official Czech Language Pack
* Copyright 2014-2018 MyBB Group, All Rights Reserved
*
*/

// The friendly name of the language
$langinfo['name'] = "Čeština";

// The author of the language
$langinfo['author'] = "Cu8eeeR /Eldenroot/ & Stary & uzbugg & Pepe";
$langinfo['author'] = "Cu8eeeR /Eldenroot/ & Stary & uzbugg & BKPepe & chodik";

// The language authors website
$langinfo['website'] = "https://github.com/Cu8eeeR/MyBB_CZE-translation-1.8.x";
$langinfo['website'] = "https://github.com/Eldenroot/MyBB_CZE-translation-1.8.x";

// Compatible version of MyBB
$langinfo['version'] = "1813";
$langinfo['version'] = "1815";

// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 0;
$langinfo['admin'] = 1;

// Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
$langinfo['rtl'] = 0;
Expand Down

0 comments on commit 1f37f99

Please sign in to comment.