blob: 4aad6606d9f6d9ffd77ef063415d4ae78a37dcca [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 1997-2009 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.
OpenIDE-Module-Name=API de Datasystems
OpenIDE-Module-Short-Description=API oberta de NetBeans per a la manipulaci\u00f3 d'objectes de dades.
OpenIDE-Module-Long-Description=L'API Datasystems est\u00e0 una capa per sobre de l'API Filesystems, la qual pot recon\u00e8ixer i agrupar objectes de dades, donant-lis una sem\u00e0ntica particular. Una part de les APIs Obertes, ara estan dividides a un m\u00f2dul independent.
OpenIDE-Module-Display-Category=Infraestructura
#DefaultDataObject
HINT_DefaultDataObject=Fitxer no reconegut
EXC_SharedAccess=Acc\u00e9s compartit
#Folder.Index
EXC_ReorderFailed=No es poden desar les noves comandes.
# {0} - folder that cannot be deleted
EXC_CannotDelete2=No es pot eliminar el fitxer {0}.
# name for shadow of an object
# {0} real name of the shadow
# {1} real name of the original
# {2} full name of shadow file
# {3} full name of original file
# {4} display name of original node
FMT_shadowName={0} (\u2192)
# name for shadow of an object
# {0} real name of the shadow
# {1} real name of the original
# {2} full name of shadow file
# {3} full name of original file
FMT_shadowHint=Enlla\u00e7 a {3}
PROP_ShadowOriginalName=Nom real
HINT_ShadowOriginalName=Nom dels objectes que fan refer\u00e8ncia cap a aquest enlla\u00e7.
PROP_ShadowOriginalFileSystem=Nom real del sistema de fitxers
HINT_ShadowOriginalFileSystem=Nom del sistema de fitxers de l'objecte real.
# DataNode
PROP_name=Nom
HINT_name=Nom d'aquest objecte.
PROP_template=Plantilla
HINT_template=Si \u00e9s cert, aquest objecte \u00e9s una plantilla (podeu fer inst\u00e0ncies de si mateix).
PROP_files=Tots els fitxers
HINT_files=Una llistat dels fitxers representats per aquest objecte.
PROP_size=Mida del fitxer
HINT_size=Mida del fitxer amb octets (bytes). (\u00danicament s'aplica al primer fitxer llistat a tots els fitxers.)
PROP_lastModified=Data de modificaci\u00f3
HINT_lastModified=L'\u00faltima modificaci\u00f3 d'aquest fitxer. (\u00danicament s'aplica al primer fitxer llistat a tots els fitxers.)
PROP_extension=Extensi\u00f3
HINT_extension=Extensi\u00f3 prim\u00e0ria del fitxer.
ERROR_extension=No es pot canviar l'extensi\u00f3. El fitxer ha estat modificat.
# name of set with sorting options
PROP_sorting=Classificaci\u00f3
HINT_sorting=Prefer\u00e8ncies de classificaci\u00f3 i ordenaci\u00f3.
#
# folder sort mode property
PROP_sort=Mode d'ordenaci\u00f3
HINT_sort=Determina com els objectes poden ser ordenats en aquest paquet.
# SortModeEditor
VALUE_sort_none=Desordenat.
VALUE_sort_names=Per nom
VALUE_sort_class=Per tipus
VALUE_sort_folder_names=Per nom (Primer paquets)
VALUE_sort_last_modified=Per data de modificaci\u00f3
VALUE_sort_size=Per mida del fitxer
#
# Names of paste types
#
PT_move=&Moure
PT_copy=&Copiar
PT_instantiate=&Instanciar
PT_shadow=Crear en&lla\u00e7
PT_serialize=&Serialitzar
PT_instance=Inst\u00e0ncia pre&determinada
#
SerializeBean_Text=&Nom del fitxer a serialitzar la inst\u00e0ncia de
SerializeBean_Title=Serialitzaci\u00f3 d'inst\u00e0ncia
#
# new folder
#
CTL_NewFolder=Carpeta
CTL_NewFolderName=&Nom:
CTL_NewFolderTitle=Crear una nova carpeta
#CTL_NewFolderValue=NewFolder
# formatting of error message when creating a folder and a file of given name already exists there
# {0} name of the new folder being created
# {1} name of the folder the new folder is being created in
MSG_FMT_FileExists=El fitxer {0} ja existeix a la carpeta {1}.
# formatting of error message when creating a folder and a folder with specified name already exists there
# {0} name of the new folder being created
# {1} name of the folder the new folder is being created in
MSG_FMT_FolderExists=La carpeta {0} ja existeix a la carpeta {1}.
# when the object is larger than size expected to fit into memory
# {0} path to the file
# {1} name of the file
# {2} size in bytes
# {3} size in Kb
# {4} size in Mb
# {5} size in Gb
MSG_ObjectIsTooBig=El fitxer {1} sembla ser que \u00e9s massa gran ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) per a obrir-lo amb seguretat. \nObrir el fitxer pot produir un error de desbordament de mem\u00f2ria OutOfMemoryError, el qual no permetr\u00e0 utilitzar l'IDE. Esteu realment segurs que voleu obrir-lo?
# XMLDataObject
PROP_XmlLoader_Name=Fitxers de configuraci\u00f3 XML
PROP_XmlError=Error (recuperable)
PROP_XmlWarning=Advert\u00e8ncia
PROP_XmlFatalError=ERROR FATAL
###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
#PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
# ^^^ formatting of xml parser error message
# {0} level of error (PROP_Xml[Error|Warning|FatalError])
# {1} error message
# {2} system ID of xml document
# {3} line number
# {4} column number
# DataFolder
EXC_WrongName=No es pot crear la carpeta; {0} no \u00e9s un nom v\u00e0lid.
# {0} name of folder that can't be copied.
EXC_CannotCopyTheSame=No es pot copiar {0}: La carpeta dest\u00ed \u00e9s la mateixa que la d''origen.
# {0} name of folder that can't be copied.
EXC_CannotCopySubfolder=No es pot copiar {0}: La carpeta dest\u00ed \u00e9s una subcarpeta de la d''origen.
#Title of the new from template dialog
# {0} = object which will be created
CTL_TemplateTitle2=Nou assistent - {0}
#Title of the new from template dialog
# Object is not known. Used when template chooser panel is shown.
CTL_TemplateTitle=Nou assistent
LAB_TemplateChooserPanelName=Selecci\u00f3 de la plantilla
LAB_SelectTemplateBorder=&Seleccioneu una plantilla:
MSG_NoDescription=Sense descripci\u00f3
MSG_InitDescription=Inicialitzant descripci\u00f3...
LAB_TemplateDescriptionBorder=Descripci\u00f3 plan&tilla:
LAB_TargetLocationPanelName=Empla\u00e7ament
LAB_TargetLocationDescription=Si us plau seleccioneu una carpeta per l'objete acabat de crear o, a continuaci\u00f3 introdu\u00efu el nom de la carpeta:
LAB_TargetLocationDescription_Mnemonic=s
ACSD_TemplatesTree=No disponible
ACSD_TemplateWizard1=No disponible
CTL_NewObjectName=&Nom\:
ACSD_NewObjectName=No disponible
ACSD_TargetLocationDescription=No disponible
ACSD_TemplateWizard2=No disponible
ACSD_NewObjectPanel=No disponible
LBL_settingsNodeName=Prefer\u00e8ncies
EXC_folder_delete_failed=No es pot eliminar la carpeta d'origen mentre s'est\u00e0 movent.
#{0} = display name of the filesystem
FMT_TemplateDefaultRootFolderName=<carpeta superior> [{0}]
FMT_DefaultNewObjectName=<nom per defecte>
LBL_shadow_loader_display_name=Enlla\u00e7os
LBL_folder_loader_display_name=Carpetes
LBL_default_loader_display_name=Objectes no reconeguts
LBL_instance_loader_display_name=Inst\u00e0ncies d'acci\u00f3
FMT_CannotCopyDo=Advert\u00e8ncia: L''objecte {0} no pot ser copiat.
FMT_CannotMoveDo=Advert\u00e8ncia: L''objecte {0} no pot ser mogut.
# InstanceDataObject
LBL_separator_instance=(separador)
PROP_instance_class=Nom de la classe
HINT_instance_class=Nom de la classe Java de l'objecte representat.
# {0} class name of bean to save
# {1} file to save the bean to
EXC_CannotSaveBean=Hi ha problemes en desar el bean {0}.
FMT_brokenShadowName={0} (Enlla\u00e7 trencat)
HINT_brokenShadowOriginalName=Enlla\u00e7 trencat
PROP_brokenShadowOriginalName=Enlla\u00e7 trencat
# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
PROP_brokenShadowFileSystem=Enlla\u00e7 trencat al sistema de fitxers
HINT_brokenShadowFileSystem=Enlla\u00e7 trencat al sistema de fitxers
##InstanceDataObject.Depricated
LBL_BrokenSettings=<Prefer\u00e8ncies no reconegudes>
# human readable names, not shown anywhere
LBL_DOcopy=Semblant a l'objecte de copiar dades
LBL_DOcut=Semblant a l'objecte de tallar dades
#NewObjectPanel
LAB_NewObjectPanelName=Nou nom d'objecte
FMT_DefaultNewObject=<predeterminat>
# DataLoader
# {0} - name of loader affected
EXC_missing_actions_in_loader=La finestra emergent per als objectes del tipus {0} no poden restaurar-se; utilitzant les configuracions per defecte.
LBL_loader_display_name=Carregador
MSG_renameError=No es pot canviar e nom de l''objecte de {0} a {1}.
MSG_NotValidName={0} no pot tindre un nom buit.
ERR_NoFilesystem=Sense sistema de fitxers habilitat. Assegureu-vos que disposeu d'almenys un sistema de fitxers, i que aquest no sigui ni de solament lectura ni ocult.
# TemplateWizardPanel2
MSG_fs_or_folder_does_not_exist=El sistema de fitxers o la carpeta dest\u00ed no existeixen.
MSG_fs_is_readonly=El sistema de fitxers dest\u00ed \u00e9s solament de lectura.
# {0} - name of the existing file
MSG_file_already_exist=El fitxer {0} ja existeix.
#
# Messages for org.openide.actions in openide-loaders.jar
#
ACT_FileSystemAction=Acci\u00f3 del sistema de fitxers
#InstantiateAction
Instantiate=Instanciar
#SaveAsTemplateAction
SaveAsTemplate=Desar com una plantilla...
Title_SaveAsTemplate=Desar com una plantilla
CTL_SaveAsTemplate=&Seleccioneu la carpeta on apareixer\u00e0 la nova plantilla:
CTL_SaveAsTemplate_TemplatesRoot=Plantilles
SaveAll=Des&ar-ho tot
HINT_SaveAll=Desar tots els fitxers (Si la caracter\u00edstica Compilar i Desar est\u00e0 activada, aleshores tamb\u00e9 es compilen/construeixen els vostres fitxers)
# FileSystemRefreshAction
LAB_Refresh=Refrescar carpeta
# NewTemplateAction
EXC_TemplateFailed=Error en crear el nou objecte des de la plantilla.
NewTemplate=&Nou
NewTemplateAction=Totes les plantilles...
#
# Messages for org.openide.awt in openide-loaders.jar
#
CTL_EmptyMenu=Buit
#
# Messages for org.openide.text in openide-loaders.jar
#
# DataEditorSupport
# {0} = name of the data object
# {1} = file name with package
CTL_ObjectOpen=Obrint {0} ...
# {0} = name of the data object
MSG_SaveFile=El fitxer {0} ha estat modificat. Desar-ho ?
# messages for editor support
# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
# {1} name of the file
#LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
TIP_editor_modified=\ (modificat)
TIP_editor_ro=\ (nom\u00e9s-lectura)
# format to create default display name for a line
# {0} simple name of file
# {1} full name of file
# {2} line number
FMT_LineDisplayName2={1}:{2}
# DataEditorSupport
# Cases when modified source file was changed to [read-only]
MSG_FileReadOnlyClosing=El fitxer {0} ha estat canviat a nom\u00e9s-lectura! Es descartaran tots els canvis.
MSG_FileReadOnlySaving=El fitxer {0} ha estat canviat a nom\u00e9s-lectura! No es pot desar.
MSG_FileReadOnlyChanging=El fitxer {0} ha estat canviat a nom\u00e9s-lectura!
MSG_BinaryFileQuestion=Aquest fitxer sembla ser que cont\u00e9 dades bin\u00e0ries. Esteu segurs que voleu obrir-lo a l'editor de text?
MSG_BinaryFileWarning=S'ha detectat un fitxer binari
CTL_SaveAsAction=Desar com...
MSG_SaveAsFailed=Hi han hagut diversos problemes mentre s''estava desant el fitxer {0}\nCausa: {1}
LBL_SaveAsTitle=Desar com
MSG_CannotCreateTargetFolder=No es pot crear la carpeta dest\u00ed.
MSG_SaveAs_SameFileSelected=Seleccioneu un altre nom pel fitxer que sigui diferent.
MSG_SaveAs_SameFileSelected_Title=Desar com
MSG_SaveAs_OverwriteQuestion=Esteu segurs que voleu sobreescriure {0}?
MSG_SaveAs_OverwriteQuestion_Title=Desar com
MSG_EncodingProblem=El fitxer no es pot obrir de forma segura amb la codificaci\u00f3 {0}. Encara voleu continuar amb l'operaci\u00f3 d'obrir el fitxer?