mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
31 lines
756 B
PHP
31 lines
756 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @copyright 2020 Ad Aures
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'yes' => 'Tak',
|
|
'no' => 'Nie',
|
|
'cancel' => 'Anuluj',
|
|
'optional' => 'Opcjonalnie',
|
|
'close' => 'Zamknij',
|
|
'home' => 'Początek',
|
|
'explicit' => 'Zawiera treści dla dorosłych',
|
|
'powered_by' => 'Wspierane przez {castopod}',
|
|
'go_back' => 'Wróć',
|
|
'play_episode_button' => [
|
|
'play' => 'Odtwórz',
|
|
'playing' => 'Odtwarzanie',
|
|
],
|
|
'read_more' => 'czytaj więcej',
|
|
'read_less' => 'Czytaj mniej',
|
|
'see_more' => 'Zobacz więcej',
|
|
'see_less' => 'Zobacz mniej',
|
|
'legal_notice' => 'Informacje prawne',
|
|
];
|