Skip to content
Snippets Groups Projects
AboutCastopod.php 543 B
Newer Older
  • Learn to ignore specific revisions
  • crowdin's avatar
    crowdin committed
    <?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 [
    
        'title' => 'Diwar-benn Castopod',
        'host_name' => 'Anv an ostiz',
        'version' => 'Stumm Castopod',
        'php_version' => 'Stumm PHP',
        'os' => 'Sistem oberiañ',
        'languages' => 'Yezhoù',
        'update_database' => 'Nevesaat an diaz roadennoù',
    
    crowdin's avatar
    crowdin committed
        'messages' => [
    
            'databaseUpdateSuccess' => 'Nevesaet eo an diaz roadennoù!',
    
    crowdin's avatar
    crowdin committed
        ],
    ];