mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-20 16:51:02 -05:00
27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* 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' => 'Patay',
|
|
'graveyard' => 'Sementeryo',
|
|
'guidelines' => 'Mga Alituntunin',
|
|
'guidelines-content' => '1) Hindi mo maaaring ibalik ang iyong sariling pag-upload. <br> 2) Huwag ibalik ang isang bagay na hindi mo maaaring gawin masyadong.',
|
|
'howto' => 'Heres The Rule',
|
|
'howto-desc1' => 'Kailangan mong binhi <span class=\\"text-green\\"><em>: pangalanan</em></span> para sa <span class="text-red text-bold">30 araw</span> para sa isang matagumpay na ressurection. Sa kaso kung kailan ang iyong kasalukuyang binubuo ng',
|
|
'howto-desc2' => 'Gagantimpalaan ka',
|
|
'howto-hits' => 'Hits',
|
|
'pending' => 'Nakabinbin',
|
|
'resurrect' => 'Buhayin',
|
|
'reward' => 'Mga token ng Freeleech',
|
|
];
|