Browsing English (Australia) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and English (Australia) guidelines.
891896 of 896 results
9117.
Cannot open %s
(no translation yet)
Located in lto/lto.c:2142
9118.
Cannot map %s
(no translation yet)
Located in lto/lto.c:2163
9119.
Cannot read %s
(no translation yet)
Located in lto/lto.c:2174
9198.
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
9217.
@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
9290.
unknown type %<%T%> found during Objective-C encoding
(no translation yet)
Located in objc/objc-encoding.c:721
891896 of 896 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.