mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
77 lines
3.4 KiB
PHP
77 lines
3.4 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 [
|
|
'action' => 'Radnja',
|
|
'activity' => 'Aktivnost',
|
|
'approved' => 'Odobren',
|
|
'author' => 'Autor',
|
|
'bug' => 'Buba',
|
|
'category-quick-search' => 'Brzo pretraživanje naziva teme (unutar kategorije)',
|
|
'close-topic' => 'Zaključaj temu',
|
|
'closed' => 'Zatvoreno',
|
|
'create-new-topic' => 'Izradite novu temu',
|
|
'created' => 'stvoren',
|
|
'current' => 'Trenutno',
|
|
'delete-topic' => 'Izbriši ovu temu',
|
|
'denied' => 'odbijen',
|
|
'dislike-post' => 'Ne sviđa mi se ovaj post',
|
|
'display-forum' => 'Prikaži teme na',
|
|
'edit-post' => 'Uredi post',
|
|
'edit-topic' => 'Uredi temu',
|
|
'forum' => 'Forum',
|
|
'forums' => 'Forum',
|
|
'implemented' => 'Provodi',
|
|
'in' => 'U',
|
|
'invalid' => 'Nevažeći',
|
|
'label' => 'Označiti',
|
|
'label-system' => 'Sustav oznaka',
|
|
'last-message' => 'Posljednja poruka',
|
|
'last-post-info' => 'Posljednji post informacija',
|
|
'latest' => 'Najnoviji',
|
|
'like-post' => 'Kao ovaj post',
|
|
'meta-category' => 'Popis foruma u kategoriji',
|
|
'moderation' => 'Umjerenost',
|
|
'name' => 'Ime',
|
|
'not-connected' => 'Morate biti povezani',
|
|
'not-subscribed' => 'Nije pretplaćeno',
|
|
'open' => 'Otvorena',
|
|
'open-topic' => 'Otvori ovu temu',
|
|
'permalink' => 'Permalink',
|
|
'pin' => 'igla',
|
|
'post' => 'pošta',
|
|
'post-quick-search' => 'Brzo pretraživanje tijela',
|
|
'posts' => 'Postovi',
|
|
'quote' => 'Citat',
|
|
'read-topic' => 'Pročitajte temu',
|
|
'replies' => 'Odgovori',
|
|
'send-new-topic' => 'Spremi ovu temu',
|
|
'solved' => 'riješen',
|
|
'state' => 'država',
|
|
'stats' => 'Statistike',
|
|
'subscribed' => 'pretplaćen',
|
|
'subscription-quick-search' => 'Brzo pretraživanje naziva teme (unutar pretplata)',
|
|
'suggestion' => 'Prijedlog',
|
|
'topic' => 'Tema',
|
|
'topic-closed' => 'Ova tema je zatvorena',
|
|
'topic-name' => 'Naziv teme',
|
|
'topic-quick-search' => 'Naziv teme brzo pretraživanje',
|
|
'topic-title' => 'Naslov ove teme',
|
|
'topics' => 'Teme',
|
|
'unpin' => 'Raskovati',
|
|
'view-all' => 'Prikaži sve teme',
|
|
'views' => 'Posjeta',
|
|
];
|