tbrehm
2009-10-01 91609af095a11a794907151ef2b893fd15825228
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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'] = 'Statistics';
?>