Enhanced skin in dutch

MediaMet

Verified User
Joined
Jul 3, 2018
Messages
17
Hello all,

A new language pack for Enhanced DirectAdmin v1.53.1

Download: https://mediamet.nl/enhanced.zip

Simple install from ssh

cd /usr/local/directadmin/data/skins/
wget mediamet.nl/enhanced.zip
unzip enhanced.zip
chown -R diradmin:diradmin enhanced/images/
chown -R diradmin:diradmin enhanced/lang/
chown diradmin:diradmin enhanced/files_custom.conf
chmod -R 755 enhanced/images/
chmod -R 755 enhanced/lang/
chmod 755 enhanced/files_custom.conf
rm enhanced.zip


Thanks too MediaMet for hosting
 
Thanks for this (fast) update.
I just saw on the modify domain page that some (new) variables are not there.
If I compare all the en files with the nl files I can find that these variables are missing:
Code:
LANG_APPLY_TO_DOMAINS= enhanced/lang/nl/admin/ip_manager.html
LANG_KB= enhanced/lang/nl/user/email/filter.html
LANG_FORCE_SSL_REDIRECT= enhanced/lang/nl/user/modify_domain.html
LANG_POINTERS_WWW_REDIRECT= enhanced/lang/nl/user/modify_domain.html
LANG_REDIRECT_TO= enhanced/lang/nl/user/modify_domain.html
LANG_MAILING_LISTS_OLD= enhanced/lang/nl/user/show_domain.html
 
Thanks for this (fast) update.
I just saw on the modify domain page that some (new) variables are not there.
If I compare all the en files with the nl files I can find that these variables are missing:
Code:
LANG_APPLY_TO_DOMAINS= enhanced/lang/nl/admin/ip_manager.html
LANG_KB= enhanced/lang/nl/user/email/filter.html
LANG_FORCE_SSL_REDIRECT= enhanced/lang/nl/user/modify_domain.html
LANG_POINTERS_WWW_REDIRECT= enhanced/lang/nl/user/modify_domain.html
LANG_REDIRECT_TO= enhanced/lang/nl/user/modify_domain.html
LANG_MAILING_LISTS_OLD= enhanced/lang/nl/user/show_domain.html

Thanks wavoe,
File is updated.
 
Hello all,

A new language pack for Enhanced DirectAdmin v1.58.1

Download: https://mediamet.nl/enhanced.zip

Thanks for the update again!
Found some missing variables:
Code:
LANG_GLOBAL_TITLE= not in /usr/local/directadmin/data/skins/enhanced/lang/nl/admin/custom_httpd_fpm.html
LANG_APPLY_TO_DOMAINS= not in /usr/local/directadmin/data/skins/enhanced/lang/nl/admin/ip_manager.html
LANG_WWW_REDIRECT= not in /usr/local/directadmin/data/skins/enhanced/lang/nl/user/modify_domain.html
LANG_NO_REDIRECT= not in /usr/local/directadmin/data/skins/enhanced/lang/nl/user/modify_domain.html
 
Back
Top