1<?php
2
3/**
4 * English language file for wordimport plugin
5 *
6 * @author Andreas Gohr <dokuwiki@cosmocode.de>
7 */
8
9
10// custom language strings for the plugin
11$lang['page_button'] = 'Import Word Document';
12$lang['uploadfield'] = 'Upload Word Document';
13$lang['btn_import'] = 'Import as %s';
14$lang['btn_cancel'] = 'Cancel';
15$lang['imported'] = 'Document imported';
16