mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-21 04:09:48 -06:00
31 lines
1.1 KiB
PHP
31 lines
1.1 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' => 'vytvoriť',
|
|
'create-private-feed' => 'Vytvorte súkromný informačný kanál RSS',
|
|
'create-public-feed' => 'Vytvorte verejný informačný kanál RSS',
|
|
'delete' => 'vymazať',
|
|
'edit' => 'editovať',
|
|
'edit-private-feed' => 'Upraviť súkromný informačný kanál RSS',
|
|
'edit-public-feed' => 'Upraviť verejný informačný kanál RSS',
|
|
'feed' => 'krmivo',
|
|
'feeds' => 'zdroje',
|
|
'name' => 'názov',
|
|
'public' => 'verejnosť',
|
|
'private' => 'Súkromné',
|
|
'rss' => 'RSS',
|
|
'rss-feed' => 'RSS zdroj',
|
|
'type' => 'typ',
|
|
];
|