diff options
author | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
---|---|---|
committer | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
commit | 0826c1acdb6ae900d9ad3d277b13744a744ea34f (patch) | |
tree | 62ef83889ce9aa2df662e7712671f7f24d71c5e2 /app/Locale/pt_BR | |
parent | 9ba3daca66a0dc302aa4c2175f7ec814a5f8dca0 (diff) |
Fix translations with incorrect placeholders.
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index d16916df..91700f58 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -664,7 +664,7 @@ return array( 'Allow only one subtask in progress at the same time for a user' => 'Permitir apenas uma subtarefa em andamento ao mesmo tempo para um usuário', 'Edit column "%s"' => 'Editar a coluna "%s"', 'Enable time tracking for subtasks' => 'Ativar a gestão de tempo par a subtarefa', - 'Select the new status of the subtask: "%s"' => 'Selecionar um novo status para a subtarefa', + 'Select the new status of the subtask: "%s"' => 'Selecionar um novo status para a subtarefa: "%s"', 'Subtask timesheet' => 'Gestão de tempo das subtarefas', 'There is nothing to show.' => 'Não há nada para mostrar', 'Time Tracking' => 'Gestão de tempo', @@ -848,7 +848,7 @@ return array( 'uploaded by: %s' => 'carregado por: %s', 'uploaded on: %s' => 'carregado em: %s', 'size: %s' => 'tamanho: %s', - 'Burndown chart for "%s"' => 'Gráfico de Burndown para', + 'Burndown chart for "%s"' => 'Gráfico de Burndown para "%s"', 'Burndown chart' => 'Gráfico de Burndown', 'This chart show the task complexity over the time (Work Remaining).' => 'Este gráfico mostra a complexidade da tarefa ao longo do tempo (Trabalho Restante).', 'Screenshot taken %s' => 'Screenshot tomada em %s', |