dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Removed a strict warning in listform.inc.php
tbrehm
2007-08-21
c5a08eeb6a5653b953f23c69147aeb52da9d66bc
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
help
/
lib
/
lang
/
en_support_message.lng
1
2
3
4
5
6
7
8
9
<?php
$wb['recipient_id_txt'] = 'recipient_id';
$wb['sender_id_txt'] = 'sender_id';
$wb['subject_txt'] = 'subject';
$wb['message_txt'] = 'message';
$wb['tstamp_txt'] = 'tstamp';
$wb['btn_save_txt'] = 'Save';
$wb['btn_cancel_txt'] = 'Cancel';
?>