From f200b91fa2201e8abd26ebb6f75780a82c59a807 Mon Sep 17 00:00:00 2001 From: eaxs <tkuhn@live.com> Date: Tue, 14 Apr 2015 06:44:02 -0400 Subject: [PATCH] Added pull.bat to gitignore --- languages/pt-BR/site/pt-BR.com_projectfork.ini | 27 ++++++++++++++++++++++++--- 1 files changed, 24 insertions(+), 3 deletions(-) diff --git a/languages/pt-BR/site/pt-BR.com_projectfork.ini b/languages/pt-BR/site/pt-BR.com_projectfork.ini index 7bcb5ab..80e6d49 100644 --- a/languages/pt-BR/site/pt-BR.com_projectfork.ini +++ b/languages/pt-BR/site/pt-BR.com_projectfork.ini @@ -1,20 +1,31 @@ ; Projectfork -; Copyright (C) 2006 - 2012 Tobias Kuhn. All rights reserved. +; Copyright (C) 2006 - 2013 Tobias Kuhn. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 - No BOM +; +; @since 4.1 +; + +; Projectfork 4.1 - Shared strings +JGLOBAL_CHECK_ALL = "Seleciona tudo" + + +; +; @since 4.0 +; ; Projectfork 4.0 - Shared strings COM_PROJECTFORK = "ProjectFork" COM_PROJECTFORK_WARNING_PROVIDE_VALID_TITLE = "Por favor insira um título válido" -COM_PROJECTFORK_BULK_ACTIONS = "- Acções em -" +COM_PROJECTFORK_BULK_ACTIONS = "- Ações em -" COM_PROJECTFORK_ACTION_PUBLISH = "Publicar" COM_PROJECTFORK_ACTION_UNPUBLISH = "Despublicar" COM_PROJECTFORK_ACTION_ARCHIVE = "Arquivo" COM_PROJECTFORK_ACTION_COPY = "Copiar" COM_PROJECTFORK_ACTION_DELETE = "Excluir" COM_PROJECTFORK_ACTION_CHECKIN = "Check-in" -COM_PROJECTFORK_ACTION_TRASH = "Lixo" +COM_PROJECTFORK_ACTION_TRASH = "Lixeira" COM_PROJECTFORK_ACTION_NEW = "Novo" COM_PROJECTFORK_ACTION_EDIT = "Editar" COM_PROJECTFORK_ACTION_REPLY = "Responder" @@ -39,6 +50,15 @@ JGRID_HEADING_TASKLIST = "Lista" JGRID_HEADING_PRIORITY = "Prioridade" JGRID_HEADING_MILESTONE = "Marco miliário" +JGRID_HEADING_FILES = "Arquivos" +JGRID_HEADING_FILE = "Arquivo" +JGRID_HEADING_NOTES = "Notas" +JGRID_HEADING_NOTE = "Nota" +JGRID_HEADING_DOCUMENTS = "Documentos" +JGRID_HEADING_DOCUMENT = "Documento" +JGRID_HEADING_DIRECTORIES = "Diretórios" +JGRID_HEADING_DIRECTORY = "Diretório" +JGRID_HEADING_TYPE = "Tipo" COM_PROJECTFORK_DATE_NOT_SET = "Não informado" COM_PROJECTFORK_DATE_STARTED_ON = "Iniciado em" COM_PROJECTFORK_DETAILS_LABEL = "Detalhes" @@ -145,6 +165,7 @@ ; Projectfork 4.0 - Projects COM_PROJECTFORK_PROJECTS = "Projetos" JGRID_HEADING_TASKLISTS_AND_TASKS = "Listas / Tarefas" +COM_PROJECTFORK_PROJECT_COMPLETION = "Conclusão do Projeto" ; Projectfork 4.0 - Milestones COM_PROJECTFORK_MILESTONES = "Milestones" -- Gitblit v1.9.1