mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
419 B
PHP
12 lines
419 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => 'Lisää kirjanmerkkiin onnistuneesti!',
|
|
'delete_success' => 'Kirjanmerkki peruttu onnistuneesti!',
|
|
],
|
|
'torrent_not_exists' => 'Torrent: :torrent_id ei ole olemassa!',
|
|
'torrent_already_bookmarked' => 'Torrent: :torrent_id on jo kirjanmerkitty!',
|
|
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id ei ole kirjanmerkitty!',
|
|
];
|