1<?php
2/**
3 * english language file for dropfiles plugin
4 *
5 * @author Michael Große <dokuwiki@cosmocode.de>
6 */
7
8// keys need to match the config setting name
9 $lang['insertFileLink'] = 'Link zu erfolgreich hochgeladenen Dateien an Cursor-Position in Seite einfügen';
10
11
12
13//Setup VIM: ex: et ts=4 :
14