Skip to content
Snippets Groups Projects
Notifications.php 605 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' => 'Notificacions',
        'reply' => '{actor_username} ha respost a la vostra publicació',
        'favourite' => '{actor_username} ha marcat com a preferit la vostra publicació',
        'reblog' => '{actor_username} ha compartit la vostra publicació',
    
        'follow' => '{actor_username} t\'ha començat a seguir',
    
    crowdin's avatar
    crowdin committed
        'no_notifications' => 'Cap notificació',
        'mark_all_as_read' => 'Marca tot com a llegit',
    ];