Marius Burkard
2015-12-08 10e9f75e0948d9dd72a4431c67292a05d582483c
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';
?>