mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-12-13 19:44:52 +00:00
Clean up lang files
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
final class Lang {
|
class Lang {
|
||||||
public function __construct($connect = true) {
|
public function __construct() {
|
||||||
$this->index_welcome1 = 'Vítej na ';
|
$this->index_welcome1 = 'Vítej na ';
|
||||||
$this->index_welcome2 = '.';
|
$this->index_welcome2 = '.';
|
||||||
$this->index_allsins = 'Zde nalezneš vypsány všechny své tresty.';
|
$this->index_allsins = 'Zde nalezneš vypsány všechny své tresty.';
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
final class Lang {
|
class Lang {
|
||||||
public function __construct($connect = true) {
|
public function __construct() {
|
||||||
$this->index_welcome1 = 'Welcome to ';
|
$this->index_welcome1 = 'Welcome to ';
|
||||||
$this->index_welcome2 = '\'s Ban List.';
|
$this->index_welcome2 = '\'s Ban List.';
|
||||||
$this->index_allsins = 'Here is where all of our punishments are listed.';
|
$this->index_allsins = 'Here is where all of our punishments are listed.';
|
||||||
|
|||||||
Reference in New Issue
Block a user