<?php
	/* These files also has to be written in utf-8 */

	$LANG['eu'] = array( 
		/* index.php */
		'Quick add' => 'Gehitu azkar',
		'Server settings' => 'Zerbitzariaren aukerak',
		'Add playlists or audio-files' => 'Gehitu zerrenda edo fitxategia',
		'Add playlist' => 'Gehitu zerrenda',
		'Save current playlist' => 'Gorde zerrenda hau',
		'Save playlist' => 'Gorde zerrenda',
		'Search current playlist' => 'Bilatu zerrenda honetan',
		'Search playlist' => 'Bilatu zerrendan',
		'Configure' => 'Hobespenak',
		'Start streaming to browser' => 'Hasi nabigatzailera streaming egiten',
		'Streaming' => 'Streaming',
		'Get more information about this song/album' => 'Album/abesti honi buruz informazio gehiago',
		'Song Info' => 'Abestiari buruz',
		'Crop to selection' => 'Aukeraketa bakarrik',
		'Remove selection' => 'Ezabatu aukeraketa',
		'Open directory' => 'Zabaldu direktorioa',
		'Lyrics' => 'Letrak',
		'Album description' => 'Albumaren deskribapena',
		'Album review' => 'Albumaren errebisioa',
		'Close' => 'Itxi',

		/* configure.php */
		'Pitchfork MPD Client Configuration' => 'Pitchfork MPD Bezeroaren Hobespenak',
		'Configure settings' => 'Aldatu hobespenak',
		'Connection-settings' => 'Konexioaren hobespenak',
		'Where can I find your MPD-server?' => 'Nun aurkitu dezaket zure MPD-zerbitzaria?',
		'Hostname:' => 'Helbidea:',
		'Port:' => 'Portua:',
		'Password:' => 'Pasahitza:',
		'User interface' => 'Itxura',
		'Some other settings!' => 'Beste hobespen batzuk!',
		'Update time:' => 'Eguneratze denbora:',
		'How often we should request updates from the server' => 'Zenbatean bein eguneratu behar da zerbitzaritik',
		'Login password (optional):' => 'Sartzeko pasahitza (aukerazkoa):',
		'If you want to require a password to see these pages you may specify it here' => 
			'Orri hauek ikusi ahal izateko pasahitza eskatzea nahi baduzu',
		'Theme:' => 'Gaia:',
		'Language:' => 'Hizkuntza:',
		'Include stop button:' => 'Gehitu gelditzeko botoia:',
		'Pagination:' => 'Pajinazioa:',
		'Maximum number of entries pr. page. Set to 0 to disable.' => 'Orriko gehienezko fila kopurua. Jarri 0 desgaitzeko',
		'Show these fields in the playlist:' => 'Azaldu datu hauek zerrendan:',
		'Position' => 'Posizioa',
		'Show nonstandard' => 'Bestelakoak',
		'Configuration for retrieving metadata. This requires that the machine pitchfork is running on can access the internet.' => 
			'Metadata lortzeko konfigurazioa. Pitchfork exekutatzen ari den makinak interneterako atzipena behar du',
		'Disable metadata:' => 'Desgaitu metadata:',
		'Shoutcast integration' => 'Shoutcast integrazioa',
		'Optionally specify the URL to the shout stream provided by mpd to enable integration with pitchfork.' => 
			'Nahi baduzu ezarri shoutstream iturriaren URL helbidea',
		'Pitchfork info' => 'Pitchfork info',
		'Release version:' => 'Bertsioa:',
		'Release date:' => 'Eguneraketa data:',
		'Connect to mpd:' => 'MPDra konektatua:',
		'Yes' => 'Bai',
		'No' => 'Ez',
		'MPD commands:' => 'MPD komandoak:',
		'Metadata directory:' => 'Metadata direktorioa:',
		'Functions:' => 'Funtzioak:',
		'PHP memory limit:' => 'PHP memoria limitea:'
	);
?>