mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
29 lines
1.2 KiB
PHP
29 lines
1.2 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'dead' => 'i vdekur',
|
|
'graveyard' => 'varrezë',
|
|
'guidelines' => 'udhëzime',
|
|
'guidelines-content' => '1) Ju nuk mund të ringjallni ngarkimet tuaja. <br> 2) Mos ringjallni diçka që nuk mund të bëni.',
|
|
'howto' => 'Heres Rregullin',
|
|
'howto-desc1' => 'Ju duhet të mbillni <span class=\\"text-green\\"><em>: emri</em></span> për <span class="text-red text-bold">30 ditë</span> për një ressurection suksesshëm. Në cilin rast kur mbjellja juaj e tanishme e',
|
|
'howto-desc2' => 'Ju do të shpërbleheni',
|
|
'howto-hits' => 'Hits',
|
|
'pending' => 'në pritje të',
|
|
'resurrect' => 'ringjall',
|
|
'reward' => 'Argumentet e Freeleech',
|
|
];
|