Menu

[r8]: / languages / custom_pt-br.php  Maximize  Restore  History

Download this file

20 lines (16 with data), 630 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?php
#Application name: PhpCollab
#Status page: 2
#Path by root: ../languages/custom_pt-br.php
//translator(s): Poorlyte <poorlyte@yahoo.com> (All Versions))
$topicNote = array(1 => "Conversa Telefônica", 2 => "Notas de Conferência", 3 => "Notas Gerais");
$phaseArraySets = array(
#Define the names of your phase sets
"sets" => array(1 => "Website", 2 => "CD"),
#List the indervitual items within each phase set.
#Website Set
"1" => array(0 => "Planejamento", 1 => "Design", 2 => "Produção", 3 => "Testes", 4 => "Término"),
#CD Set
"2" => array(0 => "Planejamento", 1 => "Design", 2 => "Produção", 3 => "Testes")
);
?>
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.