Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
a56c6709
Commit
a56c6709
authored
Sep 07, 2012
by
Falko Timme
Browse files
- Added translations for the APS Installer.
parent
413df769
Changes
3
Show whitespace changes
Inline
Side-by-side
interface/web/sites/lib/lang/de.lng
View file @
a56c6709
...
...
@@ -26,4 +26,8 @@ $wb['Domain'] = 'Domain';
$wb
[
'Redirect'
]
=
'Umleitung'
;
$wb
[
'SSL'
]
=
'SSL'
;
$wb
[
'Sites'
]
=
'Sites'
;
$wb
[
'APS Installer'
]
=
'APS-Installer'
;
$wb
[
'Available packages'
]
=
'Verfügbare Pakete'
;
$wb
[
'Installed packages'
]
=
'Installierte Pakete'
;
$wb
[
'Update Packagelist'
]
=
'Paketliste aktualisieren'
;
?>
interface/web/sites/lib/lang/en.lng
View file @
a56c6709
<?php
$wb
[
'Websites'
]
=
'Websites'
;
$wb
[
'Website'
]
=
'Website'
;
$wb
[
'Subdomain'
]
=
'Subdomain for website'
;
$wb
[
'Aliasdomain'
]
=
'Aliasdomain for website'
;
$wb
[
'Database'
]
=
'Databases'
;
$wb
[
'Database User'
]
=
'Database Users'
;
$wb
[
'Website'
]
=
'Website'
;
$wb
[
'Subdomain'
]
=
'Subdomain for website'
;
$wb
[
'Aliasdomain'
]
=
'Aliasdomain for website'
;
$wb
[
'Database'
]
=
'Databases'
;
$wb
[
'Database User'
]
=
'Database Users'
;
$wb
[
'Web Access'
]
=
'Web Access'
;
$wb
[
'FTP-User'
]
=
'FTP-Accounts'
;
$wb
[
'Webdav-User'
]
=
'WebDAV-Users'
;
$wb
[
'Folder'
]
=
'Protected Folders'
;
$wb
[
'Folder users'
]
=
'Protected Folder Users'
;
$wb
[
'FTP-User'
]
=
'FTP-Accounts'
;
$wb
[
'Webdav-User'
]
=
'WebDAV-Users'
;
$wb
[
'Folder'
]
=
'Protected Folders'
;
$wb
[
'Folder users'
]
=
'Protected Folder Users'
;
$wb
[
'Command Line'
]
=
'Command Line'
;
$wb
[
'Shell-User'
]
=
'Shell-User'
;
$wb
[
"Cron Jobs"
]
=
'Cron Jobs'
;
$wb
[
'Shell-User'
]
=
'Shell-User'
;
$wb
[
"Cron Jobs"
]
=
'Cron Jobs'
;
$wb
[
"Statistics"
]
=
'Statistics'
;
$wb
[
"Web traffic"
]
=
'Web Traffic'
;
$wb
[
"Website quota (Harddisk)"
]
=
'Website quota (Harddisk)'
;
$wb
[
"Web traffic"
]
=
'Web Traffic'
;
$wb
[
"Website quota (Harddisk)"
]
=
'Website quota (Harddisk)'
;
$wb
[
"Cron"
]
=
'Cron'
;
$wb
[
"Stats"
]
=
'Statistics'
;
$wb
[
'Shell'
]
=
'Shell'
;
...
...
@@ -31,4 +26,8 @@ $wb['Domain'] = 'Domain';
$wb
[
'Redirect'
]
=
'Redirect'
;
$wb
[
'SSL'
]
=
'SSL'
;
$wb
[
'Sites'
]
=
'Sites'
;
$wb
[
'APS Installer'
]
=
'APS Installer'
;
$wb
[
'Available packages'
]
=
'Available packages'
;
$wb
[
'Installed packages'
]
=
'Installed packages'
;
$wb
[
'Update Packagelist'
]
=
'Update Packagelist'
;
?>
\ No newline at end of file
interface/web/sites/templates/aps_install_package.htm
View file @
a56c6709
...
...
@@ -48,8 +48,8 @@
<input
type=
"hidden"
name=
"install"
value=
"0"
/>
<div
class=
"buttonHolder buttons"
>
<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>
<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>
<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>
<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>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment