mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 11:23:30 -05:00
75 lines
3.5 KiB
PHP
75 lines
3.5 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' => 'veprim',
|
|
'activity' => 'aktivitet',
|
|
'approved' => 'i miratuar',
|
|
'author' => 'autor',
|
|
'bug' => 'Insekt',
|
|
'category-quick-search' => 'Emri i temës së shpejtë (brenda kategorisë)',
|
|
'close-topic' => 'Mbylle temën',
|
|
'closed' => 'Mbyllur',
|
|
'create-new-topic' => 'Krijo një temë të re',
|
|
'created' => 'krijuar',
|
|
'current' => 'aktual',
|
|
'delete-topic' => 'Fshije këtë temë',
|
|
'denied' => 'mohuar',
|
|
'dislike-post' => 'Nuk e pëlqejnë këtë post',
|
|
'display-forum' => 'Trego temat në',
|
|
'edit-post' => 'Ndrysho postimin',
|
|
'edit-topic' => 'Ndrysho temën',
|
|
'forum' => 'Forum',
|
|
'forums' => 'Forumet',
|
|
'implemented' => 'zbatuar',
|
|
'in' => 'Në',
|
|
'invalid' => 'invalid',
|
|
'label' => 'etiketë',
|
|
'label-system' => 'Sistemi i etiketave',
|
|
'last-message' => 'Mesazhi i fundit',
|
|
'last-post-info' => 'Infoja e fundit e postës',
|
|
'latest' => 'Të fundit',
|
|
'like-post' => 'Ashtu si ky post',
|
|
'meta-category' => 'Lista e forumeve në këtë kategori',
|
|
'moderation' => 'përmbajtje',
|
|
'name' => 'emër',
|
|
'not-connected' => 'Duhet të jeni të lidhur',
|
|
'not-subscribed' => 'Nuk është i abonuar',
|
|
'open' => 'hapur',
|
|
'open-topic' => 'Hapni këtë temë',
|
|
'permalink' => 'permalink',
|
|
'pin' => 'Gjilpere',
|
|
'post' => 'post',
|
|
'post-quick-search' => 'Kërkimi i shpejtë i trupit postar',
|
|
'posts' => 'Posts',
|
|
'quote' => 'citat',
|
|
'read-topic' => 'Lexo temën',
|
|
'replies' => 'Përgjigje',
|
|
'send-new-topic' => 'Ruaj këtë temë',
|
|
'solved' => 'zgjidhur',
|
|
'state' => 'shtet',
|
|
'stats' => 'Stats',
|
|
'subscribed' => 'regjistruar',
|
|
'subscription-quick-search' => 'Kërkimi i shpejtë i emrit të temës (brenda abonimeve)',
|
|
'suggestion' => 'sugjerim',
|
|
'topic' => 'temë',
|
|
'topic-closed' => 'Ky Temë është Mbyllur',
|
|
'topic-name' => 'Emri i temës',
|
|
'topic-quick-search' => 'Kërkimi i shpejtë i emrit të temës',
|
|
'topic-title' => 'Titulli i kësaj teme',
|
|
'topics' => 'Temat',
|
|
'unpin' => 'Zhgozhdo',
|
|
'view-all' => 'Shiko të gjitha temat',
|
|
'views' => 'Views',
|
|
];
|