27 lines
1.8 KiB
PHP
27 lines
1.8 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Access granted" => "Toegang toegestaan",
|
|
"Error configuring Dropbox storage" => "Fout tijdens het configureren van Dropbox opslag",
|
|
"Grant access" => "Sta toegang toe",
|
|
"Fill out all required fields" => "Vul alle verplichte in",
|
|
"Please provide a valid Dropbox app key and secret." => "Geef een geldige Dropbox key en secret.",
|
|
"Error configuring Google Drive storage" => "Fout tijdens het configureren van Google Drive opslag",
|
|
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Waarschuwing:</b> \"smbclient\" is niet geïnstalleerd. Mounten van CIFS/SMB shares is niet mogelijk. Vraag uw beheerder om smbclient te installeren.",
|
|
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Waarschuwing:</b> FTP ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van FTP shares is niet mogelijk. Vraag uw beheerder FTP ondersteuning te installeren.",
|
|
"External Storage" => "Externe opslag",
|
|
"Mount point" => "Aankoppelpunt",
|
|
"Backend" => "Backend",
|
|
"Configuration" => "Configuratie",
|
|
"Options" => "Opties",
|
|
"Applicable" => "Van toepassing",
|
|
"Add mount point" => "Aankoppelpunt toevoegen",
|
|
"None set" => "Niets ingesteld",
|
|
"All Users" => "Alle gebruikers",
|
|
"Groups" => "Groepen",
|
|
"Users" => "Gebruikers",
|
|
"Delete" => "Verwijder",
|
|
"Enable User External Storage" => "Externe opslag voor gebruikers activeren",
|
|
"Allow users to mount their own external storage" => "Sta gebruikers toe om hun eigen externe opslag aan te koppelen",
|
|
"SSL root certificates" => "SSL root certificaten",
|
|
"Import Root Certificate" => "Importeer root certificaat"
|
|
);
|