mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Plop the languages into the project
This commit is contained in:
12
resources/lang/nl/pagination.php
Normal file
12
resources/lang/nl/pagination.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'previous' => '« Vorige',
|
||||
'sidebar' => [
|
||||
'account_settings' => 'Account instellingen',
|
||||
'files' => 'Bestandsbeheer',
|
||||
'manage' => 'Beheer server',
|
||||
'overview' => 'Server overzicht',
|
||||
'server_controls' => 'Server beheer',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user