tbrehm
2010-09-26 333866e9d0c6a611081eab38e50be99e3748e3a8
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'] = 'Databáze';
$wb['Options'] = 'Volby';
$wb['Shell User'] = 'Shell uživatel';
$wb['Domain'] = 'Doména';
$wb['Website'] = 'Web stránka';
$wb['Redirect'] = 'Přesměrování';
$wb['SSL'] = 'SSL';
$wb['Subdomain'] = 'Subdoména pro web stránku';
$wb['Sites'] = 'Stránky';
$wb['Aliasdomain'] = 'Alias doména pro web stránku';
$wb['FTP-User'] = 'FTP uživatel';
$wb['FTP'] = 'FTP';
$wb['Shell-User'] = 'Shell uživatel';
$wb['Shell'] = 'Shell';
$wb['Websites'] = 'Web stránky';
$wb['Stats'] = 'Statistiky';
$wb['Cron'] = 'Cron';
$wb['Cron Jobs'] = 'Cron úlohy';
$wb['Web traffic'] = 'Web přenos';
$wb['Webdav-User'] = 'Webdav User';
$wb['Webdav'] = 'Webdav';
$wb['Statistics'] = 'Statistics';
?>