1<?php
2/**
3 * German language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Luigi Micco <l.micco@tiscali.it>
7 * @author     Mark C. Prins <mprins@users.sf.net>
8 */
9
10// custom language strings for the plugin
11$lang['tools']             = 'Werkzeuge:';
12
13$lang['tools_print']       = 'Druckversion';
14$lang['tools_odt']         = 'als OpenOffice-Datei speichern';
15$lang['tools_pdf']         = 'als PDF-Datei speichern';
16$lang['tools_bookcreator'] = 'Seite hinzufügen ins Buch';
17$lang['tools_email']       = 'per E-Mail versenden';
18$lang['tools_csv']         = 'als CSV-Datei speichern';
19$lang['tools_timeline']    = 'als Timeline speichern';
20
21//Setup VIM: ex: et ts=2 enc=utf-8 :
22