mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 03:12:44 -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' => 'Marw',
|
|
'graveyard' => 'Mynwent',
|
|
'guidelines' => 'Canllawiau',
|
|
'guidelines-content' => '1) Ni allwch ailgodi eich llwythi eich hun. <br> 2) Peidiwch â chywiro rhywbeth na allwch chi ei ymrwymo hefyd.',
|
|
'howto' => 'Heres Y Rheol',
|
|
'howto-desc1' => 'Rhaid i chi hadu <span class=\\"text-green\\"><em>: enw</em></span> am <span class="text-red text-bold">30 diwrnod ar</span> gyfer cael ei hachub yn llwyddiannus. Yn yr achos hwn pan fydd eich hadau presennol o',
|
|
'howto-desc2' => 'Cewch eich gwobrwyo',
|
|
'howto-hits' => 'Ymweliadau',
|
|
'pending' => 'Yn aros',
|
|
'resurrect' => 'Ailgodi',
|
|
'reward' => 'Tocynnau lleferydd rhydd',
|
|
];
|