<?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' ) ),
              'textInput' => array( array( 'about' => 'Textinput about',
                                           'title' => 'Textinput title',
                                           'description' => 'Textinput description' ) ),
            );
?>
