mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-18 02:39:33 -06:00
31 lines
1.2 KiB
PHP
31 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 [
|
||
'create' => 'Цреате',
|
||
'create-private-feed' => 'Цреате Привате РСС Феед',
|
||
'create-public-feed' => 'Цреате Публиц РСС Феед',
|
||
'delete' => 'Обриши',
|
||
'edit' => 'Уредити',
|
||
'edit-private-feed' => 'Уреди приватни РСС канал',
|
||
'edit-public-feed' => 'Уреди јавни РСС канал',
|
||
'feed' => 'Напајање',
|
||
'feeds' => 'Феедс',
|
||
'name' => 'Име',
|
||
'public' => 'Публиц',
|
||
'private' => 'Приватни',
|
||
'rss' => 'РСС',
|
||
'rss-feed' => 'РСС Феед',
|
||
'type' => 'Тип',
|
||
];
|