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.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.yml')
-rw-r--r-- | config/locales/pt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 0739f1fa2..8abf1c3c6 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -687,7 +687,6 @@ pt: 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." text_length_between: "Deve ter entre %{min} e %{max} caracteres." @@ -1021,3 +1020,4 @@ pt: 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. |