#Replace List for COREBlog i18n
#Line start with '#' is ignores as a comment line.
#'#'で始まる行はコメント行として読み飛ばされます
#Path for file to replace
#置換を行うファイルのパスを記述します
filepath "/Products/COREBlog/dtml/manage_addCOREBlogForm.dtml"
#Replacement folows...
#'replacesrc' is a source string to be replaced
#'replacedst' is destinatin string to replace
#置換用の設定を記述します
#'replacesrc'は置換の対象となる文字列です
#'replacedst'は置換をする文字列です
#charsetのUTF-8をデフォルトにする
descsrc ""
descdst ""
#Descriptions follwos...
# Descriptions is long string in ZMI
#'descsrc' is a source to be replaced
#'descdst' is a destination to replace
# It may be message id of gettext.
#解説(Description)の置換用設定を記述します
# 解説はZMI上に表示される長い文章です。
#'descsrc'は置換の対象となる文字列です
#'descdst'は置換する文字列です
# labelsrcと同じか,またはgettextのIDを記述します
#Labels follwos...
# Label is form label, surrounded with
tag.
#'labelsrc' is a source to be replaced
#'labeldst' is a destination to replace
# It may be the same string for labelsrc,or sometime be amesage id of gettext.
#ラベルの置換用設定を記述します
# ラベルはフォームのラベルで,