1<?php 2/** 3 * English language file for dropfiles plugin 4 * 5 * @author Michael Große <dokuwiki@cosmocode.de> 6 */ 7 8// menu entry for admin plugins 9// $lang['menu'] = 'Your menu entry'; 10 11// custom language strings for the plugin 12$lang['js']['skip'] = 'Skip'; 13$lang['js']['overwrite'] = 'Overwrite'; 14$lang['js']['overwriteAll'] = 'Overwrite all'; 15$lang['js']['rename'] = 'Rename'; 16$lang['js']['cancel'] = 'Cancel'; 17$lang['js']['popup:fileExists'] = 'The file %s already exists.'; 18$lang['js']['popup:originalName'] = '(Original filename: %s)'; 19$lang['js']['title:fileUpload'] = 'File upload'; 20$lang['js']['title:fileExistsError'] = 'Error: File exists'; 21 22 23 24//Setup VIM: ex: et ts=4 : 25