summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorEskiso <eSkiSo@users.noreply.github.com>2015-08-15 14:18:28 +0100
committerEskiso <eSkiSo@users.noreply.github.com>2015-08-15 14:18:28 +0100
commit715f16fc6b7d6d578104f643d2cd0722cf93af50 (patch)
treea3295574f1adf5c6c2c4569af23349a88509739b /app
parent536127c5a11f4a56a57a0191e2a000edb51f1b5c (diff)
Translated new strings.
Diffstat (limited to 'app')
-rw-r--r--app/Locale/pt_PT/translations.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index d8a9cf43..ffa6ea84 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -1015,16 +1015,16 @@ return array(
'contributors' => 'contribuidores',
'License:' => 'Licença:',
'License' => 'Licença',
- // 'Project Administrator' => '',
- // 'Enter the text below' => '',
- // 'Gantt chart for %s' => '',
- // 'Sort by position' => '',
- // 'Sort by date' => '',
- // 'Add task' => '',
- // 'Start date:' => '',
- // 'Due date:' => '',
- // 'There is no start date or due date for this task.' => '',
- // 'Moving or resizing a task will change the start and due date of the task.' => '',
- // 'There is no task in your project.' => '',
- // 'Gantt chart' => '',
+ 'Project Administrator' => 'Administrador do Projecto',
+ 'Enter the text below' => 'Escreva o texto em baixo',
+ 'Gantt chart for %s' => 'Gráfico de Gantt para %s',
+ 'Sort by position' => 'Ordenar por posição',
+ 'Sort by date' => 'Ordenar por data',
+ 'Add task' => 'Adicionar tarefa',
+ 'Start date:' => 'Data de inicio:',
+ 'Due date:' => 'Data de vencimento:',
+ '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 projecto.',
+ 'Gantt chart' => 'Gráfico de Gantt',
);