mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
31 lines
778 B
PHP
31 lines
778 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' => 'Da',
|
|
'no' => 'Nu',
|
|
'cancel' => 'Anulare',
|
|
'optional' => 'Opțional',
|
|
'close' => 'Închideți',
|
|
'home' => 'Acasă',
|
|
'explicit' => 'Conținut explicit',
|
|
'powered_by' => 'Dezvoltat de {castopod}',
|
|
'go_back' => 'Înapoi',
|
|
'play_episode_button' => [
|
|
'play' => 'Redare',
|
|
'playing' => 'În desfășurare',
|
|
],
|
|
'read_more' => 'Informații suplimentare',
|
|
'read_less' => 'Citește mai puţin',
|
|
'see_more' => 'Vizualizați mai mult',
|
|
'see_less' => 'Vizualizați mai puțin',
|
|
'legal_notice' => 'Mențiuni legale',
|
|
];
|