src/ca/ruby/ruby/ruby/org/netbeans/modules/ruby/Bundle_ca.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Tue, 17 Apr 2018 14:13:09 +0200
changeset 2011 a495151de3fb
parent 1583 f67aa0ba9208
permissions -rw-r--r--
While the original names comes from the English specification, the translations are done by NetBeans team
rebeccaliu@1547
     1
OpenIDE-Module-Display-Category=Ruby
rebeccaliu@1547
     2
OpenIDE-Module-Name=Ruby Editing
rebeccaliu@1547
     3
Services/MIMEResolver/ruby-mime-resolver.xml=Fitxers Ruby
rebeccaliu@1547
     4
text/x-ruby=Ruby
rebeccaliu@1547
     5
text/x-ruby-string-double=Cadena de text entre cometes de Ruby
rebeccaliu@1547
     6
text/x-ruby-string-single=Ruby Strings
rebeccaliu@1547
     7
text/x-ruby-comment=Ruby Comments
rebeccaliu@1547
     8
rebeccaliu@1547
     9
ruby-reflow-paragraph=Re-formatar par\u00e0graf
rebeccaliu@1547
    10
editor-popup-ruby-reflow-paragraph=Re-formatar par\u00e0graf
rebeccaliu@1547
    11
masaki@1583
    12
NoRename=No es pot canviar el nom d'aquest s\u00edmbol; \u00fanicament es permeten par\u00e0metres i variables locals o din\u00e0miques.
masaki@1583
    13
NoRenameWithErrors=No es pot canviar el nom quan la font cont\u00e9 errors
rebeccaliu@1547
    14
UnexpectedError=Error sint\u00e0ctic, no s''esperava {0}
rebeccaliu@1547
    15
OptionsCategory_Name=Ruby
rebeccaliu@1547
    16
OptionsCategory_Title=Ruby
rebeccaliu@1547
    17
UnsafeIdentifierName=Only a-z, A-Z, digits and underscore are safe in Ruby names
rebeccaliu@1547
    18
rebeccaliu@1547
    19
## TEMPORARY -- this should be removed soon
rebeccaliu@1547
    20
# because the colors should be added dynamically from the infrastructure
rebeccaliu@1547
    21
ERROR=Error
rebeccaliu@1547
    22
CLASS_VAR=Variable classe
rebeccaliu@1547
    23
REGEXP_LITERAL=Expressi\u00f3 Regular
rebeccaliu@1547
    24
LINE_COMMENT=L\u00ednia de comentari
rebeccaliu@1547
    25
CONSTANT=Constant
rebeccaliu@1547
    26
INT_LITERAL=N\u00famero
rebeccaliu@1547
    27
IDENTIFIER=Identificador
rebeccaliu@1547
    28
keyword=Paraula clau
rebeccaliu@1547
    29
WHITESPACE=Espai en blanc
rebeccaliu@1547
    30
FLOAT_LITERAL=Floating Point Number
rebeccaliu@1547
    31
ANY_OPERATOR=Operador
rebeccaliu@1547
    32
INSTANCE_VAR=Inst\u00e0ncia
rebeccaliu@1547
    33
STRING_INVALID=Cadena de text no permesa
rebeccaliu@1547
    34
GLOBAL_VAR=Variable global
rebeccaliu@1547
    35
STRING_LITERAL=Cadena de text
rebeccaliu@1547
    36
DOUBLE_LITERAL=Double
rebeccaliu@1547
    37
BLOCK_COMMENT=Bloc de comentari
rebeccaliu@1547
    38
STRING_TEXT=Cadena de text
rebeccaliu@1547
    39
QUOTED_STRING_LITERAL=Cadena de text entre cometes
rebeccaliu@1547
    40
LONG_LITERAL=Long
rebeccaliu@1547
    41
STRING_ESCAPE=Cadena d'escapament
rebeccaliu@1547
    42
DOCUMENTATION=Documentaci\u00f3
rebeccaliu@1547
    43
COMMENT_TEXT=Comentari de text
rebeccaliu@1547
    44
COMMENT_TODO=Comentari de text TODO
rebeccaliu@1547
    45
COMMENT_RDOC=Comentari de tag RDoc
rebeccaliu@1547
    46
COMMENT_HTMLTAG=Comentari de tag HTML
rebeccaliu@1547
    47
COMMENT_LINK=Comentari d'enlla\u00e7
rebeccaliu@1547
    48
COMMENT_BOLD=Comentari en negreta
rebeccaliu@1547
    49
COMMENT_ITALIC=Comentari en cursiva
rebeccaliu@1547
    50
TYPE_SYMBOL=S\u00edmbol de tipus
rebeccaliu@1547
    51
REGEXP_TEXT=Expressi\u00f3 Regular
rebeccaliu@1547
    52
REGEXP_META=Car\u00e0cter meta expressi\u00f3 regular
rebeccaliu@1547
    53
REGEXP_INVALID=Expressi\u00f3 regular no permesa
rebeccaliu@1547
    54
rebeccaliu@1547
    55
#"Semantic" highlighting:
rebeccaliu@1547
    56
mod-unused=Element sense utilitzar
rebeccaliu@1547
    57
mod-abstract=Element abstracte
rebeccaliu@1547
    58
mod-field=Camp
rebeccaliu@1547
    59
mod-local-variable=Variable local
rebeccaliu@1547
    60
mod-parameter=Par\u00e0metre
rebeccaliu@1547
    61
mod-method=M\u00e8tode
rebeccaliu@1547
    62
mod-constructor=Constructora
rebeccaliu@1547
    63
mod-class=Classe
rebeccaliu@1547
    64
mod-interface=Interf\u00edcie
rebeccaliu@1547
    65
mod-annotation-type=Anotaci\u00f3
rebeccaliu@1547
    66
mod-enum=Enumeraci\u00f3
rebeccaliu@1547
    67
mod-deprecated=Element obsolet
rebeccaliu@1547
    68
mod-static=Membre est\u00e0tic
rebeccaliu@1547
    69
mod-private=Membre privat
rebeccaliu@1547
    70
mod-package-private=Membre privat del paquet
rebeccaliu@1547
    71
mod-protected=Membre protegit
rebeccaliu@1547
    72
mod-public=Membre p\u00fablic
rebeccaliu@1547
    73
mod-type-parameter-declaration=Par\u00e0metre del tipus
rebeccaliu@1547
    74
mod-type-parameter-use=Utilitzaci\u00f3 del par\u00e0metre del tipus
rebeccaliu@1547
    75
mod-undefined=Element sense definir
rebeccaliu@1547
    76
mark-occurrences=Marcatge d'ocurr\u00e8ncies
rebeccaliu@1547
    77
covered=Covered
rebeccaliu@1547
    78
uncovered=Not Covered
rebeccaliu@1547
    79
inferred=Inferred Covered
rebeccaliu@1547
    80
rebeccaliu@1547
    81
#ct_l==&gt;
rebeccaliu@1547
    82
#ct_jc=import Java class
rebeccaliu@1547
    83
#ct_do=do { |e| \u2026 }
rebeccaliu@1547
    84
#ct_module=module end
rebeccaliu@1547
    85
#ct_begin=begin rescue end
rebeccaliu@1547
    86
#ct_if=if \u2026 | end
rebeccaliu@1547
    87
#ct_ife=if \u2026 | else \u2026 | end
rebeccaliu@1547
    88
#ct_doc==begin/=end documentation
rebeccaliu@1547
    89
rebeccaliu@1547
    90
# TextMate snippets: Ruby.tmbundle
rebeccaliu@1547
    91
ct_hash=Add # =&gt; Marker
rebeccaliu@1547
    92
ct_colon=Hash Pair :key =&gt; "value"
rebeccaliu@1547
    93
#ct_Comp=include Comparable \u2026
rebeccaliu@1547
    94
#ct_Dir=Dir.glob("\u2026") { |file| \u2026 }
rebeccaliu@1547
    95
#ct_Enum=include Enumerable \u2026
rebeccaliu@1547
    96
#ct_File=File.foreach ("\u2026") { |line| \u2026 }
rebeccaliu@1547
    97
#ct_Forw-=extend Forwardable
rebeccaliu@1547
    98
#ct_Hash=Hash.new { |hash, key| hash[key] = \u2026 }
rebeccaliu@1547
    99
#ct_Md=Marshal.dump(\u2026, file)
rebeccaliu@1547
   100
#ct_Ml=Marshal.load(obj)
rebeccaliu@1547
   101
#ct_Pn-=PStore.new( \u2026 )
rebeccaliu@1547
   102
#ct_Yd-=YAML.dump(\u2026, file)
rebeccaliu@1547
   103
#ct_Yl-=YAML.load(file)
rebeccaliu@1547
   104
#ct_all=all? { |e| \u2026 }
rebeccaliu@1547
   105
#ct_am=alias_method \u2026
rebeccaliu@1547
   106
#ct_any=any? { |e| \u2026 }
rebeccaliu@1547
   107
#ct_app=application_code { \u2026 }
rebeccaliu@1547
   108
#ct_as=assert(\u2026)
rebeccaliu@1547
   109
#ct_ase=assert_equal(\u2026)
rebeccaliu@1547
   110
#ct_asid=assert_in_delta(\u2026)
rebeccaliu@1547
   111
#ct_asio=assert_instance_of(\u2026)
rebeccaliu@1547
   112
#ct_asko=assert_kind_of(\u2026)
rebeccaliu@1547
   113
#ct_asm=assert_match(\u2026)
rebeccaliu@1547
   114
#ct_asn=assert_nil(\u2026)
rebeccaliu@1547
   115
#ct_asne=assert_not_equal(\u2026)
rebeccaliu@1547
   116
#ct_asnm=assert_no_match(\u2026)
rebeccaliu@1547
   117
#ct_asnn=assert_not_nil(\u2026)
rebeccaliu@1547
   118
#ct_asnr=assert_nothing_raised(\u2026) { \u2026 }
rebeccaliu@1547
   119
#ct_asns=assert_not_same(\u2026)
rebeccaliu@1547
   120
#ct_asnt=assert_nothing_thrown { \u2026 }
rebeccaliu@1547
   121
#ct_aso=assert_operator(\u2026)
rebeccaliu@1547
   122
#ct_asr=assert_raise(\u2026) { \u2026 }
rebeccaliu@1547
   123
#ct_asrt=assert_respond_to(\u2026)
rebeccaliu@1547
   124
#ct_ass=assert_same(\u2026)
rebeccaliu@1547
   125
#ct_ast=assert_throws(\u2026) { \u2026 }
rebeccaliu@1547
   126
#ct_bm-=Benchmark.bmbm do \u2026 end
rebeccaliu@1547
   127
#ct_case=case \u2026 | end
rebeccaliu@1547
   128
#ct_cl=classify { |e| \u2026 }
rebeccaliu@1547
   129
#ct_cla=ClassName = Struct \u2026 do \u2026 end
rebeccaliu@1547
   130
#ct_clafn=class_from_name()
rebeccaliu@1547
   131
#ct_col=collect { |e| \u2026 }
rebeccaliu@1547
   132
#ct_dop=do \u2026 end
rebeccaliu@1547
   133
#ct_deec=deep_copy(\u2026)
rebeccaliu@1547
   134
#ct_def=def \u2026 | end
rebeccaliu@1547
   135
#ct_defd=def_delegator \u2026
rebeccaliu@1547
   136
#ct_defds=def_delegators \u2026
rebeccaliu@1547
   137
#ct_defmm=def method_missing \u2026 end
rebeccaliu@1547
   138
#ct_defs=def self \u2026 end
rebeccaliu@1547
   139
#ct_deft=def test_ \u2026 end
rebeccaliu@1547
   140
#ct_deli=delete_if { |e| \u2026 }
rebeccaliu@1547
   141
#ct_det=detect { |e| \u2026 }
rebeccaliu@1547
   142
#ct_ea=each { |e| \u2026 }
rebeccaliu@1547
   143
#ct_eab=each_byte { |byte| \u2026 }
rebeccaliu@1547
   144
#ct_eac-=each_char { |chr| \u2026 }
rebeccaliu@1547
   145
#ct_eai=each_index { |i| \u2026 }
rebeccaliu@1547
   146
#ct_eak=each_key { |key| \u2026 }
rebeccaliu@1547
   147
#ct_eal=each_line { |line| \u2026 }
rebeccaliu@1547
   148
#ct_eap=each_pair { |name, val| \u2026 }
rebeccaliu@1547
   149
#ct_eas-=each_slice(\u2026) { |group| \u2026 }
rebeccaliu@1547
   150
#ct_eav=each_value { |val| \u2026 }
rebeccaliu@1547
   151
#ct_eawi=each_with_index { |e, i| \u2026 }
rebeccaliu@1547
   152
#ct_elsif=elsif \u2026
rebeccaliu@1547
   153
#ct_end=__END__
rebeccaliu@1547
   154
#ct_fin=find { |e| \u2026 }
rebeccaliu@1547
   155
#ct_fina=find_all { |e| \u2026 }
rebeccaliu@1547
   156
#ct_fl=flunk(\u2026)
rebeccaliu@1547
   157
#ct_flao=flatten_once()
rebeccaliu@1547
   158
#ct_gre=grep(/pattern/) { |match| \u2026 }
rebeccaliu@1547
   159
#ct_loo=loop { \u2026 }
rebeccaliu@1547
   160
#ct_map=map { |e| \u2026 }
rebeccaliu@1547
   161
#ct_mapwi-=map_with_index { |e, i| \u2026 }
rebeccaliu@1547
   162
#ct_max=max { |a, b| \u2026 }
rebeccaliu@1547
   163
#ct_min=min { |a, b| \u2026 }
rebeccaliu@1547
   164
#ct_mod=module \u2026 ClassMethods \u2026 end
rebeccaliu@1547
   165
#ct_par=partition { |e| \u2026 }
rebeccaliu@1547
   166
#ct_patfh=path_from_here( \u2026 )
rebeccaliu@1547
   167
#ct_r=attr_reader \u2026
rebeccaliu@1547
   168
#ct_ran=randomize()
rebeccaliu@1547
   169
#ct_rb=#!/usr/bin/env ruby -wKU
rebeccaliu@1547
   170
#ct_rej=reject { |e| \u2026 }
rebeccaliu@1547
   171
#ct_rep=results.report(\u2026) { \u2026 }
rebeccaliu@1547
   172
#ct_req=require "\u2026"
rebeccaliu@1547
   173
#ct_reve=reverse_each { |e| \u2026 }
rebeccaliu@1547
   174
#ct_rw=attr_accessor \u2026
rebeccaliu@1547
   175
#ct_sca=scan(/\u2026/) { |match| \u2026 }
rebeccaliu@1547
   176
#ct_sel=select { |e| \u2026 }
rebeccaliu@1547
   177
#ct_sin=singleton_class()
rebeccaliu@1547
   178
#ct_sor=sort { |a, b| \u2026 }
rebeccaliu@1547
   179
#ct_sorb=sort_by { |e| \u2026 }
rebeccaliu@1547
   180
#ct_tc=class \u2026 &lt; Test::Unit::TestCase \u2026 end
rebeccaliu@1547
   181
#ct_ts=require "tc_\u2026" \u2026
rebeccaliu@1547
   182
#ct_uni=unix_filter { \u2026 }
rebeccaliu@1547
   183
#ct_unless=unless \u2026 | end
rebeccaliu@1547
   184
#ct_until=until \u2026 end
rebeccaliu@1547
   185
#ct_usai=usage_if()
rebeccaliu@1547
   186
#ct_usau=usage_unless()
rebeccaliu@1547
   187
#ct_w=attr_writer \u2026
rebeccaliu@1547
   188
#ct_when=when \u2026 | 
rebeccaliu@1547
   189
#ct_while=while \u2026 end
rebeccaliu@1547
   190
#ct_y=:yields:
rebeccaliu@1547
   191
#ct_zip=zip(enums) { |row| \u2026 }
rebeccaliu@1547
   192
rebeccaliu@1547
   193
# TextMate snippets from Ruby on Rails.tmbundle
rebeccaliu@1547
   194
#ct_art=assert_redirected_to
rebeccaliu@1547
   195
#ct_asre=assert_response
rebeccaliu@1547
   196
#ct_bt=belongs_to
rebeccaliu@1547
   197
#ct_flash=flash[\u2026 | ]
rebeccaliu@1547
   198
#ct_habtm=has_and_belongs_to_many
rebeccaliu@1547
   199
#ct_hm=has_many
rebeccaliu@1547
   200
#ct_ho=has_one
rebeccaliu@1547
   201
#ct_log=logger.debug
rebeccaliu@1547
   202
ct_mccc=Create Several Columns
rebeccaliu@1547
   203
ct_mcol=Afegir columna
rebeccaliu@1547
   204
#ct_mp=map(&amp;:sym_proc)
rebeccaliu@1547
   205
ct_mtab=Crear taula
rebeccaliu@1547
   206
#ct_ra=render (action)
rebeccaliu@1547
   207
#ct_ral=render (action, layout)
rebeccaliu@1547
   208
#ct_rcea=render_component (action)
rebeccaliu@1547
   209
#ct_rcec=render_component (controller)
rebeccaliu@1547
   210
#ct_rceca=render_component (controller, action)
rebeccaliu@1547
   211
#ct_rdb=RAILS_DEFAULT_LOGGER.debug
rebeccaliu@1547
   212
#ct_rea=redirect_to (action)
rebeccaliu@1547
   213
#ct_reai=redirect_to (action, id)
rebeccaliu@1547
   214
#ct_rec=redirect_to (controller)
rebeccaliu@1547
   215
#ct_reca=redirect_to (controller, action)
rebeccaliu@1547
   216
#ct_recai=redirect_to (controller, action, id)
rebeccaliu@1547
   217
#ct_rf=render (file)
rebeccaliu@1547
   218
#ct_rfu=render (file, use_full_path)
rebeccaliu@1547
   219
#ct_ri=render (inline)
rebeccaliu@1547
   220
#ct_ril=render (inline, locals)
rebeccaliu@1547
   221
#ct_rit=render (inline, type)
rebeccaliu@1547
   222
#ct_rl=render (layout)
rebeccaliu@1547
   223
#ct_rn=render (nothing)
rebeccaliu@1547
   224
#ct_rns=render (nothing, status)
rebeccaliu@1547
   225
#ct_rp=render (partial)
rebeccaliu@1547
   226
#ct_rpc=render (partial, collection)
rebeccaliu@1547
   227
#ct_rpl=render (partial, locals)
rebeccaliu@1547
   228
#ct_rpo=render (partial, object)
rebeccaliu@1547
   229
#ct_rps=render (partial, status)
rebeccaliu@1547
   230
#ct_rt=render (text)
rebeccaliu@1547
   231
#ct_rtl=render (text, layout)
rebeccaliu@1547
   232
#ct_rtlt=render (text, layout =&gt; true)
rebeccaliu@1547
   233
#ct_rts=render (text, status)
rebeccaliu@1547
   234
#ct_va=validates_associated
rebeccaliu@1547
   235
#ct_vaif=validates_associated if
rebeccaliu@1547
   236
#ct_vc=validates_confirmation_of
rebeccaliu@1547
   237
#ct_vcif=validates_confirmation_of if
rebeccaliu@1547
   238
#ct_ve=validates_exclusion_of
rebeccaliu@1547
   239
#ct_veif=validates_exclusion_of if
rebeccaliu@1547
   240
#ct_verify=verify \u2026 render
rebeccaliu@1547
   241
#ct_vl=validates_length_of
rebeccaliu@1547
   242
#ct_vp=validates_presence_of
rebeccaliu@1547
   243
#ct_vpif=validates_presence_of if
rebeccaliu@1547
   244
#ct_vu=validates_uniqueness_of
rebeccaliu@1547
   245
#ct_vuif=validates_uniqueness_of if
rebeccaliu@1547
   246
# Mime Type application/x-httpd-eruby
rebeccaliu@1547
   247
#ct_ft=form_tag
rebeccaliu@1547
   248
#ct_lia=link_to (action)
rebeccaliu@1547
   249
#ct_liai=link_to (action, id)
rebeccaliu@1547
   250
#ct_lic=link_to (controller)
rebeccaliu@1547
   251
#ct_lica=link_to (controller, action)
rebeccaliu@1547
   252
#ct_licai=link_to (controller, action, id)
rebeccaliu@1547
   253
rebeccaliu@1547
   254
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>.
rebeccaliu@1547
   255
NoCommentFound=Cap comentari trobat
rebeccaliu@1547
   256
#Documented=(documented)
rebeccaliu@1547
   257
#NoDoced=(:nodoc:)
rebeccaliu@1547
   258
RubyLib=Ruby Library
rebeccaliu@1547
   259
In=entrada
rebeccaliu@1547
   260
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.
rebeccaliu@1547
   261
# Displayed as a return type (in navigator etc) when a method has an unknown return type
rebeccaliu@1547
   262
RubyUnknownType=Desconegut
rebeccaliu@1547
   263
InferredType=Inferred type:
rebeccaliu@1547
   264
# used as a delimiter when displaying return types, e.g. String or Float 
rebeccaliu@1547
   265
Or=or
rebeccaliu@1547
   266
rebeccaliu@1547
   267
InstalledVersions=Installed version(s): {0}
rebeccaliu@1547
   268
rebeccaliu@1547
   269
SC_100=100 (Continue)
rebeccaliu@1547
   270
SC_100_DESC=The requestor should continue with the request. The server returns this code to indicate that it has received the first part of a request and is waiting for the rest.
rebeccaliu@1547
   271
SC_101=101 (Switching protocols)
rebeccaliu@1547
   272
SC_101_DESC=The requestor has asked the server to switch protocols and the server is acknowledging that it will do so.
rebeccaliu@1547
   273
SC_200=200 (amb \u00e8xit)
rebeccaliu@1547
   274
SC_200_DESC=El servidor ha processat amb \u00e8xit la petici\u00f3. Generally, this means that the server provided the requested page.
rebeccaliu@1547
   275
SC_201=201 (Created)
rebeccaliu@1547
   276
SC_201_DESC=La petici\u00f3 va tenir \u00e8xit i el servidor ha creat el nou recurs.
rebeccaliu@1547
   277
SC_202=202 (Accepted)
rebeccaliu@1547
   278
SC_202_DESC=The server has accepted the request, but hasn't yet processed it.
rebeccaliu@1547
   279
SC_203=203 (Non-authoritative information)
rebeccaliu@1547
   280
SC_203_DESC=El servidor ha processat amb \u00e8xit la petici\u00f3, per\u00f2 la seva informaci\u00f3 retornada pot venir des d'un altre origen.
rebeccaliu@1547
   281
SC_204=204 (No content)
rebeccaliu@1547
   282
SC_204_DESC=El servidor ha processat amb \u00e8xit la petici\u00f3, per\u00f2 no est\u00e0 retornant cap contingut.
rebeccaliu@1547
   283
SC_205=205 (Restablir contingut)
rebeccaliu@1547
   284
SC_205_DESC=El servidor ha processat amb \u00e8xit la petici\u00f3, per\u00f2 no est\u00e0 retornant cap contingut. Unlike a 204 response, this response requires that the requestor reset the document view (for instance, clear a form for new input).
rebeccaliu@1547
   285
SC_206=206 (Contingut parcial)
rebeccaliu@1547
   286
SC_206_DESC=El servidor ha processat amb \u00e8xit una petici\u00f3 GET parcial.
rebeccaliu@1547
   287
SC_300=300 (Multiple choices)
rebeccaliu@1547
   288
SC_300_DESC=The server has several actions available based on the request. The server may choose an action based on the requestor (user agent) or the server may present a list so the requestor can choose an action.
rebeccaliu@1547
   289
SC_301=301 (Moved permanently)
rebeccaliu@1547
   290
SC_301_DESC=The requested page has been permanently moved to a new location. When the server returns this response (as a response to a GET or HEAD request), it automatically forwards the requestor to the new location.
rebeccaliu@1547
   291
SC_302=302 (Moved temporarily)
rebeccaliu@1547
   292
SC_302_DESC=The requested resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cacheable if indicated by a Cache-Control or Expires header field.
rebeccaliu@1547
   293
SC_303=303 (See other location)
rebeccaliu@1547
   294
SC_303_DESC=The server returns this code when the requestor should make a separate GET request to a different location to retrieve the response. For all requests other than a HEAD request, the server automatically forwards to the other location.
rebeccaliu@1547
   295
SC_304=304 (Not modified)
rebeccaliu@1547
   296
SC_304_DESC=If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code. The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.
rebeccaliu@1547
   297
SC_305=305 (Use proxy)
rebeccaliu@1547
   298
SC_305_DESC=The requestor can only access the requested page using a proxy. When the server returns this response, it also indicates the proxy that the requestor should use.
rebeccaliu@1547
   299
SC_307=307 (Temporary redirect)
rebeccaliu@1547
   300
SC_307_DESC=The requested resource resides temporarily under a different URI. Since the redirection MAY be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cacheable if indicated by a Cache-Control or Expires header field.
rebeccaliu@1547
   301
SC_400=400 (Bad request)
rebeccaliu@1547
   302
SC_400_DESC=The server didn't understand the syntax of the request.
rebeccaliu@1547
   303
SC_401=401 (Not authorized)
rebeccaliu@1547
   304
SC_401_DESC=The request requires authentication. The server might return this response for a page behind a login.
rebeccaliu@1547
   305
SC_403=403 (Forbidden)
rebeccaliu@1547
   306
SC_403_DESC=The server is refusing the request.
rebeccaliu@1547
   307
SC_404=404 (Not found)
rebeccaliu@1547
   308
SC_404_DESC=The server can't find the requested page. For instance, the server often returns this code if the request is for a page that doesn't exist on the server.
rebeccaliu@1547
   309
SC_405=405 (Method not allowed)
rebeccaliu@1547
   310
SC_405_DESC=The method specified in the request is not allowed.
rebeccaliu@1547
   311
SC_406=406 (Not acceptable)
rebeccaliu@1547
   312
SC_406_DESC=The requested page can't respond with the content characteristics requested.
rebeccaliu@1547
   313
SC_407=407 (Proxy authentication required)
rebeccaliu@1547
   314
SC_407_DESC=This status code is similar 401 (Not authorized); but specifies that the requestor has to authenticate using a proxy. When the server returns this response, it also indicates the proxy that the requestor should use.
rebeccaliu@1547
   315
SC_408=408 (Temps d'expiraci\u00f3 en la petici\u00f3)
rebeccaliu@1547
   316
SC_408_DESC=The server timed out waiting for the request.
rebeccaliu@1547
   317
SC_409=409 (Conflict)
rebeccaliu@1547
   318
SC_409_DESC=The server encountered a conflict fulfilling the request. The server must include information about the conflict in the response. The server might return this code in response to a PUT request that conflicts with an earlier request, along with a list of differences between the requests.
rebeccaliu@1547
   319
SC_410=410 (Gone)
rebeccaliu@1547
   320
SC_410_DESC=The server returns this response when the requested resource has been permanently removed. It is similar to a 404 (Not found) code, but is sometimes used in the place of a 404 for resources that used to exist but no longer do. If the resource has permanently moved, you should use a 301 to specify the resource's new location.
rebeccaliu@1547
   321
SC_411=411 (Length required)
rebeccaliu@1547
   322
SC_411_DESC=The server won't accept the request without a valid Content-Length header field.
rebeccaliu@1547
   323
SC_412=412 (Pre-condici\u00f3 sense \u00e8xit)
rebeccaliu@1547
   324
SC_412_DESC=The server doesn't meet one of the preconditions that the requestor put on the request.
rebeccaliu@1547
   325
SC_413=413 (Request entity too large)
rebeccaliu@1547
   326
SC_413_DESC=The server can't process the request because it is too large for the server to handle.
rebeccaliu@1547
   327
SC_414=414 (Requested URI is too long)
rebeccaliu@1547
   328
SC_414_DESC=The requested URI (typically, a URL) is too long for the server to process.
rebeccaliu@1547
   329
SC_415=415 (Unsupported media type)
rebeccaliu@1547
   330
SC_415_DESC=The request is in a format not support by the requested page.
rebeccaliu@1547
   331
SC_416=416 (Requested range not satisfiable)
rebeccaliu@1547
   332
SC_416_DESC=The server returns this status code if the request is for a range not available for the page.
rebeccaliu@1547
   333
SC_417=417 (Expectaci\u00f3 sense \u00e8xit)
rebeccaliu@1547
   334
SC_417_DESC=The server can't meet the requirements of the Expect request-header field.
rebeccaliu@1547
   335
SC_500=500 (Internal server error)
rebeccaliu@1547
   336
SC_500_DESC=The server encountered an error and can't fulfill the request.
rebeccaliu@1547
   337
SC_501=501 (Not implemented)
rebeccaliu@1547
   338
SC_501_DESC=The server doesn't have the functionality to fulfill the request. For instance, the server might return this code when it doesn't recognize the request method.
rebeccaliu@1547
   339
SC_502=502 (Bad gateway)
rebeccaliu@1547
   340
SC_502_DESC=The server was acting as a gateway or proxy and received an invalid response from the upstream server.
rebeccaliu@1547
   341
SC_503=503 (Service unavailable)
rebeccaliu@1547
   342
SC_503_DESC=The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state.
rebeccaliu@1547
   343
SC_504=504 (Timeout en la porta d'enlla\u00e7)
rebeccaliu@1547
   344
SC_504_DESC=The server was acting as a gateway or proxy and didn't receive a timely request from the upstream server.
rebeccaliu@1547
   345
SC_505=505 (HTTP version not supported)
rebeccaliu@1547
   346
SC_505_DESC=The server doesn't support the HTTP protocol version used in the request.
rebeccaliu@1547
   347