<?php return array (
  'plugins.generic.allowedUploads.displayName' => 'Allowed Uploads Plugin',
  'plugins.generic.allowedUploads.description' => 'Allowed Uploads plugin enables to choose the filetypes that are allowed when submitting a manuscript. NOTE! This is not a security plugin! Please make sure that the files directory is outside the web root.',
  'plugins.generic.allowedUploads.error' => 'Only the following file extensions are allowed: {$allowedExtensions}.',
  'plugins.generic.allowedUploads.manager.settings.description' => 'Add a semicolon separated list of allowed file extensions. For example doc; docx; pdf; gif; jpg and click OK.',
  'plugins.generic.allowedUploads.manager.settings.allowedExtensions' => 'Allowed file extensions',
);