mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 22:51:01 +02:00
New dhtmlxGantt library, and etemplate2 widget to use it (work in progress)
This commit is contained in:
63
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_pt.js
Executable file
63
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_pt.js
Executable file
@ -0,0 +1,63 @@
|
||||
/*
|
||||
This software is allowed to use under GPL or you need to obtain Commercial or Enterprise License
|
||||
to use it in non-GPL project. Please contact sales@dhtmlx.com for details
|
||||
*/
|
||||
/*
|
||||
|
||||
TRANSLATION BY MATTHEUS PIROVANI RORIZ GONЗALVES
|
||||
|
||||
mattheusroriz@hotmail.com / mattheus.pirovani@gmail.com /
|
||||
|
||||
www.atrixian.com.br
|
||||
|
||||
*/
|
||||
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
|
||||
month_short: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
|
||||
day_full: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"],
|
||||
day_short: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Hoje",
|
||||
day_tab: "Dia",
|
||||
week_tab: "Semana",
|
||||
month_tab: "Mês",
|
||||
new_event: "Novo evento",
|
||||
icon_save: "Salvar",
|
||||
icon_cancel: "Cancelar",
|
||||
icon_details: "Detalhes",
|
||||
icon_edit: "Editar",
|
||||
icon_delete: "Deletar",
|
||||
confirm_closing: "Suas alterações serão perdidas. Você tem certeza?", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Tem certeza que deseja excluir?",
|
||||
section_description: "Descrição",
|
||||
section_time: "Período de tempo",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Nome tarefa",
|
||||
column_start_date : "Data início",
|
||||
column_duration : "Duração",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"será apagado",
|
||||
link_start: " (início)",
|
||||
link_end: " (fim)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutos",
|
||||
hours: "Horas",
|
||||
days: "Dias",
|
||||
weeks: "Semanas",
|
||||
months: "Meses",
|
||||
years: "Anos"
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user