Menu

[r15]: / languages / custom_pl.php  Maximize  Restore  History

Download this file

15 lines (13 with data), 587 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?php
//translator(s): Marcin Kawalerowicz (mkawalerowicz@poczta.onet.pl)
$topicNote = array(1 => "Rozmowa telefoniczna", 2 => "Notatka ze spotkania", 3 => "Notatka ogólna");
$phaseArraySets = array(
#Define the names of your phase sets
"sets" => array(1 => "Serwis WWW", 2 => "CD"),
#List the indervitual items within each phase set.
#Website Set
"1" => array(0 => "Planowanie", 1 => "Projektowanie", 2 => "Testowanie", 3 => "Zamknięcie", 4 => "Produkcja"),
#CD Set
"2" => array(0 => "Planowanie", 1 => "Projektowanie", 2 => "Testowanie", 3 => "Produkcja")
);
?>
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.