Files
nexusphp/resources/lang/pl/bookmark.php

12 lines
418 B
PHP
Raw Normal View History

2025-04-22 19:35:05 +07:00
<?php
return [
'actions' => [
'store_success' => 'Pomyślnie dodano zakładkę!',
'delete_success' => 'Anuluj zakładkę pomyślnie!',
2025-09-23 11:53:30 +07:00
],
'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!',
2025-04-22 19:35:05 +07:00
];