1<?php
2
3$lang['admin menu']     = 'PDF Templates';
4
5
6# Buttons in the admin section
7$lang['btn erase']      = 'Erase';
8$lang['btn reinstall']  = 'Re-Install';
9$lang['btn upload']     = 'Upload';
10$lang['btn install']    = 'Install';
11
12
13# Titles in the admin section
14$lang['admin title main']   = 'PDF Templates';
15$lang['admin title upload'] = 'Upload a pdf-template';
16$lang['admin title manage'] = 'Manage installed templates';
17
18
19# Text passages in the admin section
20$lang['text upload']   = "You can upload your own dw2pdf-templates. The template files must be put into a folder with the name of the template. This folder itself must be contained in the zip file, as the the file is uncompressed directly into the <code>dw2pdf/tpl</code> directory.<br><br>";
21$lang['text zipfile']  = "Choose a zip file to upload";
22$lang['text update']   = "This template seems to be an older  version.</span><br>This message ist especially display when the plugin was updated";
23$lang['text preview']  = "No preview available";
24$lang['text desc']     = "No description available";
25