<?php defined('SYSPATH') or die('No direct script access.');
return array(
'no results' => '"%s" yielded no results',
'invalid_login' => 'There is a problem with the username you have provided.',
'invalid_api' => 'There is a problem with the API Key you have provided.',
'invalid_nzbid' => 'There is a problem with the NZBid supplied.',
'vip_only' => 'You need to be VIP or higher to access.',
'disabled_account' => 'User Account Disabled.',
'no_nzb_found' => 'No NZB found.',
'no_search' => 'No search query.',
'please_wait_x' => 'Please wait x seconds before retry.',
'nothing_found' => 'No Results Found.',
'slow-page' => 'I know the page is slow. But it is only slow the first time',
'add-slow-page' => 'I´m downloading pictures right now. That is why I´m slow',
);