blob: 9323da87431bd7421631a05f71f5c79310a9e6f5 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 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]"
#
# 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.
#
# Contributor(s):
#
# Portions Copyrighted 2009 Sun Microsystems, Inc.
ConnectionManager.ConnectToAction.text=Connectat a {0}
ConnectionManager.ConnectionFailed=Connexi\u00f3 sense \u00e8xit a {0}
ConnectionManager.Connecting=Connectant-se a {0}
Terminal.DefaultPrompt.text=Premeu [RETORN] per tancar el terminal ...
ShellValidationSupport.ValidationError.NoShell=No s'ha trobat cap shell. No es pot continuar.\nInstal\u00b7leu o b\u00e9 CYGWIN o b\u00e9 Msys.
ShellValidationSupport.ValidationError.ErrorDialogTitle=Instal\u00b7laci\u00f3 dolenta de {0}
ShellValidationSupport.ValidationError.absentMountPoint=El cam\u00ed {0} est\u00e0 muntat en {1}, per\u00f2 no existeix
ShellValidationSupport.ValidationError.wrongMountPoint=El cam\u00ed {0} est\u00e0 muntat en {1}, sembla que no formi part de la instal\u00b7laci\u00f3 de cygwin
ShellValidationSupport.ValidationError.fileNotFound=No s''ha trobat el fitxer sol\u00b7licitat {0}
ShellValidationSupport.ValidationError.validationFailed=No es pot validar {0}
ShellValidationSupport.ValidationError.rootIsNotMounted=No s'ha definit cap punt de muntatge root (/)
PasswordManagerPasswordFor=Contrasenya per {0}
SftpConnectionReceivedMessageIsTooLong.error.text=Sembla que us heu trobat amb el problema conegut d'alguns servidors ssh. Sembla que alguns dels vostres scripts d'inici (~/.bashrc, etc), en els equips remots creen algunes incid\u00e8ncies amb texts en l'inici de sessi\u00f3. Si aquest fos el cas, recopileu el codi de sortida amb alguna cosa pareguda a :\n\n if [ ${TERM} != "dumb" ]; then\n ...\n fi\n\n i torneu-ho a provar.