Browsing English (Australia) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and English (Australia) guidelines.
71617164 of 7164 results
12194.
streaming subprocess was killed by signal
(no translation yet)
Located in lto/lto.c:2319
12273.
duplicate instance variable %q+D
(no translation yet)
Located in objc/objc-act.c:3978 objc/objc-act.c:4006 objc/objc-act.c:4061
12292.
@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:5400 objc/objc-act.c:5534
12365.
unknown type %<%T%> found during Objective-C encoding
(no translation yet)
Located in objc/objc-encoding.c:721
71617164 of 7164 results

This translation is managed by Ubuntu English (Australia) Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: Jackson Doak, Joel Addison, Joel Pickett, Robert Readman, ZhongHan Cai.