mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 03:12:44 -05:00
58 lines
3.0 KiB
PHP
58 lines
3.0 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 [
|
|
'activate-account' => 'Isaaktibo ang account',
|
|
'ban-reason' => 'Dahilan',
|
|
'banned-footer' => 'Iyon ang iyong nakuha dahil sa hindi pagsunod sa mga patakaran',
|
|
'banned-header' => 'Pinagbawalan ka na',
|
|
'bug-description' => 'Problema',
|
|
'bug-footer' => 'Ayusin Iyon Shit',
|
|
'bug-header' => 'Bagong ulat mula sa bug',
|
|
'bug-priority' => 'Prayoridad',
|
|
'bug-title' => 'Pamagat ng bug',
|
|
'contact-header' => 'Bagong contact mail mula sa',
|
|
'contact-message' => 'Mensahe',
|
|
'contact-name' => 'Pangalan',
|
|
'fail-login-greeting' => 'Nabigo ang Pag-login sa Account!',
|
|
'fail-login-line1' => 'Natuklasan ang nabigo na pag-login para sa iyong account.',
|
|
'fail-login-line2' => 'Ang kahilingang ito ay nagmula sa: ip (: host) sa: oras',
|
|
'fail-login-subject' => 'Nabigo ang Pag-abiso sa Pag-login',
|
|
'footer-link' => 'Kung nagkakaproblema ka sa pag-click sa: pindutang actiontext, kopyahin at i-paste ang URL sa ibaba sa iyong web browser:',
|
|
'invite-header' => 'Imbitasyon sa',
|
|
'invite-invited' => 'Inanyayahan ka',
|
|
'invite-message' => 'Mensahe',
|
|
'invite-signup' => 'Mag-sign up ngayon',
|
|
'newreply-header' => 'Mayroong bagong tugon sa iyong paksa',
|
|
'newreply-message' => 'Mensahe',
|
|
'newreply-replied' => 'Ay sumagot sa iyong paksa',
|
|
'newreply-view' => 'Tingnan Ito Ngayon',
|
|
'no-email-found' => 'Hindi namin makita ang email na ito sa aming system!',
|
|
'register-code' => 'Upang makumpleto ang pag-activate ng iyong account, i-click ang button sa ibaba',
|
|
'register-footer' => 'Kung hindi gumagana ang pindutan sa itaas, kopyahin at i-paste ang URL sa iyong address bar ng browser',
|
|
'register-header' => 'Hi! Salamat sa pag-sign up',
|
|
'report-comment' => 'Magkomento',
|
|
'report-email' => 'E-mail',
|
|
'report-header' => 'Hi Admin, Ang isang link ay naiulat na',
|
|
'report-link' => 'Link',
|
|
'report-link-hash' => 'Tunay na link',
|
|
'thanks' => 'Salamat sa paggamit',
|
|
'unban-footer' => 'Maligayang pagbabalik!',
|
|
'unban-header' => 'Ikaw ay Walang Bawal',
|
|
'unban-reason' => 'Dahilan',
|
|
'username-reminder' => 'Kamakailan ay nagpadala kami ng isang kahilingan para sa iyong username sa aming app. Ang iyong username ay',
|
|
'username-sent' => 'Ang iyong username ay naipadala na sa iyong email address!',
|
|
'disabled-header' => 'Ang iyong Account ay Hindi Pinagana',
|
|
'pruned-header' => 'Na-pruned na ang iyong Account',
|
|
];
|