<?php

/**
 * English language file for wordimport plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */


// custom language strings for the plugin
$lang['page_button'] = 'Import Word Document';
$lang['uploadfield'] = 'Upload Word Document';
$lang['btn_import'] = 'Import as %s';
$lang['btn_cancel'] = 'Cancel';
$lang['imported'] = 'Document imported';
