Skip to content
Snippets Groups Projects
Soundbite.php 852 B
Newer Older
  • Learn to ignore specific revisions
  • crowdin's avatar
    crowdin committed
    <?php
    
    declare(strict_types=1);
    
    /**
     * @copyright  2021 Ad Aures
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    return [
        'list' => [
            'title' => 'Fragments d\'àudio',
            'soundbite' => 'Fragment d\'àudio',
        ],
        'messages' => [
            'createSuccess' => 'El fragment d\'àudio s\'ha creat correctament.',
            'deleteSuccess' => 'El fragment d\'àudio s\'ha suprimit correctament.',
        ],
        'form' => [
            'title' => 'Nou fragment',
            'soundbite_title' => 'Títol del fragment',
            'start_time' => 'Començar a',
            'duration' => 'Durada',
            'submit' => 'Crear un fragment',
        ],
        'play' => 'Reproduir el fragment',
        'stop' => 'Aturar el fragment',
        'create' => 'Nou fragment',
        'delete' => 'Suprimir el fragment',
    ];