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