src/ca/mobility/j2me-cdc-project/j2me-cdc-project/org/netbeans/modules/j2me/cdc/project/Bundle_ca.properties
author Masaki Katakai <masaki@netbeans.org>
Fri, 15 Jul 2011 10:14:03 +0900
branchrelease70
changeset 1662 0412cb49d653
parent 1547 c4f1ecdb1d7c
permissions -rw-r--r--
weekly community updates
     1 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2 #
     3 # Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     4 #
     5 # Oracle and Java are registered trademarks of Oracle and/or its affiliates.
     6 # Other names may be trademarks of their respective owners.
     7 #
     8 # The contents of this file are subject to the terms of either the GNU
     9 # General Public License Version 2 only ("GPL") or the Common
    10 # Development and Distribution License("CDDL") (collectively, the
    11 # "License"). You may not use this file except in compliance with the
    12 # License. You can obtain a copy of the License at
    13 # http://www.netbeans.org/cddl-gplv2.html
    14 # or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    15 # specific language governing permissions and limitations under the
    16 # License.  When distributing the software, include this License Header
    17 # Notice in each file and include the License file at
    18 # nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    19 # particular file as subject to the "Classpath" exception as provided
    20 # by Oracle in the GPL Version 2 section of the License file that
    21 # accompanied this code. If applicable, add the following below the
    22 # License Header, with the fields enclosed by brackets [] replaced by
    23 # your own identifying information:
    24 # "Portions Copyrighted [year] [name of copyright owner]"
    25 #
    26 # Contributor(s):
    27 #
    28 # The Original Software is NetBeans. The Initial Developer of the Original
    29 # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    30 # Microsystems, Inc. All Rights Reserved.
    31 #
    32 # If you wish your version of this file to be governed by only the CDDL
    33 # or only the GPL Version 2, indicate your decision by adding
    34 # "[Contributor] elects to include this software in this distribution
    35 # under the [CDDL or GPL Version 2] license." If you do not indicate a
    36 # single choice of license, a recipient has the option to distribute
    37 # your version of this file under either the CDDL, the GPL Version 2 or
    38 # to extend the choice of license to its licensees as provided above.
    39 # However, if you add GPL Version 2 code and therefore, elected the GPL
    40 # Version 2 license, then the option applies only if the new code is
    41 # made subject to such option by the copyright holder.
    42 
    43 OpenIDE-Module-Name=Complements CDC de Java ME
    44 OpenIDE-Module-Display-Category=CDC de Java ME
    45 OpenIDE-Module-Short-Description=Supports Java ME CDC Projects, such as for mobile client-side Java.
    46 OpenIDE-Module-Long-Description=Support for Java ME CDC Projects. A CDC project can compile a Java source root, build a JAR from it, run JUnit-based tests, create Javadoc, and run or debug an application with a main class.
    47 
    48 Loaders/image/mbm/Factories/org-netbeans-modules-j2me-cdc-project-mbm-MBMDataLoader.instance=MBM Image Files
    49 
    50 LBL_No_Main_Classs_Found=La classe "{0}" no t\u00e9 cap m\u00e8tode principal.
    51 LBL_No_Build_XML_Found=The project has not build script.
    52 # NOTE TO TRANSLATORS: This is a folder name, do not use odd characters:
    53 #NOI18N
    54 #TXT_DefaultTestFolderName=test
    55 
    56 #MainClassChooser
    57 LBL_ChooseMainClass_OK=Seleccionar Classe principal
    58 LBL_ChooseMainClass_Title=Navegar classes principals
    59 
    60 # CDCProjectGenerator
    61 # NOTE TO TRANSLATORS: COMMENT_* keys are used to create the initial project.properties
    62 # for a project. The properties file format only accepts ISO-8859-1 characters in their
    63 # raw form, i.e. Western European scripts. Any other characters (e.g. Asian) will be stored
    64 # in the properties file correctly but be unreadable in text mode: \u1234 syntax is used.
    65 # (The proper characters will be displayed only if the file is opened in the table editor.)
    66 #COMMENT_dist.dir=This directory is removed when the project is cleaned:
    67 #COMMENT_target.dir=This directory is removed when the project is cleaned:
    68 #COMMENT_build.dir=This directory is removed when the project is cleaned:
    69 #COMMENT_dll.dir=Put all native components to this directory:
    70 #COMMENT_resources.dir=Put all resources which should not be in jar file here. They will be handled per target platform
    71 #COMMENT_run.jvmargs=Space-separated list of JVM arguments used when running the project
    72 #COMMENT_run.jvmargs_2=(you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    73 #COMMENT_run.jvmargs_3=or test-sys-prop.name=value to set system properties for unit tests):
    74 #COMMENT_build.sysclasspath=Only compile against the classpath explicitly listed here:
    75 #COMMENT_javac.compilerargs=Space-separated list of extra javac options
    76 
    77 NAME_src.dir=Paquets de fonts
    78 NAME_test.src.dir=Paquets de proves
    79 
    80 #UpdateHelper
    81 TXT_ProjectUpdate=<html><b>El projecte necessita ser actualitzat</b></html>\nAquest projecte va ser creat amb una versi\u00f3 anterior de l'IDE NetBeans. If you\nedit its properties in NetBeans IDE {0}, the project will be upgraded and\n<html><b>will no longer work in earlier versions of the IDE or Sun Java Toolkit 1.0.</b></html>\n\nYou have an option to copy the project to the new location and upgrade it there\nor upgrade your project in current location.
    82 TXT_ProjectUpdateTitle=Canviar propietats del projecte
    83 CTL_UpdateOption=&Upgrade Project
    84 CTL_CopyOption=&Copy and Upgrade Project
    85 ACSD_UpdateOption=No disponible
    86 ACSN_UpdateOption=Upgrade project
    87 ACSD_CopyOption=No disponible
    88 ACSN_CopyOption=Copy and Upgrade Project
    89 
    90 cdc-utils=Java ME CDC Project Ant Extensions
    91 
    92 #CDCActionProvider
    93 ACTION_run=Executar projecte
    94 ACTION_run.single=Executar fitxer
    95 ACTION_debug=Depurar projecte
    96 ACTION_debug.single=Depurar fitxer
    97 ACTION_debug.stepinto=Depurar projecte
    98 ACTION_test=Provar projecte
    99 ACTION_debug.test=Debug Test Project
   100 CTL_BrokenPlatform_Close=Tancar
   101 AD_BrokenPlatform_Close=No disponible
   102 MSG_BrokenPlatform_Title=Refer\u00e8ncies de plataforma trencades
   103 TEXT_BrokenPlatform=<html><p><strong>El projecte {0} t\u00e9 una refer\u00e8ncia de plataforma trencada.</strong></p><br><p> Heu de corregir la refer\u00e8ncia trencada i tornar a invocar l''acci\u00f3.</p>
   104 TEXT_BrokenPlatform_UnknownProjectName=???
   105 
   106 #library definition
   107 cdc-ant-utils=Utilitats Ant del sistema de construcci\u00f3 CDC
   108 
   109 #templates
   110 #Templates/CDC=CDC
   111 Templates/CDC/Xlet.java=Xlet
   112 Templates/CDC/AWTXlet.java=Formulari Xlet de Personal Profile
   113 Templates/CDC/AGUIXlet.java=Formulari Xlet AGUI
   114 Templates/CDC/JFrame.java=Formulari JFrame CrEme
   115 
   116 #project customizers
   117 #Customizer/org.netbeans.modules.kjava.j2meproject/Platform/CDC=CDC
   118 Customizer/org.netbeans.modules.kjava.j2meproject/Jad/CDCGeneral=CDC General
   119 Customizer/org.netbeans.modules.kjava.j2meproject/Run/CDCRun=CDC Run
   120 
   121 CDCPlatformCustomizer.jLabel2.text=&Perfil del dispositiu\:
   122 CDCPlatformCustomizer.jLabel1.text=&Dispositiu\:
   123 CDCPlatformCustomizer.jButton1.text=Gestionar &emuladors...
   124 CDCPlatformCustomizer.jLabelTarget.text=Emulador de la pla&taforma\:\ \ \ 
   125 
   126 ERR_CDCCust_NoPlatform=No hi ha disponible cap plataforma CDC
   127 LBL_UseDefault=&Utilitzar els valors de la "Configuraci\u00f3 predeterminada"
   128 
   129 #   Run tab
   130 LBL_CustomizeRun_Run_Tab=Executar
   131 LBL_CustomizeRun_Run_MainClass_JLabel=Main C&lass\:
   132 LBL_CustomizeRun_Run_MainClass_JButton=&Navegar...
   133 LBL_CustomizeRun_Run_Args_JLabel=&Arguments\:
   134 LBL_CustomizeRun_RunClasspath_JLabel=&Classpath per l'execuci\u00f3 del projecte\:
   135 LBL_CustomizeRun_Run_Working_Directory=Directori de treball:
   136 LBL_CustomizeRun_Run_Working_Directory_Browse=Navegar...
   137 LBL_CustomizeRun_Run_Working_Directory_Browse_Title=Navegar directori de treball...
   138 LBL_CustomizeRun_Run_VM_Options=Opcions m\u00e0quina &virtual:
   139 LBL_CustomizeRun_Run_VM_Options_Example=(per exemple -Xms10m)
   140 LBL_ExecutionType=Execution Type:
   141 LBL_ExecutionNone=No execution.
   142 LBL_ExecutionMain=Executar mitjan\u00e7ant el m\u00e8tode main(String[] args).
   143 LBL_ExecutionXlet=Run using Xlet execution.
   144 LBL_ExecutionMultiXlet=Run using multiple Xlet execution.
   145 LBL_ExecutionApplet=Run using Applet execution.
   146 
   147 
   148 LBL_CustRun_MainMethod=M\u00e8tode d'execuci\u00f3 main(String args[])
   149 LBL_CustRun_XletMethod=Xlet execution
   150 LBL_CustRun_AppletMethod=Applet execution
   151 
   152 AD_ChooseMainClass_OK=No disponible
   153 
   154 ACSN_VMOPTIONS=Opcions MV
   155 ASCD_VMOPTIONS=No disponible
   156 ASCN_ARGUMENTS=Arguments
   157 ASCD_ARGUMENTS=No disponible
   158 ASCN_MAINCLASS=Classe principal
   159 ASCD_MAINCLASS=No disponible
   160 
   161 
   162 ASCN_BROWSE=Navegar
   163 
   164 ASCD_BROWSE=No disponible
   165 ACSN_UseDefault=Utilitzar els valors de la Configuraci\u00f3 predeterminada
   166 ACSD_UseDefault=Seleccioneu-ho per a utilitzar els valors de la Configuraci\u00f3 predeterminada
   167 LBL_CustomizerCDCGeneral_AppName=Application &Name:
   168 ACSN_CustomizerCDCGeneral_AppName=Application Name
   169 ACSD_CustomizerCDCGeneral_AppNam=Application Name
   170 LBL_CustomizerCDCGeneral_vendorLabel=Application &Vendor:
   171 ACSN_CustomizerCDCGeneral_vendorLabel=Prove\u00efdor aplicaci\u00f3
   172 ACSD_CustomizerCDCGeneral_vendorLabel=Prove\u00efdor aplicaci\u00f3
   173 LBL_CustomizerCDCGeneral_descrLabel=De&scription:
   174 ACSN_CustomizerCDCGeneral_descrLabel=Descripci\u00f3
   175 ACSD_CustomizerCDCGeneral_descrLabel=Descripci\u00f3
   176 LBL_CustomizerCDCGeneral_detailDescrLabel=Detail &Description:
   177 ACSN_CustomizerCDCGeneral_detailDescrLabel=Detail Description
   178 ACSD_CustomizerCDCGeneral_detailDescrLabel=Detail Description
   179