castopod/app/Language/oc/Common.php

31 lines
717 B
PHP
Raw Normal View History

2022-04-14 15:11:07 +02:00
<?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 [
2024-02-05 18:03:36 +01:00
'yes' => 'Òc',
'no' => 'Non',
'cancel' => 'Anullar',
'optional' => 'Opcional',
'close' => 'Tampar',
'home' => 'Acuèlh',
2022-04-14 15:11:07 +02:00
'explicit' => 'Explicit',
2024-02-05 18:03:36 +01:00
'powered_by' => 'Propulsat per {castopod}',
'go_back' => 'Tornar',
2022-04-14 15:11:07 +02:00
'play_episode_button' => [
2024-02-05 18:03:36 +01:00
'play' => 'Legir',
'playing' => 'Lectura',
2022-04-14 15:11:07 +02:00
],
2024-02-05 18:03:36 +01:00
'read_more' => 'Ne legir mai',
'read_less' => 'Ne legir mens',
'see_more' => 'Ne veire mai',
'see_less' => 'Ne veire mens',
'legal_notice' => 'Mencions legalas',
2022-04-14 15:11:07 +02:00
];