blob: 9d2d638e2ac95f2e540d357f9949648612b881fe [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.
SHARED_Factory_Name=System level file sharing (NFS, Samba, ...)
SCP_Factory_Name=Secure Copy (scp)
RFS_Factory_Name=Automatic copying
FTP_Factory_Name=SFTP
#in fact, description is not displayed in the UI in 6.7
SCP_Factory_Description=Utilitzar el protocol SCP (secure copy) per a la sincronitzaci\u00f3.
SHARED_Factory_Description=System level file sharing. This assumes that project files reside in a shared directory that is visible from remote host.
RFS_Factory_Description=Automatic copying delivers files to the remote host on demand
FTP_Factory_Description=Use secure file transfer protocol (SFTP) protocol for synchronization.
# {0} is the target directory; {1} is the target host display name
MSG_Copying=Copying project files to {0} at {1}
# {0} is the target host display name
MSG_Cant_find_sync_root=Can not find directory to copy project to on host {0}
# {0} is the target directory; {1} is the target host display name;
# {2} is the error message extracted from exception
MSG_Error_Copying=Error copying project files to {0} at {1}: \n{2}
MSG_Build_Failed=CONSTRUCCI\u00d3 FALLIDA
# 0 - command, 1 - host, 2 - error message from command, 3 - command return code
MSG_Error_Running_Command=Error invoking {0} at {1}; {2}; rc={3}.
FULL_Factory_Name=Remote Sources
FULL_Factory_Description=Remote Sources
# {0} - host name
FULL_Synchronizing_Message=Waiting until modified files are delivered to {0}
# {0} - host name, {1} - list of files, each file on a separate line
FULL_Failed_Message=Failed to deliver the following files to {0}:\n{1}
ErrorUploadingBinaries=Automatic copying mode will not work. Use system level file sharing instead.