<strings>
	<string id="Object.toString" value="Converts the specified number to a string and returns it." />
	<string id="Object.valueOf" value="Returns the primitive value of the specified number." />
    <string id="Object.watch" value="Registers a callback to be invoked when the property changes."/>
    <string id="Object.unwatch" value="Releases the callback."/>
    <string id="Object.addProperty" value="Creates a getter/setter property"/>
</strings>

