xref: /plugin/imgpaste/lang/de/settings.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// keys need to match the config setting name
9*44af8ccbSMichael Fischer$lang['filename'] = 'So werden eingefügte Bilder benannt. Sie können die Platzhalter @USER@, @NS@, @ID@, @PAGE@ und die Platzhalter der PHP-Funktion strftime verwenden. Die Dateierweiterung wird automatisch hinzugefügt.';
10*44af8ccbSMichael Fischer
11*44af8ccbSMichael Fischer
12