Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['template_name_txt'] = 'Kalıp adı';
$wb['template_file_txt'] = 'Kalıp dosya adı';
$wb['server_id_txt'] = 'Sunucu';
$wb['allservers_txt'] = 'Tüm sunucularda var';
$wb['active_txt'] = 'Etkin';
$wb['description_txt'] = 'Açıklama';
$wb['template_name_error_empty'] = 'Kalıp adı boş olamaz.';
$wb['template_file_error_empty'] = 'Kalıp dosya adı boş olamaz.';
$wb['Template'] = 'Kalıp';
?>