Browsing Spanish translation

124133 of 2684 results
124.
The twisted.python.components package is a large amount of on-going maintenance. Using the Zope Interface package also provides a greater level of compatibility between Twisted interfaces and Zope interfaces.
type: Content of: <html><body><p>
(no translation yet)
Located in upgrades/2.0/components.xhtml:27
125.
Why did Twisted switch to Zope Interfaces rather than PyProtocols?
type: Content of: <html><body><h3>
(no translation yet)
Located in upgrades/2.0/components.xhtml:32
126.
The Zope Interface package was chosen over PyProtocols because of its greater conceptual similarity to twisted.python.components.
type: Content of: <html><body><p>
(no translation yet)
Located in upgrades/2.0/components.xhtml:35
127.
Will this affect my deployment?
type: Content of: <html><body><h3>
¿Esto afectará a mi despliegue?
Translated and reviewed by Monkey
Located in upgrades/2.0/components.xhtml:39
128.
No. Releases of Twisted Core will include Zope Interfaces.
type: Content of: <html><body><p>
(no translation yet)
Located in upgrades/2.0/components.xhtml:42
129.
How can I update my own code?
type: Content of: <html><body><h3>
¿Cómo puedo actualizar mi propio código?
Translated and reviewed by Monkey
Located in upgrades/2.0/components.xhtml:45
130.
Classes written using twisted.python.components declare which interfaces they implement in this style:
type: Content of: <html><body><p>
(no translation yet)
Located in upgrades/2.0/components.xhtml:48
131.
<code> class C: __implements__ = IFoo, </code>
type: Content of: <html><body>
<code> class C: __implements__ = IFoo, </code>
Translated and reviewed by Monkey
Located in upgrades/2.0/components.xhtml:52
132.
This should be changed to:
type: Content of: <html><body><p>
Estos debería ser cambiado a:
Translated and reviewed by Carlos Alberto Ospina
Located in upgrades/2.0/components.xhtml:58
133.
<code> class C: zope.interface.implements(IFoo) </code>
type: Content of: <html><body>
<code> class C: zope.interface.implements(IFoo) </code>
Translated and reviewed by Monkey
Located in upgrades/2.0/components.xhtml:61
124133 of 2684 results

This translation is managed by translation group twisted.

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

Contributors to this translation: A. Emmanuel Mendoza, Carlos Alberto Ospina, DiegoJ, Fabian , José Miguel Acosta Martín, Monkey, victor tejada yau.