diff options
author | pb1dft <pb1dft@ampache> | 2006-11-18 01:35:06 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-11-18 01:35:06 +0000 |
commit | 67a4624f8953e6cba588d2603fdeb6863d000f84 (patch) | |
tree | b2c1db807e72042e9bdd5ab7c463812f9c9f11fc | |
parent | c522a2c1e97518d21e351821c27a9188e0cb3a1d (diff) | |
download | ampache-67a4624f8953e6cba588d2603fdeb6863d000f84.tar.gz ampache-67a4624f8953e6cba588d2603fdeb6863d000f84.tar.bz2 ampache-67a4624f8953e6cba588d2603fdeb6863d000f84.zip |
Rewrote the Dutch Translation Files and some otherminor typos
-rw-r--r-- | admin/catalog.php | 2 | ||||
-rwxr-xr-x | locale/base/merge-messages.sh | 18 | ||||
-rw-r--r-- | locale/base/messages.po | 2577 | ||||
-rw-r--r-- | locale/nl_NL/LC_MESSAGES/messages.mo | bin | 30064 -> 36229 bytes | |||
-rw-r--r-- | locale/nl_NL/LC_MESSAGES/messages.po | 4178 | ||||
-rw-r--r-- | localplay.php | 2 | ||||
-rw-r--r-- | playlist.php | 4 | ||||
-rw-r--r-- | templates/show_search.inc | 2 |
8 files changed, 3780 insertions, 3003 deletions
diff --git a/admin/catalog.php b/admin/catalog.php index bc189220..f8f3fea1 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -116,7 +116,7 @@ switch ($_REQUEST['action']) { $catalog = new Catalog($_REQUEST['catalog_id']); $catalog->delete_catalog(); $next_url = conf('web_path') . '/admin/index.php'; - show_confirmation(_('Catalog Deleted'),_('The Catalog and all assoicated records has been deleted'),$nexturl); + show_confirmation(_('Catalog Deleted'),_('The Catalog and all associated records has been deleted'),$nexturl); break; case 'remove_disabled': if (conf('demo_mode')) { break; } diff --git a/locale/base/merge-messages.sh b/locale/base/merge-messages.sh index a9350174..e4cadbe7 100755 --- a/locale/base/merge-messages.sh +++ b/locale/base/merge-messages.sh @@ -1,12 +1,12 @@ #!/bin/sh -msgmerge ./messages.po ../de_DE/LC_MESSAGES/messages.po --output-file=../de_DE/LC_MESSAGES/messages.po -msgmerge ./messages.po ../es_ES/LC_MESSAGES/messages.po --output-file=../es_ES/LC_MESSAGES/messages.po -msgmerge ./messages.po ../en_GB/LC_MESSAGES/messages.po --output-file=../en_GB/LC_MESSAGES/messages.po -msgmerge ./messages.po ../fr_FR/LC_MESSAGES/messages.po --output-file=../fr_FR/LC_MESSAGES/messages.po -msgmerge ./messages.po ../it_IT/LC_MESSAGES/messages.po --output-file=../it_IT/LC_MESSAGES/messages.po -msgmerge ./messages.po ../nl_NL/LC_MESSAGES/messages.po --output-file=../nl_NL/LC_MESSAGES/messages.po -msgmerge ./messages.po ../tr_TR/LC_MESSAGES/messages.po --output-file=../tr_TR/LC_MESSAGES/messages.po -msgmerge ./messages.po ../zh_CN/LC_MESSAGES/messages.po --output-file=../zh_CN/LC_MESSAGES/messages.po -msgmerge ./messages.po ../ru_RU/LC_MESSAGES/messages.po --output-file=../ru_RU/LC_MESSAGES/messages.po +msgmerge ../de_DE/LC_MESSAGES/messages.po ./messages.po --output-file=../de_DE/LC_MESSAGES/messages.po +msgmerge ../es_ES/LC_MESSAGES/messages.po ./messages.po --output-file=../es_ES/LC_MESSAGES/messages.po +msgmerge ../en_GB/LC_MESSAGES/messages.po ./messages.po --output-file=../en_GB/LC_MESSAGES/messages.po +msgmerge ../fr_FR/LC_MESSAGES/messages.po ./messages.po --output-file=../fr_FR/LC_MESSAGES/messages.po +msgmerge ../it_IT/LC_MESSAGES/messages.po ./messages.po --output-file=../it_IT/LC_MESSAGES/messages.po +msgmerge ../nl_NL/LC_MESSAGES/messages.po ./messages.po --output-file=../nl_NL/LC_MESSAGES/messages.po +msgmerge ../tr_TR/LC_MESSAGES/messages.po ./messages.po --output-file=../tr_TR/LC_MESSAGES/messages.po +msgmerge ../zh_CN/LC_MESSAGES/messages.po ./messages.po --output-file=../zh_CN/LC_MESSAGES/messages.po +msgmerge ../ru_RU/LC_MESSAGES/messages.po ./messages.po --output-file=../ru_RU/LC_MESSAGES/messages.po diff --git a/locale/base/messages.po b/locale/base/messages.po index edfecdb2..62ad5aa8 100644 --- a/locale/base/messages.po +++ b/locale/base/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-11-08 11:13-0800\n" +"POT-Creation-Date: 2006-11-18 00:37+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,8 +16,28 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../play/index.php:58 ../../download/index.php:62 -msgid "Session Expired: please log in again at" +#: ../../lib/class/localplay.class.php:540 ../../templates/show_tv.inc.php:79 +#: ../../templates/show_now_playing.inc:40 +msgid "Now Playing" +msgstr "" + +#: ../../lib/class/localplay.class.php:543 +msgid "Stopped" +msgstr "" + +#: ../../lib/class/localplay.class.php:546 +msgid "Paused" +msgstr "" + +#: ../../lib/class/localplay.class.php:549 ../../lib/class/flag.class.php:266 +#: ../../lib/general.lib.php:871 +#: ../../modules/localplay/mpd.controller.php:337 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "" + +#: ../../lib/class/artist.class.php:221 +msgid "Error: Name Identical" msgstr "" #: ../../lib/class/catalog.class.php:299 ../../lib/class/catalog.class.php:595 @@ -78,8 +98,8 @@ msgstr "" msgid "Album Art Dump Complete" msgstr "" -#: ../../lib/class/catalog.class.php:688 ../../artists.php:67 -#: ../../albums.php:148 +#: ../../lib/class/catalog.class.php:688 ../../albums.php:179 +#: ../../artists.php:67 msgid "Return" msgstr "" @@ -93,8 +113,8 @@ msgstr "" #: ../../lib/class/catalog.class.php:785 ../../lib/class/catalog.class.php:808 #: ../../lib/class/catalog.class.php:948 ../../lib/class/catalog.class.php:978 -#: ../../lib/preferences.php:267 ../../lib/preferences.php:317 -#: ../../lib/ui.lib.php:1228 ../../admin/catalog.php:260 +#: ../../lib/ui.lib.php:1228 ../../lib/preferences.php:267 +#: ../../lib/preferences.php:317 ../../admin/catalog.php:260 msgid "None" msgstr "" @@ -189,7 +209,9 @@ msgid "Cleaning the" msgstr "" #: ../../lib/class/catalog.class.php:1194 -#: ../../lib/class/catalog.class.php:1590 ../../templates/sidebar.inc.php:31 +#: ../../lib/class/catalog.class.php:1590 +#: ../../themes/tangens/templates/sidebar.inc.php:31 +#: ../../templates/sidebar.inc.php:31 msgid "Catalog" msgstr "" @@ -241,6 +263,10 @@ msgstr "" msgid "songs updated." msgstr "" +#: ../../lib/class/genre.class.php:284 +msgid "Show Genres starting with" +msgstr "" + #: ../../lib/class/song.class.php:324 #: ../../templates/show_duplicates.inc.php:37 #: ../../templates/show_edit_song.inc.php:32 @@ -260,7 +286,7 @@ msgstr "" #: ../../lib/class/song.class.php:328 #: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_uploads.inc:39 ../../templates/show_songs.inc:54 +#: ../../templates/show_songs.inc:54 ../../templates/show_uploads.inc:39 msgid "Bitrate" msgstr "" @@ -272,14 +298,14 @@ msgstr "" msgid "Mode" msgstr "" -#: ../../lib/class/song.class.php:340 ../../templates/show_uploads.inc:38 -#: ../../templates/show_mpdpl.inc:55 ../../templates/show_songs.inc:52 +#: ../../lib/class/song.class.php:340 ../../templates/show_mpdpl.inc:55 +#: ../../templates/show_songs.inc:52 ../../templates/show_uploads.inc:38 msgid "Time" msgstr "" #: ../../lib/class/song.class.php:344 -#: ../../templates/show_edit_song.inc.php:62 -#: ../../templates/show_localplay.inc.php:46 ../../templates/show_mpdpl.inc:54 +#: ../../templates/show_localplay_playlist.inc.php:27 +#: ../../templates/show_edit_song.inc.php:62 ../../templates/show_mpdpl.inc:54 #: ../../templates/show_songs.inc:46 ../../templates/show_songs.inc:51 msgid "Track" msgstr "" @@ -289,34 +315,34 @@ msgid "Filesize" msgstr "" #: ../../lib/class/song.class.php:353 -#: ../../templates/show_edit_song.inc.php:46 #: ../../templates/show_get_albumart.inc.php:30 #: ../../templates/show_list_duplicates.inc.php:34 -#: ../../templates/show_uploads.inc:35 ../../templates/show_mpdpl.inc:52 +#: ../../templates/show_edit_song.inc.php:46 #: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:49 ../../templates/show_artists.inc:41 -#: ../../templates/show_artists.inc:63 ../../templates/show_albums.inc:42 -#: ../../templates/show_albums.inc:74 -#: ../../templates/show_similar_artists.inc:30 #: ../../templates/show_search.inc:45 +#: ../../templates/show_similar_artists.inc:30 +#: ../../templates/show_artists.inc:41 ../../templates/show_artists.inc:63 +#: ../../templates/show_mpdpl.inc:52 ../../templates/show_songs.inc:49 +#: ../../templates/show_uploads.inc:35 ../../templates/show_albums.inc:42 +#: ../../templates/show_albums.inc:74 msgid "Artist" msgstr "" #: ../../lib/class/song.class.php:358 -#: ../../templates/show_edit_song.inc.php:38 #: ../../templates/show_get_albumart.inc.php:38 #: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_uploads.inc:36 ../../templates/show_mpdpl.inc:53 +#: ../../templates/show_edit_song.inc.php:38 #: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:50 ../../templates/show_albums.inc:39 -#: ../../templates/show_albums.inc:71 ../../templates/show_search.inc:51 +#: ../../templates/show_search.inc:51 ../../templates/show_mpdpl.inc:53 +#: ../../templates/show_songs.inc:50 ../../templates/show_uploads.inc:36 +#: ../../templates/show_albums.inc:39 ../../templates/show_albums.inc:71 msgid "Album" msgstr "" #: ../../lib/class/song.class.php:362 #: ../../templates/show_edit_song.inc.php:68 -#: ../../templates/show_albums.inc:46 ../../templates/show_albums.inc:78 -#: ../../templates/show_search.inc:61 +#: ../../templates/show_search.inc:61 ../../templates/show_albums.inc:46 +#: ../../templates/show_albums.inc:78 msgid "Year" msgstr "" @@ -327,19 +353,15 @@ msgid "Comment" msgstr "" #: ../../lib/class/song.class.php:371 ../../lib/ui.lib.php:885 -#: ../../templates/sidebar.inc.php:38 +#: ../../themes/tangens/templates/sidebar.inc.php:37 +#: ../../templates/show_genres.inc.php:37 ../../templates/sidebar.inc.php:38 #: ../../templates/show_edit_song.inc.php:54 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:37 ../../templates/show_uploads.inc:37 +#: ../../templates/show_genre.inc.php:29 ../../templates/show_search.inc:55 #: ../../templates/show_mpdpl.inc:56 ../../templates/show_songs.inc:55 -#: ../../templates/show_search.inc:55 +#: ../../templates/show_uploads.inc:37 msgid "Genre" msgstr "" -#: ../../lib/class/artist.class.php:221 -msgid "Error: Name Identical" -msgstr "" - #: ../../lib/class/flag.class.php:241 msgid "Approved" msgstr "" @@ -348,11 +370,12 @@ msgstr "" msgid "Pending" msgstr "" -#: ../../lib/class/flag.class.php:254 ../../templates/show_flag.inc.php:59 +#: ../../lib/class/flag.class.php:254 #: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:51 -#: ../../templates/show_localplay.inc.php:59 -#: ../../templates/show_uploads.inc:53 ../../templates/catalog.inc:67 +#: ../../templates/show_flag.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:44 +#: ../../templates/show_admin_tools.inc.php:51 ../../templates/catalog.inc:67 +#: ../../templates/show_uploads.inc:53 msgid "Delete" msgstr "" @@ -368,32 +391,43 @@ msgstr "" msgid "Other" msgstr "" -#: ../../lib/class/flag.class.php:266 ../../lib/class/localplay.class.php:549 -#: ../../lib/general.lib.php:871 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:334 -msgid "Unknown" +#: ../../lib/class/album.class.php:151 +msgid "Various" msgstr "" -#: ../../lib/class/localplay.class.php:540 -#: ../../templates/show_now_playing.inc:40 -msgid "Now Playing" +#: ../../lib/general.lib.php:652 ../../stats.php:50 ../../stats.php:62 +#: ../../stats.php:74 +msgid "Not Enough Data" msgstr "" -#: ../../lib/class/localplay.class.php:543 -msgid "Stopped" +#: ../../lib/general.lib.php:851 ../../lib/general.lib.php:862 +msgid "English" msgstr "" -#: ../../lib/class/localplay.class.php:546 -msgid "Paused" +#: ../../lib/general.lib.php:863 +msgid "British English" msgstr "" -#: ../../lib/class/album.class.php:151 -msgid "Various" +#: ../../lib/general.lib.php:868 +msgid "Turkish" msgstr "" -#: ../../lib/class/genre.class.php:284 -msgid "Show Genres starting with" +#: ../../lib/general.lib.php:869 +msgid "Simplified Chinese" +msgstr "" + +#: ../../lib/general.lib.php:947 ../../templates/show_mpdplay.inc:94 +#: ../../templates/show_mpdplay.inc:106 +msgid "On" +msgstr "" + +#: ../../lib/general.lib.php:950 ../../templates/show_mpdplay.inc:95 +#: ../../templates/show_mpdplay.inc:107 +msgid "Off" +msgstr "" + +#: ../../lib/playlist.lib.php:74 +msgid "No songs in this playlist." msgstr "" #: ../../lib/rating.lib.php:43 @@ -424,84 +458,44 @@ msgstr "" msgid "Off the Charts!" msgstr "" -#: ../../lib/preferences.php:256 ../../templates/show_songs.inc:139 -msgid "Enable" -msgstr "" - -#: ../../lib/preferences.php:257 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_songs.inc:137 -msgid "Disable" -msgstr "" - -#: ../../lib/preferences.php:269 -#: ../../templates/show_localplay_switch.inc.php:2 -msgid "Stream" -msgstr "" - -#: ../../lib/preferences.php:272 -msgid "Downsample" -msgstr "" - -#: ../../lib/preferences.php:275 -msgid "Democratic" -msgstr "" - -#: ../../lib/preferences.php:278 ../../templates/sidebar.inc.php:182 -#: ../../templates/show_localplay_switch.inc.php:5 -#: ../../templates/show_localplay.inc.php:27 -msgid "Localplay" -msgstr "" - -#: ../../lib/preferences.php:280 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:287 -msgid "M3U" -msgstr "" - -#: ../../lib/preferences.php:288 -msgid "Simple M3U" -msgstr "" - -#: ../../lib/preferences.php:289 -msgid "PLS" -msgstr "" - -#: ../../lib/preferences.php:290 -msgid "Asx" +#: ../../lib/debug.lib.php:218 +msgid "" +"You defined the option \"debug = on\" but didn't define a log path for the " +"log to be stored" msgstr "" -#: ../../lib/preferences.php:291 -msgid "RAM" +#: ../../lib/upload.php:231 +msgid "The file uploaded successfully" msgstr "" -#: ../../lib/preferences.php:292 -msgid "XSPF" +#: ../../lib/upload.php:232 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" msgstr "" -#: ../../lib/preferences.php:324 -msgid "Disabled" +#: ../../lib/upload.php:233 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" msgstr "" -#: ../../lib/preferences.php:325 -msgid "Global" +#: ../../lib/upload.php:234 +msgid "The uploaded file was only partially uploaded" msgstr "" -#: ../../lib/preferences.php:326 -msgid "Full" +#: ../../lib/upload.php:235 +msgid "No file was uploaded" msgstr "" -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." +#: ../../lib/upload.php:236 +msgid "Missing a temporary folder" msgstr "" #: ../../lib/ui.lib.php:115 msgid "Error Access Denied" msgstr "" -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:92 +#: ../../lib/ui.lib.php:194 ../../themes/tangens/templates/sidebar.inc.php:86 +#: ../../templates/sidebar.inc.php:92 msgid "Browse" msgstr "" @@ -513,48 +507,49 @@ msgstr "" msgid "Show all" msgstr "" -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:79 +#: ../../lib/ui.lib.php:580 ../../admin/mail.php:80 msgid "No Catalogs Found!" msgstr "" -#: ../../lib/ui.lib.php:581 ../../admin/mail.php:80 -#: ../../templates/show_admin_tools.inc.php:68 +#: ../../lib/ui.lib.php:581 ../../admin/mail.php:81 #: ../../templates/show_add_catalog.inc.php:28 +#: ../../templates/show_admin_tools.inc.php:68 msgid "Add a Catalog" msgstr "" -#: ../../lib/ui.lib.php:582 ../../admin/mail.php:81 +#: ../../lib/ui.lib.php:582 ../../admin/mail.php:82 #: ../../templates/show_mail_users.inc.php:41 #: ../../templates/show_local_catalog_info.inc.php:23 msgid "Catalog Statistics" msgstr "" -#: ../../lib/ui.lib.php:618 ../../admin/mail.php:118 +#: ../../lib/ui.lib.php:618 ../../admin/mail.php:119 msgid "day" msgstr "" -#: ../../lib/ui.lib.php:618 ../../admin/mail.php:118 +#: ../../lib/ui.lib.php:618 ../../admin/mail.php:119 msgid "days" msgstr "" -#: ../../lib/ui.lib.php:620 ../../admin/mail.php:120 +#: ../../lib/ui.lib.php:620 ../../admin/mail.php:121 msgid "hour" msgstr "" -#: ../../lib/ui.lib.php:620 ../../admin/mail.php:120 +#: ../../lib/ui.lib.php:620 ../../admin/mail.php:121 msgid "hours" msgstr "" -#: ../../lib/ui.lib.php:824 ../../templates/sidebar.inc.php:52 +#: ../../lib/ui.lib.php:824 ../../themes/tangens/templates/sidebar.inc.php:62 +#: ../../templates/show_tv.inc.php:57 ../../templates/sidebar.inc.php:52 msgid "Home" msgstr "" -#: ../../lib/ui.lib.php:827 ../../templates/sidebar.inc.php:111 -#: ../../templates/show_upload.inc:53 +#: ../../lib/ui.lib.php:827 ../../themes/tangens/templates/sidebar.inc.php:102 +#: ../../templates/sidebar.inc.php:111 ../../templates/show_upload.inc:53 msgid "Upload" msgstr "" -#: ../../lib/ui.lib.php:830 +#: ../../lib/ui.lib.php:830 ../../themes/tangens/templates/sidebar.inc.php:110 msgid "Local Play" msgstr "" @@ -566,13 +561,16 @@ msgstr "" msgid "Playlist" msgstr "" -#: ../../lib/ui.lib.php:839 ../../templates/show_duplicates.inc.php:56 +#: ../../lib/ui.lib.php:839 ../../themes/tangens/templates/sidebar.inc.php:114 +#: ../../themes/tangens/templates/sidebar.inc.php:120 +#: ../../templates/show_duplicates.inc.php:56 #: ../../templates/sidebar.inc.php:130 ../../templates/sidebar.inc.php:136 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:131 +#: ../../templates/show_search.inc:131 ../../templates/show_search_bar.inc:31 msgid "Search" msgstr "" -#: ../../lib/ui.lib.php:842 ../../templates/sidebar.inc.php:84 +#: ../../lib/ui.lib.php:842 ../../themes/tangens/templates/sidebar.inc.php:83 +#: ../../templates/sidebar.inc.php:84 msgid "Preferences" msgstr "" @@ -604,18 +602,22 @@ msgstr "" msgid "Browse Music" msgstr "" -#: ../../lib/ui.lib.php:877 ../../admin/mail.php:132 -#: ../../templates/sidebar.inc.php:36 ../../templates/sidebar.inc.php:170 -#: ../../templates/show_genre.inc.php:32 +#: ../../lib/ui.lib.php:877 ../../admin/mail.php:133 +#: ../../themes/tangens/templates/sidebar.inc.php:35 +#: ../../themes/tangens/templates/sidebar.inc.php:153 #: ../../templates/show_local_catalog_info.inc.php:34 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:66 +#: ../../templates/sidebar.inc.php:36 ../../templates/sidebar.inc.php:170 +#: ../../templates/show_genre.inc.php:32 ../../templates/show_artists.inc:44 +#: ../../templates/show_artists.inc:66 msgid "Albums" msgstr "" -#: ../../lib/ui.lib.php:881 ../../admin/mail.php:133 +#: ../../lib/ui.lib.php:881 ../../admin/mail.php:134 +#: ../../themes/tangens/templates/sidebar.inc.php:36 +#: ../../themes/tangens/templates/sidebar.inc.php:152 +#: ../../templates/show_local_catalog_info.inc.php:38 #: ../../templates/sidebar.inc.php:37 ../../templates/sidebar.inc.php:169 #: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:38 msgid "Artists" msgstr "" @@ -623,113 +625,107 @@ msgstr "" msgid "Statistics" msgstr "" -#: ../../lib/ui.lib.php:934 ../../templates/sidebar.inc.php:162 +#: ../../lib/ui.lib.php:934 ../../themes/tangens/templates/sidebar.inc.php:145 +#: ../../templates/sidebar.inc.php:162 #: ../../templates/show_admin_tools.inc.php:49 -#: ../../templates/show_artists.inc:56 ../../templates/show_random_play.inc:41 -#: ../../templates/show_add_access.inc:60 ../../templates/show_albums.inc:61 -#: ../../templates/show_edit_access.inc:69 +#: ../../templates/show_edit_access.inc:69 ../../templates/show_artists.inc:56 +#: ../../templates/show_albums.inc:61 ../../templates/show_add_access.inc:60 +#: ../../templates/show_random_play.inc:41 msgid "All" msgstr "" -#: ../../lib/general.lib.php:652 ../../stats.php:50 ../../stats.php:62 -#: ../../stats.php:74 -msgid "Not Enough Data" +#: ../../lib/preferences.php:256 ../../templates/show_songs.inc:139 +msgid "Enable" msgstr "" -#: ../../lib/general.lib.php:851 ../../lib/general.lib.php:862 -msgid "English" +#: ../../lib/preferences.php:257 +#: ../../templates/show_list_duplicates.inc.php:32 +#: ../../templates/show_songs.inc:137 +msgid "Disable" msgstr "" -#: ../../lib/general.lib.php:863 -msgid "British English" +#: ../../lib/preferences.php:269 +#: ../../templates/show_localplay_switch.inc.php:2 +msgid "Stream" msgstr "" -#: ../../lib/general.lib.php:868 -msgid "Turkish" +#: ../../lib/preferences.php:272 +msgid "Downsample" msgstr "" -#: ../../lib/general.lib.php:869 -msgid "Simplified Chinese" +#: ../../lib/preferences.php:275 +msgid "Democratic" msgstr "" -#: ../../lib/general.lib.php:947 ../../templates/show_mpdplay.inc:94 -#: ../../templates/show_mpdplay.inc:106 -msgid "On" +#: ../../lib/preferences.php:278 +#: ../../templates/show_localplay_switch.inc.php:5 +#: ../../templates/show_localplay.inc.php:26 +#: ../../templates/sidebar.inc.php:182 +msgid "Localplay" msgstr "" -#: ../../lib/general.lib.php:950 ../../templates/show_mpdplay.inc:95 -#: ../../templates/show_mpdplay.inc:107 -msgid "Off" +#: ../../lib/preferences.php:280 +msgid "XSPF Player" msgstr "" -#: ../../lib/upload.php:231 -msgid "The file uploaded successfully" +#: ../../lib/preferences.php:287 +msgid "M3U" msgstr "" -#: ../../lib/upload.php:232 -msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +#: ../../lib/preferences.php:288 +msgid "Simple M3U" msgstr "" -#: ../../lib/upload.php:233 -msgid "" -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " -"the HTML form" +#: ../../lib/preferences.php:289 +msgid "PLS" msgstr "" -#: ../../lib/upload.php:234 -msgid "The uploaded file was only partially uploaded" +#: ../../lib/preferences.php:290 +msgid "Asx" msgstr "" -#: ../../lib/upload.php:235 -msgid "No file was uploaded" +#: ../../lib/preferences.php:291 +msgid "RAM" msgstr "" -#: ../../lib/upload.php:236 -msgid "Missing a temporary folder" +#: ../../lib/preferences.php:292 +msgid "XSPF" msgstr "" -#: ../../lib/debug.lib.php:218 -msgid "" -"You defined the option \"debug = on\" but didn't define a log path for the " -"log to be stored" +#: ../../lib/preferences.php:324 +msgid "Disabled" msgstr "" -#: ../../modules/horde/Browser.php:867 -msgid "file" +#: ../../lib/preferences.php:325 +msgid "Global" msgstr "" -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." +#: ../../lib/preferences.php:326 +msgid "Full" msgstr "" -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" +#: ../../localplay.php:50 ../../localplay.php:58 +msgid "Song(s) Removed from Playlist" msgstr "" -#: ../../modules/horde/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." +#: ../../localplay.php:77 +msgid "Localplay Init Failed" msgstr "" -#: ../../modules/horde/Browser.php:901 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was larger than the maximum " -"allowed size (%d bytes)." +#: ../../play/index.php:58 ../../download/index.php:62 +msgid "Session Expired: please log in again at" msgstr "" -#: ../../modules/horde/Browser.php:903 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was only partially uploaded." +#: ../../update.php:74 +msgid "Ampache Update" msgstr "" -#: ../../modules/admin.php:45 -msgid "Manage Users" +#: ../../ratings.php:33 +msgid "Rating Updated" msgstr "" -#: ../../modules/admin.php:47 -msgid "Add a new user" +#: ../../ratings.php:33 +msgid "Your rating for this object has been updated" msgstr "" #: ../../admin/catalog.php:62 ../../admin/catalog.php:82 @@ -806,40 +802,41 @@ msgstr "" msgid "Album Art Search Finished" msgstr "" -#: ../../admin/flag.php:98 -msgid "Song Updated" +#: ../../admin/system.php:120 +msgid "Export Failed" msgstr "" -#: ../../admin/flag.php:98 -msgid "The requested song has been updated" -msgstr "" - -#: ../../admin/flag.php:106 -msgid "Flag Removed" +#: ../../admin/mail.php:131 ../../templates/show_local_catalog_info.inc.php:26 +msgid "Total Users" msgstr "" -#: ../../admin/flag.php:107 -msgid "Flag Removed from" +#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:30 +msgid "Connected Users" msgstr "" -#: ../../admin/flag.php:125 -msgid "Songs Disabled" +#: ../../admin/mail.php:135 ../../themes/tangens/templates/sidebar.inc.php:150 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_local_catalog_info.inc.php:42 +#: ../../templates/sidebar.inc.php:167 ../../templates/show_genre.inc.php:38 +#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:65 +#: ../../templates/show_albums.inc:44 ../../templates/show_albums.inc:76 +msgid "Songs" msgstr "" -#: ../../admin/flag.php:125 -msgid "The requested song(s) have been disabled" +#: ../../admin/mail.php:136 ../../templates/show_local_catalog_info.inc.php:46 +msgid "Catalog Size" msgstr "" -#: ../../admin/flag.php:136 -msgid "Songs Enabled" +#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:50 +msgid "Catalog Time" msgstr "" -#: ../../admin/flag.php:136 -msgid "The requested song(s) have been enabled" +#: ../../admin/mail.php:219 +msgid "E-mail Sent" msgstr "" -#: ../../admin/flag.php:141 -msgid "Flagged Records" +#: ../../admin/mail.php:220 +msgid "Your E-mail was successfully sent." msgstr "" #: ../../admin/access.php:42 @@ -874,1343 +871,1405 @@ msgstr "" msgid "Access List Entry updated" msgstr "" -#: ../../admin/users.php:65 ../../admin/users.php:112 -msgid "Error Username Required" +#: ../../admin/flag.php:98 +msgid "Song Updated" msgstr "" -#: ../../admin/users.php:68 ../../admin/users.php:108 -msgid "Error Passwords don't match" +#: ../../admin/flag.php:98 +msgid "The requested song has been updated" msgstr "" -#: ../../admin/users.php:117 ../../register.php:137 -msgid "Error Username already exists" +#: ../../admin/flag.php:106 +msgid "Flag Removed" msgstr "" -#: ../../admin/users.php:139 -msgid "Deletion Request" +#: ../../admin/flag.php:107 +msgid "Flag Removed from" msgstr "" -#: ../../admin/users.php:140 -msgid "Are you sure you want to permanently delete" +#: ../../admin/flag.php:125 +msgid "Songs Disabled" msgstr "" -#: ../../admin/users.php:145 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:76 -msgid "No" +#: ../../admin/flag.php:125 +msgid "The requested song(s) have been disabled" msgstr "" -#: ../../admin/users.php:147 -msgid "User Deleted" +#: ../../admin/flag.php:136 +msgid "Songs Enabled" msgstr "" -#: ../../admin/users.php:150 -msgid "Delete Error" +#: ../../admin/flag.php:136 +msgid "The requested song(s) have been enabled" msgstr "" -#: ../../admin/users.php:150 -msgid "Unable to delete last Admin User" +#: ../../admin/flag.php:141 +msgid "Flagged Records" msgstr "" -#: ../../admin/mail.php:130 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Total Users" +#: ../../admin/modules.php:41 +msgid "Module Activated" msgstr "" -#: ../../admin/mail.php:131 ../../templates/show_local_catalog_info.inc.php:30 -msgid "Connected Users" +#: ../../admin/modules.php:48 +msgid "Are you sure you want to remove this module?" msgstr "" -#: ../../admin/mail.php:134 ../../templates/sidebar.inc.php:167 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:42 -#: ../../templates/show_genres.inc.php:38 ../../templates/show_artists.inc:43 -#: ../../templates/show_artists.inc:65 ../../templates/show_albums.inc:44 -#: ../../templates/show_albums.inc:76 -msgid "Songs" +#: ../../admin/modules.php:56 +msgid "Module Deactivated" msgstr "" -#: ../../admin/mail.php:135 ../../templates/show_local_catalog_info.inc.php:46 -msgid "Catalog Size" +#: ../../admin/users.php:65 ../../admin/users.php:112 +msgid "Error Username Required" msgstr "" -#: ../../admin/mail.php:136 ../../templates/show_local_catalog_info.inc.php:50 -msgid "Catalog Time" +#: ../../admin/users.php:68 ../../admin/users.php:108 +msgid "Error Passwords don't match" msgstr "" -#: ../../admin/mail.php:218 -msgid "E-mail Sent" +#: ../../admin/users.php:117 ../../register.php:138 +msgid "Error Username already exists" msgstr "" -#: ../../admin/mail.php:219 -msgid "Your E-mail was successfully sent." +#: ../../admin/users.php:139 +msgid "Deletion Request" msgstr "" -#: ../../admin/modules.php:41 -msgid "Module Activated" +#: ../../admin/users.php:140 +msgid "Are you sure you want to permanently delete" msgstr "" -#: ../../admin/modules.php:48 -msgid "Are you sure you want to remove this module?" +#: ../../admin/users.php:145 ../../templates/show_confirm_action.inc.php:29 +#: ../../templates/show_search.inc:76 +msgid "No" msgstr "" -#: ../../admin/modules.php:56 -msgid "Module Deactivated" +#: ../../admin/users.php:147 +msgid "User Deleted" msgstr "" -#: ../../templates/show_flag.inc.php:42 -msgid "Flag song" +#: ../../admin/users.php:150 +msgid "Delete Error" msgstr "" -#: ../../templates/show_flag.inc.php:43 -msgid "" -"Flag the following song as having one of the problems listed below. Site " -"admins will then take the appropriate action for the flagged files." +#: ../../admin/users.php:150 +msgid "Unable to delete last Admin User" msgstr "" -#: ../../templates/show_flag.inc.php:48 -#: ../../templates/show_edit_song.inc.php:28 -msgid "File" +#: ../../browse.php:48 ../../albums.php:196 +msgid "Show Albums starting with" msgstr "" -#: ../../templates/show_flag.inc.php:52 -msgid "Item" +#: ../../browse.php:78 ../../artists.php:200 ../../artists.php:222 +msgid "Show Artists starting with" msgstr "" -#: ../../templates/show_flag.inc.php:56 -msgid "Reason to flag" +#: ../../browse.php:123 +msgid "Show Titles Starting With" msgstr "" -#: ../../templates/show_flag.inc.php:60 -msgid "Incorrect Tags" +#: ../../albums.php:42 +msgid "Album Art Cleared" msgstr "" -#: ../../templates/show_flag.inc.php:73 -#: ../../templates/show_flagged.inc.php:29 ../../templates/show_songs.inc:133 -msgid "Flag" +#: ../../albums.php:42 +msgid "Album Art information has been removed from the database" msgstr "" -#: ../../templates/show_install_account.inc.php:35 -#: ../../templates/show_install_lang.inc.php:9 -#: ../../templates/show_install_config.inc:35 -#: ../../templates/show_install.inc:9 -msgid "Ampache Installation" +#: ../../albums.php:71 +msgid "No Amazon Developer Key set, amazon album art searching will not work" msgstr "" -#: ../../templates/show_install_account.inc.php:42 -#: ../../templates/show_install_lang.inc.php:16 -#: ../../templates/show_install_config.inc:41 -#: ../../templates/show_install.inc:17 -msgid "" -"This Page handles the installation of the Ampache database and the creation " -"of the ampache.cfg.php file. Before you continue please make sure that you " -"have the following pre-requisites" +#: ../../albums.php:105 ../../albums.php:138 +msgid "Album Art Not Located" msgstr "" -#: ../../templates/show_install_account.inc.php:45 -#: ../../templates/show_install_lang.inc.php:19 -#: ../../templates/show_install_config.inc:44 -#: ../../templates/show_install.inc:20 +#: ../../albums.php:105 msgid "" -"A MySQL Server with a username and password that can create/modify databases" +"Album Art could not be located at this time. This may be due to Amazon being " +"busy, or the album not being present in their collection." msgstr "" -#: ../../templates/show_install_account.inc.php:46 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" +#: ../../albums.php:135 ../../albums.php:163 +msgid "Album Art Inserted" msgstr "" -#: ../../templates/show_install_account.inc.php:48 -#: ../../templates/show_install_lang.inc.php:22 -#: ../../templates/show_install_config.inc:47 -#: ../../templates/show_install.inc:23 +#: ../../albums.php:138 msgid "" -"Once you have ensured that you have the above requirements please fill out " -"the information below. You will only be asked for the required config " -"values. If you would like to make changes to your ampache install at a later " -"date simply edit /config/ampache.cfg.php" +"Album Art could not be located at this time. This may be due to write acces " +"error, or the file is not received corectly." msgstr "" -#: ../../templates/show_install_account.inc.php:52 -#: ../../templates/show_install_config.inc:51 -#: ../../templates/show_install.inc:28 -msgid "Step 1 - Creating and Inserting the Ampache Database" +#: ../../albums.php:173 ../../artists.php:61 +msgid "Starting Update from Tags" msgstr "" -#: ../../templates/show_install_account.inc.php:53 -msgid "Step 2 - Creating the ampache.cfg.php file" +#: ../../albums.php:178 ../../artists.php:66 +msgid "Update From Tags Complete" msgstr "" -#: ../../templates/show_install_account.inc.php:54 -#: ../../templates/show_install_config.inc:56 -#: ../../templates/show_install.inc:33 -msgid "Step 3 - Setup Initial Account" +#: ../../login.php:80 +msgid "User Disabled please contact Admin" msgstr "" -#: ../../templates/show_install_account.inc.php:56 -msgid "" -"This step creates your initial Ampache admin account. Once your admin " -"account has been created you will be directed to the login page" +#: ../../login.php:94 +msgid "Unable to create new account" msgstr "" -#: ../../templates/show_install_account.inc.php:59 -msgid "Create Admin Account" +#: ../../login.php:103 +msgid "No local account found" msgstr "" -#: ../../templates/show_install_account.inc.php:64 -#: ../../templates/show_user_registration.inc.php:99 -#: ../../templates/show_users_info.inc.php:27 -#: ../../templates/show_edit_user.inc.php:40 ../../templates/show_users.inc:44 -msgid "Username" +#: ../../login.php:174 +msgid "Message of the Day" msgstr "" -#: ../../templates/show_install_account.inc.php:68 -#: ../../templates/show_user_registration.inc.php:127 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" +#: ../../activate.php:44 +msgid "No user with this name registered" msgstr "" -#: ../../templates/show_install_account.inc.php:73 -msgid "Create Account" +#: ../../activate.php:48 +msgid "The validation key used isn't correct." msgstr "" -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:118 -msgid "Playlists" +#: ../../activate.php:53 +msgid "User activated" msgstr "" -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" +#: ../../activate.php:53 +msgid "This User ID is activated and can be used" msgstr "" -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" +#: ../../modules/horde/Browser.php:867 +msgid "file" msgstr "" -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." msgstr "" -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:31 ../../templates/show_album.inc:55 -msgid "Actions" +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" msgstr "" -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:66 -msgid "View" +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." msgstr "" -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_users_info.inc.php:46 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_songs.inc:135 ../../templates/show_access_list.inc:72 -msgid "Edit" +#: ../../modules/horde/Browser.php:901 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was larger than the maximum " +"allowed size (%d bytes)." msgstr "" -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_genres.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:37 -#: ../../templates/show_artists.inc:55 ../../templates/show_random_play.inc:82 -#: ../../templates/show_albums.inc:60 ../../templates/show_mpdplay.inc:55 -#: ../../templates/show_artist.inc:63 -msgid "Play" +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." msgstr "" -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:147 -#: ../../templates/show_localplay_status.inc.php:68 -#: ../../templates/show_artists.inc:57 ../../templates/show_albums.inc:62 -#: ../../templates/show_mpdplay.inc:101 -msgid "Random" +#: ../../modules/admin.php:45 +msgid "Manage Users" msgstr "" -#: ../../templates/show_playlists.inc.php:66 -#: ../../templates/show_songs.inc:143 ../../templates/show_album.inc:66 -#: ../../templates/show_random_play.inc:84 ../../templates/show_albums.inc:64 -#: ../../templates/show_artist.inc:65 -msgid "Download" +#: ../../modules/admin.php:47 +msgid "Add a new user" msgstr "" -#: ../../templates/show_playlists.inc.php:75 -msgid "No Playlists Found" +#: ../../index.php:63 ../../templates/show_mail_users.inc.php:45 +#: ../../templates/show_all_popular.inc.php:30 +msgid "Most Popular Albums" msgstr "" -#: ../../templates/show_duplicates.inc.php:25 -msgid "Find Duplicates" +#: ../../index.php:74 ../../templates/show_mail_users.inc.php:56 +#: ../../templates/show_all_popular.inc.php:27 +msgid "Most Popular Artists" msgstr "" -#: ../../templates/show_duplicates.inc.php:29 -msgid "Search Type" +#: ../../index.php:81 ../../templates/show_mail_users.inc.php:67 +#: ../../templates/show_all_popular.inc.php:40 +msgid "Most Popular Songs" msgstr "" -#: ../../templates/show_duplicates.inc.php:43 -msgid "Artist and Title" +#: ../../index.php:91 ../../templates/show_all_recent.inc.php:27 +msgid "Newest Artist Additions" msgstr "" -#: ../../templates/show_duplicates.inc.php:48 -msgid "Artist, Album and Title" +#: ../../index.php:98 ../../templates/show_all_recent.inc.php:30 +msgid "Newest Album Additions" msgstr "" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:75 -msgid "Yes" +#: ../../upload.php:98 +msgid "Upload Quarantined" msgstr "" -#: ../../templates/show_playlist_edit.inc.php:27 -msgid "Editing Playlist" +#: ../../upload.php:98 +msgid "Your Upload(s) have been quarantined and will be reviewed for addition" msgstr "" -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_user.inc.php:25 -#: ../../templates/show_localplay.inc.php:47 -#: ../../templates/show_edit_catalog.inc.php:27 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_add_access.inc:30 -#: ../../templates/show_access_list.inc:50 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" +#: ../../upload.php:151 +msgid "Files Uploaded" msgstr "" -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:51 -#: ../../templates/show_access_list.inc:56 -msgid "Type" +#: ../../upload.php:151 +msgid "Your Upload(s) have been inserted into Ampache and are now live" msgstr "" -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" +#: ../../upload.php:161 +msgid "Upload Added" msgstr "" -#: ../../templates/show_playlist_edit.inc.php:40 -msgid "Private" +#: ../../upload.php:161 +msgid "" +"The Upload has been scheduled for a catalog add, please run command line " +"script to add file" msgstr "" -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -msgid "Update" +#: ../../upload.php:172 +msgid "Upload Deleted" +msgstr "" + +#: ../../upload.php:172 +msgid "" +"The Upload has been scheduled for deletion, please run command line script " +"to permently delete this file" +msgstr "" + +#: ../../flag.php:46 +msgid "Item Flagged" msgstr "" +#: ../../flag.php:46 +msgid "The specified item has been flagged" +msgstr "" + +#: ../../themes/tangens/templates/sidebar.inc.php:29 #: ../../templates/sidebar.inc.php:29 msgid "Users" msgstr "" +#: ../../themes/tangens/templates/sidebar.inc.php:30 #: ../../templates/sidebar.inc.php:30 msgid "Mail Users" msgstr "" +#: ../../themes/tangens/templates/sidebar.inc.php:32 #: ../../templates/sidebar.inc.php:32 msgid "Site Preferences" msgstr "" +#: ../../themes/tangens/templates/sidebar.inc.php:33 #: ../../templates/sidebar.inc.php:33 msgid "Access List" msgstr "" -#: ../../templates/sidebar.inc.php:34 ../../templates/show_modules.inc.php:33 -msgid "Modules" -msgstr "" - -#: ../../templates/sidebar.inc.php:39 -msgid "Song Title" -msgstr "" - +#: ../../themes/tangens/templates/sidebar.inc.php:38 #: ../../templates/sidebar.inc.php:40 msgid "Lists" msgstr "" +#: ../../themes/tangens/templates/sidebar.inc.php:66 #: ../../templates/sidebar.inc.php:65 #: ../../templates/show_preference_admin.inc.php:39 msgid "Admin" msgstr "" +#: ../../themes/tangens/templates/sidebar.inc.php:106 +#: ../../templates/show_playlists.inc.php:28 +#: ../../templates/sidebar.inc.php:118 +msgid "Playlists" +msgstr "" + +#: ../../themes/tangens/templates/sidebar.inc.php:129 +#: ../../templates/show_localplay_status.inc.php:68 +#: ../../templates/show_playlists.inc.php:63 +#: ../../templates/sidebar.inc.php:147 ../../templates/show_artists.inc:57 +#: ../../templates/show_mpdplay.inc:101 ../../templates/show_albums.inc:62 +msgid "Random" +msgstr "" + +#: ../../themes/tangens/templates/sidebar.inc.php:151 #: ../../templates/sidebar.inc.php:168 msgid "Minutes" msgstr "" +#: ../../themes/tangens/templates/sidebar.inc.php:154 #: ../../templates/sidebar.inc.php:171 msgid "Less Played" msgstr "" +#: ../../themes/tangens/templates/sidebar.inc.php:158 #: ../../templates/sidebar.inc.php:176 msgid "Enqueue" msgstr "" -#: ../../templates/sidebar.inc.php:201 -msgid "Democratic View" -msgstr "" - +#: ../../themes/tangens/templates/sidebar.inc.php:163 #: ../../templates/sidebar.inc.php:205 msgid "Logout" msgstr "" -#: ../../templates/show_admin_tools.inc.php:28 -msgid "Catalogs" +#: ../../search.php:47 +msgid "Error: No Keyword Entered" msgstr "" -#: ../../templates/show_admin_tools.inc.php:32 -#: ../../templates/show_modules.inc.php:37 -#: ../../templates/show_users_info.inc.php:30 -#: ../../templates/show_genres.inc.php:39 -#: ../../templates/show_flagged.inc.php:31 -#: ../../templates/show_localplay.inc.php:48 -#: ../../templates/show_uploads.inc:32 ../../templates/show_mpdpl.inc:57 -#: ../../templates/show_songs.inc:56 ../../templates/show_artists.inc:45 -#: ../../templates/show_artists.inc:67 ../../templates/show_albums.inc:48 -#: ../../templates/show_albums.inc:80 ../../templates/show_access_list.inc:57 -#: ../../templates/show_artist.inc:40 -msgid "Action" +#: ../../playlist.php:46 +msgid "Playlist Deleted" msgstr "" -#: ../../templates/show_admin_tools.inc.php:43 -#: ../../templates/show_uploads.inc:51 -msgid "Add" +#: ../../playlist.php:46 +msgid "The Requested Playlist has been deleted" msgstr "" -#: ../../templates/show_admin_tools.inc.php:45 -msgid "Verify" +#: ../../playlist.php:56 +msgid "Are you sure you want to delete this playlist" msgstr "" -#: ../../templates/show_admin_tools.inc.php:47 -msgid "Clean" +#: ../../playlist.php:57 +msgid "Confirm Action" msgstr "" -#: ../../templates/show_admin_tools.inc.php:58 -msgid "No Catalogs Found" +#: ../../playlist.php:63 +msgid "New Playlist" msgstr "" -#: ../../templates/show_admin_tools.inc.php:64 -msgid "Clean All" +#: ../../playlist.php:117 +msgid "Playlist Created" msgstr "" -#: ../../templates/show_admin_tools.inc.php:65 -msgid "Verify All" +#: ../../playlist.php:117 +msgid " has been created" msgstr "" -#: ../../templates/show_admin_tools.inc.php:66 -msgid "Add to All" +#: ../../playlist.php:126 +msgid "Remote Selected Tracks" msgstr "" -#: ../../templates/show_admin_tools.inc.php:67 -msgid "Update All" +#: ../../playlist.php:145 +msgid "Playlist Updated" msgstr "" -#: ../../templates/show_admin_tools.inc.php:70 -#: ../../templates/show_add_catalog.inc.php:78 ../../templates/catalog.inc:35 -msgid "Gather Album Art" +#: ../../playlist.php:146 +msgid "has been updated and is now" msgstr "" -#: ../../templates/show_admin_tools.inc.php:74 -msgid "Other Tools" +#: ../../playlist.php:166 +msgid "Playlist Imported" msgstr "" -#: ../../templates/show_admin_tools.inc.php:76 ../../templates/catalog.inc:30 -msgid "Show Duplicate Songs" +#: ../../playlist.php:195 +msgid "Empty Playlists Deleted" msgstr "" -#: ../../templates/show_admin_tools.inc.php:77 ../../templates/catalog.inc:33 -msgid "Clear Now Playing" +#: ../../stats.php:38 +msgid "Favorites" msgstr "" -#: ../../templates/show_admin_tools.inc.php:79 -msgid "Generate New Config" +#: ../../register.php:81 +msgid "Error Captcha Required" msgstr "" -#: ../../templates/show_admin_tools.inc.php:80 -msgid "Preferences Permissions" +#: ../../register.php:88 +msgid "Error Captcha Failed" msgstr "" -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Check for New Version" +#: ../../register.php:95 +msgid "You <U>must</U> accept the user agreement" msgstr "" -#: ../../templates/show_admin_tools.inc.php:85 -msgid "User Activity" +#: ../../register.php:100 +msgid "You did not enter a username" msgstr "" -#: ../../templates/show_admin_tools.inc.php:88 -#: ../../templates/show_admin_info.inc.php:37 -#: ../../templates/show_admin_info.inc.php:45 -#: ../../templates/show_ip_history.inc.php:25 -msgid "Show All" +#: ../../register.php:104 +msgid "Please fill in your full name (Firstname Lastname)" msgstr "" -#: ../../templates/show_artist_box.inc.php:23 -msgid "Albums by" +#: ../../register.php:130 +msgid "You must enter a password" msgstr "" -#: ../../templates/show_artist_box.inc.php:33 -msgid "Show All Songs By" +#: ../../register.php:134 +msgid "Your passwords do not match" msgstr "" -#: ../../templates/show_artist_box.inc.php:34 -msgid "Play All Songs By" +#: ../../register.php:152 +msgid "Error: Insert Failed" msgstr "" -#: ../../templates/show_artist_box.inc.php:35 -msgid "Play Random Songs By" +#: ../../register.php:170 +msgid "Registration Complete" msgstr "" -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:63 -msgid "Update from tags" +#: ../../preferences.php:53 +msgid "Error: Password Does Not Match or Empty" msgstr "" -#: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" +#: ../../preferences.php:61 +msgid "Password Updated" msgstr "" -#: ../../templates/show_artist_box.inc.php:39 -msgid "Find duplicate artists" +#: ../../templates/show_edit_catalog.inc.php:23 +msgid "Settings for" msgstr "" -#: ../../templates/show_user.inc.php:31 -#: ../../templates/show_user_registration.inc.php:118 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" +#: ../../templates/show_edit_catalog.inc.php:27 +#: ../../templates/show_user.inc.php:25 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:28 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_admin_tools.inc.php:31 +#: ../../templates/show_access_list.inc:50 +#: ../../templates/show_edit_access.inc:27 +#: ../../templates/show_add_access.inc:30 +msgid "Name" msgstr "" -#: ../../templates/show_user.inc.php:37 -msgid "Results Per Page" +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "Auto-inserted Fields" msgstr "" -#: ../../templates/show_user.inc.php:43 -msgid "New Password" +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "album name" msgstr "" -#: ../../templates/show_user.inc.php:50 -#: ../../templates/show_user_registration.inc.php:136 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "artist name" msgstr "" -#: ../../templates/show_user.inc.php:56 -msgid "Clear Stats" +#: ../../templates/show_edit_catalog.inc.php:33 +msgid "catalog path" msgstr "" -#: ../../templates/show_user.inc.php:66 -msgid "Update Account" +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "id3 comment" msgstr "" -#: ../../templates/show_preference_box.inc.php:43 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "genre" msgstr "" -#: ../../templates/show_preference_box.inc.php:44 -msgid "Value" +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "track number (padded with leading 0)" msgstr "" -#: ../../templates/show_preference_box.inc.php:46 -msgid "Apply to All" +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:44 +msgid "song title" msgstr "" -#: ../../templates/show_preference_box.inc.php:52 -msgid "description" +#: ../../templates/show_edit_catalog.inc.php:38 +#: ../../templates/show_add_catalog.inc.php:45 +msgid "year" msgstr "" -#: ../../templates/show_user_registration.inc.php:55 -msgid "Ampache New User Registration" +#: ../../templates/show_edit_catalog.inc.php:39 +#: ../../templates/show_add_catalog.inc.php:46 +msgid "other" msgstr "" -#: ../../templates/show_user_registration.inc.php:70 -msgid "User Agreement" +#: ../../templates/show_edit_catalog.inc.php:43 +#: ../../templates/show_add_catalog.inc.php:64 +msgid "XML-RPC Key" msgstr "" -#: ../../templates/show_user_registration.inc.php:80 -msgid "I Accept" +#: ../../templates/show_edit_catalog.inc.php:49 +msgid "Filename pattern" msgstr "" -#: ../../templates/show_user_registration.inc.php:94 -msgid "User Information" +#: ../../templates/show_edit_catalog.inc.php:56 +#: ../../templates/show_add_catalog.inc.php:73 +msgid "Folder Pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:56 +#: ../../templates/show_add_catalog.inc.php:73 +msgid "(no leading or ending '/')" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:67 +msgid "Save Catalog Settings" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:25 +msgid "Adding a New User" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:29 +msgid "Editing existing User" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:40 +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_user_registration.inc.php:99 +#: ../../templates/show_users_info.inc.php:27 +#: ../../templates/show_users.inc:44 +msgid "Username" msgstr "" -#: ../../templates/show_user_registration.inc.php:109 #: ../../templates/show_edit_user.inc.php:48 +#: ../../templates/show_user_registration.inc.php:109 msgid "Full Name" msgstr "" -#: ../../templates/show_user_registration.inc.php:156 -msgid "Clear Info" +#: ../../templates/show_edit_user.inc.php:55 +#: ../../templates/show_user.inc.php:31 +#: ../../templates/show_user_registration.inc.php:118 +msgid "E-mail" msgstr "" -#: ../../templates/show_user_registration.inc.php:157 -msgid "Register User" +#: ../../templates/show_edit_user.inc.php:63 +#: ../../templates/show_install_account.inc.php:68 +#: ../../templates/show_user_registration.inc.php:127 +#: ../../templates/show_login_form.inc:37 +msgid "Password" msgstr "" -#: ../../templates/show_install_lang.inc.php:14 -#: ../../templates/show_install.inc:15 -msgid "Requirements" +#: ../../templates/show_edit_user.inc.php:72 +#: ../../templates/show_user.inc.php:50 +#: ../../templates/show_user_registration.inc.php:136 +msgid "Confirm Password" msgstr "" -#: ../../templates/show_install_lang.inc.php:20 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:21 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" +#: ../../templates/show_edit_user.inc.php:80 +msgid "User Access Level" msgstr "" -#: ../../templates/show_install_lang.inc.php:48 -msgid "Start configuration" +#: ../../templates/show_edit_user.inc.php:94 +msgid "Add User" msgstr "" -#: ../../templates/show_modules.inc.php:36 -msgid "Module Name" +#: ../../templates/show_edit_user.inc.php:98 +msgid "Update User" msgstr "" -#: ../../templates/show_modules.inc.php:43 -#: ../../templates/show_tv_adminctl.inc.php:29 -msgid "Activate" +#: ../../templates/show_admin_info.inc.php:34 +msgid "Last Ten Flagged Records" msgstr "" -#: ../../templates/show_modules.inc.php:47 -msgid "Deactivate" +#: ../../templates/show_admin_info.inc.php:37 +#: ../../templates/show_admin_info.inc.php:45 +#: ../../templates/show_ip_history.inc.php:28 +#: ../../templates/show_admin_tools.inc.php:89 +msgid "Show All" msgstr "" -#: ../../templates/show_modules.inc.php:56 -#: ../../templates/show_users_info.inc.php:52 -#: ../../templates/show_flagged.inc.php:52 -#: ../../templates/show_localplay.inc.php:64 -#: ../../templates/show_disabled_songs.inc:44 -msgid "No Records Found" +#: ../../templates/show_admin_info.inc.php:41 +msgid "Disabled Songs" msgstr "" -#: ../../templates/show_edit_song.inc.php:24 -msgid "Edit Song" +#: ../../templates/show_playlist_box.inc.php:29 +msgid "Playlist Actions" msgstr "" -#: ../../templates/show_edit_song.inc.php:41 -#: ../../templates/show_edit_song.inc.php:49 -#: ../../templates/show_edit_song.inc.php:57 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:105 -msgid "OR" +#: ../../templates/show_playlist_box.inc.php:34 +msgid "Edit Playlist" msgstr "" -#: ../../templates/show_edit_song.inc.php:82 -msgid "Flag for Retagging" +#: ../../templates/show_playlist_box.inc.php:35 +msgid "Normalize Tracks" msgstr "" -#: ../../templates/show_edit_song.inc.php:90 -msgid "Update Song" +#: ../../templates/show_playlist_box.inc.php:36 +msgid "Play This Playlist" msgstr "" -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" +#: ../../templates/show_playlist_box.inc.php:37 +msgid "Play Random" msgstr "" -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:39 -#: ../../templates/show_uploads.inc:41 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:65 -msgid "Filename" +#: ../../templates/show_playlist_box.inc.php:38 +msgid "Delete This Playlist" msgstr "" -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" +#: ../../templates/show_playlist_box.inc.php:40 +msgid "Import From File" msgstr "" -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" +#: ../../templates/show_playlist_box.inc.php:41 +msgid "Create New Playlist" msgstr "" -#: ../../templates/show_genre.inc.php:29 -msgid "Viewing" +#: ../../templates/show_playlist_box.inc.php:43 +msgid "Delete Empty Playlists" msgstr "" -#: ../../templates/show_mail_users.inc.php:25 -msgid "Send E-mail to Users" +#: ../../templates/show_user.inc.php:37 +msgid "Results Per Page" msgstr "" -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" +#: ../../templates/show_user.inc.php:43 +msgid "New Password" msgstr "" -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:30 ../../index.php:61 -msgid "Most Popular Albums" +#: ../../templates/show_user.inc.php:56 +msgid "Clear Stats" msgstr "" -#: ../../templates/show_mail_users.inc.php:52 -msgid "Latest Artist Additions" +#: ../../templates/show_user.inc.php:66 +msgid "Update Account" msgstr "" -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:27 ../../index.php:72 -msgid "Most Popular Artists" +#: ../../templates/show_tv_adminctl.inc.php:23 +msgid "Admin Controls" msgstr "" -#: ../../templates/show_mail_users.inc.php:63 -msgid "Latest Album Additions" +#: ../../templates/show_tv_adminctl.inc.php:26 +#: ../../templates/show_tv_adminctl.inc.php:38 +msgid "Base Playlist" msgstr "" -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:40 ../../index.php:79 -msgid "Most Popular Songs" +#: ../../templates/show_tv_adminctl.inc.php:29 +#: ../../templates/show_modules.inc.php:43 +msgid "Activate" msgstr "" -#: ../../templates/show_mail_users.inc.php:77 -msgid "Subject" +#: ../../templates/show_tv_adminctl.inc.php:36 +msgid "Democratic Play Active" msgstr "" -#: ../../templates/show_mail_users.inc.php:84 -msgid "Message" +#: ../../templates/show_tv_adminctl.inc.php:37 +#: ../../templates/show_genres.inc.php:48 +#: ../../templates/show_playlists.inc.php:61 +#: ../../templates/show_artists.inc:55 ../../templates/show_artist.inc:63 +#: ../../templates/show_mpdplay.inc:55 ../../templates/show_albums.inc:60 +#: ../../templates/show_random_play.inc:82 +msgid "Play" msgstr "" -#: ../../templates/show_mail_users.inc.php:94 -msgid "Send Mail" +#: ../../templates/show_tv_adminctl.inc.php:42 +#: ../../templates/show_playlist_edit.inc.php:48 +#: ../../templates/show_preference_admin.inc.php:47 +#: ../../templates/show_edit_access.inc:78 +msgid "Update" msgstr "" -#: ../../templates/show_admin_info.inc.php:34 -msgid "Last Ten Flagged Records" +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_flagged.inc.php:31 +#: ../../templates/show_tv_playlist.inc.php:43 +#: ../../templates/show_localplay_playlist.inc.php:29 +#: ../../templates/show_modules.inc.php:37 +#: ../../templates/show_users_info.inc.php:30 +#: ../../templates/show_admin_tools.inc.php:32 +#: ../../templates/show_access_list.inc:57 ../../templates/show_artists.inc:45 +#: ../../templates/show_artists.inc:67 ../../templates/show_mpdpl.inc:57 +#: ../../templates/show_artist.inc:40 ../../templates/show_songs.inc:56 +#: ../../templates/show_uploads.inc:32 ../../templates/show_albums.inc:48 +#: ../../templates/show_albums.inc:80 +msgid "Action" msgstr "" -#: ../../templates/show_admin_info.inc.php:41 -msgid "Disabled Songs" +#: ../../templates/show_install_lang.inc.php:9 +#: ../../templates/show_install_account.inc.php:35 +#: ../../templates/show_install_config.inc:35 +#: ../../templates/show_install.inc:9 +msgid "Ampache Installation" msgstr "" -#: ../../templates/show_object_rating.inc.php:51 -#: ../../templates/show_object_rating.inc.php:54 -#: ../../templates/show_object_rating.inc.php:57 -#: ../../templates/show_object_rating.inc.php:60 -#: ../../templates/show_object_rating.inc.php:63 -msgid "out of" +#: ../../templates/show_install_lang.inc.php:14 +#: ../../templates/show_install.inc:15 +msgid "Requirements" msgstr "" -#: ../../templates/show_users_info.inc.php:27 -#: ../../templates/show_users.inc:41 -msgid "Fullname" +#: ../../templates/show_install_lang.inc.php:16 +#: ../../templates/show_install_account.inc.php:42 +#: ../../templates/show_install_config.inc:41 +#: ../../templates/show_install.inc:17 +msgid "" +"This Page handles the installation of the Ampache database and the creation " +"of the ampache.cfg.php file. Before you continue please make sure that you " +"have the following pre-requisites" msgstr "" -#: ../../templates/show_users_info.inc.php:28 -#: ../../templates/show_users.inc:49 -msgid "Last Seen" +#: ../../templates/show_install_lang.inc.php:19 +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_config.inc:44 +#: ../../templates/show_install.inc:20 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" msgstr "" -#: ../../templates/show_users_info.inc.php:29 -#: ../../templates/show_users.inc:58 -msgid "Activity" +#: ../../templates/show_install_lang.inc.php:20 +#: ../../templates/show_install_config.inc:45 +#: ../../templates/show_install.inc:21 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.php.dist file" msgstr "" -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" +#: ../../templates/show_install_lang.inc.php:22 +#: ../../templates/show_install_account.inc.php:48 +#: ../../templates/show_install_config.inc:47 +#: ../../templates/show_install.inc:23 +msgid "" +"Once you have ensured that you have the above requirements please fill out " +"the information below. You will only be asked for the required config " +"values. If you would like to make changes to your ampache install at a later " +"date simply edit /config/ampache.cfg.php" msgstr "" -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:90 -#: ../../templates/show_similar_artists.inc:75 -msgid "Cancel" +#: ../../templates/show_install_lang.inc.php:48 +msgid "Start configuration" msgstr "" -#: ../../templates/show_flagged.inc.php:28 -msgid "Object" +#: ../../templates/show_get_albumart.inc.php:23 +msgid "Customize Search" msgstr "" -#: ../../templates/show_flagged.inc.php:30 ../../templates/show_uploads.inc:33 -msgid "Status" +#: ../../templates/show_get_albumart.inc.php:46 +msgid "Direct URL to Image" msgstr "" -#: ../../templates/show_flagged.inc.php:41 -msgid "Reject" +#: ../../templates/show_get_albumart.inc.php:54 +msgid "Local Image" msgstr "" -#: ../../templates/show_flagged.inc.php:45 -msgid "Approve" +#: ../../templates/show_get_albumart.inc.php:66 +msgid "Get Art" msgstr "" -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" +#: ../../templates/show_list_duplicates.inc.php:28 +msgid "Duplicate Songs" msgstr "" -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" +#: ../../templates/show_list_duplicates.inc.php:33 +#: ../../templates/show_tv_playlist.inc.php:45 +#: ../../templates/show_uploads.inc:34 +msgid "Song" msgstr "" -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" +#: ../../templates/show_list_duplicates.inc.php:36 +msgid "Length" msgstr "" -#: ../../templates/show_all_recent.inc.php:27 ../../index.php:89 -msgid "Newest Artist Additions" +#: ../../templates/show_list_duplicates.inc.php:38 +#: ../../templates/show_songs.inc:53 ../../templates/show_uploads.inc:40 +msgid "Size" msgstr "" -#: ../../templates/show_all_recent.inc.php:30 ../../index.php:96 -msgid "Newest Album Additions" +#: ../../templates/show_list_duplicates.inc.php:39 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_disabled_songs.inc:29 +#: ../../templates/show_search.inc:65 ../../templates/show_uploads.inc:41 +msgid "Filename" msgstr "" -#: ../../templates/show_get_albumart.inc.php:23 -msgid "Customize Search" +#: ../../templates/show_list_duplicates.inc.php:71 +msgid "You don't have any duplicate songs." msgstr "" -#: ../../templates/show_get_albumart.inc.php:46 -msgid "Direct URL to Image" +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_playlists.inc.php:36 ../../templates/show_album.inc:55 +msgid "Actions" msgstr "" -#: ../../templates/show_get_albumart.inc.php:56 -msgid "Get Art" +#: ../../templates/show_localplay.inc.php:32 +msgid "Clear Playlist" msgstr "" -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" +#: ../../templates/show_localplay.inc.php:42 +#: ../../templates/show_tv.inc.php:72 +msgid "Current Playlist" msgstr "" -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" +#: ../../templates/show_mail_users.inc.php:25 +msgid "Send E-mail to Users" msgstr "" -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" msgstr "" -#: ../../templates/show_playlist_box.inc.php:36 -msgid "Play This Playlist" +#: ../../templates/show_mail_users.inc.php:52 +msgid "Latest Artist Additions" msgstr "" -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" +#: ../../templates/show_mail_users.inc.php:63 +msgid "Latest Album Additions" msgstr "" -#: ../../templates/show_playlist_box.inc.php:38 -msgid "Delete This Playlist" +#: ../../templates/show_mail_users.inc.php:73 +msgid "Most Popular Threshold in days" msgstr "" -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" +#: ../../templates/show_mail_users.inc.php:84 +msgid "Subject" msgstr "" -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" +#: ../../templates/show_mail_users.inc.php:91 +msgid "Message" msgstr "" -#: ../../templates/show_playlist_box.inc.php:43 -msgid "Delete Empty Playlists" +#: ../../templates/show_mail_users.inc.php:101 +msgid "Send Mail" msgstr "" -#: ../../templates/show_all_popular.inc.php:37 -msgid "Most Popular Genres" +#: ../../templates/show_ip_history.inc.php:23 +msgid "IP History" msgstr "" -#: ../../templates/show_play_selected.inc.php:28 -msgid "Play Selected" +#: ../../templates/show_ip_history.inc.php:26 +msgid "Show Unique" msgstr "" -#: ../../templates/show_play_selected.inc.php:31 -msgid "Download Selected" +#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_uploads.inc:43 +msgid "Date" msgstr "" -#: ../../templates/show_play_selected.inc.php:40 -msgid "Set Track Numbers" +#: ../../templates/show_ip_history.inc.php:37 +msgid "IP Address" msgstr "" -#: ../../templates/show_play_selected.inc.php:41 -msgid "Remove Selected Tracks" +#: ../../templates/show_localplay_status.inc.php:58 +msgid "Volume" msgstr "" -#: ../../templates/show_play_selected.inc.php:47 -msgid "Add to" +#: ../../templates/show_localplay_status.inc.php:62 +msgid "Repeat" msgstr "" -#: ../../templates/show_localplay.inc.php:33 -msgid "Clear Playlist" +#: ../../templates/show_import_playlist.inc.php:24 +msgid "Importing a Playlist from a File" msgstr "" -#: ../../templates/show_localplay.inc.php:43 -#: ../../templates/show_tv_playlist.inc.php:22 -msgid "Current Playlist" +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:23 -msgid "Settings for" +#: ../../templates/show_import_playlist.inc.php:48 +msgid "Import Playlist" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" +#: ../../templates/show_tv.inc.php:56 +msgid "Controls" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" +#: ../../templates/show_confirm_action.inc.php:28 +#: ../../templates/show_search.inc:75 +msgid "Yes" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" +#: ../../templates/show_duplicates.inc.php:25 +msgid "Find Duplicates" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:33 -msgid "catalog path" +#: ../../templates/show_duplicates.inc.php:29 +msgid "Search Type" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" +#: ../../templates/show_duplicates.inc.php:43 +msgid "Artist and Title" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" +#: ../../templates/show_duplicates.inc.php:48 +msgid "Artist, Album and Title" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" +#: ../../templates/show_confirmation.inc.php:26 +msgid "Continue" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" +#: ../../templates/show_confirmation.inc.php:28 +#: ../../templates/show_similar_artists.inc:75 +#: ../../templates/show_preferences.inc:90 +msgid "Cancel" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:38 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" +#: ../../templates/show_play_selected.inc.php:28 +msgid "Play Selected" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:39 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" +#: ../../templates/show_play_selected.inc.php:31 +msgid "Download Selected" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:43 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" +#: ../../templates/show_play_selected.inc.php:40 +msgid "Set Track Numbers" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:49 -msgid "Filename pattern" +#: ../../templates/show_play_selected.inc.php:41 +msgid "Remove Selected Tracks" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:56 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" +#: ../../templates/show_play_selected.inc.php:47 +msgid "Add to" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:56 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" +#: ../../templates/show_play_selected.inc.php:49 +#: ../../templates/show_playlists.inc.php:52 +#: ../../templates/show_edit_access.inc:66 +#: ../../templates/show_add_access.inc:57 +msgid "View" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:67 -msgid "Save Catalog Settings" +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_playlists.inc.php:55 +#: ../../templates/show_users_info.inc.php:46 +#: ../../templates/show_access_list.inc:72 ../../templates/show_songs.inc:135 +msgid "Edit" msgstr "" -#: ../../templates/show_localplay_status.inc.php:58 -msgid "Volume" +#: ../../templates/show_all_popular.inc.php:37 +msgid "Most Popular Genres" msgstr "" -#: ../../templates/show_localplay_status.inc.php:62 -msgid "Repeat" +#: ../../templates/show_install_account.inc.php:46 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" msgstr "" -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" +#: ../../templates/show_install_account.inc.php:52 +#: ../../templates/show_install_config.inc:51 +#: ../../templates/show_install.inc:28 +msgid "Step 1 - Creating and Inserting the Ampache Database" msgstr "" -#: ../../templates/show_add_playlist.inc.php:42 -msgid "Create" +#: ../../templates/show_install_account.inc.php:53 +msgid "Step 2 - Creating the ampache.cfg.php file" msgstr "" -#: ../../templates/show_add_catalog.inc.php:30 +#: ../../templates/show_install_account.inc.php:54 +#: ../../templates/show_install_config.inc:56 +#: ../../templates/show_install.inc:33 +msgid "Step 3 - Setup Initial Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:56 msgid "" -"In the form below enter either a local path (i.e. /data/music) or the URL to " -"a remote Ampache installation (i.e http://theotherampache.com)" +"This step creates your initial Ampache admin account. Once your admin " +"account has been created you will be directed to the login page" msgstr "" -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" +#: ../../templates/show_install_account.inc.php:59 +msgid "Create Admin Account" msgstr "" -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" +#: ../../templates/show_install_account.inc.php:73 +msgid "Create Account" msgstr "" -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" +#: ../../templates/show_flagged.inc.php:28 +msgid "Object" msgstr "" -#: ../../templates/show_add_catalog.inc.php:58 -msgid "Local" +#: ../../templates/show_flagged.inc.php:29 +#: ../../templates/show_flag.inc.php:73 ../../templates/show_songs.inc:133 +msgid "Flag" msgstr "" -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" +#: ../../templates/show_flagged.inc.php:30 ../../templates/show_uploads.inc:33 +msgid "Status" msgstr "" -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" +#: ../../templates/show_flagged.inc.php:41 +msgid "Reject" msgstr "" -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" +#: ../../templates/show_flagged.inc.php:45 +msgid "Approve" msgstr "" -#: ../../templates/show_add_catalog.inc.php:82 -msgid "ID3V2 Tags" +#: ../../templates/show_flagged.inc.php:52 +#: ../../templates/show_localplay_playlist.inc.php:49 +#: ../../templates/show_modules.inc.php:56 +#: ../../templates/show_users_info.inc.php:52 +#: ../../templates/show_disabled_songs.inc:44 +msgid "No Records Found" msgstr "" -#: ../../templates/show_add_catalog.inc.php:86 -msgid "Amazon" +#: ../../templates/show_playlist_edit.inc.php:27 +msgid "Editing Playlist" msgstr "" -#: ../../templates/show_add_catalog.inc.php:90 -msgid "File Folder" +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_access_list.inc:56 +#: ../../templates/show_random_play.inc:51 +msgid "Type" msgstr "" -#: ../../templates/show_add_catalog.inc.php:98 -msgid "Build Playlists from m3u Files" +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" msgstr "" -#: ../../templates/show_add_catalog.inc.php:106 -msgid "Add Catalog" +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" msgstr "" -#: ../../templates/show_edit_user.inc.php:25 -msgid "Adding a New User" +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_admin.inc.php:26 +msgid "Preference" msgstr "" -#: ../../templates/show_edit_user.inc.php:29 -msgid "Editing existing User" +#: ../../templates/show_preference_box.inc.php:44 +msgid "Value" msgstr "" -#: ../../templates/show_edit_user.inc.php:80 -msgid "User Access Level" +#: ../../templates/show_preference_box.inc.php:46 +msgid "Apply to All" msgstr "" -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" +#: ../../templates/show_preference_box.inc.php:52 +msgid "description" msgstr "" -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" +#: ../../templates/show_artist_box.inc.php:23 +msgid "Albums by" msgstr "" -#: ../../templates/show_list_duplicates.inc.php:28 -msgid "Duplicate Songs" +#: ../../templates/show_artist_box.inc.php:33 +msgid "Show All Songs By" msgstr "" -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_tv_playlist.inc.php:26 -#: ../../templates/show_uploads.inc:34 -msgid "Song" +#: ../../templates/show_artist_box.inc.php:34 +msgid "Play All Songs By" msgstr "" -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_tv_playlist.inc.php:27 -msgid "Length" +#: ../../templates/show_artist_box.inc.php:35 +msgid "Play Random Songs By" msgstr "" -#: ../../templates/show_list_duplicates.inc.php:38 -#: ../../templates/show_uploads.inc:40 ../../templates/show_songs.inc:53 -msgid "Size" +#: ../../templates/show_artist_box.inc.php:37 +#: ../../templates/show_album.inc:63 +msgid "Update from tags" msgstr "" -#: ../../templates/show_list_duplicates.inc.php:71 -msgid "You don't have any duplicate songs." +#: ../../templates/show_artist_box.inc.php:38 +msgid "Rename Artist" msgstr "" -#: ../../templates/show_tv_adminctl.inc.php:23 -msgid "Admin Controls" +#: ../../templates/show_artist_box.inc.php:39 +msgid "Find duplicate artists" msgstr "" -#: ../../templates/show_tv_adminctl.inc.php:26 -#: ../../templates/show_tv_adminctl.inc.php:38 -msgid "Base Playlist" +#: ../../templates/show_playlists.inc.php:33 +msgid "Playlist Name" msgstr "" -#: ../../templates/show_tv_adminctl.inc.php:36 -msgid "Democratic Play Active" +#: ../../templates/show_playlists.inc.php:34 +msgid "# Songs" msgstr "" -#: ../../templates/show_ip_history.inc.php:23 -msgid "IP History" +#: ../../templates/show_playlists.inc.php:35 +msgid "Owner" msgstr "" -#: ../../templates/show_ip_history.inc.php:30 -#: ../../templates/show_uploads.inc:43 -msgid "Date" +#: ../../templates/show_playlists.inc.php:66 +#: ../../templates/show_artist.inc:65 ../../templates/show_songs.inc:143 +#: ../../templates/show_albums.inc:64 ../../templates/show_random_play.inc:84 +#: ../../templates/show_album.inc:66 +msgid "Download" msgstr "" -#: ../../templates/show_ip_history.inc.php:33 -msgid "IP Address" +#: ../../templates/show_playlists.inc.php:75 +msgid "No Playlists Found" msgstr "" -#: ../../templates/show_preference_admin.inc.php:22 -msgid "Preference Administration" +#: ../../templates/show_flag.inc.php:42 +msgid "Flag song" msgstr "" -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:54 -#: ../../templates/show_access_list.inc:53 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" +#: ../../templates/show_flag.inc.php:43 +msgid "" +"Flag the following song as having one of the problems listed below. Site " +"admins will then take the appropriate action for the flagged files." msgstr "" -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" +#: ../../templates/show_flag.inc.php:48 +#: ../../templates/show_edit_song.inc.php:28 +msgid "File" msgstr "" -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_uploads.inc:42 ../../templates/show_add_access.inc:48 -#: ../../templates/show_access_list.inc:54 -#: ../../templates/show_edit_access.inc:47 -msgid "User" +#: ../../templates/show_flag.inc.php:52 +msgid "Item" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:25 +#: ../../templates/show_flag.inc.php:56 +msgid "Reason to flag" +msgstr "" + +#: ../../templates/show_flag.inc.php:60 +msgid "Incorrect Tags" +msgstr "" + +#: ../../templates/show_object_rating.inc.php:51 +#: ../../templates/show_object_rating.inc.php:54 +#: ../../templates/show_object_rating.inc.php:57 +#: ../../templates/show_object_rating.inc.php:60 +#: ../../templates/show_object_rating.inc.php:63 +msgid "out of" +msgstr "" + +#: ../../templates/show_tv_playlist.inc.php:31 +msgid "Playing from base Playlist" +msgstr "" + +#: ../../templates/show_tv_playlist.inc.php:44 msgid "Votes" msgstr "" -#: ../../localplay.php:51 -msgid "Song(s) Removed from Playlist" +#: ../../templates/sidebar.inc.php:34 ../../templates/show_modules.inc.php:33 +msgid "Modules" msgstr "" -#: ../../localplay.php:59 -msgid "Song(s) Remove from Playlist" +#: ../../templates/sidebar.inc.php:39 +msgid "Song Title" msgstr "" -#: ../../browse.php:48 ../../albums.php:165 -msgid "Show Albums starting with" +#: ../../templates/sidebar.inc.php:201 +msgid "Democratic View" msgstr "" -#: ../../browse.php:78 ../../artists.php:200 ../../artists.php:222 -msgid "Show Artists starting with" +#: ../../templates/show_add_catalog.inc.php:30 +msgid "" +"In the form below enter either a local path (i.e. /data/music) or the URL to " +"a remote Ampache installation (i.e http://theotherampache.com)" msgstr "" -#: ../../browse.php:123 -msgid "Show Titles Starting With" +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Catalog Name" msgstr "" -#: ../../search.php:47 -msgid "Error: No Keyword Entered" +#: ../../templates/show_add_catalog.inc.php:51 +msgid "Path" msgstr "" -#: ../../ratings.php:33 -msgid "Rating Updated" +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Catalog Type" msgstr "" -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" +#: ../../templates/show_add_catalog.inc.php:58 +msgid "Local" msgstr "" -#: ../../login.php:80 -msgid "User Disabled please contact Admin" +#: ../../templates/show_add_catalog.inc.php:59 +msgid "Remote" msgstr "" -#: ../../login.php:94 -msgid "Unable to create new account" +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Required for Remote Catalogs" msgstr "" -#: ../../login.php:103 -msgid "No local account found" +#: ../../templates/show_add_catalog.inc.php:68 +msgid "Filename Pattern" msgstr "" -#: ../../login.php:174 -msgid "Message of the Day" +#: ../../templates/show_add_catalog.inc.php:78 +#: ../../templates/show_admin_tools.inc.php:70 ../../templates/catalog.inc:35 +msgid "Gather Album Art" msgstr "" -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" +#: ../../templates/show_add_catalog.inc.php:82 +msgid "ID3V2 Tags" msgstr "" -#: ../../preferences.php:61 -msgid "Password Updated" +#: ../../templates/show_add_catalog.inc.php:86 +msgid "Amazon" msgstr "" -#: ../../update.php:74 -msgid "Ampache Update" +#: ../../templates/show_add_catalog.inc.php:90 +msgid "File Folder" msgstr "" -#: ../../artists.php:61 ../../albums.php:142 -msgid "Starting Update from Tags" +#: ../../templates/show_add_catalog.inc.php:98 +msgid "Build Playlists from m3u Files" msgstr "" -#: ../../artists.php:66 ../../albums.php:147 -msgid "Update From Tags Complete" +#: ../../templates/show_add_catalog.inc.php:106 +msgid "Add Catalog" msgstr "" -#: ../../stats.php:38 -msgid "Favorites" +#: ../../templates/show_modules.inc.php:36 +msgid "Module Name" msgstr "" -#: ../../activate.php:44 -msgid "No user with this name registered" +#: ../../templates/show_modules.inc.php:47 +msgid "Deactivate" msgstr "" -#: ../../activate.php:48 -msgid "The validation key used isn't correct." +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" msgstr "" -#: ../../activate.php:53 -msgid "User activated" +#: ../../templates/show_add_playlist.inc.php:42 +msgid "Create" msgstr "" -#: ../../activate.php:53 -msgid "This User ID is activated and can be used" +#: ../../templates/show_preference_admin.inc.php:22 +msgid "Preference Administration" msgstr "" -#: ../../playlist.php:46 -msgid "Playlist Deleted" +#: ../../templates/show_preference_admin.inc.php:27 +#: ../../templates/show_access_list.inc:53 +#: ../../templates/show_edit_access.inc:62 +#: ../../templates/show_add_access.inc:54 +msgid "Level" msgstr "" -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" +#: ../../templates/show_preference_admin.inc.php:37 +msgid "Guest" msgstr "" -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" +#: ../../templates/show_preference_admin.inc.php:38 +#: ../../templates/show_access_list.inc:54 +#: ../../templates/show_edit_access.inc:47 ../../templates/show_uploads.inc:42 +#: ../../templates/show_add_access.inc:48 +msgid "User" msgstr "" -#: ../../playlist.php:57 -msgid "Confirm Action" +#: ../../templates/show_edit_song.inc.php:24 +msgid "Edit Song" msgstr "" -#: ../../playlist.php:63 -msgid "New Playlist" +#: ../../templates/show_edit_song.inc.php:41 +#: ../../templates/show_edit_song.inc.php:49 +#: ../../templates/show_edit_song.inc.php:57 +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc:105 +msgid "OR" msgstr "" -#: ../../playlist.php:117 -msgid "Playlist Created" +#: ../../templates/show_edit_song.inc.php:82 +msgid "Flag for Retagging" msgstr "" -#: ../../playlist.php:117 -msgid " has been created" +#: ../../templates/show_edit_song.inc.php:90 +msgid "Update Song" msgstr "" -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" msgstr "" -#: ../../playlist.php:145 -msgid "Playlist Updated" +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" msgstr "" -#: ../../playlist.php:146 -msgid "has been updated and is now" +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" msgstr "" -#: ../../playlist.php:160 -msgid "Playlist Imported" +#: ../../templates/show_user_registration.inc.php:55 +msgid "Ampache New User Registration" msgstr "" -#: ../../playlist.php:189 -msgid "Empty Playlists Deleted" +#: ../../templates/show_user_registration.inc.php:70 +msgid "User Agreement" msgstr "" -#: ../../flag.php:46 -msgid "Item Flagged" +#: ../../templates/show_user_registration.inc.php:80 +msgid "I Accept" msgstr "" -#: ../../flag.php:46 -msgid "The specified item has been flagged" +#: ../../templates/show_user_registration.inc.php:94 +msgid "User Information" msgstr "" -#: ../../albums.php:42 -msgid "Album Art Cleared" +#: ../../templates/show_user_registration.inc.php:156 +msgid "Clear Info" msgstr "" -#: ../../albums.php:42 -msgid "Album Art information has been removed from the database" +#: ../../templates/show_user_registration.inc.php:157 +msgid "Register User" msgstr "" -#: ../../albums.php:71 -msgid "No Amazon Developer Key set, amazon album art searching will not work" +#: ../../templates/show_genre.inc.php:29 +msgid "Viewing" msgstr "" -#: ../../albums.php:101 -msgid "Album Art Not Located" +#: ../../templates/show_users_info.inc.php:27 +#: ../../templates/show_users.inc:41 +msgid "Fullname" msgstr "" -#: ../../albums.php:101 -msgid "" -"Album Art could not be located at this time. This may be due to Amazon being " -"busy, or the album not being present in their collection." +#: ../../templates/show_users_info.inc.php:28 +#: ../../templates/show_users.inc:49 +msgid "Last Seen" msgstr "" -#: ../../albums.php:132 -msgid "Album Art Inserted" +#: ../../templates/show_users_info.inc.php:29 +#: ../../templates/show_users.inc:58 +msgid "Activity" msgstr "" -#: ../../upload.php:98 -msgid "Upload Quarantined" +#: ../../templates/show_admin_tools.inc.php:28 +msgid "Catalogs" msgstr "" -#: ../../upload.php:98 -msgid "Your Upload(s) have been quarantined and will be reviewed for addition" +#: ../../templates/show_admin_tools.inc.php:43 +#: ../../templates/show_uploads.inc:51 +msgid "Add" msgstr "" -#: ../../upload.php:151 -msgid "Files Uploaded" +#: ../../templates/show_admin_tools.inc.php:45 +msgid "Verify" msgstr "" -#: ../../upload.php:151 -msgid "Your Upload(s) have been inserted into Ampache and are now live" +#: ../../templates/show_admin_tools.inc.php:47 +msgid "Clean" msgstr "" -#: ../../upload.php:161 -msgid "Upload Added" +#: ../../templates/show_admin_tools.inc.php:58 +msgid "No Catalogs Found" msgstr "" -#: ../../upload.php:161 -msgid "" -"The Upload has been scheduled for a catalog add, please run command line " -"script to add file" +#: ../../templates/show_admin_tools.inc.php:64 +msgid "Clean All" msgstr "" -#: ../../upload.php:172 -msgid "Upload Deleted" +#: ../../templates/show_admin_tools.inc.php:65 +msgid "Verify All" msgstr "" -#: ../../upload.php:172 -msgid "" -"The Upload has been scheduled for deletion, please run command line script " -"to permently delete this file" +#: ../../templates/show_admin_tools.inc.php:66 +msgid "Add to All" msgstr "" -#: ../../register.php:80 -msgid "Error Captcha Required" +#: ../../templates/show_admin_tools.inc.php:67 +msgid "Update All" msgstr "" -#: ../../register.php:87 -msgid "Error Captcha Failed" +#: ../../templates/show_admin_tools.inc.php:74 +msgid "Other Tools" msgstr "" -#: ../../register.php:94 -msgid "You <U>must</U> accept the user agreement" +#: ../../templates/show_admin_tools.inc.php:76 ../../templates/catalog.inc:30 +msgid "Show Duplicate Songs" msgstr "" -#: ../../register.php:99 -msgid "You did not enter a username" +#: ../../templates/show_admin_tools.inc.php:77 ../../templates/catalog.inc:33 +msgid "Clear Now Playing" msgstr "" -#: ../../register.php:103 -msgid "Please fill in your full name (Firstname Lastname)" +#: ../../templates/show_admin_tools.inc.php:79 +msgid "Generate New Config" msgstr "" -#: ../../register.php:129 -msgid "You must enter a password" +#: ../../templates/show_admin_tools.inc.php:80 +msgid "Preferences Permissions" msgstr "" -#: ../../register.php:133 -msgid "Your passwords do not match" +#: ../../templates/show_admin_tools.inc.php:82 +msgid "Export To Itunes DB" msgstr "" -#: ../../register.php:151 -msgid "Error: Insert Failed" +#: ../../templates/show_admin_tools.inc.php:83 +msgid "Check for New Version" msgstr "" -#: ../../register.php:169 -msgid "Registration Complete" +#: ../../templates/show_admin_tools.inc.php:86 +msgid "User Activity" msgstr "" #: ../../bin/print_tags.php.inc:59 @@ -2274,81 +2333,28 @@ msgstr "" msgid "!\n" msgstr "" -#: ../../templates/show_big_art.inc:31 -msgid "Album Art" -msgstr "" - -#: ../../templates/show_big_art.inc:35 -msgid "Click to close window" -msgstr "" - -#: ../../templates/show_mpdpl.inc:43 -msgid "MPD Server Playlist" -msgstr "" - -#: ../../templates/show_mpdpl.inc:51 ../../templates/show_songs.inc:48 -msgid "Song title" -msgstr "" - -#: ../../templates/show_mpdpl.inc:164 -msgid "Refresh the Playlist Window" -msgstr "" - -#: ../../templates/show_mpdpl.inc:166 -msgid "Click to shuffle (randomize) the playlist" -msgstr "" - -#: ../../templates/show_mpdpl.inc:166 -msgid "shuffle" -msgstr "" - -#: ../../templates/show_mpdpl.inc:167 -msgid "Click to the clear the playlist" -msgstr "" - -#: ../../templates/show_mpdpl.inc:171 -msgid "Click to the remove all except the Now Playing" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:34 -msgid "Select" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:48 -msgid "Remove" -msgstr "" - -#: ../../templates/list_header.inc:102 ../../templates/show_mpdplay.inc:53 -msgid "Prev" -msgstr "" - -#: ../../templates/list_header.inc:148 ../../templates/show_mpdplay.inc:57 -msgid "Next" +#: ../../templates/show_access_list.inc:34 +msgid "Host Access to Your Catalog" msgstr "" -#: ../../templates/header.inc:57 -msgid "You are currently logged in as" +#: ../../templates/show_access_list.inc:44 +msgid "Add Entry" msgstr "" -#: ../../templates/show_songs.inc:58 ../../templates/show_search.inc:90 -msgid "Rating" +#: ../../templates/show_access_list.inc:51 +msgid "Start Address" msgstr "" -#: ../../templates/show_songs.inc:146 -msgid "Direct Link" +#: ../../templates/show_access_list.inc:52 +msgid "End Address" msgstr "" -#: ../../templates/show_songs.inc:165 -msgid "Total" +#: ../../templates/show_access_list.inc:55 +msgid "Key" msgstr "" -#: ../../templates/show_songs.inc:183 -msgid "** Indicates flagged songs" +#: ../../templates/show_access_list.inc:74 +msgid "Revoke" msgstr "" #: ../../templates/show_install_config.inc:52 @@ -2403,171 +2409,16 @@ msgstr "" msgid "Check for Config" msgstr "" -#: ../../templates/show_album.inc:56 -msgid "Play Album" -msgstr "" - -#: ../../templates/show_album.inc:57 -msgid "Play Random from Album" -msgstr "" - -#: ../../templates/show_album.inc:59 -msgid "Reset Album Art" -msgstr "" - -#: ../../templates/show_album.inc:61 -msgid "Find Album Art" -msgstr "" - -#: ../../templates/show_preferences.inc:52 -msgid "Editing" -msgstr "" - -#: ../../templates/show_preferences.inc:52 -msgid "preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:54 -msgid "Rebuild Preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:86 -msgid "Update Preferences" -msgstr "" - -#: ../../templates/show_random_play.inc:26 -msgid "Play Random Selection" -msgstr "" - -#: ../../templates/show_random_play.inc:29 -msgid "Item count" -msgstr "" - -#: ../../templates/show_random_play.inc:44 -msgid "From genre" -msgstr "" - -#: ../../templates/show_random_play.inc:53 -msgid "Standard" -msgstr "" - -#: ../../templates/show_random_play.inc:54 -msgid "Favor Unplayed" -msgstr "" - -#: ../../templates/show_random_play.inc:55 -msgid "Full Albums" -msgstr "" - -#: ../../templates/show_random_play.inc:56 -msgid "Full Artist" -msgstr "" - -#: ../../templates/show_random_play.inc:61 -msgid "From catalog" -msgstr "" - -#: ../../templates/show_random_play.inc:67 -msgid "Size Limit" -msgstr "" - -#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:120 -msgid "Unlimited" -msgstr "" - -#: ../../templates/show_install.inc:30 -msgid "" -"This step creates and inserts the Ampache database, as such please provide a " -"mysql account with database creation rights. This step may take a while " -"depending upon the speed of your computer" -msgstr "" - -#: ../../templates/show_install.inc:48 -msgid "MySQL Administrative Username" -msgstr "" - -#: ../../templates/show_install.inc:52 -msgid "MySQL Administrative Password" -msgstr "" - -#: ../../templates/show_install.inc:56 -msgid "Create Database User for New Database" -msgstr "" - -#: ../../templates/show_install.inc:61 -msgid "Ampache Database Username" -msgstr "" - -#: ../../templates/show_install.inc:65 -msgid "Ampache Database User Password" -msgstr "" - -#: ../../templates/show_install.inc:70 -msgid "Insert Database" -msgstr "" - -#: ../../templates/show_add_access.inc:23 -msgid "Add Access for a Host" -msgstr "" - -#: ../../templates/show_add_access.inc:24 -msgid "" -"Use the form below to add a host that you want to have access to your " -"Ampache catalog." -msgstr "" - -#: ../../templates/show_add_access.inc:36 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:42 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:67 -msgid "Read" -msgstr "" - -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "" - -#: ../../templates/show_add_access.inc:65 -#: ../../templates/show_edit_access.inc:31 -msgid "ACL Type" -msgstr "" - -#: ../../templates/show_add_access.inc:68 -msgid "Stream Access" -msgstr "" - -#: ../../templates/show_add_access.inc:69 -msgid "Web Interface" -msgstr "" - -#: ../../templates/show_add_access.inc:70 -msgid "Local Network Definition" -msgstr "" - -#: ../../templates/show_add_access.inc:71 -msgid "XML-RPC" -msgstr "" - -#: ../../templates/show_add_access.inc:76 -msgid "XML-RPC Options" +#: ../../templates/show_users.inc:54 +msgid "Registration Date" msgstr "" -#: ../../templates/show_add_access.inc:79 -#: ../../templates/show_edit_access.inc:54 -msgid "Remote Key" +#: ../../templates/show_users.inc:61 +msgid "Last Ip" msgstr "" -#: ../../templates/show_add_access.inc:88 -msgid "Create ACL" +#: ../../templates/show_users.inc:66 +msgid "On-line" msgstr "" #: ../../templates/catalog.inc:28 @@ -2641,88 +2492,109 @@ msgstr "" msgid "Catalog Tools" msgstr "" -#: ../../templates/show_access_list.inc:34 -msgid "Host Access to Your Catalog" +#: ../../templates/show_upload.inc:27 +msgid "Uploading Music to Ampache" msgstr "" -#: ../../templates/show_access_list.inc:44 -msgid "Add Entry" +#: ../../templates/show_upload.inc:31 +msgid "The following Audio file formats are supported" msgstr "" -#: ../../templates/show_access_list.inc:51 -msgid "Start Address" +#: ../../templates/show_upload.inc:52 +msgid "max_upload_size" msgstr "" -#: ../../templates/show_access_list.inc:52 -msgid "End Address" +#: ../../templates/show_disabled_songs.inc:25 +#: ../../templates/show_artist.inc:34 +msgid "Select" msgstr "" -#: ../../templates/show_access_list.inc:55 -msgid "Key" +#: ../../templates/show_disabled_songs.inc:30 +msgid "Addition Time" msgstr "" -#: ../../templates/show_access_list.inc:74 -msgid "Revoke" +#: ../../templates/show_disabled_songs.inc:48 +msgid "Remove" msgstr "" -#: ../../templates/show_users.inc:54 -msgid "Registration Date" +#: ../../templates/show_search.inc:27 ../../templates/show_search_bar.inc:26 +msgid "Search Ampache" msgstr "" -#: ../../templates/show_users.inc:61 -msgid "Last Ip" +#: ../../templates/show_search.inc:31 +msgid "Keywords" msgstr "" -#: ../../templates/show_users.inc:66 -msgid "On-line" +#: ../../templates/show_search.inc:71 +msgid "Played" msgstr "" -#: ../../templates/show_mpdplay.inc:37 -msgid "MPD Play Control" +#: ../../templates/show_search.inc:79 +msgid "Min Bitrate" msgstr "" -#: ../../templates/show_mpdplay.inc:54 -msgid "Stop" +#: ../../templates/show_search.inc:90 ../../templates/show_songs.inc:58 +msgid "Rating" msgstr "" -#: ../../templates/show_mpdplay.inc:56 -msgid "Pause" +#: ../../templates/show_search.inc:94 +msgid "One Star" msgstr "" -#: ../../templates/show_mpdplay.inc:87 -msgid "Loop" +#: ../../templates/show_search.inc:95 +msgid "Two Stars" msgstr "" -#: ../../templates/show_mpdplay.inc:121 -msgid "Now Playing :" +#: ../../templates/show_search.inc:96 +msgid "Three Stars" msgstr "" -#: ../../templates/show_mpdplay.inc:149 -msgid "On Deck " +#: ../../templates/show_search.inc:97 +msgid "Four Stars" msgstr "" -#: ../../templates/show_mpdplay.inc:149 -msgid "(in " +#: ../../templates/show_search.inc:98 +msgid "Five Stars" msgstr "" -#: ../../templates/show_artist.inc:36 -msgid "Cover" +#: ../../templates/show_search.inc:101 +msgid "Operator" msgstr "" -#: ../../templates/show_artist.inc:37 -msgid "Album Name" +#: ../../templates/show_search.inc:104 +msgid "AND" msgstr "" -#: ../../templates/show_artist.inc:38 -msgid "Album Year" +#: ../../templates/show_search.inc:110 +msgid "Method" msgstr "" -#: ../../templates/show_artist.inc:39 -msgid "Total Tracks" +#: ../../templates/show_search.inc:113 +msgid "Fuzzy" msgstr "" -#: ../../templates/show_edit_access.inc:23 -msgid "Edit Access List" +#: ../../templates/show_search.inc:114 +msgid "Exact" +msgstr "" + +#: ../../templates/show_search.inc:117 +msgid "Maximum Results" +msgstr "" + +#: ../../templates/show_search.inc:120 ../../templates/show_random_play.inc:70 +msgid "Unlimited" +msgstr "" + +#: ../../templates/show_search.inc:132 +msgid "Reset Form" +msgstr "" + +#: ../../templates/show_search.inc:143 +msgid "Save Search As Track on" +msgstr "" + +#: ../../templates/show_search.inc:145 +msgid "Save" msgstr "" #: ../../templates/show_test.inc:34 @@ -2840,10 +2712,6 @@ msgid "" "cfg.php" msgstr "" -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:27 -msgid "Search Ampache" -msgstr "" - #: ../../templates/show_similar_artists.inc:24 msgid "Similar Artists" msgstr "" @@ -2868,16 +2736,38 @@ msgstr "" msgid "Search Again" msgstr "" -#: ../../templates/show_upload.inc:27 -msgid "Uploading Music to Ampache" +#: ../../templates/show_edit_access.inc:23 +msgid "Edit Access List" msgstr "" -#: ../../templates/show_upload.inc:31 -msgid "The following Audio file formats are supported" +#: ../../templates/show_edit_access.inc:31 +#: ../../templates/show_add_access.inc:65 +msgid "ACL Type" msgstr "" -#: ../../templates/show_upload.inc:52 -msgid "max_upload_size" +#: ../../templates/show_edit_access.inc:35 +#: ../../templates/show_add_access.inc:36 +msgid "Start IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc:41 +#: ../../templates/show_add_access.inc:42 +msgid "End IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc:54 +#: ../../templates/show_add_access.inc:79 +msgid "Remote Key" +msgstr "" + +#: ../../templates/show_edit_access.inc:67 +#: ../../templates/show_add_access.inc:58 +msgid "Read" +msgstr "" + +#: ../../templates/show_edit_access.inc:68 +#: ../../templates/show_add_access.inc:59 +msgid "Read/Write" msgstr "" #: ../../templates/show_login_form.inc:35 @@ -2893,70 +2783,239 @@ msgstr "" msgid "Register" msgstr "" -#: ../../templates/show_search.inc:31 -msgid "Keywords" +#: ../../templates/show_mpdpl.inc:43 +msgid "MPD Server Playlist" msgstr "" -#: ../../templates/show_search.inc:71 -msgid "Played" +#: ../../templates/show_mpdpl.inc:51 ../../templates/show_songs.inc:48 +msgid "Song title" msgstr "" -#: ../../templates/show_search.inc:79 -msgid "Min Bitrate" +#: ../../templates/show_mpdpl.inc:164 +msgid "Refresh the Playlist Window" msgstr "" -#: ../../templates/show_search.inc:94 -msgid "One Star" +#: ../../templates/show_mpdpl.inc:166 +msgid "Click to shuffle (randomize) the playlist" msgstr "" -#: ../../templates/show_search.inc:95 -msgid "Two Stars" +#: ../../templates/show_mpdpl.inc:166 +msgid "shuffle" msgstr "" -#: ../../templates/show_search.inc:96 -msgid "Three Stars" +#: ../../templates/show_mpdpl.inc:167 +msgid "Click to the clear the playlist" msgstr "" -#: ../../templates/show_search.inc:97 -msgid "Four Stars" +#: ../../templates/show_mpdpl.inc:171 +msgid "Click to the remove all except the Now Playing" msgstr "" -#: ../../templates/show_search.inc:98 -msgid "Five Stars" +#: ../../templates/show_artist.inc:36 +msgid "Cover" msgstr "" -#: ../../templates/show_search.inc:101 -msgid "Operator" +#: ../../templates/show_artist.inc:37 +msgid "Album Name" msgstr "" -#: ../../templates/show_search.inc:104 -msgid "AND" +#: ../../templates/show_artist.inc:38 +msgid "Album Year" msgstr "" -#: ../../templates/show_search.inc:110 -msgid "Method" +#: ../../templates/show_artist.inc:39 +msgid "Total Tracks" msgstr "" -#: ../../templates/show_search.inc:113 -msgid "Fuzzy" +#: ../../templates/show_songs.inc:146 +msgid "Direct Link" msgstr "" -#: ../../templates/show_search.inc:114 -msgid "Exact" +#: ../../templates/show_songs.inc:165 +msgid "Total" msgstr "" -#: ../../templates/show_search.inc:117 -msgid "Maxium Results" +#: ../../templates/show_songs.inc:183 +msgid "** Indicates flagged songs" msgstr "" -#: ../../templates/show_search.inc:132 -msgid "Reset Form" +#: ../../templates/show_mpdplay.inc:37 +msgid "MPD Play Control" msgstr "" -#: ../../templates/show_search.inc:143 -msgid "Save Search As Track on" +#: ../../templates/show_mpdplay.inc:53 ../../templates/list_header.inc:102 +msgid "Prev" msgstr "" -#: ../../templates/show_search.inc:145 -msgid "Save" +#: ../../templates/show_mpdplay.inc:54 +msgid "Stop" +msgstr "" + +#: ../../templates/show_mpdplay.inc:56 +msgid "Pause" +msgstr "" + +#: ../../templates/show_mpdplay.inc:57 ../../templates/list_header.inc:148 +msgid "Next" +msgstr "" + +#: ../../templates/show_mpdplay.inc:87 +msgid "Loop" +msgstr "" + +#: ../../templates/show_mpdplay.inc:121 +msgid "Now Playing :" +msgstr "" + +#: ../../templates/show_mpdplay.inc:149 +msgid "On Deck " +msgstr "" + +#: ../../templates/show_mpdplay.inc:149 +msgid "(in " +msgstr "" + +#: ../../templates/show_install.inc:30 +msgid "" +"This step creates and inserts the Ampache database, as such please provide a " +"mysql account with database creation rights. This step may take a while " +"depending upon the speed of your computer" +msgstr "" + +#: ../../templates/show_install.inc:48 +msgid "MySQL Administrative Username" +msgstr "" + +#: ../../templates/show_install.inc:52 +msgid "MySQL Administrative Password" +msgstr "" + +#: ../../templates/show_install.inc:56 +msgid "Create Database User for New Database" +msgstr "" + +#: ../../templates/show_install.inc:61 +msgid "Ampache Database Username" +msgstr "" + +#: ../../templates/show_install.inc:65 +msgid "Ampache Database User Password" +msgstr "" + +#: ../../templates/show_install.inc:70 +msgid "Insert Database" +msgstr "" + +#: ../../templates/show_big_art.inc:31 +msgid "Album Art" +msgstr "" + +#: ../../templates/show_big_art.inc:35 +msgid "Click to close window" +msgstr "" + +#: ../../templates/header.inc:57 +msgid "You are currently logged in as" +msgstr "" + +#: ../../templates/show_add_access.inc:23 +msgid "Add Access for a Host" +msgstr "" + +#: ../../templates/show_add_access.inc:24 +msgid "" +"Use the form below to add a host that you want to have access to your " +"Ampache catalog." +msgstr "" + +#: ../../templates/show_add_access.inc:68 +msgid "Stream Access" +msgstr "" + +#: ../../templates/show_add_access.inc:69 +msgid "Web Interface" +msgstr "" + +#: ../../templates/show_add_access.inc:70 +msgid "Local Network Definition" +msgstr "" + +#: ../../templates/show_add_access.inc:71 +msgid "XML-RPC" +msgstr "" + +#: ../../templates/show_add_access.inc:76 +msgid "XML-RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc:88 +msgid "Create ACL" +msgstr "" + +#: ../../templates/show_preferences.inc:52 +msgid "Editing" +msgstr "" + +#: ../../templates/show_preferences.inc:52 +msgid "preferences" +msgstr "" + +#: ../../templates/show_preferences.inc:54 +msgid "Rebuild Preferences" +msgstr "" + +#: ../../templates/show_preferences.inc:86 +msgid "Update Preferences" +msgstr "" + +#: ../../templates/show_random_play.inc:26 +msgid "Play Random Selection" +msgstr "" + +#: ../../templates/show_random_play.inc:29 +msgid "Item count" +msgstr "" + +#: ../../templates/show_random_play.inc:44 +msgid "From genre" +msgstr "" + +#: ../../templates/show_random_play.inc:53 +msgid "Standard" +msgstr "" + +#: ../../templates/show_random_play.inc:54 +msgid "Favor Unplayed" +msgstr "" + +#: ../../templates/show_random_play.inc:55 +msgid "Full Albums" +msgstr "" + +#: ../../templates/show_random_play.inc:56 +msgid "Full Artist" +msgstr "" + +#: ../../templates/show_random_play.inc:61 +msgid "From catalog" +msgstr "" + +#: ../../templates/show_random_play.inc:67 +msgid "Size Limit" +msgstr "" + +#: ../../templates/show_album.inc:56 +msgid "Play Album" +msgstr "" + +#: ../../templates/show_album.inc:57 +msgid "Play Random from Album" +msgstr "" + +#: ../../templates/show_album.inc:59 +msgid "Reset Album Art" +msgstr "" + +#: ../../templates/show_album.inc:61 +msgid "Find Album Art" msgstr "" diff --git a/locale/nl_NL/LC_MESSAGES/messages.mo b/locale/nl_NL/LC_MESSAGES/messages.mo Binary files differindex 2f4b513d..14631ebf 100644 --- a/locale/nl_NL/LC_MESSAGES/messages.mo +++ b/locale/nl_NL/LC_MESSAGES/messages.mo diff --git a/locale/nl_NL/LC_MESSAGES/messages.po b/locale/nl_NL/LC_MESSAGES/messages.po index 076cd12d..7720e643 100644 --- a/locale/nl_NL/LC_MESSAGES/messages.po +++ b/locale/nl_NL/LC_MESSAGES/messages.po @@ -1,2493 +1,3211 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# FIRST AUTHOR <terence.theijn@gmail.com>, 2006. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: Ampache SVN 632\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-07 22:47-0800\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2006-11-18 00:37+0100\n" +"PO-Revision-Date: 2006-11-14 08:00+0100\n" +"Last-Translator: Terence Theijn <terence.theijn@gmail.com>\n" +"Language-Team: Dutch <terence.theijn@gmail.com>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../play/index.php:50 -msgid "Session Expired: please log in again at" -msgstr "" +#: ../../lib/class/localplay.class.php:540 ../../templates/show_tv.inc.php:79 +#: ../../templates/show_now_playing.inc:40 +msgid "Now Playing" +msgstr "Nu Speelt" + +#: ../../lib/class/localplay.class.php:543 +msgid "Stopped" +msgstr "Gestopt" + +#: ../../lib/class/localplay.class.php:546 +#, fuzzy +msgid "Paused" +msgstr "Gespeeld" + +#: ../../lib/class/localplay.class.php:549 ../../lib/class/flag.class.php:266 +#: ../../lib/general.lib.php:871 +#: ../../modules/localplay/mpd.controller.php:337 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "Onbekend" + +#: ../../lib/class/artist.class.php:221 +msgid "Error: Name Identical" +msgstr "Fout: Identieke Naam" -#: ../../lib/class/catalog.class.php:281 ../../lib/class/catalog.class.php:566 +#: ../../lib/class/catalog.class.php:299 ../../lib/class/catalog.class.php:595 #: ../../lib/class/album.class.php:263 msgid "Error: Unable to open" -msgstr "" +msgstr "Fout: Kan niet openen" -#: ../../lib/class/catalog.class.php:304 +#: ../../lib/class/catalog.class.php:317 msgid "Error: Unable to change to directory" -msgstr "" +msgstr "Fout: Kan niet naar directory veranderen" -#: ../../lib/class/catalog.class.php:330 +#: ../../lib/class/catalog.class.php:375 msgid "Error: Unable to get filesize for" -msgstr "" +msgstr "Fout: Kan bestands grootte niet opvragen voor" -#: ../../lib/class/catalog.class.php:365 -msgid "Added" -msgstr "" - -#: ../../lib/class/catalog.class.php:377 +#: ../../lib/class/catalog.class.php:412 msgid "is not readable by ampache" -msgstr "" +msgstr "is niet leesbaar voor Ampache" -#: ../../lib/class/catalog.class.php:441 +#: ../../lib/class/catalog.class.php:468 msgid "Found in ID3" -msgstr "" +msgstr "Gevonden in ID3" -#: ../../lib/class/catalog.class.php:445 +#: ../../lib/class/catalog.class.php:472 msgid "Found on Amazon" -msgstr "" +msgstr "Gevonden in Amazon" -#: ../../lib/class/catalog.class.php:449 +#: ../../lib/class/catalog.class.php:476 msgid "Found in Folder" -msgstr "" +msgstr "Gevonden in Folder" -#: ../../lib/class/catalog.class.php:453 +#: ../../lib/class/catalog.class.php:480 ../../lib/class/catalog.class.php:785 +#: ../../lib/class/catalog.class.php:948 msgid "Found" -msgstr "" +msgstr "Gevonden" -#: ../../lib/class/catalog.class.php:456 +#: ../../lib/class/catalog.class.php:483 msgid "Not Found" -msgstr "" +msgstr "Niet Gevonden" -#: ../../lib/class/catalog.class.php:464 -msgid "Searched" -msgstr "" +#: ../../lib/class/catalog.class.php:504 +msgid "album's with art" +msgstr "album's met hoesje" -#: ../../lib/class/catalog.class.php:622 +#: ../../lib/class/catalog.class.php:651 msgid "Starting Dump Album Art" -msgstr "" +msgstr "Start Dumpen van Album Hoes" -#: ../../lib/class/catalog.class.php:642 +#: ../../lib/class/catalog.class.php:671 msgid "Written" -msgstr "" +msgstr "Opgeslagen" -#: ../../lib/class/catalog.class.php:651 +#: ../../lib/class/catalog.class.php:680 msgid "Error unable to open file for writting" -msgstr "" +msgstr "Fout kan bestand niet wegschrijven" -#: ../../lib/class/catalog.class.php:658 +#: ../../lib/class/catalog.class.php:687 msgid "Album Art Dump Complete" -msgstr "" +msgstr "Dumpen van Album Hoes Compleet" -#: ../../lib/class/catalog.class.php:659 ../../artists.php:64 -#: ../../albums.php:153 +#: ../../lib/class/catalog.class.php:688 ../../albums.php:179 +#: ../../artists.php:67 msgid "Return" -msgstr "" +msgstr "Terug" -#: ../../lib/class/catalog.class.php:728 +#: ../../lib/class/catalog.class.php:776 msgid "Starting Catalog Build" -msgstr "" +msgstr "Start bouwen van Catalogus" -#: ../../lib/class/catalog.class.php:733 +#: ../../lib/class/catalog.class.php:780 msgid "Running Remote Sync" -msgstr "" +msgstr "Start Remote Synchronisatie" -#: ../../lib/class/catalog.class.php:745 ../../lib/class/catalog.class.php:904 +#: ../../lib/class/catalog.class.php:785 ../../lib/class/catalog.class.php:808 +#: ../../lib/class/catalog.class.php:948 ../../lib/class/catalog.class.php:978 +#: ../../lib/ui.lib.php:1228 ../../lib/preferences.php:267 +#: ../../lib/preferences.php:317 ../../admin/catalog.php:260 +#, fuzzy +msgid "None" +msgstr "Nee" + +#: ../../lib/class/catalog.class.php:800 ../../lib/class/catalog.class.php:966 msgid "Added Playlist From" -msgstr "" +msgstr "Speellijst toegevoegd van" -#: ../../lib/class/catalog.class.php:752 ../../lib/class/catalog.class.php:913 -#: ../../admin/catalog.php:258 +#: ../../lib/class/catalog.class.php:807 ../../lib/class/catalog.class.php:977 +#: ../../admin/catalog.php:259 msgid "Starting Album Art Search" -msgstr "" +msgstr "Start Zoeken naar Album Hoes" -#: ../../lib/class/catalog.class.php:762 +#: ../../lib/class/catalog.class.php:808 ../../lib/class/catalog.class.php:978 +#: ../../admin/catalog.php:260 +msgid "Searched" +msgstr "Doorzocht" + +#: ../../lib/class/catalog.class.php:818 msgid "Catalog Finished" -msgstr "" +msgstr "Catalogus Klaar" -#: ../../lib/class/catalog.class.php:762 ../../lib/class/catalog.class.php:932 +#: ../../lib/class/catalog.class.php:818 ../../lib/class/catalog.class.php:998 msgid "Total Time" -msgstr "" +msgstr "Totale Tijd" -#: ../../lib/class/catalog.class.php:762 ../../lib/class/catalog.class.php:933 +#: ../../lib/class/catalog.class.php:818 ../../lib/class/catalog.class.php:999 msgid "Total Songs" -msgstr "" +msgstr "Totaal Aantal Liedjes" -#: ../../lib/class/catalog.class.php:763 ../../lib/class/catalog.class.php:933 +#: ../../lib/class/catalog.class.php:819 ../../lib/class/catalog.class.php:999 msgid "Songs Per Seconds" -msgstr "" +msgstr "Liedjes per Seconde" -#: ../../lib/class/catalog.class.php:797 -#: ../../lib/class/catalog.class.php:1512 +#: ../../lib/class/catalog.class.php:853 +#: ../../lib/class/catalog.class.php:1635 msgid "Updated" -msgstr "" +msgstr "Bijgewerkt" -#: ../../lib/class/catalog.class.php:804 +#: ../../lib/class/catalog.class.php:860 msgid "No Update Needed" -msgstr "" +msgstr "Geen Update Nodig" -#: ../../lib/class/catalog.class.php:885 +#: ../../lib/class/catalog.class.php:939 msgid "Starting New Song Search on" -msgstr "" +msgstr "Start Nieuwe Zoekopdracht voor liedje" -#: ../../lib/class/catalog.class.php:885 +#: ../../lib/class/catalog.class.php:939 msgid "catalog" -msgstr "" +msgstr "catalogus" -#: ../../lib/class/catalog.class.php:889 +#: ../../lib/class/catalog.class.php:943 msgid "Running Remote Update" -msgstr "" +msgstr "Bezig met bijwerken van Remote Catalogus" -#: ../../lib/class/catalog.class.php:932 +#: ../../lib/class/catalog.class.php:998 msgid "Catalog Update Finished" -msgstr "" +msgstr "Bijwerken Catalogus Gereed" -#: ../../lib/class/catalog.class.php:952 ../../lib/mpd.php:43 -#: ../../lib/mpd.php:52 ../../albums.php:74 +#: ../../lib/class/catalog.class.php:1018 ../../albums.php:71 msgid "Error" -msgstr "" +msgstr "Fout" -#: ../../lib/class/catalog.class.php:952 +#: ../../lib/class/catalog.class.php:1018 msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "" +msgstr "Kan XMLRPC library niet laden, check of XML-RPC aanstaat" -#: ../../lib/class/catalog.class.php:991 -#: ../../lib/class/catalog.class.php:1042 +#: ../../lib/class/catalog.class.php:1061 +#: ../../lib/class/catalog.class.php:1116 msgid "Error connecting to" -msgstr "" +msgstr "Fout met connectie naar" -#: ../../lib/class/catalog.class.php:991 -#: ../../lib/class/catalog.class.php:1042 +#: ../../lib/class/catalog.class.php:1061 +#: ../../lib/class/catalog.class.php:1116 msgid "Code" msgstr "" -#: ../../lib/class/catalog.class.php:991 -#: ../../lib/class/catalog.class.php:1042 +#: ../../lib/class/catalog.class.php:1061 +#: ../../lib/class/catalog.class.php:1116 msgid "Reason" -msgstr "" +msgstr "Reden" -#: ../../lib/class/catalog.class.php:1007 +#: ../../lib/class/catalog.class.php:1077 msgid "Completed updating remote catalog(s)" -msgstr "" +msgstr "Klaar met Bijwerken van Remote Catalogus(sen)" + +#: ../../lib/class/catalog.class.php:1112 +msgid "Added" +msgstr "Toegevoegd" + +#: ../../lib/class/catalog.class.php:1194 +#, fuzzy +msgid "Cleaning the" +msgstr "Bijwerken van" + +#: ../../lib/class/catalog.class.php:1194 +#: ../../lib/class/catalog.class.php:1590 +#: ../../themes/tangens/templates/sidebar.inc.php:31 +#: ../../templates/sidebar.inc.php:31 +msgid "Catalog" +msgstr "Catalogus" -#: ../../lib/class/catalog.class.php:1138 +#: ../../lib/class/catalog.class.php:1195 msgid "Checking" -msgstr "" +msgstr "Bezig met Controleren" -#: ../../lib/class/catalog.class.php:1196 +#: ../../lib/class/catalog.class.php:1266 msgid "Catalog Clean Done" -msgstr "" +msgstr "Opschoning Catalogus Gereed" -#: ../../lib/class/catalog.class.php:1196 +#: ../../lib/class/catalog.class.php:1266 msgid "files removed" -msgstr "" +msgstr "files verwijderd" -#: ../../lib/class/catalog.class.php:1469 +#: ../../lib/class/catalog.class.php:1590 msgid "Updating the" -msgstr "" +msgstr "Werk bij de" -#: ../../lib/class/catalog.class.php:1469 ../../templates/sidebar.inc.php:31 -msgid "Catalog" -msgstr "" - -#: ../../lib/class/catalog.class.php:1470 +#: ../../lib/class/catalog.class.php:1591 msgid "songs found checking tag information." -msgstr "" +msgstr "Liedje gevonden bezig met controleren van tag informatie" -#: ../../lib/class/catalog.class.php:1520 +#: ../../lib/class/catalog.class.php:1592 +msgid "Verifed" +msgstr "Geverifieerd" + +#: ../../lib/class/catalog.class.php:1643 msgid " FOUND" -msgstr "" +msgstr " GEVONDEN" -#: ../../lib/class/catalog.class.php:1521 +#: ../../lib/class/catalog.class.php:1644 msgid "Searching for new Album Art" -msgstr "" +msgstr "Bezig met zoeken naar nieuwe album hoes" -#: ../../lib/class/catalog.class.php:1525 +#: ../../lib/class/catalog.class.php:1648 msgid "Album Art Already Found" -msgstr "" +msgstr "Album hoes reeds gevonden" -#: ../../lib/class/artist.class.php:223 -msgid "Error: Name Identical" -msgstr "" +#: ../../lib/class/catalog.class.php:1700 +#, fuzzy +msgid "Update Finished." +msgstr "Bijwerken Catalogus Gereed" -#: ../../lib/class/song.class.php:275 ../../lib/duplicates.php:113 -#: ../../templates/show_search.inc:66 -msgid "Title" -msgstr "" +#: ../../lib/class/catalog.class.php:1700 +#, fuzzy +msgid "Checked" +msgstr "Bezig met Controleren" -#: ../../lib/class/song.class.php:275 ../../lib/class/song.class.php:279 -#: ../../lib/class/song.class.php:283 ../../lib/class/song.class.php:287 -#: ../../lib/class/song.class.php:291 ../../lib/class/song.class.php:295 -#: ../../lib/class/song.class.php:299 ../../lib/class/song.class.php:304 -#: ../../lib/class/song.class.php:309 ../../lib/class/song.class.php:313 -#: ../../lib/class/song.class.php:317 ../../lib/class/song.class.php:322 +#: ../../lib/class/catalog.class.php:1700 +#, fuzzy +msgid "songs updated." +msgstr "liedjes bijgewerkt." + +#: ../../lib/class/genre.class.php:284 +msgid "Show Genres starting with" +msgstr "Laat Genres zien beginnend met" + +#: ../../lib/class/song.class.php:324 +#: ../../templates/show_duplicates.inc.php:37 +#: ../../templates/show_edit_song.inc.php:32 +#: ../../templates/show_disabled_songs.inc:26 +#: ../../templates/show_search.inc:41 +msgid "Title" +msgstr "Titel" + +#: ../../lib/class/song.class.php:324 ../../lib/class/song.class.php:328 +#: ../../lib/class/song.class.php:332 ../../lib/class/song.class.php:336 +#: ../../lib/class/song.class.php:340 ../../lib/class/song.class.php:344 +#: ../../lib/class/song.class.php:348 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:358 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:366 ../../lib/class/song.class.php:371 msgid "updated to" -msgstr "" +msgstr "bijgewerkt naar" -#: ../../lib/class/song.class.php:279 ../../templates/show_uploads.inc:39 -#: ../../templates/show_songs.inc:47 ../../templates/list_duplicates.inc:36 +#: ../../lib/class/song.class.php:328 +#: ../../templates/show_list_duplicates.inc.php:37 +#: ../../templates/show_songs.inc:54 ../../templates/show_uploads.inc:39 msgid "Bitrate" msgstr "" -#: ../../lib/class/song.class.php:283 +#: ../../lib/class/song.class.php:332 msgid "Rate" msgstr "" -#: ../../lib/class/song.class.php:287 +#: ../../lib/class/song.class.php:336 msgid "Mode" -msgstr "" +msgstr "Modus" -#: ../../lib/class/song.class.php:291 ../../templates/show_uploads.inc:38 -#: ../../templates/show_mpdpl.inc:66 ../../templates/show_songs.inc:45 +#: ../../lib/class/song.class.php:340 ../../templates/show_mpdpl.inc:55 +#: ../../templates/show_songs.inc:52 ../../templates/show_uploads.inc:38 msgid "Time" -msgstr "" +msgstr "Tijd" -#: ../../lib/class/song.class.php:295 ../../templates/show_mpdpl.inc:65 -#: ../../templates/show_songs.inc:39 ../../templates/show_songs.inc:44 +#: ../../lib/class/song.class.php:344 +#: ../../templates/show_localplay_playlist.inc.php:27 +#: ../../templates/show_edit_song.inc.php:62 ../../templates/show_mpdpl.inc:54 +#: ../../templates/show_songs.inc:46 ../../templates/show_songs.inc:51 msgid "Track" -msgstr "" +msgstr "Nummer" -#: ../../lib/class/song.class.php:299 +#: ../../lib/class/song.class.php:348 msgid "Filesize" -msgstr "" - -#: ../../lib/class/song.class.php:304 -#: ../../templates/show_get_albumart.inc.php:33 -#: ../../templates/show_uploads.inc:35 ../../templates/show_mpdpl.inc:63 -#: ../../templates/show_songs.inc:42 ../../templates/show_artists.inc:39 -#: ../../templates/show_artists.inc:62 ../../templates/show_albums.inc:40 -#: ../../templates/show_albums.inc:70 ../../templates/list_duplicates.inc:33 -#: ../../templates/show_search.inc:71 +msgstr "Bestands grootte" + +#: ../../lib/class/song.class.php:353 +#: ../../templates/show_get_albumart.inc.php:30 +#: ../../templates/show_list_duplicates.inc.php:34 +#: ../../templates/show_edit_song.inc.php:46 +#: ../../templates/show_disabled_songs.inc:28 +#: ../../templates/show_search.inc:45 +#: ../../templates/show_similar_artists.inc:30 +#: ../../templates/show_artists.inc:41 ../../templates/show_artists.inc:63 +#: ../../templates/show_mpdpl.inc:52 ../../templates/show_songs.inc:49 +#: ../../templates/show_uploads.inc:35 ../../templates/show_albums.inc:42 +#: ../../templates/show_albums.inc:74 msgid "Artist" -msgstr "" - -#: ../../lib/class/song.class.php:309 -#: ../../templates/show_get_albumart.inc.php:41 -#: ../../templates/show_uploads.inc:36 ../../templates/show_mpdpl.inc:64 -#: ../../templates/show_songs.inc:43 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:68 ../../templates/list_duplicates.inc:34 -#: ../../templates/show_search.inc:78 +msgstr "Artiest" + +#: ../../lib/class/song.class.php:358 +#: ../../templates/show_get_albumart.inc.php:38 +#: ../../templates/show_list_duplicates.inc.php:35 +#: ../../templates/show_edit_song.inc.php:38 +#: ../../templates/show_disabled_songs.inc:27 +#: ../../templates/show_search.inc:51 ../../templates/show_mpdpl.inc:53 +#: ../../templates/show_songs.inc:50 ../../templates/show_uploads.inc:36 +#: ../../templates/show_albums.inc:39 ../../templates/show_albums.inc:71 msgid "Album" -msgstr "" +msgstr "Album" -#: ../../lib/class/song.class.php:313 ../../templates/show_albums.inc:43 -#: ../../templates/show_albums.inc:73 ../../templates/show_search.inc:90 +#: ../../lib/class/song.class.php:362 +#: ../../templates/show_edit_song.inc.php:68 +#: ../../templates/show_search.inc:61 ../../templates/show_albums.inc:46 +#: ../../templates/show_albums.inc:78 msgid "Year" -msgstr "" +msgstr "Jaar" -#: ../../lib/class/song.class.php:317 ../../templates/flag.inc:66 -#: ../../templates/list_flagged.inc:46 +#: ../../lib/class/song.class.php:366 ../../templates/show_flag.inc.php:67 +#: ../../templates/show_edit_song.inc.php:74 +#: ../../templates/show_search.inc:35 msgid "Comment" -msgstr "" - -#: ../../lib/class/song.class.php:322 ../../templates/show_genre.inc.php:32 -#: ../../templates/show_genres.inc.php:36 ../../templates/sidebar.inc.php:37 -#: ../../templates/show_uploads.inc:37 ../../templates/show_mpdpl.inc:67 -#: ../../templates/show_songs.inc:48 ../../templates/show_browse_menu.inc:37 -#: ../../templates/show_search.inc:83 +msgstr "Commentaar" + +#: ../../lib/class/song.class.php:371 ../../lib/ui.lib.php:885 +#: ../../themes/tangens/templates/sidebar.inc.php:37 +#: ../../templates/show_genres.inc.php:37 ../../templates/sidebar.inc.php:38 +#: ../../templates/show_edit_song.inc.php:54 +#: ../../templates/show_genre.inc.php:29 ../../templates/show_search.inc:55 +#: ../../templates/show_mpdpl.inc:56 ../../templates/show_songs.inc:55 +#: ../../templates/show_uploads.inc:37 msgid "Genre" -msgstr "" +msgstr "Genre" -#: ../../lib/class/stream.class.php:198 -msgid "Opened for writing" -msgstr "" +#: ../../lib/class/flag.class.php:241 +#, fuzzy +msgid "Approved" +msgstr "Verplaatst" -#: ../../lib/class/stream.class.php:203 -msgid "Error, cannot write" -msgstr "" +#: ../../lib/class/flag.class.php:242 +#, fuzzy +msgid "Pending" +msgstr "Bezig met Toevoegen" + +#: ../../lib/class/flag.class.php:254 +#: ../../templates/show_playlists.inc.php:57 +#: ../../templates/show_flag.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:44 +#: ../../templates/show_admin_tools.inc.php:51 ../../templates/catalog.inc:67 +#: ../../templates/show_uploads.inc:53 +msgid "Delete" +msgstr "Verwijder" -#: ../../lib/class/stream.class.php:214 -msgid "Error, cannot write song in file" -msgstr "" +#: ../../lib/class/flag.class.php:257 +msgid "Re-Tag" +msgstr "Opnieuw Taggen" -#: ../../lib/class/stream.class.php:220 -msgid "Closed after write" -msgstr "" +#: ../../lib/class/flag.class.php:260 ../../templates/show_flag.inc.php:61 +msgid "Re-encode" +msgstr "Opnieuw encoderen" -#: ../../lib/class/genre.class.php:278 -msgid "Show Genres starting with" -msgstr "" +#: ../../lib/class/flag.class.php:263 ../../templates/show_flag.inc.php:62 +#, fuzzy +msgid "Other" +msgstr "anders" #: ../../lib/class/album.class.php:151 msgid "Various" -msgstr "" - -#: ../../lib/duplicates.php:102 -msgid "Find Duplicates" -msgstr "" - -#: ../../lib/duplicates.php:105 -msgid "Search Type" -msgstr "" - -#: ../../lib/duplicates.php:119 -msgid "Artist and Title" -msgstr "" - -#: ../../lib/duplicates.php:124 -msgid "Artist, Album and Title" -msgstr "" - -#: ../../lib/duplicates.php:132 ../../templates/sidebar.inc.php:97 -#: ../../templates/sidebar.inc.php:103 ../../templates/show_search_bar.inc:41 -#: ../../templates/menu.inc:39 ../../templates/show_search.inc:171 -msgid "Search" -msgstr "" - -#: ../../lib/preferences.php:252 ../../templates/show_users.inc:118 -msgid "Enable" -msgstr "" - -#: ../../lib/preferences.php:253 ../../templates/show_users.inc:121 -#: ../../templates/list_duplicates.inc:31 -msgid "Disable" -msgstr "" - -#: ../../lib/preferences.php:265 ../../templates/add_catalog.inc:61 -msgid "Local" -msgstr "" +msgstr "Diverse" -#: ../../lib/preferences.php:268 -msgid "Stream" -msgstr "" +#: ../../lib/general.lib.php:652 ../../stats.php:50 ../../stats.php:62 +#: ../../stats.php:74 +msgid "Not Enough Data" +msgstr "Niet voldoende gegevens" -#: ../../lib/preferences.php:271 -msgid "IceCast" -msgstr "" +#: ../../lib/general.lib.php:851 ../../lib/general.lib.php:862 +msgid "English" +msgstr "Amerikaans Engels" -#: ../../lib/preferences.php:274 -msgid "Downsample" -msgstr "" +#: ../../lib/general.lib.php:863 +msgid "British English" +msgstr "Engels" -#: ../../lib/preferences.php:277 -msgid "Music Player Daemon" -msgstr "" +#: ../../lib/general.lib.php:868 +msgid "Turkish" +msgstr "Turks" -#: ../../lib/preferences.php:280 -msgid "SlimServer" -msgstr "" +#: ../../lib/general.lib.php:869 +msgid "Simplified Chinese" +msgstr "Simpel Chinees" -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "" +#: ../../lib/general.lib.php:947 ../../templates/show_mpdplay.inc:94 +#: ../../templates/show_mpdplay.inc:106 +msgid "On" +msgstr "Aan" -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "" +#: ../../lib/general.lib.php:950 ../../templates/show_mpdplay.inc:95 +#: ../../templates/show_mpdplay.inc:107 +msgid "Off" +msgstr "Uit" -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "" +#: ../../lib/playlist.lib.php:74 +msgid "No songs in this playlist." +msgstr "Geen liedjes in deze speellijst" -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "" +#: ../../lib/rating.lib.php:43 +msgid "Don't Play" +msgstr "Niet Afspelen" -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "" +#: ../../lib/rating.lib.php:46 +msgid "It's Pretty Bad" +msgstr "Het is vrij slecht" -#: ../../lib/mpd.php:43 ../../lib/mpd.php:52 -msgid "Could not add" -msgstr "Kon niet toevoegen" +#: ../../lib/rating.lib.php:49 +msgid "It's Ok" +msgstr "Het is goed" -#: ../../lib/general.lib.php:675 -msgid "Not Enough Data" -msgstr "" +#: ../../lib/rating.lib.php:52 +msgid "It's Pretty Good" +msgstr "Het is Vrij Goed" -#: ../../lib/general.lib.php:897 ../../lib/general.lib.php:908 -msgid "English" -msgstr "" +#: ../../lib/rating.lib.php:55 +msgid "I Love It!" +msgstr "Ik ben er gek van" -#: ../../lib/general.lib.php:907 -msgid "German" -msgstr "Duits" +#: ../../lib/rating.lib.php:58 +msgid "It's Insane" +msgstr "Het is te Gek" -#: ../../lib/general.lib.php:909 -msgid "British English" -msgstr "" +#: ../../lib/rating.lib.php:62 +msgid "Off the Charts!" +msgstr "Niet te geloven" -#: ../../lib/general.lib.php:910 -msgid "Spanish" +#: ../../lib/debug.lib.php:218 +msgid "" +"You defined the option \"debug = on\" but didn't define a log path for the " +"log to be stored" msgstr "" +"U heeft de \"debug = on\" optie aangezet maar heeft geen directory opgegeven" +"voor de logfile" -#: ../../lib/general.lib.php:911 -msgid "French" -msgstr "Frans" +#: ../../lib/upload.php:231 +msgid "The file uploaded successfully" +msgstr "Bestand succesvol geupload" -#: ../../lib/general.lib.php:912 -msgid "Italian" -msgstr "" +#: ../../lib/upload.php:232 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "De bestand groote overschrijd de upload_max_filesize variabele in php.ini" -#: ../../lib/general.lib.php:913 -msgid "Dutch" +#: ../../lib/upload.php:233 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" msgstr "" +"De bestand groote overschrijd de MAX_FILE_SIZE variabele dat gedefinieerd " +"was in het HTML formulier" -#: ../../lib/general.lib.php:914 -msgid "Turkish" -msgstr "" +#: ../../lib/upload.php:234 +msgid "The uploaded file was only partially uploaded" +msgstr "Bestand was gedeeltelijk geupload" -#: ../../lib/general.lib.php:915 -msgid "Simplified Chinese" -msgstr "" +#: ../../lib/upload.php:235 +msgid "No file was uploaded" +msgstr "Geen bestand geupload" -#: ../../lib/general.lib.php:916 -msgid "Unknown" -msgstr "" +#: ../../lib/upload.php:236 +msgid "Missing a temporary folder" +msgstr "Tijdelijke Folder ontbreekt" -#: ../../lib/ui.lib.php:222 +#: ../../lib/ui.lib.php:115 msgid "Error Access Denied" -msgstr "" +msgstr "Fout Toegang Gewijgerd" -#: ../../lib/ui.lib.php:299 ../../templates/sidebar.inc.php:69 -#: ../../templates/header.inc:51 ../../templates/menu.inc:35 +#: ../../lib/ui.lib.php:194 ../../themes/tangens/templates/sidebar.inc.php:86 +#: ../../templates/sidebar.inc.php:92 msgid "Browse" -msgstr "" +msgstr "Bladeren" -#: ../../lib/ui.lib.php:301 +#: ../../lib/ui.lib.php:196 msgid "Show w/o art" -msgstr "" +msgstr "Zonder Hoes" -#: ../../lib/ui.lib.php:304 +#: ../../lib/ui.lib.php:199 msgid "Show all" -msgstr "" +msgstr "Alles" -#: ../../lib/ui.lib.php:721 +#: ../../lib/ui.lib.php:580 ../../admin/mail.php:80 msgid "No Catalogs Found!" -msgstr "" +msgstr "Geen Catalogus Gevonden" -#: ../../lib/ui.lib.php:722 ../../templates/add_catalog.inc:29 +#: ../../lib/ui.lib.php:581 ../../admin/mail.php:81 +#: ../../templates/show_add_catalog.inc.php:28 +#: ../../templates/show_admin_tools.inc.php:68 msgid "Add a Catalog" -msgstr "" +msgstr "Voeg Catalogus Toe" -#: ../../lib/ui.lib.php:723 ../../templates/show_local_catalog_info.inc.php:7 +#: ../../lib/ui.lib.php:582 ../../admin/mail.php:82 +#: ../../templates/show_mail_users.inc.php:41 +#: ../../templates/show_local_catalog_info.inc.php:23 msgid "Catalog Statistics" -msgstr "" +msgstr "Catalogus Statistieken" -#: ../../lib/ui.lib.php:759 +#: ../../lib/ui.lib.php:618 ../../admin/mail.php:119 msgid "day" -msgstr "" +msgstr "dag" -#: ../../lib/ui.lib.php:759 +#: ../../lib/ui.lib.php:618 ../../admin/mail.php:119 msgid "days" -msgstr "" +msgstr "dagen" -#: ../../lib/ui.lib.php:761 +#: ../../lib/ui.lib.php:620 ../../admin/mail.php:121 msgid "hour" -msgstr "" +msgstr "uur" -#: ../../lib/ui.lib.php:761 +#: ../../lib/ui.lib.php:620 ../../admin/mail.php:121 msgid "hours" -msgstr "" +msgstr "uren" -#: ../../lib/ui.lib.php:1053 ../../templates/sidebar.inc.php:128 -#: ../../templates/show_random_play_bar.inc.php:45 -#: ../../templates/show_artists.inc:55 ../../templates/show_random_play.inc:46 -#: ../../templates/show_albums.inc:58 -msgid "All" -msgstr "" +#: ../../lib/ui.lib.php:824 ../../themes/tangens/templates/sidebar.inc.php:62 +#: ../../templates/show_tv.inc.php:57 ../../templates/sidebar.inc.php:52 +msgid "Home" +msgstr "Begin" -#: ../../lib/Browser.php:867 -msgid "file" +#: ../../lib/ui.lib.php:827 ../../themes/tangens/templates/sidebar.inc.php:102 +#: ../../templates/sidebar.inc.php:111 ../../templates/show_upload.inc:53 +msgid "Upload" msgstr "" -#: ../../lib/Browser.php:871 -msgid "File uploads not supported." -msgstr "" +#: ../../lib/ui.lib.php:830 ../../themes/tangens/templates/sidebar.inc.php:110 +msgid "Local Play" +msgstr "Lokaal Afspelen" -#: ../../lib/Browser.php:889 -msgid "No file uploaded" -msgstr "" +#: ../../lib/ui.lib.php:833 +#, fuzzy +msgid "Random Play" +msgstr "Willekeurig Aspelen" -#: ../../lib/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." -msgstr "" +#: ../../lib/ui.lib.php:836 ../../templates/show_play_selected.inc.php:47 +msgid "Playlist" +msgstr "Speellijst" -#: ../../lib/Browser.php:901 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was larger than the maximum " -"allowed size (%d bytes)." -msgstr "" +#: ../../lib/ui.lib.php:839 ../../themes/tangens/templates/sidebar.inc.php:114 +#: ../../themes/tangens/templates/sidebar.inc.php:120 +#: ../../templates/show_duplicates.inc.php:56 +#: ../../templates/sidebar.inc.php:130 ../../templates/sidebar.inc.php:136 +#: ../../templates/show_search.inc:131 ../../templates/show_search_bar.inc:31 +msgid "Search" +msgstr "Zoeken" -#: ../../lib/Browser.php:903 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was only partially uploaded." -msgstr "" +#: ../../lib/ui.lib.php:842 ../../themes/tangens/templates/sidebar.inc.php:83 +#: ../../templates/sidebar.inc.php:84 +msgid "Preferences" +msgstr "Instellingen" -#: ../../lib/upload.php:228 -msgid "The file uploaded successfully" -msgstr "" +#: ../../lib/ui.lib.php:845 ../../lib/ui.lib.php:849 +#, fuzzy +msgid "Admin-Catalog" +msgstr "Voeg Catalogus Toe" -#: ../../lib/upload.php:229 -msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" -msgstr "" +#: ../../lib/ui.lib.php:853 +#, fuzzy +msgid "Admin-User Management" +msgstr "Gebruikers Overeenkomst" -#: ../../lib/upload.php:230 -msgid "" -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " -"the HTML form" -msgstr "" +#: ../../lib/ui.lib.php:857 +#, fuzzy +msgid "Admin-Mail Users" +msgstr "Mail Gebruikers" -#: ../../lib/upload.php:231 -msgid "The uploaded file was only partially uploaded" -msgstr "" +#: ../../lib/ui.lib.php:861 +#, fuzzy +msgid "Admin-Manage Access Lists" +msgstr "Toegangs Regels" -#: ../../lib/upload.php:232 -msgid "No file was uploaded" -msgstr "" +#: ../../lib/ui.lib.php:865 +#, fuzzy +msgid "Admin-Site Preferences" +msgstr "Beheer Site Instellingen" -#: ../../lib/upload.php:233 -msgid "Missing a temporary folder" -msgstr "" +#: ../../lib/ui.lib.php:869 +msgid "Admin-Manage Modules" +msgstr "Beheer Modules" -#: ../../lib/rating.lib.php:55 -msgid "Don't Play" -msgstr "" +#: ../../lib/ui.lib.php:873 +#, fuzzy +msgid "Browse Music" +msgstr "Bladeren" -#: ../../lib/rating.lib.php:58 -msgid "It's Pretty Bad" +#: ../../lib/ui.lib.php:877 ../../admin/mail.php:133 +#: ../../themes/tangens/templates/sidebar.inc.php:35 +#: ../../themes/tangens/templates/sidebar.inc.php:153 +#: ../../templates/show_local_catalog_info.inc.php:34 +#: ../../templates/sidebar.inc.php:36 ../../templates/sidebar.inc.php:170 +#: ../../templates/show_genre.inc.php:32 ../../templates/show_artists.inc:44 +#: ../../templates/show_artists.inc:66 +msgid "Albums" msgstr "" -#: ../../lib/rating.lib.php:61 -msgid "It's Ok" -msgstr "" +#: ../../lib/ui.lib.php:881 ../../admin/mail.php:134 +#: ../../themes/tangens/templates/sidebar.inc.php:36 +#: ../../themes/tangens/templates/sidebar.inc.php:152 +#: ../../templates/show_local_catalog_info.inc.php:38 +#: ../../templates/sidebar.inc.php:37 ../../templates/sidebar.inc.php:169 +#: ../../templates/show_genre.inc.php:35 +msgid "Artists" +msgstr "Artiesten" -#: ../../lib/rating.lib.php:64 -msgid "It's Pretty Good" -msgstr "" +#: ../../lib/ui.lib.php:889 ../../templates/sidebar.inc.php:124 +#, fuzzy +msgid "Statistics" +msgstr "Statistieken" + +#: ../../lib/ui.lib.php:934 ../../themes/tangens/templates/sidebar.inc.php:145 +#: ../../templates/sidebar.inc.php:162 +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_edit_access.inc:69 ../../templates/show_artists.inc:56 +#: ../../templates/show_albums.inc:61 ../../templates/show_add_access.inc:60 +#: ../../templates/show_random_play.inc:41 +msgid "All" +msgstr "Alles" -#: ../../lib/rating.lib.php:67 -msgid "I Love It!" -msgstr "" +#: ../../lib/preferences.php:256 ../../templates/show_songs.inc:139 +msgid "Enable" +msgstr "Activeer" -#: ../../lib/rating.lib.php:70 -msgid "It's Insane" +#: ../../lib/preferences.php:257 +#: ../../templates/show_list_duplicates.inc.php:32 +#: ../../templates/show_songs.inc:137 +msgid "Disable" +msgstr "Deactiveer" + +#: ../../lib/preferences.php:269 +#: ../../templates/show_localplay_switch.inc.php:2 +msgid "Stream" msgstr "" -#: ../../lib/rating.lib.php:74 -msgid "Off the Charts!" +#: ../../lib/preferences.php:272 +msgid "Downsample" msgstr "" -#: ../../lib/playlist.lib.php:73 -msgid "No songs in this playlist." +#: ../../lib/preferences.php:275 +msgid "Democratic" +msgstr "Democratisch" + +#: ../../lib/preferences.php:278 +#: ../../templates/show_localplay_switch.inc.php:5 +#: ../../templates/show_localplay.inc.php:26 +#: ../../templates/sidebar.inc.php:182 +#, fuzzy +msgid "Localplay" +msgstr "Lokaal Afspelen" + +#: ../../lib/preferences.php:280 +msgid "XSPF Player" +msgstr "XSPF Speler" + +#: ../../lib/preferences.php:287 +msgid "M3U" msgstr "" -#: ../../modules/lib.php:537 -msgid "Create a new playlist" +#: ../../lib/preferences.php:288 +msgid "Simple M3U" msgstr "" -#: ../../modules/admin.php:46 -msgid "Manage Users" +#: ../../lib/preferences.php:289 +msgid "PLS" msgstr "" -#: ../../modules/admin.php:48 ../../templates/show_admin_index.inc:34 -msgid "Add a new user" +#: ../../lib/preferences.php:290 +msgid "Asx" msgstr "" -#: ../../admin/catalog.php:49 ../../templates/catalog.inc:63 -msgid "Add to Catalog(s)" +#: ../../lib/preferences.php:291 +msgid "RAM" msgstr "" -#: ../../admin/catalog.php:60 ../../templates/catalog.inc:64 -msgid "Add to all Catalogs" +#: ../../lib/preferences.php:292 +msgid "XSPF" msgstr "" -#: ../../admin/catalog.php:69 -msgid "Error Connecting" -msgstr "Fout bij Verbinding" +#: ../../lib/preferences.php:324 +#, fuzzy +msgid "Disabled" +msgstr "Deactiveer" -#: ../../admin/catalog.php:83 ../../templates/catalog.inc:70 -msgid "Update Catalog(s)" -msgstr "" +#: ../../lib/preferences.php:325 +msgid "Global" +msgstr "Globaal" -#: ../../admin/catalog.php:94 ../../templates/catalog.inc:71 -msgid "Update All Catalogs" -msgstr "" +#: ../../lib/preferences.php:326 +#, fuzzy +msgid "Full" +msgstr "Volledig" -#: ../../admin/catalog.php:126 ../../templates/catalog.inc:77 -msgid "Clean Catalog(s)" -msgstr "" +#: ../../localplay.php:50 ../../localplay.php:58 +msgid "Song(s) Removed from Playlist" +msgstr "Liedje(s) Verwijderd van Speellijst " -#: ../../admin/catalog.php:156 ../../templates/catalog.inc:78 -msgid "Clean All Catalogs" -msgstr "" +#: ../../localplay.php:77 +#, fuzzy +msgid "Localplay Init Failed" +msgstr "Lokale Afspeel Initialisatie Gefaalt" + +#: ../../play/index.php:58 ../../download/index.php:62 +msgid "Session Expired: please log in again at" +msgstr "Sessie Verlopen: log opnieuw in op" + +#: ../../update.php:74 +#, fuzzy +msgid "Ampache Update" +msgstr "Ampache Bijwerken" + +#: ../../ratings.php:33 +msgid "Rating Updated" +msgstr "Waardering Bijgewerkt" -#: ../../admin/catalog.php:206 +#: ../../ratings.php:33 +msgid "Your rating for this object has been updated" +msgstr "Uw Waardeering voor dit object is bijgewerkt" + +#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 +#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 +#, fuzzy +msgid "Catalog Updated" +msgstr "Bijwerken Catalogus Gereed" + +#: ../../admin/catalog.php:119 +#, fuzzy +msgid "Catalog Deleted" +msgstr "Catalogus Type" + +#: ../../admin/catalog.php:119 +msgid "The Catalog and all associated records has been deleted" +msgstr "De Catalogus en alle verwante items verwijderd" + +#: ../../admin/catalog.php:128 +#, fuzzy +msgid "Songs Removed" +msgstr "Liedjes verwijderd" + +#: ../../admin/catalog.php:131 +msgid "No Songs Removed" +msgstr "Geen Liedjes Verwijderd" + +#: ../../admin/catalog.php:134 +#, fuzzy +msgid "Disabled Songs Processed" +msgstr "Laat gedeactiveerde Liedjes Zien" + +#: ../../admin/catalog.php:155 +#, fuzzy +msgid "Catalog Cleaned" +msgstr "Opschoning Catalogus Gereed" + +#: ../../admin/catalog.php:198 +#, fuzzy +msgid "Catalog Created" +msgstr "Catalogus Gecreeerd" + +#: ../../admin/catalog.php:199 +#, fuzzy +msgid "Catalog Created and Songs Indexed" +msgstr "Catalogus Gereed an Liedjes Geindexeerd" + +#: ../../admin/catalog.php:212 +#, fuzzy +msgid "Catalog statistics cleared" +msgstr "Catalogus Statistieken opgeschoond" + +#: ../../admin/catalog.php:222 msgid "Now Playing Cleared" -msgstr "" +msgstr "Nu Speelt Opgeschoond" -#: ../../admin/catalog.php:206 +#: ../../admin/catalog.php:222 msgid "All now playing data has been cleared" -msgstr "" - -#: ../../admin/catalog.php:211 -msgid "Do you really want to clear your catalog?" -msgstr "Wilt u echt uw catalogus leegmaken?" +msgstr "Alle Nu Speelt data opgeschoond" -#: ../../admin/catalog.php:218 +#: ../../admin/catalog.php:229 msgid "Do you really want to clear the statistics for this catalog?" -msgstr "" +msgstr "Weet je zeker dat je alle Statistieken van deze catalogus wilt verwijderen?" + +#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:69 +#: ../../templates/catalog.inc:32 +msgid "Clear Catalog Stats" +msgstr "Schoon Catalogus Statistieken op" -#: ../../admin/catalog.php:235 +#: ../../admin/catalog.php:241 +#, fuzzy +msgid "No Disabled songs found" +msgstr "Geen Gedeactiveerde Liedjes gevonden" + +#: ../../admin/catalog.php:249 +#, fuzzy +msgid "Delete Catalog" +msgstr "Verwijder Catalogus" + +#: ../../admin/catalog.php:249 msgid "Do you really want to delete this catalog?" -msgstr "" +msgstr "Weet je zeker dat je deze catalogus wilt verwijderen?" -#: ../../admin/catalog.php:266 +#: ../../admin/catalog.php:262 ../../admin/catalog.php:265 msgid "Album Art Search Finished" -msgstr "" +msgstr "Album Hoes Zoeken beeindigd" -#: ../../admin/users.php:72 ../../admin/users.php:119 -msgid "Error Username Required" -msgstr "" +#: ../../admin/system.php:120 +#, fuzzy +msgid "Export Failed" +msgstr "Export Gefaalt" -#: ../../admin/users.php:75 ../../admin/users.php:115 -msgid "Error Passwords don't match" -msgstr "" +#: ../../admin/mail.php:131 ../../templates/show_local_catalog_info.inc.php:26 +msgid "Total Users" +msgstr "Gebruikers Totaal" -#: ../../admin/users.php:124 ../../register.php:136 -msgid "Error Username already exists" -msgstr "" +#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:30 +msgid "Connected Users" +msgstr "Actieve Gebruikers" + +#: ../../admin/mail.php:135 ../../themes/tangens/templates/sidebar.inc.php:150 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_local_catalog_info.inc.php:42 +#: ../../templates/sidebar.inc.php:167 ../../templates/show_genre.inc.php:38 +#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:65 +#: ../../templates/show_albums.inc:44 ../../templates/show_albums.inc:76 +msgid "Songs" +msgstr "Liedjes" -#: ../../admin/users.php:145 -msgid "Are you sure you want to permanently delete" -msgstr "" +#: ../../admin/mail.php:136 ../../templates/show_local_catalog_info.inc.php:46 +msgid "Catalog Size" +msgstr "Catalogus Grootte" -#: ../../admin/users.php:152 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:107 -msgid "No" -msgstr "" +#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:50 +msgid "Catalog Time" +msgstr "Catalogus Tijd" -#: ../../admin/users.php:154 -msgid "User Deleted" -msgstr "" +#: ../../admin/mail.php:219 +msgid "E-mail Sent" +msgstr "E-mail Verzonden" -#: ../../admin/users.php:157 -msgid "Delete Error" -msgstr "" +#: ../../admin/mail.php:220 +msgid "Your E-mail was successfully sent." +msgstr "Uw E-mail is succesvol verzonden." -#: ../../admin/users.php:157 -msgid "Unable to delete last Admin User" -msgstr "" +#: ../../admin/access.php:42 +#, fuzzy +msgid "Confirm Delete" +msgstr "Bevestig verwijdering" -#: ../../admin/access.php:40 +#: ../../admin/access.php:43 msgid "Do you really want to delete this Access Record?" -msgstr "" +msgstr "Weet je zeker dat je deze Toegangs Regel wilt verwijderen" -#: ../../admin/access.php:48 +#: ../../admin/access.php:49 msgid "Entry Deleted" -msgstr "" +msgstr "Entry Verwijderd" -#: ../../admin/access.php:48 +#: ../../admin/access.php:49 msgid "Your Access List Entry has been removed" -msgstr "" +msgstr "Uw Toegangs Regel is verwijderd" -#: ../../admin/access.php:58 +#: ../../admin/access.php:54 msgid "Entry Added" -msgstr "" +msgstr "Entry Toegevoegd" -#: ../../admin/access.php:58 +#: ../../admin/access.php:54 msgid "Your new Access List Entry has been created" -msgstr "" +msgstr "Uw Nieuwe Toegangs Regel is gecreerd" -#: ../../admin/mail.php:94 -msgid "Mail to" -msgstr "" +#: ../../admin/access.php:58 +#, fuzzy +msgid "Entry Updated" +msgstr "Entry Toegevoegd" -#: ../../admin/mail.php:105 -msgid "Subject" -msgstr "" +#: ../../admin/access.php:58 +#, fuzzy +msgid "Access List Entry updated" +msgstr "Uw Toegangs Regel is bijgewerkt" -#: ../../admin/mail.php:112 -msgid "Message" -msgstr "" +#: ../../admin/flag.php:98 +#, fuzzy +msgid "Song Updated" +msgstr "Liedje Bijgewerkt" -#: ../../admin/mail.php:122 -msgid "Send Mail" -msgstr "" +#: ../../admin/flag.php:98 +#, fuzzy +msgid "The requested song has been updated" +msgstr "Het gevraagde liedje is bijgewerkt" + +#: ../../admin/flag.php:106 +#, fuzzy +msgid "Flag Removed" +msgstr "Markering verwijderd" + +#: ../../admin/flag.php:107 +msgid "Flag Removed from" +msgstr "Markering verwijderd van" -#: ../../admin/song.php:65 +#: ../../admin/flag.php:125 msgid "Songs Disabled" -msgstr "" +msgstr "Liedjes Gedeactiveerd" -#: ../../admin/song.php:65 +#: ../../admin/flag.php:125 msgid "The requested song(s) have been disabled" -msgstr "" +msgstr "De gevraagde liedjes zijn gedeactiveerd" -#: ../../admin/song.php:75 +#: ../../admin/flag.php:136 msgid "Songs Enabled" -msgstr "" +msgstr "Liedjes Geactiveerd" -#: ../../admin/song.php:75 +#: ../../admin/flag.php:136 msgid "The requested song(s) have been enabled" -msgstr "" +msgstr "De Gevraagde liedjes zijn geactiveerd" -#: ../../templates/show_install_account.inc.php:35 -#: ../../templates/show_install_config.inc:35 -#: ../../templates/show_install.inc:35 -msgid "Ampache Installation" -msgstr "" +#: ../../admin/flag.php:141 +#, fuzzy +msgid "Flagged Records" +msgstr "Gemarkeerd door" -#: ../../templates/show_install_account.inc.php:37 -#: ../../templates/show_install_config.inc:37 -#: ../../templates/show_install.inc:37 -msgid "" -"This Page handles the installation of the Ampache database and the creation " -"of the ampache.cfg.php file. Before you continue please make sure that you " -"have the following pre-requisites" -msgstr "" +#: ../../admin/modules.php:41 +#, fuzzy +msgid "Module Activated" +msgstr "Module geactiveerd" -#: ../../templates/show_install_account.inc.php:40 -#: ../../templates/show_install_config.inc:40 -#: ../../templates/show_install.inc:40 -msgid "" -"A MySQL Server with a username and password that can create/modify databases" -msgstr "" +#: ../../admin/modules.php:48 +#, fuzzy +msgid "Are you sure you want to remove this module?" +msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?" -#: ../../templates/show_install_account.inc.php:41 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" -msgstr "" +#: ../../admin/modules.php:56 +#, fuzzy +msgid "Module Deactivated" +msgstr "Module geactiveerd" -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_config.inc:43 -#: ../../templates/show_install.inc:43 -msgid "" -"Once you have ensured that you have the above requirements please fill out " -"the information below. You will only be asked for the required config " -"values. If you would like to make changes to your ampache install at a later " -"date simply edit /config/ampache.cfg.php" -msgstr "" +#: ../../admin/users.php:65 ../../admin/users.php:112 +msgid "Error Username Required" +msgstr "Fout Gebruikersnaam Verplicht" -#: ../../templates/show_install_account.inc.php:48 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -msgid "Step 1 - Creating and Inserting the Ampache Database" -msgstr "" +#: ../../admin/users.php:68 ../../admin/users.php:108 +msgid "Error Passwords don't match" +msgstr "Fout Paswoorden zijn niet gelijk" -#: ../../templates/show_install_account.inc.php:49 -msgid "Step 2 - Creating the ampache.cfg.php file" -msgstr "" +#: ../../admin/users.php:117 ../../register.php:138 +msgid "Error Username already exists" +msgstr "Fout Gebruikersnaam bestaat al" -#: ../../templates/show_install_account.inc.php:50 -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:52 -msgid "Step 3 - Setup Initial Account" -msgstr "" +#: ../../admin/users.php:139 +msgid "Deletion Request" +msgstr "Verwijder Verzoek" -#: ../../templates/show_install_account.inc.php:52 +#: ../../admin/users.php:140 +msgid "Are you sure you want to permanently delete" +msgstr "Weet je zeker dat je dit permanent wilt verwijderem" + +#: ../../admin/users.php:145 ../../templates/show_confirm_action.inc.php:29 +#: ../../templates/show_search.inc:76 +msgid "No" +msgstr "Nee" + +#: ../../admin/users.php:147 +msgid "User Deleted" +msgstr "Gebruiker Verwijderd" + +#: ../../admin/users.php:150 +msgid "Delete Error" +msgstr "Verwijder Fout" + +#: ../../admin/users.php:150 +msgid "Unable to delete last Admin User" +msgstr "Kan de laatste admin gebruiker niet verwijderen" + +#: ../../browse.php:48 ../../albums.php:196 +msgid "Show Albums starting with" +msgstr "Albums beginnend met" + +#: ../../browse.php:78 ../../artists.php:200 ../../artists.php:222 +msgid "Show Artists starting with" +msgstr "Artiesten beginnend met" + +#: ../../browse.php:123 +#, fuzzy +msgid "Show Titles Starting With" +msgstr "Titels beginnend met" + +#: ../../albums.php:42 +msgid "Album Art Cleared" +msgstr "Album Hoes verwijderd" + +#: ../../albums.php:42 +#, fuzzy +msgid "Album Art information has been removed from the database" +msgstr "Album Hoes informatie is verwijderd uit de database" + +#: ../../albums.php:71 +msgid "No Amazon Developer Key set, amazon album art searching will not work" +msgstr "Geen Amazon Developer Key ingevuld, album hoesje zoeken zal niet werken" + +#: ../../albums.php:105 ../../albums.php:138 +msgid "Album Art Not Located" +msgstr "Album Hoesje niet Gevonden" + +#: ../../albums.php:105 msgid "" -"This step creates your initial Ampache admin account. Once your admin " -"account has been created you will be directed to the login page" +"Album Art could not be located at this time. This may be due to Amazon being " +"busy, or the album not being present in their collection." msgstr "" +"Album Hoesje kon op dit moment niet gevonden worden. Dit kan komen door de " +"drukte bij Amazon,of omdat het album niet in hun collectie aanweizg is." -#: ../../templates/show_install_account.inc.php:55 -msgid "Create Admin Account" -msgstr "" +#: ../../albums.php:135 ../../albums.php:163 +msgid "Album Art Inserted" +msgstr "Album Hoesje Toegevoegd" -#: ../../templates/show_install_account.inc.php:60 -#: ../../templates/show_user_registration.inc.php:109 -#: ../../templates/userform.inc:40 ../../templates/show_users.inc:43 -msgid "Username" +#: ../../albums.php:138 +#, fuzzy +msgid "" +"Album Art could not be located at this time. This may be due to write acces " +"error, or the file is not received corectly." msgstr "" +"Album Hoesje kon op dit moment niet gevonden worden. Dit kan komen door de " +"drukte bij Amazon, of omdat het album niet in hun collectie aanwezig is." -#: ../../templates/show_install_account.inc.php:64 -#: ../../templates/show_user_registration.inc.php:137 -#: ../../templates/userform.inc:63 ../../templates/show_login_form.inc:53 -msgid "Password" -msgstr "" +#: ../../albums.php:173 ../../artists.php:61 +msgid "Starting Update from Tags" +msgstr "Start met bijwerken vanuit Tags" -#: ../../templates/show_install_account.inc.php:69 -msgid "Create Account" -msgstr "" +#: ../../albums.php:178 ../../artists.php:66 +msgid "Update From Tags Complete" +msgstr "Bijwerken vanuit Tags voltooid" -#: ../../templates/show_user_registration.inc.php:59 -msgid "Ampache New User Registration" -msgstr "" +#: ../../login.php:80 +msgid "User Disabled please contact Admin" +msgstr "Gebruiker gedeactiveerd neem contact op met beheerder" -#: ../../templates/show_user_registration.inc.php:74 -msgid "User Agreement" -msgstr "" +#: ../../login.php:94 +msgid "Unable to create new account" +msgstr "Niet in staat op nieuw account aan te maken" -#: ../../templates/show_user_registration.inc.php:84 -msgid "I Accept" -msgstr "" +#: ../../login.php:103 +msgid "No local account found" +msgstr "Geen lokaal account gevonden" -#: ../../templates/show_user_registration.inc.php:101 -msgid "User Information" -msgstr "" +#: ../../login.php:174 +msgid "Message of the Day" +msgstr "Bericht van de Dag" -#: ../../templates/show_user_registration.inc.php:119 -#: ../../templates/userform.inc:48 -msgid "Full Name" -msgstr "" +#: ../../activate.php:44 +msgid "No user with this name registered" +msgstr "Geen Gebruiker met deze naam geregistreerd" -#: ../../templates/show_user_registration.inc.php:128 -#: ../../templates/show_user.inc.php:40 ../../templates/userform.inc:55 -msgid "E-mail" -msgstr "" +#: ../../activate.php:48 +msgid "The validation key used isn't correct." +msgstr "De validatie key die u gebuikt is niet correct" -#: ../../templates/show_user_registration.inc.php:146 -#: ../../templates/show_user.inc.php:75 ../../templates/userform.inc:72 -msgid "Confirm Password" -msgstr "" +#: ../../activate.php:53 +msgid "User activated" +msgstr "Gebruiker geactiveerd" -#: ../../templates/show_user_registration.inc.php:166 -msgid "Clear Info" -msgstr "" +#: ../../activate.php:53 +msgid "This User ID is activated and can be used" +msgstr "Dit Gebruikers Account is Geactiveerd en kan gebruikt worden" -#: ../../templates/show_user_registration.inc.php:167 -msgid "Register User" -msgstr "" +#: ../../modules/horde/Browser.php:867 +msgid "file" +msgstr "bestand" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:106 -msgid "Yes" -msgstr "" +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." +msgstr "Bestands uploads niet gesupport" -#: ../../templates/show_import_playlist.inc.php:26 -msgid "Importing a Playlist from a File" -msgstr "" +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" +msgstr "Geen bestand geupload" -#: ../../templates/show_import_playlist.inc.php:29 -#: ../../templates/show_uploads.inc:41 ../../templates/list_duplicates.inc:38 -#: ../../templates/show_search.inc:95 -msgid "Filename" -msgstr "" +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." +msgstr "Er was een probleem met de bestands upload: %s is niet geupload" -#: ../../templates/show_import_playlist.inc.php:36 -msgid "Playlist Type" +#: ../../modules/horde/Browser.php:901 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was larger than the maximum " +"allowed size (%d bytes)." msgstr "" +"Er was een probleem met de bestands upload: de bestands groote %s was groter " +"dan het maximummaximum grootte (%d bytes)" -#: ../../templates/show_import_playlist.inc.php:49 -msgid "Import Playlist" +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." msgstr "" +"Er was een probleem met de bestands upload: Het bestand %s is gedeeltelijk geupload." -#: ../../templates/show_genre.inc.php:32 -msgid "Viewing" -msgstr "" +#: ../../modules/admin.php:45 +msgid "Manage Users" +msgstr "Beheer Gebruikers" -#: ../../templates/show_genre.inc.php:36 ../../templates/sidebar.inc.php:35 -#: ../../templates/sidebar.inc.php:136 -#: ../../templates/show_local_catalog_info.inc.php:18 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:65 -#: ../../templates/show_browse_menu.inc:36 ../../templates/show_search.inc:136 -msgid "Albums" -msgstr "" +#: ../../modules/admin.php:47 +msgid "Add a new user" +msgstr "Voeg gebruiker toe" -#: ../../templates/show_genre.inc.php:41 ../../templates/sidebar.inc.php:36 -#: ../../templates/sidebar.inc.php:135 -#: ../../templates/show_local_catalog_info.inc.php:22 -#: ../../templates/show_browse_menu.inc:35 ../../templates/show_search.inc:137 -msgid "Artists" -msgstr "" +#: ../../index.php:63 ../../templates/show_mail_users.inc.php:45 +#: ../../templates/show_all_popular.inc.php:30 +msgid "Most Popular Albums" +msgstr "Meest Populaire Albums" -#: ../../templates/show_genre.inc.php:46 -#: ../../templates/show_genres.inc.php:37 ../../templates/sidebar.inc.php:133 -#: ../../templates/show_random_play_bar.inc.php:49 -#: ../../templates/show_local_catalog_info.inc.php:26 -#: ../../templates/show_artists.inc:41 ../../templates/show_artists.inc:64 -#: ../../templates/show_albums.inc:41 ../../templates/show_albums.inc:71 -#: ../../templates/show_search.inc:135 -msgid "Songs" -msgstr "" +#: ../../index.php:74 ../../templates/show_mail_users.inc.php:56 +#: ../../templates/show_all_popular.inc.php:27 +msgid "Most Popular Artists" +msgstr "Meest Populaire Artiesten" -#: ../../templates/show_user.inc.php:26 -msgid "Changing User Information for" -msgstr "" +#: ../../index.php:81 ../../templates/show_mail_users.inc.php:67 +#: ../../templates/show_all_popular.inc.php:40 +msgid "Most Popular Songs" +msgstr "Meest Populaire Nummers" -#: ../../templates/show_user.inc.php:31 -#: ../../templates/customize_catalog.inc:29 -#: ../../templates/show_add_access.inc:40 -#: ../../templates/show_access_list.inc:47 -msgid "Name" -msgstr "" +#: ../../index.php:91 ../../templates/show_all_recent.inc.php:27 +msgid "Newest Artist Additions" +msgstr "Laatste Toegevoegde Artiesten" -#: ../../templates/show_user.inc.php:48 -msgid "Results Per Page" -msgstr "" +#: ../../index.php:98 ../../templates/show_all_recent.inc.php:30 +msgid "Newest Album Additions" +msgstr "Laatste Toegevoegde Albums" -#: ../../templates/show_user.inc.php:56 -msgid "Update Profile" -msgstr "Profiel Bijwerken" +#: ../../upload.php:98 +msgid "Upload Quarantined" +msgstr "Upload opgeslagen in quarantaine" -#: ../../templates/show_user.inc.php:67 -msgid "Enter password" -msgstr "Geef Wachtwoord" +#: ../../upload.php:98 +msgid "Your Upload(s) have been quarantined and will be reviewed for addition" +msgstr "Uw Upload(s) zijn opgeslagen in quarantaine en zulllen bekeken worden voordat zij worden toegevoegd" -#: ../../templates/show_user.inc.php:83 -msgid "Change Password" -msgstr "Wachtwoord Wijzigen" +#: ../../upload.php:151 +#, fuzzy +msgid "Files Uploaded" +msgstr "Geen bestand geupload" -#: ../../templates/show_user.inc.php:89 -msgid "Delete Your Personal Statistics" -msgstr "" +#: ../../upload.php:151 +msgid "Your Upload(s) have been inserted into Ampache and are now live" +msgstr "Uw Upload(s) zijn opgeslagen in Ampache en zijn actief te beluisteren" -#: ../../templates/show_user.inc.php:91 -msgid "Clear Stats" -msgstr "" +#: ../../upload.php:161 +msgid "Upload Added" +msgstr "Upload Toegevoegd" -#: ../../templates/show_genres.inc.php:38 ../../templates/show_uploads.inc:32 -#: ../../templates/show_mpdpl.inc:68 ../../templates/show_songs.inc:50 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:67 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:75 -#: ../../templates/show_access_list.inc:51 ../../templates/show_artist.inc:42 -msgid "Action" +#: ../../upload.php:161 +msgid "" +"The Upload has been scheduled for a catalog add, please run command line " +"script to add file" msgstr "" +"De Upload heeft een taak voor toevoeging tot catalogus, start het commando " +"om het bestand toe te voegen" -#: ../../templates/show_genres.inc.php:48 -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/show_localplay.inc:41 ../../templates/show_artists.inc:54 -#: ../../templates/show_albums.inc:57 ../../templates/show_mpdplay.inc:64 -#: ../../templates/show_artist.inc:67 -msgid "Play" +#: ../../upload.php:172 +#, fuzzy +msgid "Upload Deleted" +msgstr "Upload Verwijderd" + +#: ../../upload.php:172 +msgid "" +"The Upload has been scheduled for deletion, please run command line script " +"to permently delete this file" msgstr "" +"De Upload heeft een taak voor verwijdering uit de catalogus, start het commando " +"om het bestand toe te verwijderen" + +#: ../../flag.php:46 +#, fuzzy +msgid "Item Flagged" +msgstr "Item Gemarkeerd" +#: ../../flag.php:46 +#, fuzzy +msgid "The specified item has been flagged" +msgstr "Het gevraagde item is gemaarkeerd" + +#: ../../themes/tangens/templates/sidebar.inc.php:29 #: ../../templates/sidebar.inc.php:29 msgid "Users" -msgstr "" +msgstr "Gebruikers" +#: ../../themes/tangens/templates/sidebar.inc.php:30 #: ../../templates/sidebar.inc.php:30 msgid "Mail Users" -msgstr "" +msgstr "Mail Gebruikers" +#: ../../themes/tangens/templates/sidebar.inc.php:32 #: ../../templates/sidebar.inc.php:32 msgid "Site Preferences" -msgstr "" +msgstr "Site Instellingen" +#: ../../themes/tangens/templates/sidebar.inc.php:33 #: ../../templates/sidebar.inc.php:33 msgid "Access List" -msgstr "" +msgstr "Toegangs Lijst" -#: ../../templates/sidebar.inc.php:38 +#: ../../themes/tangens/templates/sidebar.inc.php:38 +#: ../../templates/sidebar.inc.php:40 msgid "Lists" -msgstr "" - -#: ../../templates/sidebar.inc.php:45 ../../templates/menu.inc:29 -msgid "Home" -msgstr "" +msgstr "Lijsten" -#: ../../templates/sidebar.inc.php:49 ../../templates/menu.inc:63 -#: ../../templates/menu.inc:66 +#: ../../themes/tangens/templates/sidebar.inc.php:66 +#: ../../templates/sidebar.inc.php:65 +#: ../../templates/show_preference_admin.inc.php:39 msgid "Admin" -msgstr "" +msgstr "Beheer" -#: ../../templates/sidebar.inc.php:66 ../../templates/menu.inc:40 -msgid "Preferences" -msgstr "" - -#: ../../templates/sidebar.inc.php:85 ../../templates/menu.inc:43 -#: ../../templates/show_upload.inc:73 -msgid "Upload" -msgstr "" - -#: ../../templates/sidebar.inc.php:89 -#: ../../templates/show_playlists.inc.php:28 ../../templates/menu.inc:38 +#: ../../themes/tangens/templates/sidebar.inc.php:106 +#: ../../templates/show_playlists.inc.php:28 +#: ../../templates/sidebar.inc.php:118 msgid "Playlists" -msgstr "" - -#: ../../templates/sidebar.inc.php:93 ../../templates/menu.inc:32 -msgid "Local Play" -msgstr "" +msgstr "Speellijsten" -#: ../../templates/sidebar.inc.php:112 -#: ../../templates/show_playlists.inc.php:66 -#: ../../templates/show_artists.inc:56 ../../templates/show_albums.inc:59 -#: ../../templates/show_mpdplay.inc:114 +#: ../../themes/tangens/templates/sidebar.inc.php:129 +#: ../../templates/show_localplay_status.inc.php:68 +#: ../../templates/show_playlists.inc.php:63 +#: ../../templates/sidebar.inc.php:147 ../../templates/show_artists.inc:57 +#: ../../templates/show_mpdplay.inc:101 ../../templates/show_albums.inc:62 msgid "Random" -msgstr "" +msgstr "Willekeurig" -#: ../../templates/sidebar.inc.php:134 -#: ../../templates/show_random_play_bar.inc.php:50 +#: ../../themes/tangens/templates/sidebar.inc.php:151 +#: ../../templates/sidebar.inc.php:168 msgid "Minutes" -msgstr "" +msgstr "Minuten" -#: ../../templates/sidebar.inc.php:137 -#: ../../templates/show_random_play_bar.inc.php:53 +#: ../../themes/tangens/templates/sidebar.inc.php:154 +#: ../../templates/sidebar.inc.php:171 msgid "Less Played" -msgstr "" +msgstr "Minst Gespeeld" -#: ../../templates/sidebar.inc.php:141 -#: ../../templates/show_random_play_bar.inc.php:58 +#: ../../themes/tangens/templates/sidebar.inc.php:158 +#: ../../templates/sidebar.inc.php:176 msgid "Enqueue" msgstr "" -#: ../../templates/sidebar.inc.php:146 ../../templates/menu.inc:75 -#: ../../templates/menu.inc:81 ../../templates/menu.inc:85 +#: ../../themes/tangens/templates/sidebar.inc.php:163 +#: ../../templates/sidebar.inc.php:205 msgid "Logout" -msgstr "" +msgstr "Uitloggen" -#: ../../templates/show_confirmation.inc.php:30 -msgid "Continue" -msgstr "" +#: ../../search.php:47 +msgid "Error: No Keyword Entered" +msgstr "Fout: Geen Zoekwoord opgegeven" -#: ../../templates/show_random_play_bar.inc.php:31 -#: ../../templates/show_random_play.inc:28 -msgid "Play Random Selection" -msgstr "" +#: ../../playlist.php:46 +msgid "Playlist Deleted" +msgstr "Speellijst Verwijderd" + +#: ../../playlist.php:46 +msgid "The Requested Playlist has been deleted" +msgstr "De gevraagde Speellijst is verwijderd" + +#: ../../playlist.php:56 +msgid "Are you sure you want to delete this playlist" +msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?" -#: ../../templates/show_random_play_bar.inc.php:51 +#: ../../playlist.php:57 #, fuzzy -msgid "Full Artists" -msgstr "Volledige Artiest" +msgid "Confirm Action" +msgstr "Bevestig Actie" -#: ../../templates/show_random_play_bar.inc.php:52 -#: ../../templates/show_random_play.inc:60 -msgid "Full Albums" -msgstr "" +#: ../../playlist.php:63 +msgid "New Playlist" +msgstr "Nieuwe Speellijst" -#: ../../templates/show_random_play_bar.inc.php:55 -msgid "from" -msgstr "" +#: ../../playlist.php:117 +msgid "Playlist Created" +msgstr "Speellijst aangemaakt" + +#: ../../playlist.php:117 +msgid " has been created" +msgstr " is aangemaakt" + +#: ../../playlist.php:126 +msgid "Remote Selected Tracks" +msgstr "Remote Geslecteerde Nummers" + +#: ../../playlist.php:145 +msgid "Playlist Updated" +msgstr "Speellijst bijgewerkt" -#: ../../templates/show_random_play_bar.inc.php:59 +#: ../../playlist.php:146 #, fuzzy -msgid "Advanced" -msgstr "Toegevoegd" +msgid "has been updated and is now" +msgstr " is bijgewerkt" -#: ../../templates/show_local_catalog_info.inc.php:10 -msgid "Total Users" -msgstr "" +#: ../../playlist.php:166 +#, fuzzy +msgid "Playlist Imported" +msgstr "Speellijst bijgewerkt" -#: ../../templates/show_local_catalog_info.inc.php:14 -msgid "Connected Users" -msgstr "" +#: ../../playlist.php:195 +#, fuzzy +msgid "Empty Playlists Deleted" +msgstr "Speellijst Verwijderd" -#: ../../templates/show_local_catalog_info.inc.php:30 -msgid "Catalog Size" -msgstr "" +#: ../../stats.php:38 +msgid "Favorites" +msgstr "Favorieten" -#: ../../templates/show_local_catalog_info.inc.php:34 -msgid "Catalog Time" -msgstr "" +#: ../../register.php:81 +msgid "Error Captcha Required" +msgstr "Fout: Verificatie Verplicht" -#: ../../templates/show_play_selected.inc.php:49 -msgid "Play Selected" -msgstr "" +#: ../../register.php:88 +msgid "Error Captcha Failed" +msgstr "Fout: Verificatie Niet Goed" -#: ../../templates/show_play_selected.inc.php:52 -msgid "Download Selected" -msgstr "" +#: ../../register.php:95 +msgid "You <U>must</U> accept the user agreement" +msgstr "U <U>moet</U> de gebruikersovereenkomst accepteren" -#: ../../templates/show_play_selected.inc.php:55 -msgid "Flag Selected" -msgstr "Selectie Aanvinken" +#: ../../register.php:100 +msgid "You did not enter a username" +msgstr "U heeft geen gebruikersnaam opgegeven" -#: ../../templates/show_play_selected.inc.php:56 -msgid "Edit Selected" -msgstr "Selectie Bewerken" +#: ../../register.php:104 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "Vul uw voor- en achternaam in" -#: ../../templates/show_play_selected.inc.php:64 -msgid "Set Track Numbers" -msgstr "" +#: ../../register.php:130 +msgid "You must enter a password" +msgstr "U moet een paswoord opgeven" -#: ../../templates/show_play_selected.inc.php:65 -msgid "Remove Selected Tracks" -msgstr "" +#: ../../register.php:134 +msgid "Your passwords do not match" +msgstr "Uw opgegeven paswoorden komen niet overeen" -#: ../../templates/show_play_selected.inc.php:71 -msgid "Playlist" -msgstr "" +#: ../../register.php:152 +msgid "Error: Insert Failed" +msgstr "Fout: Gebruiker kon niet worden aangemaakt" -#: ../../templates/show_play_selected.inc.php:71 -msgid "Add to" -msgstr "" +#: ../../register.php:170 +msgid "Registration Complete" +msgstr "Registratie Compleet" -#: ../../templates/show_play_selected.inc.php:73 -#: ../../templates/show_playlists.inc.php:51 -msgid "View" -msgstr "" +#: ../../preferences.php:53 +msgid "Error: Password Does Not Match or Empty" +msgstr "fout: Paswoorden zijn Niet Gelijk of Leeg" -#: ../../templates/show_play_selected.inc.php:74 -#: ../../templates/show_playlists.inc.php:55 ../../templates/show_users.inc:58 -#: ../../templates/show_users.inc:102 -msgid "Edit" -msgstr "" +#: ../../preferences.php:61 +#, fuzzy +msgid "Password Updated" +msgstr "Paswoord bijgewerkt" -#: ../../templates/show_all_recent.inc.php:27 ../../index.php:99 -msgid "Newest Artist Additions" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:23 +#, fuzzy +msgid "Settings for" +msgstr "Instelling voor catalogus in" + +#: ../../templates/show_edit_catalog.inc.php:27 +#: ../../templates/show_user.inc.php:25 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:28 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_admin_tools.inc.php:31 +#: ../../templates/show_access_list.inc:50 +#: ../../templates/show_edit_access.inc:27 +#: ../../templates/show_add_access.inc:30 +msgid "Name" +msgstr "Naam" -#: ../../templates/show_all_recent.inc.php:30 ../../index.php:106 -msgid "Newest Album Additions" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "Auto-inserted Fields" +msgstr "Automatisch toegevoegde velden" -#: ../../templates/show_all_popular.inc.php:27 ../../index.php:82 -msgid "Most Popular Artists" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "album name" +msgstr "album naam" -#: ../../templates/show_all_popular.inc.php:30 ../../index.php:61 -msgid "Most Popular Albums" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "artist name" +msgstr "artiest naam" -#: ../../templates/show_all_popular.inc.php:37 -msgid "Most Popular Genres" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:33 +msgid "catalog path" +msgstr "catalogus directory" -#: ../../templates/show_all_popular.inc.php:40 ../../index.php:89 -msgid "Most Popular Songs" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "id3 comment" +msgstr "id3 commentaar" -#: ../../templates/show_get_albumart.inc.php:28 -msgid "Customize Search" +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "genre" msgstr "" -#: ../../templates/show_get_albumart.inc.php:49 -msgid "Direct URL to Image" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "track number (padded with leading 0)" +msgstr "nummer van liedje (voorafgaand met een 0)" -#: ../../templates/show_get_albumart.inc.php:59 -msgid "Get Art" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:44 +msgid "song title" +msgstr "naam liedje" -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_rename_artist.inc.php:51 -msgid "Rename" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:38 +#: ../../templates/show_add_catalog.inc.php:45 +msgid "year" +msgstr "jaar" -#: ../../templates/show_rename_artist.inc.php:33 -msgid "to" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:39 +#: ../../templates/show_add_catalog.inc.php:46 +msgid "other" +msgstr "anders" -#: ../../templates/show_rename_artist.inc.php:40 -#: ../../templates/show_search.inc:144 -msgid "OR" +#: ../../templates/show_edit_catalog.inc.php:43 +#: ../../templates/show_add_catalog.inc.php:64 +msgid "XML-RPC Key" msgstr "" -#: ../../templates/show_rename_artist.inc.php:42 -msgid "Insert current" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:49 +msgid "Filename pattern" +msgstr "Bestandsnaam patroon" -#: ../../templates/show_rename_artist.inc.php:47 -msgid "Update id3 tags" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:56 +#: ../../templates/show_add_catalog.inc.php:73 +msgid "Folder Pattern" +msgstr "Directory Patroon" -#: ../../templates/show_artist_box.inc.php:26 -msgid "Albums by" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:56 +#: ../../templates/show_add_catalog.inc.php:73 +msgid "(no leading or ending '/')" +msgstr "(niet beginnen of eindigen met een '/')" -#: ../../templates/show_artist_box.inc.php:34 -msgid "Show All Songs By" -msgstr "" +#: ../../templates/show_edit_catalog.inc.php:67 +msgid "Save Catalog Settings" +msgstr "Sla Catalogus instellingen op" -#: ../../templates/show_artist_box.inc.php:35 -msgid "Play All Songs By" -msgstr "" +#: ../../templates/show_edit_user.inc.php:25 +msgid "Adding a New User" +msgstr "Nieuwe gebruiker toevoegen" -#: ../../templates/show_artist_box.inc.php:36 -msgid "Play Random Songs By" -msgstr "" +#: ../../templates/show_edit_user.inc.php:29 +msgid "Editing existing User" +msgstr "Bewerk bestaande Gebruiker" -#: ../../templates/show_artist_box.inc.php:38 -#: ../../templates/show_album.inc:72 -msgid "Update from tags" -msgstr "" +#: ../../templates/show_edit_user.inc.php:40 +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_user_registration.inc.php:99 +#: ../../templates/show_users_info.inc.php:27 +#: ../../templates/show_users.inc:44 +msgid "Username" +msgstr "Gebruikersnaam" -#: ../../templates/show_artist_box.inc.php:39 -msgid "Rename Artist" -msgstr "" +#: ../../templates/show_edit_user.inc.php:48 +#: ../../templates/show_user_registration.inc.php:109 +msgid "Full Name" +msgstr "Volledige Naam" -#: ../../templates/show_playlists.inc.php:31 -msgid "Playlist Name" +#: ../../templates/show_edit_user.inc.php:55 +#: ../../templates/show_user.inc.php:31 +#: ../../templates/show_user_registration.inc.php:118 +msgid "E-mail" msgstr "" -#: ../../templates/show_playlists.inc.php:32 -msgid "# Songs" -msgstr "" +#: ../../templates/show_edit_user.inc.php:63 +#: ../../templates/show_install_account.inc.php:68 +#: ../../templates/show_user_registration.inc.php:127 +#: ../../templates/show_login_form.inc:37 +msgid "Password" +msgstr "Paswoord" -#: ../../templates/show_playlists.inc.php:33 -msgid "Owner" -msgstr "" +#: ../../templates/show_edit_user.inc.php:72 +#: ../../templates/show_user.inc.php:50 +#: ../../templates/show_user_registration.inc.php:136 +msgid "Confirm Password" +msgstr "Typ Nogmaals uw paswoord" -#: ../../templates/show_playlists.inc.php:34 -msgid "Actions" -msgstr "" +#: ../../templates/show_edit_user.inc.php:80 +msgid "User Access Level" +msgstr "Gebruikers toegangs niveau" -#: ../../templates/show_playlists.inc.php:58 -#: ../../templates/show_uploads.inc:50 ../../templates/catalog.inc:57 -#: ../../templates/show_users.inc:70 -msgid "Delete" -msgstr "" +#: ../../templates/show_edit_user.inc.php:94 +msgid "Add User" +msgstr "Voeg Gebruiker Toe" -#: ../../templates/show_playlists.inc.php:71 -#: ../../templates/show_songs.inc:140 ../../templates/show_album.inc:75 -#: ../../templates/show_albums.inc:61 ../../templates/show_artist.inc:69 -msgid "Download" -msgstr "" +#: ../../templates/show_edit_user.inc.php:98 +msgid "Update User" +msgstr "Bewerk Gebruiker" + +#: ../../templates/show_admin_info.inc.php:34 +msgid "Last Ten Flagged Records" +msgstr "Laatste tien gemarkeerde records" + +#: ../../templates/show_admin_info.inc.php:37 +#: ../../templates/show_admin_info.inc.php:45 +#: ../../templates/show_ip_history.inc.php:28 +#: ../../templates/show_admin_tools.inc.php:89 +#, fuzzy +msgid "Show All" +msgstr "Alles" + +#: ../../templates/show_admin_info.inc.php:41 +#, fuzzy +msgid "Disabled Songs" +msgstr "Laat gedeactiveerde Liedjes Zien" -#: ../../templates/show_playlist_box.inc.php:33 +#: ../../templates/show_playlist_box.inc.php:29 msgid "Playlist Actions" -msgstr "" +msgstr "Speellijst Actie" #: ../../templates/show_playlist_box.inc.php:34 -msgid "Create New Playlist" -msgstr "" +#, fuzzy +msgid "Edit Playlist" +msgstr "Bewerk Speellijst" #: ../../templates/show_playlist_box.inc.php:35 -#, fuzzy -msgid "View All Playlists" -msgstr "Nieuwe Speellijst" +msgid "Normalize Tracks" +msgstr "Normalizeer Nummers" #: ../../templates/show_playlist_box.inc.php:36 -msgid "Import From File" -msgstr "" +msgid "Play This Playlist" +msgstr "Speel deze Speellijst" + +#: ../../templates/show_playlist_box.inc.php:37 +#, fuzzy +msgid "Play Random" +msgstr "Speel Willekeurige Liedjes" #: ../../templates/show_playlist_box.inc.php:38 -msgid "Normalize Tracks" -msgstr "" +#, fuzzy +msgid "Delete This Playlist" +msgstr "Verwijder deze Speellijst" -#: ../../templates/show_playlist_box.inc.php:39 -msgid "Play This Playlist" -msgstr "" +#: ../../templates/show_playlist_box.inc.php:40 +msgid "Import From File" +msgstr "Importeer vanuit Bestand" -#: ../../templates/show_preference_box.inc.php:44 -msgid "Preference" -msgstr "" +#: ../../templates/show_playlist_box.inc.php:41 +msgid "Create New Playlist" +msgstr "Maak Nieuwe Speellijst aan" -#: ../../templates/show_preference_box.inc.php:45 -msgid "Value" -msgstr "" +#: ../../templates/show_playlist_box.inc.php:43 +#, fuzzy +msgid "Delete Empty Playlists" +msgstr "Verwijder Lege Speellijst" -#: ../../templates/show_preference_box.inc.php:47 -msgid "Apply to All" -msgstr "" +#: ../../templates/show_user.inc.php:37 +msgid "Results Per Page" +msgstr "Resultaten Per Pagina" -#: ../../templates/show_preference_box.inc.php:54 -msgid "description" -msgstr "" +#: ../../templates/show_user.inc.php:43 +#, fuzzy +msgid "New Password" +msgstr "Nieuwe Paswoord" -#: ../../templates/show_object_rating.inc.php:25 -#: ../../templates/show_songs.inc:52 -msgid "Rating" -msgstr "" +#: ../../templates/show_user.inc.php:56 +msgid "Clear Stats" +msgstr "Maak Stats Leeg" -#: ../../localplay.php:81 -msgid "Unknown action requested" -msgstr "Onbekende aktie gevraagd" +#: ../../templates/show_user.inc.php:66 +#, fuzzy +msgid "Update Account" +msgstr "Maak Account aan" -#: ../../browse.php:48 ../../albums.php:168 ../../albums.php:174 -#: ../../albums.php:181 ../../albums.php:186 ../../albums.php:192 -msgid "Show Albums starting with" -msgstr "" +#: ../../templates/show_tv_adminctl.inc.php:23 +msgid "Admin Controls" +msgstr "Beheer Bediening" -#: ../../browse.php:78 ../../artists.php:128 ../../artists.php:132 -#: ../../artists.php:138 ../../artists.php:151 -msgid "Show Artists starting with" -msgstr "" +#: ../../templates/show_tv_adminctl.inc.php:26 +#: ../../templates/show_tv_adminctl.inc.php:38 +#, fuzzy +msgid "Base Playlist" +msgstr "Basis Speellijst" -#: ../../search.php:45 -msgid "Error: No Keyword Entered" -msgstr "" +#: ../../templates/show_tv_adminctl.inc.php:29 +#: ../../templates/show_modules.inc.php:43 +#, fuzzy +msgid "Activate" +msgstr "Activeer" -#: ../../tv.php:76 ../../templates/show_now_playing.inc:31 -msgid "Now Playing" -msgstr "" +#: ../../templates/show_tv_adminctl.inc.php:36 +msgid "Democratic Play Active" +msgstr "Democratisch Spelen Actief" -#: ../../artists.php:58 ../../albums.php:147 -msgid "Starting Update from Tags" -msgstr "" +#: ../../templates/show_tv_adminctl.inc.php:37 +#: ../../templates/show_genres.inc.php:48 +#: ../../templates/show_playlists.inc.php:61 +#: ../../templates/show_artists.inc:55 ../../templates/show_artist.inc:63 +#: ../../templates/show_mpdplay.inc:55 ../../templates/show_albums.inc:60 +#: ../../templates/show_random_play.inc:82 +msgid "Play" +msgstr "Speel" -#: ../../artists.php:63 ../../albums.php:152 -msgid "Update From Tags Complete" -msgstr "" +#: ../../templates/show_tv_adminctl.inc.php:42 +#: ../../templates/show_playlist_edit.inc.php:48 +#: ../../templates/show_preference_admin.inc.php:47 +#: ../../templates/show_edit_access.inc:78 +#, fuzzy +msgid "Update" +msgstr "Bijwerken" + +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_flagged.inc.php:31 +#: ../../templates/show_tv_playlist.inc.php:43 +#: ../../templates/show_localplay_playlist.inc.php:29 +#: ../../templates/show_modules.inc.php:37 +#: ../../templates/show_users_info.inc.php:30 +#: ../../templates/show_admin_tools.inc.php:32 +#: ../../templates/show_access_list.inc:57 ../../templates/show_artists.inc:45 +#: ../../templates/show_artists.inc:67 ../../templates/show_mpdpl.inc:57 +#: ../../templates/show_artist.inc:40 ../../templates/show_songs.inc:56 +#: ../../templates/show_uploads.inc:32 ../../templates/show_albums.inc:48 +#: ../../templates/show_albums.inc:80 +msgid "Action" +msgstr "Actie" -#: ../../amp-mpd.php:171 ../../playlist.php:63 -msgid "New Playlist" -msgstr "" +#: ../../templates/show_install_lang.inc.php:9 +#: ../../templates/show_install_account.inc.php:35 +#: ../../templates/show_install_config.inc:35 +#: ../../templates/show_install.inc:9 +msgid "Ampache Installation" +msgstr "Ampache Installatie" -#: ../../playlist.php:46 -msgid "Playlist Deleted" -msgstr "" +#: ../../templates/show_install_lang.inc.php:14 +#: ../../templates/show_install.inc:15 +msgid "Requirements" +msgstr "Vereisten" -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" +#: ../../templates/show_install_lang.inc.php:16 +#: ../../templates/show_install_account.inc.php:42 +#: ../../templates/show_install_config.inc:41 +#: ../../templates/show_install.inc:17 +msgid "" +"This Page handles the installation of the Ampache database and the creation " +"of the ampache.cfg.php file. Before you continue please make sure that you " +"have the following pre-requisites" msgstr "" +"De pagina helpt bij het opzetten van de Ampache Database en bij het " +"aanmakenvan het ampache.cfg.php configuratie bestand. Voordat u verder gaat " +"controleer of u voldoet aanonderstaande eisen" -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" +#: ../../templates/show_install_lang.inc.php:19 +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_config.inc:44 +#: ../../templates/show_install.inc:20 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" msgstr "" +"Een MySQL Server met gebruikersnaam en paswoord dat een database kan " +"aanmaken/wijzigen" -#: ../../playlist.php:112 -msgid "Playlist Created" +#: ../../templates/show_install_lang.inc.php:20 +#: ../../templates/show_install_config.inc:45 +#: ../../templates/show_install.inc:21 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.php.dist file" msgstr "" +"Uw webserver leesrechten heeft op de files /sql/ampache.sql en de file /config/" +"ampache.cfg.php.dist" -#: ../../playlist.php:112 -msgid " has been created" +#: ../../templates/show_install_lang.inc.php:22 +#: ../../templates/show_install_account.inc.php:48 +#: ../../templates/show_install_config.inc:47 +#: ../../templates/show_install.inc:23 +msgid "" +"Once you have ensured that you have the above requirements please fill out " +"the information below. You will only be asked for the required config " +"values. If you would like to make changes to your ampache install at a later " +"date simply edit /config/ampache.cfg.php" msgstr "" +"Als u zeker weet dat u voldoet aan bovenstaande eisen vul danonderstaande " +"waarden in. Er ordt alleen gevraagd naar de verplichte " +"configuratievariabelen. Als je later veranderingen wilt aanbrengen in de " +"ampache installatie kan ditdoor het bestand /config/amache.cfg.php te " +"bewerken" -#: ../../playlist.php:121 -msgid "Remote Selected Tracks" -msgstr "" +#: ../../templates/show_install_lang.inc.php:48 +msgid "Start configuration" +msgstr "Start Configuratie" -#: ../../playlist.php:139 -msgid "Playlist Updated" -msgstr "" +#: ../../templates/show_get_albumart.inc.php:23 +msgid "Customize Search" +msgstr "Pas Zoekopdracht aan" -#: ../../playlist.php:139 -msgid " has been updated" -msgstr "" +#: ../../templates/show_get_albumart.inc.php:46 +msgid "Direct URL to Image" +msgstr "Directe URL naar Hoesje" -#: ../../flag.php:38 -msgid "Flagging song completed." -msgstr "Aanvinken Liedje Gedaan" +#: ../../templates/show_get_albumart.inc.php:54 +#, fuzzy +msgid "Local Image" +msgstr "Lokaal Hoesje" -#: ../../user.php:45 -msgid "Error: Password Does Not Match or Empty" -msgstr "" +#: ../../templates/show_get_albumart.inc.php:66 +msgid "Get Art" +msgstr "Haal Hoesje op" -#: ../../user.php:51 ../../user.php:62 -msgid "Error: Insufficient Rights" -msgstr "Fout: Onvoldoende Rechten" +#: ../../templates/show_list_duplicates.inc.php:28 +msgid "Duplicate Songs" +msgstr "Dubbele Liedjes" -#: ../../albums.php:44 -msgid "Album Art Cleared" -msgstr "" +#: ../../templates/show_list_duplicates.inc.php:33 +#: ../../templates/show_tv_playlist.inc.php:45 +#: ../../templates/show_uploads.inc:34 +msgid "Song" +msgstr "Liedje" -#: ../../albums.php:44 -msgid "Album Art information has been removed form the database" -msgstr "Album Hoes informatie is verwijderd uit de database" +#: ../../templates/show_list_duplicates.inc.php:36 +msgid "Length" +msgstr "Lengte" -#: ../../albums.php:74 -msgid "No Amazon Developer Key set, amazon album art searching will not work" -msgstr "" +#: ../../templates/show_list_duplicates.inc.php:38 +#: ../../templates/show_songs.inc:53 ../../templates/show_uploads.inc:40 +msgid "Size" +msgstr "Grootte" -#: ../../albums.php:104 -msgid "Album Art Not Located" -msgstr "" +#: ../../templates/show_list_duplicates.inc.php:39 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_disabled_songs.inc:29 +#: ../../templates/show_search.inc:65 ../../templates/show_uploads.inc:41 +msgid "Filename" +msgstr "Bestandsnaam" -#: ../../albums.php:104 -msgid "" -"Album Art could not be located at this time. This may be due to Amazon being " -"busy, or the album not being present in their collection." -msgstr "" +#: ../../templates/show_list_duplicates.inc.php:71 +#, fuzzy +msgid "You don't have any duplicate songs." +msgstr "U heeft geen enkele dubbele liedjes" -#: ../../albums.php:137 -msgid "Album Art Inserted" -msgstr "" +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_playlists.inc.php:36 ../../templates/show_album.inc:55 +msgid "Actions" +msgstr "Acties" -#: ../../ratings.php:33 -msgid "Rating Updated" -msgstr "" +#: ../../templates/show_localplay.inc.php:32 +#, fuzzy +msgid "Clear Playlist" +msgstr "Maak Speellijst Leeg" -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" -msgstr "" +#: ../../templates/show_localplay.inc.php:42 +#: ../../templates/show_tv.inc.php:72 +#, fuzzy +msgid "Current Playlist" +msgstr "Huidige Speellijst" -#: ../../register.php:79 -msgid "Error Captcha Required" -msgstr "" +#: ../../templates/show_mail_users.inc.php:25 +#, fuzzy +msgid "Send E-mail to Users" +msgstr "Mail Gebruikers" -#: ../../register.php:86 -msgid "Error Captcha Failed" -msgstr "" +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "Mail naar" -#: ../../register.php:93 -msgid "You <U>must</U> accept the user agreement" -msgstr "" +#: ../../templates/show_mail_users.inc.php:52 +#, fuzzy +msgid "Latest Artist Additions" +msgstr "Laatste Toegevoegde Artiesten" -#: ../../register.php:98 -msgid "You did not enter a username" -msgstr "" +#: ../../templates/show_mail_users.inc.php:63 +#, fuzzy +msgid "Latest Album Additions" +msgstr "Laatste Toegevoegde Albums" -#: ../../register.php:102 -msgid "Please fill in your full name (Firstname Lastname)" -msgstr "" +#: ../../templates/show_mail_users.inc.php:73 +#, fuzzy +msgid "Most Popular Threshold in days" +msgstr "Meest Populaire Nummers" -#: ../../register.php:128 -msgid "You must enter a password" -msgstr "" +#: ../../templates/show_mail_users.inc.php:84 +msgid "Subject" +msgstr "Onderwerp" -#: ../../register.php:132 -msgid "Your passwords do not match" -msgstr "" +#: ../../templates/show_mail_users.inc.php:91 +msgid "Message" +msgstr "Bericht" -#: ../../register.php:150 -msgid "Error: Insert Failed" -msgstr "" +#: ../../templates/show_mail_users.inc.php:101 +msgid "Send Mail" +msgstr "Verzend Mail" -#: ../../register.php:165 -msgid "Registration Complete" -msgstr "" +#: ../../templates/show_ip_history.inc.php:23 +msgid "IP History" +msgstr "IP Geschiedenis" -#: ../../activate.php:42 -msgid "No user with this name registered" -msgstr "" +#: ../../templates/show_ip_history.inc.php:26 +msgid "Show Unique" +msgstr "Laat Unieke zien" -#: ../../activate.php:46 -msgid "The validation key used isn't correct." -msgstr "" +#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_uploads.inc:43 +msgid "Date" +msgstr "Datum" -#: ../../activate.php:51 -msgid "User activated" -msgstr "" +#: ../../templates/show_ip_history.inc.php:37 +#, fuzzy +msgid "IP Address" +msgstr "Eind IP Adres" -#: ../../activate.php:51 -msgid "This User ID is activated and can be used" +#: ../../templates/show_localplay_status.inc.php:58 +msgid "Volume" msgstr "" -#: ../../bin/print_tags.php.inc:42 -msgid "" -"[print_tags.php.inc]\n" -"This commandline script will display the tag information for the specified " -"filename as it will \n" -"appear to Ampache. \n" -" \n" -msgstr "" +#: ../../templates/show_localplay_status.inc.php:62 +#, fuzzy +msgid "Repeat" +msgstr "Herhalen" -#: ../../bin/print_tags.php.inc:48 -msgid "Filename:" -msgstr "" +#: ../../templates/show_import_playlist.inc.php:24 +msgid "Importing a Playlist from a File" +msgstr "Importeer speellijst vanuit een bestand" -#: ../../bin/quarantine_migration.php.inc:49 -msgid "Error: Unable to write to" -msgstr "" +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" +msgstr "Speellijst Type" -#: ../../bin/quarantine_migration.php.inc:56 -msgid "Error: Upload directory not inside a catalog" -msgstr "" +#: ../../templates/show_import_playlist.inc.php:48 +msgid "Import Playlist" +msgstr "Importeer Speellijst" -#: ../../bin/quarantine_migration.php.inc:74 -#, fuzzy -msgid "Moved" -msgstr "Hoesje" +#: ../../templates/show_tv.inc.php:56 +msgid "Controls" +msgstr "Bedieningen" -#: ../../bin/quarantine_migration.php.inc:78 -msgid "Adding" -msgstr "" +#: ../../templates/show_confirm_action.inc.php:28 +#: ../../templates/show_search.inc:75 +msgid "Yes" +msgstr "Ja" -#: ../../bin/quarantine_migration.php.inc:78 -msgid "to database" -msgstr "" +#: ../../templates/show_duplicates.inc.php:25 +msgid "Find Duplicates" +msgstr "Zoek Dubbele" -#: ../../bin/quarantine_migration.php.inc:86 -msgid "Move Failed" -msgstr "" +#: ../../templates/show_duplicates.inc.php:29 +msgid "Search Type" +msgstr "Zoek Type" -#: ../../bin/quarantine_migration.php.inc:97 -msgid "Deleted" -msgstr "" +#: ../../templates/show_duplicates.inc.php:43 +msgid "Artist and Title" +msgstr "Artiest en Titel" -#: ../../bin/quarantine_migration.php.inc:113 -msgid "" -"\n" -"\t\n" -"************* WARNING *************\n" -"This script will move, and \n" -"potentially delete uploaded files.\n" -"************* WARNING *************\n" -"\n" -"All files marked for add will be moved to the upload directory. All files \n" -"marked for deletion will be deleted. This script must be run as a user with\n" -"sufficient rights to perform the above two functions. \n" -"\n" -"\t\n" -msgstr "" +#: ../../templates/show_duplicates.inc.php:48 +msgid "Artist, Album and Title" +msgstr "Artiest, Album en Titel" -#: ../../bin/quarantine_migration.php.inc:127 -msgid "Continue? (Y/N):" -msgstr "" +#: ../../templates/show_confirmation.inc.php:26 +msgid "Continue" +msgstr "Ga Verder" -#: ../../bin/quarantine_migration.php.inc:151 -msgid "Error: " -msgstr "" +#: ../../templates/show_confirmation.inc.php:28 +#: ../../templates/show_similar_artists.inc:75 +#: ../../templates/show_preferences.inc:90 +msgid "Cancel" +msgstr "Annuleer" -#: ../../bin/quarantine_migration.php.inc:152 -msgid "!\n" -msgstr "" +#: ../../templates/show_play_selected.inc.php:28 +msgid "Play Selected" +msgstr "Speel Geselecteerde" -#: ../../templates/show_admin_index.inc:27 -#, fuzzy -msgid "User Management" -msgstr "Gebruikersnaam" +#: ../../templates/show_play_selected.inc.php:31 +msgid "Download Selected" +msgstr "Download Geselecteerde" + +#: ../../templates/show_play_selected.inc.php:40 +msgid "Set Track Numbers" +msgstr "Wijzig Nummers" + +#: ../../templates/show_play_selected.inc.php:41 +msgid "Remove Selected Tracks" +msgstr "Verwijder Geselecteerd Nummers" + +#: ../../templates/show_play_selected.inc.php:47 +msgid "Add to" +msgstr "Voeg Toe" + +#: ../../templates/show_play_selected.inc.php:49 +#: ../../templates/show_playlists.inc.php:52 +#: ../../templates/show_edit_access.inc:66 +#: ../../templates/show_add_access.inc:57 +msgid "View" +msgstr "Bekijk" + +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_playlists.inc.php:55 +#: ../../templates/show_users_info.inc.php:46 +#: ../../templates/show_access_list.inc:72 ../../templates/show_songs.inc:135 +msgid "Edit" +msgstr "Bewerk" -#: ../../templates/show_admin_index.inc:28 -msgid "E-mail Management" +#: ../../templates/show_all_popular.inc.php:37 +msgid "Most Popular Genres" +msgstr "Meest Populaire Genres" + +#: ../../templates/show_install_account.inc.php:46 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" msgstr "" +"Uw webserver heeft lees rechten heeft op het bestand /sql/ampache.sql en " +"hetampache.cfg.dist.php bestand" -#: ../../templates/show_admin_index.inc:29 -#, fuzzy -msgid "Catalog Managment" -msgstr "Catalogus Naam" +#: ../../templates/show_install_account.inc.php:52 +#: ../../templates/show_install_config.inc:51 +#: ../../templates/show_install.inc:28 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "Stap 1 - Aanmaken en vullen van de Ampache Database" -#: ../../templates/show_admin_index.inc:30 -msgid "Admin Preferences" -msgstr "Beheer Voorkeuren" +#: ../../templates/show_install_account.inc.php:53 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "Stap 2 - Aanmaken vna het ampache.cfg.php bestand" -#: ../../templates/show_admin_index.inc:31 ../../templates/catalog.inc:95 -msgid "Access Lists" +#: ../../templates/show_install_account.inc.php:54 +#: ../../templates/show_install_config.inc:56 +#: ../../templates/show_install.inc:33 +msgid "Step 3 - Setup Initial Account" +msgstr "Stap 3 - Opzet Initeel Account" + +#: ../../templates/show_install_account.inc.php:56 +msgid "" +"This step creates your initial Ampache admin account. Once your admin " +"account has been created you will be directed to the login page" msgstr "" +"Deze stap maakt uw initieele administratieve Ampache account aan. Alsuw " +"account gemaakt is wordt u naar de login pagina gestuurt" -#: ../../templates/show_admin_index.inc:33 ../../templates/catalog.inc:94 -msgid "Add a catalog" +#: ../../templates/show_install_account.inc.php:59 +msgid "Create Admin Account" +msgstr "Maak een Beheer Account aan" + +#: ../../templates/show_install_account.inc.php:73 +msgid "Create Account" +msgstr "Maak Account aan" + +#: ../../templates/show_flagged.inc.php:28 +#, fuzzy +msgid "Object" msgstr "" -#: ../../templates/show_admin_index.inc:35 ../../templates/catalog.inc:99 -msgid "Clear Now Playing" +#: ../../templates/show_flagged.inc.php:29 +#: ../../templates/show_flag.inc.php:73 ../../templates/show_songs.inc:133 +msgid "Flag" +msgstr "Markeer" + +#: ../../templates/show_flagged.inc.php:30 ../../templates/show_uploads.inc:33 +msgid "Status" msgstr "" -#: ../../templates/show_admin_index.inc:36 -#, fuzzy -msgid "Add Access List Entry" -msgstr "Toegangs lijsten" +#: ../../templates/show_flagged.inc.php:41 +msgid "Reject" +msgstr "Wijgeren" -#: ../../templates/show_admin_index.inc:40 +#: ../../templates/show_flagged.inc.php:45 +msgid "Approve" +msgstr "Goedkeuren" + +#: ../../templates/show_flagged.inc.php:52 +#: ../../templates/show_localplay_playlist.inc.php:49 +#: ../../templates/show_modules.inc.php:56 +#: ../../templates/show_users_info.inc.php:52 +#: ../../templates/show_disabled_songs.inc:44 #, fuzzy -msgid "Common Functions" -msgstr "DB Connectie" +msgid "No Records Found" +msgstr "Geen Records Gevonden" -#: ../../templates/show_admin_index.inc:43 +#: ../../templates/show_playlist_edit.inc.php:27 #, fuzzy -msgid "Admin Sections" -msgstr "Beheer Afdeling" +msgid "Editing Playlist" +msgstr "Bewerk Speellijst" -#: ../../templates/show_uploads.inc:33 -msgid "Status" +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_access_list.inc:56 +#: ../../templates/show_random_play.inc:51 +msgid "Type" msgstr "" -#: ../../templates/show_uploads.inc:34 ../../templates/flag.inc:58 -#: ../../templates/list_flagged.inc:41 ../../templates/list_duplicates.inc:32 -msgid "Song" -msgstr "" +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "Publiek" -#: ../../templates/show_uploads.inc:40 ../../templates/show_songs.inc:46 -#: ../../templates/list_duplicates.inc:37 -msgid "Size" -msgstr "" +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" +msgstr "Prive" -#: ../../templates/show_uploads.inc:42 -msgid "User" -msgstr "" +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_admin.inc.php:26 +msgid "Preference" +msgstr "Instelling" -#: ../../templates/show_uploads.inc:43 -msgid "Date" -msgstr "" +#: ../../templates/show_preference_box.inc.php:44 +msgid "Value" +msgstr "Waarde" -#: ../../templates/show_uploads.inc:49 -msgid "Add" -msgstr "" +#: ../../templates/show_preference_box.inc.php:46 +msgid "Apply to All" +msgstr "Pas toe op iedereen" -#: ../../templates/show_mpdpl.inc:43 -msgid "MPD Server Playlist" -msgstr "" +#: ../../templates/show_preference_box.inc.php:52 +msgid "description" +msgstr "beschrijving" -#: ../../templates/show_mpdpl.inc:45 ../../templates/show_mpdpl.inc:175 -msgid "Refresh the Playlist Window" -msgstr "" +#: ../../templates/show_artist_box.inc.php:23 +msgid "Albums by" +msgstr "Albums bij" -#: ../../templates/show_mpdpl.inc:47 ../../templates/show_mpdpl.inc:177 -msgid "Click to shuffle (randomize) the playlist" -msgstr "" +#: ../../templates/show_artist_box.inc.php:33 +msgid "Show All Songs By" +msgstr "Alle Liedjes van" -#: ../../templates/show_mpdpl.inc:47 ../../templates/show_mpdpl.inc:177 -msgid "shuffle" -msgstr "" +#: ../../templates/show_artist_box.inc.php:34 +msgid "Play All Songs By" +msgstr "Speel Alle Liedjes van" -#: ../../templates/show_mpdpl.inc:48 ../../templates/show_mpdpl.inc:178 -msgid "Click to the clear the playlist" -msgstr "" +#: ../../templates/show_artist_box.inc.php:35 +msgid "Play Random Songs By" +msgstr "Speel Willekeurige Liedjes van" -#: ../../templates/show_mpdpl.inc:52 ../../templates/show_mpdpl.inc:182 -msgid "Click to the remove all except the Now Playing" -msgstr "" +#: ../../templates/show_artist_box.inc.php:37 +#: ../../templates/show_album.inc:63 +msgid "Update from tags" +msgstr "Werk bij via tags" -#: ../../templates/show_mpdpl.inc:62 ../../templates/show_songs.inc:41 -msgid "Song title" +#: ../../templates/show_artist_box.inc.php:38 +msgid "Rename Artist" +msgstr "Hernoem Artiest" + +#: ../../templates/show_artist_box.inc.php:39 +#, fuzzy +msgid "Find duplicate artists" +msgstr "Zoek Dubbele Artiesten" + +#: ../../templates/show_playlists.inc.php:33 +msgid "Playlist Name" +msgstr "Naam Speellijst" + +#: ../../templates/show_playlists.inc.php:34 +msgid "# Songs" +msgstr "# Liedjes" + +#: ../../templates/show_playlists.inc.php:35 +msgid "Owner" +msgstr "Eigenaar" + +#: ../../templates/show_playlists.inc.php:66 +#: ../../templates/show_artist.inc:65 ../../templates/show_songs.inc:143 +#: ../../templates/show_albums.inc:64 ../../templates/show_random_play.inc:84 +#: ../../templates/show_album.inc:66 +msgid "Download" msgstr "" -#: ../../templates/flag.inc:43 +#: ../../templates/show_playlists.inc.php:75 +#, fuzzy +msgid "No Playlists Found" +msgstr "Geen Speellijst Gevonden" + +#: ../../templates/show_flag.inc.php:42 msgid "Flag song" -msgstr "" +msgstr "Markeer Liedje" -#: ../../templates/flag.inc:45 +#: ../../templates/show_flag.inc.php:43 msgid "" "Flag the following song as having one of the problems listed below. Site " "admins will then take the appropriate action for the flagged files." msgstr "" +"Markeer liedje met een van onderstaande problemen.Beheerders zullen de " +"gepaste actie ondernemen" -#: ../../templates/flag.inc:62 -msgid "Reason to flag" +#: ../../templates/show_flag.inc.php:48 +#: ../../templates/show_edit_song.inc.php:28 +#, fuzzy +msgid "File" +msgstr "bestand" + +#: ../../templates/show_flag.inc.php:52 +msgid "Item" msgstr "" -#: ../../templates/flag.inc:73 -msgid "Flag Song" -msgstr "Liedje Aanvinken" +#: ../../templates/show_flag.inc.php:56 +msgid "Reason to flag" +msgstr "Reden van markering" -#: ../../templates/customize_catalog.inc:24 -msgid "Settings for catalog in" -msgstr "" +#: ../../templates/show_flag.inc.php:60 +msgid "Incorrect Tags" +msgstr "Incorrecte Tags" -#: ../../templates/customize_catalog.inc:32 ../../templates/add_catalog.inc:40 -msgid "Auto-inserted Fields" -msgstr "" +#: ../../templates/show_object_rating.inc.php:51 +#: ../../templates/show_object_rating.inc.php:54 +#: ../../templates/show_object_rating.inc.php:57 +#: ../../templates/show_object_rating.inc.php:60 +#: ../../templates/show_object_rating.inc.php:63 +msgid "out of" +msgstr "van" -#: ../../templates/customize_catalog.inc:33 ../../templates/add_catalog.inc:41 -msgid "album name" -msgstr "" +#: ../../templates/show_tv_playlist.inc.php:31 +#, fuzzy +msgid "Playing from base Playlist" +msgstr "Speel van Basis Speellijst" -#: ../../templates/customize_catalog.inc:34 ../../templates/add_catalog.inc:42 -msgid "artist name" -msgstr "" +#: ../../templates/show_tv_playlist.inc.php:44 +#, fuzzy +msgid "Votes" +msgstr "Stemmen" -#: ../../templates/customize_catalog.inc:35 -msgid "catalog path" +#: ../../templates/sidebar.inc.php:34 ../../templates/show_modules.inc.php:33 +#, fuzzy +msgid "Modules" msgstr "" -#: ../../templates/customize_catalog.inc:36 ../../templates/add_catalog.inc:43 -msgid "id3 comment" -msgstr "" +#: ../../templates/sidebar.inc.php:39 +#, fuzzy +msgid "Song Title" +msgstr "Naam Liedje" -#: ../../templates/customize_catalog.inc:37 ../../templates/add_catalog.inc:44 -msgid "genre" -msgstr "" +#: ../../templates/sidebar.inc.php:201 +msgid "Democratic View" +msgstr "Bekijk Democratisch" -#: ../../templates/customize_catalog.inc:38 ../../templates/add_catalog.inc:45 -msgid "track number (padded with leading 0)" +#: ../../templates/show_add_catalog.inc.php:30 +msgid "" +"In the form below enter either a local path (i.e. /data/music) or the URL to " +"a remote Ampache installation (i.e http://theotherampache.com)" msgstr "" +"In het formulier hieronder geef je een lokale directory (bijv. /data/music) " +"of deurl naar een remote Ampache installatie (bijv. http://eenandervoorbeeld." +"com) op" -#: ../../templates/customize_catalog.inc:39 ../../templates/add_catalog.inc:46 -msgid "song title" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Catalog Name" +msgstr "Catalogus Naam" -#: ../../templates/customize_catalog.inc:40 ../../templates/add_catalog.inc:47 -msgid "year" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:51 +msgid "Path" +msgstr "Directory" -#: ../../templates/customize_catalog.inc:41 ../../templates/add_catalog.inc:48 -msgid "other" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Catalog Type" +msgstr "Catalogus Type" -#: ../../templates/customize_catalog.inc:45 -msgid "ID3 set command" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:58 +msgid "Local" +msgstr "Lokaal" -#: ../../templates/customize_catalog.inc:51 -msgid "Filename pattern" +#: ../../templates/show_add_catalog.inc.php:59 +msgid "Remote" msgstr "" -#: ../../templates/customize_catalog.inc:58 ../../templates/add_catalog.inc:75 -msgid "Folder Pattern" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Required for Remote Catalogs" +msgstr "Verplicht voor Remote Catalogus" -#: ../../templates/customize_catalog.inc:58 ../../templates/add_catalog.inc:75 -msgid "(no leading or ending '/')" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:68 +msgid "Filename Pattern" +msgstr "Bastands Patroon" -#: ../../templates/customize_catalog.inc:69 -msgid "Save Catalog Settings" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:78 +#: ../../templates/show_admin_tools.inc.php:70 ../../templates/catalog.inc:35 +msgid "Gather Album Art" +msgstr "Vergaar Albums Hoesjes" -#: ../../templates/show_test.inc:29 -msgid "Ampache Debug" +#: ../../templates/show_add_catalog.inc.php:82 +msgid "ID3V2 Tags" msgstr "" -#: ../../templates/show_test.inc:30 -msgid "" -"You've reached this page because a configuration error has occured. Debug " -"Information below" +#: ../../templates/show_add_catalog.inc.php:86 +msgid "Amazon" msgstr "" -#: ../../templates/show_test.inc:34 -msgid "CHECK" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:90 +msgid "File Folder" +msgstr "Bestanden Folder" -#: ../../templates/show_test.inc:36 -msgid "STATUS" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:98 +msgid "Build Playlists from m3u Files" +msgstr "Maak Speellijsten van m3u bestanden" -#: ../../templates/show_test.inc:38 -msgid "DESCRIPTION" -msgstr "" +#: ../../templates/show_add_catalog.inc.php:106 +msgid "Add Catalog" +msgstr "Voeg Catalogus Toe" -#: ../../templates/show_test.inc:41 -msgid "PHP Version" -msgstr "" +#: ../../templates/show_modules.inc.php:36 +#, fuzzy +msgid "Module Name" +msgstr "Module Naam" -#: ../../templates/show_test.inc:56 -msgid "" -"This tests to make sure that you are running a version of PHP that is known " -"to work with Ampache." -msgstr "" +#: ../../templates/show_modules.inc.php:47 +#, fuzzy +msgid "Deactivate" +msgstr "Deactiveer" -#: ../../templates/show_test.inc:60 -msgid "Mysql for PHP" -msgstr "" +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "Maak een nieuwe speellijst aan" -#: ../../templates/show_test.inc:75 -msgid "" -"This test checks to see if you have the mysql extensions loaded for PHP. " -"These are required for Ampache to work." -msgstr "" +#: ../../templates/show_add_playlist.inc.php:42 +#, fuzzy +msgid "Create" +msgstr "Creeer" -#: ../../templates/show_test.inc:79 -msgid "PHP Session Support" -msgstr "" +#: ../../templates/show_preference_admin.inc.php:22 +#, fuzzy +msgid "Preference Administration" +msgstr "Beheer Instellingen" -#: ../../templates/show_test.inc:94 -msgid "" -"This test checks to make sure that you have PHP session support enabled. " -"Sessions are required for Ampache to work." -msgstr "" +#: ../../templates/show_preference_admin.inc.php:27 +#: ../../templates/show_access_list.inc:53 +#: ../../templates/show_edit_access.inc:62 +#: ../../templates/show_add_access.inc:54 +msgid "Level" +msgstr "Niveau" -#: ../../templates/show_test.inc:98 -msgid "PHP ICONV Support" -msgstr "" +#: ../../templates/show_preference_admin.inc.php:37 +msgid "Guest" +msgstr "Gast" -#: ../../templates/show_test.inc:112 -msgid "" -"This test checks to make sure you have Iconv support installed. Iconv " -"support is not required for Ampache, but it is highly recommended" -msgstr "" +#: ../../templates/show_preference_admin.inc.php:38 +#: ../../templates/show_access_list.inc:54 +#: ../../templates/show_edit_access.inc:47 ../../templates/show_uploads.inc:42 +#: ../../templates/show_add_access.inc:48 +msgid "User" +msgstr "Gebruiker" -#: ../../templates/show_test.inc:116 -#: ../../templates/show_install_config.inc:88 -msgid "Ampache.cfg.php Exists" -msgstr "" +#: ../../templates/show_edit_song.inc.php:24 +#, fuzzy +msgid "Edit Song" +msgstr "Bewerk Liedje" -#: ../../templates/show_test.inc:131 -msgid "" -"This attempts to read /config/ampache.cfg.php If this fails either the " -"ampache.cfg.php is not in the correct locations or\n" -"\tit is not currently readable by your webserver." -msgstr "" +#: ../../templates/show_edit_song.inc.php:41 +#: ../../templates/show_edit_song.inc.php:49 +#: ../../templates/show_edit_song.inc.php:57 +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc:105 +msgid "OR" +msgstr "OF" -#: ../../templates/show_test.inc:137 -#: ../../templates/show_install_config.inc:105 -msgid "Ampache.cfg.php Configured?" -msgstr "" +#: ../../templates/show_edit_song.inc.php:82 +msgid "Flag for Retagging" +msgstr "Markeer voor opnieuw Taggen" -#: ../../templates/show_test.inc:154 -msgid "" -"This test makes sure that you have set all of the required configuration " -"variables and that we are able to \n" -"\tcompletely parse your config file" -msgstr "" +#: ../../templates/show_edit_song.inc.php:90 +#, fuzzy +msgid "Update Song" +msgstr "Werk Liedjes bij" -#: ../../templates/show_test.inc:160 -msgid "Ampache.cfg.php Up to Date?" -msgstr "" +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "Hernoem" -#: ../../templates/show_test.inc:180 -msgid "Ampache.cfg.php is missing the following:" -msgstr "" +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "Voeg Huidige Toe" -#: ../../templates/show_test.inc:181 -msgid "Under CONF" -msgstr "Onder CONF" +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "Werk id3 tags bij" -#: ../../templates/show_test.inc:185 -msgid "Under LIBGLUE" -msgstr "Onder LIBGLUE" +#: ../../templates/show_user_registration.inc.php:55 +msgid "Ampache New User Registration" +msgstr "Ampache Nieuwe Gebruikers Registratie" -#: ../../templates/show_test.inc:196 -msgid "DB Connection" -msgstr "" +#: ../../templates/show_user_registration.inc.php:70 +msgid "User Agreement" +msgstr "Gebruikers Overeenkomst" -#: ../../templates/show_test.inc:212 -msgid "" -"This attempts to connect to your database using the values from your ampache." -"cfg.php" -msgstr "" +#: ../../templates/show_user_registration.inc.php:80 +msgid "I Accept" +msgstr "Ik ben Akkoord" -#: ../../templates/show_localplay.inc:30 -msgid "Local Play Control" -msgstr "Lokale Afspeel Controle" +#: ../../templates/show_user_registration.inc.php:94 +msgid "User Information" +msgstr "Gebruikers Informatie" -#: ../../templates/show_localplay.inc:35 -msgid "Playback" -msgstr "Afspelen" +#: ../../templates/show_user_registration.inc.php:156 +msgid "Clear Info" +msgstr "Wis Formulier" -#: ../../templates/show_localplay.inc:39 ../../templates/list_header.inc:71 -#: ../../templates/show_mpdplay.inc:62 -msgid "Prev" -msgstr "" +#: ../../templates/show_user_registration.inc.php:157 +msgid "Register User" +msgstr "Registreer Gebruiker" -#: ../../templates/show_localplay.inc:40 ../../templates/show_mpdplay.inc:63 -msgid "Stop" -msgstr "" +#: ../../templates/show_genre.inc.php:29 +msgid "Viewing" +msgstr "Bekijken" -#: ../../templates/show_localplay.inc:42 ../../templates/show_mpdplay.inc:65 -msgid "Pause" -msgstr "" +#: ../../templates/show_users_info.inc.php:27 +#: ../../templates/show_users.inc:41 +msgid "Fullname" +msgstr "Volledige Naam" -#: ../../templates/show_localplay.inc:43 ../../templates/list_header.inc:94 -#: ../../templates/show_mpdplay.inc:66 -msgid "Next" -msgstr "" +#: ../../templates/show_users_info.inc.php:28 +#: ../../templates/show_users.inc:49 +msgid "Last Seen" +msgstr "Laatst Gezien" -#: ../../templates/show_localplay.inc:49 -msgid "Volume" -msgstr "" +#: ../../templates/show_users_info.inc.php:29 +#: ../../templates/show_users.inc:58 +msgid "Activity" +msgstr "Activiteit" -#: ../../templates/show_localplay.inc:53 ../../templates/show_localplay.inc:54 -msgid "Increase Volume" -msgstr "Volume opvoeren" +#: ../../templates/show_admin_tools.inc.php:28 +#, fuzzy +msgid "Catalogs" +msgstr "Catalogus" -#: ../../templates/show_localplay.inc:55 ../../templates/show_localplay.inc:56 -msgid "Decrease Volume" -msgstr "Volume verminderen" +#: ../../templates/show_admin_tools.inc.php:43 +#: ../../templates/show_uploads.inc:51 +msgid "Add" +msgstr "Voeg Toe" -#: ../../templates/show_localplay.inc:62 -msgid "Clear queue" -msgstr "Wachtrij vrijmaken" +#: ../../templates/show_admin_tools.inc.php:45 +msgid "Verify" +msgstr "Verifieer" -#: ../../templates/add_catalog.inc:31 -msgid "" -"In the form below enter either a local path (i.e. /data/music) or the URL to " -"a remote Ampache installation (i.e http://theotherampache.com)" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:47 +#, fuzzy +msgid "Clean" +msgstr "Wis" -#: ../../templates/add_catalog.inc:37 -msgid "Catalog Name" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:58 +#, fuzzy +msgid "No Catalogs Found" +msgstr "Geen Catalogus Gevonden" -#: ../../templates/add_catalog.inc:54 -msgid "Path" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:64 +#, fuzzy +msgid "Clean All" +msgstr "Schoon Alle" -#: ../../templates/add_catalog.inc:58 -msgid "Catalog Type" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:65 +msgid "Verify All" +msgstr "Verifieer Alle" -#: ../../templates/add_catalog.inc:62 -msgid "Remote" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:66 +#, fuzzy +msgid "Add to All" +msgstr "Voeg Toe aan Alle" -#: ../../templates/add_catalog.inc:67 -msgid "ID3 Set Command" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:67 +#, fuzzy +msgid "Update All" +msgstr "Werk Alle bij" -#: ../../templates/add_catalog.inc:71 -msgid "Filename Pattern" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:74 +msgid "Other Tools" +msgstr "Andere Gereedschappen" -#: ../../templates/add_catalog.inc:79 ../../templates/catalog.inc:101 -msgid "Gather Album Art" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:76 ../../templates/catalog.inc:30 +msgid "Show Duplicate Songs" +msgstr "Laat dubbele liedjes zien" -#: ../../templates/add_catalog.inc:83 -msgid "ID3V2 Tags" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:77 ../../templates/catalog.inc:33 +msgid "Clear Now Playing" +msgstr "Leeg Nu Speelt" -#: ../../templates/add_catalog.inc:86 -msgid "Amazon" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:79 +#, fuzzy +msgid "Generate New Config" +msgstr "Schrijf Config" -#: ../../templates/add_catalog.inc:89 -msgid "File Folder" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:80 +#, fuzzy +msgid "Preferences Permissions" +msgstr "Instellingen Permissies" -#: ../../templates/add_catalog.inc:96 -msgid "Build Playlists from m3u Files" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:82 +msgid "Export To Itunes DB" +msgstr "Exporteer naar Itunes DB" -#: ../../templates/add_catalog.inc:103 -msgid "Add Catalog" -msgstr "" +#: ../../templates/show_admin_tools.inc.php:83 +#, fuzzy +msgid "Check for New Version" +msgstr "Check voor Nieuwe Versie" -#: ../../templates/list_flagged.inc:42 ../../templates/show_songs.inc:49 -msgid "Flag" +#: ../../templates/show_admin_tools.inc.php:86 +#, fuzzy +msgid "User Activity" +msgstr "Gebruikers Activiteit" + +#: ../../bin/print_tags.php.inc:59 +msgid "" +"[print_tags.php.inc]\n" +"This commandline script will display the tag information for the specified " +"filename as it will \n" +"appear to Ampache. \n" +" \n" msgstr "" -#: ../../templates/list_flagged.inc:43 -msgid "New Flag" -msgstr "Nieuwe vink" +#: ../../bin/print_tags.php.inc:65 +msgid "Filename:" +msgstr "Bestandsnaam" -#: ../../templates/list_flagged.inc:44 -msgid "Flagged by" -msgstr "Aangevinkt door" +#: ../../bin/quarantine_migration.php.inc:61 +msgid "Error: Unable to write to" +msgstr "Fout: kan niet schrijven naar:" -#: ../../templates/list_flagged.inc:45 -msgid "ID3 Update" -msgstr "ID3 Bijwerken" +#: ../../bin/quarantine_migration.php.inc:68 +msgid "Error: Upload directory not inside a catalog" +msgstr "Fout: Upload Directory is niet binnen een catalogus" -#: ../../templates/list_flagged.inc:69 -msgid "Accept" -msgstr "Accepteren" +#: ../../bin/quarantine_migration.php.inc:107 +msgid "Adding" +msgstr "Bezig met Toevoegen" -#: ../../templates/list_flagged.inc:70 -msgid "Reject" -msgstr "" +#: ../../bin/quarantine_migration.php.inc:107 +msgid "to database" +msgstr "aan database" -#: ../../templates/header.inc:49 -msgid "You are currently logged in as" -msgstr "" +#: ../../bin/quarantine_migration.php.inc:124 +msgid "Deleted" +msgstr "Verwijderd" -#: ../../templates/header.inc:58 -msgid "Go!" +#: ../../bin/quarantine_migration.php.inc:139 +msgid "" +"\n" +"\t\n" +"************* WARNING *************\n" +"This script will move, and \n" +"potentially delete uploaded files.\n" +"************* WARNING *************\n" +"\n" +"All files marked for add will be moved to the upload directory. All files \n" +"marked for deletion will be deleted. This script must be run as a user with\n" +"sufficient rights to perform the above two functions. \n" +"\n" +"\t\n" msgstr "" -#: ../../templates/show_songs.inc:143 -msgid "Direct Link" -msgstr "" +#: ../../bin/quarantine_migration.php.inc:153 +msgid "Continue? (Y/N):" +msgstr "Doorgaan? (Y/N):" -#: ../../templates/show_songs.inc:166 -msgid "Total" -msgstr "" +#: ../../bin/quarantine_migration.php.inc:178 +msgid "Error: " +msgstr "Fout: " -#: ../../templates/show_search_bar.inc:36 ../../templates/show_search.inc:54 -msgid "Search Ampache" +#: ../../bin/quarantine_migration.php.inc:179 +msgid "!\n" msgstr "" -#: ../../templates/show_install_config.inc:41 -#: ../../templates/show_install.inc:41 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" -msgstr "" +#: ../../templates/show_access_list.inc:34 +msgid "Host Access to Your Catalog" +msgstr "Host Toegang naar uw Catalogus" + +#: ../../templates/show_access_list.inc:44 +msgid "Add Entry" +msgstr "Voeg Entry Toe" -#: ../../templates/show_install_config.inc:49 -#: ../../templates/show_install.inc:51 +#: ../../templates/show_access_list.inc:51 +msgid "Start Address" +msgstr "Start Adres" + +#: ../../templates/show_access_list.inc:52 +msgid "End Address" +msgstr "Eind Adres" + +#: ../../templates/show_access_list.inc:55 +msgid "Key" +msgstr "Sleutel" + +#: ../../templates/show_access_list.inc:74 +msgid "Revoke" +msgstr "Verwijder" + +#: ../../templates/show_install_config.inc:52 +#: ../../templates/show_install.inc:32 msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "" +msgstr " Stap 2 - Creeer het ampache.cfg.php bestand" -#: ../../templates/show_install_config.inc:51 +#: ../../templates/show_install_config.inc:54 msgid "" "This steps takes the basic config values, and first attempts to write them " "out directly to your webserver. If access is denied it will prompt you to " "download the config file. Please put the downloaded config file in /config" msgstr "" +"Deze stappen zorgen voor de basis configuratie opties. Hierna zal een poging " +"gedaan worden om het bestand direct op uw webserver op te slaan. Indien dit faalt " +"kunt uu de config file downloaden en moet u deze in de /config directory plaatsen" -#: ../../templates/show_install_config.inc:60 +#: ../../templates/show_install_config.inc:63 msgid "Web Path" -msgstr "" +msgstr "Web Directory" -#: ../../templates/show_install_config.inc:64 -#: ../../templates/show_install.inc:59 +#: ../../templates/show_install_config.inc:67 +#: ../../templates/show_install.inc:40 msgid "Desired Database Name" -msgstr "" +msgstr "Gewenste Database Naam" -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:63 +#: ../../templates/show_install_config.inc:71 +#: ../../templates/show_install.inc:44 msgid "MySQL Hostname" -msgstr "" +msgstr "MySQL Hostnaam" -#: ../../templates/show_install_config.inc:72 +#: ../../templates/show_install_config.inc:75 msgid "MySQL Username" -msgstr "" +msgstr "MySQl Gebruikersnaam" -#: ../../templates/show_install_config.inc:76 +#: ../../templates/show_install_config.inc:79 msgid "MySQL Password" -msgstr "" +msgstr "MySQL Paswoord" -#: ../../templates/show_install_config.inc:81 +#: ../../templates/show_install_config.inc:84 msgid "Write Config" -msgstr "" +msgstr "Schrijf Config" -#: ../../templates/show_install_config.inc:125 +#: ../../templates/show_install_config.inc:91 +#: ../../templates/show_test.inc:155 +msgid "Ampache.cfg.php Exists" +msgstr "Ampache.cfg.php Bestaat" + +#: ../../templates/show_install_config.inc:108 +#: ../../templates/show_test.inc:176 +msgid "Ampache.cfg.php Configured?" +msgstr "Ampache.cfg.php Geconfigureerd?" + +#: ../../templates/show_install_config.inc:129 msgid "Check for Config" -msgstr "" +msgstr "Check voor Config" -#: ../../templates/show_album.inc:67 -msgid "Play Album" -msgstr "" +#: ../../templates/show_users.inc:54 +msgid "Registration Date" +msgstr "Registratie Datum" -#: ../../templates/show_album.inc:68 -msgid "Play Random from Album" -msgstr "" +#: ../../templates/show_users.inc:61 +#, fuzzy +msgid "Last Ip" +msgstr "Laatste Ip Adres" -#: ../../templates/show_album.inc:69 -msgid "Reset Album Art" -msgstr "" +#: ../../templates/show_users.inc:66 +msgid "On-line" +msgstr "Actief" -#: ../../templates/show_album.inc:70 -msgid "Find Album Art" -msgstr "" +#: ../../templates/catalog.inc:28 +msgid "Add a catalog" +msgstr "Catalogus Toevoegen" -#: ../../templates/show_preferences.inc:42 -msgid "Editing" -msgstr "" +#: ../../templates/catalog.inc:29 +msgid "Access Lists" +msgstr "Toegangs Regels" -#: ../../templates/show_preferences.inc:42 -msgid "preferences" -msgstr "" +#: ../../templates/catalog.inc:31 +msgid "Show Disabled Songs" +msgstr "Laat gedeactiveerde Liedjes Zien" -#: ../../templates/show_preferences.inc:44 -msgid "Rebuild Preferences" +#: ../../templates/catalog.inc:34 +msgid "Dump Album Art" msgstr "" -#: ../../templates/show_preferences.inc:73 -msgid "Update Preferences" -msgstr "" +#: ../../templates/catalog.inc:36 +msgid "View flagged songs" +msgstr "Bekijk gemarkeerde liedjes" -#: ../../templates/show_preferences.inc:77 -msgid "Cancel" +#: ../../templates/catalog.inc:41 +msgid "" +"Error: ICONV not found, ID3V2 Tags will not import correctly. See <a href=" +"\"http://php.oregonstate.edu/iconv\">Iconv</a> for information on getting " +"ICONV" msgstr "" +"Fout ICONV niet gevonden, ID3V2 Tags zullen niet correct worden geimporteerd. Zie <a href=" +"\"http://php.oregonstate.edu/iconv\">Iconv</a> voor informatie hoe ICONV te bemachtigen" -#: ../../templates/userform.inc:25 -msgid "Adding a New User" -msgstr "" +#: ../../templates/catalog.inc:50 +msgid "Update Catalogs" +msgstr "Werk catalogus Bij" -#: ../../templates/userform.inc:29 -msgid "Editing existing User" -msgstr "" +#: ../../templates/catalog.inc:73 +msgid "Add to Catalog(s)" +msgstr "Voeg toe aan catalogus(sen)" -#: ../../templates/userform.inc:80 -msgid "User Access Level" -msgstr "" +#: ../../templates/catalog.inc:74 +msgid "Add to all Catalogs" +msgstr "Voeg toe aan alle Catalogussen" -#: ../../templates/userform.inc:96 -msgid "Add User" -msgstr "" +#: ../../templates/catalog.inc:75 +msgid "Fast Add" +msgstr "Snel Toevoegen" -#: ../../templates/userform.inc:101 -msgid "Update User" -msgstr "" +#: ../../templates/catalog.inc:80 +msgid "Update Catalog(s)" +msgstr "Werk Catalogus(sen) bij" -#: ../../templates/show_random_play.inc:34 -msgid "Item count" -msgstr "" +#: ../../templates/catalog.inc:81 +msgid "Update All Catalogs" +msgstr "Werk Alle Catalogussen bij" -#: ../../templates/show_random_play.inc:49 -msgid "From genre" -msgstr "" +#: ../../templates/catalog.inc:82 +msgid "Fast Update" +msgstr "Snel Bijwerken" -#: ../../templates/show_random_play.inc:58 -msgid "Standard" -msgstr "" +#: ../../templates/catalog.inc:87 +msgid "Clean Catalog(s)" +msgstr "Schoon Catalogus(sen) op" -#: ../../templates/show_random_play.inc:59 -msgid "Favor Unplayed" -msgstr "" +#: ../../templates/catalog.inc:88 +msgid "Clean All Catalogs" +msgstr "Schoon Alle Catalogussen op" -#: ../../templates/show_random_play.inc:61 -msgid "Full Artist" -msgstr "" +#: ../../templates/catalog.inc:94 +msgid "You don't have any catalogs." +msgstr "U heeft geen enkele Catalogus" -#: ../../templates/show_random_play.inc:66 -msgid "from catalog" -msgstr "uit catalogus" +#: ../../templates/catalog.inc:101 +msgid "Catalog Tools" +msgstr "Catalogus Tools" -#: ../../templates/show_random_play.inc:75 -msgid "Play Random Songs" -msgstr "Speel Willekeurige Liedjes" +#: ../../templates/show_upload.inc:27 +msgid "Uploading Music to Ampache" +msgstr "Uplouding Music naar Ampache" -#: ../../templates/show_install.inc:49 -msgid "" -"This step creates and inserts the Ampache database, as such please provide a " -"mysql account with database creation rights. This step may take a while " -"depending upon the speed of your computer" -msgstr "" +#: ../../templates/show_upload.inc:31 +msgid "The following Audio file formats are supported" +msgstr "De volgende Audio formaten worden gesupport" -#: ../../templates/show_install.inc:67 -msgid "MySQL Administrative Username" +#: ../../templates/show_upload.inc:52 +msgid "max_upload_size" msgstr "" -#: ../../templates/show_install.inc:71 -msgid "MySQL Administrative Password" -msgstr "" +#: ../../templates/show_disabled_songs.inc:25 +#: ../../templates/show_artist.inc:34 +msgid "Select" +msgstr "Selecteer" -#: ../../templates/show_install.inc:75 -msgid "Create Database User for New Database" -msgstr "" +#: ../../templates/show_disabled_songs.inc:30 +msgid "Addition Time" +msgstr "Tijd van toevoegen" -#: ../../templates/show_install.inc:80 -msgid "Ampache Database Username" -msgstr "" +#: ../../templates/show_disabled_songs.inc:48 +#, fuzzy +msgid "Remove" +msgstr "Verwijder" -#: ../../templates/show_install.inc:84 -msgid "Ampache Database User Password" -msgstr "" +#: ../../templates/show_search.inc:27 ../../templates/show_search_bar.inc:26 +msgid "Search Ampache" +msgstr "Doorzoek Ampache" -#: ../../templates/show_install.inc:89 -msgid "Insert Database" -msgstr "" +#: ../../templates/show_search.inc:31 +msgid "Keywords" +msgstr "Kern Woorden" -#: ../../templates/show_add_access.inc:31 -msgid "Add Access for a Host" -msgstr "" +#: ../../templates/show_search.inc:71 +msgid "Played" +msgstr "Gespeeld" -#: ../../templates/show_add_access.inc:33 -msgid "" -"Use the form below to add a host that you want to have access to your " -"Ampache catalog." +#: ../../templates/show_search.inc:79 +msgid "Min Bitrate" msgstr "" -#: ../../templates/show_add_access.inc:46 -msgid "Start IP Address" -msgstr "" +#: ../../templates/show_search.inc:90 ../../templates/show_songs.inc:58 +msgid "Rating" +msgstr "Waardering" -#: ../../templates/show_add_access.inc:52 -msgid "End IP Address" -msgstr "" +#: ../../templates/show_search.inc:94 +#, fuzzy +msgid "One Star" +msgstr "Een Ster" -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_access_list.inc:50 -msgid "Level" -msgstr "" +#: ../../templates/show_search.inc:95 +#, fuzzy +msgid "Two Stars" +msgstr "Twee Sterren" -#: ../../templates/show_add_access.inc:72 -msgid "Add Host" -msgstr "" +#: ../../templates/show_search.inc:96 +msgid "Three Stars" +msgstr "Drie Sterren" -#: ../../templates/catalog.inc:30 -msgid "" -"Error: ICONV not found, ID3V2 Tags will not import correctly. See <a href=" -"\"http://php.oregonstate.edu/iconv\">Iconv</a> for information on getting " -"ICONV" -msgstr "" +#: ../../templates/show_search.inc:97 +msgid "Four Stars" +msgstr "Vier Sterren" -#: ../../templates/catalog.inc:39 -msgid "Update Catalogs" -msgstr "" +#: ../../templates/show_search.inc:98 +msgid "Five Stars" +msgstr "Vijf Sterren" -#: ../../templates/catalog.inc:65 -msgid "Fast Add" -msgstr "" +#: ../../templates/show_search.inc:101 +msgid "Operator" +msgstr "Combinatie" -#: ../../templates/catalog.inc:72 -msgid "Fast Update" -msgstr "" +#: ../../templates/show_search.inc:104 +msgid "AND" +msgstr "EN" -#: ../../templates/catalog.inc:85 -msgid "You don't have any catalogs." -msgstr "" +#: ../../templates/show_search.inc:110 +msgid "Method" +msgstr "Methode" -#: ../../templates/catalog.inc:96 -msgid "Show Duplicate Songs" -msgstr "" +#: ../../templates/show_search.inc:113 +msgid "Fuzzy" +msgstr "Ongeveer" -#: ../../templates/catalog.inc:97 -msgid "Show Disabled Songs" +#: ../../templates/show_search.inc:114 +msgid "Exact" msgstr "" -#: ../../templates/catalog.inc:98 -msgid "Clear Catalog Stats" -msgstr "" +#: ../../templates/show_search.inc:117 +msgid "Maximum Results" +msgstr "Maximum resultaten" -#: ../../templates/catalog.inc:100 -msgid "Dump Album Art" -msgstr "" +#: ../../templates/show_search.inc:120 ../../templates/show_random_play.inc:70 +msgid "Unlimited" +msgstr "Ongelimiteerd" -#: ../../templates/catalog.inc:102 -msgid "View flagged songs" -msgstr "" +#: ../../templates/show_search.inc:132 +msgid "Reset Form" +msgstr "Herstel Formulier" -#: ../../templates/catalog.inc:103 -msgid "Catalog Tools" -msgstr "" +#: ../../templates/show_search.inc:143 +msgid "Save Search As Track on" +msgstr "Sla Zoekopdracht op in Speellijst" -#: ../../templates/menu.inc:73 ../../templates/menu.inc:79 -msgid "Account" -msgstr "" +#: ../../templates/show_search.inc:145 +msgid "Save" +msgstr "Opslaan" -#: ../../templates/menu.inc:74 ../../templates/menu.inc:80 -#: ../../templates/show_users.inc:64 ../../templates/show_users.inc:112 -msgid "Stats" +#: ../../templates/show_test.inc:34 +msgid "Ampache Debug" msgstr "" -#: ../../templates/show_upload.inc:30 -msgid "Uploading Music to Ampache" +#: ../../templates/show_test.inc:35 +msgid "" +"You've reached this page because a configuration error has occured. Debug " +"Information below" msgstr "" +"U bent hier uitgekomen omdat er een configuratie fout is opgetreden." +"Onderstaand de debug informatie." -#: ../../templates/show_upload.inc:32 -msgid "The following Audio file formats are supported" -msgstr "" +#: ../../templates/show_test.inc:39 +msgid "CHECK" +msgstr "CONTROLEER" -#: ../../templates/show_upload.inc:72 -msgid "max_upload_size" +#: ../../templates/show_test.inc:41 +msgid "STATUS" msgstr "" -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "" +#: ../../templates/show_test.inc:43 +msgid "DESCRIPTION" +msgstr "OMSCHRIJVING" -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "" +#: ../../templates/show_test.inc:46 +msgid "PHP Version" +msgstr "PHP Versie" -#: ../../templates/show_users.inc:53 -msgid "Registration Date" +#: ../../templates/show_test.inc:61 +msgid "" +"This tests to make sure that you are running a version of PHP that is known " +"to work with Ampache." msgstr "" +"Deze test zorg ervoor dat Ampache werkt met de huidige php versie waarmee u " +"werkt" -#: ../../templates/show_users.inc:61 ../../templates/show_users.inc:107 -msgid "Prefs" -msgstr "" +#: ../../templates/show_test.inc:65 +msgid "Mysql for PHP" +msgstr "MySQL voor PHP" -#: ../../templates/show_users.inc:67 -msgid "Access" +#: ../../templates/show_test.inc:80 +msgid "" +"This test checks to see if you have the mysql extensions loaded for PHP. " +"These are required for Ampache to work." msgstr "" +"Deze test cheked of u de mysql extensies geladen heeft in PHP.Dit is een " +"vereiste voor Ampache" -#: ../../templates/show_users.inc:73 -msgid "On-line" -msgstr "" +#: ../../templates/show_test.inc:84 +msgid "PHP Session Support" +msgstr "PHP Sessie Ondersteuning" -#: ../../templates/show_users.inc:126 -msgid "delete" +#: ../../templates/show_test.inc:99 +msgid "" +"This test checks to make sure that you have PHP session support enabled. " +"Sessions are required for Ampache to work." msgstr "" +"Dit is een test of PHP sessie support aanstaatDit is een vereiste voor " +"Ampache" -#: ../../templates/list_duplicates.inc:28 -msgid "Duplicate Songs" -msgstr "" +#: ../../templates/show_test.inc:103 +msgid "PHP ICONV Support" +msgstr "PHP ICONV Ondersteuning" -#: ../../templates/list_duplicates.inc:35 -msgid "Length" +#: ../../templates/show_test.inc:117 +msgid "" +"This test checks to make sure you have Iconv support installed. Iconv " +"support is not required for Ampache, but it is highly recommended" msgstr "" +"Deze test controleert of je Iconv hebt geinstaleerd. Iconvis niet vereist " +"voor de werking van Ampache maar wordt wel aangeraden" -#: ../../templates/list_duplicates.inc:74 -msgid "You don" -msgstr "" +#: ../../templates/show_test.inc:121 +#, fuzzy +msgid "PHP PCRE Support" +msgstr "PHP PCRE Ondersteuning" -#: ../../templates/list_duplicates.inc:74 +#: ../../templates/show_test.inc:134 +#, fuzzy msgid "" -"); ?></p>\n" -"<?php } ?>\n" -"</form>\n" +"This test makes sure you have PCRE support compiled into your version of " +"PHP, this is required for Ampache." msgstr "" +"Dit is een test of PCRE ondersteuning aanstaat in uw PHP versie. Dit is een " +"vereiste voor Ampache" -#: ../../templates/show_login_form.inc:49 -#: ../../templates/show_login_form.inc:63 -msgid "Login" -msgstr "" +#: ../../templates/show_test.inc:138 +#, fuzzy +msgid "PHP PutENV Support" +msgstr "PHP PutENV Ondersteuning" -#: ../../templates/show_login_form.inc:59 -msgid "Remember Me" +#: ../../templates/show_test.inc:151 +msgid "" +"This test makes sure that PHP isn't running in SafeMode and that we are able " +"to modify the memory limits. While not required, without these abilities " +"some features of ampache may not work correctly" msgstr "" +"Deze test controleert if PHP niet in SafeMode draait en dat we de memory limieten " +"kunnen aanpassen. Dit is niet verplicht maar kan wel ten koste gaan van bepaalde " +"onderdelen van Ampache" -#: ../../templates/show_login_form.inc:72 -msgid "Register" +#: ../../templates/show_test.inc:170 +msgid "" +"This attempts to read /config/ampache.cfg.php If this fails either the " +"ampache.cfg.php is not in the correct locations or\n" +"\tit is not currently readable by your webserver." msgstr "" +"Dit probeert /config/ampache.cfg.php te lezen. Als dit faalt is de fileniet " +"op de goede locatie aanwezig of\n" +"\t niet leesbaar door de webserver." -#: ../../templates/show_access_list.inc:34 -msgid "Host Access to Your Catalog" +#: ../../templates/show_test.inc:193 +msgid "" +"This test makes sure that you have set all of the required configuration " +"variables and that we are able to \n" +"\tcompletely parse your config file" msgstr "" +"Deze test zorgt ervoor dat alle benodigde variabelen gezet zijn endat we in " +"staat zijn om deze allemaal uit te lezen" -#: ../../templates/show_access_list.inc:43 -msgid "Add Entry" -msgstr "" +#: ../../templates/show_test.inc:203 +msgid "Ampache.cfg.php Up to Date?" +msgstr "Ampache.cfg.php Actueel?" -#: ../../templates/show_access_list.inc:48 -msgid "Start Address" -msgstr "" +#: ../../templates/show_test.inc:221 +msgid "Ampache.cfg.php is missing the following:" +msgstr "Ampache.cfg.php mist het volgende:" -#: ../../templates/show_access_list.inc:49 -msgid "End Address" -msgstr "" +#: ../../templates/show_test.inc:233 +msgid "DB Connection" +msgstr "DB Connectie" -#: ../../templates/show_access_list.inc:65 -msgid "Revoke" +#: ../../templates/show_test.inc:249 +msgid "" +"This attempts to connect to your database using the values from your ampache." +"cfg.php" msgstr "" +"Hier proberen we de database te benaderen met de waarden vanuit amapche" -#: ../../templates/show_search.inc:57 -msgid "Keywords" -msgstr "" +#: ../../templates/show_similar_artists.inc:24 +#, fuzzy +msgid "Similar Artists" +msgstr "Gelijkwaardige Artiest" -#: ../../templates/show_search.inc:102 -msgid "Played" -msgstr "" +#: ../../templates/show_similar_artists.inc:26 +msgid "Please check the artists you want to merge with the current one" +msgstr "Controleer aub de artiest die u wilt samenvoegen met de huidige" -#: ../../templates/show_search.inc:110 -msgid "Min Bitrate" -msgstr "" +#: ../../templates/show_similar_artists.inc:63 +#, fuzzy +msgid "Back" +msgstr "Terug" -#: ../../templates/show_search.inc:132 -msgid "Object Type" -msgstr "" +#: ../../templates/show_similar_artists.inc:74 +#, fuzzy +msgid "Rename selected" +msgstr "Hernoem Geselecteerde" -#: ../../templates/show_search.inc:138 -msgid "Genres" -msgstr "" +#: ../../templates/show_similar_artists.inc:84 +#, fuzzy +msgid "Advanced Options" +msgstr "Geavanceerde Opties" -#: ../../templates/show_search.inc:141 -msgid "Operator" -msgstr "" +#: ../../templates/show_similar_artists.inc:145 +#, fuzzy +msgid "Search Again" +msgstr "Doorzoek Opnieuw" -#: ../../templates/show_search.inc:145 -msgid "AND" -msgstr "" +#: ../../templates/show_edit_access.inc:23 +#, fuzzy +msgid "Edit Access List" +msgstr "Bewerk Toegangs Lijst" -#: ../../templates/show_search.inc:150 -msgid "Method" -msgstr "" +#: ../../templates/show_edit_access.inc:31 +#: ../../templates/show_add_access.inc:65 +#, fuzzy +msgid "ACL Type" +msgstr "Toegangs Type" -#: ../../templates/show_search.inc:153 -msgid "Fuzzy" -msgstr "" +#: ../../templates/show_edit_access.inc:35 +#: ../../templates/show_add_access.inc:36 +msgid "Start IP Address" +msgstr "Start Ip Adres" -#: ../../templates/show_search.inc:154 -msgid "Exact" -msgstr "" +#: ../../templates/show_edit_access.inc:41 +#: ../../templates/show_add_access.inc:42 +msgid "End IP Address" +msgstr "Eind IP Adres" -#: ../../templates/show_search.inc:157 -msgid "Maxium Results" -msgstr "" +#: ../../templates/show_edit_access.inc:54 +#: ../../templates/show_add_access.inc:79 +msgid "Remote Key" +msgstr "Remote Sleutel" -#: ../../templates/show_search.inc:160 -msgid "Unlimited" -msgstr "" +#: ../../templates/show_edit_access.inc:67 +#: ../../templates/show_add_access.inc:58 +#, fuzzy +msgid "Read" +msgstr "Lees" -#: ../../templates/show_search.inc:172 -msgid "Reset Form" -msgstr "" +#: ../../templates/show_edit_access.inc:68 +#: ../../templates/show_add_access.inc:59 +msgid "Read/Write" +msgstr "Lezen/Schrijven" -#: ../../templates/show_search.inc:184 -msgid "Save Search As Track on" -msgstr "" +#: ../../templates/show_login_form.inc:35 +#: ../../templates/show_login_form.inc:42 +msgid "Login" +msgstr "Inloggen" -#: ../../templates/show_search.inc:186 -msgid "Save" -msgstr "" +#: ../../templates/show_login_form.inc:39 +msgid "Remember Me" +msgstr "Onthoud mij" -#: ../../templates/show_mpdplay.inc:39 -msgid "MPD Play Control" -msgstr "" +#: ../../templates/show_login_form.inc:48 +msgid "Register" +msgstr "Registreer" -#: ../../templates/show_mpdplay.inc:100 -msgid "Loop" -msgstr "" +#: ../../templates/show_mpdpl.inc:43 +msgid "MPD Server Playlist" +msgstr "MPD Server Speellijst" -#: ../../templates/show_mpdplay.inc:107 ../../templates/show_mpdplay.inc:120 -msgid "On" -msgstr "" +#: ../../templates/show_mpdpl.inc:51 ../../templates/show_songs.inc:48 +msgid "Song title" +msgstr "Naam Liedje" -#: ../../templates/show_mpdplay.inc:108 ../../templates/show_mpdplay.inc:121 -msgid "Off" -msgstr "" +#: ../../templates/show_mpdpl.inc:164 +msgid "Refresh the Playlist Window" +msgstr "Ververs het Speellijst venster" -#: ../../templates/show_mpdplay.inc:134 -msgid "Now Playing :" -msgstr "" +#: ../../templates/show_mpdpl.inc:166 +msgid "Click to shuffle (randomize) the playlist" +msgstr "Klik om speellijst te schudden" -#: ../../templates/show_mpdplay.inc:163 -msgid "On Deck " -msgstr "" +#: ../../templates/show_mpdpl.inc:166 +msgid "shuffle" +msgstr "willekeurig" -#: ../../templates/show_mpdplay.inc:163 -msgid "(in " -msgstr "" +#: ../../templates/show_mpdpl.inc:167 +msgid "Click to the clear the playlist" +msgstr "Klik om de Speellijst te legen" + +#: ../../templates/show_mpdpl.inc:171 +msgid "Click to the remove all except the Now Playing" +msgstr "Klik om de speellijst te legen behalve Nu Speelt" #: ../../templates/show_artist.inc:36 -msgid "Select" -msgstr "" +msgid "Cover" +msgstr "Hoes" + +#: ../../templates/show_artist.inc:37 +msgid "Album Name" +msgstr "Album Naam" #: ../../templates/show_artist.inc:38 -msgid "Cover" -msgstr "" +msgid "Album Year" +msgstr "Album Jaar" #: ../../templates/show_artist.inc:39 -msgid "Album Name" +msgid "Total Tracks" +msgstr "Totaal Aantal Nummers" + +#: ../../templates/show_songs.inc:146 +msgid "Direct Link" +msgstr "Directe Link" + +#: ../../templates/show_songs.inc:165 +msgid "Total" +msgstr "Totaal" + +#: ../../templates/show_songs.inc:183 +#, fuzzy +msgid "** Indicates flagged songs" +msgstr "** Indicatie gemarkeerde liedjes" + +#: ../../templates/show_mpdplay.inc:37 +msgid "MPD Play Control" +msgstr "MPD Afspeel Bediening" + +#: ../../templates/show_mpdplay.inc:53 ../../templates/list_header.inc:102 +msgid "Prev" +msgstr "Vorige" + +#: ../../templates/show_mpdplay.inc:54 +msgid "Stop" msgstr "" -#: ../../templates/show_artist.inc:40 -msgid "Album Year" +#: ../../templates/show_mpdplay.inc:56 +msgid "Pause" msgstr "" -#: ../../templates/show_artist.inc:41 -msgid "Total Tracks" +#: ../../templates/show_mpdplay.inc:57 ../../templates/list_header.inc:148 +msgid "Next" +msgstr "Volgende" + +#: ../../templates/show_mpdplay.inc:87 +msgid "Loop" +msgstr "Herhaal" + +#: ../../templates/show_mpdplay.inc:121 +msgid "Now Playing :" +msgstr "Nu Speelt :" + +#: ../../templates/show_mpdplay.inc:149 +msgid "On Deck " msgstr "" -#: ../../templates/show_big_art.inc:31 -msgid "Album Art" +#: ../../templates/show_mpdplay.inc:149 +msgid "(in " msgstr "" -#: ../../templates/show_big_art.inc:35 -msgid "Click to close window" +#: ../../templates/show_install.inc:30 +msgid "" +"This step creates and inserts the Ampache database, as such please provide a " +"mysql account with database creation rights. This step may take a while " +"depending upon the speed of your computer" msgstr "" +"Deze stap creeert en vult de Ampache database, geef hierom een account op met " +"rechten om een database aan te mogen maken. Dit kan even duren naar gelang de " +"snelheid van uw computer" -msgid "No Results Found" -msgstr "Geen Resultaten Gevonden" +#: ../../templates/show_install.inc:48 +msgid "MySQL Administrative Username" +msgstr "MySQl Administratieve Gebruikersnaam" -msgid "New" -msgstr "Nieuw" +#: ../../templates/show_install.inc:52 +msgid "MySQL Administrative Password" +msgstr "MySQl Administratieve Paswoord" -msgid "View All" -msgstr "Bekijk Alles" +#: ../../templates/show_install.inc:56 +msgid "Create Database User for New Database" +msgstr "Maak Database Gebruiker aan voor nieuwe Database" -msgid "Import" -msgstr "Importeren" +#: ../../templates/show_install.inc:61 +msgid "Ampache Database Username" +msgstr "Ampache Database Gebruikersnaam" -msgid "Public" -msgstr "" +#: ../../templates/show_install.inc:65 +msgid "Ampache Database User Password" +msgstr "Ampache Database Gebruikers Paswoord" -msgid "Your Private" -msgstr "Jouw Prive" +#: ../../templates/show_install.inc:70 +msgid "Insert Database" +msgstr "Maak Database" -msgid "Other Private" -msgstr "Andere Prive" +#: ../../templates/show_big_art.inc:31 +msgid "Album Art" +msgstr "Album Hoes" -msgid "There are no playlists of this type" -msgstr "Er zijn geen speellijsten van dit type" +#: ../../templates/show_big_art.inc:35 +msgid "Click to close window" +msgstr "Klik om venster te sluiten" -msgid "All songs by" -msgstr "Alle liedjes van" +#: ../../templates/header.inc:57 +msgid "You are currently logged in as" +msgstr "U Bent ingelogd als" -msgid "owned by" -msgstr "eigendom van" +#: ../../templates/show_add_access.inc:23 +msgid "Add Access for a Host" +msgstr "Maak Toegang voor Host" -msgid "Edit Playlist" +#: ../../templates/show_add_access.inc:24 +msgid "" +"Use the form below to add a host that you want to have access to your " +"Ampache catalog." msgstr "" +"Gebruik onderstaand formulier om op te geven welke host de Ampache " +"catalogus mag benaderen" -msgid "Play Random" -msgstr "" +#: ../../templates/show_add_access.inc:68 +#, fuzzy +msgid "Stream Access" +msgstr "Stream Toegang" -msgid "Welcome to" -msgstr "Welkom bij" +#: ../../templates/show_add_access.inc:69 +msgid "Web Interface" +msgstr "" -msgid "Album Art Located" -msgstr "Album Hoesje Gevonden" +#: ../../templates/show_add_access.inc:70 +msgid "Local Network Definition" +msgstr "Lokale Netwerk Defenitie" -msgid "" -"Album Art information has been located in Amazon. If incorrect, click " -"\"Reset Album Art\" below to remove the artwork." +#: ../../templates/show_add_access.inc:71 +msgid "XML-RPC" msgstr "" -"Album Hoes Informatie is gevonden in Amazon. Als dit niet juist is, klik " -"\"Herstel Album Hoesje\" hieronder om het plaatje te verwijderen." -msgid "View Limit" -msgstr "Bekijk Limiet" +#: ../../templates/show_add_access.inc:76 +msgid "XML-RPC Options" +msgstr "XML-RPC Opties" -msgid "<u>S</u>how all albums" -msgstr "<u>T</u>oon alle albums" +#: ../../templates/show_add_access.inc:88 +#, fuzzy +msgid "Create ACL" +msgstr "Maak Toegangs Entry aan" -msgid "Select a starting letter or Show all" -msgstr "Selecteer beginletter of Toon Alles" +#: ../../templates/show_preferences.inc:52 +msgid "Editing" +msgstr "Bezig met Bewerken" -msgid "An Unknown Error has occured." -msgstr "Er is een onbekende fout opgetreden." +#: ../../templates/show_preferences.inc:52 +msgid "preferences" +msgstr "instellingen" -msgid "Successfully-Quarantined" -msgstr "Succesvol-Veiliggesteld" +#: ../../templates/show_preferences.inc:54 +msgid "Rebuild Preferences" +msgstr "Herlaad Instellingen" -msgid "Successfully-Cataloged" -msgstr "Succesvol-Gecatalogiseerd" +#: ../../templates/show_preferences.inc:86 +msgid "Update Preferences" +msgstr "Werk Instellingen bij" + +#: ../../templates/show_random_play.inc:26 +msgid "Play Random Selection" +msgstr "Speel Willekeurige Selectie" + +#: ../../templates/show_random_play.inc:29 +msgid "Item count" +msgstr "Item aantal" + +#: ../../templates/show_random_play.inc:44 +msgid "From genre" +msgstr "Van Genre" -msgid "Quarantined" -msgstr "Veiliggesteld" +#: ../../templates/show_random_play.inc:53 +msgid "Standard" +msgstr "Standaard" -msgid "Create/Modify User Accounts for Ampache" -msgstr "Maken/Aanpassen Gebruikers voor Ampache" +#: ../../templates/show_random_play.inc:54 +msgid "Favor Unplayed" +msgstr "Niet gespeelde" -msgid "Mail your users to notfiy them of changes" -msgstr "Mail uw gebruikers om ze te informeren over wijzigingen" +#: ../../templates/show_random_play.inc:55 +msgid "Full Albums" +msgstr "Volledige Albums" -msgid "Create/Update/Clean your catalog here" -msgstr "Maak/Bewerk/Schoon uw catalogus hier" +#: ../../templates/show_random_play.inc:56 +msgid "Full Artist" +msgstr "Volledige Artiest" -msgid "Modify Site-wide preferences" -msgstr "Voorkeuren voor de gehele Site Aanpassen" +#: ../../templates/show_random_play.inc:61 +#, fuzzy +msgid "From catalog" +msgstr "Uit catalogus" -msgid "Modify Access List Permissions" -msgstr "Toegangslijst Permissies Aanpassen" +#: ../../templates/show_random_play.inc:67 +msgid "Size Limit" +msgstr "Grootte Limiet" -msgid "Must have access_control=true in ampache.cfg" -msgstr "access_control=true moet in ampache.cfg staan" +#: ../../templates/show_album.inc:56 +msgid "Play Album" +msgstr "Speel Album" -msgid "Please Ensure All Files Are Tagged Correctly" -msgstr "Controleer aub. of alle bestanden juist zijn gelabelled" +#: ../../templates/show_album.inc:57 +msgid "Play Random from Album" +msgstr "Speel Willekeurig van Album" -msgid "" -"Ampache relies on id3 tags to sort data. If your file is not tagged it may " -"be deleted." -msgstr "" -"Ampache is afhankelijk van id3 labels om data te sorteren. Als uw bestand " -"niet is gelabeld kan het worden verwijderd." +#: ../../templates/show_album.inc:59 +msgid "Reset Album Art" +msgstr "Reset Album Hoes" -msgid "refresh now" -msgstr "Ververs Nu" +#: ../../templates/show_album.inc:61 +msgid "Find Album Art" +msgstr "Zoek Album Hoes" -msgid "clear" -msgstr "leegmaken" diff --git a/localplay.php b/localplay.php index df79ce3a..06f081c7 100644 --- a/localplay.php +++ b/localplay.php @@ -55,7 +55,7 @@ switch ($action) { $localplay = init_localplay(); $localplay->delete_all(); $url = $web_path . '/localplay.php'; - $title = _('Song(s) Remove from Playlist'); + $title = _('Song(s) Removed from Playlist'); $body = ''; show_confirmation($title,$body,$url); break; diff --git a/playlist.php b/playlist.php index 0e36bd4e..f4aa6119 100644 --- a/playlist.php +++ b/playlist.php @@ -158,13 +158,13 @@ switch ($action) { $dir = dirname($_FILES['filename']['tmp_name']) . "/"; $filename = $dir . basename($_FILES['filename']['name']); move_uploaded_file($_FILES['filename']['tmp_name'], $filename ); - + $catalog = new Catalog(); $catalog->import_m3u($filename); $url = conf('web_path') . '/playlist.php'; $title = _('Playlist Imported'); - $body = ''; + $body = basename($_FILES['filename']['name']); show_confirmation($title,$body,$url); break; case 'set_track_numbers': diff --git a/templates/show_search.inc b/templates/show_search.inc index 116b30d3..9984d835 100644 --- a/templates/show_search.inc +++ b/templates/show_search.inc @@ -114,7 +114,7 @@ <option value="exact" <?php if($_REQUEST['method']=="exact") echo "selected=\"selected\""?>><?php echo _('Exact'); ?></option> </select> </td> - <td><?php echo _('Maxium Results'); ?>:</td> + <td><?php echo _('Maximum Results'); ?>:</td> <td> <select name="limit"> <option value="0"><?php echo _('Unlimited'); ?></option> |