Till Brehm
2016-06-27 65ee3af0845f20cd3ae4a3d0c2ee3ce865f7fc7c
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['page_head_txt'] = 'Posta Kutusu Ayarları';
$wb['page_desc_txt'] = 'E-posta hesabı ayarları buradan yapılabilir.';
$wb['email_txt'] = 'E-posta adresi';
$wb['login_txt'] = 'Kullanıcı Adı';
$wb['server_address_txt'] = 'Posta sunucusu adresi';
$wb['cc_txt'] = 'Kopya adresi (CC)';
$wb['quota_txt'] = 'Posta kutusu boyutu';
$wb['unlimited_txt'] = 'Sınırsız';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'Yok';
?>