diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-10-07 15:26:53 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-10-07 15:26:53 +0000 |
commit | e59156b446f1e402c95d04c39374630f2913b611 (patch) | |
tree | b266f78dc4b3b40b3641b0d2dd0d2cf7e9c2fe17 /config/locales/pt.yml | |
parent | 5592e77fc6b148fe832a861eb583f67e584075e2 (diff) | |
download | redmine-e59156b446f1e402c95d04c39374630f2913b611.tar.gz redmine-e59156b446f1e402c95d04c39374630f2913b611.zip |
Rename task to issue in calendar (#6563)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4238 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/pt.yml')
-rw-r--r-- | config/locales/pt.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 27f4cfeb5..b27838d7a 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -683,9 +683,9 @@ pt: text_subprojects_destroy_warning: "O(s) seu(s) sub-projecto(s): {{value}} também será/serão apagado(s)." text_workflow_edit: Seleccione uma função e um tipo de tarefa para editar o fluxo de trabalho text_are_you_sure: Tem a certeza? - text_tip_task_begin_day: tarefa a começar neste dia - text_tip_task_end_day: tarefa a acabar neste dia - text_tip_task_begin_end_day: tarefa a começar e acabar neste dia + text_tip_issue_begin_day: tarefa a começar neste dia + text_tip_issue_end_day: tarefa a acabar neste dia + text_tip_issue_begin_end_day: tarefa a começar e acabar neste dia text_project_identifier_info: 'Apenas são permitidos letras minúsculas (a-z), números e hífens.<br />Uma vez guardado, o identificador não poderá ser alterado.' text_caracters_maximum: "máximo {{count}} caracteres." text_caracters_minimum: "Deve ter pelo menos {{count}} caracteres." |