Menu

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

Download this file

14 lines (12 with data), 467 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
<?php
$topicNote = array(1 => "Telefoongesprek", 2 => "Notulen", 3 => "Aantekeningen");
$phaseArraySets = array(
#Definieer de namen van de fase sets
"sets" => array(1 => "Website", 2 => "CD"),
#Toon de individuele items in elke fase set.
#Website Set
"1" => array(0 => "Planning", 1 => "Ontwerp", 2 => "Productie", 3 => "Testen", 4 => "Afronding"),
#CD Set
"2" => array(0 => "Planning", 1 => "Ontwerp", 2 => "Productie", 3 => "Testen")
);
?>
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.