Deutsch translation. Thanks to Uwe Steinmann

This commit is contained in:
nuxsmin
2014-02-27 21:06:33 +01:00
parent d3dad23ae9
commit 285aa3b8a2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -31,7 +31,7 @@ $onCloseAction = $data['onCloseAction'];
SP_ACL::checkUserAccess($action) || SP_Html::showCommonError('unavailable');
$arrLangAvailable = array('Español' => 'es_ES','English' => 'en_US');
$arrLangAvailable = array('Español' => 'es_ES','English' => 'en_US', 'Deutsch' => 'de_DE');
$arrAccountCount = array(6,9,12,15,21,27,30,51,99);
$mailSecurity = array('SSL','TLS');