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

12 lines
386 B
PHP
Raw Normal View History

2025-04-22 19:35:05 +07:00
<?php
return [
'actions' => [
'store_success' => 'Adaugă la bookmark cu succes!',
'delete_success' => 'Anulare marcaj reușită!',
2025-09-23 11:53:30 +07:00
],
'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!',
2025-04-22 19:35:05 +07:00
];