blob: 73e2af46e35e5b6b2e5693b6e77cab4bb5f9e36e [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 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 2006-2008 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.
TITLE_TEST_RESULTS=Ruby Test Results
ResultWindowOpenAction.MenuName=Ruby &Test Results
ACSN_TestResults=Ruby Test Results
ACSD_TestResults=Mostra informaci\u00f3 quant a proves passades i no superades i la sortida generada per elles
ACSN_FilterButton=Filtre Activat/aturat
ACSN_RerunButton = Tornar a executar
ACSN_ResultPanelTree=Mostra informaci\u00f3 quant a proves passades i no superades
ACSD_ResultPanelTree=Mostra a una estructura arborescent informaci\u00f3 passat, fallit i erroni
ACSN_HorizontalScrollbar=Despla\u00e7ament horitzontal del panell de resultats
ACSN_OutputTextPane=Sortida prova
ACSD_OutputTextPane=Mostra la sortida i els errors de sortida generats pels m\u00e8todes de prova executats
MSG_PassedTestsInfo={0,choice,0#Sense proves passades|1#1 prova passada|1<{0,number,integer} proves passades}
MSG_FailedTestsInfo={0,choice,1#1 prova no superada|1<{0,number,integer} proves no superades}
MSG_PendingTestsInfo={0,choice,1#1 prova pendent|1<{0,number,integer} proves pendents}
MSG_ErrorTestsInfo={0,choice,1#1 prova ha|1<{0,number,integer} prove han} provat un error
MSG_TestsInfoNoTests=Cap prova executada.
# "All 58 tests passed."
MSG_TestsInfoAllOK={0,choice,1#La prova s''ha passat|2#Ambd\u00f3s proves s''han passat|2<Totes les {0,number,integer} proves s''han passat}.
# The result summary can be a combination of passed, pending, failed and error
# causing tests. The keys below are for all combinations of these, the preferred
# order is passed, pending, failed, error.
MSG_TestResultSummary1 = {0}, {1}.
MSG_TestResultSummary2 = {0}, {1}, {2}.
MSG_TestResultSummary3 = {0}, {1}, {2}, {3}.
# {0} .. name of the test class
MSG_TestsuiteNoname=Conjunt de proves
MSG_TestsuiteRunning={0} - executant...
MSG_TestsuiteRunningNoname=Executant conjunt de proves...
MSG_TestsuiteFailed={0} - SENSE \u00c8XIT
MSG_TestsuitePending={0} - PENDENT
MSG_TestsuiteRunning_HTML=executant...
MSG_TestsuitePassed_HTML=passat
MSG_TestsuiteFailed_HTML=SENSE \u00c8XIT
MSG_TestsuitePending_HTML=PENDENT
# {0} .. name of the test method
MSG_TestMethodFailed={0} - SENSE \u00c8XIT
MSG_TestMethodPending={0} - PENDENT
MSG_TestMethodError={0} - ha provocar un ERROR
MSG_TestMethodPassed_HTML=passat
MSG_TestMethodFailed_HTML=SENSE \u00c8XIT
MSG_TestMethodPending_HTML=PENDENT
MSG_TestMethodError_HTML=ha provocar un ERROR
# {0} .. name of the test method, {1} .. elapsed time in seconds
MSG_TestMethodPassed_time={0} ({1,number,0.0##} s)
MSG_TestMethodFailed_time={0} - SENSE \u00c8XIT ({1,number,0.0##} s)
MSG_TestMethodPending_time={0} - PENDENT ({1,number,0.0##} s)
MSG_TestMethodError_time={0} - ha provocar un ERROR ({1,number,0.0##} s)
MSG_TestMethodPassed_HTML_time=passat ({0,number,0.0##} s)
MSG_TestMethodFailed_HTML_time=SENSE \u00c8XIT ({0,number,0.0##} s)
MSG_TestMethodPending_HTML_time=PENDENT ({0,number,0.0##} s)
MSG_TestMethodError_HTML_time=ha provocat un ERROR ({0,number,0.0##} s)
MSG_TestMethodPassed_HTML_cause=passat
MSG_TestMethodFailed_HTML_cause=SENSE \u00c8XIT ({0})
MSG_TestMethodPending_HTML_cause=PENDENT ({0})
MSG_TestMethodError_HTML_cause=ha provocat un ERROR ({0})
# Elapsed time for a test suite
MSG_TestSuiteElapsedTime= ({0,number,0.0##} s)
#
MSG_PassedNotDisplayed=No es mostra informaci\u00f3 quant a les proves superades.
MSG_SomePassedNotDisplayed=No es mostra informaci\u00f3 quant a algunes proves superades.
MSG_StdOutput=Sortida est\u00e0ndard:
MSG_ErrOutput=Error sortida:
#
MultiviewPanel.btnFilter.showAll.tooltip=Mostrar tots els resultats
MultiviewPanel.btnFilter.showFailures.tooltip=Mostrar \u00fanicament anomalies
MultiviewPanel.rerunButton.tooltip=Tornar a executar
LBL_RunningTests=Executant...
MSG_Error = {0}) Error:
MSG_Failure = {0}) sense \u00e8xit:
MSG_NextFailure = Seg\u00fcent anomalia - Ctrl+Punt
MSG_PreviousFailure = Anterior anomalia - Ctrl+Coma
# test results summary
MSG_TestSessionStarting = Executant {0}...
MSG_TestSessionFinished = Finalitzat amb {0,number,0.0##} segons.
MSG_TestSessionFinishedSummary = {0} proves, {1} anomalies, {2} errors
# actions for a test method node
LBL_RerunTest= Executa&r un altre cop
LBL_DebugTest= &Depuraci\u00f3
LBL_GoToSource = Anar al font
# displayed in tooltip of a test case / suite when there is no output for it
MSG_NoOutput = Sense sortida.