dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed PHP notices in mailman installer.
tbrehm
2011-07-22
8fe9ab67555e62100f764676f47f3ebb1a22ad8a
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
client
/
lib
/
lang
/
tr_client_del.lng
1
2
3
4
5
6
<?php
$wb['confirm_action_txt'] = 'İşlemi onaylayın';
$wb['delete_explanation'] = 'Bu işlem ilgili müşteri ile alakalı bütün kayıtları silecektir.';
$wb['btn_save_txt'] = 'Müşteriyi sil';
$wb['btn_cancel_txt'] = 'İptal et';
?>