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
/
ja_support_message.lng
1
2
3
4
5
6
7
8
<?php
$wb['recipient_id_txt'] = '宛先ID';
$wb['sender_id_txt'] = '送信者ID';
$wb['subject_txt'] = '件名';
$wb['message_txt'] = '本文';
$wb['tstamp_txt'] = '送信日時';
$wb['reply_txt'] = 'Reply';
?>