Till Brehm
2016-01-31 4070036454731508a7caa56d19e0d5bc9e64614c
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';
?>