mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
399 B
PHP
12 lines
399 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => 'Tilføjelse til bogmærke lykkedes!',
|
|
'delete_success' => 'Annuller bogmærke lykkedes!',
|
|
],
|
|
'torrent_not_exists' => 'Torrent: :torrent_id findes ikke!',
|
|
'torrent_already_bookmarked' => 'Torrent: :torrent_id allerede bookmarked!',
|
|
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id ikke bogmærket!',
|
|
];
|