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

12 lines
386 B
PHP

<?php
return [
'actions' => [
'store_success' => 'Adaugă la bookmark cu succes!',
'delete_success' => 'Anulare marcaj reușită!',
],
'torrent_not_exists' => 'Torrent: :torrent_id nu există!',
'torrent_already_bookmarked' => 'Torrent: :torrent_id este deja marcat!',
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id nu este marcat!',
];