Menu

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

Download this file

14 lines (12 with data), 502 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
<?php
$topicNote = array(1 => "Conversación Telefónica", 2 => "Notas de Conferencia", 3 => "Notas Generales");
$phaseArraySets = array(
#Define the names of your phase sets
"sets" => array(1 => "Pagina Web", 2 => "CD"),
#List the indervitual items within each phase set.
#Website Set
"1" => array(0 => "Planificación", 1 => "Diseño", 2 => "Producción", 3 => "Pruebas", 4 => "Cerrado"),
#CD Set
"2" => array(0 => "Planificación", 1 => "Diseño", 2 => "Producción", 3 => "Pruebas")
);
?>
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.