oilyflutesalad
2010-01-16 a3e696cffaa1e3dc508b978428531638f3153c85
1
2
3
4
5
6
7
8
9
<?php
$wb['username_txt'] = 'Kullanıcı adı:';
$wb['password_txt'] = 'Şifre:';
$wb['function_txt'] = 'Fonksiyonlar:';
$wb['username_error_unique'] = 'Bu kullanıcı adı zaten var';
$wb['username_error_empty'] = 'Kullanıcı adı boş olamaz';
$wb['password_error_empty'] = 'Şifre boş olamaz';
$wb['password_strength_txt'] = 'Şifre Gücü:';
?>