mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 08:52:45 +00:00
Clean up lang files
This commit is contained in:
parent
7959d2be81
commit
caee6e306b
@ -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.';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user