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

9 lines
172 B
PHP
Raw Normal View History

2025-04-21 02:53:56 +07:00
<?php
return [
'actions' => [
'store_success' => 'Toevoegen aan bladwijzer succesvol!',
'delete_success' => 'Bladwijzer annuleren geslaagd!',
]
];