mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
12 lines
413 B
PHP
12 lines
413 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => 'Lesezeichen erfolgreich hinzugefügt!',
|
|
'delete_success' => 'Lesezeichen erfolgreich abbrechen!',
|
|
],
|
|
'torrent_not_exists' => 'Torrent: :torrent_id existiert nicht!',
|
|
'torrent_already_bookmarked' => 'Torrent: :torrent_id bereits Lesezeichen!',
|
|
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id nicht Lesezeichen!',
|
|
];
|