diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
commit | 4c9179878182e49e42d47a004c24b0aa9c9b72ee (patch) | |
tree | 2c78784a7d9bb5c85aa782e30382b0f58f4059c1 /app/Locale/pt_PT/translations.php | |
parent | 7c7692698014e9ac96c1d0446bacd972faa5a940 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/pt_PT/translations.php')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 82412733..5e8c50a8 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -8,7 +8,6 @@ return array( 'Edit' => 'Editar', 'remove' => 'remover', 'Remove' => 'Remover', - 'Update' => 'Actualizar', 'Yes' => 'Sim', 'No' => 'Não', 'cancel' => 'cancelar', @@ -60,7 +59,6 @@ return array( 'Actions' => 'Acções', 'Inactive' => 'Inactivo', 'Active' => 'Activo', - 'Add this column' => 'Adicionar esta coluna', '%d tasks on the board' => '%d tarefas no quadro', '%d tasks in total' => '%d tarefas no total', 'Unable to update this board.' => 'Não foi possível actualizar este quadro.', @@ -184,7 +182,6 @@ return array( 'Unable to remove this action.' => 'Não é possível remover esta acção.', 'Action removed successfully.' => 'Acção removida com sucesso.', 'Automatic actions for the project "%s"' => 'Acções automáticas para o projecto "%s"', - 'Defined actions' => 'Acções definidas', 'Add an action' => 'Adicionar Acção', 'Event name' => 'Nome do evento', 'Action name' => 'Nome da acção', @@ -194,7 +191,6 @@ return array( 'When the selected event occurs execute the corresponding action.' => 'Quando o evento selecionado ocorrer execute a acção correspondente.', 'Next step' => 'Próximo passo', 'Define action parameters' => 'Definir parêmetros da acção', - 'Save this action' => 'Guardar esta acção', 'Do you really want to remove this action: "%s"?' => 'Tem a certeza que quer remover esta acção: "%s"?', 'Remove an automatic action' => 'Remover uma acção automática', 'Assign the task to a specific user' => 'Designar a tarefa para um utilizador específico', @@ -1148,4 +1144,11 @@ return array( // 'This value must be greater than %d' => '', // 'Another swimlane with the same name exists in the project' => '', // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '', + // 'Actions duplicated successfully.' => '', + // 'Unable to duplicate actions.' => '', + // 'Add a new action' => '', + // 'Import from another project' => '', + // 'There is no action at the moment.' => '', + // 'Import actions from another project' => '', + // 'There is no available project.' => '', ); |