<?php

	$about = array(
		'name' => 'Deutsch',
		'author' => array(
			'name' => 'Alexander Rutz',
			'email' => 'ar@animaux.de',
			'website' => 'http://animaux.de'
		),
		'release-date' => '2011-06-18',
	);

	/**
	 * Duplicate Entry
	 */
	$dictionary = array(
	
		'Save as New' => 
		'Als neuen Eintrag speichern',
		'or' => 
		'oder',

	);

