tbrehm
2012-04-05 e15295406e45c3f7944ed571dba8f099a9b5ac59
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
$wb['Database'] = 'Baza';
$wb['Options'] = 'Opcije';
$wb['Shell User'] = 'Shell korisnik';
$wb['Domain'] = 'Domena';
$wb['Website'] = 'Web stranica';
$wb['Redirect'] = 'Preusmjeravanje';
$wb['SSL'] = 'SSL';
$wb['Subdomain'] = 'Poddomena';
$wb['Sites'] = 'Web stranice';
$wb['Aliasdomain'] = 'Alias za web stranicu';
$wb['FTP-User'] = 'FTP korisnik';
$wb['FTP'] = 'FTP';
$wb['Shell-User'] = 'Shell korisnik';
$wb['Shell'] = 'Shell';
$wb['Webdav-User'] = 'Webdav korisnik';
$wb['Webdav'] = 'Webdav';
$wb['Websites'] = 'Web stranice';
$wb['Stats'] = 'Statistike';
$wb['Cron'] = 'Cron';
$wb['Cron Jobs'] = 'Cron zadaci';
$wb['Statistics'] = 'Statistike';
$wb['Web traffic'] = 'Promet web stranice';
$wb['Website quota (Harddisk)'] = 'Kvota web stranice (tvrdi disk)';
?>