mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 23:40:59 +08:00
12 lines
418 B
PHP
12 lines
418 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => 'Pomyślnie dodano zakładkę!',
|
|
'delete_success' => 'Anuluj zakładkę pomyślnie!',
|
|
],
|
|
'torrent_not_exists' => 'Torrent: :torrent_id nie istnieje!',
|
|
'torrent_already_bookmarked' => 'Torrent: :torrent_id został już dodany do zakładki!',
|
|
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id nie został zarezerwowany!',
|
|
];
|