<?php $about = array( 'name' => 'Deutsch', 'author' => array( 'name' => 'Nils Hörrmann', 'email' => 'hide@address.com', 'website' => 'http://www.nilshoerrmann.de' ), 'release-date' => '2009-12-29' ); /* * EXTENSION: Field: Select Box Link * Localisation strings */ $dictionary = array( 'Select Box Link' => 'Select Box Link', 'None' => 'Keine', 'Options' => 'Optionen', 'Limit to the %s most recent entries' => 'Auf die %s neusten Einträge begrenzen.', 'Allow selection of multiple options' => 'Erlaube Mehrfachauswahl.' );