dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: redirect_paths can contain colons like http://www.mydomain.com/cms/a...
mcramer
2012-10-19
e56995b9f8ebbac6de8f858f8996b254f8b2d59d
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
help
/
lib
/
lang
/
es_support_message.lng
1
2
3
4
5
6
7
8
<?php
$wb['recipient_id_txt'] = 'ID Destinatario';
$wb['sender_id_txt'] = 'ID Remitente';
$wb['subject_txt'] = 'Asunto';
$wb['message_txt'] = 'Mensaje';
$wb['tstamp_txt'] = 'Marcadetiempo';
$wb['reply_txt'] = 'Reply';
?>