<?php
/**
 * German language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Luigi Micco <l.micco@tiscali.it>
 * @author     Mark C. Prins <mprins@users.sf.net>
 */

// custom language strings for the plugin
$lang['tools']             = 'Werkzeuge:';

$lang['tools_print']       = 'Druckversion';
$lang['tools_odt']         = 'als OpenOffice-Datei speichern';
$lang['tools_pdf']         = 'als PDF-Datei speichern';
$lang['tools_bookcreator'] = 'Seite hinzufügen ins Buch';
$lang['tools_email']       = 'per E-Mail versenden';
$lang['tools_csv']         = 'als CSV-Datei speichern';
$lang['tools_timeline']    = 'als Timeline speichern';

//Setup VIM: ex: et ts=2 enc=utf-8 :
