Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Spanish guidelines.
51915200 of 5207 results
13863.
%<@throw%> (rethrow) used outside of a %<@catch%> block
(no translation yet)
Located in objc/objc-act.c:4498
13868.
cannot use an object as parameter to a method
(no translation yet)
Located in objc/objc-act.c:4843
13875.
%<@interface%> of class %qE not found
If 'rtype' is NULL_TREE at this point it means that
we have seen no @interface corresponding to that
class name, only a @class declaration (alternatively,
this was a call such as [objc_getClass("SomeClass")
alloc], where we've never seen the @interface of
SomeClass).  So, we have a class name (class_tree)
but no actual details of the class methods.  We won't
be able to check that the class responds to the
method, and we will have to guess the method
prototype.  Emit a warning, then keep going (this
will use any method with a matching name, as if the
receiver was of type 'Class').
We could not find an @interface declaration, and
there are no protocols attached to the receiver,
so we can't complete the check that the receiver
responds to the method, and we can't retrieve the
method prototype.  But, because the receiver has
a well-specified class, the programmer did want
this check to be performed.  Emit a warning, then
keep going as if it was an 'id'.  To remove the
warning, either include an @interface for the
class, or cast the receiver to 'id'.  Note that
rtype is an IDENTIFIER_NODE at this point.
(no translation yet)
Located in objc/objc-act.c:5573 objc/objc-act.c:5708
13882.
(messages without a matching method signature will be assumed to return %<id%> and accept %<...%> as arguments)
(no translation yet)
Located in objc/objc-act.c:5791
13914.
cannot find instance variable associated with property
(no translation yet)
Located in objc/objc-act.c:7400 objc/objc-act.c:7596
13921.
%<assign%> property %qs is using bit-field instance variable %qs
(no translation yet)
Located in objc/objc-act.c:7653
13922.
%<atomic%> property %qs is using bit-field instance variable %qs
(no translation yet)
Located in objc/objc-act.c:7827
13926.
%<@synthesize%> cannot be used in categories
(no translation yet)
Located in objc/objc-act.c:7904
13937.
%<[super ...]%> must appear in a method context
(no translation yet)
Located in objc/objc-act.c:9030
13947.
trying to encode non-integer type as a bit-field
Do not do any encoding, produce an error and keep going.
(no translation yet)
Located in objc/objc-encoding.c:804
51915200 of 5207 results

This translation is managed by Ubuntu Spanish Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Antonio Ceballos Roa, J..