Skip to content

Commit e61c593

Browse files
committed
Change VESTA to HESTIA in language files.
1 parent 6d7f744 commit e61c593

37 files changed

+38
-38
lines changed

web/add/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
$v_ip = escapeshellarg($_POST['v_ip']);
4949

5050
// Using public IP instead of internal IP when creating DNS
51-
// Gets public IP from 'v-list-user-ips' command (that reads /vesta/data/ips/ip), precisely from 'NAT' field
51+
// Gets public IP from 'v-list-user-ips' command (that reads /hestia/data/ips/ip), precisely from 'NAT' field
5252
$v_public_ip = $v_ip;
5353
$v_clean_ip = $_POST['v_ip']; // clean_ip = IP without quotas
5454
exec (HESTIA_CMD."v-list-user-ips ".$user." json", $output, $return_var);

web/bulk/restore/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
} else {
3737
$_SESSION['error_msg'] = implode('<br>', $output);
3838
if (empty($_SESSION['error_msg'])) {
39-
$_SESSION['error_msg'] = __('Error: vesta did not return any output.');
39+
$_SESSION['error_msg'] = __('Error: hestia did not return any output.');
4040
}
4141
if ($return_var == 4) {
4242
$_SESSION['error_msg'] = __('RESTORE_EXISTS');

web/bulk/vesta/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
if ($_SESSION['user'] == 'admin') {
2020
switch ($action) {
21-
case 'update': $cmd='v-update-sys-vesta';
21+
case 'update': $cmd='v-update-sys-hestia';
2222
break;
2323
default: header("Location: /list/updates/"); exit;
2424
}

web/inc/i18n/ar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Hestia language file
4-
* skid (skid@vestacp.com)
4+
* HestiaCP (info@hestiacp.com)
55
* orwah
66
*/
77

@@ -396,7 +396,7 @@
396396
'ICMP' => 'ICMP',
397397
'SSH' => 'SSH',
398398
'FTP' => 'FTP',
399-
'VESTA' => 'فيستا',
399+
'HESTIA' => 'فيستا',
400400
'Add one more Name Server' => 'إضافة مخدم أسماء (NS) جديد',
401401

402402
'web domain' => 'نطاق ويب',

web/inc/i18n/bg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
'ICMP' => 'ICMP',
391391
'SSH' => 'SSH',
392392
'FTP' => 'FTP',
393-
'VESTA' => 'VESTA',
393+
'HESTIA' => 'HESTIA',
394394
'Add one more Name Server' => 'Добави допълнителен сървър за имена',
395395

396396
'web domain' => 'уеб домейн',

web/inc/i18n/bs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
'ICMP' => 'ICMP',
396396
'SSH' => 'SSH',
397397
'FTP' => 'FTP',
398-
'VESTA' => 'VESTA',
398+
'HESTIA' => 'HESTIA',
399399
'Add one more Name Server' => 'Dodati još jedan Name server',
400400

401401
'web domain' => 'web domena',

web/inc/i18n/cn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
'ICMP' => 'ICMP',
405405
'SSH' => 'SSH',
406406
'FTP' => 'FTP',
407-
'VESTA' => 'VESTA',
407+
'HESTIA' => 'HESTIA',
408408
'Add one more Name Server' => '增加一个DNS服务器',
409409

410410
'web domain' => '网站域名',

web/inc/i18n/cz.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
'ICMP' => 'ICMP',
397397
'SSH' => 'SSH',
398398
'FTP' => 'FTP',
399-
'VESTA' => 'VESTA',
399+
'HESTIA' => 'HESTIA',
400400
'Add one more Name Server' => 'Add one more Name Server',
401401

402402
'web domain' => 'web domain',

web/inc/i18n/da.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
'ICMP' => 'ICMP',
398398
'SSH' => 'SSH',
399399
'FTP' => 'FTP',
400-
'VESTA' => 'VESTA',
400+
'HESTIA' => 'HESTIA',
401401
'Add one more Name Server' => 'Add one more Name Server',
402402

403403
'web domain' => 'web domain',

web/inc/i18n/de.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
'ICMP' => 'ICMP',
396396
'SSH' => 'SSH',
397397
'FTP' => 'FTP',
398-
'VESTA' => 'VESTA',
398+
'HESTIA' => 'HESTIA',
399399
'Add one more Name Server' => 'Add one more Name Server',
400400

401401
'web domain' => 'web domain',

0 commit comments

Comments
 (0)