*/ // menu entry for admin plugins $lang['menu'] = 'Generate Wiki Archive'; // custom language strings for the plugin $lang['label: admin mail'] = 'E-Mail address of generated archive admin'; $lang['label: admin pass'] = 'Password of generated archive admin'; $lang['button: generate archive'] = 'Generate Wiki Archive'; $lang['label: download'] = 'Download Wiki Archive'; $lang['label: full archive'] = 'Full Archive'; $lang['label: update archive'] = 'Update Archive'; $lang['message: archive exists'] = 'The wiki archive was last created at %s.'; $lang['message: password empty'] = 'Password must not be empty!'; $lang['message: email invalid'] = 'Entered eMail "%s" is not valid!'; $lang['message: starting'] = 'Starting'; $lang['message: adding data done'] = 'Adding data to archive done!'; $lang['message: done'] = 'Done!'; $lang['message: add files in dir'] = 'Adding files in %s to archive.'; $lang['message: recursive'] = 'Recursively.'; $lang['message: skipping files'] = 'Skipping files that match %s'; $lang['message: create zip archive'] = 'Creating zip archive %s'; $lang['message: create users'] = 'Creating new users.auth.php with provided data'; $lang['message: create acl'] = 'Creating new acl.auth.php with minimal rights'; $lang['message: create empty dir'] = 'Adding empty %s to archive.'; $lang['message: file is large'] = 'Size of %s is very large:'; $lang['link: download now'] = 'Download now!'; $lang['seconds'] = '%s seconds';