Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['page_head_txt'] = 'Postavke sandučića';
$wb['page_desc_txt'] = 'Here you can edit the settings for the email account.';
$wb['email_txt'] = 'Email adresa';
$wb['login_txt'] = 'Prijava';
$wb['server_address_txt'] = 'Adresa mail servera';
$wb['cc_txt'] = 'Pošalji kopiju na (CC)';
$wb['quota_txt'] = 'Veličina sandučića';
$wb['unlimited_txt'] = 'Neograničeno';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'Ništa';
?>