]>
Commit | Line | Data |
---|---|---|
1 | <?php | |
2 | /* These files also has to be written in utf-8 */ | |
3 | /* Translated by Christian Fischer (Contact: flyinghuman@web.de) */ | |
4 | ||
5 | $LANG['de'] = array( | |
6 | /* index.php */ | |
7 | 'Quick add' => 'Schnell hinzufügen', | |
8 | 'Server settings' => 'Server Einstellungen', | |
9 | 'Add playlists or audio-files' => 'Füge Playlisten oder Audiodateien hinzu', | |
10 | 'Add playlist' => 'Füge Playlist hinzu', | |
11 | 'Save current playlist' => 'Speichere aktive Playlist', | |
12 | 'Save playlist' => 'Speichere Playlist', | |
13 | 'Search current playlist' => 'Suche in aktiver Playlist', | |
14 | 'Search playlist' => 'Suche in Playlist', | |
15 | 'Configure' => 'Konfigurieren', | |
16 | 'Start streaming to browser' => 'Starte streaming zum Browser', | |
17 | 'Streaming' => 'Streaming', | |
18 | 'Get more information about this song/album' => 'Erhalte mehr Informationen über dieses Lied/Album', | |
19 | 'Song Info' => 'Lied-Infos', | |
20 | 'Crop to selection' => 'Ausgewählte ausschneiden', | |
21 | 'Remove selection' => 'Ausgewählte entfernen', | |
22 | 'Open directory' => 'Verzeichnis öffnen', | |
23 | 'Lyrics' => 'Lyrik', | |
24 | 'Album description' => 'Beschreibung', | |
25 | 'Album review' => 'Bewertung', | |
26 | 'Close' => 'Schließen', | |
27 | ||
28 | /* configure.php */ | |
29 | 'Pitchfork configuration' => 'Pitchfork Einstellungen', | |
30 | 'Pitchfork MPD Client Configuration' => 'Pitchfork MPD-Klient Konfiguration', | |
31 | 'Configure settings' => 'Einstellungen festlegen', | |
32 | 'Connection-settings' => 'Verbindungseinstellungen', | |
33 | 'Where can I find your MPD-server?' => 'Wo kann ich den MPD-Server erreichen?', | |
34 | 'Hostname:' => 'Host:', | |
35 | 'Port:' => 'Port:', | |
36 | 'Password:' => 'Passwort:', | |
37 | 'User interface' => 'Benutzeroberfläche', | |
38 | 'Some other settings!' => 'Sonstige Einstellungen...', | |
39 | 'Update time:' => 'Aktualisierungsintervall:', | |
40 | 'How often we should request updates from the server' => 'Wie oft sollen die Aktualisierungen vom Server geholt werden?', | |
41 | 'Login password (optional):' => 'Login Passwort (optional):', | |
42 | 'If you want to require a password to see these pages you may specify it here' => | |
43 | 'Wenn Sie diese Seite nur durch Eingabe eines Passworts sehen wollen, so geben Sie dies hier ein.', | |
44 | 'Theme:' => 'Thema:', | |
45 | 'Language:' => 'Sprache:', | |
46 | 'Include stop button:' => 'Zeige Stopptaste:', | |
47 | 'Pagination:' => 'Nummerierung:', | |
48 | 'Maximum number of entries pr. page. Set to 0 to disable.' => 'Maximale Anzahl der Einträge auf einer Seite. Auf 0 stellen um dies auszustellen.', | |
49 | 'Show these fields in the playlist:' => 'Diese Felder in der Playlist anzeigen:', | |
50 | 'Position' => 'Position', | |
51 | 'Show nonstandard' => 'Zeige Felder, die nicht Standard sind', | |
52 | 'Configuration for retrieving metadata. This requires that the machine pitchfork is running on can access the internet.' => | |
53 | 'Einstellungen zum empfangen der Metadaten. Dies benötigt eine Internetverbindung auf dem Rechner, wo Pitchfork eingesetzt wird.', | |
54 | 'Disable metadata:' => 'Metadaten nicht benutzen:', | |
55 | 'Shoutcast integration' => 'Shoutcast Integration', | |
56 | 'Optionally specify the URL to the shout stream provided by mpd to enable integration with pitchfork.' => | |
57 | 'Spezifiziere hier optional die URL zu dem Shout-Stream des MPD, um eine Integration in Pitchfork zu ermöglichen.', | |
58 | 'Pitchfork info' => 'Pitchfork Informationen', | |
59 | 'Release version:' => 'Version:', | |
60 | 'Release date:' => 'Datum:', | |
61 | 'Connect to mpd:' => 'Verbindung zum mpd:', | |
62 | 'Yes' => 'Ja', | |
63 | 'No' => 'Nein', | |
64 | 'MPD commands:' => 'MPD Kommandos:', | |
65 | 'Metadata directory:' => 'Metadaten Verzeichnis:', | |
66 | 'Functions:' => 'Funktionen:', | |
67 | 'PHP memory limit:' => 'PHP Speicherlimit:' | |
68 | ); | |
69 | ?> |