<?php
return array( 'id' => 'Channel about',
              'title' => 'Feed title',
              'link' => 'Feed link',
              'description' => 'Feed description',
			  'item' => array( array( 'id' => 'Item about',
                                      'title' => 'Item title',
                                      'link' => 'Item link' ) ),
              'image' => array( array( 'about' => 'Image about',
                                       'title' => 'Image title',
                                       'url' => 'Image url',
                                       'link' => 'Image link' ) ),
            );
?>
