<?php
/**
 * English language file for feedback plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */

$lang['menu']         = 'Set Feedback Managers';

$lang['feedback']     = 'Send Feedback';
$lang['subject']      = 'Feedback';
$lang['thanks']       = 'Thank you for your feedback.';
$lang['error']        = 'Unfortunately there was an error and your feedback could not be send. 😞';

$lang['namespace']    = 'Namespace';
$lang['email']        = 'E-Mail';
$lang['save']         = 'Save';
$lang['saved']        = 'Your feedback managers were saved';

$lang['js']['title']  = 'Please provide feedback';
$lang['js']['cancel'] = 'Cancel';
$lang['js']['close']  = 'Close';
$lang['js']['submit'] = 'Submit';

