mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-06 07:50:56 +08:00
12 lines
400 B
PHP
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!',
|
|
];
|