xref: /plugin/imgpaste/lang/de/lang.php (revision 44af8ccbc143a0ccbc1907385e5dc7a604137b6e)
1*44af8ccbSMichael Fischer<?php
2*44af8ccbSMichael Fischer/**
3*44af8ccbSMichael Fischer * German language file for imgpaste plugin
4*44af8ccbSMichael Fischer *
5*44af8ccbSMichael Fischer * @author Michael Fischer <dokuwiki@m-fischer.info>
6*44af8ccbSMichael Fischer */
7*44af8ccbSMichael Fischer
8*44af8ccbSMichael Fischer$lang['e_nodata']         = 'Die Zwischenablage enthält keine Daten.';
9*44af8ccbSMichael Fischer$lang['js']['inprogress'] = 'Upload läuft… bitte warten.';
10*44af8ccbSMichael Fischer
11