<?php return array (
  'plugins.paymethod.paypal.displayName' => 'Paypal Fee Payment',
  'plugins.paymethod.paypal.description' => 'Payments will be processed using the PayPal service.',
  'plugins.paymethod.paypal' => 'Paypal Fee Payment',
  'plugins.paymethod.paypal.settings' => 'Paypal Payment Settings',
  'plugins.paymethod.paypal.settings.testMode' => 'Test Mode',
  'plugins.paymethod.paypal.settings.accountName' => 'Account Name',
  'plugins.paymethod.paypal.settings.clientId' => 'Client ID',
  'plugins.paymethod.paypal.settings.secret' => 'Secret',
  'plugins.paymethod.paypal.error' => 'A transaction error occurred. Please contact the journal manager for details.',
);