1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Luigi Micco <l.micco@tiscali.it>
7 */
8
9// custom language strings for the plugin
10$lang['tools']             = 'Tools:';
11
12$lang['tools_print']       = 'Printable version';
13$lang['tools_odt']         = 'Export to OpenOffice';
14$lang['tools_pdf']         = 'Export to PDF';
15$lang['tools_bookcreator'] = 'Add page to book';
16$lang['tools_email']       = 'Tell by mail';
17$lang['tools_csv']         = 'Export to csv';
18$lang['tools_timeline']    = 'Export to Timeline';
19
20//Setup VIM: ex: et ts=2 enc=utf-8 :