<?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', ];