mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-20 20:04:20 -06:00
32 lines
1.2 KiB
PHP
32 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 [
|
|
'about' => 'Her finner du brukernes spillelister over det de liker!',
|
|
'add-to-playlist' => 'Legg Til Torrent Til Spillelisten',
|
|
'add-torrent' => 'Legg Til Torrent',
|
|
'added-by' => 'Av:',
|
|
'cover' => 'Velg et Coverbilde',
|
|
'create' => 'La ny Spilleliste',
|
|
'delete-playlist' => 'Slett Spillelisten',
|
|
'desc' => 'Beskrivelse av Spillelisten',
|
|
'download-all' => 'Last Ned Alle Torrenter I spillelisten',
|
|
'edit-playlist' => 'rediger Spillelisten',
|
|
'list-by' => 'En Liste Laget Av:',
|
|
'list-about' => 'En Liste Om:',
|
|
'is-private' => 'Privat Spilleliste?',
|
|
'playlists' => 'Spillelister',
|
|
'title' => 'Tittel',
|
|
'titles' => 'Tittler',
|
|
];
|