1<?php 2/** 3 * English language file for archivegenerator plugin 4 * 5 * @author Michael Große <dokuwiki@cosmocode.de> 6 */ 7 8// menu entry for admin plugins 9$lang['menu'] = 'Generate Wiki Archive'; 10 11 12// custom language strings for the plugin 13$lang['label: admin mail'] = 'E-Mail address of generated archive admin'; 14$lang['label: admin pass'] = 'Password of generated archive admin'; 15$lang['button: generate archive'] = 'Generate Wiki Archive'; 16$lang['label: download'] = 'Download Wiki Archive'; 17 18$lang['label: full archive'] = 'Full Archive'; 19$lang['label: update archive'] = 'Update Archive'; 20 21$lang['message: archive exists'] = 'The wiki archive was last created at %s.'; 22$lang['message: password empty'] = 'Password must not be empty!'; 23$lang['message: email invalid'] = 'Entered eMail "%s" is not valid!'; 24$lang['message: starting'] = 'Starting'; 25$lang['message: adding data done'] = 'Adding data to archive done!'; 26$lang['message: done'] = 'Done!'; 27$lang['message: add files in dir'] = 'Adding files in %s to archive.'; 28$lang['message: recursive'] = 'Recursively.'; 29$lang['message: skipping files'] = 'Skipping files that match %s'; 30$lang['message: create zip archive'] = 'Creating zip archive %s'; 31$lang['message: create users'] = 'Creating new users.auth.php with provided data'; 32$lang['message: create acl'] = 'Creating new acl.auth.php with minimal rights'; 33$lang['message: create empty dir'] = 'Adding empty %s to archive.'; 34$lang['message: file is large'] = 'Size of %s is very large:'; 35 36 37$lang['link: download now'] = 'Download now!'; 38 39$lang['seconds'] = '%s seconds'; 40