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

12 lines
400 B
PHP
Raw Normal View History

2025-05-05 21:27:48 +07:00
<?php
return [
'actions' => [
'store_success' => 'Aggiungi al segnalibro con successo!',
'delete_success' => 'Cancellare il segnalibro riuscito!',
2025-09-23 11:53:30 +07:00
],
'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!',
2025-05-05 21:27:48 +07:00
];