<?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")
);
?>