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' => 'Dead',
|
|
'graveyard' => 'Kirkjugarður',
|
|
'guidelines' => 'Leiðbeiningar',
|
|
'guidelines-content' => '1) Þú getur ekki endurvekja eigin upphleðslur þínar. <br> 2) Ekki endurvekja eitthvað sem þú getur ekki falið líka.',
|
|
'howto' => 'Heres Reglan',
|
|
'howto-desc1' => 'Þú verður að fræ <span class=\\"text-green\\"><em>: heiti</em></span> í <span class="text-red text-bold">30 daga</span> til að ná árangri. Í því tilviki þegar núverandi frestur þinn á',
|
|
'howto-desc2' => 'Þú verður verðlaunaður',
|
|
'howto-hits' => 'Hits',
|
|
'pending' => 'Í bið',
|
|
'resurrect' => 'Upprisa',
|
|
'reward' => 'Freeleech tákn',
|
|
];
|