Files
nexusphp/resources/lang/pl/bookmark.php
2025-09-23 11:53:30 +07:00

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!',
];