tbrehm
2010-08-23 07cd2546f7e873af12bd2d55b633c721fefca718
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
$wb['Database'] = 'Tietokanta';
$wb['Options'] = 'Asetukset';
$wb['Shell User'] = 'Shell-käyttäjä';
$wb['Domain'] = 'Verkkotunnus';
$wb['Redirect'] = 'Edelleenohjaus';
$wb['SSL'] = 'SSL';
$wb['Subdomain'] = 'Aliverkkotunnus';
$wb['Sites'] = 'Verkkotunnukset';
$wb['Aliasdomain'] = 'Aliasverkkotunnus';
$wb['FTP-User'] = 'FTP-käyttäjätunnus';
$wb['FTP'] = 'FTP';
$wb['Shell-User'] = 'Shell-käyttäjä';
$wb['Shell'] = 'Shell';
$wb['Websites'] = 'Verkkotunnukset';
$wb['Stats'] = 'Tilastot';
$wb['Website'] = 'Website';
$wb['Cron'] = 'Cron';
$wb['Cron Jobs'] = 'Cron Jobs';
$wb['Statistics'] = 'Statistics';
$wb['Web traffic'] = 'Web Traffic';
$wb['Webdav-User'] = 'Webdav User';
$wb['Webdav'] = 'Webdav';
?>