dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed a warning message when websites get deleted.
tbrehm
2010-09-26
4b72c51b4cfef36cf2e84f0791e0e85eb899a7f2
[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';
?>