Skip to content
tr.lng 1.18 KiB
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['Client'] = 'Müşteri';
$wb['Address'] = 'Addres';
$wb['Limits'] = 'Limitler';
$wb['Add Client'] = 'Müşteri Ekle';
$wb['Edit Client'] = 'Müşteri Düzenle';
$wb['Clients'] = 'Müşteriler';
$wb['Templates'] = 'Templates';
$wb['Limit-Templates'] = 'Limit-Templates';
tbrehm's avatar
tbrehm committed
$wb['Add Reseller'] = 'Reseller Ekle';
$wb['Edit Reseller'] = 'Reseller Düzenle';
$wb['Resellers'] = 'Resellerlar';
tbrehm's avatar
tbrehm committed
$wb['error_has_clients'] = 'Bu reseller müşterilere sahip. Resellerı silmeden önce müşterilerini silmelisiniz.';
$wb['add_additional_template_txt'] = 'Add additional template';
$wb['delete_additional_template_txt'] = 'Delete additional template';
tbrehm's avatar
tbrehm committed
$wb['Messaging'] = 'Messaging';
tbrehm's avatar
tbrehm committed
$wb['Send email'] = 'Send Email';
$wb['Edit Client Circle'] = 'Edit Client Circle';
$wb['Domains'] = 'Domains';
$wb['domain_txt'] = 'Domain';
$wb['client_txt'] = 'Client';
$wb['error_domain_in mailuse'] = 'This domain cannot be deleted, because it is in use as mail-domain';
$wb['error_domain_in webuse'] = 'This domain cannot be deleted, because it is in use as web-domain';
$wb['error_client_can_not_add_domain'] = 'You cannot add a new domain';
$wb['error_client_group_id_empty'] = 'You have to select a customer<br>';
tbrehm's avatar
tbrehm committed
?>