diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-27 21:38:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-27 21:38:58 +0000 |
commit | 490eff8524e55342496408c4ee042e1306bb7590 (patch) | |
tree | 70a8479715d1842e3006149fe51fa7fbf7ca93e0 /config/locales/pt-BR.yml | |
parent | 9fbb235d81f3b72eb99f536d61ccc68173a16ad9 (diff) | |
download | redmine-490eff8524e55342496408c4ee042e1306bb7590.tar.gz redmine-490eff8524e55342496408c4ee042e1306bb7590.zip |
replace i18n "text_project_identifier_info" (#1363)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8710 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/pt-BR.yml')
-rw-r--r-- | config/locales/pt-BR.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 1bd4d64a4..4dd02b539 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -702,7 +702,6 @@ pt-BR: text_tip_issue_begin_day: tarefa inicia neste dia text_tip_issue_end_day: tarefa termina neste dia text_tip_issue_begin_end_day: tarefa inicia e termina neste dia - text_project_identifier_info: 'Letras minúsculas (a-z), números e hífens permitidos.<br />Uma vez salvo, o identificador não poderá ser alterado.' text_caracters_maximum: "máximo %{count} caracteres" text_caracters_minimum: "deve ter ao menos %{count} caracteres." text_length_between: "deve ter entre %{min} e %{max} caracteres." @@ -1039,3 +1038,4 @@ pt-BR: label_copy_attachments: Copy attachments label_item_position: "%{position}/%{count}" label_completed_versions: Completed versions + text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. |