Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
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';
?>