Commit 0d813146 authored by Gary Verhaegen's avatar Gary Verhaegen Committed by Eric Davis

Solves #503: parsing translations with psych in ruby 1.9

parent 2bb42e90
......@@ -931,8 +931,8 @@ en:
text_powered_by: "Powered by %{link}"
text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
text_default_encoding: "Default: UTF-8"
text_mercurial_repo_example: "local repository (e.g. /hgrepo, c:\hgrepo)"
text_git_repo_example: "a bare and local repository (e.g. /gitrepo, c:\gitrepo)"
text_mercurial_repo_example: "local repository (e.g. /hgrepo, c:\\hgrepo)"
text_git_repo_example: "a bare and local repository (e.g. /gitrepo, c:\\gitrepo)"
default_role_manager: Manager
default_role_developer: Developer
......
......@@ -976,10 +976,10 @@ pt-BR:
label_cvs_path: CVSROOT
text_powered_by: Tecnologia empregada por %{link}
text_default_encoding: "Padrão: UTF-8"
text_git_repo_example: "um repositório local do tipo bare (ex.: /gitrepo, c:\gitrepo)"
text_git_repo_example: "um repositório local do tipo bare (ex.: /gitrepo, c:\\gitrepo)"
label_notify_member_plural: Enviar atualizações da tarefa por e-mail
label_path_encoding: Codificação do caminho
text_mercurial_repo_example: "repositório local (ex.: /hgrepo, c:\hgrepo)"
text_mercurial_repo_example: "repositório local (ex.: /hgrepo, c:\\hgrepo)"
label_cvs_module: Módulo
label_filesystem_path: Diretório raiz
label_darcs_path: Diretório raiz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment