ad-aures_castoPod/app/Language/lt/Common.php
2026-01-23 16:36:56 +00:00

30 lines
725 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' => 'Taip',
'no' => 'Ne',
'cancel' => 'Atsisakyti',
'optional' => 'Neprivaloma',
'close' => 'Užverti',
'home' => 'Pradžia',
'explicit' => 'Atviras',
'powered_by' => 'Veikia {castopod} pagrindu',
'go_back' => 'Grįžti',
'play_episode_button' => [
'play' => 'Leisti',
'playing' => 'Leidžiama',
],
'read_more' => 'Išsamiau',
'read_less' => 'Glausčiau',
'see_more' => 'Išsamiau',
'see_less' => 'Glausčiau',
'legal_notice' => 'Teisinė informacija',
];