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

12 lines
400 B
PHP

<?php
return [
'actions' => [
'store_success' => 'Aggiungi al segnalibro con successo!',
'delete_success' => 'Cancellare il segnalibro riuscito!',
],
'torrent_not_exists' => 'Torrent: :torrent_id non esiste!',
'torrent_already_bookmarked' => 'Torrent: :torrent_id già segnalibro!',
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id non segnalibro!',
];