Menu

[r11]: / languages / custom_ja.php  Maximize  Restore  History

Download this file

16 lines (14 with data), 652 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?php
$topicNote = array(1 => "電話での会話", 2 => "会議録", 3 => "メモ");
$phaseArraySets = array(
#Define the names of your phase sets
#プロジェクトのフェーズをフェーズ・セットとしてプリセットする
"sets" => array(1 => "ウェブ・サイト", 2 => "CD"),
#List the indervitual items within each phase set.
#各フェーズ・セットの要素工程をリストアップする。
#Website Set
"1" => array(0 => "計画", 1 => "設計", 2 => "コーディング", 3 => "テスト", 4 => "納品"),
#CD Set
"2" => array(0 => "計画", 1 => "設計", 2 => "コーディング", 3 => "テスト")
);
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.