| 1 | <?php |
| 2 | /* These files also has to be written in utf-8 */ |
| 3 | |
| 4 | $LANG['en'] = array( |
| 5 | /* index.php */ |
| 6 | 'Quick add' => 'Quick add', |
| 7 | 'Server settings' => 'Server settings', |
| 8 | 'Add playlists or audio-files' => 'Add playlists or audio-files', |
| 9 | 'Add playlist' => 'Add playlist', |
| 10 | 'Save current playlist' => 'Save current playlist', |
| 11 | 'Save playlist' => 'Save playlist', |
| 12 | 'Search current playlist' => 'Search current playlist', |
| 13 | 'Search playlist' => 'Search playlist', |
| 14 | 'Configure' => 'Configure', |
| 15 | 'Start streaming to browser' => 'Start streaming to browser', |
| 16 | 'Streaming' => 'Streaming', |
| 17 | 'Get more information about this song/album' => 'Get more information about this song/album', |
| 18 | 'Song Info' => 'Song Info', |
| 19 | 'Crop to selection' => 'Crop to selection', |
| 20 | 'Remove selection' => 'Remove selection', |
| 21 | 'Open directory' => 'Open directory', |
| 22 | 'Lyrics' => 'Lyrics', |
| 23 | 'Album description' => 'Album description', |
| 24 | 'Album review' => 'Album review', |
| 25 | 'Close' => 'Close', |
| 26 | |
| 27 | /* configure.php */ |
| 28 | 'Pitchfork MPD Client Configuration' => 'Pitchfork MPD Client Configuration', |
| 29 | 'Configure settings' => 'Configure settings', |
| 30 | 'Connection-settings' => 'Connection settings', |
| 31 | 'Where can I find your MPD-server?' => 'Where can I find your MPD server?', |
| 32 | 'Hostname:' => 'Hostname:', |
| 33 | 'Port:' => 'Port:', |
| 34 | 'Password:' => 'Password:', |
| 35 | 'User interface' => 'User interface', |
| 36 | 'Some other settings!' => 'Some other settings!', |
| 37 | 'Update time:' => 'Update time:', |
| 38 | 'How often we should request updates from the server' => 'How often we should request updates from the server', |
| 39 | 'Login password (optional):' => 'Login password (optional):', |
| 40 | 'If you want to require a password to see these pages you may specify it here' => |
| 41 | 'If you want to require a password to see these pages you may specify it here', |
| 42 | 'Theme:' => 'Theme:', |
| 43 | 'Language:' => 'Language:', |
| 44 | 'Include stop button:' => 'Include stop button:', |
| 45 | 'Pagination:' => 'Pagination:', |
| 46 | 'Maximum number of entries pr. page. Set to 0 to disable.' => 'Maximum number of entries pr. page. Set to 0 to disable.', |
| 47 | 'Show these fields in the playlist:' => 'Show these fields in the playlist:', |
| 48 | 'Position' => 'Position', |
| 49 | 'Show nonstandard' => 'Show nonstandard', |
| 50 | 'Configuration for retrieving metadata. This requires that the machine pitchfork is running on can access the internet.' => |
| 51 | 'Configuration for retrieving metadata. This requires that the machine pitchfork is running on can access the internet.', |
| 52 | 'Disable metadata:' => 'Disable metadata:', |
| 53 | 'Shoutcast integration' => 'Shoutcast integration', |
| 54 | 'Optionally specify the URL to the shout stream provided by mpd to enable integration with pitchfork.' => |
| 55 | 'Optionally specify the URL to the shout stream provided by mpd to enable integration with pitchfork.', |
| 56 | 'Pitchfork info' => 'Pitchfork info', |
| 57 | 'Release version:' => 'Release version:', |
| 58 | 'Release date:' => 'Release date:', |
| 59 | 'Connect to mpd:' => 'Connect to mpd:', |
| 60 | 'Yes' => 'Yes', |
| 61 | 'No' => 'No', |
| 62 | 'MPD commands:' => 'MPD commands:', |
| 63 | 'Metadata directory:' => 'Metadata directory:', |
| 64 | 'Functions:' => 'Functions:', |
| 65 | 'PHP memory limit:' => 'PHP memory limit:' |
| 66 | ); |
| 67 | ?> |