<?php $exp = 1801472736; $val = array (
  'domain' => NULL,
  'plural-forms' => NULL,
  'messages' => 
  array (
    '' => 
    array (
      'plugins.importexport.portico.settings' => 'Settings',
      'plugins.importexport.portico.displayName' => 'Portico Export Plugin',
      'plugins.importexport.portico.ftpLibraryMissing' => '<blockquote style="border: 1px solid; padding: 1em;"><strong>⚠️ Warning:</strong> The <code>league/flysystem-ftp</code> library is missing from your server. To install it, run:
<pre><code>composer -d lib/pkp require league/flysystem-ftp</code></pre>...or upgrade to a newer release of OJS. Until this is resolved, <strong>FTP deposits will not work</strong>. SFTP, Portico, and Library of Congress deposits can still be used without problems.</blockquote>',
      'plugins.importexport.portico.description' => '
		<p>This plugin may be used to export your journal content for inclusion in the <a href="https://www.portico.org" target="_blank">Portico digital preservation service</a>. Content may be downloaded manually to your local computer for later delivery to Portico, or sent directly to your account on the Portico server by configuring your credentials below. Access the <em>Export Issues</em> tab in order to export the data.</p>
	',
      'plugins.importexport.portico.description.short' => 'This plugin may be used to export your journal content for inclusion in the Portico digital preservation service. Content maybe downloaded manually to your local computer for later delivery to Portico, or may be sent directly to your account on the Portico FTP server.',
      'plugins.importexport.portico.issnWarning' => 'Note: It appears that you have not configured an online ISSN for your journal. This is not strictly mandatory, but will simplify the deposit process. You may configure an ISSN in the <a href="{$setupUrl}" target="_blank">journal setup</a>.',
      'plugins.importexport.portico.abbreviationWarning' => 'Note: It appears that you have not configured an abbreviation for your journal. This is not strictly mandatory, but will simplify the deposit process. You may create an abbreviation from <a href="{$setupUrl}" target="_blank">Journal Setup Step 1.1</a>.',
      'plugins.importexport.portico.endpoint.type' => 'Server Type',
      'plugins.importexport.portico.endpoint.hostname' => 'Hostname',
      'plugins.importexport.portico.endpoint.username' => 'Username',
      'plugins.importexport.portico.endpoint.password' => 'Password',
      'plugins.importexport.portico.endpoint.path' => 'Path',
      'plugins.importexport.portico.endpoint.private_key' => 'Private Key',
      'plugins.importexport.portico.endpoint.keyphrase' => 'Keyphrase (optional)',
      'plugins.importexport.portico.endpoint.port' => 'Port (optional, SFTP defaults to 22, FTP to 21)',
      'plugins.importexport.portico.endpointNumber' => 'Endpoint #{$number}',
      'plugins.importexport.portico.newEndpoint' => 'New Endpoint',
      'plugins.importexport.portico.endpoint.delete' => 'Delete this endpoint',
      'plugins.importexport.portico.endpointPlaceholder' => 'ftp://username:password@ftp.portico.com',
      'plugins.importexport.portico.export.issues' => 'Export Issues',
      'plugins.importexport.portico.export.ftp' => 'Deposit Issues',
      'plugins.importexport.portico.export.toggleSelection' => 'Toggle Selection',
      'plugins.importexport.portico.export.success' => 'The export was executed successfully!',
      'plugins.importexport.portico.export.failure.connection' => 'Failed to connect to the FTP server at {$host}.',
      'plugins.importexport.portico.export.failure.credentials' => 'Failed to logon into the FTP server with the given credentials.',
      'plugins.importexport.portico.export.failure.settings' => 'To export the issues to Portico you must setup the credentials in the settings tab.',
      'plugins.importexport.portico.export.failure.loadingIssue' => 'Failed to load the issue with ID #{$issueId}.',
      'plugins.importexport.portico.export.failure.creatingFile' => 'Failed to create zip file.',
      'plugins.importexport.portico.export.failure.noIssueSelected' => 'The export was aborted since no issue was selected.',
      'plugins.importexport.portico.export.failure.general' => 'The export was not successful. Your server may have taken too long to send the file to the Portico FTP server. Please try manually downloading your articles to send via an external FTP client.',
      'plugins.importexport.portico.endpoint.authenticationType' => 'Authentication Type',
    ),
  ),
);