mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Push updated languages
This commit is contained in:
16
resources/lang/nl/pagination.php
Normal file
16
resources/lang/nl/pagination.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
return array(
|
||||
"next" => "Volgende",
|
||||
"previous" => "Vorige",
|
||||
"sidebar" => array(
|
||||
"account_controls" => "Account beheer",
|
||||
"account_security" => "Account beveiliging",
|
||||
"account_settings" => "Account instellingen",
|
||||
"files" => "Bestanden beheerder",
|
||||
"manage" => "Beheer server",
|
||||
"overview" => "Server overzicht",
|
||||
"servers" => "Jouw servers",
|
||||
"server_controls" => "Server Bediening",
|
||||
"subusers" => "Beheer sub-gebruiker",
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user