Skip to content

Commit a56c670

Browse files
committed
- Added translations for the APS Installer.
1 parent 413df76 commit a56c670

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

interface/web/sites/lib/lang/de.lng

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ $wb['Domain'] = 'Domain';
2626
$wb['Redirect'] = 'Umleitung';
2727
$wb['SSL'] = 'SSL';
2828
$wb['Sites'] = 'Sites';
29+
$wb['APS Installer'] = 'APS-Installer';
30+
$wb['Available packages'] = 'Verfügbare Pakete';
31+
$wb['Installed packages'] = 'Installierte Pakete';
32+
$wb['Update Packagelist'] = 'Paketliste aktualisieren';
2933
?>
Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
<?php
22
$wb['Websites'] = 'Websites';
3-
$wb['Website'] = 'Website';
4-
$wb['Subdomain'] = 'Subdomain for website';
5-
$wb['Aliasdomain'] = 'Aliasdomain for website';
6-
7-
$wb['Database'] = 'Databases';
8-
$wb['Database User'] = 'Database Users';
9-
3+
$wb['Website'] = 'Website';
4+
$wb['Subdomain'] = 'Subdomain for website';
5+
$wb['Aliasdomain'] = 'Aliasdomain for website';
6+
$wb['Database'] = 'Databases';
7+
$wb['Database User'] = 'Database Users';
108
$wb['Web Access'] = 'Web Access';
11-
$wb['FTP-User'] = 'FTP-Accounts';
12-
$wb['Webdav-User'] = 'WebDAV-Users';
13-
$wb['Folder'] = 'Protected Folders';
14-
$wb['Folder users'] = 'Protected Folder Users';
15-
9+
$wb['FTP-User'] = 'FTP-Accounts';
10+
$wb['Webdav-User'] = 'WebDAV-Users';
11+
$wb['Folder'] = 'Protected Folders';
12+
$wb['Folder users'] = 'Protected Folder Users';
1613
$wb['Command Line'] = 'Command Line';
17-
$wb['Shell-User'] = 'Shell-User';
18-
$wb["Cron Jobs"] = 'Cron Jobs';
19-
14+
$wb['Shell-User'] = 'Shell-User';
15+
$wb["Cron Jobs"] = 'Cron Jobs';
2016
$wb["Statistics"] = 'Statistics';
21-
$wb["Web traffic"] = 'Web Traffic';
22-
$wb["Website quota (Harddisk)"] = 'Website quota (Harddisk)';
23-
17+
$wb["Web traffic"] = 'Web Traffic';
18+
$wb["Website quota (Harddisk)"] = 'Website quota (Harddisk)';
2419
$wb["Cron"] = 'Cron';
2520
$wb["Stats"] = 'Statistics';
2621
$wb['Shell'] = 'Shell';
@@ -31,4 +26,8 @@ $wb['Domain'] = 'Domain';
3126
$wb['Redirect'] = 'Redirect';
3227
$wb['SSL'] = 'SSL';
3328
$wb['Sites'] = 'Sites';
29+
$wb['APS Installer'] = 'APS Installer';
30+
$wb['Available packages'] = 'Available packages';
31+
$wb['Installed packages'] = 'Installed packages';
32+
$wb['Update Packagelist'] = 'Update Packagelist';
3433
?>

interface/web/sites/templates/aps_install_package.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ <h2>
4848

4949
<input type="hidden" name="install" value="0" />
5050
<div class="buttonHolder buttons">
51-
<button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_install_txt'}" name="btn_install" onclick="document.pageForm.install.value=1; submitForm('pageForm','sites/aps_install_package.php?id={tmpl_var name='pkg_id'}');"><span>{tmpl_var name='btn_install'}</span></button>
52-
<button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onclick="loadContent('aps/availablepackages_list.php');"><span>{tmpl_var name='btn_cancel'}</span></button>
51+
<button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_install_txt'}" name="btn_install" onclick="document.pageForm.install.value=1; submitForm('pageForm','sites/aps_install_package.php?id={tmpl_var name='pkg_id'}');"><span>{tmpl_var name='btn_install_txt'}</span></button>
52+
<button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onclick="loadContent('aps/availablepackages_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
5353
</div>
5454
</div>
5555

0 commit comments

Comments
 (0)