blob: 151b213ecda18ded5179054ea6489d47b171753e [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-2006 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=Editor de Groovy
OpenIDE-Module-Display-Category=Groovy
OpenIDE-Module-Short-Description=Suport per a l'edici\u00f3 de fitxers de Groovy
OpenIDE-Module-Long-Description=Suport per a l'edici\u00f3 de fitxers de Groovy
Services/MIMEResolver/GroovyMimeResolver.xml=Fitxers Groovy
text/x-groovy=Groovy
text/x-groovy-string-double=Cadena de text entre cometes de Groovy
text/x-groovy-string-single=Cadenes de text de Groovy
text/x-groovy-comment=Comentaris de Groovy
groovy-reflow-paragraph=Re-formatar par\u00e0graf
editor-popup-groovy-reflow-paragraph=Re-formatar par\u00e0graf
NoRename=No es pot canviar el nom d'aquest s\u00edmbol; \u00fanicament es permeten par\u00e0metres i variables locals o din\u00e0miques.
NoRenameWithErrors=No es pot canviar el nom quan la font cont\u00e9 errors
UnexpectedError=Error sint\u00e0ctic, no s''esperava {0}
OptionsCategory_Name=Groovy
OptionsCategory_Title=Groovy
UnsafeIdentifierName=Only a-z, A-Z, digits and underscore are safe in Groovy names
## TEMPORARY -- this should be removed soon
# because the colors should be added dynamically from the infrastructure
GSF_ERROR=Error
GSF_CLASS=Variable classe
GSF_REGEXP_LITERAL=Expressi\u00f3 Regular
GSF_LINE_COMMENT=L\u00ednia de comentari
GSF_CONSTANT=Constant
GSF_INT_LITERAL=N\u00famero
GSF_IDENTIFIER=Identificador
GSF_ANY_KEYWORD=Paraula clau
GSF_WHITESPACE=Espai en blanc
GSF_FLOAT_LITERAL=N\u00famero en punt flotant
GSF_ANY_OPERATOR=Operador
GSF_INSTANCE=Inst\u00e0ncia
STRING_INVALID=Cadena de text no permesa
GSF_GLOBAL=Variable global
GSF_TODO=Element ToDo
GSF_STRING_LITERAL=Cadena de text
GSF_DOUBLE_LITERAL=Double
GSF_BLOCK_COMMENT=Bloc de comentari
STRING_TEXT=Cadena de text
QUOTED_STRING_LITERAL=Cadena de text entre cometes
GSF_LONG_LITERAL=Long
STRING_ESCAPE=Cadena d'escapament
GSF_CHAR_LITERAL=Literal car\u00e0cter
GSF_DOCUMENTATION=Documentaci\u00f3
COMMENT_TEXT=Comentari de text
COMMENT_TODO=Comentari de text TODO
COMMENT_RDOC=Comentari de tag RDoc
COMMENT_HTMLTAG=Comentari de tag HTML
COMMENT_LINK=Comentari d'enlla\u00e7
COMMENT_BOLD=Comentari en negreta
COMMENT_ITALIC=Comentari en cursiva
GSF_TYPESYMBOL=S\u00edmbol de tipus
REGEXP_TEXT=Expressi\u00f3 Regular
REGEXP_META=Car\u00e0cter meta expressi\u00f3 regular
REGEXP_INVALID=Expressi\u00f3 regular no permesa
#"Semantic" highlighting:
mod-unused=Element sense utilitzar
mod-abstract=Element abstracte
mod-field=Camp
mod-local-variable=Variable local
mod-parameter=Par\u00e0metre
mod-method=M\u00e8tode
mod-constructor=Constructora
mod-class=Classe
mod-interface=Interf\u00edcie
mod-annotation-type=Anotaci\u00f3
mod-enum=Enumeraci\u00f3
mod-deprecated=Element obsolet
mod-static=Membre est\u00e0tic
mod-private=Membre privat
mod-package-private=Membre privat del paquet
mod-protected=Membre protegit
mod-public=Membre p\u00fablic
mod-type-parameter-declaration=Par\u00e0metre del tipus
mod-type-parameter-use=Utilitzaci\u00f3 del par\u00e0metre del tipus
mod-undefined=Element sense definir
mark-occurrences=Marcatge d'ocurr\u00e8ncies
#ct_l==>
#ct_jc=import Java class
#ct_do=do { |e| \u2026 }
#ct_module=module end
#ct_begin=begin rescue end
#ct_if=if \u2026 | end
#ct_ife=if \u2026 | else \u2026 | end
#ct_doc==begin/=end documentation
# TextMate snippets:
#ct_hash=Add # => Marker
#ct_colon=Hash Pair :key => "value"
#ct_Comp=include Comparable \u2026
#ct_Dir=Dir.glob("\u2026") { |file| \u2026 }
#ct_Enum=include Enumerable \u2026
#ct_File=File.foreach ("\u2026") { |line| \u2026 }
#ct_Forw-=extend Forwardable
#ct_Hash=Hash.new { |hash, key| hash[key] = \u2026 }
#ct_Md=Marshal.dump(\u2026, file)
#ct_Ml=Marshal.load(obj)
#ct_Pn-=PStore.new( \u2026 )
#ct_Yd-=YAML.dump(\u2026, file)
#ct_Yl-=YAML.load(file)
#ct_all=all? { |e| \u2026 }
#ct_am=alias_method \u2026
#ct_any=any? { |e| \u2026 }
#ct_app=application_code { \u2026 }
#ct_as=assert(\u2026)
#ct_ase=assert_equal(\u2026)
#ct_asid=assert_in_delta(\u2026)
#ct_asio=assert_instance_of(\u2026)
#ct_asko=assert_kind_of(\u2026)
#ct_asm=assert_match(\u2026)
#ct_asn=assert_nil(\u2026)
#ct_asne=assert_not_equal(\u2026)
#ct_asnm=assert_no_match(\u2026)
#ct_asnn=assert_not_nil(\u2026)
#ct_asnr=assert_nothing_raised(\u2026) { \u2026 }
#ct_asns=assert_not_same(\u2026)
#ct_asnt=assert_nothing_thrown { \u2026 }
#ct_aso=assert_operator(\u2026)
#ct_asr=assert_raise(\u2026) { \u2026 }
#ct_asrt=assert_respond_to(\u2026)
#ct_ass=assert_same(\u2026)
#ct_ast=assert_throws(\u2026) { \u2026 }
#ct_bm-=Benchmark.bmbm do \u2026 end
#ct_case=case \u2026 | end
#ct_cl=classify { |e| \u2026 }
#ct_cla=ClassName = Struct \u2026 do \u2026 end
#ct_clafn=class_from_name()
#ct_col=collect { |e| \u2026 }
#ct_dop=do \u2026 end
#ct_deec=deep_copy(\u2026)
#ct_def=def \u2026 | end
#ct_defd=def_delegator \u2026
#ct_defds=def_delegators \u2026
#ct_defmm=def method_missing \u2026 end
#ct_defs=def self \u2026 end
#ct_deft=def test_ \u2026 end
#ct_deli=delete_if { |e| \u2026 }
#ct_det=detect { |e| \u2026 }
#ct_ea=each { |e| \u2026 }
#ct_eab=each_byte { |byte| \u2026 }
#ct_eac-=each_char { |chr| \u2026 }
#ct_eai=each_index { |i| \u2026 }
#ct_eak=each_key { |key| \u2026 }
#ct_eal=each_line { |line| \u2026 }
#ct_eap=each_pair { |name, val| \u2026 }
#ct_eas-=each_slice(\u2026) { |group| \u2026 }
#ct_eav=each_value { |val| \u2026 }
#ct_eawi=each_with_index { |e, i| \u2026 }
#ct_elsif=elsif \u2026
#ct_end=__END__
#ct_fin=find { |e| \u2026 }
#ct_fina=find_all { |e| \u2026 }
#ct_fl=flunk(\u2026)
#ct_flao=flatten_once()
#ct_gre=grep(/pattern/) { |match| \u2026 }
#ct_loo=loop { \u2026 }
#ct_map=map { |e| \u2026 }
#ct_mapwi-=map_with_index { |e, i| \u2026 }
#ct_max=max { |a, b| \u2026 }
#ct_min=min { |a, b| \u2026 }
#ct_mod=module \u2026 ClassMethods \u2026 end
#ct_par=partition { |e| \u2026 }
#ct_patfh=path_from_here( \u2026 )
#ct_r=attr_reader \u2026
#ct_ran=randomize()
#ct_rej=reject { |e| \u2026 }
#ct_rep=results.report(\u2026) { \u2026 }
#ct_req=require "\u2026"
#ct_reve=reverse_each { |e| \u2026 }
#ct_rw=attr_accessor \u2026
#ct_sca=scan(/\u2026/) { |match| \u2026 }
#ct_sel=select { |e| \u2026 }
#ct_sin=singleton_class()
#ct_sor=sort { |a, b| \u2026 }
#ct_sorb=sort_by { |e| \u2026 }
#ct_tc=class \u2026 < Test::Unit::TestCase \u2026 end
#ct_ts=require "tc_\u2026" \u2026
#ct_uni=unix_filter { \u2026 }
#ct_unless=unless \u2026 | end
#ct_until=until \u2026 end
#ct_usai=usage_if()
#ct_usau=usage_unless()
#ct_w=attr_writer \u2026
#ct_when=when \u2026 |
#ct_while=while \u2026 end
#ct_y=:yields:
#ct_zip=zip(enums) { |row| \u2026 }
# TextMate snippets
#ct_art=assert_redirected_to
#ct_asre=assert_response
#ct_bt=belongs_to
#ct_flash=flash[\u2026 | ]
#ct_habtm=has_and_belongs_to_many
#ct_hm=has_many
#ct_ho=has_one
#ct_log=logger.debug
#ct_mccc=Create Several Columns
#ct_mcol=Add Column
#ct_mp=map(&:sym_proc)
#ct_mtab=Create Table
#ct_ra=render (action)
#ct_ral=render (action, layout)
#ct_rcea=render_component (action)
#ct_rcec=render_component (controller)
#ct_rceca=render_component (controller, action)
#ct_rdb=RAILS_DEFAULT_LOGGER.debug
#ct_rea=redirect_to (action)
#ct_reai=redirect_to (action, id)
#ct_rec=redirect_to (controller)
#ct_reca=redirect_to (controller, action)
#ct_recai=redirect_to (controller, action, id)
#ct_rf=render (file)
#ct_rfu=render (file, use_full_path)
#ct_ri=render (inline)
#ct_ril=render (inline, locals)
#ct_rit=render (inline, type)
#ct_rl=render (layout)
#ct_rn=render (nothing)
#ct_rns=render (nothing, status)
#ct_rp=render (partial)
#ct_rpc=render (partial, collection)
#ct_rpl=render (partial, locals)
#ct_rpo=render (partial, object)
#ct_rps=render (partial, status)
#ct_rt=render (text)
#ct_rtl=render (text, layout)
#ct_rtlt=render (text, layout => true)
#ct_rts=render (text, status)
#ct_va=validates_associated
#ct_vaif=validates_associated if
#ct_vc=validates_confirmation_of
#ct_vcif=validates_confirmation_of if
#ct_ve=validates_exclusion_of
#ct_veif=validates_exclusion_of if
#ct_verify=verify \u2026 render
#ct_vl=validates_length_of
#ct_vp=validates_presence_of
#ct_vpif=validates_presence_of if
#ct_vu=validates_uniqueness_of
#ct_vuif=validates_uniqueness_of if
#ct_ft=form_tag
#ct_lia=link_to (action)
#ct_liai=link_to (action, id)
#ct_lic=link_to (controller)
#ct_lica=link_to (controller, action)
#ct_licai=link_to (controller, action, id)
DynamicMethod=This method is generated dynamically by Rails, and will search your model for matches of the given column. You can also search by combinations of columns by concatenating them with <code>_and_</code>.
NoCommentFound=Cap comentari trobat
#Documented=(documented)
#NoDoced=(:nodoc:)
#In=in
FileDeleted=No s'ha pogut trobar el fitxer Potser ha estat eliminat fora de l'IDE?\nYou can force an update of the index by removing the var/cache/gsf-index\ndirectory in your user directory.
OnlyRenameLocalVars=De moment \u00fanicament reanomem variables