tbrehm
2010-07-12 f6497b5bf17737fa3c0a51a4b5651952ca7d0934
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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 website';
$wb['Sites'] = 'Stránky';
$wb['Aliasdomain'] = 'Alias doména pro website';
$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["Statisticz"] = 'Statistiky';
$wb["Web traffic"] = 'Web přenos';
?>