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

12 lines
419 B
PHP
Raw Normal View History

2025-04-22 02:55:12 +07:00
<?php
return [
'actions' => [
'store_success' => 'Lisää kirjanmerkkiin onnistuneesti!',
'delete_success' => 'Kirjanmerkki peruttu onnistuneesti!',
2025-09-23 11:53:30 +07:00
],
'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!',
2025-04-22 02:55:12 +07:00
];