mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
31 lines
717 B
PHP
31 lines
717 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' => 'Òc',
|
|
'no' => 'Non',
|
|
'cancel' => 'Anullar',
|
|
'optional' => 'Opcional',
|
|
'close' => 'Tampar',
|
|
'home' => 'Acuèlh',
|
|
'explicit' => 'Explicit',
|
|
'powered_by' => 'Propulsat per {castopod}',
|
|
'go_back' => 'Tornar',
|
|
'play_episode_button' => [
|
|
'play' => 'Legir',
|
|
'playing' => 'Lectura',
|
|
],
|
|
'read_more' => 'Ne legir mai',
|
|
'read_less' => 'Ne legir mens',
|
|
'see_more' => 'Ne veire mai',
|
|
'see_less' => 'Ne veire mens',
|
|
'legal_notice' => 'Mencions legalas',
|
|
];
|