PHP Classes

File: Locale/pt_PT/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Gantt plugin   Locale/pt_PT/translations.php   Download  
File: Locale/pt_PT/translations.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Kanboard Gantt plugin
Display Gantt charts in Kanboard
Author: By
Last change:
Date: 3 years ago
Size: 1,046 bytes
 

Contents

Class file image Download
<?php

return array(
   
'Sort by position' => 'Ordenar por posição',
   
'Sort by date' => 'Ordenar por data',
   
'Add task' => 'Adicionar tarefa',
   
'There is no start date or due date for this task.' => 'Não existe data de inicio ou data de vencimento para esta tarefa.',
   
'Moving or resizing a task will change the start and due date of the task.' => 'Mover ou redimensionar a tarefa irá alterar a data de inicio e vencimento da tarefa.',
   
'There is no task in your project.' => 'Não existe tarefa no seu projeto.',
   
'Gantt chart' => 'Gráfico de Gantt',
   
'Gantt chart for all projects' => 'Gráfico de Gantt para todos os projetos',
   
'Gantt chart for this project' => 'Gráfico de Gantt para este projeto',
   
'Project board' => 'Quadro de projeto',
   
'There is no start date or end date for this project.' => 'Não existe data de inicio ou fim para este projeto.',
   
'Projects Gantt chart' => 'Gráfico de Gantt dos projetos',
   
'Switch to the Gantt chart view' => 'Mudar para vista de gráfico de Gantt',
);