Merge pull request #1 from serghey-rodin/master

Update from master
This commit is contained in:
myvesta 2018-04-24 13:43:29 +02:00 committed by GitHub
commit 9d4606bd78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -76,6 +76,9 @@ $BIN/v-restart-mail
if [ ! -z "$IMAP_SYSTEM" ]; then if [ ! -z "$IMAP_SYSTEM" ]; then
$BIN/v-restart-service "$IMAP_SYSTEM" $BIN/v-restart-service "$IMAP_SYSTEM"
fi fi
if [ ! -z "$FTP_SYSTEM" ]; then
$BIN/v-restart-service "$FTP_SYSTEM"
fi
if [ -f "/var/run/vesta-nginx.pid" ]; then if [ -f "/var/run/vesta-nginx.pid" ]; then
kill -HUP $(cat /var/run/vesta-nginx.pid) kill -HUP $(cat /var/run/vesta-nginx.pid)
fi fi

View file

@ -88,6 +88,7 @@ $LANG['fa'] = array(
'list records' => 'فهرست پیشینه های %s', 'list records' => 'فهرست پیشینه های %s',
'add record' => 'افزودن پیشینه', 'add record' => 'افزودن پیشینه',
'list accounts' => 'فهرست حسابهای %s', 'list accounts' => 'فهرست حسابهای %s',
'Apps' => 'برنامه ها',
'add account' => 'افزودن حساب', 'add account' => 'افزودن حساب',
'open webmail' => 'بازکردن وب میل', 'open webmail' => 'بازکردن وب میل',
'list fail2ban' => 'فهرست fail2ban', 'list fail2ban' => 'فهرست fail2ban',