Files

12 lines
390 B
PHP
Raw Permalink Normal View History

2025-04-22 19:35:05 +07:00
<?php
return [
'actions' => [
'store_success' => 'Lägg till i bokmärke lyckades!',
'delete_success' => 'Bokmärket är avklarat!',
2025-09-23 11:53:30 +07:00
],
'torrent_not_exists' => 'Torrent: :torrent_id finns inte!',
'torrent_already_bookmarked' => 'Torrent: :torrent_id redan bokmärkt!',
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id är inte bokmärkt!',
2025-04-22 19:35:05 +07:00
];