<?php
/**
 * English language file for dropfiles plugin
 *
 * @author Michael Große <dokuwiki@cosmocode.de>
 */

// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';

// custom language strings for the plugin
$lang['js']['skip'] = 'Skip';
$lang['js']['overwrite'] = 'Overwrite';
$lang['js']['overwriteAll'] = 'Overwrite all';
$lang['js']['rename'] = 'Rename';
$lang['js']['cancel'] = 'Cancel';
$lang['js']['popup:fileExists'] = 'The file %s already exists.';
$lang['js']['popup:originalName'] = '(Original filename: %s)';
$lang['js']['title:fileUpload'] = 'File upload';
$lang['js']['title:fileExistsError'] = 'Error: File exists';



//Setup VIM: ex: et ts=4 :
