blob: 1a8dd18973d68536cf8b855de7d3198876081628 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2014 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
CTL_DebuggerConsole_Title = Console do Depurador
CTL_ProcessOutput_Title = Sa\u00edda do Processo
#DebuggerOutput
CTL_Attaching_socket=Anexando a {0}:{1}
CTL_Attaching_shmem=Anexando a {0}
CTL_Attaching_pid=Anexando a {0}
# Used for an unknown transport method:
CTL_Attaching=Anexando...
CTL_Listening_shmem=Fazendo listening em {0}
CTL_Listening_socket=Fazendo listening em {0}
CTL_Launching=Acionando: {0}
CTL_Connection_refused=Conex\u00e3o recusada.
CTL_Unknown_host=Host desconhecido.
CTL_Step_Into=Entrar
CTL_Step_Over=Ignorar
CTL_Step_Out=Sair
CTL_Continue=Continuar
CTL_Pause=Pausa
CTL_Debugger_running=Executando programa do usu\u00e1rio
CTL_Debugger_paused=Programa do usu\u00e1rio pausado
CTL_Debugger_stopped=Programa do usu\u00e1rio interrompido
CTL_Debugger_finished=Programa do usu\u00e1rio finalizado
CTL_Thread_stopped_no_line=Thread {0} parado em {1}.{2}.
CTL_Thread_stopped_no_line_no_source=Thread {0} parado.
CTL_Thread_stopped=Thread {0} parado em {1}:{3}.
CTL_Thread_stopped_no_source=Thread {0} parado em {1}:{3} - arquivo de c\u00f3digo-fonte indispon\u00edvel.
CTL_Thread_stopped_no_source_no_line=Thread {0} parado em {1}.{2} - arquivo de c\u00f3digo-fonte indispon\u00edvel.
CTL_Thread_stopped_no_info=Thread {0} parado em {1}:{3} - compilado sem informa\u00e7\u00e3o de depura\u00e7\u00e3o.
CTL_Thread_stopped_no_info_no_line=Thread {0} parado em {1}.{2} - compilado sem informa\u00e7\u00f5es de depura\u00e7\u00e3o.
CTL_Thread_stopped_before_op=Thread {0} parado antes de chamar ''{4}()'' em {1}:{3}.
CTL_Thread_stopped_after_op=Thread {0} parado ap\u00f3s retornar de ''{4}()'' em {1}:{3}.