Florian Schaal
2016-01-22 f6640427d7957f05d8d8d5c824469adb80715b8b
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';
?>