mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-20 20:04:20 -06:00
75 lines
3.4 KiB
PHP
75 lines
3.4 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 [
|
|
'action' => 'Toiminta',
|
|
'activity' => 'aktiviteetti',
|
|
'approved' => 'hyväksytty',
|
|
'author' => 'kirjailija',
|
|
'bug' => 'vika',
|
|
'category-quick-search' => 'Aiheen pikahaku (luokassa)',
|
|
'close-topic' => 'Lukitse aihe',
|
|
'closed' => 'Suljettu',
|
|
'create-new-topic' => 'Luo uusi aihe',
|
|
'created' => 'Luotu',
|
|
'current' => 'nykyinen',
|
|
'delete-topic' => 'Poista tämä aihe',
|
|
'denied' => 'Denied',
|
|
'dislike-post' => 'Ei pidä tästä viestistä',
|
|
'display-forum' => 'Näytä aiheet',
|
|
'edit-post' => 'Muokkaa viestiä',
|
|
'edit-topic' => 'Muokkaa aihe',
|
|
'forum' => 'foorumi',
|
|
'forums' => 'foorumit',
|
|
'implemented' => 'täytäntöön',
|
|
'in' => 'Sisään',
|
|
'invalid' => 'pätemätön',
|
|
'label' => 'etiketti',
|
|
'label-system' => 'Label System',
|
|
'last-message' => 'Viimeinen viesti',
|
|
'last-post-info' => 'Viimeisin viesti',
|
|
'latest' => 'Uusin',
|
|
'like-post' => 'Kuten tämä viesti',
|
|
'meta-category' => 'Luettelo luokkafoorumeista',
|
|
'moderation' => 'maltillisuus',
|
|
'name' => 'Nimi',
|
|
'not-connected' => 'Sinun täytyy olla yhteydessä',
|
|
'not-subscribed' => 'Ei tilattu',
|
|
'open' => 'Avata',
|
|
'open-topic' => 'Avaa tämä aihe',
|
|
'permalink' => 'permalink',
|
|
'pin' => 'tappi',
|
|
'post' => 'Lähettää',
|
|
'post-quick-search' => 'Lähetä kehon pikahaku',
|
|
'posts' => 'Viestejä',
|
|
'quote' => 'Lainata',
|
|
'read-topic' => 'Lue aihe',
|
|
'replies' => 'vastaukset',
|
|
'send-new-topic' => 'Tallenna tämä aihe',
|
|
'solved' => 'ratkaistu',
|
|
'state' => 'Osavaltio',
|
|
'stats' => 'tilastot',
|
|
'subscribed' => 'Tilatut',
|
|
'subscription-quick-search' => 'Aiheen pikahaku (tilausten sisällä)',
|
|
'suggestion' => 'Ehdotus',
|
|
'topic' => 'Aihe',
|
|
'topic-closed' => 'Tämä aihe on suljettu',
|
|
'topic-name' => 'Aiheen nimi',
|
|
'topic-quick-search' => 'Aiheen pikahaku',
|
|
'topic-title' => 'Tämän aiheen nimi',
|
|
'topics' => 'aiheista',
|
|
'unpin' => 'Irrota',
|
|
'view-all' => 'Näytä kaikki aiheet',
|
|
'views' => 'Luettu',
|
|
];
|