Skip to content

Commit d5b0aa7

Browse files
committed
Adding missing translation strings
1 parent 57d9537 commit d5b0aa7

File tree

4 files changed

+41
-5
lines changed

4 files changed

+41
-5
lines changed

web/inc/i18n/en.php

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@
785785
'IPSET_CREATED_OK' => 'Ipset created',
786786
'DELETE_IPSET_CONFIRMATION' => 'Are you sure you want to delete Ipset %2',
787787
'1 Ipset list' => '1 Ipset list',
788-
'%s Ipset lists' => '%s Ipset lists'
788+
'%s Ipset lists' => '%s Ipset lists',
789789
'There are currently no Ipset lists defined.' => 'There are currently no Ipset lists defined.',
790790
'list ipset' => 'Ipset',
791791

@@ -795,8 +795,44 @@
795795
'Runtime' => 'Runtime',
796796
//Logs
797797
'Refresh' => 'Refresh',
798+
'Time' => 'Time',
799+
'Value' => 'Value',
800+
798801
//DNS
799802
'default' => 'default',
803+
'1 DNS zone' => '1 DNS zone',
804+
'%s DNS zones' => '%s DNS zones',
805+
'Add Record' => 'Add Record',
806+
//user
807+
'1 user account' => '1 user account',
808+
'%s user accounts' => '%s user accounts',
809+
//database
810+
'1 SQL database' => '1 SQL database',
811+
'%s SQL databases' => '%s SQL databases',
812+
//mail
813+
'1 mail domain' => '1 mail domain',
814+
'%s mail domains' => '%s mail domains',
815+
//web
816+
'1 web domain' => '1 web domain',
817+
'%s web domains' => '%s web domains',
818+
800819
//rrd
801820
'Bandwidth Usage' => 'Bandwidth Usage',
821+
822+
//reset
823+
'Forgot Password' => 'Forgot Password',
824+
//web
825+
'Quick Install App' => 'Quick Install App',
826+
//webapp
827+
'version' => 'version',
828+
'Setup' => 'Setup',
829+
//Server
830+
'Restart' => 'Restart',
831+
'Mail Server' => 'Mail Server',
832+
'Enabled multi PHP versions' => 'Enabled multi PHP versions',
833+
'Please wait while php is installed or removed' => 'Please wait while php is installed or removed',
834+
//header
835+
'Hestia Control Panel' => 'Hestia Control Panel',
836+
837+
802838
);

web/templates/admin/list_webapps.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<span class="card-thumb"><img src="<?=$webapp['thumbnail']?>"></span>
4545
<div class="card-details">
4646
<p class="card-title"><?=$webapp['name']?></p>
47-
<p>version: <?=$webapp['version']?></p>
48-
<a href="/add/webapp/?app=<?=$webapp['name']?>&domain=<?=$v_domain?>" class="ui-button cancel">Setup</a>
47+
<p><?=__('version')?>: <?=$webapp['version']?></p>
48+
<a href="/add/webapp/?app=<?=$webapp['name']?>&domain=<?=$v_domain?>" class="ui-button cancel"><?=__('Setup')?></a>
4949
</div>
5050
</div>
5151
<?php endforeach; ?>

web/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
6-
<title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - Hestia Control Panel</title>
6+
<title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
77
<link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554103" />
88
<link type="text/css" rel="stylesheet" href="/css/active-theme.css?1446554103" />
99
<link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />

web/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<table>
66
<tr>
77
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
8-
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 40px;" /></a>
8+
<a href="/"><img border=0 src="/images/logo.png" alt="<?=__('Hestia Control Panel');?>" style="margin: 20px; margin-top: 40px;" /></a>
99
</td>
1010
<td style="padding: 40px 60px 0 0;">
1111
<form method="post" action="/login/" id="form_login">

0 commit comments

Comments
 (0)