mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
31 lines
738 B
PHP
31 lines
738 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' => 'Sí',
|
|
'no' => 'No',
|
|
'cancel' => 'Cancel·lar',
|
|
'optional' => 'Opcional',
|
|
'close' => 'Tancar',
|
|
'home' => 'Inici',
|
|
'explicit' => 'Explícit',
|
|
'powered_by' => 'Powered by {castopod}',
|
|
'go_back' => 'Tornar enrere',
|
|
'play_episode_button' => [
|
|
'play' => 'Reproduir',
|
|
'playing' => 'S\'està reproduint',
|
|
],
|
|
'read_more' => 'Més informació',
|
|
'read_less' => 'Menys informació',
|
|
'see_more' => 'Veure més',
|
|
'see_less' => 'Veure menys',
|
|
'legal_notice' => 'Avís Legal',
|
|
];
|