<?php
$I=[
	'all'		=>	'All',
	'lastadded'	=>	'Last added',
	'offline'	=>	'Offline > 1 week',
	'removed'	=>	'Removed/Child porn',
	'phishingclones'=>	'Phishing Clones',
	'title'		=>	'Onion link list',
	'error'		=>	'ERROR',
	'nodb'		=>	'No database connection!',
	'addonion'	=>	'Onion address',
	'adddesc'	=>	'Description',
	'category'	=>	'Category',
	'search'	=>	'Search',
	'searchterm'	=>	'Search term',
	'specialcat'	=>	'Special categories',
	'categories'	=>	'Categories',
	'pages'		=>	'Pages',
	'invalonion'	=>	'Invalid onion address!',
	'valid'		=>	'A valid address looks like this',
	'succadd'	=>	'Successfully added onion address!',
	'faillocked'	=>	'Sorry, editing this onion address has been locked!',
	'succupddesc'	=>	'Successfully updated description!',
	'succupdcat'	=>	'Successfully updated category!',
	'alreadyknown'	=>	'Thanks, but I already knew this address!',
	'searchresult'	=>	'Searching for "%1$s", %2$d results found:',
	'link'		=>	'Onion link',
	'description'	=>	'Description',
	'lasttested'	=>	'Last tested',
	'lastup'	=>	'Last seen',
	'timeadded'	=>	'Added at',
	'actions'	=>	'Actions',
	'edit'		=>	'Edit',
	'test'		=>	'Test',
	'never'		=>	'Never',
	'cloneof'	=>	'Clone of',
	'admintitle'	=>	'Admin interface',
	'password'	=>	'Password',
	'login'		=>	'Login',
	'bitcoins'	=>	'Bitcoins',
	'remove'	=>	'Remove',
	'readd'		=>	'Re-add',
	'lock'		=>	'Lock',
	'unlock'	=>	'Unlock',
	'promote'	=>	'Promote',
	'unpromote'	=>	'Un-promote',
	'phishing'	=>	'Phishing',
	'unphishing'	=>	'No phishing',
	'update'	=>	'Update',
	'succremove'	=>	'Successfully removed onion address!',
	'succreadd'	=>	'Successfully re-added onion address!',
	'succlock'	=>	'Successfully locked onion address!',
	'succunlock'	=>	'Successfully unlocked onion address!',
	'succpromote'	=>	'Successfully promoted onion address until %1$s!',
	'succunpromote'	=>	'Successfully un-promoted onion address!',
	'succaddphish'	=>	'Successfully added Phishing clone!',
	'samephish'	=>	'Not added Phishing clone! Phishing and original have the same address.',
	'succrmphish'	=>	'Successfully removed Phishing clone!',
	'noaction'	=>	'No action taken!',
	'wrongpass'	=>	'Wrong Pass!',
	'testtitle'	=> 	'Online-Test',
	'testdesc'	=>	'Here an onion address can be tested, for whether it is online or not.',
	'testonline'	=>	'Yes, the service is online!',
	'testoffline'	=>	'No, the service is offline!',
	'testphishing'	=>	'Warning, this is a known phishing clone. The original site is located at %s.',
	'unknown'	=>	'Unknown',
	'language'	=>	'Language',
	'format'	=>	'Format',
	'hidelocked'	=>	'Hide locked',
	'pendingapproval'    => 'Pending approval',
	'rejected'  =>  'Rejected',
	'reject'    =>  'Reject',
	'approve'   =>  'Approve',
	'succreject'    =>  'Successfully rejected onion address',
	'succapprove'   =>  'Successfully approved onion address',
	'switchviewmode' => 'Switch view mode',
];