]>
Commit | Line | Data |
---|---|---|
964dd0bc JW |
1 | <?php |
2 | /* These files also has to be written in utf-8 */ | |
3 | ||
4 | $LANG['eu'] = array( | |
5 | /* index.php */ | |
6 | 'Quick add' => 'Gehitu azkar', | |
7 | 'Server settings' => 'Zerbitzariaren aukerak', | |
8 | 'Add playlists or audio-files' => 'Gehitu zerrenda edo fitxategia', | |
9 | 'Add playlist' => 'Gehitu zerrenda', | |
10 | 'Save current playlist' => 'Gorde zerrenda hau', | |
11 | 'Save playlist' => 'Gorde zerrenda', | |
12 | 'Search current playlist' => 'Bilatu zerrenda honetan', | |
13 | 'Search playlist' => 'Bilatu zerrendan', | |
14 | 'Configure' => 'Hobespenak', | |
15 | 'Start streaming to browser' => 'Hasi nabigatzailera streaming egiten', | |
16 | 'Streaming' => 'Streaming', | |
17 | 'Get more information about this song/album' => 'Album/abesti honi buruz informazio gehiago', | |
18 | 'Song Info' => 'Abestiari buruz', | |
19 | 'Crop to selection' => 'Aukeraketa bakarrik', | |
20 | 'Remove selection' => 'Ezabatu aukeraketa', | |
21 | 'Open directory' => 'Zabaldu direktorioa', | |
22 | 'Lyrics' => 'Letrak', | |
23 | 'Album description' => 'Albumaren deskribapena', | |
24 | 'Album review' => 'Albumaren errebisioa', | |
25 | 'Close' => 'Itxi', | |
26 | ||
27 | /* configure.php */ | |
28 | 'Pitchfork MPD Client Configuration' => 'Pitchfork MPD Bezeroaren Hobespenak', | |
29 | 'Configure settings' => 'Aldatu hobespenak', | |
30 | 'Connection-settings' => 'Konexioaren hobespenak', | |
31 | 'Where can I find your MPD-server?' => 'Nun aurkitu dezaket zure MPD-zerbitzaria?', | |
32 | 'Hostname:' => 'Helbidea:', | |
33 | 'Port:' => 'Portua:', | |
34 | 'Password:' => 'Pasahitza:', | |
35 | 'User interface' => 'Itxura', | |
36 | 'Some other settings!' => 'Beste hobespen batzuk!', | |
37 | 'Update time:' => 'Eguneratze denbora:', | |
38 | 'How often we should request updates from the server' => 'Zenbatean bein eguneratu behar da zerbitzaritik', | |
39 | 'Login password (optional):' => 'Sartzeko pasahitza (aukerazkoa):', | |
40 | 'If you want to require a password to see these pages you may specify it here' => | |
41 | 'Orri hauek ikusi ahal izateko pasahitza eskatzea nahi baduzu', | |
42 | 'Theme:' => 'Gaia:', | |
43 | 'Language:' => 'Hizkuntza:', | |
44 | 'Include stop button:' => 'Gehitu gelditzeko botoia:', | |
45 | 'Pagination:' => 'Pajinazioa:', | |
46 | 'Maximum number of entries pr. page. Set to 0 to disable.' => 'Orriko gehienezko fila kopurua. Jarri 0 desgaitzeko', | |
47 | 'Show these fields in the playlist:' => 'Azaldu datu hauek zerrendan:', | |
48 | 'Position' => 'Posizioa', | |
49 | 'Show nonstandard' => 'Bestelakoak', | |
50 | 'Configuration for retrieving metadata. This requires that the machine pitchfork is running on can access the internet.' => | |
51 | 'Metadata lortzeko konfigurazioa. Pitchfork exekutatzen ari den makinak interneterako atzipena behar du', | |
52 | 'Disable metadata:' => 'Desgaitu metadata:', | |
53 | 'Shoutcast integration' => 'Shoutcast integrazioa', | |
54 | 'Optionally specify the URL to the shout stream provided by mpd to enable integration with pitchfork.' => | |
55 | 'Nahi baduzu ezarri shoutstream iturriaren URL helbidea', | |
56 | 'Pitchfork info' => 'Pitchfork info', | |
57 | 'Release version:' => 'Bertsioa:', | |
58 | 'Release date:' => 'Eguneraketa data:', | |
59 | 'Connect to mpd:' => 'MPDra konektatua:', | |
60 | 'Yes' => 'Bai', | |
61 | 'No' => 'Ez', | |
62 | 'MPD commands:' => 'MPD komandoak:', | |
63 | 'Metadata directory:' => 'Metadata direktorioa:', | |
64 | 'Functions:' => 'Funtzioak:', | |
65 | 'PHP memory limit:' => 'PHP memoria limitea:' | |
66 | ); | |
67 | ?> |