diff --git a/admin/catalog.php b/admin/catalog.php index 9a873d17..f7c599d5 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -192,6 +192,9 @@ switch ($_REQUEST['action']) { Error::display('general'); Error::display('catalog_add'); show_box_bottom(); + + show_confirmation('','','/admin/index.php'); + } else { require Config::get('prefix') . '/templates/show_add_catalog.inc.php'; diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index d791bfe9..942b5fcf 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -7,7 +7,7 @@ ; if this config file is up to date ; this is compared against a value hardcoded ; into the init script -config_version = 5 +config_version = 6 ;################### ; Path Vars # diff --git a/docs/CHANGELOG b/docs/CHANGELOG index ab204325..034d8fff 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -3,7 +3,8 @@ -------------------------------------------------------------------------- -------------------------------------------------------------------------- - v.3.4-Alpha3 + v.3.4-Alpha3 11/25/2007 + - Fixed display problem and lack of link when creating a catalog - Inital Version of Democratic play working, minor speed improvements to normal tmpplaylist class due to simplification and removal of democratic related code diff --git a/docs/INSTALL b/docs/INSTALL index 9ab59f9c..7f6432cd 100755 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- ------------------ INSTALL - Ampache v.3.3.3 - 01/27/2007 ---------------------- +----------------- INSTALL - Ampache v.3.4 ---------------------- ------------------------------------------------------------------------------- I'm assuming that you have Apache, PHP and MySQL running when you diff --git a/docs/README b/docs/README index 6ff5ba05..4655bc50 100755 --- a/docs/README +++ b/docs/README @@ -13,7 +13,6 @@ Contents: 3. Setting Up a) Upgrading 4. License - a) Donations (Beer!) 5. Contact info 1. Intro: @@ -73,6 +72,7 @@ Contents: - Icecast2 - Winamp using (HTTPQ) - Democratic Vote based play + - 3rd Party clients using API (Amarok) C) Current Translations @@ -97,7 +97,7 @@ Contents: Robert Hopson - Libglue, Playlists, Ogg support.. and much more Andy Morgan - Protagonist RosenSama - Previous Developer - Ben Shields - Graphics Boy + Ben Shields - Ampache Logo Randall Ehren (Initial XML-RPC) s1amson (lots of beta testing) Caleb Crome (bug fixes and enhancements) @@ -110,7 +110,7 @@ Contents: Maan Bsat (random fixes) latka (from media.tangent.org site) for orphaned song ideas Lamar Hansford (README/INSTALL improvements) & Upload - Enrico Lai http://www.enricolai.com for the XSPF Flash Player + Lacy Morrow (Flash Player) And many many more... 2. Getting all the components @@ -145,14 +145,6 @@ Contents: This Application falls under the Standard GPL v2. See Licence included with this tar file -4a. Donations - - We don't want your money but we will take your beer. If you - love ampache and want to encourage us to write more please - visit ampache.org for information on how to donate some beer - to our cause. If you can't send beer a postcard would also - be great. E-mail beer@ampache.org for shipping address - 5. Contact Info Hate it? Love it? Let us know. Let us know if you think of any diff --git a/lib/init.php b/lib/init.php index 6cf2c422..57de1b35 100644 --- a/lib/init.php +++ b/lib/init.php @@ -81,8 +81,8 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-Alpha3 Build (004)'; -$results['int_config_version'] = '5'; +$results['version'] = '3.4-Alpha3'; +$results['int_config_version'] = '6'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; diff --git a/locale/base/messages.po b/locale/base/messages.po index e6e6dc48..722d1250 100644 --- a/locale/base/messages.po +++ b/locale/base/messages.po @@ -1,781 +1,79 @@ -# translation of messages.po to +# 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 , YEAR. # -# Copyright (c) 2001 - 2007 Ampache.org -# All rights reserved. -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License v2 -# as published by the Free Software Foundation.# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details.# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# Nikolai Försterling , 2007. +#, fuzzy msgid "" msgstr "" -"Project-Id-Version: messages\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" -"PO-Revision-Date: 2007-09-13 16:29+0200\n" -"Last-Translator: Nikolai Försterling \n" -"Language-Team: \n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "" + +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "" + +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "" + +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "" + +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "" + +#: ../../update.php:51 +msgid "Ampache Update" +msgstr "" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" +#: ../../ratings.php:32 +msgid "Rating Updated" msgstr "" -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" msgstr "" -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "" - -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" -msgstr "" - -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -msgid "None" -msgstr "" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "" - -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "" - -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Error" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "" - -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "" - -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "" - -#: ../../lib/class/catalog.class.php:1240 -msgid "Cleaning the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "" - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr "" - -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "" - -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "Update Finished." -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "Checked" -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "songs updated." -msgstr "" - -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "" - -#: ../../lib/class/flag.class.php:264 -msgid "Approved" -msgstr "" - -#: ../../lib/class/flag.class.php:265 -msgid "Pending" -msgstr "" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -msgid "Other" -msgstr "" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "" - -#: ../../lib/class/localplay.class.php:564 -msgid "Stopped" -msgstr "" - -#: ../../lib/class/localplay.class.php:567 -msgid "Paused" -msgstr "" - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "" - -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -msgid "Localplay" -msgstr "" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "" - -#: ../../lib/preferences.php:294 -msgid "XSPF" -msgstr "" - -#: ../../lib/preferences.php:326 -msgid "Disabled" -msgstr "" - -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "" - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "" - -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "" - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -msgid "No Catalogs Found!" -msgstr "" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "" - -#: ../../lib/ui.lib.php:799 -msgid "Random Play" -msgstr "" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -msgid "Admin-Catalog" -msgstr "" - -#: ../../lib/ui.lib.php:819 -msgid "Admin-User Management" -msgstr "" - -#: ../../lib/ui.lib.php:823 -msgid "Admin-Mail Users" -msgstr "" - -#: ../../lib/ui.lib.php:827 -msgid "Admin-Manage Access Lists" -msgstr "" - -#: ../../lib/ui.lib.php:831 -msgid "Admin-Site Preferences" -msgstr "" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "" - -#: ../../lib/ui.lib.php:839 -msgid "Browse Music" -msgstr "" - -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "" - -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "" - -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -msgid "Statistics" -msgstr "" - -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "" - -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "" - -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "" - -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "" - -#: ../../lib/general.lib.php:881 -msgid "British English" -msgstr "" - -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "" - -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" -msgstr "" - -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "" - -#: ../../lib/general.lib.php:969 -msgid "Off" -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" -msgstr "" - -#: ../../modules/horde/Browser.php:867 -msgid "file" -msgstr "" - -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." -msgstr "" - -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" -msgstr "" - -#: ../../modules/horde/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." -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)." -msgstr "" - -#: ../../modules/horde/Browser.php:903 -#, php-format -msgid "There was a problem with the file upload: The %s was only partially uploaded." -msgstr "" - -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -msgid "Catalog Updated" -msgstr "" - -#: ../../admin/catalog.php:119 -msgid "Catalog Deleted" -msgstr "" - -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "" - -#: ../../admin/catalog.php:128 -msgid "Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:134 -msgid "Disabled Songs Processed" -msgstr "" - -#: ../../admin/catalog.php:155 -msgid "Catalog Cleaned" -msgstr "" - -#: ../../admin/catalog.php:198 -msgid "Catalog Created" -msgstr "" - -#: ../../admin/catalog.php:199 -msgid "Catalog Created and Songs Indexed" -msgstr "" - -#: ../../admin/catalog.php:212 -msgid "Catalog statistics cleared" -msgstr "" - -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "" - -#: ../../admin/catalog.php:241 -msgid "No Disabled songs found" -msgstr "" - -#: ../../admin/catalog.php:249 -msgid "Delete Catalog" -msgstr "" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" +#: ../../radio.php:50 +msgid "Radio Station Added" msgstr "" #: ../../admin/flag.php:97 @@ -830,146 +128,953 @@ msgstr "" msgid "Flagged Records" msgstr "" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 -msgid "Site" +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 +msgid "Catalog Updated" msgstr "" -#: ../../admin/access.php:42 -msgid "Confirm Delete" +#: ../../admin/catalog.php:106 +msgid "Catalog Deleted" msgstr "" -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" msgstr "" -#: ../../admin/access.php:49 -msgid "Entry Deleted" +#: ../../admin/catalog.php:115 +msgid "Songs Removed" msgstr "" -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" msgstr "" -#: ../../admin/access.php:54 -msgid "Entry Added" +#: ../../admin/catalog.php:121 +msgid "Disabled Songs Processed" msgstr "" -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" +#: ../../admin/catalog.php:141 +msgid "Catalog Cleaned" msgstr "" -#: ../../admin/access.php:58 -msgid "Entry Updated" +#: ../../admin/catalog.php:191 +msgid "Catalog Created" msgstr "" -#: ../../admin/access.php:58 -msgid "Access List Entry updated" +#: ../../admin/catalog.php:208 +msgid "Catalog statistics cleared" msgstr "" -#: ../../admin/users.php:65 ../../admin/users.php:112 +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "" + +#: ../../admin/catalog.php:233 +msgid "No Disabled songs found" +msgstr "" + +#: ../../admin/catalog.php:242 +msgid "Delete Catalog" +msgstr "" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 msgid "Error Username Required" msgstr "" -#: ../../admin/users.php:68 ../../admin/users.php:108 +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 msgid "Error Passwords don't match" msgstr "" -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" +#: ../../admin/users.php:79 +msgid "User Updated" msgstr "" -#: ../../admin/users.php:142 -msgid "Deletion Request" +#: ../../admin/users.php:79 +msgid "updated" msgstr "" -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" msgstr "" -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" msgstr "" -#: ../../admin/users.php:150 +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 +msgid "Error" +msgstr "" + +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 msgid "User Deleted" msgstr "" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Delete Error" msgstr "" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Unable to delete last Admin User" msgstr "" -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" +#: ../../admin/users.php:163 +msgid "Deletion Request" msgstr "" -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" msgstr "" -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" msgstr "" -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "" - -#: ../../admin/mail.php:252 -msgid "E-mail Sent" -msgstr "" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." -msgstr "" - -#: ../../admin/modules.php:41 -msgid "Module Activated" -msgstr "" - -#: ../../admin/modules.php:48 -msgid "Are you sure you want to remove this module?" -msgstr "" - -#: ../../admin/modules.php:56 -msgid "Module Deactivated" -msgstr "" - -#: ../../admin/modules.php:72 -msgid "Plugin Activated" -msgstr "" - -#: ../../admin/modules.php:79 +#: ../../admin/modules.php:54 ../../admin/modules.php:92 msgid "Are you sure you want to remove this plugin?" msgstr "" -#: ../../admin/modules.php:95 +#: ../../admin/modules.php:66 ../../admin/modules.php:111 msgid "Plugin Deactivated" msgstr "" -#: ../../admin/system.php:120 +#: ../../admin/modules.php:85 +msgid "Plugin Activated" +msgstr "" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" +msgstr "" + +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "" + +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "" + +#: ../../admin/access.php:45 +msgid "Access List Entry updated" +msgstr "" + +#: ../../admin/system.php:64 msgid "Export Failed" msgstr "" +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" +msgstr "" + +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "" + +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "" + +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "" + +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "" + +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "" + +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "" + +#: ../../admin/mail.php:260 +msgid "E-mail Sent" +msgstr "" + +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "" + +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" + +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" + +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" + +#: ../../flag.php:45 +msgid "Item Flagged" +msgstr "" + +#: ../../flag.php:45 +msgid "The specified item has been flagged" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +msgid "Catalogs" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +msgid "Clean" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:68 +msgid "No Catalogs Found" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +msgid "Clean All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +msgid "Verify All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +msgid "Add to All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +msgid "Update All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +msgid "Generate New Config" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:93 +msgid "Preferences Permissions" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +msgid "Check for New Version" +msgstr "" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +msgid "Object" +msgstr "" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +msgid "No Records Found" +msgstr "" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +msgid "Update" +msgstr "" + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +msgid "Show All" +msgstr "" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:52 +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 "" + +#: ../../templates/show_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +msgid "Song Title" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +msgid "Recently Played" +msgstr "" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "" + #: ../../templates/show_flag.inc.php:41 msgid "Flag Song" msgstr "" @@ -991,154 +1096,930 @@ msgstr "" msgid "Incorrect Tags" msgstr "" -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" msgstr "" -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +msgid "Other" msgstr "" -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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" +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" msgstr "" -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "A MySQL Server with a username and password that can create/modify databases" +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" msgstr "" -#: ../../templates/show_install_account.inc.php:47 +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" +msgstr "" + +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 msgid "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" +"ampache.cfg.php.dist file" msgstr "" -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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" +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" msgstr "" -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" msgstr "" -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" msgstr "" -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" msgstr "" -#: ../../templates/show_install_account.inc.php:57 -msgid "" -"This step creates your initial Ampache admin account. Once your admin " -"account has been created you will be directed to the login page" +#: ../../templates/show_localplay_status.inc.php:55 +msgid "Repeat" msgstr "" -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "" - -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "" - -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" -msgstr "" - -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" -msgstr "" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" -msgstr "" - -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 msgid "Random" msgstr "" -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" msgstr "" -#: ../../templates/show_playlists.inc.php:75 -msgid "No Playlists Found" +#: ../../templates/show_disabled_songs.inc.php:65 +msgid "Remove" +msgstr "" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" +msgstr "" + +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +msgid "Last Ip" +msgstr "" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +msgid "Base Playlist" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_config.inc.php:51 +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 "" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +msgid "Create" +msgstr "" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +msgid "Localplay" +msgstr "" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +msgid "Current Playlist" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +msgid "Description" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +msgid "Version" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +msgid "Activate" +msgstr "" + +#: ../../templates/show_install.inc.php:54 +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.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:23 +msgid "Similar Artists" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:66 +msgid "Back" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:77 +msgid "Rename selected" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:91 +msgid "Advanced Options" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:152 +msgid "Search Again" +msgstr "" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "" + +#: ../../templates/show_playlist.inc.php:30 +msgid "Normalize Tracks" +msgstr "" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +msgid "Play Random" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "" + +#: ../../templates/show_preference_admin.inc.php:22 +msgid "Preference Administration" +msgstr "" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "minutes ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "hours ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "days ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "years ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "" + +#: ../../templates/show_search.inc.php:95 +msgid "One Star" +msgstr "" + +#: ../../templates/show_search.inc.php:96 +msgid "Two Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "" + +#: ../../templates/show_search.inc.php:118 +msgid "Maximum Results" +msgstr "" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +msgid "ACL Type" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +msgid "Stream Access" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +msgid "Remote Key" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +msgid "Read" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:23 +msgid "Edit Song" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:88 +msgid "Update Song" +msgstr "" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +msgid "Genres" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:24 +msgid "Send E-mail to Users" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:54 +msgid "Latest Artist Additions" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:65 +msgid "Latest Album Additions" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +msgid "Disabled Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:87 +msgid "Most Popular Threshold in days" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +msgid "Create ACL" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:26 +msgid "Editing Playlist" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" msgstr "" #: ../../templates/show_duplicates.inc.php:25 @@ -1161,663 +2042,301 @@ msgstr "" msgid "Select Best Guess" msgstr "" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" msgstr "" -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" msgstr "" -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 -msgid "Current Playlist" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:27 -msgid "Editing Playlist" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:40 -msgid "Private" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -msgid "Update" -msgstr "" - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -msgid "Config" -msgstr "" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -msgid "Song Title" -msgstr "" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "" - -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "" - -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" -msgstr "" - -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" -msgstr "" - -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:27 -msgid "Catalogs" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:46 -msgid "Clean" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:65 -msgid "No Catalogs Found" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:71 -msgid "Clean All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:72 -msgid "Verify All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:73 -msgid "Add to All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:74 -msgid "Update All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -msgid "Generate New Config" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:86 -msgid "Preferences Permissions" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:88 -msgid "Check for New Version" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 +msgid "None" msgstr "" #: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 msgid "Albums by" msgstr "" -#: ../../templates/show_artist_box.inc.php:33 +#: ../../templates/show_artist_box.inc.php:34 msgid "Show All Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:34 +#: ../../templates/show_artist_box.inc.php:35 msgid "Play All Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:35 +#: ../../templates/show_artist_box.inc.php:36 msgid "Play Random Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 -msgid "Update from tags" -msgstr "" - #: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" +#: ../../templates/show_album.inc.php:52 +msgid "Update from tags" msgstr "" #: ../../templates/show_artist_box.inc.php:39 msgid "Find duplicate artists" msgstr "" -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" msgstr "" -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" msgstr "" -#: ../../templates/show_user.inc.php:42 -msgid "New Password" +#: ../../templates/show_random.inc.php:26 +msgid "Item count" msgstr "" -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" +#: ../../templates/show_random.inc.php:41 +msgid "From genre" msgstr "" -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" +#: ../../templates/show_random.inc.php:50 +msgid "Standard" msgstr "" -#: ../../templates/show_user.inc.php:65 -msgid "Update Account" +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" msgstr "" -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" msgstr "" -#: ../../templates/show_user_stats.inc.php:29 -msgid "Favorite Artists" +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" msgstr "" -#: ../../templates/show_user_stats.inc.php:40 -msgid "Favorite Albums" +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" msgstr "" -#: ../../templates/show_user_stats.inc.php:51 -msgid "Favorite Songs" +#: ../../templates/show_random.inc.php:59 +msgid "From catalog" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:31 -msgid "Playing from base Playlist" +#: ../../templates/show_random.inc.php:65 +msgid "Size Limit" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:44 -msgid "Votes" +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "" - -#: ../../templates/show_modules.inc.php:38 -msgid "Localplay Modules" -msgstr "" - -#: ../../templates/show_modules.inc.php:41 -msgid "Module Name" -msgstr "" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -msgid "Activate" -msgstr "" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -msgid "Deactivate" -msgstr "" - -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -msgid "No Records Found" -msgstr "" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "" - -#: ../../templates/show_modules.inc.php:73 -msgid "Description" -msgstr "" - -#: ../../templates/show_modules.inc.php:74 -msgid "Version" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:23 -msgid "Edit Song" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:89 -msgid "Update Song" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" msgstr "" #: ../../templates/show_genre.inc.php:29 msgid "Viewing" msgstr "" -#: ../../templates/show_mail_users.inc.php:25 -msgid "Send E-mail to Users" +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" msgstr "" -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" msgstr "" -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" msgstr "" -#: ../../templates/show_mail_users.inc.php:52 -msgid "Latest Artist Additions" +#: ../../templates/sidebar_preferences.inc.php:32 +msgid "Modules" msgstr "" -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" +#: ../../templates/sidebar_preferences.inc.php:34 +msgid "Localplay Modules" msgstr "" -#: ../../templates/show_mail_users.inc.php:63 -msgid "Latest Album Additions" +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" msgstr "" -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" msgstr "" -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" msgstr "" -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -msgid "Disabled Songs" +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" msgstr "" -#: ../../templates/show_mail_users.inc.php:85 -msgid "Most Popular Threshold in days" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" -msgstr "" - -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 -msgid "Show All" -msgstr "" - -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:22 -msgid "Admin Controls" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -msgid "Base Playlist" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -msgid "Clear Playlist" -msgstr "" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "" - -#: ../../templates/show_flagged.inc.php:28 -msgid "Object" -msgstr "" - -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" -msgstr "" - -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "" - -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" msgstr "" #: ../../templates/show_get_albumart.inc.php:23 msgid "Customize Search" msgstr "" -#: ../../templates/show_get_albumart.inc.php:46 +#: ../../templates/show_get_albumart.inc.php:44 msgid "Direct URL to Image" msgstr "" -#: ../../templates/show_get_albumart.inc.php:54 +#: ../../templates/show_get_albumart.inc.php:52 msgid "Local Image" msgstr "" -#: ../../templates/show_get_albumart.inc.php:66 +#: ../../templates/show_get_albumart.inc.php:63 msgid "Get Art" msgstr "" -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" msgstr "" -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" +#: ../../templates/show_edit_catalog.inc.php:22 +msgid "Settings for" msgstr "" -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" msgstr "" -#: ../../templates/show_playlist_box.inc.php:36 -msgid "Play This Playlist" +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" msgstr "" -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" msgstr "" -#: ../../templates/show_playlist_box.inc.php:38 -msgid "Delete This Playlist" +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" msgstr "" -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" msgstr "" -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" msgstr "" -#: ../../templates/show_playlist_box.inc.php:43 -msgid "Delete Empty Playlists" +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" msgstr "" -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" msgstr "" -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" msgstr "" -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:38 +msgid "Playing from base Playlist" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +msgid "Votes" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 +msgid "Edit Artist" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +msgid "Edit Album" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:47 +msgid "Update Album" +msgstr "" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "" + +#: ../../templates/show_plugins.inc.php:46 +msgid "Deactivate" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" msgstr "" #: ../../templates/show_play_selected.inc.php:28 @@ -1840,170 +2359,6 @@ msgstr "" msgid "Add to" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:22 -msgid "Settings for" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:56 -msgid "Repeat" -msgstr "" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "" - -#: ../../templates/show_add_playlist.inc.php:42 -msgid "Create" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -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:80 -msgid "User Access Level" -msgstr "" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:75 -msgid "Disable Songs" -msgstr "" - #: ../../templates/show_ip_history.inc.php:23 msgid "IP History" msgstr "" @@ -2012,15 +2367,57 @@ msgstr "" msgid "Show Unique" msgstr "" -#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 msgid "Date" msgstr "" -#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 msgid "IP Address" msgstr "" +#: ../../templates/show_add_catalog.inc.php:27 +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_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +msgid "Clear Playlist" +msgstr "" + #: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 msgid "Recommendations" msgstr "" @@ -2036,1036 +2433,563 @@ msgstr "" msgid "Recommended Songs" msgstr "" -#: ../../templates/show_preference_admin.inc.php:22 -msgid "Preference Administration" +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" msgstr "" -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" msgstr "" -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" msgstr "" -#: ../../templates/show_edit_album.inc.php:23 -msgid "Edit Album" +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" msgstr "" -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -msgid "Update Album" +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" +#: ../../templates/show_user_stats.inc.php:30 +msgid "Favorite Artists" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "minutes ago" +#: ../../templates/show_user_stats.inc.php:43 +msgid "Favorite Albums" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "hours ago" +#: ../../templates/show_user_stats.inc.php:56 +msgid "Favorite Songs" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "days ago" +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "years ago" +#: ../../templates/show_list_duplicates.inc.php:96 +msgid "Disable Songs" msgstr "" -#: ../../templates/show_recently_played.inc.php:26 -msgid "Recently Played" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" -msgstr "" - -#: ../../templates/show_edit_artist.inc.php:23 -msgid "Edit Artist" -msgstr "" - -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" -msgstr "" - -#: ../../localplay.php:50 ../../localplay.php:58 -msgid "Song(s) Removed from Playlist" -msgstr "" - -#: ../../localplay.php:77 -msgid "Localplay Init Failed" -msgstr "" - -#: ../../browse.php:48 ../../albums.php:213 -msgid "Show Albums starting with" -msgstr "" - -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -msgid "Show Artists starting with" -msgstr "" - -#: ../../browse.php:124 -msgid "Show Titles Starting With" -msgstr "" - -#: ../../search.php:47 -msgid "Error: No Keyword Entered" -msgstr "" - -#: ../../ampache/templates/sidebar.inc.php:38 -msgid "Lists" -msgstr "" - -#: ../../ratings.php:33 -msgid "Rating Updated" -msgstr "" - -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" -msgstr "" - -#: ../../login.php:80 -msgid "User Disabled please contact Admin" -msgstr "" - -#: ../../login.php:94 -msgid "Unable to create new account" -msgstr "" - -#: ../../login.php:103 -msgid "No local account found" -msgstr "" - -#: ../../login.php:176 -msgid "Message of the Day" -msgstr "" - -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" -msgstr "" - -#: ../../preferences.php:61 -msgid "Password Updated" -msgstr "" - -#: ../../update.php:73 -msgid "Ampache Update" -msgstr "" - -#: ../../tv.php:62 -msgid "Playlist Cleared" -msgstr "" - -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" -msgstr "" - -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" -msgstr "" - -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" -msgstr "" - -#: ../../activate.php:43 -msgid "No user with this name registered" -msgstr "" - -#: ../../activate.php:47 -msgid "The validation key used isn't correct." -msgstr "" - -#: ../../activate.php:52 -msgid "User activated" -msgstr "" - -#: ../../activate.php:52 -msgid "This User ID is activated and can be used" -msgstr "" - -#: ../../playlist.php:46 -msgid "Playlist Deleted" -msgstr "" - -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" -msgstr "" - -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" -msgstr "" - -#: ../../playlist.php:57 -msgid "Confirm Action" -msgstr "" - -#: ../../playlist.php:117 -msgid "Playlist Created" -msgstr "" - -#: ../../playlist.php:117 -msgid " has been created" -msgstr "" - -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" -msgstr "" - -#: ../../playlist.php:145 -msgid "Playlist Updated" -msgstr "" - -#: ../../playlist.php:146 -msgid "has been updated and is now" -msgstr "" - -#: ../../playlist.php:166 -msgid "Playlist Imported" -msgstr "" - -#: ../../playlist.php:195 -msgid "Empty Playlists Deleted" -msgstr "" - -#: ../../flag.php:46 -msgid "Item Flagged" -msgstr "" - -#: ../../flag.php:46 -msgid "The specified item has been flagged" -msgstr "" - -#: ../../albums.php:48 -msgid "Album Art Cleared" -msgstr "" - -#: ../../albums.php:48 -msgid "Album Art information has been removed from the database" -msgstr "" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "Album Art Not Located" -msgstr "" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "" -"Album Art could not be located at this time. This may be due to write access " -"error, or the file is not received corectly." -msgstr "" - -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 -msgid "Album Art Inserted" -msgstr "" - -#: ../../register.php:81 -msgid "Error Captcha Required" -msgstr "" - -#: ../../register.php:88 -msgid "Error Captcha Failed" -msgstr "" - -#: ../../register.php:95 -msgid "You must accept the user agreement" -msgstr "" - -#: ../../register.php:100 -msgid "You did not enter a username" -msgstr "" - -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" -msgstr "" - -#: ../../register.php:130 -msgid "You must enter a password" -msgstr "" - -#: ../../register.php:134 -msgid "Your passwords do not match" -msgstr "" - -#: ../../register.php:152 -msgid "Error: Insert Failed" -msgstr "" - -#: ../../register.php:169 -msgid "Registration Complete" -msgstr "" - -#: ../../bin/print_tags.php.inc:64 -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 "" - -#: ../../bin/print_tags.php.inc:70 -msgid "Filename:" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "" - -#: ../../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 "" - -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "" - -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "" - -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:49 -msgid "Remove" -msgstr "" - -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "" - -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "" - -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" -msgstr "" - -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "" - -#: ../../templates/show_install_config.inc:55 -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 "" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "" - -#: ../../templates/show_preferences.inc:65 -msgid "Streaming" -msgstr "" - -#: ../../templates/show_preferences.inc:68 -msgid "Options" -msgstr "" - -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "" - -#: ../../templates/show_preferences.inc:76 -msgid "System" -msgstr "" - -#: ../../templates/show_preferences.inc:79 -msgid "Modules" -msgstr "" - -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" -msgstr "" - -#: ../../templates/show_random_play.inc:55 -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:122 -msgid "Unlimited" -msgstr "" - -#: ../../templates/show_install.inc:54 -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:72 -msgid "MySQL Administrative Username" -msgstr "" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "" - -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "" - -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "" - -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "" - -#: ../../templates/show_add_access.inc:23 -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:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 -msgid "Read" -msgstr "" - -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "" - -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 -msgid "ACL Type" -msgstr "" - -#: ../../templates/show_add_access.inc:67 -msgid "Stream Access" -msgstr "" - -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "" - -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "" - -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "" - -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "" - -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -msgid "Remote Key" -msgstr "" - -#: ../../templates/show_add_access.inc:87 -msgid "Create ACL" -msgstr "" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "" - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "" - -#: ../../templates/show_users.inc:61 -msgid "Last Ip" -msgstr "" - -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "" - -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "" - -#: ../../templates/show_artist.inc:38 -msgid "Tracks" -msgstr "" - -#: ../../templates/show_edit_access.inc:23 -msgid "Edit Access List" -msgstr "" - -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "" - -#: ../../templates/show_test.inc:35 -msgid "" -"You've reached this page because a configuration error has occured. Debug " -"Information below" -msgstr "" - -#: ../../templates/show_test.inc:39 -msgid "CHECK" -msgstr "" - -#: ../../templates/show_test.inc:41 -msgid "STATUS" -msgstr "" - -#: ../../templates/show_test.inc:43 -msgid "DESCRIPTION" -msgstr "" - -#: ../../templates/show_test.inc:46 -msgid "PHP Version" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:65 -msgid "Mysql for PHP" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:84 -msgid "PHP Session Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:103 -msgid "PHP ICONV Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:121 -msgid "PHP PCRE Support" -msgstr "" - -#: ../../templates/show_test.inc:134 -msgid "" -"This test makes sure you have PCRE support compiled into your version of " -"PHP, this is required for Ampache." -msgstr "" - -#: ../../templates/show_test.inc:138 -msgid "PHP PutENV Support" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "" - -#: ../../templates/show_test.inc:240 -msgid "DB Connection" -msgstr "" - -#: ../../templates/show_test.inc:256 -msgid "" -"This attempts to connect to your database using the values from your ampache." -"cfg.php" -msgstr "" - -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "" - -#: ../../templates/show_similar_artists.inc:23 -msgid "Similar Artists" -msgstr "" - -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" -msgstr "" - -#: ../../templates/show_similar_artists.inc:62 -msgid "Back" -msgstr "" - -#: ../../templates/show_similar_artists.inc:73 -msgid "Rename selected" -msgstr "" - -#: ../../templates/show_similar_artists.inc:83 -msgid "Advanced Options" -msgstr "" - -#: ../../templates/show_similar_artists.inc:144 -msgid "Search Again" -msgstr "" - -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "" - -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "" - -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "" - -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "" - -#: ../../templates/show_search.inc:73 -msgid "Played" -msgstr "" - -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" -msgstr "" - -#: ../../templates/show_search.inc:96 -msgid "One Star" -msgstr "" - -#: ../../templates/show_search.inc:97 -msgid "Two Stars" -msgstr "" - -#: ../../templates/show_search.inc:98 -msgid "Three Stars" -msgstr "" - -#: ../../templates/show_search.inc:99 -msgid "Four Stars" -msgstr "" - -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "" - -#: ../../templates/show_search.inc:112 -msgid "Method" -msgstr "" - -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "" - -#: ../../templates/show_search.inc:116 -msgid "Exact" -msgstr "" - -#: ../../templates/show_search.inc:119 -msgid "Maximum Results" -msgstr "" - -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "" - -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" -msgstr "" - -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "" - -#: ../../templates/sidebar_admin.inc.php:4 -msgid "Show Catalogs" -msgstr "" - -#: ../../templates/sidebar_admin.inc.php:7 -msgid "User Tools" -msgstr "" - -#: ../../templates/sidebar_admin.inc.php:10 -msgid "Browse Users" -msgstr "" - -#: ../../templates/sidebar_localplay.inc.php:4 -msgid "Add Instance" -msgstr "" - -#: ../../ttemplates/sidebar_localplay.inc.php:7 -msgid "Active Instance" +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" msgstr "" #: ../../templates/sidebar_home.inc.php:4 msgid "Currently Playing" msgstr "" -#: ../../templates/sidebar_home.inc.php:6 -#: ../../templates/show_add_live_stream.inc.php:24 -msgid "Add Radio Station" +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 +msgid "Statistics" msgstr "" -#: ../../templates/sidebar_home.inc.php:14 +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:22 msgid "Advanced" msgstr "" -#: ../../templates/show_search_bar.inc.php:30 -msgid "Advanced Search" +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" msgstr "" -#: ../../templates/show_user.inc.php:42 -#: ../../templates/rightbar.inc.php:23 -msgid "Active Playlist" +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" msgstr "" -#: ../../templates/rightbar.inc.php:69 -msgid "Add Dynamic Items" +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" msgstr "" -#: ../../templates/rightbar.inc.php:71 -msgid "Pure Random" +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" msgstr "" -#: ../../templates/rightbar.inc.php:74 -msgid "Related Artist" +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" msgstr "" -#: ../../templates/rightbar.inc.php:77 -msgid "Related Album" +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" msgstr "" -#: ../../templates/rightbar.inc.php:80 -msgid "Related Genre" +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Cleaning the" msgstr "" -#. ../../templates/show_index.inc.php:52 +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" +msgstr "" + +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" +msgstr "" + +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" +msgstr "" + +#: ../../templates/show_test.inc.php:33 +msgid "" +"You've reached this page because a configuration error has occured. Debug " +"Information below" +msgstr "" + +#: ../../templates/show_test.inc.php:37 +msgid "CHECK" +msgstr "" + +#: ../../templates/show_test.inc.php:39 +msgid "STATUS" +msgstr "" + +#: ../../templates/show_test.inc.php:41 +msgid "DESCRIPTION" +msgstr "" + +#: ../../templates/show_test.inc.php:44 +msgid "PHP Version" +msgstr "" + +#: ../../templates/show_test.inc.php:59 +msgid "" +"This tests to make sure that you are running a version of PHP that is known " +"to work with Ampache." +msgstr "" + +#: ../../templates/show_test.inc.php:63 +msgid "Mysql for PHP" +msgstr "" + +#: ../../templates/show_test.inc.php:78 +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_test.inc.php:82 +msgid "PHP Session Support" +msgstr "" + +#: ../../templates/show_test.inc.php:97 +msgid "" +"This test checks to make sure that you have PHP session support enabled. " +"Sessions are required for Ampache to work." +msgstr "" + +#: ../../templates/show_test.inc.php:101 +msgid "PHP ICONV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:115 +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_test.inc.php:119 +msgid "PHP PCRE Support" +msgstr "" + +#: ../../templates/show_test.inc.php:132 +msgid "" +"This test makes sure you have PCRE support compiled into your version of " +"PHP, this is required for Ampache." +msgstr "" + +#: ../../templates/show_test.inc.php:136 +msgid "PHP PutENV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:149 +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 "" + +#: ../../templates/show_test.inc.php:166 +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_test.inc.php:189 +msgid "" +"This test makes sure that you have set all of the required configuration " +"variables and that we are able to completely parse your config file" +msgstr "" + +#: ../../templates/show_test.inc.php:193 +msgid "DB Connection" +msgstr "" + +#: ../../templates/show_test.inc.php:209 +msgid "" +"This attempts to connect to your database using the values from your ampache." +"cfg.php" +msgstr "" + +#: ../../templates/show_index.inc.php:49 msgid "Newest Albums" msgstr "" -#: ../../templates/show_index.inc.php:57 +#: ../../templates/show_index.inc.php:54 msgid "Newest Artists" msgstr "" -#: ../../templates/show_index.inc.php:62 +#: ../../templates/show_index.inc.php:59 msgid "Newest Genres" msgstr "" -#: ../../templates/show_edit_live_stream_row.inc.php:30 -#: ../../templates/show_edit_live_stream_row.inc.php:48 -#: ../../templates/show_add_live_stream.inc.php:49 -#: ../../templates/show_add_live_stream.inc.php:51 -#: ../../templates/show_live_stream_row.inc.php:27 -#: ../../templates/show_live_streams.inc.php:34 -msgid "Frequency" +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" msgstr "" -#: ../../templates/show_edit_live_stream_row.inc.php:29 -#: ../../templates/show_add_live_stream.inc.php:55 -#: ../../templates/show_live_stream_row.inc.php:26 -#: ../../templates/show_live_streams.inc.php:33 -msgid "Callsign" +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" msgstr "" -#: ../../templates/sidebar_browse.inc.php:15 -msgid "Radio Stations" +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" msgstr "" -#: ../../templates/sidebar_browse.inc.php:18 -msgid "Filters" +#: ../../templates/show_account.inc.php:40 +msgid "New Password" msgstr "" -#: ../../templates/sidebar_browse.inc.php:28 -msgid "Unplayed" +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" msgstr "" -#: ../../templates/sidebar_browse.inc.php:31 -msgid "Show Art" +#: ../../templates/show_account.inc.php:64 +msgid "Update Account" msgstr "" -#: ../../templates/sidebar_browse.inc.php:3 -msgid "Browse By" +#: ../../templates/list_header.inc.php:99 +msgid "Prev" msgstr "" -#: ../../templates/show_localplay_add_instance.inc.php:24 -msgid "Add Localplay Instance" +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" msgstr "" -#: ../../templates/sidebar_preferences.inc.php:9 -msgid "Sections" +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" msgstr "" -#: ../../templates/sidebar_preferences.inc.php:21 -msgid "Server Config" +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" +msgstr "" + +#: ../../activate.php:42 +msgid "No user with this name registered" +msgstr "" + +#: ../../activate.php:46 +msgid "The validation key used isn't correct." +msgstr "" + +#: ../../activate.php:51 +msgid "User activated" +msgstr "" + +#: ../../activate.php:51 +msgid "This User ID is activated and can be used" +msgstr "" + +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" +msgstr "" + +#: ../../democratic.php:80 +msgid "Playlist Cleared" +msgstr "" + +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" +msgstr "" + +#: ../../lib/class/flag.class.php:280 +msgid "Approved" +msgstr "" + +#: ../../lib/class/flag.class.php:281 +msgid "Pending" +msgstr "" + +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" +msgstr "" + +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" +msgstr "" + +#: ../../lib/class/song.class.php:341 +msgid "Rate" +msgstr "" + +#: ../../lib/class/song.class.php:345 +msgid "Mode" +msgstr "" + +#: ../../lib/class/song.class.php:357 +msgid "Filesize" +msgstr "" + +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" +msgstr "" + +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" +msgstr "" + +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" +msgstr "" + +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "" + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" + +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr "" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Update Finished." +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Checked" +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "songs updated." +msgstr "" + +#: ../../lib/class/localplay.class.php:647 +msgid "Stopped" +msgstr "" + +#: ../../lib/class/localplay.class.php:650 +msgid "Paused" +msgstr "" + +#: ../../lib/class/album.class.php:217 +msgid "Disk" +msgstr "" + +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "" + +#: ../../lib/preferences.php:272 +msgid "M3U" +msgstr "" + +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "" + +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "" + +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "" + +#: ../../lib/preferences.php:276 +msgid "RAM" +msgstr "" + +#: ../../lib/preferences.php:277 +msgid "XSPF" +msgstr "" + +#: ../../lib/preferences.php:310 +msgid "Disabled" msgstr "" #: ../../lib/preferences.php:332 @@ -3080,37 +3004,243 @@ msgstr "" msgid "Clear on Send" msgstr "" -#: ../../lib/preferences.php:335 -#: ../../lib/preferences.php:342 +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 msgid "Default" msgstr "" -#: ../../lib/class/user.class.php:664 -#: ../../lib/preferences.php:341 -#: ../../templates/show_user.inc.php:22 -#: ../../templates/show_users.inc.php:59 -msgid "Never" -msgstr "" - #: ../../lib/preferences.php:343 msgid "Always" msgstr "" -#: ../../templates/show_add_user.inc.php:76 -#: ../../templates/show_preference_box.inc.php:54 -msgid "Content Manager" +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" msgstr "" -#: ../../templates/show_add_user.inc.php:77: -#: ../../templates/show_preference_box.inc.php:55 -msgid "Catalog Manager" +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" msgstr "" -#: ../../templates/show_preference_box.inc.php:38 -msgid "Access Level" +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" msgstr "" -#: ../../admin/modules.php:124 -msgid "Localplay Controllers" +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" msgstr "" +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "" + +#: ../../lib/general.lib.php:496 +msgid "British English" +msgstr "" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "" + +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "" + +#: ../../lib/ui.lib.php:556 +msgid "Random Play" +msgstr "" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +msgid "Admin-Catalog" +msgstr "" + +#: ../../lib/ui.lib.php:576 +msgid "Admin-User Management" +msgstr "" + +#: ../../lib/ui.lib.php:580 +msgid "Admin-Mail Users" +msgstr "" + +#: ../../lib/ui.lib.php:584 +msgid "Admin-Manage Access Lists" +msgstr "" + +#: ../../lib/ui.lib.php:588 +msgid "Admin-Site Preferences" +msgstr "" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "" + +#: ../../lib/ui.lib.php:596 +msgid "Browse Music" +msgstr "" + +#: ../../albums.php:32 +msgid "Album Art Cleared" +msgstr "" + +#: ../../albums.php:32 +msgid "Album Art information has been removed from the database" +msgstr "" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "Album Art Not Located" +msgstr "" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "" +"Album Art could not be located at this time. This may be due to write access " +"error, or the file is not received corectly." +msgstr "" + +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 +msgid "Album Art Inserted" +msgstr "" + +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" +msgstr "" + +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" +msgstr "" + +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" +msgstr "" + +#: ../../modules/horde/Browser.php:867 +msgid "file" +msgstr "" + +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." +msgstr "" + +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" +msgstr "" + +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." +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)." +msgstr "" + +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." +msgstr "" + +#: ../../localplay.php:72 ../../localplay.php:80 +msgid "Song(s) Removed from Playlist" +msgstr "" + +#: ../../playlist.php:57 +msgid "Playlist Created" +msgstr "" + +#: ../../playlist.php:57 +msgid " has been created" +msgstr "" + +#: ../../playlist.php:78 +msgid "Playlist Updated" +msgstr "" + +#: ../../playlist.php:79 +msgid "has been updated and is now" +msgstr "" + +#: ../../playlist.php:101 +msgid "Playlist Imported" +msgstr "" + +#: ../../playlist.php:130 +msgid "Empty Playlists Deleted" +msgstr "" + +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "" + +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "" + +#: ../../login.php:96 +msgid "No local account found" +msgstr "" + +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "" + +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "" + +#: ../../bin/print_tags.inc:66 +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 "" + +#: ../../bin/print_tags.inc:72 +msgid "Filename:" +msgstr "" diff --git a/locale/de_DE/LC_MESSAGES/messages.po b/locale/de_DE/LC_MESSAGES/messages.po index 6f589c2e..cf4ba78a 100644 --- a/locale/de_DE/LC_MESSAGES/messages.po +++ b/locale/de_DE/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: 2007-09-13 13:17+0200\n" "Last-Translator: Nikolai Försterling \n" "Language-Team: \n" @@ -16,766 +16,65 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "Fehler Captcha benötigt" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "Fehler Captcha fehlgeschlagen" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "Sie mĂĽssen diese Vereinbarung akzeptieren" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "Sie haben keine Benutzernamen eingegeben" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "Bitte geben Sie Ihren kompletten Namen ein (Vorname Nachname)" + +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "Sie mĂĽssen ein Passwort eingeben" + +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "Passwort falsch" + +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "Fehler Benutzername existiert" + +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "Fehler: einfĂĽgen fehlgeschlagen" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "Registrierung komplett" + +#: ../../update.php:51 +msgid "Ampache Update" +msgstr "Ampache Update" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "Sitzung abgelaufen: Bitte erneut einloggen" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" -msgstr "Fehler: kann nicht öffnen" +#: ../../ratings.php:32 +msgid "Rating Updated" +msgstr "Bewertung aktualisiert" -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" -msgstr "Fehler: Kann nicht zu Verzeichnis wechseln" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" +msgstr "Ihre Bewertung fĂĽr dieses Objekt wurde aktualisiert" -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "Fehler: Kann Dateigröße nicht bestimmen fĂĽr" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "ist von Ampache nicht lesbar" - -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" -msgstr "Alben mit Cover" - -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "Starte Katalogerstellung" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "Starte Remote Sync" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "gefunden" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -msgid "None" -msgstr "Kein" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "Wiedergabeliste hinzugefĂĽgt von" - -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "Starte Cover Suche" - -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "Gesucht" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "Katalog fertig" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "Spielzeit" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "Alle StĂĽcke" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "StĂĽcke pro Sekunde" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "Aktualisiert" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "Keine Aktualisierung benötigt" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "Starte neue StĂĽck-Suche in" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "Katalog" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "Starte entferntes Update" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "Katalog-Aktualisierung beendet" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Error" -msgstr "Fehler" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +#: ../../radio.php:50 +msgid "Radio Station Added" msgstr "" -"Kann XMLRPC Library nicht laden, bitte sicherstellen dass XML-RPC aktiviert " -"ist" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "Kann nicht verbinden zu" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "Grund" - -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "Aktualisierung der entfernten Kataloge abgeschlossen" - -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "HinzugefĂĽgt" - -#: ../../lib/class/catalog.class.php:1240 -msgid "Cleaning the" -msgstr "Säubere den" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "Katalog" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "PrĂĽfe" - -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "Bereinigen des Kataloges beendet" - -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "Dateien gelöscht" - -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "Aktualisiere den" - -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "StĂĽcke gefunden prĂĽfe TAG Informationen" - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "GeprĂĽft" - -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr "GEFUNDEN" - -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "Neue Cover finden" - -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "Album Cover bereits gefunden" - -#: ../../lib/class/catalog.class.php:1634 -msgid "Update Finished." -msgstr "Aktualisierung beendet." - -#: ../../lib/class/catalog.class.php:1634 -msgid "Checked" -msgstr "GeprĂĽft" - -#: ../../lib/class/catalog.class.php:1634 -msgid "songs updated." -msgstr "StĂĽcke aktualisiert." - -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "Titel" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "aktualisiert zu" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "Bitrate" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "Anteil" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "Modus" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "Dauer" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "StĂĽck" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "Dateigröße" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "Interpret" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "Album" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "Jahr" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "Kommentar" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "Genre" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "Fehler: Name identisch" - -#: ../../lib/class/flag.class.php:264 -msgid "Approved" -msgstr "Erlaubt" - -#: ../../lib/class/flag.class.php:265 -msgid "Pending" -msgstr "Zu erledigen" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "Löschen" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "TagNeuLesen" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "Neu einlesen" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -msgid "Other" -msgstr "Andere" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "Unbekannt" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "Aktuell wird gespielt" - -#: ../../lib/class/localplay.class.php:564 -msgid "Stopped" -msgstr "Angehalten" - -#: ../../lib/class/localplay.class.php:567 -msgid "Paused" -msgstr "Pause" - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "Verschiedene" - -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "Zeige Genres beginnend mit" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "Nicht abspielen" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "Ist wirklich schlecht" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "Ist OK" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "Ist wirklich gut" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "Ich liebe es!" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "Ist wahnsinnig" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "Aus der Hitparade!" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "Aktivieren" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "Deaktivieren" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "Datenstrom" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "demokratisch" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -msgid "Localplay" -msgstr "Lokal abspielen" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "einfache M3U" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "" - -#: ../../lib/preferences.php:294 -msgid "XSPF" -msgstr "" - -#: ../../lib/preferences.php:326 -msgid "Disabled" -msgstr "Deaktiviert" - -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "Lokal" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "Keine StĂĽcke in dieser Wiedergabeliste" - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "Alle" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "Neue Wiedergabeliste" - -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "Fehler Zugriff verweigert" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "Anzeigen..." - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "Ohne Cover" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "Zeige Alle" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -msgid "No Catalogs Found!" -msgstr "Keine Kataloge gefunden" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "Einen Katalog hinzufĂĽgen" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "Tag" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "Tage" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "Stunde" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "Stunden" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "Startseite" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "hochladen" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "Lokal abspielen" - -#: ../../lib/ui.lib.php:799 -msgid "Random Play" -msgstr "Zufällig Abspielen" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "Wiedergabeliste" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "Suchen" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "Einstellungen" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -msgid "Admin-Catalog" -msgstr "Admin-Katalog" - -#: ../../lib/ui.lib.php:819 -msgid "Admin-User Management" -msgstr "Admin-Benutzer Verwaltung" - -#: ../../lib/ui.lib.php:823 -msgid "Admin-Mail Users" -msgstr "Admin-Mail Benutzer" - -#: ../../lib/ui.lib.php:827 -msgid "Admin-Manage Access Lists" -msgstr "Admin-Bearbeiten Zugriffslisten" - -#: ../../lib/ui.lib.php:831 -msgid "Admin-Site Preferences" -msgstr "Admin-Seiten Einstellungen" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "Admin-Bearbeiten Module" - -#: ../../lib/ui.lib.php:839 -msgid "Browse Music" -msgstr "Durchsuche StĂĽcke" - -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "Alben" - -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "Interpreten" - -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -msgid "Statistics" -msgstr "Statistik" - -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "Benutzer verwalten" - -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "Neuen Benutzer hinzufĂĽgen" - -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "Nicht genĂĽgend Daten" - -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "Englisch" - -#: ../../lib/general.lib.php:881 -msgid "British English" -msgstr "Britisch Englisch" - -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "TĂĽrkisch" - -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" -msgstr "Vereinfachtes Chinesisch" - -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "Ein" - -#: ../../lib/general.lib.php:969 -msgid "Off" -msgstr "Aus" - -#: ../../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 "" -"Sie haben die Option \"debug = on\" definiert und keinen Pfad fĂĽr die " -"Logdatei angegeben" - -#: ../../modules/horde/Browser.php:867 -msgid "file" -msgstr "Datei" - -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." -msgstr "Datei hochladen nicht unterstĂĽtzt." - -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" -msgstr "Keine Datei hochgeladen" - -#: ../../modules/horde/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." -msgstr "" -"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nicht " -"hochgeladen." - -#: ../../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 "" -"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s ist größer " -"als die maximal erlaubte Größe (%d bytes)." - -#: ../../modules/horde/Browser.php:903 -#, php-format -msgid "There was a problem with the file upload: The %s was only partially uploaded." -msgstr "" -"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nur " -"teilweise hochgeladen." - -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -msgid "Catalog Updated" -msgstr "Katalog aktualisiert" - -#: ../../admin/catalog.php:119 -msgid "Catalog Deleted" -msgstr "Katalog gelöscht" - -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "Der Katalog und alle damit verbundenen Datensätze wurde gelöscht" - -#: ../../admin/catalog.php:128 -msgid "Songs Removed" -msgstr "StĂĽcke gelöscht" - -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "Keine StĂĽcke gelöscht" - -#: ../../admin/catalog.php:134 -msgid "Disabled Songs Processed" -msgstr "Deaktivierung der StĂĽcke abgeschlossen" - -#: ../../admin/catalog.php:155 -msgid "Catalog Cleaned" -msgstr "Katalog geleert" - -#: ../../admin/catalog.php:198 -msgid "Catalog Created" -msgstr "Katalog erstellt" - -#: ../../admin/catalog.php:199 -msgid "Catalog Created and Songs Indexed" -msgstr "Katalog erstellt und StĂĽcke indiziert" - -#: ../../admin/catalog.php:212 -msgid "Catalog statistics cleared" -msgstr "Katalogstatistik gelöscht" - -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "Zur Zeit gespielte Liste geleert" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "Ăśbersicht der aktuell abspielenden StĂĽcke gelöscht" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "Wollen sie wirklich die Katalogstatistik dieses Kataloges löschen?" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "Katalogstatistiken löschen" - -#: ../../admin/catalog.php:241 -msgid "No Disabled songs found" -msgstr "Keine gesperrten StĂĽcke gefunden" - -#: ../../admin/catalog.php:249 -msgid "Delete Catalog" -msgstr "Katalog löschen" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "Wollen sie wirklich diesen Katalog löschen?" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" -msgstr "Album Cover-Suche beendet" #: ../../admin/flag.php:97 msgid "Song Updated" @@ -829,146 +128,967 @@ msgstr "Die gewĂĽnschten StĂĽcke wurden freigegeben" msgid "Flagged Records" msgstr "Markierte Datensätze" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 -msgid "Site" -msgstr "Seite" +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 +msgid "Catalog Updated" +msgstr "Katalog aktualisiert" -#: ../../admin/access.php:42 -msgid "Confirm Delete" -msgstr "Löschen bestätigen" +#: ../../admin/catalog.php:106 +msgid "Catalog Deleted" +msgstr "Katalog gelöscht" -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" -msgstr "Wollen sie wirklich diesen Zugangs-Eintrag löschen?" +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" +msgstr "" -#: ../../admin/access.php:49 -msgid "Entry Deleted" -msgstr "Eintrag gelöscht" +#: ../../admin/catalog.php:115 +msgid "Songs Removed" +msgstr "StĂĽcke gelöscht" -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" -msgstr "Ihr Zugangs-Eintrag wurde gelöscht" +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" +msgstr "Keine StĂĽcke gelöscht" -#: ../../admin/access.php:54 -msgid "Entry Added" -msgstr "Eintrag hinzugefĂĽgt" +#: ../../admin/catalog.php:121 +msgid "Disabled Songs Processed" +msgstr "Deaktivierung der StĂĽcke abgeschlossen" -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" -msgstr "Ein neuer Zugangs-Eintrag wurde erstellt" +#: ../../admin/catalog.php:141 +msgid "Catalog Cleaned" +msgstr "Katalog geleert" -#: ../../admin/access.php:58 -msgid "Entry Updated" -msgstr "Eintrag aktualisiert" +#: ../../admin/catalog.php:191 +msgid "Catalog Created" +msgstr "Katalog erstellt" -#: ../../admin/access.php:58 -msgid "Access List Entry updated" -msgstr "Zugriffslisten-Eintrag aktualisiert" +#: ../../admin/catalog.php:208 +msgid "Catalog statistics cleared" +msgstr "Katalogstatistik gelöscht" -#: ../../admin/users.php:65 ../../admin/users.php:112 +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "Zur Zeit gespielte Liste geleert" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "Ăśbersicht der aktuell abspielenden StĂĽcke gelöscht" + +#: ../../admin/catalog.php:233 +msgid "No Disabled songs found" +msgstr "Keine gesperrten StĂĽcke gefunden" + +#: ../../admin/catalog.php:242 +msgid "Delete Catalog" +msgstr "Katalog löschen" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "Wollen sie wirklich diesen Katalog löschen?" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "Album Cover-Suche beendet" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 msgid "Error Username Required" msgstr "Fehler Benutzername benötigt" -#: ../../admin/users.php:68 ../../admin/users.php:108 +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 msgid "Error Passwords don't match" msgstr "Fehler Passwort falsch" -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" -msgstr "Fehler Benutzername existiert" +#: ../../admin/users.php:79 +msgid "User Updated" +msgstr "" -#: ../../admin/users.php:142 -msgid "Deletion Request" -msgstr "Löschen Abfrage" +#: ../../admin/users.php:79 +msgid "updated" +msgstr "" -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" -msgstr "Sind Sie sicher endgĂĽltig zu löschen" +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" +msgstr "Gast" -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" -msgstr "Nein" +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" +msgstr "Benutzer" -#: ../../admin/users.php:150 +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "Admin" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 +msgid "Error" +msgstr "Fehler" + +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 msgid "User Deleted" msgstr "Benutzer-Eintrag gelöscht" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Delete Error" msgstr "Fehler beim löschen" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Unable to delete last Admin User" msgstr "Der letzte Admin Benutzer kann nicht gelöscht werden" -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" -msgstr "Katalogstatistik" +#: ../../admin/users.php:163 +msgid "Deletion Request" +msgstr "Löschen Abfrage" -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" -msgstr "Gesamtzahl Benutzer" +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" +msgstr "Sind Sie sicher endgĂĽltig zu löschen" -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" -msgstr "Verbundene Benutzer" +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" +msgstr "" -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "StĂĽcke" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "Kataloggröße" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "Katalog Spielzeit" - -#: ../../admin/mail.php:252 -msgid "E-mail Sent" -msgstr "E-mail gesendet" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." -msgstr "Ihre E-mail wurde gesendet" - -#: ../../admin/modules.php:41 -msgid "Module Activated" -msgstr "Modul aktiviert" - -#: ../../admin/modules.php:48 -msgid "Are you sure you want to remove this module?" -msgstr "Wollen sie wirklich das Modul deaktivieren?" - -#: ../../admin/modules.php:56 -msgid "Module Deactivated" -msgstr "Modul deaktiviert" - -#: ../../admin/modules.php:72 -msgid "Plugin Activated" -msgstr "Plugin aktiviert" - -#: ../../admin/modules.php:79 +#: ../../admin/modules.php:54 ../../admin/modules.php:92 msgid "Are you sure you want to remove this plugin?" msgstr "Wollen sie wirklich das Plugin deaktivieren?" -#: ../../admin/modules.php:95 +#: ../../admin/modules.php:66 ../../admin/modules.php:111 msgid "Plugin Deactivated" msgstr "Plugin deaktiviert" -#: ../../admin/system.php:120 +#: ../../admin/modules.php:85 +msgid "Plugin Activated" +msgstr "Plugin aktiviert" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "Gelöscht" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "Ihr Zugangs-Eintrag wurde gelöscht" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" +msgstr "HinzugefĂĽgt" + +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "Ein neuer Zugangs-Eintrag wurde erstellt" + +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "Aktualisiert" + +#: ../../admin/access.php:45 +msgid "Access List Entry updated" +msgstr "Zugriffslisten-Eintrag aktualisiert" + +#: ../../admin/system.php:64 msgid "Export Failed" msgstr "Export fehlgeschlagen" +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" +msgstr "Keine Kataloge gefunden" + +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "Einen Katalog hinzufĂĽgen" + +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "Katalogstatistik" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "Tag" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "Tage" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "Stunde" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "Stunden" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "Gesamtzahl Benutzer" + +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "Verbundene Benutzer" + +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "Alben" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "Interpreten" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "StĂĽcke" + +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "Kataloggröße" + +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "Katalog Spielzeit" + +#: ../../admin/mail.php:260 +msgid "E-mail Sent" +msgstr "E-mail gesendet" + +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "Ihre E-mail wurde gesendet" + +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" + +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" + +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" + +#: ../../flag.php:45 +msgid "Item Flagged" +msgstr "Eintrag markiert" + +#: ../../flag.php:45 +msgid "The specified item has been flagged" +msgstr "Der gewählte Eintrag wurde markiert" + +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +msgid "Catalogs" +msgstr "Kataloge" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "Name" + +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "Aktion" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "HinzufĂĽgen" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "PrĂĽfen" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +msgid "Clean" +msgstr "Bereinigen" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "Alle" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "Löschen" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "Schnell" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "Cover holen" + +#: ../../templates/show_admin_tools.inc.php:68 +msgid "No Catalogs Found" +msgstr "Keine Kataloge gefunden" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +msgid "Clean All" +msgstr "Alle bereinigen" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +msgid "Verify All" +msgstr "Alle prĂĽfen" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +msgid "Add to All" +msgstr "Zu allen hinzufĂĽgen" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +msgid "Update All" +msgstr "Alle aktualisieren" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "Katalogstatistiken löschen" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "Nach Covern suchen" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "Andere Werkzeuge" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "Doppelte StĂĽcke anzeigen" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "Momentan gespielte löschen" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +msgid "Generate New Config" +msgstr "Schreibe neue Konfiguration" + +#: ../../templates/show_admin_tools.inc.php:93 +msgid "Preferences Permissions" +msgstr "Berechtigungen" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "Export in Itunes DB" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +msgid "Check for New Version" +msgstr "PrĂĽfe auf neue Version" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "Auswahl" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +msgid "Object" +msgstr "Auswahl" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "Markierung" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "Kommentar" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "Status" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +msgid "No Records Found" +msgstr "Keine Datensätze gefunden" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "Verwerfen" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "Erlauben" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +msgid "Update" +msgstr "Aktualisieren" + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +msgid "Show All" +msgstr "Zeige alle" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "Ampache Installation" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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 "" +"Diese Seite behandelt die Installation der Ampache Datenbank und der " +"Erstellung der ampache.cfg.php Datei. Bevor Sie fortfahren stellen Sie bitte " +"sicher, dass folgende Voraussetzungen erfĂĽllt sind." + +#: ../../templates/show_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" +"Ein MySQL Server mit bekanntem Benutzername und Passwort auf dem Datenbanken " +"erstellt/modifiziert werden können" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" +"Ihr Webserver hat Leseberechtigung an folgenden Dateien: /sql/ampache.sql " +"und /config/ampache.cfg.dist.php" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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 "" +"Wenn Sie sicher sind, dass die obenstehenden Voraussetzungen erfĂĽllt werden, " +"bitte die nachfolgenden Informationen eingeben. Sie werden nur nach den " +"unbedingt benötigten Werten gefragt. Wenn Sie später Ă„nderungen an Ihrer " +"Ampache Installation durchfĂĽhren möchten, editieren Sie einfach die /config/" +"ampache.cfg.php" + +#: ../../templates/show_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "Schritt 1 - Erstellen der Ampache Datenbank" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "Schritt 2 - Erstellen der ampache.cfg.php Datei" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "Schritt 3 - Erstes Konto erstellen" + +#: ../../templates/show_install_account.inc.php:52 +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 "" +"Dieser Schritt erstellt das initiale Admin Konto. Sobald Ihr Admin-Konto " +"erstellt wurde, werden Sie zur Login-Seite geleitet" + +#: ../../templates/show_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "Admin Konto erstellen" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "Benutzername" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "Passwort" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "Konto erstellen" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "Pfad" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "Aktionen" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "Titel" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "Interpret" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "Album" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "Genre" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "Bitrate" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "Dateinamen" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "Anzeige nach" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +msgid "Song Title" +msgstr "Titel" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "Wiedergabeliste" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "Radiosender" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "Filter" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "nicht gespielte" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "zeige Cover" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "Nie" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "Unbekannt" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "Kompletter Name" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "Zuletzt anwesend" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "Aktivität" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "Aktive Wiedergabeliste" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +msgid "Recently Played" +msgstr "kĂĽrzlich gespielt" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "StĂĽck" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "Dauer" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "Nicht genĂĽgend Daten" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "Album Cover" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "Klick um Fenster zu schlieĂźen" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "Download" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "Editieren" + #: ../../templates/show_flag.inc.php:41 msgid "Flag Song" msgstr "StĂĽck markieren" @@ -990,169 +1110,942 @@ msgstr "Grund der Markierung" msgid "Incorrect Tags" msgstr "fehlerhafte TAGs" -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" -msgstr "Markierung" +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" +msgstr "Neu einlesen" -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" -msgstr "Ampache Installation" +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +msgid "Other" +msgstr "Andere" -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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" +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" +msgstr "von" + +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" +msgstr "gefunden" + +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" msgstr "" -"Diese Seite behandelt die Installation der Ampache Datenbank und der " -"Erstellung der ampache.cfg.php Datei. Bevor Sie fortfahren stellen Sie bitte " -"sicher, dass folgende Voraussetzungen erfĂĽllt sind." -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "A MySQL Server with a username and password that can create/modify databases" +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" msgstr "" -"Ein MySQL Server mit bekanntem Benutzername und Passwort auf dem Datenbanken " -"erstellt/modifiziert werden können" -#: ../../templates/show_install_account.inc.php:47 +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "Benötigtes" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 msgid "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" +"ampache.cfg.php.dist file" msgstr "" -"Ihr Webserver hat Leseberechtigung an folgenden Dateien: /sql/ampache.sql " -"und /config/ampache.cfg.dist.php" +"Ihr Websever hat Leserechte an der Datei /sql/ampache.sql und /config/" +"ampache.cfg.php.dist" -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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 "" -"Wenn Sie sicher sind, dass die obenstehenden Voraussetzungen erfĂĽllt werden, " -"bitte die nachfolgenden Informationen eingeben. Sie werden nur nach den " -"unbedingt benötigten Werten gefragt. Wenn Sie später Ă„nderungen an Ihrer " -"Ampache Installation durchfĂĽhren möchten, editieren Sie einfach die /config/" -"ampache.cfg.php" +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" +msgstr "Starte Konfiguration" -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" -msgstr "Schritt 1 - Erstellen der Ampache Datenbank" +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" +msgstr "zufällige Alben" -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" -msgstr "Schritt 2 - Erstellen der ampache.cfg.php Datei" +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" +msgstr "Album abspielen" -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" -msgstr "Schritt 3 - Erstes Konto erstellen" +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" +msgstr "Lautstärke" -#: ../../templates/show_install_account.inc.php:57 -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 "" -"Dieser Schritt erstellt das initiale Admin Konto. Sobald Ihr Admin-Konto " -"erstellt wurde, werden Sie zur Login-Seite geleitet" +#: ../../templates/show_localplay_status.inc.php:55 +msgid "Repeat" +msgstr "Wiederholen" -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "Admin Konto erstellen" - -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "Benutzername" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "Passwort" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "Konto erstellen" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "Wiedergabelisten" - -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" -msgstr "Name der Wiedergabeliste" - -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" -msgstr "# StĂĽcke" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" -msgstr "EigentĂĽmer" - -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "Aktionen" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "Anschauen" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "Editieren" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "Abspielen" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 msgid "Random" msgstr "Zufällig" -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" -msgstr "Download" +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" +msgstr "Zusätzliche Zeit" -#: ../../templates/show_playlists.inc.php:75 -msgid "No Playlists Found" -msgstr "Keine Wiedergabelisten gefunden" +#: ../../templates/show_disabled_songs.inc.php:65 +msgid "Remove" +msgstr "Löschen" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" +msgstr "" + +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "Eintrag hinzufĂĽgen" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "Start Adresse" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "End Adresse" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "Level" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "SchlĂĽssel" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "Typ" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "Kompletter Name" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "Registrierungsdatum " + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +msgid "Last Ip" +msgstr "Letzte IP-Adr." + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "Verbunden" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +msgid "Base Playlist" +msgstr "Basis-Wiedergabeliste" + +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "Neue Wiedergabeliste erstellen" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "Bewertung" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "StĂĽck" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "Schritt 2 - Erstellen der Ampache.cfg.php Datei" + +#: ../../templates/show_install_config.inc.php:51 +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 "" +"In diesem Schritt werden die Werte fĂĽr die Basis-Konfiguration benötigt, " +"und versucht die Konfiguration direkt in Konfigurationsdatei zu schreiben. " +"Ist der Zugriff nicht erlaubt, erhalten Sie eine Meldung die " +"Konfigurationsdatei herunterzuladen. Bitte speichern Sie dann die editierte " +"Konfigurationsdatei im Verzeichnis /config" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "Web Pfad" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "GewĂĽnschter Datenbank Name" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "MySQL Benutzername" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "MySQL Passwort" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "Schreibe Konfiguration" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "Ampache.cfg vorhanden" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "Ampache.cfg.php konfiguriert?" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "PrĂĽfe die Konfiguration" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "Existierenden Benutzer editieren" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "Passwort wiederholen" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "Benutzer Zugriffs-Level" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "Benutzer aktualisieren" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "Verschiedene" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "Suchen" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "Erweiterte Suche" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +msgid "Create" +msgstr "Erstellen" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "Weiter" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "Abbrechen" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "Startseite" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "Anzeigen..." + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +msgid "Localplay" +msgstr "Lokal abspielen" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "Einstellungen" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "Ausloggen" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "Aktualisiere den" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "Katalog" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "StĂĽcke gefunden prĂĽfe TAG Informationen" + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "GeprĂĽft" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +msgid "Current Playlist" +msgstr "Aktuelle Wiedergabeliste" + +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "Abspielen" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "Nächste" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +msgid "Description" +msgstr "Beschreibung" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +msgid "Version" +msgstr "Version" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "Deaktivieren" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +msgid "Activate" +msgstr "Aktiviere" + +#: ../../templates/show_install.inc.php:54 +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 "" +"Dieser Schritt erstellt die Ampache Datenbank und die Tabellen, Sie " +"benötigen ein MySQL Konto mit dem Recht eine Datenbank zu erstellen. Dies " +"kann einige Zeit dauern, abhängig von der Geschwindigkeit Ihres Computers" + +#: ../../templates/show_install.inc.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "MySQL Administration Benutzername" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "MySQL Administration Passwort" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "Erstelle Datenbank Benutzer fĂĽr die neue Datenbank" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "Ampache Datenbank Benutzername" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "Ampache Datenbank Benutzer Passwort" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "Datenbank einfĂĽgen" + +#: ../../templates/show_similar_artists.inc.php:23 +msgid "Similar Artists" +msgstr "Ă„hnliche Interpreten" + +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "" +"Bitte den Interpreten markieren, den Sie mit dem aktuellen verbinden möchten" + +#: ../../templates/show_similar_artists.inc.php:66 +msgid "Back" +msgstr "ZurĂĽck" + +#: ../../templates/show_similar_artists.inc.php:77 +msgid "Rename selected" +msgstr "Ausgewählte umbenennen" + +#: ../../templates/show_similar_artists.inc.php:91 +msgid "Advanced Options" +msgstr "Erweiterte Einstellungen" + +#: ../../templates/show_similar_artists.inc.php:152 +msgid "Search Again" +msgstr "Weiter suchen" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "Neue Wiedergabeliste erstellen" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "Umbenennen" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "ODER" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "FĂĽge aktuellen ein" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "Aktualisieren des id3 TAG" + +#: ../../templates/show_playlist.inc.php:30 +msgid "Normalize Tracks" +msgstr "StĂĽcke durchnummerieren" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +msgid "Play Random" +msgstr "Spiele zufällige StĂĽcke" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "lokale Sitzung hinzufĂĽgen" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "Sitzung hinzufĂĽgen" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "Fehler Konfigurationsdatei abgelaufen" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "Cover" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "Jahr" + +#: ../../templates/show_preference_admin.inc.php:22 +msgid "Preference Administration" +msgstr "Administrations-Einstellungen" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "Einstellung" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "Sekunden" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "minutes ago" +msgstr "Minuten" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "hours ago" +msgstr "Stunden" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "days ago" +msgstr "Tagen" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "Wochen" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "Monaten" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "years ago" +msgstr "Jahren" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "zuletzt gespielt vor" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "In Ampache suchen" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "SchlĂĽsselwörter" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "Abgespielt" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "Ja" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "Nein" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "Min Bitrate" + +#: ../../templates/show_search.inc.php:95 +msgid "One Star" +msgstr "Ein Stern" + +#: ../../templates/show_search.inc.php:96 +msgid "Two Stars" +msgstr "Zwei Sterne" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "Drei Sterne" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "Vier Sterne" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "FĂĽnf Sterne" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "UND" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "Methode" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "Unscharf" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "Exakt" + +#: ../../templates/show_search.inc.php:118 +msgid "Maximum Results" +msgstr "Maximale Ergebnisse" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "Unbegrenzt" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "Radiosender hinzufĂĽgen" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "Frequenz" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "Kennung" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +msgid "ACL Type" +msgstr "ACL Typ" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +msgid "Stream Access" +msgstr "Stream Zugriff" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "Grundeinstellungen" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "Lokale Netzwerk Definition" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "XML-RPC" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "Start IP Adresse" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "Ende IP Adresse" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +msgid "Remote Key" +msgstr "Entfernter SchlĂĽssel" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "Anschauen" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +msgid "Read" +msgstr "Lesen" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "Lesen/Schreiben" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "Ampache neuen Benutzer registrieren" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "Benutzer-Vereinbarung" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "Ich akzeptiere" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "Benutzer Information" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "Info löschen" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "Registriere Benutzer" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "Login" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "Speichere Login" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "Registrieren" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "Nachricht des Tages" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "Meistgespielte Interpreten" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "Meistgespielte Alben" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "Meistgespielte Genres" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "Meistgespielte StĂĽcke" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "Die populärsten Live Streams" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "Die populärsten Tags" + +#: ../../templates/show_edit_song.inc.php:23 +msgid "Edit Song" +msgstr "StĂĽck editieren" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "Markierung Tags neu" + +#: ../../templates/show_edit_song.inc.php:88 +msgid "Update Song" +msgstr "StĂĽck aktualisieren" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +msgid "Genres" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:24 +msgid "Send E-mail to Users" +msgstr "Sende E-mail zu Benutzern" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "Mail an" + +#: ../../templates/show_mail_users.inc.php:54 +msgid "Latest Artist Additions" +msgstr "Neuste Interpretenzugänge" + +#: ../../templates/show_mail_users.inc.php:65 +msgid "Latest Album Additions" +msgstr "Neuste Albenzugänge" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "Markierte StĂĽcke" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +msgid "Disabled Songs" +msgstr "Gesperrte StĂĽcke" + +#: ../../templates/show_mail_users.inc.php:87 +msgid "Most Popular Threshold in days" +msgstr "Meistgespielte StĂĽcke in Tagen" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "Betreff" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "Nachricht" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "Sende Mail" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "Neuen Benutzer hinzufĂĽgen" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "Inhaltsmanager" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "Katalogmanager" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "Benutzer hinzufĂĽgen" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "Zugang fĂĽr einen Rechner einrichten" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +msgid "Create ACL" +msgstr "Erstelle ACL" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "Wert" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "bei allen anwenden" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "Berechtigung" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "Beschreibung" + +#: ../../templates/show_playlist_edit.inc.php:26 +msgid "Editing Playlist" +msgstr "Wiedergabeliste editieren" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "öffentliche" + +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" +msgstr "privat" #: ../../templates/show_duplicates.inc.php:25 msgid "Find Duplicates" @@ -1174,666 +2067,302 @@ msgstr "Interpret, Album und Titel" msgid "Select Best Guess" msgstr "Wähle vermutlich besten" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" -msgstr "Ja" +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" +msgstr "Starte Cover Suche" -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" -msgstr "Bedienelemente" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" +msgstr "Gesucht" -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 -msgid "Current Playlist" -msgstr "Aktuelle Wiedergabeliste" - -#: ../../templates/show_playlist_edit.inc.php:27 -msgid "Editing Playlist" -msgstr "Wiedergabeliste editieren" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "Name" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "Typ" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "öffentliche" - -#: ../../templates/show_playlist_edit.inc.php:40 -msgid "Private" -msgstr "privat" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -msgid "Update" -msgstr "Aktualisieren" - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "Benutzer" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "Mail zu Benutzern" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -msgid "Config" -msgstr "Konfiguration" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "Zugriffsliste" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -msgid "Song Title" -msgstr "Titel" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "Admin" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "Minuten" - -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "Wenig gespielt" - -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" -msgstr "Abspielen (Queue)" - -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" -msgstr "Demokratische Ansicht" - -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "Ausloggen" - -#: ../../templates/show_admin_tools.inc.php:27 -msgid "Catalogs" -msgstr "Kataloge" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "Aktion" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "HinzufĂĽgen" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "PrĂĽfen" - -#: ../../templates/show_admin_tools.inc.php:46 -msgid "Clean" -msgstr "Bereinigen" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "Schnell" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "Cover holen" - -#: ../../templates/show_admin_tools.inc.php:65 -msgid "No Catalogs Found" -msgstr "Keine Kataloge gefunden" - -#: ../../templates/show_admin_tools.inc.php:71 -msgid "Clean All" -msgstr "Alle bereinigen" - -#: ../../templates/show_admin_tools.inc.php:72 -msgid "Verify All" -msgstr "Alle prĂĽfen" - -#: ../../templates/show_admin_tools.inc.php:73 -msgid "Add to All" -msgstr "Zu allen hinzufĂĽgen" - -#: ../../templates/show_admin_tools.inc.php:74 -msgid "Update All" -msgstr "Alle aktualisieren" - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "Nach Covern suchen" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "Andere Werkzeuge" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "Doppelte StĂĽcke anzeigen" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "Momentan gespielte löschen" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -msgid "Generate New Config" -msgstr "Schreibe neue Konfiguration" - -#: ../../templates/show_admin_tools.inc.php:86 -msgid "Preferences Permissions" -msgstr "Berechtigungen" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "Export in Itunes DB" - -#: ../../templates/show_admin_tools.inc.php:88 -msgid "Check for New Version" -msgstr "PrĂĽfe auf neue Version" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 +msgid "None" +msgstr "Kein" #: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 msgid "Albums by" msgstr "Alben von" -#: ../../templates/show_artist_box.inc.php:33 +#: ../../templates/show_artist_box.inc.php:34 msgid "Show All Songs By" msgstr "Zeige alle StĂĽcke von" -#: ../../templates/show_artist_box.inc.php:34 +#: ../../templates/show_artist_box.inc.php:35 msgid "Play All Songs By" msgstr "Spiele alle StĂĽcke von" -#: ../../templates/show_artist_box.inc.php:35 +#: ../../templates/show_artist_box.inc.php:36 msgid "Play Random Songs By" msgstr "Spiele Zufallsauswahl von" -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 +#: ../../templates/show_artist_box.inc.php:38 +#: ../../templates/show_album.inc.php:52 msgid "Update from tags" msgstr "Aktualisieren vom TAG" -#: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" -msgstr "Interpret umbenennen" - #: ../../templates/show_artist_box.inc.php:39 msgid "Find duplicate artists" msgstr "Doppelte StĂĽcke anzeigen" -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" msgstr "" -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" -msgstr "Anzeigen pro Seite" +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" +msgstr "Spiele Zufallsauswahl" -#: ../../templates/show_user.inc.php:42 -msgid "New Password" -msgstr "Neues Passwort" +#: ../../templates/show_random.inc.php:26 +msgid "Item count" +msgstr "Anzahl" -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" -msgstr "Passwort wiederholen" +#: ../../templates/show_random.inc.php:41 +msgid "From genre" +msgstr "von Genre" -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" -msgstr "Statistiken löschen" - -#: ../../templates/show_user.inc.php:65 -msgid "Update Account" -msgstr "Konto aktualisieren" - -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" -msgstr "Favoriten" - -#: ../../templates/show_user_stats.inc.php:29 -msgid "Favorite Artists" -msgstr "Beliebteste Interpreten" - -#: ../../templates/show_user_stats.inc.php:40 -msgid "Favorite Albums" -msgstr "Beliebteste Alben" - -#: ../../templates/show_user_stats.inc.php:51 -msgid "Favorite Songs" -msgstr "Beliebteste StĂĽcke" - -#: ../../templates/show_tv_playlist.inc.php:31 -msgid "Playing from base Playlist" -msgstr "Spiele von Basis-Wiedergabeliste" - -#: ../../templates/show_tv_playlist.inc.php:44 -msgid "Votes" -msgstr "Bewertungen" - -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "StĂĽck" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "Einstellung" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "Wert" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "bei allen anwenden" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "Beschreibung" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "Ampache neuen Benutzer registrieren" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "Benutzer-Vereinbarung" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "Ich akzeptiere" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "Benutzer Information" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "Kompletter Name" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "Info löschen" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "Registriere Benutzer" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "Benötigtes" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" +#: ../../templates/show_random.inc.php:50 +msgid "Standard" msgstr "" -"Ihr Websever hat Leserechte an der Datei /sql/ampache.sql und /config/" -"ampache.cfg.php.dist" -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "Starte Konfiguration" +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" +msgstr "Wenig gespielt" -#: ../../templates/show_modules.inc.php:38 -msgid "Localplay Modules" -msgstr "Lokale Abspiel-Module" +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" +msgstr "Alle Alben" -#: ../../templates/show_modules.inc.php:41 -msgid "Module Name" -msgstr "Modul Name" +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" +msgstr "Alle Interpreten" -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -msgid "Activate" -msgstr "Aktiviere" +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" +msgstr "Minuten" -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -msgid "Deactivate" -msgstr "Deaktiviere" +#: ../../templates/show_random.inc.php:59 +msgid "From catalog" +msgstr "Von Katalog" -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -msgid "No Records Found" -msgstr "Keine Datensätze gefunden" +#: ../../templates/show_random.inc.php:65 +msgid "Size Limit" +msgstr "Größenbegrenzung" -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "VerfĂĽgbare Plugins" +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" +msgstr "Abspielen (Queue)" -#: ../../templates/show_modules.inc.php:73 -msgid "Description" -msgstr "Beschreibung" - -#: ../../templates/show_modules.inc.php:74 -msgid "Version" -msgstr "Version" - -#: ../../templates/show_edit_song.inc.php:23 -msgid "Edit Song" -msgstr "StĂĽck editieren" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "ODER" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "Markierung Tags neu" - -#: ../../templates/show_edit_song.inc.php:89 -msgid "Update Song" -msgstr "StĂĽck aktualisieren" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "Importiere eine Wiedergabeliste von einer Datei" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "Dateinamen" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "Wiedergabelisten Typ" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" -msgstr "Importiere Wiedergabeliste" +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" +msgstr "Aktuell wird gespielt" #: ../../templates/show_genre.inc.php:29 msgid "Viewing" msgstr "Anschauen" -#: ../../templates/show_mail_users.inc.php:25 -msgid "Send E-mail to Users" -msgstr "Sende E-mail zu Benutzern" +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" +msgstr "Bereiche" -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" -msgstr "Mail an" +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" +msgstr "Konto" -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" -msgstr "Meistgespielte Alben" +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" +msgstr "Serverkonfiguration" -#: ../../templates/show_mail_users.inc.php:52 -msgid "Latest Artist Additions" -msgstr "Neuste Interpretenzugänge" +#: ../../templates/sidebar_preferences.inc.php:32 +msgid "Modules" +msgstr "Module" -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" -msgstr "Meistgespielte Interpreten" +#: ../../templates/sidebar_preferences.inc.php:34 +msgid "Localplay Modules" +msgstr "Lokale Abspiel-Module" -#: ../../templates/show_mail_users.inc.php:63 -msgid "Latest Album Additions" -msgstr "Neuste Albenzugänge" +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" +msgstr "VerfĂĽgbare Plugins" -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" -msgstr "Meistgespielte StĂĽcke" +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" +msgstr "" -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" -msgstr "Markierte StĂĽcke" +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" +msgstr "" -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -msgid "Disabled Songs" -msgstr "Gesperrte StĂĽcke" +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" +msgstr "Aktive Sitzung" -#: ../../templates/show_mail_users.inc.php:85 -msgid "Most Popular Threshold in days" -msgstr "Meistgespielte StĂĽcke in Tagen" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "Betreff" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "Nachricht" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "Sende Mail" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" -msgstr "Die letzten 10 markierten StĂĽcke" - -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 -msgid "Show All" -msgstr "Zeige alle" - -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" -msgstr "von" - -#: ../../templates/show_tv_adminctl.inc.php:22 -msgid "Admin Controls" -msgstr "Admin Bedienelement" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -msgid "Base Playlist" -msgstr "Basis-Wiedergabeliste" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -msgid "Clear Playlist" -msgstr "Wiedergabeliste leeren" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "Weiter" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "Abbrechen" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "Auswahl" - -#: ../../templates/show_flagged.inc.php:28 -msgid "Object" -msgstr "Auswahl" - -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "Benutzer" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" -msgstr "Status" - -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "Verwerfen" - -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" -msgstr "Erlauben" - -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "Umbenennen" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "FĂĽge aktuellen ein" - -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "Aktualisieren des id3 TAG" - -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "Neuste Interpretenzugänge" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "Neuste Albenzugänge" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" -msgstr "Neuester Live Stream" +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" +msgstr "" #: ../../templates/show_get_albumart.inc.php:23 msgid "Customize Search" msgstr "Suche anpassen" -#: ../../templates/show_get_albumart.inc.php:46 +#: ../../templates/show_get_albumart.inc.php:44 msgid "Direct URL to Image" msgstr "Direkte URL zum Bild" -#: ../../templates/show_get_albumart.inc.php:54 +#: ../../templates/show_get_albumart.inc.php:52 msgid "Local Image" msgstr "Lokales Bild" -#: ../../templates/show_get_albumart.inc.php:66 +#: ../../templates/show_get_albumart.inc.php:63 msgid "Get Art" msgstr "Empfange Cover" -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" -msgstr "Wiedergabelisten-Aktionen" +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" +msgstr "Ampache Debug" -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" -msgstr "Wiedergabeliste editieren" +#: ../../templates/show_edit_catalog.inc.php:22 +msgid "Settings for" +msgstr "Einstellungen fĂĽr" -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" -msgstr "StĂĽcke durchnummerieren" +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" +msgstr "Automatisch eingefĂĽgte Felder" -#: ../../templates/show_playlist_box.inc.php:36 -msgid "Play This Playlist" -msgstr "Spiele diese Wiedergabeliste" +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" +msgstr "Albumname" -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" -msgstr "Spiele zufällige StĂĽcke" +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" +msgstr "Interpretenname" -#: ../../templates/show_playlist_box.inc.php:38 -msgid "Delete This Playlist" -msgstr "Diese Wiedergabeliste löschen" +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" +msgstr "id3-Kommentar" -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" -msgstr "Importiere von Datei" +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" +msgstr "Genre" -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" -msgstr "Neue Wiedergabeliste erstellen" +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" +msgstr "Titelnummer (Mit einer 0 am Anfang)" -#: ../../templates/show_playlist_box.inc.php:43 -msgid "Delete Empty Playlists" -msgstr "Lösche leere Wiedergabelisten" +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" +msgstr "Titel" -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" -msgstr "Meistgespielte Genres" +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" +msgstr "Jahr" -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" -msgstr "Die populärsten Live Streams" +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" +msgstr "andere" -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" -msgstr "Die populärsten Tags" +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "Katalogtyp" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "XML-RPC SchlĂĽssel" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "Dateinamenmuster" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "Verzeichnisnamenmuster" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "(Ohne '/' an Anfang oder Ende" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "Katalogeinstellungen sichern" + +#: ../../templates/show_democratic_playlist.inc.php:38 +msgid "Playing from base Playlist" +msgstr "Spiele von Basis-Wiedergabeliste" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +msgid "Votes" +msgstr "Bewertungen" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 +msgid "Edit Artist" +msgstr "Bearbeite Interpret" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +msgid "Edit Album" +msgstr "Bearbeite Album" + +#: ../../templates/show_edit_album.inc.php:47 +msgid "Update Album" +msgstr "Aktualisiere Album" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "Die letzten 10 markierten StĂĽcke" + +#: ../../templates/show_plugins.inc.php:46 +msgid "Deactivate" +msgstr "Deaktiviere" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "Datenstrom" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "demokratisch" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" +msgstr "" #: ../../templates/show_play_selected.inc.php:28 msgid "Play Selected" @@ -1855,173 +2384,6 @@ msgstr "Ausgewählte StĂĽcke entfernen" msgid "Add to" msgstr "HinzufĂĽgen" -#: ../../templates/show_edit_catalog.inc.php:22 -msgid "Settings for" -msgstr "Einstellungen fĂĽr" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "Automatisch eingefĂĽgte Felder" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "Albumname" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "Interpretenname" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr "id3-Kommentar" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "Genre" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "Titelnummer (Mit einer 0 am Anfang)" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "Titel" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "Jahr" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "andere" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "Katalogtyp" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "XML-RPC SchlĂĽssel" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "Dateinamenmuster" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "Verzeichnisnamenmuster" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "(Ohne '/' an Anfang oder Ende" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "Katalogeinstellungen sichern" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "Lautstärke" - -#: ../../templates/show_localplay_status.inc.php:56 -msgid "Repeat" -msgstr "Wiederholen" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "Neue Wiedergabeliste erstellen" - -#: ../../templates/show_add_playlist.inc.php:42 -msgid "Create" -msgstr "Erstellen" - -#: ../../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 "" -"Geben Sie bitte unten im Formular einen lokalen Pfad (z.B. /daten/musik) " -"oder ein URL zu einer entfernten Ampache Installation (z.B. http://" -"theotherampache.com) ein." - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "Katalogname" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "Pfad" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "Entfernt" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "Benötigt fĂĽr entfernte Kataloge" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "Dateinamenmuster" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "Erstelle Wiedergabelisten von m3u Dateien" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -msgstr "Katalog hinzufĂĽgen" - -#: ../../templates/show_edit_user.inc.php:25 -msgid "Adding a New User" -msgstr "Neuen Benutzer hinzufĂĽgen" - -#: ../../templates/show_edit_user.inc.php:29 -msgid "Editing existing User" -msgstr "Existierenden Benutzer editieren" - -#: ../../templates/show_edit_user.inc.php:80 -msgid "User Access Level" -msgstr "Benutzer Zugriffs-Level" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "Benutzer hinzufĂĽgen" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "Benutzer aktualisieren" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "Doppelte StĂĽcke anzeigen" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "Länge" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "Größe" - -#: ../../templates/show_list_duplicates.inc.php:75 -msgid "Disable Songs" -msgstr "Sperre StĂĽcke" - #: ../../templates/show_ip_history.inc.php:23 msgid "IP History" msgstr "IP Historie" @@ -2030,15 +2392,60 @@ msgstr "IP Historie" msgid "Show Unique" msgstr "Zeige Einmalige" -#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 msgid "Date" msgstr "Datum" -#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 msgid "IP Address" msgstr "IP Adresse" +#: ../../templates/show_add_catalog.inc.php:27 +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 "" +"Geben Sie bitte unten im Formular einen lokalen Pfad (z.B. /daten/musik) " +"oder ein URL zu einer entfernten Ampache Installation (z.B. http://" +"theotherampache.com) ein." + +#: ../../templates/show_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "Katalogname" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "Lokal" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "Entfernt" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "Benötigt fĂĽr entfernte Kataloge" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "Dateinamenmuster" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "Erstelle Wiedergabelisten von m3u Dateien" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "Katalog hinzufĂĽgen" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +msgid "Clear Playlist" +msgstr "Wiedergabeliste leeren" + #: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 msgid "Recommendations" msgstr "Empfehlungen" @@ -2054,728 +2461,123 @@ msgstr "Empfohlene Alben" msgid "Recommended Songs" msgstr "Empfohlene StĂĽcke" -#: ../../templates/show_preference_admin.inc.php:22 -msgid "Preference Administration" -msgstr "Administrations-Einstellungen" - -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" -msgstr "Level" - -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" -msgstr "Gast" - -#: ../../templates/show_edit_album.inc.php:23 -msgid "Edit Album" -msgstr "Bearbeite Album" - -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -msgid "Update Album" -msgstr "Aktualisiere Album" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" -msgstr "Sekunden" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "minutes ago" -msgstr "Minuten" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "hours ago" -msgstr "Stunden" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "days ago" -msgstr "Tagen" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" -msgstr "Wochen" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" -msgstr "Monaten" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "years ago" -msgstr "Jahren" - -#: ../../templates/show_recently_played.inc.php:26 -msgid "Recently Played" -msgstr "kĂĽrzlich gespielt" - -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" -msgstr "zuletzt gespielt vor" - -#: ../../templates/show_edit_artist.inc.php:23 -msgid "Edit Artist" -msgstr "Bearbeite Interpret" - -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" -msgstr "zufällige Alben" - -#: ../../localplay.php:50 ../../localplay.php:58 -msgid "Song(s) Removed from Playlist" -msgstr "StĂĽck(e) von der Wiedergabeliste gelöscht" - -#: ../../localplay.php:77 -msgid "Localplay Init Failed" -msgstr "Lokal abspielen fehlgeschlagen" - -#: ../../browse.php:48 ../../albums.php:213 -msgid "Show Albums starting with" -msgstr "Zeige Alben beginnend mit" - -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -msgid "Show Artists starting with" -msgstr "Zeige Interpreten mit folgendem Beginn" - -#: ../../browse.php:124 -msgid "Show Titles Starting With" -msgstr "Zeige Titel mit folgendem Beginn" - -#: ../../search.php:47 -msgid "Error: No Keyword Entered" -msgstr "Fehler: Kein SchlĂĽsselwort eingegeben" - -#: ../../ampache/templates/sidebar.inc.php:38 -msgid "Lists" -msgstr "Listen" - -#: ../../ratings.php:33 -msgid "Rating Updated" -msgstr "Bewertung aktualisiert" - -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" -msgstr "Ihre Bewertung fĂĽr dieses Objekt wurde aktualisiert" - -#: ../../login.php:80 -msgid "User Disabled please contact Admin" -msgstr "Benutzer deaktiviert, bitte Admin kontaktieren" - -#: ../../login.php:94 -msgid "Unable to create new account" -msgstr "Kann neues Konto nicht erstellen" - -#: ../../login.php:103 -msgid "No local account found" -msgstr "Keine lokales Konto gefunden" - -#: ../../login.php:176 -msgid "Message of the Day" -msgstr "Nachricht des Tages" - -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" -msgstr "Fehler: Passwort falsch oder nicht ausgefĂĽllt" - -#: ../../preferences.php:61 -msgid "Password Updated" -msgstr "Passwort aktualisiert" - -#: ../../update.php:73 -msgid "Ampache Update" -msgstr "Ampache Update" - -#: ../../tv.php:62 -msgid "Playlist Cleared" -msgstr "Playlist gelöscht" - -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" -msgstr "Starte Aktualisierung von TAGs" - -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" -msgstr "Aktualisierung von den TAGs vollständig" - -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" -msgstr "ZurĂĽck" - -#: ../../activate.php:43 -msgid "No user with this name registered" -msgstr "Kein Benutzer mit diesem Namen registriert" - -#: ../../activate.php:47 -msgid "The validation key used isn't correct." -msgstr "Die PrĂĽfung des SchlĂĽssels ergab dass diese nicht korrekt ist" - -#: ../../activate.php:52 -msgid "User activated" -msgstr "Benutzer aktiviert" - -#: ../../activate.php:52 -msgid "This User ID is activated and can be used" -msgstr "Diese Benutzer-ID ist aktiviert und kann benutzt werden" - -#: ../../playlist.php:46 -msgid "Playlist Deleted" -msgstr "Wiedergabeliste gelöscht" - -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" -msgstr "Die gewĂĽnschte Wiedergabeliste wurde gelöscht" - -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" -msgstr "Wollen sie wirklich diese Wiedergabeliste löschen?" - -#: ../../playlist.php:57 -msgid "Confirm Action" -msgstr "Aktion bestätigen" - -#: ../../playlist.php:117 -msgid "Playlist Created" -msgstr "Wiedergabeliste erstellt" - -#: ../../playlist.php:117 -msgid " has been created" -msgstr " wurde erstellt" - -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" -msgstr "Entfernt Ausgewählte StĂĽcke" - -#: ../../playlist.php:145 -msgid "Playlist Updated" -msgstr "Wiedergabeliste aktualisiert" - -#: ../../playlist.php:146 -msgid "has been updated and is now" -msgstr "wurde aktualisiert und ist nun" - -#: ../../playlist.php:166 -msgid "Playlist Imported" -msgstr "Wiedergabeliste importiert" - -#: ../../playlist.php:195 -msgid "Empty Playlists Deleted" -msgstr "Leere Wiedergabelisten gelöscht" - -#: ../../flag.php:46 -msgid "Item Flagged" -msgstr "Eintrag markiert" - -#: ../../flag.php:46 -msgid "The specified item has been flagged" -msgstr "Der gewählte Eintrag wurde markiert" - -#: ../../albums.php:48 -msgid "Album Art Cleared" -msgstr "Album Cover gelöscht" - -#: ../../albums.php:48 -msgid "Album Art information has been removed from the database" -msgstr "Information des Covers wurde aus der Datenbank gelöscht" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "Album Art Not Located" -msgstr "Cover nicht vorhanden" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "" -"Album Art could not be located at this time. This may be due to write access " -"error, or the file is not received corectly." -msgstr "" -"Album konnte zur Zeit nicht gefunden werden. " -" Dies kann an einem Schreibzugriffsfehler liegen oder die Daten wurden nicht korrekt empfangen" - -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 -msgid "Album Art Inserted" -msgstr "Album Cover hinzugefĂĽgt" - -#: ../../register.php:81 -msgid "Error Captcha Required" -msgstr "Fehler Captcha benötigt" - -#: ../../register.php:88 -msgid "Error Captcha Failed" -msgstr "Fehler Captcha fehlgeschlagen" - -#: ../../register.php:95 -msgid "You must accept the user agreement" -msgstr "Sie mĂĽssen diese Vereinbarung akzeptieren" - -#: ../../register.php:100 -msgid "You did not enter a username" -msgstr "Sie haben keine Benutzernamen eingegeben" - -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" -msgstr "Bitte geben Sie Ihren kompletten Namen ein (Vorname Nachname)" - -#: ../../register.php:130 -msgid "You must enter a password" -msgstr "Sie mĂĽssen ein Passwort eingeben" - -#: ../../register.php:134 -msgid "Your passwords do not match" -msgstr "Passwort falsch" - -#: ../../register.php:152 -msgid "Error: Insert Failed" -msgstr "Fehler: einfĂĽgen fehlgeschlagen" - -#: ../../register.php:169 -msgid "Registration Complete" -msgstr "Registrierung komplett" - -#: ../../bin/print_tags.php.inc:64 -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 "" -"[print_tags.php.inc]\n" -"Dieses Kommandozeilen Skript zeigt die TAG Information der gewählten Datei " -"wie sie \n" -"in Ampache erscheinen. \n" -" \n" - -#: ../../bin/print_tags.php.inc:70 -msgid "Filename:" -msgstr "Dateiname:" - -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "Fehler: Kann nicht schreiben in" - -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "Fehler: Upload Verzeichnis liegt nicht innerhalb eines Kataloges" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "HinzufĂĽgen" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "in die Datenbank" - -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "Gelöscht" - -#: ../../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 "" -"\n" -"\t\n" -"************* WARNUNG *************\n" -"Dieses Skript wird hochgeladene Dateien \n" -"verschieben potentiell löschen.\n" -"************* WARNUNG *************\n" -"\n" -"Alle zum hinzufĂĽgen markierten Dateien werden in das Upload-Verzeichnis " -"verschoben. Alle zum löschen \n" -"markierten Dateien werden gelöscht. Dieses Skript muss unter einem Benutzer " -"laufen der ausreichende Rechte \n" -"besitzt die beiden oben genannten Funktionen auszufĂĽhren. \n" -"\n" -"\t\n" - -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "Weiter? (Y/N)" - -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "Fehler:" - -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" +msgstr "Importiere eine Wiedergabeliste von einer Datei" + +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" +msgstr "Wiedergabelisten Typ" + +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" +msgstr "Importiere Wiedergabeliste" + +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" msgstr "" -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "Album Cover" +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" +msgstr "Favoriten" -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "Klick um Fenster zu schlieĂźen" +#: ../../templates/show_user_stats.inc.php:30 +msgid "Favorite Artists" +msgstr "Beliebteste Interpreten" -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "Zusätzliche Zeit" +#: ../../templates/show_user_stats.inc.php:43 +msgid "Favorite Albums" +msgstr "Beliebteste Alben" -#: ../../templates/show_disabled_songs.inc:49 -msgid "Remove" -msgstr "Löschen" +#: ../../templates/show_user_stats.inc.php:56 +msgid "Favorite Songs" +msgstr "Beliebteste StĂĽcke" -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "Vorherige" +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" +msgstr "Doppelte StĂĽcke anzeigen" -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "Nächste" +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" +msgstr "Länge" -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "Momentan angemeldet als" +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" +msgstr "Größe" -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" -msgstr "Fehler Konfigurationsdatei abgelaufen" +#: ../../templates/show_list_duplicates.inc.php:96 +msgid "Disable Songs" +msgstr "Sperre StĂĽcke" -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "Titel" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "Bewertung" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "Insgesamt" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "Schritt 2 - Erstellen der Ampache.cfg.php Datei" - -#: ../../templates/show_install_config.inc:55 -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 "" -"In diesem Schritt werden die Werte fĂĽr die Basis-Konfiguration benötigt, " -"und versucht die Konfiguration direkt in Konfigurationsdatei zu schreiben. " -"Ist der Zugriff nicht erlaubt, erhalten Sie eine Meldung die " -"Konfigurationsdatei herunterzuladen. Bitte speichern Sie dann die editierte " -"Konfigurationsdatei im Verzeichnis /config" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "Web Pfad" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "GewĂĽnschter Datenbank Name" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" msgstr "" -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "MySQL Benutzername" +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" +msgstr "gerade gespielt" -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "MySQL Passwort" +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 +msgid "Statistics" +msgstr "Statistik" -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "Schreibe Konfiguration" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "Ampache.cfg vorhanden" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "Ampache.cfg.php konfiguriert?" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "PrĂĽfe die Konfiguration" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "Album abspielen" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "Spiele zufällig vom Album" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "Cover zurĂĽcksetzen" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "Cover finden" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "Editieren der" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "Einstellungen" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "Einstellungen neu erstellen" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "Grundeinstellungen" - -#: ../../templates/show_preferences.inc:65 -msgid "Streaming" -msgstr "Datenstrom" - -#: ../../templates/show_preferences.inc:68 -msgid "Options" -msgstr "Optionen" - -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "Konto" - -#: ../../templates/show_preferences.inc:76 -msgid "System" +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" msgstr "" -#: ../../templates/show_preferences.inc:79 -msgid "Modules" -msgstr "Module" +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" +msgstr "Erweitert" -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "Einstellungen aktualisieren" +# Added the following strings (only in german localization) +# left here at the end for better overview what has to be done to other localizations and even the base mo/po +# 070913 by nf +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" +msgstr "Zeige Kataloge" -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "Spiele Zufallsauswahl" +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" +msgstr "Benutzerwerkzeuge" -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "Anzahl" +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" +msgstr "Zeige Benutzer" -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "von Genre" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" msgstr "" -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" -msgstr "Alle Alben" - -#: ../../templates/show_random_play.inc:55 -msgid "Full Artist" -msgstr "Alle Interpreten" - -#: ../../templates/show_random_play.inc:61 -msgid "From catalog" -msgstr "Von Katalog" - -#: ../../templates/show_random_play.inc:67 -msgid "Size Limit" -msgstr "Größenbegrenzung" - -#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122 -msgid "Unlimited" -msgstr "Unbegrenzt" - -#: ../../templates/show_install.inc:54 -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" +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" msgstr "" -"Dieser Schritt erstellt die Ampache Datenbank und die Tabellen, Sie " -"benötigen ein MySQL Konto mit dem Recht eine Datenbank zu erstellen. Dies " -"kann einige Zeit dauern, abhängig von der Geschwindigkeit Ihres Computers" -#: ../../templates/show_install.inc:72 -msgid "MySQL Administrative Username" -msgstr "MySQL Administration Benutzername" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "MySQL Administration Passwort" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "Erstelle Datenbank Benutzer fĂĽr die neue Datenbank" - -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "Ampache Datenbank Benutzername" - -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "Ampache Datenbank Benutzer Passwort" - -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "Datenbank einfĂĽgen" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "Zugang fĂĽr einen Rechner einrichten" - -#: ../../templates/show_add_access.inc:23 -msgid "" -"Use the form below to add a host that you want to have access to your " -"Ampache catalog." +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" msgstr "" -"Um einem Rechner den Zugang zu Ihrem Katalog zu gewähren, fĂĽllen sie das " -"folgende Formular aus." -#: ../../templates/show_add_access.inc:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "Start IP Adresse" +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Cleaning the" +msgstr "Säubere den" -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "Ende IP Adresse" +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" +msgstr "PrĂĽfe" -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 -msgid "Read" -msgstr "Lesen" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" +msgstr "Starte neue StĂĽck-Suche in" -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "Lesen/Schreiben" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" +msgstr "Katalog" -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 -msgid "ACL Type" -msgstr "ACL Typ" - -#: ../../templates/show_add_access.inc:67 -msgid "Stream Access" -msgstr "Stream Zugriff" - -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "Grundeinstellungen" - -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "Lokale Netzwerk Definition" - -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "XML-RPC" - -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "XML-RPC Optionen" - -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -msgid "Remote Key" -msgstr "Entfernter SchlĂĽssel" - -#: ../../templates/show_add_access.inc:87 -msgid "Create ACL" -msgstr "Erstelle ACL" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "Host Zugriff zu Ihrem Katalog" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "Eintrag hinzufĂĽgen" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "Start Adresse" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "End Adresse" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "SchlĂĽssel" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "ZurĂĽckziehen" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "Kompletter Name" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "Zuletzt anwesend" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "Registrierungsdatum " - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "Aktivität" - -#: ../../templates/show_users.inc:61 -msgid "Last Ip" -msgstr "Letzte IP-Adr." - -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "Verbunden" - -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "Cover" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "Album Name" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "Album Jahr" - -#: ../../templates/show_artist.inc:38 -msgid "Tracks" -msgstr "Titel" - -#: ../../templates/show_edit_access.inc:23 -msgid "Edit Access List" -msgstr "Zugriffsliste bearbeiten" - -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "Ampache Debug" - -#: ../../templates/show_test.inc:35 +#: ../../templates/show_test.inc.php:33 msgid "" "You've reached this page because a configuration error has occured. Debug " "Information below" @@ -2783,23 +2585,23 @@ msgstr "" "Sie sind auf dieser Seite gelangt, weil ein Konfigurationsfehler aufgetreten " "ist. Debuginformationen siehe unten." -#: ../../templates/show_test.inc:39 +#: ../../templates/show_test.inc.php:37 msgid "CHECK" msgstr "PrĂĽfe" -#: ../../templates/show_test.inc:41 +#: ../../templates/show_test.inc.php:39 msgid "STATUS" msgstr "STATUS" -#: ../../templates/show_test.inc:43 +#: ../../templates/show_test.inc.php:41 msgid "DESCRIPTION" msgstr "BESCHREIBUNG" -#: ../../templates/show_test.inc:46 +#: ../../templates/show_test.inc.php:44 msgid "PHP Version" msgstr "PHP Version" -#: ../../templates/show_test.inc:61 +#: ../../templates/show_test.inc.php:59 msgid "" "This tests to make sure that you are running a version of PHP that is known " "to work with Ampache." @@ -2807,11 +2609,11 @@ msgstr "" "Dieser Test ĂĽberprĂĽft, ob sie eine PHP Version benutzen, mit der Ampache " "funktioniert." -#: ../../templates/show_test.inc:65 +#: ../../templates/show_test.inc.php:63 msgid "Mysql for PHP" msgstr "MySQL fĂĽr PHP" -#: ../../templates/show_test.inc:80 +#: ../../templates/show_test.inc.php:78 msgid "" "This test checks to see if you have the mysql extensions loaded for PHP. " "These are required for Ampache to work." @@ -2819,11 +2621,11 @@ msgstr "" "Dieser Test prĂĽft ob Sie die MySQL Erweiterungen fĂĽr PHP geladen haben. Dies " "wird benötigt damit Ampache arbeitet." -#: ../../templates/show_test.inc:84 +#: ../../templates/show_test.inc.php:82 msgid "PHP Session Support" msgstr "PHP Session UnterstĂĽtzung" -#: ../../templates/show_test.inc:99 +#: ../../templates/show_test.inc.php:97 msgid "" "This test checks to make sure that you have PHP session support enabled. " "Sessions are required for Ampache to work." @@ -2831,11 +2633,11 @@ msgstr "" "Dieser Test prĂĽft ob Sie PHP Session UnterstĂĽtzung aktiviert haben. Session " "UnterstĂĽtzung wird benötigt fĂĽr die Funktion von Ampache." -#: ../../templates/show_test.inc:103 +#: ../../templates/show_test.inc.php:101 msgid "PHP ICONV Support" msgstr "PHP ICONV UnterstĂĽtzung" -#: ../../templates/show_test.inc:117 +#: ../../templates/show_test.inc.php:115 msgid "" "This test checks to make sure you have Iconv support installed. Iconv " "support is not required for Ampache, but it is highly recommended" @@ -2844,11 +2646,11 @@ msgstr "" "UnterstĂĽtzung wird nicht unbedingt benötigt fĂĽr Ampache, aber es wird " "dringend empfohlen" -#: ../../templates/show_test.inc:121 +#: ../../templates/show_test.inc.php:119 msgid "PHP PCRE Support" msgstr "PHP PCRE UnterstĂĽtzung" -#: ../../templates/show_test.inc:134 +#: ../../templates/show_test.inc.php:132 msgid "" "This test makes sure you have PCRE support compiled into your version of " "PHP, this is required for Ampache." @@ -2856,11 +2658,11 @@ msgstr "" "Dieser Test ĂĽberprĂĽft, ob sie PCRE UnterstĂĽtzung in Ihrer PHP Version " "eingebaut haben, dies wird fĂĽr die Funktion von Ampache benötigt." -#: ../../templates/show_test.inc:138 +#: ../../templates/show_test.inc.php:136 msgid "PHP PutENV Support" msgstr "PHP PutENV UnterstĂĽtzung" -#: ../../templates/show_test.inc:151 +#: ../../templates/show_test.inc.php:149 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 " @@ -2870,7 +2672,7 @@ msgstr "" "Speicherbegrenzung modifizieren können. Ohne diese Fähigkeit werden manche " "Dinge von Ampache nicht korrekt arbeiten" -#: ../../templates/show_test.inc:170 +#: ../../templates/show_test.inc.php:166 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" @@ -2880,29 +2682,17 @@ msgstr "" "ist die Datei entweder nicht an der richtigen Stelle,\n" "\toder sie ist nicht korrekt lesbar" -#: ../../templates/show_test.inc:193 +#: ../../templates/show_test.inc.php:189 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" +"variables and that we are able to completely parse your config file" msgstr "" -"Hier testen wir, dass alle erforderlichen Konfigurationsvariablen gesetzt " -"sind, und dass \n" -"wir ihre Konfigurationsdatei lesen können." -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "Ampache.cfg konfiguriert?" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "In der Ampache.cfg.php wird folgendes vermisst:" - -#: ../../templates/show_test.inc:240 +#: ../../templates/show_test.inc.php:193 msgid "DB Connection" msgstr "Datenbank Verbindung" -#: ../../templates/show_test.inc:256 +#: ../../templates/show_test.inc.php:209 msgid "" "This attempts to connect to your database using the values from your ampache." "cfg.php" @@ -2910,241 +2700,351 @@ msgstr "" "Hier versuchen wir, uns mit den Werten aus ihrer ampache.cfg zur Datenbank " "zu verbinden." -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "In Ampache suchen" - -#: ../../templates/show_similar_artists.inc:23 -msgid "Similar Artists" -msgstr "Ă„hnliche Interpreten" - -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" -msgstr "Bitte den Interpreten markieren, den Sie mit dem aktuellen verbinden möchten" - -#: ../../templates/show_similar_artists.inc:62 -msgid "Back" -msgstr "ZurĂĽck" - -#: ../../templates/show_similar_artists.inc:73 -msgid "Rename selected" -msgstr "Ausgewählte umbenennen" - -#: ../../templates/show_similar_artists.inc:83 -msgid "Advanced Options" -msgstr "Erweiterte Einstellungen" - -#: ../../templates/show_similar_artists.inc:144 -msgid "Search Again" -msgstr "Weiter suchen" - -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "Login" - -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "Speichere Login" - -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "Registrieren" - -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "SchlĂĽsselwörter" - -#: ../../templates/show_search.inc:73 -msgid "Played" -msgstr "Abgespielt" - -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" -msgstr "Min Bitrate" - -#: ../../templates/show_search.inc:96 -msgid "One Star" -msgstr "Ein Stern" - -#: ../../templates/show_search.inc:97 -msgid "Two Stars" -msgstr "Zwei Sterne" - -#: ../../templates/show_search.inc:98 -msgid "Three Stars" -msgstr "Drei Sterne" - -#: ../../templates/show_search.inc:99 -msgid "Four Stars" -msgstr "Vier Sterne" - -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "FĂĽnf Sterne" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "UND" - -#: ../../templates/show_search.inc:112 -msgid "Method" -msgstr "Methode" - -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "Unscharf" - -#: ../../templates/show_search.inc:116 -msgid "Exact" -msgstr "Exakt" - -#: ../../templates/show_search.inc:119 -msgid "Maximum Results" -msgstr "Maximale Ergebnisse" - -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "Formular zurĂĽcksetzen" - -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" -msgstr "Sichere Suchergebnis in" - -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "Speichern" - -# Added the following strings (only in german localization) -# left here at the end for better overview what has to be done to other localizations and even the base mo/po -# 070913 by nf - -#: ../../templates/sidebar_admin.inc.php:4 -msgid "Show Catalogs" -msgstr "Zeige Kataloge" - -#: ../../templates/sidebar_admin.inc.php:7 -msgid "User Tools" -msgstr "Benutzerwerkzeuge" - -#: ../../templates/sidebar_admin.inc.php:10 -msgid "Browse Users" -msgstr "Zeige Benutzer" - -#: ../../templates/sidebar_localplay.inc.php:4 -msgid "Add Instance" -msgstr "Sitzung hinzufĂĽgen" - -#: ../../ttemplates/sidebar_localplay.inc.php:7 -msgid "Active Instance" -msgstr "Aktive Sitzung" - -#: ../../templates/sidebar_home.inc.php:4 -msgid "Currently Playing" -msgstr "gerade gespielt" - -#: ../../templates/sidebar_home.inc.php:6 -#: ../../templates/show_add_live_stream.inc.php:24 -msgid "Add Radio Station" -msgstr "Radiosender hinzufĂĽgen" - -#: ../../templates/sidebar_home.inc.php:14 -msgid "Advanced" -msgstr "Erweitert" - -#: ../../templates/show_search_bar.inc.php:30 -msgid "Advanced Search" -msgstr "Erweiterte Suche" - -#: ../../templates/show_user.inc.php:42 -#: ../../templates/rightbar.inc.php:23 -msgid "Active Playlist" -msgstr "Aktive Wiedergabeliste" - -#: ../../templates/rightbar.inc.php:69 -msgid "Add Dynamic Items" -msgstr "dynamisch hinzufĂĽgen" - -#: ../../templates/rightbar.inc.php:71 -msgid "Pure Random" -msgstr "Absolut zufällig" - -#: ../../templates/rightbar.inc.php:74 -msgid "Related Artist" -msgstr "Ă„hnliche Interpreten" - -#: ../../templates/rightbar.inc.php:77 -msgid "Related Album" -msgstr "Ă„hnliche Alben" - -#: ../../templates/rightbar.inc.php:80 -msgid "Related Genre" -msgstr "Ă„hnliche Genres" - -#. ../../templates/show_index.inc.php:52 +#: ../../templates/show_index.inc.php:49 msgid "Newest Albums" msgstr "Neueste Alben" -#: ../../templates/show_index.inc.php:57 +#: ../../templates/show_index.inc.php:54 msgid "Newest Artists" msgstr "Neueste Interpreten" -#: ../../templates/show_index.inc.php:62 +#: ../../templates/show_index.inc.php:59 msgid "Newest Genres" msgstr "Neueste Genres" -#: ../../templates/show_edit_live_stream_row.inc.php:30 -#: ../../templates/show_edit_live_stream_row.inc.php:48 -#: ../../templates/show_add_live_stream.inc.php:49 -#: ../../templates/show_add_live_stream.inc.php:51 -#: ../../templates/show_live_stream_row.inc.php:27 -#: ../../templates/show_live_streams.inc.php:34 -msgid "Frequency" -msgstr "Frequenz" +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "Editieren der" -#: ../../templates/show_edit_live_stream_row.inc.php:29 -#: ../../templates/show_add_live_stream.inc.php:55 -#: ../../templates/show_live_stream_row.inc.php:26 -#: ../../templates/show_live_streams.inc.php:33 -msgid "Callsign" -msgstr "Kennung" +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "Einstellungen" -#: ../../templates/sidebar_browse.inc.php:15 -msgid "Radio Stations" -msgstr "Radiosender" +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "Einstellungen aktualisieren" -#: ../../templates/sidebar_browse.inc.php:18 -msgid "Filters" -msgstr "Filter" +#: ../../templates/show_account.inc.php:40 +msgid "New Password" +msgstr "Neues Passwort" -#: ../../templates/sidebar_browse.inc.php:28 -msgid "Unplayed" -msgstr "nicht gespielte" +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" +msgstr "Statistiken löschen" -#: ../../templates/sidebar_browse.inc.php:31 -msgid "Show Art" -msgstr "zeige Cover" +#: ../../templates/show_account.inc.php:64 +msgid "Update Account" +msgstr "Konto aktualisieren" -#: ../../templates/sidebar_browse.inc.php:3 -msgid "Browse By" -msgstr "Anzeige nach" +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "Vorherige" -#: ../../templates/show_localplay_add_instance.inc.php:24 -msgid "Add Localplay Instance" -msgstr "lokale Sitzung hinzufĂĽgen" +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" +msgstr "" -#: ../../templates/sidebar_preferences.inc.php:9 -msgid "Sections" -msgstr "Bereiche" +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" -#: ../../templates/sidebar_preferences.inc.php:21 -msgid "Server Config" -msgstr "Serverkonfiguration" +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "dynamisch hinzufĂĽgen" +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "Absolut zufällig" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "Ă„hnliche Interpreten" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "Ă„hnliche Alben" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "Ă„hnliche Genres" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "Spiele zufällig vom Album" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "Cover zurĂĽcksetzen" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "Cover finden" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "Name der Wiedergabeliste" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "# StĂĽcke" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" +msgstr "EigentĂĽmer" + +#: ../../activate.php:42 +msgid "No user with this name registered" +msgstr "Kein Benutzer mit diesem Namen registriert" + +#: ../../activate.php:46 +msgid "The validation key used isn't correct." +msgstr "Die PrĂĽfung des SchlĂĽssels ergab dass diese nicht korrekt ist" + +#: ../../activate.php:51 +msgid "User activated" +msgstr "Benutzer aktiviert" + +#: ../../activate.php:51 +msgid "This User ID is activated and can be used" +msgstr "Diese Benutzer-ID ist aktiviert und kann benutzt werden" + +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" +msgstr "" + +#: ../../democratic.php:80 +msgid "Playlist Cleared" +msgstr "Playlist gelöscht" + +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" +msgstr "" + +#: ../../lib/class/flag.class.php:280 +msgid "Approved" +msgstr "Erlaubt" + +#: ../../lib/class/flag.class.php:281 +msgid "Pending" +msgstr "Zu erledigen" + +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" +msgstr "TagNeuLesen" + +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" +msgstr "aktualisiert zu" + +#: ../../lib/class/song.class.php:341 +msgid "Rate" +msgstr "Anteil" + +#: ../../lib/class/song.class.php:345 +msgid "Mode" +msgstr "Modus" + +#: ../../lib/class/song.class.php:357 +msgid "Filesize" +msgstr "Dateigröße" + +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" +msgstr "Benutzer verwalten" + +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" +msgstr "" + +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" +msgstr "Wiedergabelisten" + +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "Fehler: kann nicht öffnen" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "Fehler: Kann nicht zu Verzeichnis wechseln" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "Fehler: Kann Dateigröße nicht bestimmen fĂĽr" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "ist von Ampache nicht lesbar" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "Starte Katalogerstellung" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "Starte Remote Sync" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "Wiedergabeliste hinzugefĂĽgt von" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "Katalog fertig" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "Spielzeit" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "Alle StĂĽcke" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "StĂĽcke pro Sekunde" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "Keine Aktualisierung benötigt" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "Starte entferntes Update" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "Katalog-Aktualisierung beendet" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "" +"Kann XMLRPC Library nicht laden, bitte sicherstellen dass XML-RPC aktiviert " +"ist" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "Kann nicht verbinden zu" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "Grund" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "Aktualisierung der entfernten Kataloge abgeschlossen" + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "Bereinigen des Kataloges beendet" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "Dateien gelöscht" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" + +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr "GEFUNDEN" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "Neue Cover finden" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Update Finished." +msgstr "Aktualisierung beendet." + +#: ../../lib/class/catalog.class.php:1706 +msgid "Checked" +msgstr "GeprĂĽft" + +#: ../../lib/class/catalog.class.php:1706 +msgid "songs updated." +msgstr "StĂĽcke aktualisiert." + +#: ../../lib/class/localplay.class.php:647 +msgid "Stopped" +msgstr "Angehalten" + +#: ../../lib/class/localplay.class.php:650 +msgid "Paused" +msgstr "Pause" + +#: ../../lib/class/album.class.php:217 +msgid "Disk" +msgstr "" + +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "Aktivieren" + +#: ../../lib/preferences.php:272 +msgid "M3U" +msgstr "" + +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "einfache M3U" + +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "" + +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "" + +#: ../../lib/preferences.php:276 +msgid "RAM" +msgstr "" + +#: ../../lib/preferences.php:277 +msgid "XSPF" +msgstr "" + +#: ../../lib/preferences.php:310 +msgid "Disabled" +msgstr "Deaktiviert" #: ../../lib/preferences.php:332 msgid "Send on Add" @@ -3158,36 +3058,541 @@ msgstr "" msgid "Clear on Send" msgstr "" -#: ../../lib/preferences.php:335 -#: ../../lib/preferences.php:342 +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 msgid "Default" msgstr "Voreinstellung" -#: ../../lib/class/user.class.php:664 -#: ../../lib/preferences.php:341 -#: ../../templates/show_user.inc.php:22 -#: ../../templates/show_users.inc.php:59 -msgid "Never" -msgstr "Nie" - #: ../../lib/preferences.php:343 msgid "Always" msgstr "Immer" -#: ../../templates/show_add_user.inc.php:76 -#: ../../templates/show_preference_box.inc.php:54 -msgid "Content Manager" -msgstr "Inhaltsmanager" +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" +msgstr "Nicht abspielen" -#: ../../templates/show_add_user.inc.php:77 -#: ../../templates/show_preference_box.inc.php:55 -msgid "Catalog Manager" -msgstr "Katalogmanager" +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "Ist wirklich schlecht" -#: ../../templates/show_preference_box.inc.php:38 -msgid "Access Level" -msgstr "Berechtigung" +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "Ist OK" -#: ../../admin/modules.php:124 -msgid "Localplay Controllers" +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "Ist wirklich gut" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "Ich liebe es!" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "Ist wahnsinnig" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "Aus der Hitparade!" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "Englisch" + +#: ../../lib/general.lib.php:496 +msgid "British English" +msgstr "Britisch Englisch" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "TĂĽrkisch" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "Vereinfachtes Chinesisch" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "Ein" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "Aus" + +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "Fehler Zugriff verweigert" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "hochladen" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "Lokal abspielen" + +#: ../../lib/ui.lib.php:556 +msgid "Random Play" +msgstr "Zufällig Abspielen" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +msgid "Admin-Catalog" +msgstr "Admin-Katalog" + +#: ../../lib/ui.lib.php:576 +msgid "Admin-User Management" +msgstr "Admin-Benutzer Verwaltung" + +#: ../../lib/ui.lib.php:580 +msgid "Admin-Mail Users" +msgstr "Admin-Mail Benutzer" + +#: ../../lib/ui.lib.php:584 +msgid "Admin-Manage Access Lists" +msgstr "Admin-Bearbeiten Zugriffslisten" + +#: ../../lib/ui.lib.php:588 +msgid "Admin-Site Preferences" +msgstr "Admin-Seiten Einstellungen" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "Admin-Bearbeiten Module" + +#: ../../lib/ui.lib.php:596 +msgid "Browse Music" +msgstr "Durchsuche StĂĽcke" + +#: ../../albums.php:32 +msgid "Album Art Cleared" +msgstr "Album Cover gelöscht" + +#: ../../albums.php:32 +msgid "Album Art information has been removed from the database" +msgstr "Information des Covers wurde aus der Datenbank gelöscht" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "Album Art Not Located" +msgstr "Cover nicht vorhanden" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "" +"Album Art could not be located at this time. This may be due to write access " +"error, or the file is not received corectly." msgstr "" +"Album konnte zur Zeit nicht gefunden werden. Dies kann an einem " +"Schreibzugriffsfehler liegen oder die Daten wurden nicht korrekt empfangen" + +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 +msgid "Album Art Inserted" +msgstr "Album Cover hinzugefĂĽgt" + +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" +msgstr "Starte Aktualisierung von TAGs" + +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" +msgstr "Aktualisierung von den TAGs vollständig" + +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" +msgstr "ZurĂĽck" + +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" +msgstr "" + +#: ../../modules/horde/Browser.php:867 +msgid "file" +msgstr "Datei" + +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." +msgstr "Datei hochladen nicht unterstĂĽtzt." + +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" +msgstr "Keine Datei hochgeladen" + +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." +msgstr "" +"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nicht " +"hochgeladen." + +#: ../../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 "" +"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s ist größer " +"als die maximal erlaubte Größe (%d bytes)." + +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." +msgstr "" +"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nur " +"teilweise hochgeladen." + +#: ../../localplay.php:72 ../../localplay.php:80 +msgid "Song(s) Removed from Playlist" +msgstr "StĂĽck(e) von der Wiedergabeliste gelöscht" + +#: ../../playlist.php:57 +msgid "Playlist Created" +msgstr "Wiedergabeliste erstellt" + +#: ../../playlist.php:57 +msgid " has been created" +msgstr " wurde erstellt" + +#: ../../playlist.php:78 +msgid "Playlist Updated" +msgstr "Wiedergabeliste aktualisiert" + +#: ../../playlist.php:79 +msgid "has been updated and is now" +msgstr "wurde aktualisiert und ist nun" + +#: ../../playlist.php:101 +msgid "Playlist Imported" +msgstr "Wiedergabeliste importiert" + +#: ../../playlist.php:130 +msgid "Empty Playlists Deleted" +msgstr "Leere Wiedergabelisten gelöscht" + +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "Benutzer deaktiviert, bitte Admin kontaktieren" + +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "Kann neues Konto nicht erstellen" + +#: ../../login.php:96 +msgid "No local account found" +msgstr "Keine lokales Konto gefunden" + +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "Fehler: Kein SchlĂĽsselwort eingegeben" + +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "Zeige Interpreten mit folgendem Beginn" + +#: ../../bin/print_tags.inc:66 +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 "" +"[print_tags.php.inc]\n" +"Dieses Kommandozeilen Skript zeigt die TAG Information der gewählten Datei " +"wie sie \n" +"in Ampache erscheinen. \n" +" \n" + +#: ../../bin/print_tags.inc:72 +msgid "Filename:" +msgstr "Dateiname:" + +#~ msgid "album's with art" +#~ msgstr "Alben mit Cover" + +#~ msgid "Album Art Already Found" +#~ msgstr "Album Cover bereits gefunden" + +#~ msgid "Error: Name Identical" +#~ msgstr "Fehler: Name identisch" + +#~ msgid "Show Genres starting with" +#~ msgstr "Zeige Genres beginnend mit" + +#~ msgid "No songs in this playlist." +#~ msgstr "Keine StĂĽcke in dieser Wiedergabeliste" + +#~ msgid "New Playlist" +#~ msgstr "Neue Wiedergabeliste" + +#~ msgid "Show w/o art" +#~ msgstr "Ohne Cover" + +#~ msgid "Show all" +#~ msgstr "Zeige Alle" + +#~ msgid "Add a new user" +#~ msgstr "Neuen Benutzer hinzufĂĽgen" + +#~ msgid "" +#~ "You defined the option \"debug = on\" but didn't define a log path for " +#~ "the log to be stored" +#~ msgstr "" +#~ "Sie haben die Option \"debug = on\" definiert und keinen Pfad fĂĽr die " +#~ "Logdatei angegeben" + +#~ msgid "The Catalog and all associated records has been deleted" +#~ msgstr "Der Katalog und alle damit verbundenen Datensätze wurde gelöscht" + +#~ msgid "Catalog Created and Songs Indexed" +#~ msgstr "Katalog erstellt und StĂĽcke indiziert" + +#~ msgid "Do you really want to clear the statistics for this catalog?" +#~ msgstr "Wollen sie wirklich die Katalogstatistik dieses Kataloges löschen?" + +#~ msgid "Site" +#~ msgstr "Seite" + +#~ msgid "Confirm Delete" +#~ msgstr "Löschen bestätigen" + +#~ msgid "Do you really want to delete this Access Record?" +#~ msgstr "Wollen sie wirklich diesen Zugangs-Eintrag löschen?" + +#~ msgid "Entry Deleted" +#~ msgstr "Eintrag gelöscht" + +#~ msgid "Entry Added" +#~ msgstr "Eintrag hinzugefĂĽgt" + +#~ msgid "Entry Updated" +#~ msgstr "Eintrag aktualisiert" + +#~ msgid "Module Activated" +#~ msgstr "Modul aktiviert" + +#~ msgid "Are you sure you want to remove this module?" +#~ msgstr "Wollen sie wirklich das Modul deaktivieren?" + +#~ msgid "Module Deactivated" +#~ msgstr "Modul deaktiviert" + +#~ msgid "No Playlists Found" +#~ msgstr "Keine Wiedergabelisten gefunden" + +#~ msgid "Controls" +#~ msgstr "Bedienelemente" + +#~ msgid "Users" +#~ msgstr "Benutzer" + +#~ msgid "Mail Users" +#~ msgstr "Mail zu Benutzern" + +#~ msgid "Config" +#~ msgstr "Konfiguration" + +#~ msgid "Access List" +#~ msgstr "Zugriffsliste" + +#~ msgid "Democratic View" +#~ msgstr "Demokratische Ansicht" + +#~ msgid "Rename Artist" +#~ msgstr "Interpret umbenennen" + +#~ msgid "Results Per Page" +#~ msgstr "Anzeigen pro Seite" + +#~ msgid "Module Name" +#~ msgstr "Modul Name" + +#~ msgid "Admin Controls" +#~ msgstr "Admin Bedienelement" + +#~ msgid "Newest Artist Additions" +#~ msgstr "Neuste Interpretenzugänge" + +#~ msgid "Newest Album Additions" +#~ msgstr "Neuste Albenzugänge" + +#~ msgid "Newest Live Stream Additions" +#~ msgstr "Neuester Live Stream" + +#~ msgid "Playlist Actions" +#~ msgstr "Wiedergabelisten-Aktionen" + +#~ msgid "Edit Playlist" +#~ msgstr "Wiedergabeliste editieren" + +#~ msgid "Play This Playlist" +#~ msgstr "Spiele diese Wiedergabeliste" + +#~ msgid "Delete This Playlist" +#~ msgstr "Diese Wiedergabeliste löschen" + +#~ msgid "Import From File" +#~ msgstr "Importiere von Datei" + +#~ msgid "Delete Empty Playlists" +#~ msgstr "Lösche leere Wiedergabelisten" + +#~ msgid "Localplay Init Failed" +#~ msgstr "Lokal abspielen fehlgeschlagen" + +#~ msgid "Show Albums starting with" +#~ msgstr "Zeige Alben beginnend mit" + +#~ msgid "Show Titles Starting With" +#~ msgstr "Zeige Titel mit folgendem Beginn" + +#~ msgid "Lists" +#~ msgstr "Listen" + +#~ msgid "Error: Password Does Not Match or Empty" +#~ msgstr "Fehler: Passwort falsch oder nicht ausgefĂĽllt" + +#~ msgid "Password Updated" +#~ msgstr "Passwort aktualisiert" + +#~ msgid "Playlist Deleted" +#~ msgstr "Wiedergabeliste gelöscht" + +#~ msgid "The Requested Playlist has been deleted" +#~ msgstr "Die gewĂĽnschte Wiedergabeliste wurde gelöscht" + +#~ msgid "Are you sure you want to delete this playlist" +#~ msgstr "Wollen sie wirklich diese Wiedergabeliste löschen?" + +#~ msgid "Confirm Action" +#~ msgstr "Aktion bestätigen" + +#~ msgid "Remote Selected Tracks" +#~ msgstr "Entfernt Ausgewählte StĂĽcke" + +#~ msgid "Error: Unable to write to" +#~ msgstr "Fehler: Kann nicht schreiben in" + +#~ msgid "Error: Upload directory not inside a catalog" +#~ msgstr "Fehler: Upload Verzeichnis liegt nicht innerhalb eines Kataloges" + +#~ msgid "Adding" +#~ msgstr "HinzufĂĽgen" + +#~ msgid "to database" +#~ msgstr "in die Datenbank" + +#~ 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 "" +#~ "\n" +#~ "\t\n" +#~ "************* WARNUNG *************\n" +#~ "Dieses Skript wird hochgeladene Dateien \n" +#~ "verschieben potentiell löschen.\n" +#~ "************* WARNUNG *************\n" +#~ "\n" +#~ "Alle zum hinzufĂĽgen markierten Dateien werden in das Upload-Verzeichnis " +#~ "verschoben. Alle zum löschen \n" +#~ "markierten Dateien werden gelöscht. Dieses Skript muss unter einem " +#~ "Benutzer laufen der ausreichende Rechte \n" +#~ "besitzt die beiden oben genannten Funktionen auszufĂĽhren. \n" +#~ "\n" +#~ "\t\n" + +#~ msgid "Continue? (Y/N):" +#~ msgstr "Weiter? (Y/N)" + +#~ msgid "Error: " +#~ msgstr "Fehler:" + +#~ msgid "You are currently logged in as" +#~ msgstr "Momentan angemeldet als" + +#~ msgid "Song title" +#~ msgstr "Titel" + +#~ msgid "Total" +#~ msgstr "Insgesamt" + +#~ msgid "Rebuild Preferences" +#~ msgstr "Einstellungen neu erstellen" + +#~ msgid "Interface" +#~ msgstr "Grundeinstellungen" + +#~ msgid "Streaming" +#~ msgstr "Datenstrom" + +#~ msgid "Options" +#~ msgstr "Optionen" + +#~ msgid "" +#~ "Use the form below to add a host that you want to have access to your " +#~ "Ampache catalog." +#~ msgstr "" +#~ "Um einem Rechner den Zugang zu Ihrem Katalog zu gewähren, fĂĽllen sie das " +#~ "folgende Formular aus." + +#~ msgid "XML-RPC Options" +#~ msgstr "XML-RPC Optionen" + +#~ msgid "Host Access to Your Catalog" +#~ msgstr "Host Zugriff zu Ihrem Katalog" + +#~ msgid "Revoke" +#~ msgstr "ZurĂĽckziehen" + +#~ msgid "Album Name" +#~ msgstr "Album Name" + +#~ msgid "Album Year" +#~ msgstr "Album Jahr" + +#~ msgid "Tracks" +#~ msgstr "Titel" + +#~ msgid "Edit Access List" +#~ msgstr "Zugriffsliste bearbeiten" + +#~ 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 "" +#~ "Hier testen wir, dass alle erforderlichen Konfigurationsvariablen gesetzt " +#~ "sind, und dass \n" +#~ "wir ihre Konfigurationsdatei lesen können." + +#~ msgid "Ampache.cfg.php Up to Date?" +#~ msgstr "Ampache.cfg konfiguriert?" + +#~ msgid "Ampache.cfg.php is missing the following:" +#~ msgstr "In der Ampache.cfg.php wird folgendes vermisst:" + +#~ msgid "Reset Form" +#~ msgstr "Formular zurĂĽcksetzen" + +#~ msgid "Save Search As Track on" +#~ msgstr "Sichere Suchergebnis in" + +#~ msgid "Save" +#~ msgstr "Speichern" diff --git a/locale/en_GB/LC_MESSAGES/messages.po b/locale/en_GB/LC_MESSAGES/messages.po index 4c21842e..baefb02a 100644 --- a/locale/en_GB/LC_MESSAGES/messages.po +++ b/locale/en_GB/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ampache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: 2005-07-17 21:58-0000\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" @@ -15,793 +15,73 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +#, fuzzy +msgid "Error Captcha Required" +msgstr "Error Username Required" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "" + +#: ../../register.php:131 +#, fuzzy +msgid "You must enter a password" +msgstr "Enter password" + +#: ../../register.php:135 +#, fuzzy +msgid "Your passwords do not match" +msgstr "Error Passwords don't match" + +#: ../../register.php:139 ../../admin/users.php:100 +#, fuzzy +msgid "Error Username already exists" +msgstr "Error Username Required" + +#: ../../register.php:157 +#, fuzzy +msgid "Error: Insert Failed" +msgstr "Error: Insufficient Rights" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "" + +#: ../../update.php:51 +#, fuzzy +msgid "Ampache Update" +msgstr "Ampache Debug" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "Session Expired: please log in again at" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" -msgstr "Error: Unable to open" +#: ../../ratings.php:32 +#, fuzzy +msgid "Rating Updated" +msgstr "Fast Update" -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" -msgstr "Error: Unable to change to directory" - -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "Error: Unable to get filesize for" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "is not readable by ampache" - -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" msgstr "" -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "Starting Catalogue Build" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "Running Remote Sync" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "Found" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -#, fuzzy -msgid "None" -msgstr "No" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "Added Playlist From" - -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "Starting Album Art Search" - -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "Searched" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "Catalogue Finished" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "Total Time" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "Total Songs" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "Songs Per Seconds" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "Updated" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "No Update Needed" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "Starting New Song Search on" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "catalogue" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "Running Remote Update" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "Catalogue Update Finished" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Error" -msgstr "Error" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "Unable to load XMLRPC library, make sure XML-RPC is enabled" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "Error connecting to" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" -msgstr "Code" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "Reason" - -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "Completed updating remote catalogue(s)" - -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "Added" - -#: ../../lib/class/catalog.class.php:1240 -#, fuzzy -msgid "Cleaning the" -msgstr "Updating the" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "Catalogue" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "Checking" - -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "Catalogue Clean Done" - -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "files removed" - -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "Updating the" - -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "songs found checking tag information." - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" +#: ../../radio.php:50 +msgid "Radio Station Added" msgstr "" -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr " FOUND" - -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "Searching for new Album Art" - -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "Album Art Already Found" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "Update Finished." -msgstr "Catalogue Update Finished" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "Checked" -msgstr "Checking" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "songs updated." -msgstr "Playlist updated." - -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "Title" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "updated to" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "Bitrate" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "Rate" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "Mode" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "Time" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "Track" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "Filesize" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "Artist" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "Album" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "Year" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "Comment" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "Genre" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "" - -#: ../../lib/class/flag.class.php:264 -msgid "Approved" -msgstr "" - -#: ../../lib/class/flag.class.php:265 -msgid "Pending" -msgstr "" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "Delete" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -#, fuzzy -msgid "Other" -msgstr "other" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "Unknown" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "Now Playing" - -#: ../../lib/class/localplay.class.php:564 -#, fuzzy -msgid "Stopped" -msgstr "Stop" - -#: ../../lib/class/localplay.class.php:567 -#, fuzzy -msgid "Paused" -msgstr "Pause" - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "Various" - -#: ../../lib/class/genre.class.php:285 -#, fuzzy -msgid "Show Genres starting with" -msgstr "Show artists starting with" - -#: ../../lib/rating.lib.php:43 -#, fuzzy -msgid "Don't Play" -msgstr "Local Play" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "Enable" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "Disable" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "Stream" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "Downsample" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -#, fuzzy -msgid "Localplay" -msgstr "Local Play" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "M3U" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "Simple M3U" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "PLS" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "Asx" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "" - -#: ../../lib/preferences.php:294 -msgid "XSPF" -msgstr "" - -#: ../../lib/preferences.php:326 -#, fuzzy -msgid "Disabled" -msgstr "Disable" - -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "Local" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "No songs in this playlist." - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "All" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "New Playlist" - -#: ../../lib/ui.lib.php:115 -#, fuzzy -msgid "Error Access Denied" -msgstr "User Access Level" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "Browse" - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "Show w/o art" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "Show all" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -#, fuzzy -msgid "No Catalogs Found!" -msgstr "Not Found" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "Add a Catalogue" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "day" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "days" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "hour" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "hours" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "Home" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "Upload" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "Local Play" - -#: ../../lib/ui.lib.php:799 -#, fuzzy -msgid "Random Play" -msgstr "Random" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "Playlist" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "Search" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "Preferences" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -#, fuzzy -msgid "Admin-Catalog" -msgstr "Add Catalogue" - -#: ../../lib/ui.lib.php:819 -msgid "Admin-User Management" -msgstr "" - -#: ../../lib/ui.lib.php:823 -#, fuzzy -msgid "Admin-Mail Users" -msgstr "Mail Users" - -#: ../../lib/ui.lib.php:827 -#, fuzzy -msgid "Admin-Manage Access Lists" -msgstr "Access Lists" - -#: ../../lib/ui.lib.php:831 -#, fuzzy -msgid "Admin-Site Preferences" -msgstr "Admin Preferences" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "" - -#: ../../lib/ui.lib.php:839 -#, fuzzy -msgid "Browse Music" -msgstr "Browse" - -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "Albums" - -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "Artists" - -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -#, fuzzy -msgid "Statistics" -msgstr "Catalogue Statistics" - -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "Manage Users" - -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "Add a new user" - -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "" - -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "English" - -#: ../../lib/general.lib.php:881 -#, fuzzy -msgid "British English" -msgstr "English" - -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "Turkish" - -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" -msgstr "" - -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "On" - -#: ../../lib/general.lib.php:969 -msgid "Off" -msgstr "Off" - -#: ../../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 "" - -#: ../../modules/horde/Browser.php:867 -msgid "file" -msgstr "file" - -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." -msgstr "File uploads not supported." - -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" -msgstr "No file uploaded" - -#: ../../modules/horde/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." -msgstr "There was a problem with the file upload: No %s was uploaded." - -#: ../../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 "" -"There was a problem with the file upload: The %s was larger than the maximum " -"allowed size (%d bytes)." - -#: ../../modules/horde/Browser.php:903 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was only partially uploaded." -msgstr "" -"There was a problem with the file upload: The %s was only partially uploaded." - -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -#, fuzzy -msgid "Catalog Updated" -msgstr "Catalogue Update Finished" - -#: ../../admin/catalog.php:119 -#, fuzzy -msgid "Catalog Deleted" -msgstr "Catalogue Clean Done" - -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "" - -#: ../../admin/catalog.php:128 -#, fuzzy -msgid "Songs Removed" -msgstr "files removed" - -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:134 -#, fuzzy -msgid "Disabled Songs Processed" -msgstr "Show Disabled Songs" - -#: ../../admin/catalog.php:155 -#, fuzzy -msgid "Catalog Cleaned" -msgstr "Catalogue Clean Done" - -#: ../../admin/catalog.php:198 -#, fuzzy -msgid "Catalog Created" -msgstr "Catalogue Name" - -#: ../../admin/catalog.php:199 -#, fuzzy -msgid "Catalog Created and Songs Indexed" -msgstr "Catalogue Clean Done" - -#: ../../admin/catalog.php:212 -#, fuzzy -msgid "Catalog statistics cleared" -msgstr "Catalogue Statistics" - -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "Now Playing Cleared" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "All now playing data has been cleared" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "Do you really want to clear the statistics for this catalogue?" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "Clear Catalogue Stats" - -#: ../../admin/catalog.php:241 -#, fuzzy -msgid "No Disabled songs found" -msgstr "Show Disabled Songs" - -#: ../../admin/catalog.php:249 -#, fuzzy -msgid "Delete Catalog" -msgstr "Update Catalogues" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "Do you really want to delete this catalogue?" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" -msgstr "Album Art Search Finished" - #: ../../admin/flag.php:97 #, fuzzy msgid "Song Updated" @@ -861,154 +141,1000 @@ msgstr "The requested song(s) have been enabled" msgid "Flagged Records" msgstr "Flagged by" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 #, fuzzy -msgid "Site" -msgstr "Size" +msgid "Catalog Updated" +msgstr "Catalogue Update Finished" -#: ../../admin/access.php:42 +#: ../../admin/catalog.php:106 #, fuzzy -msgid "Confirm Delete" -msgstr "Entry Deleted" +msgid "Catalog Deleted" +msgstr "Catalogue Clean Done" -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" -msgstr "Do you really want to delete this Access Record?" +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" +msgstr "" -#: ../../admin/access.php:49 -msgid "Entry Deleted" -msgstr "Entry Deleted" - -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" -msgstr "Your Access List Entry has been removed" - -#: ../../admin/access.php:54 -msgid "Entry Added" -msgstr "Entry Added" - -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" -msgstr "Your new Access List Entry has been created" - -#: ../../admin/access.php:58 +#: ../../admin/catalog.php:115 #, fuzzy -msgid "Entry Updated" -msgstr "Entry Added" +msgid "Songs Removed" +msgstr "files removed" -#: ../../admin/access.php:58 +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" +msgstr "" + +#: ../../admin/catalog.php:121 #, fuzzy -msgid "Access List Entry updated" -msgstr "Your Access List Entry has been removed" +msgid "Disabled Songs Processed" +msgstr "Show Disabled Songs" -#: ../../admin/users.php:65 ../../admin/users.php:112 +#: ../../admin/catalog.php:141 +#, fuzzy +msgid "Catalog Cleaned" +msgstr "Catalogue Clean Done" + +#: ../../admin/catalog.php:191 +#, fuzzy +msgid "Catalog Created" +msgstr "Catalogue Name" + +#: ../../admin/catalog.php:208 +#, fuzzy +msgid "Catalog statistics cleared" +msgstr "Catalogue Statistics" + +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "Now Playing Cleared" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "All now playing data has been cleared" + +#: ../../admin/catalog.php:233 +#, fuzzy +msgid "No Disabled songs found" +msgstr "Show Disabled Songs" + +#: ../../admin/catalog.php:242 +#, fuzzy +msgid "Delete Catalog" +msgstr "Update Catalogues" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "Do you really want to delete this catalogue?" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "Album Art Search Finished" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 msgid "Error Username Required" msgstr "Error Username Required" -#: ../../admin/users.php:68 ../../admin/users.php:108 +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 msgid "Error Passwords don't match" msgstr "Error Passwords don't match" -#: ../../admin/users.php:120 ../../register.php:138 -#, fuzzy -msgid "Error Username already exists" -msgstr "Error Username Required" - -#: ../../admin/users.php:142 -msgid "Deletion Request" +#: ../../admin/users.php:79 +msgid "User Updated" msgstr "" -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" -msgstr "Are you sure you want to permanently delete" +#: ../../admin/users.php:79 +msgid "updated" +msgstr "" -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" -msgstr "No" +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" +msgstr "" -#: ../../admin/users.php:150 +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" +msgstr "User" + +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "Admin" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 +msgid "Error" +msgstr "Error" + +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 msgid "User Deleted" msgstr "User Deleted" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Delete Error" msgstr "Delete Error" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Unable to delete last Admin User" msgstr "Unable to delete last Admin User" -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" -msgstr "Catalogue Statistics" - -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" -msgstr "Total Users" - -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" -msgstr "Connected Users" - -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "Songs" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "Catalogue Size" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "Catalogue Time" - -#: ../../admin/mail.php:252 -#, fuzzy -msgid "E-mail Sent" -msgstr "E-mail" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." +#: ../../admin/users.php:163 +msgid "Deletion Request" msgstr "" -#: ../../admin/modules.php:41 -msgid "Module Activated" -msgstr "" - -#: ../../admin/modules.php:48 -#, fuzzy -msgid "Are you sure you want to remove this module?" +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" msgstr "Are you sure you want to permanently delete" -#: ../../admin/modules.php:56 -msgid "Module Deactivated" +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" msgstr "" -#: ../../admin/modules.php:72 -msgid "Plugin Activated" -msgstr "" - -#: ../../admin/modules.php:79 +#: ../../admin/modules.php:54 ../../admin/modules.php:92 #, fuzzy msgid "Are you sure you want to remove this plugin?" msgstr "Are you sure you want to permanently delete" -#: ../../admin/modules.php:95 +#: ../../admin/modules.php:66 ../../admin/modules.php:111 msgid "Plugin Deactivated" msgstr "" -#: ../../admin/system.php:120 +#: ../../admin/modules.php:85 +msgid "Plugin Activated" +msgstr "" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +#, fuzzy +msgid "Deleted" +msgstr "Delete" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "Your Access List Entry has been removed" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" +msgstr "Added" + +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "Your new Access List Entry has been created" + +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "Updated" + +#: ../../admin/access.php:45 +#, fuzzy +msgid "Access List Entry updated" +msgstr "Your Access List Entry has been removed" + +#: ../../admin/system.php:64 msgid "Export Failed" msgstr "" +#: ../../admin/mail.php:90 +#, fuzzy +msgid "No Catalogs Found!" +msgstr "Not Found" + +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "Add a Catalogue" + +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "Catalogue Statistics" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "day" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "days" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "hour" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "hours" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "Total Users" + +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "Connected Users" + +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "Albums" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "Artists" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "Songs" + +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "Catalogue Size" + +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "Catalogue Time" + +#: ../../admin/mail.php:260 +#, fuzzy +msgid "E-mail Sent" +msgstr "E-mail" + +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "" + +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" + +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" + +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" + +#: ../../flag.php:45 +#, fuzzy +msgid "Item Flagged" +msgstr "Flagged by" + +#: ../../flag.php:45 +msgid "The specified item has been flagged" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +#, fuzzy +msgid "Catalogs" +msgstr "Catalogue" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "Name" + +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "Action" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "Add" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +#, fuzzy +msgid "Clean" +msgstr "clear" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "All" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "Delete" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:68 +#, fuzzy +msgid "No Catalogs Found" +msgstr "Not Found" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +#, fuzzy +msgid "Clean All" +msgstr "Clean All Catalogues" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +#, fuzzy +msgid "Verify All" +msgstr "View All" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +#, fuzzy +msgid "Add to All" +msgstr "Add to" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +#, fuzzy +msgid "Update All" +msgstr "Updated" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "Clear Catalogue Stats" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "Gather Album Art" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "Show Duplicate Songs" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "Clear Now Playing" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +#, fuzzy +msgid "Generate New Config" +msgstr "Write Configuration" + +#: ../../templates/show_admin_tools.inc.php:93 +#, fuzzy +msgid "Preferences Permissions" +msgstr "Preferences" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +#, fuzzy +msgid "Check for New Version" +msgstr "Check for Configuration" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "Select" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +#, fuzzy +msgid "Object" +msgstr "Subject" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "Flag" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "Comment" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +#, fuzzy +msgid "Status" +msgstr "Stats" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +#, fuzzy +msgid "No Records Found" +msgstr "No Results Found" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "Reject" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +#, fuzzy +msgid "Update" +msgstr "Updated" + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +#, fuzzy +msgid "Show All" +msgstr "Show all" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "Ampache Installation" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +#, fuzzy +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 "" +"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" + +#: ../../templates/show_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" +"A MySQL Server with a username and password that can create/modify databases" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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 "" +"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" + +#: ../../templates/show_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "Step 1 - Creating and Inserting the Ampache Database" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "Step 2 - Creating the ampache.cfg.php file" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "Step 3 - Setup Initial Account" + +#: ../../templates/show_install_account.inc.php:52 +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 "" +"This step creates your initial Ampache admin account. Once your admin " +"account has been created you will be directed to the login page" + +#: ../../templates/show_install_account.inc.php:56 +#, fuzzy +msgid "Create Admin Account" +msgstr "Create Account" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "Username" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "Password" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "Create Account" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "Path" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +#, fuzzy +msgid "Actions" +msgstr "Action" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "Title" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "Artist" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "Album" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "Genre" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "Bitrate" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "Filename" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +#, fuzzy +msgid "Song Title" +msgstr "Song title" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "Playlist" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "Unknown" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "Full Name" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "Last Seen" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +msgid "Recently Played" +msgstr "" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "Track" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "Time" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "" + +#: ../../templates/show_big_art.inc.php:29 +#, fuzzy +msgid "Album Art" +msgstr "Find Album Art" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "Download" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "Edit" + #: ../../templates/show_flag.inc.php:41 msgid "Flag Song" msgstr "Flag Song" @@ -1032,530 +1158,773 @@ msgstr "Reason to flag" msgid "Incorrect Tags" msgstr "" -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" -msgstr "Flag" +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" +msgstr "" -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" -msgstr "Ampache Installation" - -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 #, fuzzy -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 "" -"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" +msgid "Other" +msgstr "other" -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "" -"A MySQL Server with a username and password that can create/modify databases" +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" msgstr "" -"A MySQL Server with a username and password that can create/modify databases" -#: ../../templates/show_install_account.inc.php:47 +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" +msgstr "Found" + +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" +msgstr "" + +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 msgid "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" +"ampache.cfg.php.dist file" msgstr "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" +"ampache.cfg.php.dist file" -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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 "" -"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" - -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" -msgstr "Step 1 - Creating and Inserting the Ampache Database" - -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" -msgstr "Step 2 - Creating the ampache.cfg.php file" - -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" -msgstr "Step 3 - Setup Initial Account" - -#: ../../templates/show_install_account.inc.php:57 -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 "" -"This step creates your initial Ampache admin account. Once your admin " -"account has been created you will be directed to the login page" - -#: ../../templates/show_install_account.inc.php:60 -#, fuzzy -msgid "Create Admin Account" -msgstr "Create Account" - -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "Username" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "Password" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "Create Account" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "Playlists" - -#: ../../templates/show_playlists.inc.php:33 -#, fuzzy -msgid "Playlist Name" -msgstr "Playlist Type" - -#: ../../templates/show_playlists.inc.php:34 -#, fuzzy -msgid "# Songs" -msgstr "Songs" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" msgstr "" -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" +msgstr "" + +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" +msgstr "Play Album" + +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" +msgstr "Volume" + +#: ../../templates/show_localplay_status.inc.php:55 #, fuzzy -msgid "Actions" -msgstr "Action" +msgid "Repeat" +msgstr "Reject" -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "View" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "Edit" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "Play" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 msgid "Random" msgstr "Random" -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" -msgstr "Download" +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" +msgstr "" -#: ../../templates/show_playlists.inc.php:75 +#: ../../templates/show_disabled_songs.inc.php:65 #, fuzzy -msgid "No Playlists Found" -msgstr "No Results Found" +msgid "Remove" +msgstr "Remote" -#: ../../templates/show_duplicates.inc.php:25 -msgid "Find Duplicates" -msgstr "Find Duplicates" - -#: ../../templates/show_duplicates.inc.php:29 -msgid "Search Type" -msgstr "Search Type" - -#: ../../templates/show_duplicates.inc.php:36 -msgid "Artist and Title" -msgstr "Artist and Title" - -#: ../../templates/show_duplicates.inc.php:37 -msgid "Artist, Album and Title" -msgstr "Artist, Album and Title" - -#: ../../templates/show_duplicates.inc.php:44 -msgid "Select Best Guess" +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" msgstr "" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" -msgstr "Yes" +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "Add Entry" -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "Start Address" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "End Address" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "Level" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" msgstr "" -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "Type" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "Fullname" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +#, fuzzy +msgid "Registration Date" +msgstr "Register User" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +#, fuzzy +msgid "Last Ip" +msgstr "Last Seen" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "On-line" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +#, fuzzy +msgid "Base Playlist" +msgstr "New Playlist" + +#: ../../templates/show_manage_democratic.inc.php:58 +#, fuzzy +msgid "Create New Playlist" +msgstr "Create a new playlist" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +#, fuzzy +msgid "Rating" +msgstr "Editing" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "Song" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "Step 2 - Creating the Ampache.cfg.php file" + +#: ../../templates/show_install_config.inc.php:51 +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 "" +"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 configuration file. Please put the downloaded configuration " +"file in /config" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "Web Path" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "Desired Database Name" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "MySQL Hostname" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "MySQL Username" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "MySQL Password" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "Write Configuration" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "Ampache.cfg.php Exists" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "Ampache.cfg.php Configured?" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "Check for Configuration" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "Editing existing User" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "E-mail" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "Confirm Password" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "User Access Level" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "Update User" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "Various" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "Search" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +#, fuzzy +msgid "Create" +msgstr "Bitrate" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "Continue" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "Cancel" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "Home" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "Browse" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +#, fuzzy +msgid "Localplay" +msgstr "Local Play" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "Preferences" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "Logout" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "Updating the" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "Catalogue" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "songs found checking tag information." + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 #, fuzzy msgid "Current Playlist" msgstr "New Playlist" -#: ../../templates/show_playlist_edit.inc.php:27 -#, fuzzy -msgid "Editing Playlist" -msgstr "Edit Playlist" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "Name" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "Type" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "Public" - -#: ../../templates/show_playlist_edit.inc.php:40 -#, fuzzy -msgid "Private" -msgstr "Your Private" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -#, fuzzy -msgid "Update" -msgstr "Updated" - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "Users" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "Mail Users" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -#, fuzzy -msgid "Config" -msgstr "Write Configuration" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -#, fuzzy -msgid "Access List" -msgstr "Access Lists" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -#, fuzzy -msgid "Song Title" -msgstr "Song title" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "Admin" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" msgstr "" -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" msgstr "" -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" msgstr "" -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "Play" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "Next" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +msgid "Description" msgstr "" -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "Logout" - -#: ../../templates/show_admin_tools.inc.php:27 +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 #, fuzzy -msgid "Catalogs" -msgstr "Catalogue" +msgid "Version" +msgstr "PHP Version" -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "Action" +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "Disable" -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "Add" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +msgid "Activate" msgstr "" -#: ../../templates/show_admin_tools.inc.php:46 -#, fuzzy -msgid "Clean" -msgstr "clear" +#: ../../templates/show_install.inc.php:54 +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 "" +"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" -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" +#: ../../templates/show_install.inc.php:61 +msgid "Insert Ampache Database" msgstr "" -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "MySQL Administrative Username" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "MySQL Administrative Password" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" msgstr "" -#: ../../templates/show_admin_tools.inc.php:65 +#: ../../templates/show_install.inc.php:85 #, fuzzy -msgid "No Catalogs Found" -msgstr "Not Found" +msgid "Ampache Database Username" +msgstr "Desired Database Name" -#: ../../templates/show_admin_tools.inc.php:71 -#, fuzzy -msgid "Clean All" -msgstr "Clean All Catalogues" - -#: ../../templates/show_admin_tools.inc.php:72 -#, fuzzy -msgid "Verify All" -msgstr "View All" - -#: ../../templates/show_admin_tools.inc.php:73 -#, fuzzy -msgid "Add to All" -msgstr "Add to" - -#: ../../templates/show_admin_tools.inc.php:74 -#, fuzzy -msgid "Update All" -msgstr "Updated" - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "Gather Album Art" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" msgstr "" -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "Show Duplicate Songs" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "Clear Now Playing" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -#, fuzzy -msgid "Generate New Config" -msgstr "Write Configuration" - -#: ../../templates/show_admin_tools.inc.php:86 -#, fuzzy -msgid "Preferences Permissions" -msgstr "Preferences" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" msgstr "" -#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "Insert Database" + +#: ../../templates/show_similar_artists.inc.php:23 #, fuzzy -msgid "Check for New Version" -msgstr "Check for Configuration" - -#: ../../templates/show_artist_box.inc.php:23 -msgid "Albums by" -msgstr "Albums by" - -#: ../../templates/show_artist_box.inc.php:33 -msgid "Show All Songs By" -msgstr "Show All Songs By" - -#: ../../templates/show_artist_box.inc.php:34 -msgid "Play All Songs By" -msgstr "Play All Songs By" - -#: ../../templates/show_artist_box.inc.php:35 -msgid "Play Random Songs By" -msgstr "Play Random Songs By" - -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 -msgid "Update from tags" -msgstr "Update from tags" - -#: ../../templates/show_artist_box.inc.php:38 -#, fuzzy -msgid "Rename Artist" -msgstr "Artist" - -#: ../../templates/show_artist_box.inc.php:39 -#, fuzzy -msgid "Find duplicate artists" -msgstr "Find Duplicates" - -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" -msgstr "E-mail" - -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" -msgstr "" - -#: ../../templates/show_user.inc.php:42 -#, fuzzy -msgid "New Password" -msgstr "Password" - -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" -msgstr "Confirm Password" - -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" -msgstr "Clear Stats" - -#: ../../templates/show_user.inc.php:65 -#, fuzzy -msgid "Update Account" -msgstr "Create Account" - -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" -msgstr "" - -#: ../../templates/show_user_stats.inc.php:29 -#, fuzzy -msgid "Favorite Artists" +msgid "Similar Artists" msgstr "Artists" -#: ../../templates/show_user_stats.inc.php:40 +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:66 #, fuzzy -msgid "Favorite Albums" -msgstr "Full Albums" +msgid "Back" +msgstr "Track" -#: ../../templates/show_user_stats.inc.php:51 +#: ../../templates/show_similar_artists.inc.php:77 #, fuzzy -msgid "Favorite Songs" -msgstr "Total Songs" +msgid "Rename selected" +msgstr "Remove Selected Tracks" -#: ../../templates/show_tv_playlist.inc.php:31 +#: ../../templates/show_similar_artists.inc.php:91 +msgid "Advanced Options" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:152 #, fuzzy -msgid "Playing from base Playlist" -msgstr "Play Full Playlist" +msgid "Search Again" +msgstr "Search Ampache" -#: ../../templates/show_tv_playlist.inc.php:44 +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "Create a new playlist" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 #, fuzzy -msgid "Votes" -msgstr "other" +msgid "Rename" +msgstr "Username" -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "Song" +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "" -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:37 +#, fuzzy +msgid "Update id3 tags" +msgstr "Update from tags" + +#: ../../templates/show_playlist.inc.php:30 +#, fuzzy +msgid "Normalize Tracks" +msgstr "Total Tracks" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +msgid "Play Random" +msgstr "Play Random" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "Cover" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "Year" + +#: ../../templates/show_preference_admin.inc.php:22 +#, fuzzy +msgid "Preference Administration" +msgstr "Preferences" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 msgid "Preference" msgstr "Preference" -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "Value" +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "" -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "Apply to All" +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "minutes ago" +msgstr "" -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "hours ago" +msgstr "hours" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "days ago" +msgstr "days" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "years ago" +msgstr "year" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "Search Ampache" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "" + +#: ../../templates/show_search.inc.php:72 +#, fuzzy +msgid "Played" +msgstr "Play" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "Yes" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "No" + +#: ../../templates/show_search.inc.php:80 +#, fuzzy +msgid "Min Bitrate" +msgstr "Bitrate" + +#: ../../templates/show_search.inc.php:95 +msgid "One Star" +msgstr "" + +#: ../../templates/show_search.inc.php:96 +#, fuzzy +msgid "Two Stars" +msgstr "Total Users" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "" + +#: ../../templates/show_search.inc.php:111 +#, fuzzy +msgid "Method" +msgstr "Mode" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "" + +#: ../../templates/show_search.inc.php:118 +msgid "Maximum Results" +msgstr "" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +#, fuzzy +msgid "ACL Type" +msgstr "Type" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +#, fuzzy +msgid "Stream Access" +msgstr "Stream" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "Start IP Address" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "End IP Address" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +#, fuzzy +msgid "Remote Key" +msgstr "Remote" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "View" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +#, fuzzy +msgid "Read" +msgstr "Reason" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" msgstr "" #: ../../templates/show_user_registration.inc.php:54 @@ -1577,11 +1946,6 @@ msgstr "Accept" msgid "User Information" msgstr "" -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "Full Name" - #: ../../templates/show_user_registration.inc.php:155 msgid "Clear Info" msgstr "" @@ -1590,346 +1954,48 @@ msgstr "" msgid "Register User" msgstr "Register User" -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "Login" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "Remember Me" + +#: ../../templates/show_login_form.inc.php:78 +#, fuzzy +msgid "Register" +msgstr "Register User" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" msgstr "" -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" -msgstr "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" - -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" msgstr "" -#: ../../templates/show_modules.inc.php:38 -#, fuzzy -msgid "Localplay Modules" -msgstr "Local Play Control" - -#: ../../templates/show_modules.inc.php:41 -#, fuzzy -msgid "Module Name" -msgstr "Full Name" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -msgid "Activate" -msgstr "" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -msgid "Deactivate" -msgstr "" - -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -#, fuzzy -msgid "No Records Found" -msgstr "No Results Found" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "" - -#: ../../templates/show_modules.inc.php:73 -msgid "Description" -msgstr "" - -#: ../../templates/show_modules.inc.php:74 -#, fuzzy -msgid "Version" -msgstr "PHP Version" - -#: ../../templates/show_edit_song.inc.php:23 -#, fuzzy -msgid "Edit Song" -msgstr "Editing" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:89 -#, fuzzy -msgid "Update Song" -msgstr "Update Catalogues" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "Importing a Playlist from a File" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "Filename" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "Playlist Type" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" -msgstr "Import Playlist" - -#: ../../templates/show_genre.inc.php:29 -#, fuzzy -msgid "Viewing" -msgstr "View" - -#: ../../templates/show_mail_users.inc.php:25 -#, fuzzy -msgid "Send E-mail to Users" -msgstr "Mail Users" - -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" -msgstr "Mail to" - -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" -msgstr "Most Popular Albums" - -#: ../../templates/show_mail_users.inc.php:52 -#, fuzzy -msgid "Latest Artist Additions" -msgstr "Newest Artist Additions" - -#: ../../templates/show_mail_users.inc.php:56 #: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 msgid "Most Popular Artists" msgstr "Most Popular Artists" -#: ../../templates/show_mail_users.inc.php:63 -#, fuzzy -msgid "Latest Album Additions" -msgstr "Newest Album Additions" +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "Most Popular Albums" -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" -msgstr "Most Popular Songs" - -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -#, fuzzy -msgid "Disabled Songs" -msgstr "Show Disabled Songs" - -#: ../../templates/show_mail_users.inc.php:85 -#, fuzzy -msgid "Most Popular Threshold in days" -msgstr "Most Popular Songs" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "Subject" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "Message" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "Send Mail" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" -msgstr "" - -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 -#, fuzzy -msgid "Show All" -msgstr "Show all" - -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:22 -msgid "Admin Controls" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -#, fuzzy -msgid "Base Playlist" -msgstr "New Playlist" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -#, fuzzy -msgid "Clear Playlist" -msgstr "New Playlist" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "Continue" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "Cancel" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "Select" - -#: ../../templates/show_flagged.inc.php:28 -#, fuzzy -msgid "Object" -msgstr "Subject" - -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "User" - -#: ../../templates/show_flagged.inc.php:31 -#, fuzzy -msgid "Status" -msgstr "Stats" - -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "Reject" - -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -#, fuzzy -msgid "Rename" -msgstr "Username" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:37 -#, fuzzy -msgid "Update id3 tags" -msgstr "Update from tags" - -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "Newest Artist Additions" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "Newest Album Additions" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" -msgstr "" - -#: ../../templates/show_get_albumart.inc.php:23 -msgid "Customize Search" -msgstr "" - -#: ../../templates/show_get_albumart.inc.php:46 -msgid "Direct URL to Image" -msgstr "" - -#: ../../templates/show_get_albumart.inc.php:54 -#, fuzzy -msgid "Local Image" -msgstr "Local Play" - -#: ../../templates/show_get_albumart.inc.php:66 -msgid "Get Art" -msgstr "Get Art" - -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" -msgstr "Playlist Actions" - -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" -msgstr "Edit Playlist" - -#: ../../templates/show_playlist_box.inc.php:35 -#, fuzzy -msgid "Normalize Tracks" -msgstr "Total Tracks" - -#: ../../templates/show_playlist_box.inc.php:36 -#, fuzzy -msgid "Play This Playlist" -msgstr "Play Full Playlist" - -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" -msgstr "Play Random" - -#: ../../templates/show_playlist_box.inc.php:38 -#, fuzzy -msgid "Delete This Playlist" -msgstr "Server Playlist" - -#: ../../templates/show_playlist_box.inc.php:40 -#, fuzzy -msgid "Import From File" -msgstr "Importing a Playlist from a File" - -#: ../../templates/show_playlist_box.inc.php:41 -#, fuzzy -msgid "Create New Playlist" -msgstr "Create a new playlist" - -#: ../../templates/show_playlist_box.inc.php:43 -#, fuzzy -msgid "Delete Empty Playlists" -msgstr "Import Playlist" - -#: ../../templates/show_all_popular.inc.php:32 +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 #, fuzzy msgid "Most Popular Genres" msgstr "Most Popular Songs" +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "Most Popular Songs" + #: ../../templates/show_all_popular.inc.php:41 msgid "Most Popular Live Streams" msgstr "" @@ -1938,6 +2004,473 @@ msgstr "" msgid "Most Popular Tags" msgstr "" +#: ../../templates/show_edit_song.inc.php:23 +#, fuzzy +msgid "Edit Song" +msgstr "Editing" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:88 +#, fuzzy +msgid "Update Song" +msgstr "Update Catalogues" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +msgid "Genres" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:24 +#, fuzzy +msgid "Send E-mail to Users" +msgstr "Mail Users" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "Mail to" + +#: ../../templates/show_mail_users.inc.php:54 +#, fuzzy +msgid "Latest Artist Additions" +msgstr "Newest Artist Additions" + +#: ../../templates/show_mail_users.inc.php:65 +#, fuzzy +msgid "Latest Album Additions" +msgstr "Newest Album Additions" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +#, fuzzy +msgid "Disabled Songs" +msgstr "Show Disabled Songs" + +#: ../../templates/show_mail_users.inc.php:87 +#, fuzzy +msgid "Most Popular Threshold in days" +msgstr "Most Popular Songs" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "Subject" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "Message" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "Send Mail" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "Adding a New User" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "Add User" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "Add Access for a Host" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +#, fuzzy +msgid "Create ACL" +msgstr "Create Account" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "Value" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "Apply to All" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:26 +#, fuzzy +msgid "Editing Playlist" +msgstr "Edit Playlist" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "Public" + +#: ../../templates/show_playlist_edit.inc.php:40 +#, fuzzy +msgid "Private" +msgstr "Your Private" + +#: ../../templates/show_duplicates.inc.php:25 +msgid "Find Duplicates" +msgstr "Find Duplicates" + +#: ../../templates/show_duplicates.inc.php:29 +msgid "Search Type" +msgstr "Search Type" + +#: ../../templates/show_duplicates.inc.php:36 +msgid "Artist and Title" +msgstr "Artist and Title" + +#: ../../templates/show_duplicates.inc.php:37 +msgid "Artist, Album and Title" +msgstr "Artist, Album and Title" + +#: ../../templates/show_duplicates.inc.php:44 +msgid "Select Best Guess" +msgstr "" + +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" +msgstr "Starting Album Art Search" + +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" +msgstr "Searched" + +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 +#, fuzzy +msgid "None" +msgstr "No" + +#: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 +msgid "Albums by" +msgstr "Albums by" + +#: ../../templates/show_artist_box.inc.php:34 +msgid "Show All Songs By" +msgstr "Show All Songs By" + +#: ../../templates/show_artist_box.inc.php:35 +msgid "Play All Songs By" +msgstr "Play All Songs By" + +#: ../../templates/show_artist_box.inc.php:36 +msgid "Play Random Songs By" +msgstr "Play Random Songs By" + +#: ../../templates/show_artist_box.inc.php:38 +#: ../../templates/show_album.inc.php:52 +msgid "Update from tags" +msgstr "Update from tags" + +#: ../../templates/show_artist_box.inc.php:39 +#, fuzzy +msgid "Find duplicate artists" +msgstr "Find Duplicates" + +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" +msgstr "" + +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" +msgstr "Play Random Selection" + +#: ../../templates/show_random.inc.php:26 +msgid "Item count" +msgstr "Item count" + +#: ../../templates/show_random.inc.php:41 +msgid "From genre" +msgstr "From genre" + +#: ../../templates/show_random.inc.php:50 +msgid "Standard" +msgstr "" + +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" +msgstr "" + +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" +msgstr "Full Albums" + +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" +msgstr "Full Artist" + +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" +msgstr "" + +#: ../../templates/show_random.inc.php:59 +#, fuzzy +msgid "From catalog" +msgstr "from catalogue" + +#: ../../templates/show_random.inc.php:65 +#, fuzzy +msgid "Size Limit" +msgstr "View Limit" + +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" +msgstr "" + +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" +msgstr "Now Playing" + +#: ../../templates/show_genre.inc.php:29 +#, fuzzy +msgid "Viewing" +msgstr "View" + +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" +msgstr "" + +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" +msgstr "Account" + +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" +msgstr "" + +#: ../../templates/sidebar_preferences.inc.php:32 +#, fuzzy +msgid "Modules" +msgstr "Mode" + +#: ../../templates/sidebar_preferences.inc.php:34 +#, fuzzy +msgid "Localplay Modules" +msgstr "Local Play Control" + +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" +msgstr "" + +#: ../../templates/show_get_albumart.inc.php:23 +msgid "Customize Search" +msgstr "" + +#: ../../templates/show_get_albumart.inc.php:44 +msgid "Direct URL to Image" +msgstr "" + +#: ../../templates/show_get_albumart.inc.php:52 +#, fuzzy +msgid "Local Image" +msgstr "Local Play" + +#: ../../templates/show_get_albumart.inc.php:63 +msgid "Get Art" +msgstr "Get Art" + +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" +msgstr "Ampache Debug" + +#: ../../templates/show_edit_catalog.inc.php:22 +#, fuzzy +msgid "Settings for" +msgstr "Settings for catalogue in" + +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" +msgstr "Auto-inserted Fields" + +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" +msgstr "album name" + +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" +msgstr "artist name" + +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" +msgstr "id3 comment" + +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" +msgstr "genre" + +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" +msgstr "track number (padded with leading 0)" + +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" +msgstr "song title" + +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" +msgstr "year" + +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" +msgstr "other" + +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "Catalogue Type" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "Filename pattern" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "Folder Pattern" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "(no leading or ending '/')" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "Save Catalogue Settings" + +#: ../../templates/show_democratic_playlist.inc.php:38 +#, fuzzy +msgid "Playing from base Playlist" +msgstr "Play Full Playlist" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +#, fuzzy +msgid "Votes" +msgstr "other" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 +#, fuzzy +msgid "Edit Artist" +msgstr "Artist" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +#, fuzzy +msgid "Edit Album" +msgstr "Album" + +#: ../../templates/show_edit_album.inc.php:47 +#, fuzzy +msgid "Update Album" +msgstr "Gather Album Art" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "" + +#: ../../templates/show_plugins.inc.php:46 +msgid "Deactivate" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "Stream" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" +msgstr "" + #: ../../templates/show_play_selected.inc.php:28 msgid "Play Selected" msgstr "Play Selected" @@ -1959,177 +2492,6 @@ msgstr "Remove Selected Tracks" msgid "Add to" msgstr "Add to" -#: ../../templates/show_edit_catalog.inc.php:22 -#, fuzzy -msgid "Settings for" -msgstr "Settings for catalogue in" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "Auto-inserted Fields" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "album name" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "artist name" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr "id3 comment" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "genre" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "track number (padded with leading 0)" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "song title" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "year" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "other" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "Catalogue Type" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "Filename pattern" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "Folder Pattern" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "(no leading or ending '/')" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "Save Catalogue Settings" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "Volume" - -#: ../../templates/show_localplay_status.inc.php:56 -#, fuzzy -msgid "Repeat" -msgstr "Reject" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "Create a new playlist" - -#: ../../templates/show_add_playlist.inc.php:42 -#, fuzzy -msgid "Create" -msgstr "Bitrate" - -#: ../../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 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)" - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "Catalogue Name" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "Path" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "Remote" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "Filename Pattern" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "Build Playlists from m3u Files" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -msgstr "Add Catalogue" - -#: ../../templates/show_edit_user.inc.php:25 -msgid "Adding a New User" -msgstr "Adding a New User" - -#: ../../templates/show_edit_user.inc.php:29 -msgid "Editing existing User" -msgstr "Editing existing User" - -#: ../../templates/show_edit_user.inc.php:80 -msgid "User Access Level" -msgstr "User Access Level" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "Add User" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "Update User" - -#: ../../templates/show_list_duplicates.inc.php:26 -#, fuzzy -msgid "Duplicate Songs" -msgstr "Show Duplicate Songs" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "Size" - -#: ../../templates/show_list_duplicates.inc.php:75 -#, fuzzy -msgid "Disable Songs" -msgstr "Show Disabled Songs" - #: ../../templates/show_ip_history.inc.php:23 msgid "IP History" msgstr "" @@ -2138,16 +2500,61 @@ msgstr "" msgid "Show Unique" msgstr "" -#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 msgid "Date" msgstr "Date" -#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 #, fuzzy msgid "IP Address" msgstr "End IP Address" +#: ../../templates/show_add_catalog.inc.php:27 +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 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)" + +#: ../../templates/show_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "Catalogue Name" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "Local" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "Remote" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "Filename Pattern" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "Build Playlists from m3u Files" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "Add Catalogue" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +#, fuzzy +msgid "Clear Playlist" +msgstr "New Playlist" + #: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 msgid "Recommendations" msgstr "" @@ -2163,770 +2570,127 @@ msgstr "" msgid "Recommended Songs" msgstr "" -#: ../../templates/show_preference_admin.inc.php:22 -#, fuzzy -msgid "Preference Administration" -msgstr "Preferences" +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" +msgstr "Importing a Playlist from a File" -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" -msgstr "Level" +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" +msgstr "Playlist Type" -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" -msgstr "" - -#: ../../templates/show_edit_album.inc.php:23 -#, fuzzy -msgid "Edit Album" -msgstr "Album" - -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -#, fuzzy -msgid "Update Album" -msgstr "Gather Album Art" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "minutes ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "hours ago" -msgstr "hours" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "days ago" -msgstr "days" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "years ago" -msgstr "year" - -#: ../../templates/show_recently_played.inc.php:26 -msgid "Recently Played" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" -msgstr "" - -#: ../../templates/show_edit_artist.inc.php:23 -#, fuzzy -msgid "Edit Artist" -msgstr "Artist" - -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" -msgstr "" - -#: ../../localplay.php:50 ../../localplay.php:58 -#, fuzzy -msgid "Song(s) Removed from Playlist" -msgstr "Server Playlist" - -#: ../../localplay.php:77 -#, fuzzy -msgid "Localplay Init Failed" -msgstr "Local Play Control" - -#: ../../browse.php:48 ../../albums.php:213 -#, fuzzy -msgid "Show Albums starting with" -msgstr "Show only albums starting with" - -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -#, fuzzy -msgid "Show Artists starting with" -msgstr "Show artists starting with" - -#: ../../browse.php:124 -#, fuzzy -msgid "Show Titles Starting With" -msgstr "Show artists starting with" - -#: ../../search.php:47 -msgid "Error: No Keyword Entered" -msgstr "" - -#: ../../ampache/templates/sidebar.inc.php:38 -#, fuzzy -msgid "Lists" -msgstr "Artists" - -#: ../../ratings.php:33 -#, fuzzy -msgid "Rating Updated" -msgstr "Fast Update" - -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" -msgstr "" - -#: ../../login.php:80 -msgid "User Disabled please contact Admin" -msgstr "" - -#: ../../login.php:94 -msgid "Unable to create new account" -msgstr "" - -#: ../../login.php:103 -msgid "No local account found" -msgstr "" - -#: ../../login.php:176 -msgid "Message of the Day" -msgstr "" - -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" -msgstr "Error: Password Does Not Match or Empty" - -#: ../../preferences.php:61 -#, fuzzy -msgid "Password Updated" -msgstr "Password" - -#: ../../update.php:73 -#, fuzzy -msgid "Ampache Update" -msgstr "Ampache Debug" - -#: ../../tv.php:62 -#, fuzzy -msgid "Playlist Cleared" -msgstr "Now Playing Cleared" - -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" -msgstr "Starting Update from Tags" - -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" -msgstr "Update From Tags Complete" - -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" -msgstr "Return" - -#: ../../activate.php:43 -msgid "No user with this name registered" -msgstr "" - -#: ../../activate.php:47 -msgid "The validation key used isn't correct." -msgstr "" - -#: ../../activate.php:52 -#, fuzzy -msgid "User activated" -msgstr "User Deleted" - -#: ../../activate.php:52 -msgid "This User ID is activated and can be used" -msgstr "" - -#: ../../playlist.php:46 -#, fuzzy -msgid "Playlist Deleted" -msgstr "Play Selected" - -#: ../../playlist.php:46 -#, fuzzy -msgid "The Requested Playlist has been deleted" -msgstr "The requested song(s) have been enabled" - -#: ../../playlist.php:56 -#, fuzzy -msgid "Are you sure you want to delete this playlist" -msgstr "Are you sure you want to permanently delete" - -#: ../../playlist.php:57 -#, fuzzy -msgid "Confirm Action" -msgstr "Confirm Password" - -#: ../../playlist.php:117 -#, fuzzy -msgid "Playlist Created" -msgstr "Playlist updated." - -#: ../../playlist.php:117 -msgid " has been created" -msgstr "" - -#: ../../playlist.php:126 -#, fuzzy -msgid "Remote Selected Tracks" -msgstr "Remove Selected Tracks" - -#: ../../playlist.php:145 -#, fuzzy -msgid "Playlist Updated" -msgstr "Playlist updated." - -#: ../../playlist.php:146 -msgid "has been updated and is now" -msgstr "" - -#: ../../playlist.php:166 -#, fuzzy -msgid "Playlist Imported" -msgstr "Playlist updated." - -#: ../../playlist.php:195 -#, fuzzy -msgid "Empty Playlists Deleted" +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" msgstr "Import Playlist" -#: ../../flag.php:46 -#, fuzzy -msgid "Item Flagged" -msgstr "Flagged by" - -#: ../../flag.php:46 -msgid "The specified item has been flagged" +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" msgstr "" -#: ../../albums.php:48 -msgid "Album Art Cleared" -msgstr "Album Art Cleared" - -#: ../../albums.php:48 -#, fuzzy -msgid "Album Art information has been removed from the database" -msgstr "Album Art information has been removed from the database" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "Album Art Not Located" -msgstr "Album Art Not Located" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -#, fuzzy -msgid "" -"Album Art could not be located at this time. This may be due to write access " -"error, or the file is not received corectly." -msgstr "" -"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." - -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 -#, fuzzy -msgid "Album Art Inserted" -msgstr "Album Art Cleared" - -#: ../../register.php:81 -#, fuzzy -msgid "Error Captcha Required" -msgstr "Error Username Required" - -#: ../../register.php:88 -msgid "Error Captcha Failed" +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" msgstr "" -#: ../../register.php:95 -msgid "You must accept the user agreement" -msgstr "" - -#: ../../register.php:100 -msgid "You did not enter a username" -msgstr "" - -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" -msgstr "" - -#: ../../register.php:130 +#: ../../templates/show_user_stats.inc.php:30 #, fuzzy -msgid "You must enter a password" -msgstr "Enter password" +msgid "Favorite Artists" +msgstr "Artists" -#: ../../register.php:134 +#: ../../templates/show_user_stats.inc.php:43 #, fuzzy -msgid "Your passwords do not match" -msgstr "Error Passwords don't match" - -#: ../../register.php:152 -#, fuzzy -msgid "Error: Insert Failed" -msgstr "Error: Insufficient Rights" - -#: ../../register.php:169 -msgid "Registration Complete" -msgstr "" - -#: ../../bin/print_tags.php.inc:64 -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 "" - -#: ../../bin/print_tags.php.inc:70 -#, fuzzy -msgid "Filename:" -msgstr "Filename" - -#: ../../bin/quarantine_migration.php.inc:61 -#, fuzzy -msgid "Error: Unable to write to" -msgstr "Error: Unable to open" - -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -#, fuzzy -msgid "Adding" -msgstr "Admin" - -#: ../../bin/quarantine_migration.php.inc:107 -#, fuzzy -msgid "to database" -msgstr "Insert Database" - -#: ../../bin/quarantine_migration.php.inc:124 -#, fuzzy -msgid "Deleted" -msgstr "Delete" - -#: ../../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 "" - -#: ../../bin/quarantine_migration.php.inc:153 -#, fuzzy -msgid "Continue? (Y/N):" -msgstr "Continue" - -#: ../../bin/quarantine_migration.php.inc:178 -#, fuzzy -msgid "Error: " -msgstr "Error" - -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "" - -#: ../../templates/show_big_art.inc:29 -#, fuzzy -msgid "Album Art" -msgstr "Find Album Art" - -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:49 -#, fuzzy -msgid "Remove" -msgstr "Remote" - -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "Prev" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "Next" - -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -#, fuzzy -msgid "You are currently logged in as" -msgstr "you are currently logged in as" - -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" -msgstr "" - -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "Song title" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -#, fuzzy -msgid "Rating" -msgstr "Editing" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "Total" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "Step 2 - Creating the Ampache.cfg.php file" - -#: ../../templates/show_install_config.inc:55 -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 "" -"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 configuration file. Please put the downloaded configuration " -"file in /config" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "Web Path" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "Desired Database Name" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "MySQL Hostname" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "MySQL Username" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "MySQL Password" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "Write Configuration" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "Ampache.cfg.php Exists" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "Ampache.cfg.php Configured?" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "Check for Configuration" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "Play Album" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "Play Random from Album" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "Reset Album Art" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "Find Album Art" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "Editing" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "preferences" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "Rebuild Preferences" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "" - -#: ../../templates/show_preferences.inc:65 -#, fuzzy -msgid "Streaming" -msgstr "Stream" - -#: ../../templates/show_preferences.inc:68 -#, fuzzy -msgid "Options" -msgstr "Action" - -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "Account" - -#: ../../templates/show_preferences.inc:76 -#, fuzzy -msgid "System" -msgstr "Stream" - -#: ../../templates/show_preferences.inc:79 -#, fuzzy -msgid "Modules" -msgstr "Mode" - -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "Update Preferences" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "Play Random Selection" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "Item count" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "From genre" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" +msgid "Favorite Albums" msgstr "Full Albums" -#: ../../templates/show_random_play.inc:55 -msgid "Full Artist" -msgstr "Full Artist" - -#: ../../templates/show_random_play.inc:61 +#: ../../templates/show_user_stats.inc.php:56 #, fuzzy -msgid "From catalog" -msgstr "from catalogue" +msgid "Favorite Songs" +msgstr "Total Songs" -#: ../../templates/show_random_play.inc:67 +#: ../../templates/show_list_duplicates.inc.php:26 #, fuzzy -msgid "Size Limit" -msgstr "View Limit" +msgid "Duplicate Songs" +msgstr "Show Duplicate Songs" -#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122 -msgid "Unlimited" +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" msgstr "" -#: ../../templates/show_install.inc:54 -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 "" -"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" +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" +msgstr "Size" -#: ../../templates/show_install.inc:72 -msgid "MySQL Administrative Username" -msgstr "MySQL Administrative Username" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "MySQL Administrative Password" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "" - -#: ../../templates/show_install.inc:84 +#: ../../templates/show_list_duplicates.inc.php:96 #, fuzzy -msgid "Ampache Database Username" -msgstr "Desired Database Name" +msgid "Disable Songs" +msgstr "Show Disabled Songs" -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" msgstr "" -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "Insert Database" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "Add Access for a Host" - -#: ../../templates/show_add_access.inc:23 -msgid "" -"Use the form below to add a host that you want to have access to your " -"Ampache catalog." -msgstr "" -"Use the form below to add a host that you want to have access to your " -"Ampache catalog." - -#: ../../templates/show_add_access.inc:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "Start IP Address" - -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "End IP Address" - -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 -#, fuzzy -msgid "Read" -msgstr "Reason" - -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" msgstr "" -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 #, fuzzy -msgid "ACL Type" -msgstr "Type" +msgid "Statistics" +msgstr "Catalogue Statistics" -#: ../../templates/show_add_access.inc:67 -#, fuzzy -msgid "Stream Access" -msgstr "Stream" - -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" msgstr "" -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" msgstr "" -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" msgstr "" -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" msgstr "" -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -#, fuzzy -msgid "Remote Key" -msgstr "Remote" - -#: ../../templates/show_add_access.inc:87 -#, fuzzy -msgid "Create ACL" -msgstr "Create Account" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "Host Access to Your Catalogue" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "Add Entry" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "Start Address" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "End Address" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" msgstr "" -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "Revoke" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "Fullname" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "Last Seen" - -#: ../../templates/show_users.inc:53 -#, fuzzy -msgid "Registration Date" -msgstr "Register User" - -#: ../../templates/show_users.inc:57 -msgid "Activity" +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" msgstr "" -#: ../../templates/show_users.inc:61 +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" +msgstr "" + +#: ../../templates/show_clean_catalog.inc.php:23 #, fuzzy -msgid "Last Ip" -msgstr "Last Seen" +msgid "Cleaning the" +msgstr "Updating the" -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "On-line" +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" +msgstr "Checking" -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "Cover" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" +msgstr "Starting New Song Search on" -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "Album Name" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" +msgstr "catalogue" -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "Album Year" - -#: ../../templates/show_artist.inc:38 -#, fuzzy -msgid "Tracks" -msgstr "Track" - -#: ../../templates/show_edit_access.inc:23 -#, fuzzy -msgid "Edit Access List" -msgstr "Access Lists" - -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "Ampache Debug" - -#: ../../templates/show_test.inc:35 +#: ../../templates/show_test.inc.php:33 msgid "" "You've reached this page because a configuration error has occured. Debug " "Information below" @@ -2934,23 +2698,23 @@ msgstr "" "You've reached this page because a configuration error has occured. Debug " "Information below" -#: ../../templates/show_test.inc:39 +#: ../../templates/show_test.inc.php:37 msgid "CHECK" msgstr "CHECK" -#: ../../templates/show_test.inc:41 +#: ../../templates/show_test.inc.php:39 msgid "STATUS" msgstr "STATUS" -#: ../../templates/show_test.inc:43 +#: ../../templates/show_test.inc.php:41 msgid "DESCRIPTION" msgstr "DESCRIPTION" -#: ../../templates/show_test.inc:46 +#: ../../templates/show_test.inc.php:44 msgid "PHP Version" msgstr "PHP Version" -#: ../../templates/show_test.inc:61 +#: ../../templates/show_test.inc.php:59 msgid "" "This tests to make sure that you are running a version of PHP that is known " "to work with Ampache." @@ -2958,11 +2722,11 @@ msgstr "" "This tests to make sure that you are running a version of PHP that is known " "to work with Ampache." -#: ../../templates/show_test.inc:65 +#: ../../templates/show_test.inc.php:63 msgid "Mysql for PHP" msgstr "Mysql for PHP" -#: ../../templates/show_test.inc:80 +#: ../../templates/show_test.inc.php:78 msgid "" "This test checks to see if you have the mysql extensions loaded for PHP. " "These are required for Ampache to work." @@ -2970,11 +2734,11 @@ msgstr "" "This test checks to see if you have the mysql extensions loaded for PHP. " "These are required for Ampache to work." -#: ../../templates/show_test.inc:84 +#: ../../templates/show_test.inc.php:82 msgid "PHP Session Support" msgstr "PHP Session Support" -#: ../../templates/show_test.inc:99 +#: ../../templates/show_test.inc.php:97 msgid "" "This test checks to make sure that you have PHP session support enabled. " "Sessions are required for Ampache to work." @@ -2982,11 +2746,11 @@ msgstr "" "This test checks to make sure that you have PHP session support enabled. " "Sessions are required for Ampache to work." -#: ../../templates/show_test.inc:103 +#: ../../templates/show_test.inc.php:101 msgid "PHP ICONV Support" msgstr "PHP ICONV Support" -#: ../../templates/show_test.inc:117 +#: ../../templates/show_test.inc.php:115 msgid "" "This test checks to make sure you have Iconv support installed. Iconv " "support is not required for Ampache, but it is highly recommended" @@ -2994,12 +2758,12 @@ msgstr "" "This test checks to make sure you have Iconv support installed. Iconv " "support is not required for Ampache, but it is highly recommended" -#: ../../templates/show_test.inc:121 +#: ../../templates/show_test.inc.php:119 #, fuzzy msgid "PHP PCRE Support" msgstr "PHP ICONV Support" -#: ../../templates/show_test.inc:134 +#: ../../templates/show_test.inc.php:132 #, fuzzy msgid "" "This test makes sure you have PCRE support compiled into your version of " @@ -3008,19 +2772,19 @@ msgstr "" "This test checks to make sure that you have PHP session support enabled. " "Sessions are required for Ampache to work." -#: ../../templates/show_test.inc:138 +#: ../../templates/show_test.inc.php:136 #, fuzzy msgid "PHP PutENV Support" msgstr "PHP ICONV Support" -#: ../../templates/show_test.inc:151 +#: ../../templates/show_test.inc.php:149 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 "" -#: ../../templates/show_test.inc:170 +#: ../../templates/show_test.inc.php:166 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" @@ -3030,30 +2794,17 @@ msgstr "" "ampache.cfg.php is not in the correct locations or\n" "\tit is not currently readable by your webserver." -#: ../../templates/show_test.inc:193 -#, fuzzy +#: ../../templates/show_test.inc.php:189 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" +"variables and that we are able to completely parse your config file" msgstr "" -"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" -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "Ampache.cfg.php Up to Date?" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "Ampache.cfg.php is missing the following:" - -#: ../../templates/show_test.inc:240 +#: ../../templates/show_test.inc.php:193 msgid "DB Connection" msgstr "DB Connection" -#: ../../templates/show_test.inc:256 +#: ../../templates/show_test.inc.php:209 msgid "" "This attempts to connect to your database using the values from your ampache." "cfg.php" @@ -3061,124 +2812,881 @@ msgstr "" "This attempts to connect to your database using the values from your ampache." "cfg.php" -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "Search Ampache" - -#: ../../templates/show_similar_artists.inc:23 -#, fuzzy -msgid "Similar Artists" -msgstr "Artists" - -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" +#: ../../templates/show_index.inc.php:49 +msgid "Newest Albums" msgstr "" -#: ../../templates/show_similar_artists.inc:62 -#, fuzzy -msgid "Back" -msgstr "Track" - -#: ../../templates/show_similar_artists.inc:73 -#, fuzzy -msgid "Rename selected" -msgstr "Remove Selected Tracks" - -#: ../../templates/show_similar_artists.inc:83 -msgid "Advanced Options" +#: ../../templates/show_index.inc.php:54 +msgid "Newest Artists" msgstr "" -#: ../../templates/show_similar_artists.inc:144 +#: ../../templates/show_index.inc.php:59 +msgid "Newest Genres" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "Editing" + +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "preferences" + +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "Update Preferences" + +#: ../../templates/show_account.inc.php:40 #, fuzzy -msgid "Search Again" -msgstr "Search Ampache" +msgid "New Password" +msgstr "Password" -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "Login" +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" +msgstr "Clear Stats" -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "Remember Me" - -#: ../../templates/show_login_form.inc:48 +#: ../../templates/show_account.inc.php:64 #, fuzzy -msgid "Register" -msgstr "Register User" +msgid "Update Account" +msgstr "Create Account" -#: ../../templates/show_search.inc:33 -msgid "Keywords" +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "Prev" + +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" msgstr "" -#: ../../templates/show_search.inc:73 +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "Play Random from Album" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "Reset Album Art" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "Find Album Art" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 #, fuzzy -msgid "Played" -msgstr "Play" +msgid "Playlist Name" +msgstr "Playlist Type" -#: ../../templates/show_search.inc:81 +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 #, fuzzy -msgid "Min Bitrate" -msgstr "Bitrate" +msgid "# Songs" +msgstr "Songs" -#: ../../templates/show_search.inc:96 -msgid "One Star" +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" msgstr "" -#: ../../templates/show_search.inc:97 +#: ../../activate.php:42 +msgid "No user with this name registered" +msgstr "" + +#: ../../activate.php:46 +msgid "The validation key used isn't correct." +msgstr "" + +#: ../../activate.php:51 #, fuzzy -msgid "Two Stars" -msgstr "Total Users" +msgid "User activated" +msgstr "User Deleted" -#: ../../templates/show_search.inc:98 -msgid "Three Stars" +#: ../../activate.php:51 +msgid "This User ID is activated and can be used" msgstr "" -#: ../../templates/show_search.inc:99 -msgid "Four Stars" +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" msgstr "" -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "" - -#: ../../templates/show_search.inc:112 +#: ../../democratic.php:80 #, fuzzy -msgid "Method" +msgid "Playlist Cleared" +msgstr "Now Playing Cleared" + +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" +msgstr "" + +#: ../../lib/class/flag.class.php:280 +msgid "Approved" +msgstr "" + +#: ../../lib/class/flag.class.php:281 +msgid "Pending" +msgstr "" + +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" +msgstr "" + +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" +msgstr "updated to" + +#: ../../lib/class/song.class.php:341 +msgid "Rate" +msgstr "Rate" + +#: ../../lib/class/song.class.php:345 +msgid "Mode" msgstr "Mode" -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" +#: ../../lib/class/song.class.php:357 +msgid "Filesize" +msgstr "Filesize" + +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" +msgstr "Manage Users" + +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" msgstr "" -#: ../../templates/show_search.inc:116 -msgid "Exact" +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" +msgstr "Playlists" + +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "Error: Unable to open" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "Error: Unable to change to directory" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "Error: Unable to get filesize for" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "is not readable by ampache" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "Starting Catalogue Build" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "Running Remote Sync" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "Added Playlist From" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "Catalogue Finished" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "Total Time" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "Total Songs" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "Songs Per Seconds" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "No Update Needed" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "Running Remote Update" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "Catalogue Update Finished" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "Unable to load XMLRPC library, make sure XML-RPC is enabled" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "Error connecting to" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "Code" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "Reason" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "Completed updating remote catalogue(s)" + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" msgstr "" -#: ../../templates/show_search.inc:119 -msgid "Maximum Results" +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "Catalogue Clean Done" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "files removed" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" msgstr "" -#: ../../templates/show_search.inc:134 -msgid "Reset Form" +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr " FOUND" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "Searching for new Album Art" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "Update Finished." +msgstr "Catalogue Update Finished" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "Checked" +msgstr "Checking" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "songs updated." +msgstr "Playlist updated." + +#: ../../lib/class/localplay.class.php:647 +#, fuzzy +msgid "Stopped" +msgstr "Stop" + +#: ../../lib/class/localplay.class.php:650 +#, fuzzy +msgid "Paused" +msgstr "Pause" + +#: ../../lib/class/album.class.php:217 +msgid "Disk" msgstr "" -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "Enable" + +#: ../../lib/preferences.php:272 +msgid "M3U" +msgstr "M3U" + +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "Simple M3U" + +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "PLS" + +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "Asx" + +#: ../../lib/preferences.php:276 +msgid "RAM" msgstr "" -#: ../../templates/show_search.inc:147 -msgid "Save" +#: ../../lib/preferences.php:277 +msgid "XSPF" msgstr "" +#: ../../lib/preferences.php:310 +#, fuzzy +msgid "Disabled" +msgstr "Disable" + +#: ../../lib/preferences.php:332 +msgid "Send on Add" +msgstr "" + +#: ../../lib/preferences.php:333 +msgid "Send and Clear on Add" +msgstr "" + +#: ../../lib/preferences.php:334 +msgid "Clear on Send" +msgstr "" + +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 +msgid "Default" +msgstr "" + +#: ../../lib/preferences.php:343 +msgid "Always" +msgstr "" + +#: ../../lib/rating.lib.php:51 +#, fuzzy +msgid "Don't Play" +msgstr "Local Play" + +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "" + +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "" + +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "English" + +#: ../../lib/general.lib.php:496 +#, fuzzy +msgid "British English" +msgstr "English" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "Turkish" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "On" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "Off" + +#: ../../lib/ui.lib.php:92 +#, fuzzy +msgid "Error Access Denied" +msgstr "User Access Level" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "Upload" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "Local Play" + +#: ../../lib/ui.lib.php:556 +#, fuzzy +msgid "Random Play" +msgstr "Random" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +#, fuzzy +msgid "Admin-Catalog" +msgstr "Add Catalogue" + +#: ../../lib/ui.lib.php:576 +msgid "Admin-User Management" +msgstr "" + +#: ../../lib/ui.lib.php:580 +#, fuzzy +msgid "Admin-Mail Users" +msgstr "Mail Users" + +#: ../../lib/ui.lib.php:584 +#, fuzzy +msgid "Admin-Manage Access Lists" +msgstr "Access Lists" + +#: ../../lib/ui.lib.php:588 +#, fuzzy +msgid "Admin-Site Preferences" +msgstr "Admin Preferences" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "" + +#: ../../lib/ui.lib.php:596 +#, fuzzy +msgid "Browse Music" +msgstr "Browse" + +#: ../../albums.php:32 +msgid "Album Art Cleared" +msgstr "Album Art Cleared" + +#: ../../albums.php:32 +#, fuzzy +msgid "Album Art information has been removed from the database" +msgstr "Album Art information has been removed from the database" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "Album Art Not Located" +msgstr "Album Art Not Located" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +#, fuzzy +msgid "" +"Album Art could not be located at this time. This may be due to write access " +"error, or the file is not received corectly." +msgstr "" +"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." + +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 +#, fuzzy +msgid "Album Art Inserted" +msgstr "Album Art Cleared" + +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" +msgstr "Starting Update from Tags" + +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" +msgstr "Update From Tags Complete" + +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" +msgstr "Return" + +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" +msgstr "" + +#: ../../modules/horde/Browser.php:867 +msgid "file" +msgstr "file" + +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." +msgstr "File uploads not supported." + +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" +msgstr "No file uploaded" + +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." +msgstr "There was a problem with the file upload: No %s was uploaded." + +#: ../../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 "" +"There was a problem with the file upload: The %s was larger than the maximum " +"allowed size (%d bytes)." + +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." +msgstr "" +"There was a problem with the file upload: The %s was only partially uploaded." + +#: ../../localplay.php:72 ../../localplay.php:80 +#, fuzzy +msgid "Song(s) Removed from Playlist" +msgstr "Server Playlist" + +#: ../../playlist.php:57 +#, fuzzy +msgid "Playlist Created" +msgstr "Playlist updated." + +#: ../../playlist.php:57 +msgid " has been created" +msgstr "" + +#: ../../playlist.php:78 +#, fuzzy +msgid "Playlist Updated" +msgstr "Playlist updated." + +#: ../../playlist.php:79 +msgid "has been updated and is now" +msgstr "" + +#: ../../playlist.php:101 +#, fuzzy +msgid "Playlist Imported" +msgstr "Playlist updated." + +#: ../../playlist.php:130 +#, fuzzy +msgid "Empty Playlists Deleted" +msgstr "Import Playlist" + +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "" + +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "" + +#: ../../login.php:96 +msgid "No local account found" +msgstr "" + +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "" + +#: ../../artists.php:186 +#, fuzzy +msgid "Show Artists starting with" +msgstr "Show artists starting with" + +#: ../../bin/print_tags.inc:66 +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 "" + +#: ../../bin/print_tags.inc:72 +#, fuzzy +msgid "Filename:" +msgstr "Filename" + +#~ msgid "Album Art Already Found" +#~ msgstr "Album Art Already Found" + +#, fuzzy +#~ msgid "Show Genres starting with" +#~ msgstr "Show artists starting with" + +#~ msgid "Downsample" +#~ msgstr "Downsample" + +#~ msgid "No songs in this playlist." +#~ msgstr "No songs in this playlist." + +#~ msgid "New Playlist" +#~ msgstr "New Playlist" + +#~ msgid "Show w/o art" +#~ msgstr "Show w/o art" + +#~ msgid "Show all" +#~ msgstr "Show all" + +#~ msgid "Add a new user" +#~ msgstr "Add a new user" + +#, fuzzy +#~ msgid "Catalog Created and Songs Indexed" +#~ msgstr "Catalogue Clean Done" + +#~ msgid "Do you really want to clear the statistics for this catalog?" +#~ msgstr "Do you really want to clear the statistics for this catalogue?" + +#, fuzzy +#~ msgid "Site" +#~ msgstr "Size" + +#, fuzzy +#~ msgid "Confirm Delete" +#~ msgstr "Entry Deleted" + +#~ msgid "Do you really want to delete this Access Record?" +#~ msgstr "Do you really want to delete this Access Record?" + +#~ msgid "Entry Deleted" +#~ msgstr "Entry Deleted" + +#~ msgid "Entry Added" +#~ msgstr "Entry Added" + +#, fuzzy +#~ msgid "Entry Updated" +#~ msgstr "Entry Added" + +#, fuzzy +#~ msgid "Are you sure you want to remove this module?" +#~ msgstr "Are you sure you want to permanently delete" + +#, fuzzy +#~ msgid "No Playlists Found" +#~ msgstr "No Results Found" + +#~ msgid "Users" +#~ msgstr "Users" + +#~ msgid "Mail Users" +#~ msgstr "Mail Users" + +#, fuzzy +#~ msgid "Config" +#~ msgstr "Write Configuration" + +#, fuzzy +#~ msgid "Access List" +#~ msgstr "Access Lists" + +#, fuzzy +#~ msgid "Rename Artist" +#~ msgstr "Artist" + +#, fuzzy +#~ msgid "Module Name" +#~ msgstr "Full Name" + +#~ msgid "Newest Artist Additions" +#~ msgstr "Newest Artist Additions" + +#~ msgid "Newest Album Additions" +#~ msgstr "Newest Album Additions" + +#~ msgid "Playlist Actions" +#~ msgstr "Playlist Actions" + +#~ msgid "Edit Playlist" +#~ msgstr "Edit Playlist" + +#, fuzzy +#~ msgid "Play This Playlist" +#~ msgstr "Play Full Playlist" + +#, fuzzy +#~ msgid "Delete This Playlist" +#~ msgstr "Server Playlist" + +#, fuzzy +#~ msgid "Import From File" +#~ msgstr "Importing a Playlist from a File" + +#, fuzzy +#~ msgid "Delete Empty Playlists" +#~ msgstr "Import Playlist" + +#, fuzzy +#~ msgid "Localplay Init Failed" +#~ msgstr "Local Play Control" + +#, fuzzy +#~ msgid "Show Albums starting with" +#~ msgstr "Show only albums starting with" + +#, fuzzy +#~ msgid "Show Titles Starting With" +#~ msgstr "Show artists starting with" + +#, fuzzy +#~ msgid "Lists" +#~ msgstr "Artists" + +#~ msgid "Error: Password Does Not Match or Empty" +#~ msgstr "Error: Password Does Not Match or Empty" + +#, fuzzy +#~ msgid "Password Updated" +#~ msgstr "Password" + +#, fuzzy +#~ msgid "Playlist Deleted" +#~ msgstr "Play Selected" + +#, fuzzy +#~ msgid "The Requested Playlist has been deleted" +#~ msgstr "The requested song(s) have been enabled" + +#, fuzzy +#~ msgid "Are you sure you want to delete this playlist" +#~ msgstr "Are you sure you want to permanently delete" + +#, fuzzy +#~ msgid "Confirm Action" +#~ msgstr "Confirm Password" + +#, fuzzy +#~ msgid "Remote Selected Tracks" +#~ msgstr "Remove Selected Tracks" + +#, fuzzy +#~ msgid "Error: Unable to write to" +#~ msgstr "Error: Unable to open" + +#, fuzzy +#~ msgid "Adding" +#~ msgstr "Admin" + +#, fuzzy +#~ msgid "to database" +#~ msgstr "Insert Database" + +#, fuzzy +#~ msgid "Continue? (Y/N):" +#~ msgstr "Continue" + +#, fuzzy +#~ msgid "Error: " +#~ msgstr "Error" + +#, fuzzy +#~ msgid "You are currently logged in as" +#~ msgstr "you are currently logged in as" + +#~ msgid "Song title" +#~ msgstr "Song title" + +#~ msgid "Total" +#~ msgstr "Total" + +#~ msgid "Rebuild Preferences" +#~ msgstr "Rebuild Preferences" + +#, fuzzy +#~ msgid "Streaming" +#~ msgstr "Stream" + +#, fuzzy +#~ msgid "Options" +#~ msgstr "Action" + +#, fuzzy +#~ msgid "System" +#~ msgstr "Stream" + +#~ msgid "" +#~ "Use the form below to add a host that you want to have access to your " +#~ "Ampache catalog." +#~ msgstr "" +#~ "Use the form below to add a host that you want to have access to your " +#~ "Ampache catalog." + +#~ msgid "Host Access to Your Catalog" +#~ msgstr "Host Access to Your Catalogue" + +#~ msgid "Revoke" +#~ msgstr "Revoke" + +#~ msgid "Album Name" +#~ msgstr "Album Name" + +#~ msgid "Album Year" +#~ msgstr "Album Year" + +#, fuzzy +#~ msgid "Tracks" +#~ msgstr "Track" + +#, fuzzy +#~ msgid "Edit Access List" +#~ msgstr "Access Lists" + +#, fuzzy +#~ 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 "" +#~ "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" + +#~ msgid "Ampache.cfg.php Up to Date?" +#~ msgstr "Ampache.cfg.php Up to Date?" + +#~ msgid "Ampache.cfg.php is missing the following:" +#~ msgstr "Ampache.cfg.php is missing the following:" + #~ msgid "ID3V2 Tags" #~ msgstr "ID3V2 Tags" diff --git a/locale/es_ES/LC_MESSAGES/messages.po b/locale/es_ES/LC_MESSAGES/messages.po index e56ff1b7..0134d84e 100644 --- a/locale/es_ES/LC_MESSAGES/messages.po +++ b/locale/es_ES/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,781 +16,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "" + +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "" + +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "" + +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "Error: Este usuario ya existe" + +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "" + +#: ../../update.php:51 +#, fuzzy +msgid "Ampache Update" +msgstr "ActualizaciĂłn rápida" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" -msgstr "Error: No puede abrir" - -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" -msgstr "" - -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "Error: No puede conseguir el tamaño de" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "no puede estar leido por Ampache" - -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" -msgstr "" - -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "Encontrado" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -#, fuzzy -msgid "None" -msgstr "No" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "" - -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "" - -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "Buscado" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "Tiempo en total" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "CanciĂłnes en total" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "catálogo" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Error" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "Error conectando a" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" -msgstr "Codigo" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "" - -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "" - -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "Agregado" - -#: ../../lib/class/catalog.class.php:1240 -msgid "Cleaning the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "Catálogo" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "" - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr " ENCONTRADO" - -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "Buscando nuevo arte de álbum" - -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "Ya encontrĂł el arte de álbum" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "Update Finished." -msgstr "Actualizar el usuario" - -#: ../../lib/class/catalog.class.php:1634 -msgid "Checked" -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "songs updated." -msgstr "" - -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "TĂ­tulo" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "Tiempo" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "Tamaño del archivo" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "Artista" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "Ălbum" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "Año" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "GĂ©nero" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "" - -#: ../../lib/class/flag.class.php:264 -#, fuzzy -msgid "Approved" -msgstr "Modo" - -#: ../../lib/class/flag.class.php:265 -#, fuzzy -msgid "Pending" -msgstr "Añadiendo" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "Borrar" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -#, fuzzy -msgid "Other" -msgstr "otro" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "Desconocido" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "" - -#: ../../lib/class/localplay.class.php:564 -msgid "Stopped" -msgstr "" - -#: ../../lib/class/localplay.class.php:567 -#, fuzzy -msgid "Paused" -msgstr "Ya tocado" - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "Varios" - -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "Mostrar gĂ©neros que empiezan con" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "Horrible" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "Está bien" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "Me gusta" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "¡Me encanta!" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "¡Totalmente loco!" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "¡Super chĂ©vere!" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -#, fuzzy -msgid "Localplay" -msgstr "Local" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "M3U" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "M3U Simple" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "PLS" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "Asx" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "RAM" - -#: ../../lib/preferences.php:294 -msgid "XSPF" +#: ../../ratings.php:32 +msgid "Rating Updated" msgstr "" -#: ../../lib/preferences.php:326 -msgid "Disabled" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" msgstr "" -#: ../../lib/preferences.php:327 -msgid "Global" +#: ../../radio.php:50 +msgid "Radio Station Added" msgstr "" -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "Local" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "No hay canciĂłnes en esta lista." - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "Todo" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "Nueva lista" - -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "" - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "Mostrar todo sin arte" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "Mostrar todo" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -msgid "No Catalogs Found!" -msgstr "" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "Añadir un catálogo" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "dĂ­a" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "dĂ­as" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "hora" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "horas" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "Subir" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "" - -#: ../../lib/ui.lib.php:799 -#, fuzzy -msgid "Random Play" -msgstr "Al azar" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "Lista" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "Buscar" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "Preferencias" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -#, fuzzy -msgid "Admin-Catalog" -msgstr "Añadir catálogo" - -#: ../../lib/ui.lib.php:819 -#, fuzzy -msgid "Admin-User Management" -msgstr "Nombre de usuario" - -#: ../../lib/ui.lib.php:823 -#, fuzzy -msgid "Admin-Mail Users" -msgstr "Mandar un correo a los usuarios" - -#: ../../lib/ui.lib.php:827 -#, fuzzy -msgid "Admin-Manage Access Lists" -msgstr "Listas de aceso" - -#: ../../lib/ui.lib.php:831 -#, fuzzy -msgid "Admin-Site Preferences" -msgstr "Preferencias del Admin" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "" - -#: ../../lib/ui.lib.php:839 -msgid "Browse Music" -msgstr "" - -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "Ălbumes" - -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "Artistas" - -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -#, fuzzy -msgid "Statistics" -msgstr "EstadĂ­sticas del catálogo" - -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "" - -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "Añadir usuario nuevo" - -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "No hay suficiente informaciĂłn" - -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "InglĂ©s" - -#: ../../lib/general.lib.php:881 -msgid "British English" -msgstr "InglĂ©s de Bretaña" - -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "" - -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" -msgstr "Chino simplificado" - -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "Encender" - -#: ../../lib/general.lib.php:969 -msgid "Off" -msgstr "Apagar" - -#: ../../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 "" - -#: ../../modules/horde/Browser.php:867 -msgid "file" -msgstr "archivo" - -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." -msgstr "" - -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" -msgstr "No archivo subido" - -#: ../../modules/horde/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." -msgstr "HabĂ­a una problema con subir el archivo: No %s fue subido." - -#: ../../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 "" -"HabĂ­a una problema con subir el archivo: El %s fue más grande que el tamaño " -"máximo permitido (%d bytes)." - -#: ../../modules/horde/Browser.php:903 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was only partially uploaded." -msgstr "" -"HabĂ­a una problema con subir el archivo: El %s fue subido parcialmente." - -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -#, fuzzy -msgid "Catalog Updated" -msgstr "ActualizaciĂłn rápida" - -#: ../../admin/catalog.php:119 -#, fuzzy -msgid "Catalog Deleted" -msgstr "Tamaño del catálogo" - -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "" - -#: ../../admin/catalog.php:128 -msgid "Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:134 -msgid "Disabled Songs Processed" -msgstr "" - -#: ../../admin/catalog.php:155 -#, fuzzy -msgid "Catalog Cleaned" -msgstr "Nombre del catálogo" - -#: ../../admin/catalog.php:198 -#, fuzzy -msgid "Catalog Created" -msgstr "Tamaño del catálogo" - -#: ../../admin/catalog.php:199 -msgid "Catalog Created and Songs Indexed" -msgstr "" - -#: ../../admin/catalog.php:212 -#, fuzzy -msgid "Catalog statistics cleared" -msgstr "EstadĂ­sticas del catálogo" - -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "ÂżConfirmas borrar las estadĂ­sticas de este catálogo?" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "Borrar las estadĂ­sticas del catálogo" - -#: ../../admin/catalog.php:241 -msgid "No Disabled songs found" -msgstr "" - -#: ../../admin/catalog.php:249 -#, fuzzy -msgid "Delete Catalog" -msgstr "Actualizar los catálogos" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "ÂżConfirmas que quiere borrar este catálogo?" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" -msgstr "BĂşsqueda de arte de álbum acabado" - #: ../../admin/flag.php:97 #, fuzzy msgid "Song Updated" @@ -849,153 +135,982 @@ msgstr "" msgid "Flagged Records" msgstr "Comentado por" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 #, fuzzy -msgid "Site" -msgstr "TĂ­tulo" - -#: ../../admin/access.php:42 -#, fuzzy -msgid "Confirm Delete" -msgstr "Usuario borrado" - -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" -msgstr "ÂżConfirmas borrar este registro de aceso?" - -#: ../../admin/access.php:49 -msgid "Entry Deleted" -msgstr "" - -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" -msgstr "" - -#: ../../admin/access.php:54 -msgid "Entry Added" -msgstr "" - -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" -msgstr "" - -#: ../../admin/access.php:58 -#, fuzzy -msgid "Entry Updated" +msgid "Catalog Updated" msgstr "ActualizaciĂłn rápida" -#: ../../admin/access.php:58 +#: ../../admin/catalog.php:106 #, fuzzy -msgid "Access List Entry updated" -msgstr "Listas de acceso" +msgid "Catalog Deleted" +msgstr "Tamaño del catálogo" -#: ../../admin/users.php:65 ../../admin/users.php:112 +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" +msgstr "" + +#: ../../admin/catalog.php:115 +msgid "Songs Removed" +msgstr "" + +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" +msgstr "" + +#: ../../admin/catalog.php:121 +msgid "Disabled Songs Processed" +msgstr "" + +#: ../../admin/catalog.php:141 +#, fuzzy +msgid "Catalog Cleaned" +msgstr "Nombre del catálogo" + +#: ../../admin/catalog.php:191 +#, fuzzy +msgid "Catalog Created" +msgstr "Tamaño del catálogo" + +#: ../../admin/catalog.php:208 +#, fuzzy +msgid "Catalog statistics cleared" +msgstr "EstadĂ­sticas del catálogo" + +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "" + +#: ../../admin/catalog.php:233 +msgid "No Disabled songs found" +msgstr "" + +#: ../../admin/catalog.php:242 +#, fuzzy +msgid "Delete Catalog" +msgstr "Actualizar los catálogos" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "ÂżConfirmas que quiere borrar este catálogo?" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "BĂşsqueda de arte de álbum acabado" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 msgid "Error Username Required" msgstr "" -#: ../../admin/users.php:68 ../../admin/users.php:108 +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 msgid "Error Passwords don't match" msgstr "" -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" -msgstr "Error: Este usuario ya existe" - -#: ../../admin/users.php:142 -msgid "Deletion Request" +#: ../../admin/users.php:79 +msgid "User Updated" msgstr "" -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" +#: ../../admin/users.php:79 +msgid "updated" msgstr "" -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" -msgstr "No" +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" +msgstr "" -#: ../../admin/users.php:150 +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" +msgstr "Usuario" + +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 +msgid "Error" +msgstr "" + +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 msgid "User Deleted" msgstr "Usuario borrado" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Delete Error" msgstr "Error de borrar" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Unable to delete last Admin User" msgstr "No puede borrar el Ăşltimo usuario administrador" -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" -msgstr "EstadĂ­sticas del catálogo" - -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" -msgstr "Usuarios en total" - -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" -msgstr "Usuarios conectados" - -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "CanciĂłnes" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "Tamaño del catálogo" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "Tiempo del catálogo" - -#: ../../admin/mail.php:252 -#, fuzzy -msgid "E-mail Sent" -msgstr "Correo" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." +#: ../../admin/users.php:163 +msgid "Deletion Request" msgstr "" -#: ../../admin/modules.php:41 -msgid "Module Activated" +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" msgstr "" -#: ../../admin/modules.php:48 -#, fuzzy -msgid "Are you sure you want to remove this module?" -msgstr "ÂżEstá seguro que quiere borrar esta lista?" - -#: ../../admin/modules.php:56 -msgid "Module Deactivated" +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" msgstr "" -#: ../../admin/modules.php:72 -msgid "Plugin Activated" -msgstr "" - -#: ../../admin/modules.php:79 +#: ../../admin/modules.php:54 ../../admin/modules.php:92 #, fuzzy msgid "Are you sure you want to remove this plugin?" msgstr "ÂżEstá seguro que quiere borrar esta lista?" -#: ../../admin/modules.php:95 +#: ../../admin/modules.php:66 ../../admin/modules.php:111 msgid "Plugin Deactivated" msgstr "" -#: ../../admin/system.php:120 +#: ../../admin/modules.php:85 +msgid "Plugin Activated" +msgstr "" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "Borrado" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" +msgstr "Agregado" + +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "" + +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "" + +#: ../../admin/access.php:45 +#, fuzzy +msgid "Access List Entry updated" +msgstr "Listas de acceso" + +#: ../../admin/system.php:64 msgid "Export Failed" msgstr "" +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" +msgstr "" + +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "Añadir un catálogo" + +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "EstadĂ­sticas del catálogo" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "dĂ­a" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "dĂ­as" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "hora" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "horas" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "Usuarios en total" + +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "Usuarios conectados" + +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "Ălbumes" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "Artistas" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "CanciĂłnes" + +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "Tamaño del catálogo" + +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "Tiempo del catálogo" + +#: ../../admin/mail.php:260 +#, fuzzy +msgid "E-mail Sent" +msgstr "Correo" + +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "" + +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" + +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" + +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" + +#: ../../flag.php:45 +#, fuzzy +msgid "Item Flagged" +msgstr "Comentado por" + +#: ../../flag.php:45 +msgid "The specified item has been flagged" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +#, fuzzy +msgid "Catalogs" +msgstr "Catálogo" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "Nombre" + +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "AcciĂłn" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +#, fuzzy +msgid "Clean" +msgstr "Borrar la informaciĂłn" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "Todo" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "Borrar" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:68 +#, fuzzy +msgid "No Catalogs Found" +msgstr "No encontrado" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +#, fuzzy +msgid "Clean All" +msgstr "Limpiar todo(s) catálogo(s)" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +#, fuzzy +msgid "Verify All" +msgstr "Ver todos" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +#, fuzzy +msgid "Add to All" +msgstr "Añadir a" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +#, fuzzy +msgid "Update All" +msgstr "Actualizar perfil" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "Borrar las estadĂ­sticas del catálogo" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "Recolectar arte del álbum" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "Mostrar las canciĂłnes duplicados" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +msgid "Generate New Config" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:93 +#, fuzzy +msgid "Preferences Permissions" +msgstr "Preferencias" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +msgid "Check for New Version" +msgstr "" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "Seleccionar" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +#, fuzzy +msgid "Object" +msgstr "Subjeto" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "Bandera" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +#, fuzzy +msgid "No Records Found" +msgstr "No se encontraron resultados" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +#, fuzzy +msgid "Update" +msgstr "Actualizar ID3" + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +#, fuzzy +msgid "Show All" +msgstr "Mostrar todo" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "InstalaciĂłn de Ampache" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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 "" +"Este página se trata de la instalaciĂłn de la base de datos Ampache y la " +"creaciĂłn del archivo ampache.cfg.php. Antes de seguir, por favor asegurase " +"que tiene los requisitos siguientes." + +#: ../../templates/show_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" +"Su servidor sĂ­ tiene aceso de leer el archivo /sql/ampache.sql y el archivo /" +"config/ampache.cfg.dist.php" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:52 +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 "" + +#: ../../templates/show_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "Contraseña" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "Crear una cuenta" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "AcciĂłnes" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "TĂ­tulo" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "Artista" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "Ălbum" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "GĂ©nero" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "Nombre del archivo" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +#, fuzzy +msgid "Song Title" +msgstr "TĂ­tulo de la canciĂłn" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "Lista" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "Desconocido" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "Nombre entero" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "Ăšltimo visto" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +#, fuzzy +msgid "Recently Played" +msgstr "Menos tocado" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "Tiempo" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "No hay suficiente informaciĂłn" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "Arte del álbum" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "Haga click para cerrar la ventana" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "Bajar" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "" + #: ../../templates/show_flag.inc.php:41 msgid "Flag Song" msgstr "Marcar cancin." @@ -1018,162 +1133,970 @@ msgstr "" msgid "Incorrect Tags" msgstr "" -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" -msgstr "Bandera" - -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" -msgstr "InstalaciĂłn de Ampache" - -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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 "" -"Este página se trata de la instalaciĂłn de la base de datos Ampache y la " -"creaciĂłn del archivo ampache.cfg.php. Antes de seguir, por favor asegurase " -"que tiene los requisitos siguientes." - -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "" -"A MySQL Server with a username and password that can create/modify databases" +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" msgstr "" -#: ../../templates/show_install_account.inc.php:47 +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +#, fuzzy +msgid "Other" +msgstr "otro" + +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" +msgstr "" + +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" +msgstr "Encontrado" + +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" +msgstr "" + +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 msgid "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" -msgstr "" -"Su servidor sĂ­ tiene aceso de leer el archivo /sql/ampache.sql y el archivo /" -"config/ampache.cfg.dist.php" - -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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" +"ampache.cfg.php.dist file" msgstr "" -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" msgstr "" -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" msgstr "" -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" +msgstr "Tocar el álbum" + +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" +msgstr "Volumen" + +#: ../../templates/show_localplay_status.inc.php:55 +msgid "Repeat" msgstr "" -#: ../../templates/show_install_account.inc.php:57 -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 "" - -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "" - -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "Contraseña" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "Crear una cuenta" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "Listas de reproducciĂłn" - -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" -msgstr "Nombre de la lista" - -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" -msgstr "Numero de canciĂłnes" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" -msgstr "Dueño" - -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "AcciĂłnes" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "Mirar" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "Toca" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 msgid "Random" msgstr "Al azar" -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" -msgstr "Bajar" +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" +msgstr "" -#: ../../templates/show_playlists.inc.php:75 +#: ../../templates/show_disabled_songs.inc.php:65 #, fuzzy -msgid "No Playlists Found" -msgstr "No se encontraron resultados" +msgid "Remove" +msgstr "Cambiar el nombre" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" +msgstr "" + +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "DirecciĂłn de empezar" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "DirecciĂłn de acabar" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "Nivel" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "Tipo" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "Nombre entero" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "Fecha de registro" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +#, fuzzy +msgid "Last Ip" +msgstr "Ăšltimo visto" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "En linea" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +#, fuzzy +msgid "Base Playlist" +msgstr "Nueva lista" + +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "Crear nueva lista" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_config.inc.php:51 +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 "" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "Nombre del servidor MySQL" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "Nombre del usuario de MySQL" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "Contraseña de MySQL" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "Correo" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "Permisos de aceso del usuario" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "Actualizar el usuario" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "Varios" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "Buscar" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +#, fuzzy +msgid "Create" +msgstr "Crear una cuenta" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "Seguir" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "Cancelar" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +#, fuzzy +msgid "Localplay" +msgstr "Local" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "Preferencias" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "Catálogo" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +#, fuzzy +msgid "Current Playlist" +msgstr "Crear nueva lista" + +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "Toca" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +#, fuzzy +msgid "Description" +msgstr "descripciĂłn" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +#, fuzzy +msgid "Version" +msgstr "VersiĂłn de PHP" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +msgid "Activate" +msgstr "" + +#: ../../templates/show_install.inc.php:54 +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 "" +"Este parte crea y inserta la base de datos Ampache. Por eso, por favorusa " +"una cuenta de MySQL con permisos de crear una base de datos. Es posibleque " +"tenga que esperar un ratito. Este dependa en cuán viejo es su computadora." + +#: ../../templates/show_install.inc.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "Nombre administrativo de MySQL" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "Contraseña administrativa de MySQL" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "Crear un usuario para nueva base de datos" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "Nombre del usuario de la base de datos Ampache" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "Contraseña del usario de la base de datos Ampache" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "Insertar una base de datos" + +#: ../../templates/show_similar_artists.inc.php:23 +#, fuzzy +msgid "Similar Artists" +msgstr "Artistas" + +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:66 +msgid "Back" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:77 +#, fuzzy +msgid "Rename selected" +msgstr "Tocar la selecciĂłn" + +#: ../../templates/show_similar_artists.inc.php:91 +#, fuzzy +msgid "Advanced Options" +msgstr "Agregado" + +#: ../../templates/show_similar_artists.inc.php:152 +#, fuzzy +msgid "Search Again" +msgstr "Buscar" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "Crear una lista nueva" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "Cambiar el nombre" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "O" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "" + +#: ../../templates/show_playlist.inc.php:30 +msgid "Normalize Tracks" +msgstr "" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +msgid "Play Random" +msgstr "Toca al azar" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "Portada" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "Año" + +#: ../../templates/show_preference_admin.inc.php:22 +#, fuzzy +msgid "Preference Administration" +msgstr "Preferencias" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "Preferencia" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "minutes ago" +msgstr "Minutos" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "hours ago" +msgstr "horas" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "days ago" +msgstr "dĂ­as" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "years ago" +msgstr "año" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "Buscar" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "Palabras claves" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "Ya tocado" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "SĂ­" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "No" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "Bitrate mĂ­nimo" + +#: ../../templates/show_search.inc.php:95 +#, fuzzy +msgid "One Star" +msgstr "Dueño" + +#: ../../templates/show_search.inc.php:96 +#, fuzzy +msgid "Two Stars" +msgstr "Usuarios en total" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "Operador" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "Y" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "MetĂłd" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "No exacto" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "Exacto" + +#: ../../templates/show_search.inc.php:118 +#, fuzzy +msgid "Maximum Results" +msgstr "Resultados máximos" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "Sin lĂ­mites" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +#, fuzzy +msgid "ACL Type" +msgstr "Tipo" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +#, fuzzy +msgid "Stream Access" +msgstr "Aceso" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "Primera direcciĂłn de IP" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +#, fuzzy +msgid "End IP Address" +msgstr "DirecciĂłn de acabar" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +msgid "Remote Key" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "Mirar" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +#, fuzzy +msgid "Read" +msgstr "Al azar" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "Borrar la informaciĂłn" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "Registrar usuario" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "Recordarme" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "Registrar" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "Los artistas más populares" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "Los álbumes más populares" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "Los gĂ©neros más populares" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "Las canciĂłnes más populares" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:23 +#, fuzzy +msgid "Edit Song" +msgstr "Numero de canciĂłnes" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:88 +#, fuzzy +msgid "Update Song" +msgstr "Actualizar los catálogos" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +#, fuzzy +msgid "Genres" +msgstr "GĂ©nero" + +#: ../../templates/show_mail_users.inc.php:24 +#, fuzzy +msgid "Send E-mail to Users" +msgstr "Mandar un correo a los usuarios" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "Mandar a" + +#: ../../templates/show_mail_users.inc.php:54 +#, fuzzy +msgid "Latest Artist Additions" +msgstr "Los artistas más nuevos" + +#: ../../templates/show_mail_users.inc.php:65 +#, fuzzy +msgid "Latest Album Additions" +msgstr "Los álbumes más nuevos" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +#, fuzzy +msgid "Disabled Songs" +msgstr "CanciĂłnes duplicadas" + +#: ../../templates/show_mail_users.inc.php:87 +#, fuzzy +msgid "Most Popular Threshold in days" +msgstr "Las canciĂłnes más populares" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "Subjeto" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "Mensaje" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "Mandar un correo" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "Añadiendo un usuario nuevo" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "Añadir un usuario" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "Añadir aceso para un servidor" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +#, fuzzy +msgid "Create ACL" +msgstr "Crear una cuenta" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "Valor" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "Aplicar a todos" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "descripciĂłn" + +#: ../../templates/show_playlist_edit.inc.php:26 +#, fuzzy +msgid "Editing Playlist" +msgstr "Cambia la lista de reproducciĂłn" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "PĂşblico" + +#: ../../templates/show_playlist_edit.inc.php:40 +#, fuzzy +msgid "Private" +msgstr "Tu privado" #: ../../templates/show_duplicates.inc.php:25 msgid "Find Duplicates" @@ -1195,703 +2118,311 @@ msgstr "Artista, Ălbum y TĂ­tulo" msgid "Select Best Guess" msgstr "" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" -msgstr "SĂ­" - -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" msgstr "" -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" +msgstr "Buscado" + +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 #, fuzzy -msgid "Current Playlist" -msgstr "Crear nueva lista" - -#: ../../templates/show_playlist_edit.inc.php:27 -#, fuzzy -msgid "Editing Playlist" -msgstr "Cambia la lista de reproducciĂłn" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "Nombre" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "Tipo" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "PĂşblico" - -#: ../../templates/show_playlist_edit.inc.php:40 -#, fuzzy -msgid "Private" -msgstr "Tu privado" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -#, fuzzy -msgid "Update" -msgstr "Actualizar ID3" - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "Usuarios" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "Mandar un correo a los usuarios" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -msgid "Config" -msgstr "" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "Lista de aceso" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -#, fuzzy -msgid "Song Title" -msgstr "TĂ­tulo de la canciĂłn" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "Minutos" - -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "Menos tocado" - -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" -msgstr "Ponerlos en el queue" - -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" -msgstr "" - -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:27 -#, fuzzy -msgid "Catalogs" -msgstr "Catálogo" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "AcciĂłn" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:46 -#, fuzzy -msgid "Clean" -msgstr "Borrar la informaciĂłn" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:65 -#, fuzzy -msgid "No Catalogs Found" -msgstr "No encontrado" - -#: ../../templates/show_admin_tools.inc.php:71 -#, fuzzy -msgid "Clean All" -msgstr "Limpiar todo(s) catálogo(s)" - -#: ../../templates/show_admin_tools.inc.php:72 -#, fuzzy -msgid "Verify All" -msgstr "Ver todos" - -#: ../../templates/show_admin_tools.inc.php:73 -#, fuzzy -msgid "Add to All" -msgstr "Añadir a" - -#: ../../templates/show_admin_tools.inc.php:74 -#, fuzzy -msgid "Update All" -msgstr "Actualizar perfil" - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "Recolectar arte del álbum" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "Mostrar las canciĂłnes duplicados" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -msgid "Generate New Config" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:86 -#, fuzzy -msgid "Preferences Permissions" -msgstr "Preferencias" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:88 -msgid "Check for New Version" -msgstr "" +msgid "None" +msgstr "No" #: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 msgid "Albums by" msgstr "Ălbumes por" -#: ../../templates/show_artist_box.inc.php:33 +#: ../../templates/show_artist_box.inc.php:34 msgid "Show All Songs By" msgstr "Mostrar todas las canciĂłnes por" -#: ../../templates/show_artist_box.inc.php:34 +#: ../../templates/show_artist_box.inc.php:35 msgid "Play All Songs By" msgstr "Tocar todas las canciĂłnes por" -#: ../../templates/show_artist_box.inc.php:35 +#: ../../templates/show_artist_box.inc.php:36 msgid "Play Random Songs By" msgstr "Tocar al azar las canciĂłnes por" -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 +#: ../../templates/show_artist_box.inc.php:38 +#: ../../templates/show_album.inc.php:52 msgid "Update from tags" msgstr "" -#: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" -msgstr "Cambiar el nombre del artista" - #: ../../templates/show_artist_box.inc.php:39 msgid "Find duplicate artists" msgstr "" -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" -msgstr "Correo" - -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" -msgstr "Resultados por página" - -#: ../../templates/show_user.inc.php:42 -#, fuzzy -msgid "New Password" -msgstr "Contraseña" - -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" msgstr "" -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" -msgstr "Borrar las estadĂ­sticas" +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" +msgstr "Tocar una canciĂłn al azar" -#: ../../templates/show_user.inc.php:65 -#, fuzzy -msgid "Update Account" -msgstr "Crear una cuenta" - -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" +#: ../../templates/show_random.inc.php:26 +msgid "Item count" msgstr "" -#: ../../templates/show_user_stats.inc.php:29 -#, fuzzy -msgid "Favorite Artists" -msgstr "Artistas" +#: ../../templates/show_random.inc.php:41 +msgid "From genre" +msgstr "Del gĂ©nero" -#: ../../templates/show_user_stats.inc.php:40 -#, fuzzy -msgid "Favorite Albums" +#: ../../templates/show_random.inc.php:50 +msgid "Standard" +msgstr "Estándar" + +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" +msgstr "Menos tocado" + +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" msgstr "Ălbumes enteros" -#: ../../templates/show_user_stats.inc.php:51 +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" +msgstr "" + +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" +msgstr "Minutos" + +#: ../../templates/show_random.inc.php:59 #, fuzzy -msgid "Favorite Songs" -msgstr "CanciĂłnes en total" +msgid "From catalog" +msgstr "del catálogo" -#: ../../templates/show_tv_playlist.inc.php:31 +#: ../../templates/show_random.inc.php:65 #, fuzzy -msgid "Playing from base Playlist" -msgstr "Tocar esta lista" +msgid "Size Limit" +msgstr "LĂ­mite" -#: ../../templates/show_tv_playlist.inc.php:44 -#, fuzzy -msgid "Votes" -msgstr "otro" +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" +msgstr "Ponerlos en el queue" -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "Preferencia" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "Valor" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "Aplicar a todos" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "descripciĂłn" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "Nombre entero" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "Borrar la informaciĂłn" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "Registrar usuario" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "" - -#: ../../templates/show_modules.inc.php:38 -#, fuzzy -msgid "Localplay Modules" -msgstr "Control local de reproducciĂłn" - -#: ../../templates/show_modules.inc.php:41 -#, fuzzy -msgid "Module Name" -msgstr "Nombre entero" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -msgid "Activate" -msgstr "" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -msgid "Deactivate" -msgstr "" - -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -#, fuzzy -msgid "No Records Found" -msgstr "No se encontraron resultados" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "" - -#: ../../templates/show_modules.inc.php:73 -#, fuzzy -msgid "Description" -msgstr "descripciĂłn" - -#: ../../templates/show_modules.inc.php:74 -#, fuzzy -msgid "Version" -msgstr "VersiĂłn de PHP" - -#: ../../templates/show_edit_song.inc.php:23 -#, fuzzy -msgid "Edit Song" -msgstr "Numero de canciĂłnes" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "O" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:89 -#, fuzzy -msgid "Update Song" -msgstr "Actualizar los catálogos" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "Nombre del archivo" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "Tipo de lista" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" msgstr "" #: ../../templates/show_genre.inc.php:29 msgid "Viewing" msgstr "Mirando" -#: ../../templates/show_mail_users.inc.php:25 -#, fuzzy -msgid "Send E-mail to Users" -msgstr "Mandar un correo a los usuarios" - -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" -msgstr "Mandar a" - -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" -msgstr "Los álbumes más populares" - -#: ../../templates/show_mail_users.inc.php:52 -#, fuzzy -msgid "Latest Artist Additions" -msgstr "Los artistas más nuevos" - -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" -msgstr "Los artistas más populares" - -#: ../../templates/show_mail_users.inc.php:63 -#, fuzzy -msgid "Latest Album Additions" -msgstr "Los álbumes más nuevos" - -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" -msgstr "Las canciĂłnes más populares" - -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" msgstr "" -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -#, fuzzy -msgid "Disabled Songs" -msgstr "CanciĂłnes duplicadas" +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" +msgstr "Cuenta" -#: ../../templates/show_mail_users.inc.php:85 -#, fuzzy -msgid "Most Popular Threshold in days" -msgstr "Las canciĂłnes más populares" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "Subjeto" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "Mensaje" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "Mandar un correo" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" msgstr "" -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 +#: ../../templates/sidebar_preferences.inc.php:32 +msgid "Modules" +msgstr "" + +#: ../../templates/sidebar_preferences.inc.php:34 #, fuzzy -msgid "Show All" -msgstr "Mostrar todo" +msgid "Localplay Modules" +msgstr "Control local de reproducciĂłn" -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" msgstr "" -#: ../../templates/show_tv_adminctl.inc.php:22 -#, fuzzy -msgid "Admin Controls" -msgstr "SecciĂłn de administraciĂłn" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -#, fuzzy -msgid "Base Playlist" -msgstr "Nueva lista" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -#, fuzzy -msgid "Clear Playlist" -msgstr "Nueva lista" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "Seguir" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "Cancelar" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "Seleccionar" - -#: ../../templates/show_flagged.inc.php:28 -#, fuzzy -msgid "Object" -msgstr "Subjeto" - -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "Usuario" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" msgstr "" -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" msgstr "" -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" msgstr "" -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "Cambiar el nombre" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "Los artistas más nuevos" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "Los álbumes más nuevos" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" msgstr "" #: ../../templates/show_get_albumart.inc.php:23 msgid "Customize Search" msgstr "" -#: ../../templates/show_get_albumart.inc.php:46 +#: ../../templates/show_get_albumart.inc.php:44 msgid "Direct URL to Image" msgstr "" -#: ../../templates/show_get_albumart.inc.php:54 +#: ../../templates/show_get_albumart.inc.php:52 #, fuzzy msgid "Local Image" msgstr "Local" -#: ../../templates/show_get_albumart.inc.php:66 +#: ../../templates/show_get_albumart.inc.php:63 msgid "Get Art" msgstr "" -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" -msgstr "AcciĂłnes de la lista" - -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" -msgstr "Cambia la lista de reproducciĂłn" - -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" msgstr "" -#: ../../templates/show_playlist_box.inc.php:36 -msgid "Play This Playlist" +#: ../../templates/show_edit_catalog.inc.php:22 +msgid "Settings for" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" +msgstr "nombre del álbum" + +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" +msgstr "nombre del artista" + +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" +msgstr "gĂ©nero" + +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" +msgstr "tĂ­tulo de la canciĂłn" + +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" +msgstr "año" + +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" +msgstr "otro" + +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:38 +#, fuzzy +msgid "Playing from base Playlist" msgstr "Tocar esta lista" -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" -msgstr "Toca al azar" - -#: ../../templates/show_playlist_box.inc.php:38 +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 #, fuzzy -msgid "Delete This Playlist" -msgstr "Tocar esta lista" +msgid "Votes" +msgstr "otro" -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" msgstr "" -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" -msgstr "Crear nueva lista" - -#: ../../templates/show_playlist_box.inc.php:43 -#, fuzzy -msgid "Delete Empty Playlists" -msgstr "Crear nueva lista" - -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" -msgstr "Los gĂ©neros más populares" - -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" msgstr "" -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" +#: ../../templates/show_edit_artist.inc.php:23 +#, fuzzy +msgid "Edit Artist" +msgstr "Artista" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +#, fuzzy +msgid "Edit Album" +msgstr "Ălbum" + +#: ../../templates/show_edit_album.inc.php:47 +#, fuzzy +msgid "Update Album" +msgstr "Recolectar arte del álbum" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "" + +#: ../../templates/show_plugins.inc.php:46 +msgid "Deactivate" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" msgstr "" #: ../../templates/show_play_selected.inc.php:28 @@ -1914,172 +2445,6 @@ msgstr "" msgid "Add to" msgstr "Añadir a" -#: ../../templates/show_edit_catalog.inc.php:22 -msgid "Settings for" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "nombre del álbum" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "nombre del artista" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "gĂ©nero" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "tĂ­tulo de la canciĂłn" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "año" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "otro" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "Volumen" - -#: ../../templates/show_localplay_status.inc.php:56 -msgid "Repeat" -msgstr "" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "Crear una lista nueva" - -#: ../../templates/show_add_playlist.inc.php:42 -#, fuzzy -msgid "Create" -msgstr "Crear una cuenta" - -#: ../../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 "" - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -msgstr "Añadir catálogo" - -#: ../../templates/show_edit_user.inc.php:25 -msgid "Adding a New User" -msgstr "Añadiendo un usuario nuevo" - -#: ../../templates/show_edit_user.inc.php:29 -msgid "Editing existing User" -msgstr "" - -#: ../../templates/show_edit_user.inc.php:80 -msgid "User Access Level" -msgstr "Permisos de aceso del usuario" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "Añadir un usuario" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "Actualizar el usuario" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "CanciĂłnes duplicadas" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "Longitud" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:75 -#, fuzzy -msgid "Disable Songs" -msgstr "CanciĂłnes duplicadas" - #: ../../templates/show_ip_history.inc.php:23 msgid "IP History" msgstr "" @@ -2088,16 +2453,59 @@ msgstr "" msgid "Show Unique" msgstr "" -#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 msgid "Date" msgstr "Fecha" -#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 #, fuzzy msgid "IP Address" msgstr "Primera direcciĂłn de IP" +#: ../../templates/show_add_catalog.inc.php:27 +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_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "Local" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "Añadir catálogo" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +#, fuzzy +msgid "Clear Playlist" +msgstr "Nueva lista" + #: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 msgid "Recommendations" msgstr "" @@ -2113,300 +2521,830 @@ msgstr "" msgid "Recommended Songs" msgstr "" -#: ../../templates/show_preference_admin.inc.php:22 +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" +msgstr "" + +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" +msgstr "Tipo de lista" + +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" +msgstr "" + +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" +msgstr "" + +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" +msgstr "" + +#: ../../templates/show_user_stats.inc.php:30 #, fuzzy -msgid "Preference Administration" -msgstr "Preferencias" +msgid "Favorite Artists" +msgstr "Artistas" -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" -msgstr "Nivel" - -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" -msgstr "" - -#: ../../templates/show_edit_album.inc.php:23 +#: ../../templates/show_user_stats.inc.php:43 #, fuzzy -msgid "Edit Album" -msgstr "Ălbum" +msgid "Favorite Albums" +msgstr "Ălbumes enteros" -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 +#: ../../templates/show_user_stats.inc.php:56 #, fuzzy -msgid "Update Album" -msgstr "Recolectar arte del álbum" +msgid "Favorite Songs" +msgstr "CanciĂłnes en total" -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" +msgstr "CanciĂłnes duplicadas" + +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" +msgstr "Longitud" + +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 +#: ../../templates/show_list_duplicates.inc.php:96 #, fuzzy -msgid "minutes ago" -msgstr "Minutos" +msgid "Disable Songs" +msgstr "CanciĂłnes duplicadas" -#: ../../templates/show_recently_played.inc.php:23 +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 #, fuzzy -msgid "hours ago" -msgstr "horas" +msgid "Statistics" +msgstr "EstadĂ­sticas del catálogo" -#: ../../templates/show_recently_played.inc.php:23 +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" +msgstr "" + +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Cleaning the" +msgstr "" + +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" +msgstr "" + +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" +msgstr "" + +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" +msgstr "catálogo" + +#: ../../templates/show_test.inc.php:33 +msgid "" +"You've reached this page because a configuration error has occured. Debug " +"Information below" +msgstr "" + +#: ../../templates/show_test.inc.php:37 +msgid "CHECK" +msgstr "" + +#: ../../templates/show_test.inc.php:39 +msgid "STATUS" +msgstr "" + +#: ../../templates/show_test.inc.php:41 +msgid "DESCRIPTION" +msgstr "DESCRIPCIĂ“N" + +#: ../../templates/show_test.inc.php:44 +msgid "PHP Version" +msgstr "VersiĂłn de PHP" + +#: ../../templates/show_test.inc.php:59 +msgid "" +"This tests to make sure that you are running a version of PHP that is known " +"to work with Ampache." +msgstr "" + +#: ../../templates/show_test.inc.php:63 +msgid "Mysql for PHP" +msgstr "" + +#: ../../templates/show_test.inc.php:78 +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_test.inc.php:82 +msgid "PHP Session Support" +msgstr "" + +#: ../../templates/show_test.inc.php:97 +msgid "" +"This test checks to make sure that you have PHP session support enabled. " +"Sessions are required for Ampache to work." +msgstr "" + +#: ../../templates/show_test.inc.php:101 +msgid "PHP ICONV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:115 +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_test.inc.php:119 +msgid "PHP PCRE Support" +msgstr "" + +#: ../../templates/show_test.inc.php:132 +msgid "" +"This test makes sure you have PCRE support compiled into your version of " +"PHP, this is required for Ampache." +msgstr "" + +#: ../../templates/show_test.inc.php:136 +msgid "PHP PutENV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:149 +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 "" + +#: ../../templates/show_test.inc.php:166 +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_test.inc.php:189 +msgid "" +"This test makes sure that you have set all of the required configuration " +"variables and that we are able to completely parse your config file" +msgstr "" + +#: ../../templates/show_test.inc.php:193 +msgid "DB Connection" +msgstr "" + +#: ../../templates/show_test.inc.php:209 +msgid "" +"This attempts to connect to your database using the values from your ampache." +"cfg.php" +msgstr "" + +#: ../../templates/show_index.inc.php:49 +msgid "Newest Albums" +msgstr "" + +#: ../../templates/show_index.inc.php:54 +msgid "Newest Artists" +msgstr "" + +#: ../../templates/show_index.inc.php:59 +msgid "Newest Genres" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "preferencias" + +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "" + +#: ../../templates/show_account.inc.php:40 #, fuzzy -msgid "days ago" -msgstr "dĂ­as" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "years ago" -msgstr "año" - -#: ../../templates/show_recently_played.inc.php:26 -#, fuzzy -msgid "Recently Played" -msgstr "Menos tocado" - -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" -msgstr "" - -#: ../../templates/show_edit_artist.inc.php:23 -#, fuzzy -msgid "Edit Artist" -msgstr "Artista" - -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" -msgstr "" - -#: ../../localplay.php:50 ../../localplay.php:58 -msgid "Song(s) Removed from Playlist" -msgstr "" - -#: ../../localplay.php:77 -#, fuzzy -msgid "Localplay Init Failed" -msgstr "Control local de reproducciĂłn" - -#: ../../browse.php:48 ../../albums.php:213 -msgid "Show Albums starting with" -msgstr "Monstrar los álbumes que empiezan con" - -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -msgid "Show Artists starting with" -msgstr "Mostrar los artistas que empiezan con" - -#: ../../browse.php:124 -#, fuzzy -msgid "Show Titles Starting With" -msgstr "Mostrar los artistas que empiezan con" - -#: ../../search.php:47 -msgid "Error: No Keyword Entered" -msgstr "" - -#: ../../ampache/templates/sidebar.inc.php:38 -msgid "Lists" -msgstr "Listas" - -#: ../../ratings.php:33 -msgid "Rating Updated" -msgstr "" - -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" -msgstr "" - -#: ../../login.php:80 -msgid "User Disabled please contact Admin" -msgstr "" - -#: ../../login.php:94 -msgid "Unable to create new account" -msgstr "" - -#: ../../login.php:103 -msgid "No local account found" -msgstr "" - -#: ../../login.php:176 -msgid "Message of the Day" -msgstr "" - -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" -msgstr "" - -#: ../../preferences.php:61 -#, fuzzy -msgid "Password Updated" +msgid "New Password" msgstr "Contraseña" -#: ../../update.php:73 -#, fuzzy -msgid "Ampache Update" -msgstr "ActualizaciĂłn rápida" +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" +msgstr "Borrar las estadĂ­sticas" -#: ../../tv.php:62 +#: ../../templates/show_account.inc.php:64 +#, fuzzy +msgid "Update Account" +msgstr "Crear una cuenta" + +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "" + +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "Tocar al azar del álbum" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "Encontrar arte del álbum" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "Nombre de la lista" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "Numero de canciĂłnes" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" +msgstr "Dueño" + +#: ../../activate.php:42 +msgid "No user with this name registered" +msgstr "No hay usuario registrado con este nombre" + +#: ../../activate.php:46 +msgid "The validation key used isn't correct." +msgstr "" + +#: ../../activate.php:51 +msgid "User activated" +msgstr "" + +#: ../../activate.php:51 +msgid "This User ID is activated and can be used" +msgstr "" + +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" +msgstr "" + +#: ../../democratic.php:80 #, fuzzy msgid "Playlist Cleared" msgstr "Lista creada" -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" msgstr "" -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" -msgstr "" - -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" -msgstr "" - -#: ../../activate.php:43 -msgid "No user with this name registered" -msgstr "No hay usuario registrado con este nombre" - -#: ../../activate.php:47 -msgid "The validation key used isn't correct." -msgstr "" - -#: ../../activate.php:52 -msgid "User activated" -msgstr "" - -#: ../../activate.php:52 -msgid "This User ID is activated and can be used" -msgstr "" - -#: ../../playlist.php:46 -msgid "Playlist Deleted" -msgstr "Lista borrada" - -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" -msgstr "" - -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" -msgstr "ÂżEstá seguro que quiere borrar esta lista?" - -#: ../../playlist.php:57 +#: ../../lib/class/flag.class.php:280 #, fuzzy -msgid "Confirm Action" -msgstr "AcciĂłn" +msgid "Approved" +msgstr "Modo" -#: ../../playlist.php:117 -msgid "Playlist Created" -msgstr "Lista creada" - -#: ../../playlist.php:117 -msgid " has been created" -msgstr " ha sido creada" - -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" -msgstr "" - -#: ../../playlist.php:145 -msgid "Playlist Updated" -msgstr "" - -#: ../../playlist.php:146 -msgid "has been updated and is now" -msgstr "" - -#: ../../playlist.php:166 +#: ../../lib/class/flag.class.php:281 #, fuzzy -msgid "Playlist Imported" -msgstr "Lista creada" +msgid "Pending" +msgstr "Añadiendo" -#: ../../playlist.php:195 -#, fuzzy -msgid "Empty Playlists Deleted" -msgstr "Lista borrada" - -#: ../../flag.php:46 -#, fuzzy -msgid "Item Flagged" -msgstr "Comentado por" - -#: ../../flag.php:46 -msgid "The specified item has been flagged" +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" msgstr "" -#: ../../albums.php:48 +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" +msgstr "" + +#: ../../lib/class/song.class.php:341 +msgid "Rate" +msgstr "" + +#: ../../lib/class/song.class.php:345 +msgid "Mode" +msgstr "" + +#: ../../lib/class/song.class.php:357 +msgid "Filesize" +msgstr "Tamaño del archivo" + +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" +msgstr "" + +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" +msgstr "" + +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" +msgstr "Listas de reproducciĂłn" + +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "Error: No puede abrir" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "Error: No puede conseguir el tamaño de" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "no puede estar leido por Ampache" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "Tiempo en total" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "CanciĂłnes en total" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "Error conectando a" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "Codigo" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "" + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" + +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr " ENCONTRADO" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "Buscando nuevo arte de álbum" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "Update Finished." +msgstr "Actualizar el usuario" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Checked" +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "songs updated." +msgstr "" + +#: ../../lib/class/localplay.class.php:647 +msgid "Stopped" +msgstr "" + +#: ../../lib/class/localplay.class.php:650 +#, fuzzy +msgid "Paused" +msgstr "Ya tocado" + +#: ../../lib/class/album.class.php:217 +msgid "Disk" +msgstr "" + +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "" + +#: ../../lib/preferences.php:272 +msgid "M3U" +msgstr "M3U" + +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "M3U Simple" + +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "PLS" + +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "Asx" + +#: ../../lib/preferences.php:276 +msgid "RAM" +msgstr "RAM" + +#: ../../lib/preferences.php:277 +msgid "XSPF" +msgstr "" + +#: ../../lib/preferences.php:310 +msgid "Disabled" +msgstr "" + +#: ../../lib/preferences.php:332 +msgid "Send on Add" +msgstr "" + +#: ../../lib/preferences.php:333 +msgid "Send and Clear on Add" +msgstr "" + +#: ../../lib/preferences.php:334 +msgid "Clear on Send" +msgstr "" + +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 +msgid "Default" +msgstr "" + +#: ../../lib/preferences.php:343 +msgid "Always" +msgstr "" + +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" +msgstr "" + +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "Horrible" + +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "Está bien" + +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "Me gusta" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "¡Me encanta!" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "¡Totalmente loco!" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "¡Super chĂ©vere!" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "InglĂ©s" + +#: ../../lib/general.lib.php:496 +msgid "British English" +msgstr "InglĂ©s de Bretaña" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "Chino simplificado" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "Encender" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "Apagar" + +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "Subir" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "" + +#: ../../lib/ui.lib.php:556 +#, fuzzy +msgid "Random Play" +msgstr "Al azar" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +#, fuzzy +msgid "Admin-Catalog" +msgstr "Añadir catálogo" + +#: ../../lib/ui.lib.php:576 +#, fuzzy +msgid "Admin-User Management" +msgstr "Nombre de usuario" + +#: ../../lib/ui.lib.php:580 +#, fuzzy +msgid "Admin-Mail Users" +msgstr "Mandar un correo a los usuarios" + +#: ../../lib/ui.lib.php:584 +#, fuzzy +msgid "Admin-Manage Access Lists" +msgstr "Listas de aceso" + +#: ../../lib/ui.lib.php:588 +#, fuzzy +msgid "Admin-Site Preferences" +msgstr "Preferencias del Admin" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "" + +#: ../../lib/ui.lib.php:596 +msgid "Browse Music" +msgstr "" + +#: ../../albums.php:32 msgid "Album Art Cleared" msgstr "" -#: ../../albums.php:48 +#: ../../albums.php:32 #, fuzzy msgid "Album Art information has been removed from the database" msgstr "Se eliminĂł el arte de álbumes de la base de datos" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 msgid "Album Art Not Located" msgstr "" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 msgid "" "Album Art could not be located at this time. This may be due to write access " "error, or the file is not received corectly." msgstr "" -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 msgid "Album Art Inserted" msgstr "" -#: ../../register.php:81 -msgid "Error Captcha Required" +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" msgstr "" -#: ../../register.php:88 -msgid "Error Captcha Failed" +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" msgstr "" -#: ../../register.php:95 -msgid "You must accept the user agreement" +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" msgstr "" -#: ../../register.php:100 -msgid "You did not enter a username" +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" msgstr "" -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" msgstr "" -#: ../../register.php:130 -msgid "You must enter a password" +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" msgstr "" -#: ../../register.php:134 -msgid "Your passwords do not match" +#: ../../modules/horde/Browser.php:867 +msgid "file" +msgstr "archivo" + +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." msgstr "" -#: ../../register.php:152 -msgid "Error: Insert Failed" +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" +msgstr "No archivo subido" + +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." +msgstr "HabĂ­a una problema con subir el archivo: No %s fue subido." + +#: ../../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 "" +"HabĂ­a una problema con subir el archivo: El %s fue más grande que el tamaño " +"máximo permitido (%d bytes)." + +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." +msgstr "" +"HabĂ­a una problema con subir el archivo: El %s fue subido parcialmente." + +#: ../../localplay.php:72 ../../localplay.php:80 +msgid "Song(s) Removed from Playlist" msgstr "" -#: ../../register.php:169 -msgid "Registration Complete" +#: ../../playlist.php:57 +msgid "Playlist Created" +msgstr "Lista creada" + +#: ../../playlist.php:57 +msgid " has been created" +msgstr " ha sido creada" + +#: ../../playlist.php:78 +msgid "Playlist Updated" msgstr "" -#: ../../bin/print_tags.php.inc:64 +#: ../../playlist.php:79 +msgid "has been updated and is now" +msgstr "" + +#: ../../playlist.php:101 +#, fuzzy +msgid "Playlist Imported" +msgstr "Lista creada" + +#: ../../playlist.php:130 +#, fuzzy +msgid "Empty Playlists Deleted" +msgstr "Lista borrada" + +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "" + +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "" + +#: ../../login.php:96 +msgid "No local account found" +msgstr "" + +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "" + +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "Mostrar los artistas que empiezan con" + +#: ../../bin/print_tags.inc:66 msgid "" "[print_tags.php.inc]\n" "This commandline script will display the tag information for the specified " @@ -2415,656 +3353,179 @@ msgid "" " \n" msgstr "" -#: ../../bin/print_tags.php.inc:70 +#: ../../bin/print_tags.inc:72 msgid "Filename:" msgstr "Nombre del archivo:" -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "" +#~ msgid "Album Art Already Found" +#~ msgstr "Ya encontrĂł el arte de álbum" -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "" +#~ msgid "Show Genres starting with" +#~ msgstr "Mostrar gĂ©neros que empiezan con" -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "Añadiendo" +#~ msgid "No songs in this playlist." +#~ msgstr "No hay canciĂłnes en esta lista." -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "a la base de datos" +#~ msgid "New Playlist" +#~ msgstr "Nueva lista" -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "Borrado" +#~ msgid "Show w/o art" +#~ msgstr "Mostrar todo sin arte" -#: ../../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 "" +#~ msgid "Show all" +#~ msgstr "Mostrar todo" -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "" +#~ msgid "Add a new user" +#~ msgstr "Añadir usuario nuevo" -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "Error: " +#~ msgid "Do you really want to clear the statistics for this catalog?" +#~ msgstr "ÂżConfirmas borrar las estadĂ­sticas de este catálogo?" -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "" - -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "Arte del álbum" - -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "Haga click para cerrar la ventana" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:49 #, fuzzy -msgid "Remove" -msgstr "Cambiar el nombre" +#~ msgid "Site" +#~ msgstr "TĂ­tulo" -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "" - -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "" - -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" -msgstr "" - -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "TĂ­tulo de la canciĂłn" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "Total" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "" - -#: ../../templates/show_install_config.inc:55 -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 "" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "Nombre del servidor MySQL" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "Nombre del usuario de MySQL" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "Contraseña de MySQL" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "Tocar el álbum" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "Tocar al azar del álbum" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "Encontrar arte del álbum" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "preferencias" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "" - -#: ../../templates/show_preferences.inc:65 -msgid "Streaming" -msgstr "" - -#: ../../templates/show_preferences.inc:68 #, fuzzy -msgid "Options" -msgstr "AcciĂłnes" +#~ msgid "Confirm Delete" +#~ msgstr "Usuario borrado" -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "Cuenta" +#~ msgid "Do you really want to delete this Access Record?" +#~ msgstr "ÂżConfirmas borrar este registro de aceso?" -#: ../../templates/show_preferences.inc:76 -msgid "System" -msgstr "" - -#: ../../templates/show_preferences.inc:79 -msgid "Modules" -msgstr "" - -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "Tocar una canciĂłn al azar" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "Del gĂ©nero" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "Estándar" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" -msgstr "Ălbumes enteros" - -#: ../../templates/show_random_play.inc:55 -msgid "Full Artist" -msgstr "" - -#: ../../templates/show_random_play.inc:61 #, fuzzy -msgid "From catalog" -msgstr "del catálogo" +#~ msgid "Entry Updated" +#~ msgstr "ActualizaciĂłn rápida" -#: ../../templates/show_random_play.inc:67 #, fuzzy -msgid "Size Limit" -msgstr "LĂ­mite" +#~ msgid "Are you sure you want to remove this module?" +#~ msgstr "ÂżEstá seguro que quiere borrar esta lista?" -#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122 -msgid "Unlimited" -msgstr "Sin lĂ­mites" - -#: ../../templates/show_install.inc:54 -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 "" -"Este parte crea y inserta la base de datos Ampache. Por eso, por favorusa " -"una cuenta de MySQL con permisos de crear una base de datos. Es posibleque " -"tenga que esperar un ratito. Este dependa en cuán viejo es su computadora." - -#: ../../templates/show_install.inc:72 -msgid "MySQL Administrative Username" -msgstr "Nombre administrativo de MySQL" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "Contraseña administrativa de MySQL" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "Crear un usuario para nueva base de datos" - -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "Nombre del usuario de la base de datos Ampache" - -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "Contraseña del usario de la base de datos Ampache" - -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "Insertar una base de datos" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "Añadir aceso para un servidor" - -#: ../../templates/show_add_access.inc:23 -msgid "" -"Use the form below to add a host that you want to have access to your " -"Ampache catalog." -msgstr "" -"Usa la forma abajo para añadir un servidor para tener aceso al catálogo de " -"Ampache" - -#: ../../templates/show_add_access.inc:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "Primera direcciĂłn de IP" - -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 #, fuzzy -msgid "End IP Address" -msgstr "DirecciĂłn de acabar" +#~ msgid "No Playlists Found" +#~ msgstr "No se encontraron resultados" + +#~ msgid "Users" +#~ msgstr "Usuarios" + +#~ msgid "Mail Users" +#~ msgstr "Mandar un correo a los usuarios" + +#~ msgid "Access List" +#~ msgstr "Lista de aceso" + +#~ msgid "Rename Artist" +#~ msgstr "Cambiar el nombre del artista" + +#~ msgid "Results Per Page" +#~ msgstr "Resultados por página" -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 #, fuzzy -msgid "Read" -msgstr "Al azar" +#~ msgid "Module Name" +#~ msgstr "Nombre entero" -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "" - -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 #, fuzzy -msgid "ACL Type" -msgstr "Tipo" +#~ msgid "Admin Controls" +#~ msgstr "SecciĂłn de administraciĂłn" + +#~ msgid "Newest Artist Additions" +#~ msgstr "Los artistas más nuevos" + +#~ msgid "Newest Album Additions" +#~ msgstr "Los álbumes más nuevos" + +#~ msgid "Playlist Actions" +#~ msgstr "AcciĂłnes de la lista" + +#~ msgid "Edit Playlist" +#~ msgstr "Cambia la lista de reproducciĂłn" + +#~ msgid "Play This Playlist" +#~ msgstr "Tocar esta lista" -#: ../../templates/show_add_access.inc:67 #, fuzzy -msgid "Stream Access" -msgstr "Aceso" +#~ msgid "Delete This Playlist" +#~ msgstr "Tocar esta lista" -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "" - -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "" - -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "" - -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "" - -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -msgid "Remote Key" -msgstr "" - -#: ../../templates/show_add_access.inc:87 #, fuzzy -msgid "Create ACL" -msgstr "Crear una cuenta" +#~ msgid "Delete Empty Playlists" +#~ msgstr "Crear nueva lista" -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "DirecciĂłn de empezar" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "DirecciĂłn de acabar" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "Nombre entero" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "Ăšltimo visto" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "Fecha de registro" - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "" - -#: ../../templates/show_users.inc:61 #, fuzzy -msgid "Last Ip" -msgstr "Ăšltimo visto" +#~ msgid "Localplay Init Failed" +#~ msgstr "Control local de reproducciĂłn" -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "En linea" +#~ msgid "Show Albums starting with" +#~ msgstr "Monstrar los álbumes que empiezan con" -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "Portada" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "Nombre del álbum" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "Año del álbum" - -#: ../../templates/show_artist.inc:38 #, fuzzy -msgid "Tracks" -msgstr "CanciĂłnes en total" +#~ msgid "Show Titles Starting With" +#~ msgstr "Mostrar los artistas que empiezan con" + +#~ msgid "Lists" +#~ msgstr "Listas" -#: ../../templates/show_edit_access.inc:23 #, fuzzy -msgid "Edit Access List" -msgstr "Lista de aceso" +#~ msgid "Password Updated" +#~ msgstr "Contraseña" -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "" +#~ msgid "Playlist Deleted" +#~ msgstr "Lista borrada" -#: ../../templates/show_test.inc:35 -msgid "" -"You've reached this page because a configuration error has occured. Debug " -"Information below" -msgstr "" +#~ msgid "Are you sure you want to delete this playlist" +#~ msgstr "ÂżEstá seguro que quiere borrar esta lista?" -#: ../../templates/show_test.inc:39 -msgid "CHECK" -msgstr "" - -#: ../../templates/show_test.inc:41 -msgid "STATUS" -msgstr "" - -#: ../../templates/show_test.inc:43 -msgid "DESCRIPTION" -msgstr "DESCRIPCIĂ“N" - -#: ../../templates/show_test.inc:46 -msgid "PHP Version" -msgstr "VersiĂłn de PHP" - -#: ../../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 "" - -#: ../../templates/show_test.inc:65 -msgid "Mysql for PHP" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:84 -msgid "PHP Session Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:103 -msgid "PHP ICONV Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:121 -msgid "PHP PCRE Support" -msgstr "" - -#: ../../templates/show_test.inc:134 -msgid "" -"This test makes sure you have PCRE support compiled into your version of " -"PHP, this is required for Ampache." -msgstr "" - -#: ../../templates/show_test.inc:138 -msgid "PHP PutENV Support" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "" - -#: ../../templates/show_test.inc:240 -msgid "DB Connection" -msgstr "" - -#: ../../templates/show_test.inc:256 -msgid "" -"This attempts to connect to your database using the values from your ampache." -"cfg.php" -msgstr "" - -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "Buscar" - -#: ../../templates/show_similar_artists.inc:23 #, fuzzy -msgid "Similar Artists" -msgstr "Artistas" +#~ msgid "Confirm Action" +#~ msgstr "AcciĂłn" -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" -msgstr "" +#~ msgid "Adding" +#~ msgstr "Añadiendo" -#: ../../templates/show_similar_artists.inc:62 -msgid "Back" -msgstr "" +#~ msgid "to database" +#~ msgstr "a la base de datos" + +#~ msgid "Error: " +#~ msgstr "Error: " + +#~ msgid "Song title" +#~ msgstr "TĂ­tulo de la canciĂłn" + +#~ msgid "Total" +#~ msgstr "Total" -#: ../../templates/show_similar_artists.inc:73 #, fuzzy -msgid "Rename selected" -msgstr "Tocar la selecciĂłn" +#~ msgid "Options" +#~ msgstr "AcciĂłnes" + +#~ msgid "" +#~ "Use the form below to add a host that you want to have access to your " +#~ "Ampache catalog." +#~ msgstr "" +#~ "Usa la forma abajo para añadir un servidor para tener aceso al catálogo " +#~ "de Ampache" + +#~ msgid "Album Name" +#~ msgstr "Nombre del álbum" + +#~ msgid "Album Year" +#~ msgstr "Año del álbum" -#: ../../templates/show_similar_artists.inc:83 #, fuzzy -msgid "Advanced Options" -msgstr "Agregado" +#~ msgid "Tracks" +#~ msgstr "CanciĂłnes en total" -#: ../../templates/show_similar_artists.inc:144 #, fuzzy -msgid "Search Again" -msgstr "Buscar" +#~ msgid "Edit Access List" +#~ msgstr "Lista de aceso" -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "" +#~ msgid "Reset Form" +#~ msgstr "Borrar la forma" -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "Recordarme" +#~ msgid "Save Search As Track on" +#~ msgstr "Ahorrar la bĂşsqueda como una canciĂłn en" -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "Registrar" - -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "Palabras claves" - -#: ../../templates/show_search.inc:73 -msgid "Played" -msgstr "Ya tocado" - -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" -msgstr "Bitrate mĂ­nimo" - -#: ../../templates/show_search.inc:96 -#, fuzzy -msgid "One Star" -msgstr "Dueño" - -#: ../../templates/show_search.inc:97 -#, fuzzy -msgid "Two Stars" -msgstr "Usuarios en total" - -#: ../../templates/show_search.inc:98 -msgid "Three Stars" -msgstr "" - -#: ../../templates/show_search.inc:99 -msgid "Four Stars" -msgstr "" - -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "Operador" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "Y" - -#: ../../templates/show_search.inc:112 -msgid "Method" -msgstr "MetĂłd" - -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "No exacto" - -#: ../../templates/show_search.inc:116 -msgid "Exact" -msgstr "Exacto" - -#: ../../templates/show_search.inc:119 -#, fuzzy -msgid "Maximum Results" -msgstr "Resultados máximos" - -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "Borrar la forma" - -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" -msgstr "Ahorrar la bĂşsqueda como una canciĂłn en" - -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "Ahorrar" +#~ msgid "Save" +#~ msgstr "Ahorrar" #~ msgid "Amazon" #~ msgstr "Amazon" @@ -3256,10 +3717,6 @@ msgstr "Ahorrar" #~ msgid "Object Type" #~ msgstr "Tipo de objeto" -#, fuzzy -#~ msgid "Genres" -#~ msgstr "GĂ©nero" - #~ msgid "MPD Play Control" #~ msgstr "Control de MPD Play" diff --git a/locale/fr_FR/LC_MESSAGES/messages.po b/locale/fr_FR/LC_MESSAGES/messages.po index 0266967e..4d45e5b9 100644 --- a/locale/fr_FR/LC_MESSAGES/messages.po +++ b/locale/fr_FR/LC_MESSAGES/messages.po @@ -11,664 +11,3237 @@ msgid "" msgstr "" "Project-Id-Version: v0.1a\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: 2007-07-22 17:01+0200\n" "Last-Translator: François Jan \n" "Language-Team: French\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "Erreur saisissez le captcha" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "Erreur Captcha s'est cassé" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "Vous devez accepter les conditions d'utilisation" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "Vous n'avez pas entré un nom d'utilisateur" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "SVP entrez vos prénom et nom" + +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "Vous devez entrer un mot de passe" + +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "Vos mots de passe ne correspondent pas" + +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "Erreur: Nom d'utilisateur déjà existant" + +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "Erreur : Enregistrement non effectué" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "Enregistrement terminé" + +#: ../../update.php:51 +msgid "Ampache Update" +msgstr "Mode debogage d'Ampache" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "Session expirée : reconnectez vous sur" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" -msgstr "Erreur : impossible d'ouvrir" +#: ../../ratings.php:32 +msgid "Rating Updated" +msgstr "Score mis à jour" -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" -msgstr "Erreur: Impossible de changer de répertoire" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" +msgstr "Votre score pour cet objet a été mis à jour" -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "Erreur: Impossible d'obtenir la taille de fichier de" +#: ../../radio.php:50 +msgid "Radio Station Added" +msgstr "" -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "n'est pas lisible par ampache" +#: ../../admin/flag.php:97 +msgid "Song Updated" +msgstr "Morceaux mis à jour" -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" -msgstr "albums avec image" +#: ../../admin/flag.php:97 +#, fuzzy +msgid "The requested song has been updated" +msgstr "" +"Le(s) morceau(x) demandé(s) ont(a) été dé " +"sactivé(s)" -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "Démarrage de la construction du catalogue" +#: ../../admin/flag.php:139 +msgid "Album Updated" +msgstr "l'album a été mis à jour" -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "Synchronisation distante en cours" +#: ../../admin/flag.php:181 +msgid "Artist Updated" +msgstr "Artist mise à jour" -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "Trouvé" +#: ../../admin/flag.php:246 +msgid "Songs Updated" +msgstr "Morceaux mis à jour" -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -msgid "None" -msgstr "Non" +#: ../../admin/flag.php:254 +msgid "Flag Removed" +msgstr "marquée enlevés" -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "Playlist ajoutée à partir de" +#: ../../admin/flag.php:255 +msgid "Flag Removed from" +msgstr "marquée effacée pour" -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "Démarrage de la recherche de jaquette d'album" +#: ../../admin/flag.php:270 +msgid "Flags Updated" +msgstr "marquée ajoutée" -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "Cherché" +#: ../../admin/flag.php:289 +msgid "Songs Disabled" +msgstr "Morceaux désactivés" -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "Catalogue terminé" +#: ../../admin/flag.php:289 +msgid "The requested song(s) have been disabled" +msgstr "" +"Le(s) morceau(x) demandé(s) ont(a) été dé" +"sactivé(s)" -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "Durée totale" +#: ../../admin/flag.php:300 +msgid "Songs Enabled" +msgstr "Morceaux activés" -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "Total des morceaux" +#: ../../admin/flag.php:300 +msgid "The requested song(s) have been enabled" +msgstr "" -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "Morceaux par secondes" +#: ../../admin/flag.php:305 +msgid "Flagged Records" +msgstr "Marqué par" -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "Mis à jour" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "Mise à jour non nécessaire" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "Démarrage de la recherche des nouveaux morceaux" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "catalogue" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "Mise à jour distante en cours" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 +msgid "Catalog Updated" msgstr "Mise à jour du catalogue terminée" -#: ../../lib/class/catalog.class.php:1064 +#: ../../admin/catalog.php:106 +msgid "Catalog Deleted" +msgstr "Nettoyage de catalogue terminé" + +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" +msgstr "" + +#: ../../admin/catalog.php:115 +msgid "Songs Removed" +msgstr "Fichiers enlevés" + +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" +msgstr "Aucun titre n a été supprimé" + +#: ../../admin/catalog.php:121 +msgid "Disabled Songs Processed" +msgstr "Voir les morceaux désactivés" + +#: ../../admin/catalog.php:141 +msgid "Catalog Cleaned" +msgstr "Nettoyage de catalogue terminé" + +#: ../../admin/catalog.php:191 +msgid "Catalog Created" +msgstr "catalogue a été créé" + +#: ../../admin/catalog.php:208 +msgid "Catalog statistics cleared" +msgstr "Statistiques des catalogues effaceées" + +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "Lecture en cours effacée" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "" +"Toutes les données sur les lectures en cours ont été " +"effacées" + +#: ../../admin/catalog.php:233 +#, fuzzy +msgid "No Disabled songs found" +msgstr "Aucun morceau désactivé" + +#: ../../admin/catalog.php:242 +msgid "Delete Catalog" +msgstr "Supprimer le catalogue" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "Voulez-vous vraiment supprimer ce catalogue ?" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "Recherche de jaquettes d'albums terminée" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 +msgid "Error Username Required" +msgstr "Erreur: Le nom d'utilisateur est obligatoire" + +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 +msgid "Error Passwords don't match" +msgstr "Erreur: Les mots de passe ne correspondent pas" + +#: ../../admin/users.php:79 +msgid "User Updated" +msgstr "" + +#: ../../admin/users.php:79 +msgid "updated" +msgstr "" + +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" +msgstr "Invite" + +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" +msgstr "Utilisateur" + +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "Administration" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 msgid "Error" msgstr "Erreur" -#: ../../lib/class/catalog.class.php:1064 +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 +msgid "User Deleted" +msgstr "Utilisateur supprimé" + +#: ../../admin/users.php:157 +msgid "Delete Error" +msgstr "Erreur de suppression" + +#: ../../admin/users.php:157 +msgid "Unable to delete last Admin User" +msgstr "Il est impossible de supprimer le dernier administrateur" + +#: ../../admin/users.php:163 +msgid "Deletion Request" +msgstr "demande de suppression" + +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" +msgstr "étes-vous sĂ»r de vouloir supprimer définitivement" + +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" +msgstr "" + +#: ../../admin/modules.php:54 ../../admin/modules.php:92 +msgid "Are you sure you want to remove this plugin?" +msgstr "Voulez-vous vraiment supprimer cette liste de lecture ?" + +#: ../../admin/modules.php:66 ../../admin/modules.php:111 +msgid "Plugin Deactivated" +msgstr "Plugin désactivé" + +#: ../../admin/modules.php:85 +msgid "Plugin Activated" +msgstr "Plugin activé" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "Supprimé" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "Votre liste d'accès a été supprimée" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" +msgstr "Ajouté" + +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "" +"Votre nouvelle liste d'accès a été créée" + +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "Mis à jour" + +#: ../../admin/access.php:45 +msgid "Access List Entry updated" +msgstr "Ajouter une entrée dans la liste d'accès" + +#: ../../admin/system.php:64 +#, fuzzy +msgid "Export Failed" +msgstr "Erreur : Enregistrement non effectué" + +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" +msgstr "Aucun catalogue trouvé !" + +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "Ajouter un catalogue" + +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "Statistiques des catalogues" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "jour" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "jours" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "heure" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "heures" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "Total des utilisateurs" + +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "Utilisateurs connectés" + +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "Albums" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "Artistes" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "Morceaux" + +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "Taille du catalogue" + +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "Durée du catalogue" + +#: ../../admin/mail.php:260 +#, fuzzy +msgid "E-mail Sent" +msgstr "Gestion d'e-mail" + +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "Email envoyé" + +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" + +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" + +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" + +#: ../../flag.php:45 +msgid "Item Flagged" +msgstr "Marqué par" + +#: ../../flag.php:45 +msgid "The specified item has been flagged" +msgstr "Marqué par" + +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +msgid "Catalogs" +msgstr "Catalogues" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "Nom" + +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "Action" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "ajouter" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "Vérifier" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +msgid "Clean" +msgstr "Supprimer les informations" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "tout" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "Supprimer" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "Rapide" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "Rassembler les jaquettes" + +#: ../../templates/show_admin_tools.inc.php:68 +msgid "No Catalogs Found" +msgstr "Aucun catalogue trouvé !" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +msgid "Clean All" +msgstr "Nettoyer tous les Catalogues" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +msgid "Verify All" +msgstr "Tout Vérifier" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +msgid "Add to All" +msgstr "Ajouter à tout" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +msgid "Update All" +msgstr "Tout Mettre à jour" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "Vider les statistiques des catalogues" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "Recupérer la jaquette d'album" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "Autres outils" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "Voir les doublons" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "Effacer lecture en cours" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +msgid "Generate New Config" +msgstr "écrire la configuration" + +#: ../../templates/show_admin_tools.inc.php:93 +msgid "Preferences Permissions" +msgstr "Préférences" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "Exporter vers Itunes DB" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +msgid "Check for New Version" +msgstr "Test de la configuration" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "Selectionner" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +msgid "Object" +msgstr "Objet" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "Marquée" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "Commentaire" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "Statut" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +msgid "No Records Found" +msgstr "Aucun catalogue trouvé !" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "Refuser" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "Approuver" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +msgid "Update" +msgstr "Mis à jour" + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +#, fuzzy +msgid "Show All" +msgstr "Montrer tout" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "Installation d'Ampache" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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 "" +"Cette page gère l'installation de la base de données d'Ampache " +"et la création du fichier ampache.cfg.php. Avant de continuer, " +"assurez-vous d'avoir tous les pré-requis" + +#: ../../templates/show_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" +"Un serveur MySQL avec un utilisateur et mot de passe pouvant créer et " +"modifier les bases de données" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" +"Votre serveur web a accès en lecture sur les fichiers /sql/ampache." +"sql et /config/ampache.cfg.dist.php" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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 "" +"Une fois vous etre assuré avoir les pré-requis pré" +"cédents, donnez s'il vous plait les informations ci-dessous. On ne " +"vous demandera que les informations de configuration indispensables. Si vous " +"désirez modifier par la suite votre configuration, éditez le " +"fichier /config/ampache.cfg.php" + +#: ../../templates/show_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "" +"Etape 1 - Création et alimentation de la base de données " +"d'Ampache" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "Etape 2 - Création du fichier ampache.cfg.php" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "Etape 3 - Paramètres du compte initial" + +#: ../../templates/show_install_account.inc.php:52 +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 "" +"Cette étape crée votre compte administrateur initial. Une fois " +"ce compte créé, vous serez redirigé vers la page de " +"login" + +#: ../../templates/show_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "Créer un compte administrateur" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "Nom d'utilisateur" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "Mot de passe" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "Créer un compte" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "Chemin" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "Actions" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "Titre" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "Artiste" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "Album" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "Genre" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "Débit" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "Nom de fichier" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +msgid "Song Title" +msgstr "Titre du morceau" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "Liste de lecture" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "Inconnu" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "Nom complet" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "Dernier(s) vu(s)" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "Activité" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +msgid "Recently Played" +msgstr "Récemment joués" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "Piste" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "Durée" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "Pas assez de données" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "Jaquette d'album" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "Cliquer pour fermer la fenetre" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "Télécharger" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "éditer" + +#: ../../templates/show_flag.inc.php:41 +msgid "Flag Song" +msgstr "Morceau marqué" + +#: ../../templates/show_flag.inc.php:45 +#: ../../templates/show_edit_song.inc.php:27 +msgid "File" +msgstr "fichier" + +#: ../../templates/show_flag.inc.php:49 +msgid "Item" +msgstr "article" + +#: ../../templates/show_flag.inc.php:53 +msgid "Reason to flag" +msgstr "Raison du marquage" + +#: ../../templates/show_flag.inc.php:57 +msgid "Incorrect Tags" +msgstr "Mauvais Tags" + +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" +msgstr "" + +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +msgid "Other" +msgstr "autre" + +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" +msgstr "hors de" + +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" +msgstr "Trouvé" + +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" +msgstr "" + +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "Conditions" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.php.dist file" +msgstr "" +"Votre serveur web a des droits en lecture sur les fichiers /sql/ampache.sql " +"et /config/ampache.cfg.php.dist" + +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" +msgstr "Lancer la configuration" + +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" +msgstr "Les albums du moment" + +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" +msgstr "Jouer l'album" + +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" +msgstr "Volume" + +#: ../../templates/show_localplay_status.inc.php:55 +#, fuzzy +msgid "Repeat" +msgstr "Refuser" + +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 +msgid "Random" +msgstr "Aléatoire" + +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" +msgstr "Le temp d'ajout" + +#: ../../templates/show_disabled_songs.inc.php:65 +msgid "Remove" +msgstr "Effacement" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" +msgstr "" + +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "Ajouter une entrée" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "Adresse de début" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "Adresse de fin" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "Niveau" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "Clef" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "Type" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "Nom complet" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "Date d'enregistrement" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +msgid "Last Ip" +msgstr "Dernier(s) IPs" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "En ligne" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +msgid "Base Playlist" +msgstr "liste de lecture accueil" + +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "Créer un nouvelle liste de lecture" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "Score" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "Morceau" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "étape 2 - Création du fichier Ampache.cfg.php" + +#: ../../templates/show_install_config.inc.php:51 +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 "" +"Cette étape prend la configuration de base et essaie de l'appliquer " +"à votre serveur web. Si l'accès est refusé, vous verrez " +"une invite de chargement du fichier de configuration. SVP mettez le fichier " +"de configuration téléchargé dans /config" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "Chemin d'accès web" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "Nom de la base de données" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "Hôte MySQL" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "Utilisateur MySQL" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "Mot de passe MySQL" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "écrire la configuration" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "Ampache.cfg.php existe" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "Ampache.cfg.php configuré ?" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "Test de la configuration" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "Éditer un utilisateur" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "E-mail" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "Confirmation du mot de passe" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "Niveau d'accès utilisateur" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "Mise à jour d'un utilisateur" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "Divers" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "Chercher" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +#, fuzzy +msgid "Create" +msgstr "Débit" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "Continuer" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "Annuler" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "Accueil" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "Parcourir" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +msgid "Localplay" +msgstr "Lecture en local" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "Préférences" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "Déconnexion" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "mise à jour de" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "Catalogues" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "test des tags des morceaux trouvés" + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "Vérifié" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +#, fuzzy +msgid "Current Playlist" +msgstr "Créer un nouvelle liste de lecture" + +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "Jouer" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "Suivant" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +msgid "Description" +msgstr "Description" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +msgid "Version" +msgstr "Version de PHP" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "Désactiver" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +msgid "Activate" +msgstr "Utilisateur activé" + +#: ../../templates/show_install.inc.php:54 +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 "" +"Cette étape crée et remplie la base de données Ampache, " +"pour celà donner un compte d'accès mysql avec des droits de " +"création. Cette étape peut prendre un certain temps dé" +"pendant de la vitesse de votre ordinateur" + +#: ../../templates/show_install.inc.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "Nom d'utilisateur administrateur MySQL" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "Mot de passe administrateur MySQL" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "" +"Crée un utilisateur de base de données pour la nouvelle base" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "Nom d'utilisateur de base de données Ampache" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "Mot de passe de l'utilisateur de base de données Ampache" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "Remplissage de la base de données" + +#: ../../templates/show_similar_artists.inc.php:23 +msgid "Similar Artists" +msgstr "Liste complète des artistes" + +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "Vérifiez les artictes que vous souhaitez associer a cet artiste" + +#: ../../templates/show_similar_artists.inc.php:66 +msgid "Back" +msgstr "Préc&ecaute;dent" + +#: ../../templates/show_similar_artists.inc.php:77 +msgid "Rename selected" +msgstr "Renommer les sélectionnées" + +#: ../../templates/show_similar_artists.inc.php:91 +msgid "Advanced Options" +msgstr "Avancé" + +#: ../../templates/show_similar_artists.inc.php:152 +msgid "Search Again" +msgstr "Recherche encore" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "Créer un nouvelle liste de lecture" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "Renommer" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "OU" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "Insérer la valeur en cours" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "Mettre à jour les balises ID3" + +#: ../../templates/show_playlist.inc.php:30 +msgid "Normalize Tracks" +msgstr "Normaliser les morceaux" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +msgid "Play Random" +msgstr "Jouer aléatoirement" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "Erreur la configuration est vieux" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "Couverture" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "Année" + +#: ../../templates/show_preference_admin.inc.php:22 +#, fuzzy +msgid "Preference Administration" +msgstr "Préférences" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "Préférence" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "secondes" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "minutes ago" +msgstr "Minutes" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "hours ago" +msgstr "heures" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "days ago" +msgstr "jours" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "semaines" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "mois" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "years ago" +msgstr "année" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "Derniers titres joués" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "Recherche dans Ampache" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "Mots clés" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "Joué" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "Oui" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "Non" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "Débit minimum" + +#: ../../templates/show_search.inc.php:95 +msgid "One Star" +msgstr "1 étoile" + +#: ../../templates/show_search.inc.php:96 +msgid "Two Stars" +msgstr "2 etoiles" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "3 etoiles" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "4 etoiles" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "5 etoiles" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "Opérateur" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "ET" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "Méthode" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "approximatif" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "exacte" + +#: ../../templates/show_search.inc.php:118 +msgid "Maximum Results" +msgstr "Nombre de résultats" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "illimité" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +msgid "ACL Type" +msgstr "Type d'ACL" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +msgid "Stream Access" +msgstr "Accés Flux" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "l'Interface Web" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "Définition de réseau local" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "XML-RPC" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "Adresse IP de début" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "Adresse IP de fin" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +#, fuzzy +msgid "Remote Key" +msgstr "Distant" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "voir" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +msgid "Read" +msgstr "Lire" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "Lire/Ecrit" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "Enregistrement d'un nouvel utilisateur Ampache" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "Accord de l'utilisateur" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "J'accepte" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "Informations de l'utilisateur" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "Supprimer les informations" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "Enregistrer un utilisateur" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "Connexion" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "Mémoriser" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "S'inscrire" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "Message de Jour" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "Artistes les plus populaires" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "Albums les plus populaires" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "Genres les plus populaires" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "Morceaux les plus populaires" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "Flux live les plus populaires" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "Tags les plus populaires" + +#: ../../templates/show_edit_song.inc.php:23 +msgid "Edit Song" +msgstr "édition" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "marqu&aecute;es pour etiquettage" + +#: ../../templates/show_edit_song.inc.php:88 +msgid "Update Song" +msgstr "Mise à jour des catalogues" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +msgid "Genres" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:24 +#, fuzzy +msgid "Send E-mail to Users" +msgstr "E-mail aux utilisateurs" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "Mail pour" + +#: ../../templates/show_mail_users.inc.php:54 +#, fuzzy +msgid "Latest Artist Additions" +msgstr "Artistes récemment ajoutés" + +#: ../../templates/show_mail_users.inc.php:65 +msgid "Latest Album Additions" +msgstr "Albums récemment ajoutés" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "Morceaux marquées" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +msgid "Disabled Songs" +msgstr "Voir les morceaux désactivés" + +#: ../../templates/show_mail_users.inc.php:87 +#, fuzzy +msgid "Most Popular Threshold in days" +msgstr "Morceaux les plus populaires" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "Sujet" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "Message" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "Envoyer l'e-mail" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "Ajouter un nouvel utilisateur" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "Ajouter un utilisateur" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "Ajouter un accès pour un hôte" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +#, fuzzy +msgid "Create ACL" +msgstr "Créer un compte" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "Valeur" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "Pour tous" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "Description" + +#: ../../templates/show_playlist_edit.inc.php:26 +msgid "Editing Playlist" +msgstr "Editer la liste de lecture" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "Public" + +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" +msgstr "Privé" + +#: ../../templates/show_duplicates.inc.php:25 +msgid "Find Duplicates" +msgstr "Trouver des doublons" + +#: ../../templates/show_duplicates.inc.php:29 +msgid "Search Type" +msgstr "Type de recherche" + +#: ../../templates/show_duplicates.inc.php:36 +msgid "Artist and Title" +msgstr "Artiste et titre" + +#: ../../templates/show_duplicates.inc.php:37 +msgid "Artist, Album and Title" +msgstr "Artiste, Album et Titre" + +#: ../../templates/show_duplicates.inc.php:44 +msgid "Select Best Guess" +msgstr "Choisi le meilleur conjecture" + +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" +msgstr "Démarrage de la recherche de jaquette d'album" + +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" +msgstr "Cherché" + +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 +msgid "None" +msgstr "Non" + +#: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 +msgid "Albums by" +msgstr "Albums de" + +#: ../../templates/show_artist_box.inc.php:34 +msgid "Show All Songs By" +msgstr "Voir tous les morceaux de" + +#: ../../templates/show_artist_box.inc.php:35 +msgid "Play All Songs By" +msgstr "Jouer tous les morceaux de" + +#: ../../templates/show_artist_box.inc.php:36 +msgid "Play Random Songs By" +msgstr "Jouer aléatoirement les morceaux de" + +#: ../../templates/show_artist_box.inc.php:38 +#: ../../templates/show_album.inc.php:52 +msgid "Update from tags" +msgstr "Mettre à jour à partir des balises" + +#: ../../templates/show_artist_box.inc.php:39 +msgid "Find duplicate artists" +msgstr "Trouver des doublons" + +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" +msgstr "" + +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" +msgstr "Jouer aléatoirement une sélection" + +#: ../../templates/show_random.inc.php:26 +msgid "Item count" +msgstr "Nombre d'éléments" + +#: ../../templates/show_random.inc.php:41 +msgid "From genre" +msgstr "Par genre" + +#: ../../templates/show_random.inc.php:50 +msgid "Standard" +msgstr "Standard" + +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" +msgstr "Moins joué" + +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" +msgstr "Tous les albums" + +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" +msgstr "Artiste complet" + +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" +msgstr "Minutes" + +#: ../../templates/show_random.inc.php:59 +#, fuzzy +msgid "From catalog" +msgstr "d'un catalogue" + +#: ../../templates/show_random.inc.php:65 +msgid "Size Limit" +msgstr "Limite de Taille" + +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" +msgstr "En Liste" + +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" +msgstr "En cours de lecture" + +#: ../../templates/show_genre.inc.php:29 +msgid "Viewing" +msgstr "Voir" + +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" +msgstr "" + +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" +msgstr "Compte" + +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" +msgstr "" + +#: ../../templates/sidebar_preferences.inc.php:32 +msgid "Modules" +msgstr "Mode" + +#: ../../templates/sidebar_preferences.inc.php:34 +msgid "Localplay Modules" +msgstr "Lecture en local" + +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" +msgstr "Plugins disponible" + +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" +msgstr "" + +#: ../../templates/show_get_albumart.inc.php:23 +msgid "Customize Search" +msgstr "Recherche personnalisée" + +#: ../../templates/show_get_albumart.inc.php:44 +msgid "Direct URL to Image" +msgstr "Lien direct vers l'image" + +#: ../../templates/show_get_albumart.inc.php:52 +#, fuzzy +msgid "Local Image" +msgstr "Lecture en local" + +#: ../../templates/show_get_albumart.inc.php:63 +msgid "Get Art" +msgstr "Obtenir la jaquette" + +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" +msgstr "Mode debogage d'Ampache" + +#: ../../templates/show_edit_catalog.inc.php:22 +#, fuzzy +msgid "Settings for" +msgstr "Paramètre pour les catalogues dans" + +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" +msgstr "Auto-insertion des champs" + +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" +msgstr "nom de l'album" + +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" +msgstr "nom de l'artiste" + +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" +msgstr "commentaire de balise" + +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" +msgstr "genre" + +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" +msgstr "numéro de la piste (complété par des 0)" + +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" +msgstr "titre du morceau" + +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" +msgstr "année" + +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" +msgstr "autre" + +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "Type de catalogue" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "Clef de XML-RPC" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "Motif de nom de fichier" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "Motif de dossier" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "(ne commençant ou ne finissant pas avec '/')" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "Sauver les paramètres du catalogue" + +#: ../../templates/show_democratic_playlist.inc.php:38 +#, fuzzy +msgid "Playing from base Playlist" +msgstr "Jouer cette liste de lecture" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +#, fuzzy +msgid "Votes" +msgstr "Votes" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 +msgid "Edit Artist" +msgstr "Artiste" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +msgid "Edit Album" +msgstr "Editer l'Album" + +#: ../../templates/show_edit_album.inc.php:47 +msgid "Update Album" +msgstr "Mis à jour" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "Les dix derniés enregistrements marqués" + +#: ../../templates/show_plugins.inc.php:46 +#, fuzzy +msgid "Deactivate" +msgstr "Utilisateur activé" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "Flux" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" +msgstr "" + +#: ../../templates/show_play_selected.inc.php:28 +msgid "Play Selected" +msgstr "Jouer la sélection" + +#: ../../templates/show_play_selected.inc.php:31 +msgid "Download Selected" +msgstr "Télécharger la sélection" + +#: ../../templates/show_play_selected.inc.php:40 +msgid "Set Track Numbers" +msgstr "Définir les numéros de piste" + +#: ../../templates/show_play_selected.inc.php:41 +msgid "Remove Selected Tracks" +msgstr "Enlever les pistes sélectionnées" + +#: ../../templates/show_play_selected.inc.php:47 +msgid "Add to" +msgstr "Ajouter à" + +#: ../../templates/show_ip_history.inc.php:23 +msgid "IP History" +msgstr "Histoire d'IP" + +#: ../../templates/show_ip_history.inc.php:26 +msgid "Show Unique" +msgstr "Voir unique" + +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 +msgid "Date" +msgstr "Date" + +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 +#, fuzzy +msgid "IP Address" +msgstr "Adresse IP de fin" + +#: ../../templates/show_add_catalog.inc.php:27 +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 "" +"Dans le formulaire suivant, entrez soit un chemin local (ex: /data/music) ou " +"un lien d'une installation Ampache distante (ex: http://lautreampache.com)" + +#: ../../templates/show_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "Nom de catalogue" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "Local" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "Distant" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "Obligatoire pour un catalogue distant" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "Motif de nom de fichier" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "Construire les listes de lecture à partir des fichiers m3u" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "Ajouter un catalogue" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +msgid "Clear Playlist" +msgstr "Effacer liste de lecture" + +#: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 +msgid "Recommendations" +msgstr "Recommandations" + +#: ../../templates/show_user_recommendations.inc.php:29 +msgid "Recommended Artists" +msgstr "Recommende les Artists" + +#: ../../templates/show_user_recommendations.inc.php:40 +msgid "Recommended Albums" +msgstr "Recommende les albums" + +#: ../../templates/show_user_recommendations.inc.php:51 +msgid "Recommended Songs" +msgstr "Recommande les Morceaux" + +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" +msgstr "Importer une liste de lecture depuis un fichier" + +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" +msgstr "Type de liste de lecture" + +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" +msgstr "Importer une liste de lecture" + +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" +msgstr "" + +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" +msgstr "Favoris" + +#: ../../templates/show_user_stats.inc.php:30 +msgid "Favorite Artists" +msgstr "Liste des artistes favoris" + +#: ../../templates/show_user_stats.inc.php:43 +msgid "Favorite Albums" +msgstr "Liste des albums favoris" + +#: ../../templates/show_user_stats.inc.php:56 +msgid "Favorite Songs" +msgstr "Liste des morceaux favoris" + +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" +msgstr "Morceaux dupliqués" + +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" +msgstr "Durée" + +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" +msgstr "Taille" + +#: ../../templates/show_list_duplicates.inc.php:96 +#, fuzzy +msgid "Disable Songs" +msgstr "Voir les morceaux désactivés" + +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 +msgid "Statistics" +msgstr "Statistiques des catalogues" + +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" +msgstr "" + +#: ../../templates/show_clean_catalog.inc.php:23 +#, fuzzy +msgid "Cleaning the" +msgstr "mise à jour de" + +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" +msgstr "Test" + +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" +msgstr "Démarrage de la recherche des nouveaux morceaux" + +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" +msgstr "catalogue" + +#: ../../templates/show_test.inc.php:33 +msgid "" +"You've reached this page because a configuration error has occured. Debug " +"Information below" +msgstr "" +"Vous avez atteint cette page car une erreur de configuration est survenue. " +"Voir les informations de debogage ci-dessous" + +#: ../../templates/show_test.inc.php:37 +msgid "CHECK" +msgstr "TEST" + +#: ../../templates/show_test.inc.php:39 +msgid "STATUS" +msgstr "STATUT" + +#: ../../templates/show_test.inc.php:41 +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +#: ../../templates/show_test.inc.php:44 +msgid "PHP Version" +msgstr "Version de PHP" + +#: ../../templates/show_test.inc.php:59 +msgid "" +"This tests to make sure that you are running a version of PHP that is known " +"to work with Ampache." +msgstr "" +"Ce test pour vérifier que vous utilisez une version de PHP connue " +"pour etre compatible avec Ampache" + +#: ../../templates/show_test.inc.php:63 +msgid "Mysql for PHP" +msgstr "Mysql pour PHP" + +#: ../../templates/show_test.inc.php:78 +msgid "" +"This test checks to see if you have the mysql extensions loaded for PHP. " +"These are required for Ampache to work." +msgstr "" +"Ce test pour vérifier si vous avez l'extension mysql chargée " +"pour PHP. Ceci est requis pour qu'Ampache puisse fonctionner" + +#: ../../templates/show_test.inc.php:82 +msgid "PHP Session Support" +msgstr "Support des sessions PHP" + +#: ../../templates/show_test.inc.php:97 +msgid "" +"This test checks to make sure that you have PHP session support enabled. " +"Sessions are required for Ampache to work." +msgstr "" +"Ce test pour s assurer qur que le support de session PHP est activé. " +"Les sessions sont indispensable au bon fonctionnement d'Ampache" + +#: ../../templates/show_test.inc.php:101 +msgid "PHP ICONV Support" +msgstr "Support de PHP ICONV" + +#: ../../templates/show_test.inc.php:115 +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 "" +"Ce test pour vérifier que l'Iconv support est bien installé. " +"Ce n'est pas indispensable pour le fonctionnement d'Ampache mais fortement " +"recommandé" + +#: ../../templates/show_test.inc.php:119 +msgid "PHP PCRE Support" +msgstr "Support de PHP ICONV" + +#: ../../templates/show_test.inc.php:132 +msgid "" +"This test makes sure you have PCRE support compiled into your version of " +"PHP, this is required for Ampache." +msgstr "" +"Ce test pour s'assurer qur que le support de session PHP est activé. " +"Les sessions sont indispensable au bon fonctionnement d'Ampache" + +#: ../../templates/show_test.inc.php:136 +msgid "PHP PutENV Support" +msgstr "Support de PHP ICONV" + +#: ../../templates/show_test.inc.php:149 +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 "" +"Ce test verifie que la safe mode n'est pas active pour PHP, ceci n'est pas " +"nécessaire mais pourrai gener certaines fonctionnalités de " +"ampache" + +#: ../../templates/show_test.inc.php:166 +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 "" +"Cet essai pour lire /config/ampache.cfg.php Si celà échoue, le " +"fichier ampache.cfg.php n'est pas au bon endroit ou \n" +"\t n'est pas lisible par votre serveur web" + +#: ../../templates/show_test.inc.php:189 +msgid "" +"This test makes sure that you have set all of the required configuration " +"variables and that we are able to completely parse your config file" +msgstr "" + +#: ../../templates/show_test.inc.php:193 +msgid "DB Connection" +msgstr "Connexion à la base de données" + +#: ../../templates/show_test.inc.php:209 +msgid "" +"This attempts to connect to your database using the values from your ampache." +"cfg.php" +msgstr "" +"Ceci test la connexion à votre base de données en utilisant " +"les valeurs de ampache.cfg.php" + +#: ../../templates/show_index.inc.php:49 +msgid "Newest Albums" +msgstr "" + +#: ../../templates/show_index.inc.php:54 +msgid "Newest Artists" +msgstr "" + +#: ../../templates/show_index.inc.php:59 +msgid "Newest Genres" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "édition" + +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "préférences" + +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "Mise à jour des préférences" + +#: ../../templates/show_account.inc.php:40 +msgid "New Password" +msgstr "Mot de passe" + +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" +msgstr "Vider les statistiques" + +#: ../../templates/show_account.inc.php:64 +msgid "Update Account" +msgstr "Modifier un compte" + +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "Précédant" + +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "Jouer l'album aléatoirement" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "Réinitialiser la jaquette d'album" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "Trouver la jaquette d'album" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "Nom de la liste de lecture" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "Nombre de morceaux" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" +msgstr "Propriétaire" + +#: ../../activate.php:42 +msgid "No user with this name registered" +msgstr "Pas d'utilisateur enregistré avec ce nom" + +#: ../../activate.php:46 +msgid "The validation key used isn't correct." +msgstr "La clé de validation utilisée n'est pas correcte." + +#: ../../activate.php:51 +msgid "User activated" +msgstr "Utilisateur activé" + +#: ../../activate.php:51 +msgid "This User ID is activated and can be used" +msgstr "Cet identifiant utilisateur est actif et peut etre utilisé" + +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" +msgstr "" + +#: ../../democratic.php:80 +msgid "Playlist Cleared" +msgstr "Liste de lecture effacée" + +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" +msgstr "" + +#: ../../lib/class/flag.class.php:280 +msgid "Approved" +msgstr "Déplacé" + +#: ../../lib/class/flag.class.php:281 +msgid "Pending" +msgstr "Attente" + +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" +msgstr "" + +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" +msgstr "Mise à jour pour" + +#: ../../lib/class/song.class.php:341 +msgid "Rate" +msgstr "Taux" + +#: ../../lib/class/song.class.php:345 +msgid "Mode" +msgstr "Mode" + +#: ../../lib/class/song.class.php:357 +msgid "Filesize" +msgstr "Taille du fichier" + +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" +msgstr "Gérer les utilisateurs" + +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" +msgstr "" + +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" +msgstr "Listes de lecture" + +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "Erreur : impossible d'ouvrir" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "Erreur: Impossible de changer de répertoire" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "Erreur: Impossible d'obtenir la taille de fichier de" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "n'est pas lisible par ampache" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "Démarrage de la construction du catalogue" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "Synchronisation distante en cours" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "Playlist ajoutée à partir de" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "Catalogue terminé" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "Durée totale" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "Total des morceaux" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "Morceaux par secondes" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "Mise à jour non nécessaire" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "Mise à jour distante en cours" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "Mise à jour du catalogue terminée" + +#: ../../lib/class/catalog.class.php:1187 msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" msgstr "" "Impossible de charger la bibliothèque XMLRPC, assurez-vous que XML-" "RPC est actif" -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 msgid "Error connecting to" msgstr "Erreur de connexion à" -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 msgid "Code" msgstr "Code" -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 msgid "Reason" msgstr "Raison" -#: ../../lib/class/catalog.class.php:1123 +#: ../../lib/class/catalog.class.php:1246 msgid "Completed updating remote catalog(s)" msgstr "Mise à jour de(s) catalogue(s) distant(s) terminée" -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "Ajouté" +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" -#: ../../lib/class/catalog.class.php:1240 -#, fuzzy -msgid "Cleaning the" -msgstr "mise à jour de" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "Catalogues" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "Test" - -#: ../../lib/class/catalog.class.php:1313 +#: ../../lib/class/catalog.class.php:1419 msgid "Catalog Clean Done" msgstr "Nettoyage de catalogue terminé" -#: ../../lib/class/catalog.class.php:1313 +#: ../../lib/class/catalog.class.php:1419 msgid "files removed" msgstr "Fichiers enlevés" -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "mise à jour de" +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "test des tags des morceaux trouvés" - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "Vérifié" - -#: ../../lib/class/catalog.class.php:1574 +#: ../../lib/class/catalog.class.php:1656 msgid " FOUND" msgstr "TROUVE" -#: ../../lib/class/catalog.class.php:1576 +#: ../../lib/class/catalog.class.php:1658 msgid "Searching for new Album Art" msgstr "Recherche de nouvelle(s) jaquette(s) d'album(s)" -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "Jaquette(s) d'album(s) déja trouvée(s)" - -#: ../../lib/class/catalog.class.php:1634 +#: ../../lib/class/catalog.class.php:1706 msgid "Update Finished." msgstr "Mise à jour du catalogue terminée" -#: ../../lib/class/catalog.class.php:1634 +#: ../../lib/class/catalog.class.php:1706 msgid "Checked" msgstr "Test" -#: ../../lib/class/catalog.class.php:1634 +#: ../../lib/class/catalog.class.php:1706 msgid "songs updated." msgstr "morceaux mis à jour" -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "Titre" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "Mise à jour pour" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "Débit" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "Taux" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "Mode" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "Durée" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "Piste" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "Taille du fichier" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "Artiste" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "Album" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "Année" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "Commentaire" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "Genre" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "Erreur : noms identiques" - -#: ../../lib/class/flag.class.php:264 -msgid "Approved" -msgstr "Déplacé" - -#: ../../lib/class/flag.class.php:265 -msgid "Pending" -msgstr "Attente" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "Supprimer" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -msgid "Other" -msgstr "autre" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "Inconnu" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "En cours de lecture" - -#: ../../lib/class/localplay.class.php:564 +#: ../../lib/class/localplay.class.php:647 msgid "Stopped" msgstr "Stop" -#: ../../lib/class/localplay.class.php:567 +#: ../../lib/class/localplay.class.php:650 msgid "Paused" msgstr "Pause" -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "Divers" +#: ../../lib/class/album.class.php:217 +msgid "Disk" +msgstr "" -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "Voir les genres commençant par" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "Ne pas jouer" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "C'est plutôt mauvais" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "C'est OK" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "C'est plutôt bon" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "J'aime ça !" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "C'est dément" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "C'est le Top !" - -#: ../../lib/preferences.php:258 +#: ../../lib/preferences.php:245 msgid "Enable" msgstr "Activer" -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "Désactiver" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "Flux" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "Downsample" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -msgid "Localplay" -msgstr "Lecture en local" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:289 +#: ../../lib/preferences.php:272 msgid "M3U" msgstr "M3U" -#: ../../lib/preferences.php:290 +#: ../../lib/preferences.php:273 msgid "Simple M3U" msgstr "M3U simple" -#: ../../lib/preferences.php:291 +#: ../../lib/preferences.php:274 msgid "PLS" msgstr "PLS" -#: ../../lib/preferences.php:292 +#: ../../lib/preferences.php:275 msgid "Asx" msgstr "Asx" -#: ../../lib/preferences.php:293 +#: ../../lib/preferences.php:276 msgid "RAM" msgstr "RAM" -#: ../../lib/preferences.php:294 +#: ../../lib/preferences.php:277 msgid "XSPF" msgstr "" -#: ../../lib/preferences.php:326 +#: ../../lib/preferences.php:310 msgid "Disabled" msgstr "Désactiver" -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "Monde" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "Local" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "Aucun morceau dans cette liste de lecture" - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "tout" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "Nouvelle liste de lecture" - -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "Erreur, accès interdit" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "Parcourir" - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "Afficher sans jaquette" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "Montrer tout" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -msgid "No Catalogs Found!" -msgstr "Aucun catalogue trouvé !" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "Ajouter un catalogue" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "jour" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "jours" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "heure" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "heures" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "Accueil" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "Envoyer" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "Lecture en local" - -#: ../../lib/ui.lib.php:799 -msgid "Random Play" -msgstr "Aléatoire" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "Liste de lecture" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "Chercher" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "Préférences" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -msgid "Admin-Catalog" -msgstr "Ajouter un catalogue" - -#: ../../lib/ui.lib.php:819 -msgid "Admin-User Management" -msgstr "Gestion des utilisateurs" - -#: ../../lib/ui.lib.php:823 -msgid "Admin-Mail Users" -msgstr "E-mail aux utilisateurs" - -#: ../../lib/ui.lib.php:827 -msgid "Admin-Manage Access Lists" -msgstr "Liste d'accès" - -#: ../../lib/ui.lib.php:831 -msgid "Admin-Site Preferences" -msgstr "Préférences administrateur" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" +#: ../../lib/preferences.php:332 +msgid "Send on Add" msgstr "" -#: ../../lib/ui.lib.php:839 -msgid "Browse Music" -msgstr "Parcourir" +#: ../../lib/preferences.php:333 +msgid "Send and Clear on Add" +msgstr "" -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "Albums" +#: ../../lib/preferences.php:334 +msgid "Clear on Send" +msgstr "" -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "Artistes" +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 +msgid "Default" +msgstr "" -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -msgid "Statistics" -msgstr "Statistiques des catalogues" +#: ../../lib/preferences.php:343 +msgid "Always" +msgstr "" -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "Gérer les utilisateurs" +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" +msgstr "Ne pas jouer" -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "Ajouter un nouvel utilisateur" +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "C'est plutôt mauvais" -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "Pas assez de données" +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "C'est OK" -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "C'est plutôt bon" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "J'aime ça !" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "C'est dément" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "C'est le Top !" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 msgid "English" msgstr "Anglais" -#: ../../lib/general.lib.php:881 +#: ../../lib/general.lib.php:496 msgid "British English" msgstr "Anglais (britannique)" -#: ../../lib/general.lib.php:887 +#: ../../lib/general.lib.php:502 msgid "Turkish" msgstr "Turc" -#: ../../lib/general.lib.php:888 +#: ../../lib/general.lib.php:503 msgid "Simplified Chinese" msgstr "Chinois simplifié" -#: ../../lib/general.lib.php:966 +#: ../../lib/general.lib.php:580 msgid "On" msgstr "actif" -#: ../../lib/general.lib.php:969 +#: ../../lib/general.lib.php:583 msgid "Off" msgstr "inactif" -#: ../../lib/debug.lib.php:218 +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "Erreur, accès interdit" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "Envoyer" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "Lecture en local" + +#: ../../lib/ui.lib.php:556 +msgid "Random Play" +msgstr "Aléatoire" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +msgid "Admin-Catalog" +msgstr "Ajouter un catalogue" + +#: ../../lib/ui.lib.php:576 +msgid "Admin-User Management" +msgstr "Gestion des utilisateurs" + +#: ../../lib/ui.lib.php:580 +msgid "Admin-Mail Users" +msgstr "E-mail aux utilisateurs" + +#: ../../lib/ui.lib.php:584 +msgid "Admin-Manage Access Lists" +msgstr "Liste d'accès" + +#: ../../lib/ui.lib.php:588 +msgid "Admin-Site Preferences" +msgstr "Préférences administrateur" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "" + +#: ../../lib/ui.lib.php:596 +msgid "Browse Music" +msgstr "Parcourir" + +#: ../../albums.php:32 +msgid "Album Art Cleared" +msgstr "Jaquettes d'album vidées" + +#: ../../albums.php:32 +msgid "Album Art information has been removed from the database" +msgstr "" +"Les informations de jaquettes d'albums ont été supprimé" +"es de la base de données" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "Album Art Not Located" +msgstr "Jaquette d'album non trouvée" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 msgid "" -"You defined the option \"debug = on\" but didn't define a log path for the " -"log to be stored" +"Album Art could not be located at this time. This may be due to write access " +"error, or the file is not received corectly." +msgstr "" +"Pas de jaquette d'album trouvée. Celà peut etre du à " +"une surcharge temporaire d'Amazon ou un album inconnu de leur catalogue" + +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 +msgid "Album Art Inserted" +msgstr "Jaquette d'album incluse" + +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" +msgstr "Démarrage de la mise à jour à partir des balises" + +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" +msgstr "Mise à jour à partir des balises terminée" + +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" +msgstr "Retour" + +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" msgstr "" #: ../../modules/horde/Browser.php:867 @@ -707,2233 +3280,373 @@ msgstr "" "Il y a eu un problème avec l'envoi de fichier: Le %s n'a é" "té que partiellement chargé" -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -msgid "Catalog Updated" -msgstr "Mise à jour du catalogue terminée" - -#: ../../admin/catalog.php:119 -msgid "Catalog Deleted" -msgstr "Nettoyage de catalogue terminé" - -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "Le catalogue et tous ses titres ont été supprimés" - -#: ../../admin/catalog.php:128 -msgid "Songs Removed" -msgstr "Fichiers enlevés" - -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "Aucun titre n a été supprimé" - -#: ../../admin/catalog.php:134 -msgid "Disabled Songs Processed" -msgstr "Voir les morceaux désactivés" - -#: ../../admin/catalog.php:155 -msgid "Catalog Cleaned" -msgstr "Nettoyage de catalogue terminé" - -#: ../../admin/catalog.php:198 -msgid "Catalog Created" -msgstr "catalogue a été créé" - -#: ../../admin/catalog.php:199 -#, fuzzy -msgid "Catalog Created and Songs Indexed" -msgstr "Nettoyage de catalogue terminé" - -#: ../../admin/catalog.php:212 -msgid "Catalog statistics cleared" -msgstr "Statistiques des catalogues effaceées" - -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "Lecture en cours effacée" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "Toutes les données sur les lectures en cours ont été effacées" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "Voulez-vous vraiment effacer les statistiques de ce catalogue ?" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "Vider les statistiques des catalogues" - -#: ../../admin/catalog.php:241 -#, fuzzy -msgid "No Disabled songs found" -msgstr "Aucun morceau désactivé" - -#: ../../admin/catalog.php:249 -msgid "Delete Catalog" -msgstr "Supprimer le catalogue" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "Voulez-vous vraiment supprimer ce catalogue ?" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" -msgstr "Recherche de jaquettes d'albums terminée" - -#: ../../admin/flag.php:97 -msgid "Song Updated" -msgstr "Morceaux mis à jour" - -#: ../../admin/flag.php:97 -#, fuzzy -msgid "The requested song has been updated" -msgstr "Le(s) morceau(x) demandé(s) ont(a) été dé sactivé(s)" - -#: ../../admin/flag.php:139 -msgid "Album Updated" -msgstr "l'album a été mis à jour" - -#: ../../admin/flag.php:181 -msgid "Artist Updated" -msgstr "Artist mise à jour" - -#: ../../admin/flag.php:246 -msgid "Songs Updated" -msgstr "Morceaux mis à jour" - -#: ../../admin/flag.php:254 -msgid "Flag Removed" -msgstr "marquée enlevés" - -#: ../../admin/flag.php:255 -msgid "Flag Removed from" -msgstr "marquée effacée pour" - -#: ../../admin/flag.php:270 -msgid "Flags Updated" -msgstr "marquée ajoutée" - -#: ../../admin/flag.php:289 -msgid "Songs Disabled" -msgstr "Morceaux désactivés" - -#: ../../admin/flag.php:289 -msgid "The requested song(s) have been disabled" -msgstr "Le(s) morceau(x) demandé(s) ont(a) été désactivé(s)" - -#: ../../admin/flag.php:300 -msgid "Songs Enabled" -msgstr "Morceaux activés" - -#: ../../admin/flag.php:300 -msgid "The requested song(s) have been enabled" -msgstr "" - -#: ../../admin/flag.php:305 -msgid "Flagged Records" -msgstr "Marqué par" - -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 -msgid "Site" -msgstr "Site" - -#: ../../admin/access.php:42 -msgid "Confirm Delete" -msgstr "Entrée effacée" - -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" -msgstr "Etes vous sur de vouloir supprimer cet enregistrement d'accès ?" - -#: ../../admin/access.php:49 -msgid "Entry Deleted" -msgstr "Entrée effacée" - -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" -msgstr "Votre liste d'accès a été supprimée" - -#: ../../admin/access.php:54 -msgid "Entry Added" -msgstr "Entrée ajoutée" - -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" -msgstr "Votre nouvelle liste d'accès a été créée" - -#: ../../admin/access.php:58 -msgid "Entry Updated" -msgstr "Entrée ajoutée" - -#: ../../admin/access.php:58 -msgid "Access List Entry updated" -msgstr "Ajouter une entrée dans la liste d'accès" - -#: ../../admin/users.php:65 ../../admin/users.php:112 -msgid "Error Username Required" -msgstr "Erreur: Le nom d'utilisateur est obligatoire" - -#: ../../admin/users.php:68 ../../admin/users.php:108 -msgid "Error Passwords don't match" -msgstr "Erreur: Les mots de passe ne correspondent pas" - -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" -msgstr "Erreur: Nom d'utilisateur déjà existant" - -#: ../../admin/users.php:142 -msgid "Deletion Request" -msgstr "demande de suppression" - -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" -msgstr "étes-vous sĂ»r de vouloir supprimer définitivement" - -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" -msgstr "Non" - -#: ../../admin/users.php:150 -msgid "User Deleted" -msgstr "Utilisateur supprimé" - -#: ../../admin/users.php:153 -msgid "Delete Error" -msgstr "Erreur de suppression" - -#: ../../admin/users.php:153 -msgid "Unable to delete last Admin User" -msgstr "Il est impossible de supprimer le dernier administrateur" - -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" -msgstr "Statistiques des catalogues" - -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" -msgstr "Total des utilisateurs" - -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" -msgstr "Utilisateurs connectés" - -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "Morceaux" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "Taille du catalogue" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "Durée du catalogue" - -#: ../../admin/mail.php:252 -#, fuzzy -msgid "E-mail Sent" -msgstr "Gestion d'e-mail" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." -msgstr "Email envoyé" - -#: ../../admin/modules.php:41 -msgid "Module Activated" -msgstr "Mode activé" - -#: ../../admin/modules.php:48 -msgid "Are you sure you want to remove this module?" -msgstr "Voulez-vous vraiment supprimer ce module ?" - -#: ../../admin/modules.php:56 -msgid "Module Deactivated" -msgstr "Mode activé" - -#: ../../admin/modules.php:72 -msgid "Plugin Activated" -msgstr "Plugin activé" - -#: ../../admin/modules.php:79 -msgid "Are you sure you want to remove this plugin?" -msgstr "Voulez-vous vraiment supprimer cette liste de lecture ?" - -#: ../../admin/modules.php:95 -msgid "Plugin Deactivated" -msgstr "Plugin désactivé" - -#: ../../admin/system.php:120 -#, fuzzy -msgid "Export Failed" -msgstr "Erreur : Enregistrement non effectué" - -#: ../../templates/show_flag.inc.php:41 -msgid "Flag Song" -msgstr "Morceau marqué" - -#: ../../templates/show_flag.inc.php:45 -#: ../../templates/show_edit_song.inc.php:27 -msgid "File" -msgstr "fichier" - -#: ../../templates/show_flag.inc.php:49 -msgid "Item" -msgstr "article" - -#: ../../templates/show_flag.inc.php:53 -msgid "Reason to flag" -msgstr "Raison du marquage" - -#: ../../templates/show_flag.inc.php:57 -msgid "Incorrect Tags" -msgstr "Mauvais Tags" - -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" -msgstr "Marquée" - -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" -msgstr "Installation d'Ampache" - -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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 "Cette page gère l'installation de la base de données d'Ampache et la création du fichier ampache.cfg.php. Avant de continuer, assurez-vous d'avoir tous les pré-requis" - -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "A MySQL Server with a username and password that can create/modify databases" -msgstr "Un serveur MySQL avec un utilisateur et mot de passe pouvant créer et modifier les bases de données" - -#: ../../templates/show_install_account.inc.php:47 -msgid "Your webserver has read access to the /sql/ampache.sql file and the /config/ampache.cfg.dist.php file" -msgstr "Votre serveur web a accès en lecture sur les fichiers /sql/ampache.sql et /config/ampache.cfg.dist.php" - -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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 "Une fois vous etre assuré avoir les pré-requis précédents, donnez s'il vous plait les informations ci-dessous. On ne vous demandera que les informations de configuration indispensables. Si vous désirez modifier par la suite votre configuration, éditez le fichier /config/ampache.cfg.php" - -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" -msgstr "Etape 1 - Création et alimentation de la base de données d'Ampache" - -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" -msgstr "Etape 2 - Création du fichier ampache.cfg.php" - -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" -msgstr "Etape 3 - Paramètres du compte initial" - -#: ../../templates/show_install_account.inc.php:57 -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 "Cette étape crée votre compte administrateur initial. Une fois ce compte créé, vous serez redirigé vers la page de login" - -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "Créer un compte administrateur" - -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "Nom d'utilisateur" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "Mot de passe" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "Créer un compte" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "Listes de lecture" - -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" -msgstr "Nom de la liste de lecture" - -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" -msgstr "Nombre de morceaux" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" -msgstr "Propriétaire" - -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "Actions" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "voir" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "éditer" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "Jouer" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 -msgid "Random" -msgstr "Aléatoire" - -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" -msgstr "Télécharger" - -#: ../../templates/show_playlists.inc.php:75 -msgid "No Playlists Found" -msgstr "Non trouvé" - -#: ../../templates/show_duplicates.inc.php:25 -msgid "Find Duplicates" -msgstr "Trouver des doublons" - -#: ../../templates/show_duplicates.inc.php:29 -msgid "Search Type" -msgstr "Type de recherche" - -#: ../../templates/show_duplicates.inc.php:36 -msgid "Artist and Title" -msgstr "Artiste et titre" - -#: ../../templates/show_duplicates.inc.php:37 -msgid "Artist, Album and Title" -msgstr "Artiste, Album et Titre" - -#: ../../templates/show_duplicates.inc.php:44 -msgid "Select Best Guess" -msgstr "Choisi le meilleur conjecture" - -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" -msgstr "Oui" - -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" -msgstr "Commandes" - -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 -#, fuzzy -msgid "Current Playlist" -msgstr "Créer un nouvelle liste de lecture" - -#: ../../templates/show_playlist_edit.inc.php:27 -msgid "Editing Playlist" -msgstr "Editer la liste de lecture" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "Nom" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "Type" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "Public" - -#: ../../templates/show_playlist_edit.inc.php:40 -msgid "Private" -msgstr "Privé" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -msgid "Update" -msgstr "Mis à jour" - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "Utilisateurs" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "E-mail aux utilisateurs" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -msgid "Config" -msgstr "configuration" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "Liste d'accès" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -msgid "Song Title" -msgstr "Titre du morceau" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "Administration" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "Minutes" - -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "Moins joué" - -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" -msgstr "En Liste" - -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" -msgstr "Vue démocratique" - -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "Déconnexion" - -#: ../../templates/show_admin_tools.inc.php:27 -msgid "Catalogs" -msgstr "Catalogues" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "Action" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "ajouter" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "Vérifier" - -#: ../../templates/show_admin_tools.inc.php:46 -msgid "Clean" -msgstr "Supprimer les informations" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "Rapide" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "Rassembler les jaquettes" - -#: ../../templates/show_admin_tools.inc.php:65 -msgid "No Catalogs Found" -msgstr "Aucun catalogue trouvé !" - -#: ../../templates/show_admin_tools.inc.php:71 -msgid "Clean All" -msgstr "Nettoyer tous les Catalogues" - -#: ../../templates/show_admin_tools.inc.php:72 -msgid "Verify All" -msgstr "Tout Vérifier" - -#: ../../templates/show_admin_tools.inc.php:73 -msgid "Add to All" -msgstr "Ajouter à tout" - -#: ../../templates/show_admin_tools.inc.php:74 -msgid "Update All" -msgstr "Tout Mettre à jour" - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "Recupérer la jaquette d'album" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "Autres outils" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "Voir les doublons" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "Effacer lecture en cours" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -msgid "Generate New Config" -msgstr "écrire la configuration" - -#: ../../templates/show_admin_tools.inc.php:86 -msgid "Preferences Permissions" -msgstr "Préférences" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "Exporter vers Itunes DB" - -#: ../../templates/show_admin_tools.inc.php:88 -msgid "Check for New Version" -msgstr "Test de la configuration" - -#: ../../templates/show_artist_box.inc.php:23 -msgid "Albums by" -msgstr "Albums de" - -#: ../../templates/show_artist_box.inc.php:33 -msgid "Show All Songs By" -msgstr "Voir tous les morceaux de" - -#: ../../templates/show_artist_box.inc.php:34 -msgid "Play All Songs By" -msgstr "Jouer tous les morceaux de" - -#: ../../templates/show_artist_box.inc.php:35 -msgid "Play Random Songs By" -msgstr "Jouer aléatoirement les morceaux de" - -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 -msgid "Update from tags" -msgstr "Mettre à jour à partir des balises" - -#: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" -msgstr "Renommer l'artiste" - -#: ../../templates/show_artist_box.inc.php:39 -msgid "Find duplicate artists" -msgstr "Trouver des doublons" - -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" -msgstr "E-mail" - -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" -msgstr "Résultats par page" - -#: ../../templates/show_user.inc.php:42 -msgid "New Password" -msgstr "Mot de passe" - -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" -msgstr "Confirmation du mot de passe" - -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" -msgstr "Vider les statistiques" - -#: ../../templates/show_user.inc.php:65 -msgid "Update Account" -msgstr "Modifier un compte" - -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" -msgstr "Favoris" - -#: ../../templates/show_user_stats.inc.php:29 -msgid "Favorite Artists" -msgstr "Liste des artistes favoris" - -#: ../../templates/show_user_stats.inc.php:40 -msgid "Favorite Albums" -msgstr "Liste des albums favoris" - -#: ../../templates/show_user_stats.inc.php:51 -msgid "Favorite Songs" -msgstr "Liste des morceaux favoris" - -#: ../../templates/show_tv_playlist.inc.php:31 -#, fuzzy -msgid "Playing from base Playlist" -msgstr "Jouer cette liste de lecture" - -#: ../../templates/show_tv_playlist.inc.php:44 -#, fuzzy -msgid "Votes" -msgstr "Votes" - -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "Morceau" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "Préférence" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "Valeur" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "Pour tous" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "Description" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "Enregistrement d'un nouvel utilisateur Ampache" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "Accord de l'utilisateur" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "J'accepte" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "Informations de l'utilisateur" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "Nom complet" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "Supprimer les informations" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "Enregistrer un utilisateur" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "Conditions" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "Your webserver has read access to the /sql/ampache.sql file and the /config/ampache.cfg.php.dist file" -msgstr "Votre serveur web a des droits en lecture sur les fichiers /sql/ampache.sql et /config/ampache.cfg.php.dist" - -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "Lancer la configuration" - -#: ../../templates/show_modules.inc.php:38 -msgid "Localplay Modules" -msgstr "Lecture en local" - -#: ../../templates/show_modules.inc.php:41 -msgid "Module Name" -msgstr "Nom complet" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -msgid "Activate" -msgstr "Utilisateur activé" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -#, fuzzy -msgid "Deactivate" -msgstr "Utilisateur activé" - -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -msgid "No Records Found" -msgstr "Aucun catalogue trouvé !" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "Plugins disponible" - -#: ../../templates/show_modules.inc.php:73 -msgid "Description" -msgstr "Description" - -#: ../../templates/show_modules.inc.php:74 -msgid "Version" -msgstr "Version de PHP" - -#: ../../templates/show_edit_song.inc.php:23 -msgid "Edit Song" -msgstr "édition" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "OU" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "marqu&aecute;es pour etiquettage" - -#: ../../templates/show_edit_song.inc.php:89 -msgid "Update Song" -msgstr "Mise à jour des catalogues" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "Importer une liste de lecture depuis un fichier" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "Nom de fichier" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "Type de liste de lecture" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" -msgstr "Importer une liste de lecture" - -#: ../../templates/show_genre.inc.php:29 -msgid "Viewing" -msgstr "Voir" - -#: ../../templates/show_mail_users.inc.php:25 -#, fuzzy -msgid "Send E-mail to Users" -msgstr "E-mail aux utilisateurs" - -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" -msgstr "Mail pour" - -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" -msgstr "Albums les plus populaires" - -#: ../../templates/show_mail_users.inc.php:52 -#, fuzzy -msgid "Latest Artist Additions" -msgstr "Artistes récemment ajoutés" - -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" -msgstr "Artistes les plus populaires" - -#: ../../templates/show_mail_users.inc.php:63 -msgid "Latest Album Additions" -msgstr "Albums récemment ajoutés" - -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" -msgstr "Morceaux les plus populaires" - -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" -msgstr "Morceaux marquées" - -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -msgid "Disabled Songs" -msgstr "Voir les morceaux désactivés" - -#: ../../templates/show_mail_users.inc.php:85 -#, fuzzy -msgid "Most Popular Threshold in days" -msgstr "Morceaux les plus populaires" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "Sujet" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "Message" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "Envoyer l'e-mail" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" -msgstr "Les dix derniés enregistrements marqués" - -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 -#, fuzzy -msgid "Show All" -msgstr "Montrer tout" - -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" -msgstr "hors de" - -#: ../../templates/show_tv_adminctl.inc.php:22 -msgid "Admin Controls" -msgstr "Sections administrateur" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -msgid "Base Playlist" -msgstr "liste de lecture accueil" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -msgid "Clear Playlist" -msgstr "Effacer liste de lecture" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "Continuer" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "Annuler" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "Selectionner" - -#: ../../templates/show_flagged.inc.php:28 -msgid "Object" -msgstr "Objet" - -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "Utilisateur" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" -msgstr "Statut" - -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "Refuser" - -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" -msgstr "Approuver" - -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "Renommer" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "Insérer la valeur en cours" - -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "Mettre à jour les balises ID3" - -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "Artistes récemment ajoutés" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "Albums récemment ajoutés" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" -msgstr "Flux Live récemment ajoutés" - -#: ../../templates/show_get_albumart.inc.php:23 -msgid "Customize Search" -msgstr "Recherche personnalisée" - -#: ../../templates/show_get_albumart.inc.php:46 -msgid "Direct URL to Image" -msgstr "Lien direct vers l'image" - -#: ../../templates/show_get_albumart.inc.php:54 -#, fuzzy -msgid "Local Image" -msgstr "Lecture en local" - -#: ../../templates/show_get_albumart.inc.php:66 -msgid "Get Art" -msgstr "Obtenir la jaquette" - -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" -msgstr "Actions des listes de lecture" - -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" -msgstr "Editer la liste de lecture" - -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" -msgstr "Normaliser les morceaux" - -#: ../../templates/show_playlist_box.inc.php:36 -msgid "Play This Playlist" -msgstr "Jouer cette liste de lecture" - -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" -msgstr "Jouer aléatoirement" - -#: ../../templates/show_playlist_box.inc.php:38 -#, fuzzy -msgid "Delete This Playlist" -msgstr "Jouer cette liste de lecture" - -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" -msgstr "Importer depuis un fichier" - -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" -msgstr "Créer un nouvelle liste de lecture" - -#: ../../templates/show_playlist_box.inc.php:43 -#, fuzzy -msgid "Delete Empty Playlists" -msgstr "Importer une liste de lecture" - -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" -msgstr "Genres les plus populaires" - -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" -msgstr "Flux live les plus populaires" - -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" -msgstr "Tags les plus populaires" - -#: ../../templates/show_play_selected.inc.php:28 -msgid "Play Selected" -msgstr "Jouer la sélection" - -#: ../../templates/show_play_selected.inc.php:31 -msgid "Download Selected" -msgstr "Télécharger la sélection" - -#: ../../templates/show_play_selected.inc.php:40 -msgid "Set Track Numbers" -msgstr "Définir les numéros de piste" - -#: ../../templates/show_play_selected.inc.php:41 -msgid "Remove Selected Tracks" -msgstr "Enlever les pistes sélectionnées" - -#: ../../templates/show_play_selected.inc.php:47 -msgid "Add to" -msgstr "Ajouter à" - -#: ../../templates/show_edit_catalog.inc.php:22 -#, fuzzy -msgid "Settings for" -msgstr "Paramètre pour les catalogues dans" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "Auto-insertion des champs" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "nom de l'album" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "nom de l'artiste" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr "commentaire de balise" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "genre" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "numéro de la piste (complété par des 0)" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "titre du morceau" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "année" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "autre" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "Type de catalogue" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "Clef de XML-RPC" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "Motif de nom de fichier" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "Motif de dossier" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "(ne commençant ou ne finissant pas avec '/')" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "Sauver les paramètres du catalogue" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "Volume" - -#: ../../templates/show_localplay_status.inc.php:56 -#, fuzzy -msgid "Repeat" -msgstr "Refuser" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "Créer un nouvelle liste de lecture" - -#: ../../templates/show_add_playlist.inc.php:42 -#, fuzzy -msgid "Create" -msgstr "Débit" - -#: ../../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 "Dans le formulaire suivant, entrez soit un chemin local (ex: /data/music) ou un lien d'une installation Ampache distante (ex: http://lautreampache.com)" - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "Nom de catalogue" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "Chemin" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "Distant" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "Obligatoire pour un catalogue distant" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "Motif de nom de fichier" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "Construire les listes de lecture à partir des fichiers m3u" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -msgstr "Ajouter un catalogue" - -#: ../../templates/show_edit_user.inc.php:25 -msgid "Adding a New User" -msgstr "Ajouter un nouvel utilisateur" - -#: ../../templates/show_edit_user.inc.php:29 -msgid "Editing existing User" -msgstr "Éditer un utilisateur" - -#: ../../templates/show_edit_user.inc.php:80 -msgid "User Access Level" -msgstr "Niveau d'accès utilisateur" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "Ajouter un utilisateur" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "Mise à jour d'un utilisateur" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "Morceaux dupliqués" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "Durée" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "Taille" - -#: ../../templates/show_list_duplicates.inc.php:75 -#, fuzzy -msgid "Disable Songs" -msgstr "Voir les morceaux désactivés" - -#: ../../templates/show_ip_history.inc.php:23 -msgid "IP History" -msgstr "Histoire d'IP" - -#: ../../templates/show_ip_history.inc.php:26 -msgid "Show Unique" -msgstr "Voir unique" - -#: ../../templates/show_ip_history.inc.php:34 -msgid "Date" -msgstr "Date" - -#: ../../templates/show_ip_history.inc.php:37 -#, fuzzy -msgid "IP Address" -msgstr "Adresse IP de fin" - -#: ../../templates/show_user_recommendations.inc.php:22 -msgid "Recommendations" -msgstr "Recommandations" - -#: ../../templates/show_user_recommendations.inc.php:29 -msgid "Recommended Artists" -msgstr "Recommende les Artists" - -#: ../../templates/show_user_recommendations.inc.php:40 -msgid "Recommended Albums" -msgstr "Recommende les albums" - -#: ../../templates/show_user_recommendations.inc.php:51 -msgid "Recommended Songs" -msgstr "Recommande les Morceaux" - -#: ../../templates/show_preference_admin.inc.php:22 -#, fuzzy -msgid "Preference Administration" -msgstr "Préférences" - -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" -msgstr "Niveau" - -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" -msgstr "Invite" - -#: ../../templates/show_edit_album.inc.php:23 -msgid "Edit Album" -msgstr "Editer l'Album" - -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -msgid "Update Album" -msgstr "Mis à jour" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" -msgstr "secondes" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "minutes ago" -msgstr "Minutes" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "hours ago" -msgstr "heures" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "days ago" -msgstr "jours" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" -msgstr "semaines" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" -msgstr "mois" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "years ago" -msgstr "année" - -#: ../../templates/show_recently_played.inc.php:26 -msgid "Recently Played" -msgstr "Récemment joués" - -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" -msgstr "Derniers titres joués" - -#: ../../templates/show_edit_artist.inc.php:23 -msgid "Edit Artist" -msgstr "Artiste" - -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" -msgstr "Les albums du moment" - -#: ../../localplay.php:50 ../../localplay.php:58 +#: ../../localplay.php:72 ../../localplay.php:80 msgid "Song(s) Removed from Playlist" msgstr "Morceaux Supprimés de la playlist" -#: ../../localplay.php:77 -msgid "Localplay Init Failed" -msgstr "Controle de lecture locale" - -#: ../../browse.php:48 ../../albums.php:213 -msgid "Show Albums starting with" -msgstr "Voir les albums commençant par" - -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -msgid "Show Artists starting with" -msgstr "Voir les artistes commençant par" - -#: ../../browse.php:124 -msgid "Show Titles Starting With" -msgstr "Voir les artistes commençant par" - -#: ../../search.php:47 -msgid "Error: No Keyword Entered" -msgstr "Erreur: Aucun mot clé entré" - -#: ../../ampache/templates/sidebar.inc.php:38 -msgid "Lists" -msgstr "Listes" - -#: ../../ratings.php:33 -msgid "Rating Updated" -msgstr "Score mis à jour" - -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" -msgstr "Votre score pour cet objet a été mis à jour" - -#: ../../login.php:80 -msgid "User Disabled please contact Admin" -msgstr "Utilisateur suspendu, contactezz l admin" - -#: ../../login.php:94 -msgid "Unable to create new account" -msgstr "Impossible de creer ce compte" - -#: ../../login.php:103 -msgid "No local account found" -msgstr "Pas de compte local correspondant" - -#: ../../login.php:176 -msgid "Message of the Day" -msgstr "Message de Jour" - -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" -msgstr "Erreur : Le mot de passe ne correspond pas ou est vide" - -#: ../../preferences.php:61 -msgid "Password Updated" -msgstr "Mot de passe mise à jour" - -#: ../../update.php:73 -msgid "Ampache Update" -msgstr "Mode debogage d'Ampache" - -#: ../../tv.php:62 -msgid "Playlist Cleared" -msgstr "Liste de lecture effacée" - -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" -msgstr "Démarrage de la mise à jour à partir des balises" - -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" -msgstr "Mise à jour à partir des balises terminée" - -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" -msgstr "Retour" - -#: ../../activate.php:43 -msgid "No user with this name registered" -msgstr "Pas d'utilisateur enregistré avec ce nom" - -#: ../../activate.php:47 -msgid "The validation key used isn't correct." -msgstr "La clé de validation utilisée n'est pas correcte." - -#: ../../activate.php:52 -msgid "User activated" -msgstr "Utilisateur activé" - -#: ../../activate.php:52 -msgid "This User ID is activated and can be used" -msgstr "Cet identifiant utilisateur est actif et peut etre utilisé" - -#: ../../playlist.php:46 -msgid "Playlist Deleted" -msgstr "Liste de lecture supprimée" - -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" -msgstr "Liste de lecture supprimée" - -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" -msgstr "Voulez-vous vraiment supprimer cette liste de lecture ?" - #: ../../playlist.php:57 -msgid "Confirm Action" -msgstr "Confirmation d'action" - -#: ../../playlist.php:117 msgid "Playlist Created" msgstr "Liste de lecture créée" -#: ../../playlist.php:117 +#: ../../playlist.php:57 msgid " has been created" msgstr " a été créée" -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" -msgstr "Morceaux sélectionnés distants" - -#: ../../playlist.php:145 +#: ../../playlist.php:78 msgid "Playlist Updated" msgstr "Liste de lecture mise à jour" -#: ../../playlist.php:146 +#: ../../playlist.php:79 msgid "has been updated and is now" msgstr " a été mis à jour" -#: ../../playlist.php:166 +#: ../../playlist.php:101 msgid "Playlist Imported" msgstr "Liste de lecture créée" -#: ../../playlist.php:195 +#: ../../playlist.php:130 msgid "Empty Playlists Deleted" msgstr "Liste de lecture supprimée" -#: ../../flag.php:46 -msgid "Item Flagged" -msgstr "Marqué par" +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "Utilisateur suspendu, contactezz l admin" -#: ../../flag.php:46 -msgid "The specified item has been flagged" -msgstr "Marqué par" +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "Impossible de creer ce compte" -#: ../../albums.php:48 -msgid "Album Art Cleared" -msgstr "Jaquettes d'album vidées" +#: ../../login.php:96 +msgid "No local account found" +msgstr "Pas de compte local correspondant" -#: ../../albums.php:48 -msgid "Album Art information has been removed from the database" -msgstr "Les informations de jaquettes d'albums ont été supprimées de la base de données" +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "Erreur: Aucun mot clé entré" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "Album Art Not Located" -msgstr "Jaquette d'album non trouvée" +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "Voir les artistes commençant par" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "Album Art could not be located at this time. This may be due to write access error, or the file is not received corectly." -msgstr "Pas de jaquette d'album trouvée. Celà peut etre du à une surcharge temporaire d'Amazon ou un album inconnu de leur catalogue" +#: ../../bin/print_tags.inc:66 +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 "" -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 -msgid "Album Art Inserted" -msgstr "Jaquette d'album incluse" - -#: ../../register.php:81 -msgid "Error Captcha Required" -msgstr "Erreur saisissez le captcha" - -#: ../../register.php:88 -msgid "Error Captcha Failed" -msgstr "Erreur Captcha s'est cassé" - -#: ../../register.php:95 -msgid "You must accept the user agreement" -msgstr "Vous devez accepter les conditions d'utilisation" - -#: ../../register.php:100 -msgid "You did not enter a username" -msgstr "Vous n'avez pas entré un nom d'utilisateur" - -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" -msgstr "SVP entrez vos prénom et nom" - -#: ../../register.php:130 -msgid "You must enter a password" -msgstr "Vous devez entrer un mot de passe" - -#: ../../register.php:134 -msgid "Your passwords do not match" -msgstr "Vos mots de passe ne correspondent pas" - -#: ../../register.php:152 -msgid "Error: Insert Failed" -msgstr "Erreur : Enregistrement non effectué" - -#: ../../register.php:169 -msgid "Registration Complete" -msgstr "Enregistrement terminé" - -#: ../../bin/print_tags.php.inc:64 -msgid "[print_tags.php.inc]\nThis commandline script will display the tag information for the specified filename as it will \nappear to Ampache. \n\n" -msgstr "[print_tags.php.inc]\nCette ligne de commande de script affichera les informations de balise pour le fichier spécifié \ncomme elles apparaitrons dans Ampache. \n \n" - -#: ../../bin/print_tags.php.inc:70 +#: ../../bin/print_tags.inc:72 msgid "Filename:" msgstr "Nom de fichier :" -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "Erreur : impossible d'écrire dans" +#~ msgid "album's with art" +#~ msgstr "albums avec image" -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "Erreur: Le répertoire de chargement n'est pas dans un catalogue" +#~ msgid "Album Art Already Found" +#~ msgstr "Jaquette(s) d'album(s) déja trouvée(s)" -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "Ajout" +#~ msgid "Error: Name Identical" +#~ msgstr "Erreur : noms identiques" -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "vers la base de données" +#~ msgid "Show Genres starting with" +#~ msgstr "Voir les genres commençant par" -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "Supprimé" +#~ msgid "Downsample" +#~ msgstr "Downsample" -#: ../../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 "" -"\n" -"\t\n" -"************ ATTENTION ************\n" -"Ce script déplacera, et pourrait \n" -"supprimer les fichiers téléchargés.\n" -"************ ATTENTION ************\n" -"\n" -"Tous les marqués pour ajout seront déplacés vers le " -"répertoire de téléchargement. \n" -"Tous les fichiers marqués pour suppression seront supprimés. " -"Ce script doit etre \n" -"exécuté avec un utilisateur ayant les droits suffisants pour " -"les deux opérations ci-dessus \n" -"\n" -"\t\n" +#~ msgid "Global" +#~ msgstr "Monde" -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "Continuer (Y/N) :" +#~ msgid "No songs in this playlist." +#~ msgstr "Aucun morceau dans cette liste de lecture" -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "Erreur :" +#~ msgid "New Playlist" +#~ msgstr "Nouvelle liste de lecture" -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "!\n" +#~ msgid "Show w/o art" +#~ msgstr "Afficher sans jaquette" -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "Jaquette d'album" +#~ msgid "Show all" +#~ msgstr "Montrer tout" -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "Cliquer pour fermer la fenetre" +#~ msgid "Add a new user" +#~ msgstr "Ajouter un nouvel utilisateur" -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "Le temp d'ajout" +#~ msgid "The Catalog and all associated records has been deleted" +#~ msgstr "" +#~ "Le catalogue et tous ses titres ont été supprimés" -#: ../../templates/show_disabled_songs.inc:49 -msgid "Remove" -msgstr "Effacement" - -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "Précédant" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "Suivant" - -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "Vous ĂŞtes actuellement connecté en tant que" - -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" -msgstr "Erreur la configuration est vieux" - -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "Titre du morceau" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "Score" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "Total" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "étape 2 - Création du fichier Ampache.cfg.php" - -#: ../../templates/show_install_config.inc:55 -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 "Cette étape prend la configuration de base et essaie de l'appliquer à votre serveur web. Si l'accès est refusé, vous verrez une invite de chargement du fichier de configuration. SVP mettez le fichier de configuration téléchargé dans /config" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "Chemin d'accès web" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "Nom de la base de données" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "Hôte MySQL" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "Utilisateur MySQL" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "Mot de passe MySQL" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "écrire la configuration" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "Ampache.cfg.php existe" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "Ampache.cfg.php configuré ?" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "Test de la configuration" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "Jouer l'album" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "Jouer l'album aléatoirement" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "Réinitialiser la jaquette d'album" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "Trouver la jaquette d'album" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "édition" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "préférences" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "Reconstruire les préférences" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "l'Interface" - -#: ../../templates/show_preferences.inc:65 -msgid "Streaming" -msgstr "Flux" - -#: ../../templates/show_preferences.inc:68 -msgid "Options" -msgstr "Actions" - -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "Compte" - -#: ../../templates/show_preferences.inc:76 -msgid "System" -msgstr "Le Serveur" - -#: ../../templates/show_preferences.inc:79 -msgid "Modules" -msgstr "Mode" - -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "Mise à jour des préférences" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "Jouer aléatoirement une sélection" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "Nombre d'éléments" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "Par genre" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "Standard" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" -msgstr "Tous les albums" - -#: ../../templates/show_random_play.inc:55 -msgid "Full Artist" -msgstr "Artiste complet" - -#: ../../templates/show_random_play.inc:61 #, fuzzy -msgid "From catalog" -msgstr "d'un catalogue" +#~ msgid "Catalog Created and Songs Indexed" +#~ msgstr "Nettoyage de catalogue terminé" -#: ../../templates/show_random_play.inc:67 -msgid "Size Limit" -msgstr "Limite de Taille" +#~ msgid "Do you really want to clear the statistics for this catalog?" +#~ msgstr "Voulez-vous vraiment effacer les statistiques de ce catalogue ?" -#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122 -msgid "Unlimited" -msgstr "illimité" +#~ msgid "Site" +#~ msgstr "Site" -#: ../../templates/show_install.inc:54 -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 "Cette étape crée et remplie la base de données Ampache, pour celà donner un compte d'accès mysql avec des droits de création. Cette étape peut prendre un certain temps dépendant de la vitesse de votre ordinateur" +#~ msgid "Confirm Delete" +#~ msgstr "Entrée effacée" -#: ../../templates/show_install.inc:72 -msgid "MySQL Administrative Username" -msgstr "Nom d'utilisateur administrateur MySQL" +#~ msgid "Do you really want to delete this Access Record?" +#~ msgstr "" +#~ "Etes vous sur de vouloir supprimer cet enregistrement d'accès ?" -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "Mot de passe administrateur MySQL" +#~ msgid "Entry Deleted" +#~ msgstr "Entrée effacée" -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "Crée un utilisateur de base de données pour la nouvelle base" +#~ msgid "Entry Added" +#~ msgstr "Entrée ajoutée" -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "Nom d'utilisateur de base de données Ampache" +#~ msgid "Entry Updated" +#~ msgstr "Entrée ajoutée" -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "Mot de passe de l'utilisateur de base de données Ampache" +#~ msgid "Module Activated" +#~ msgstr "Mode activé" -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "Remplissage de la base de données" +#~ msgid "Are you sure you want to remove this module?" +#~ msgstr "Voulez-vous vraiment supprimer ce module ?" -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "Ajouter un accès pour un hôte" +#~ msgid "Module Deactivated" +#~ msgstr "Mode activé" -#: ../../templates/show_add_access.inc:23 -msgid "Use the form below to add a host that you want to have access to your Ampache catalog." -msgstr "Utiliser le formulaire ci-dessous pour ajouter un hôte accédant à votre catalogue Ampache" +#~ msgid "No Playlists Found" +#~ msgstr "Non trouvé" -#: ../../templates/show_add_access.inc:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "Adresse IP de début" +#~ msgid "Controls" +#~ msgstr "Commandes" -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "Adresse IP de fin" +#~ msgid "Users" +#~ msgstr "Utilisateurs" -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 -msgid "Read" -msgstr "Lire" +#~ msgid "Mail Users" +#~ msgstr "E-mail aux utilisateurs" -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "Lire/Ecrit" +#~ msgid "Config" +#~ msgstr "configuration" -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 -msgid "ACL Type" -msgstr "Type d'ACL" +#~ msgid "Access List" +#~ msgstr "Liste d'accès" -#: ../../templates/show_add_access.inc:67 -msgid "Stream Access" -msgstr "Accés Flux" +#~ msgid "Democratic View" +#~ msgstr "Vue démocratique" -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "l'Interface Web" +#~ msgid "Rename Artist" +#~ msgstr "Renommer l'artiste" -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "Définition de réseau local" +#~ msgid "Results Per Page" +#~ msgstr "Résultats par page" -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "XML-RPC" +#~ msgid "Module Name" +#~ msgstr "Nom complet" -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "Options XML-RPC" +#~ msgid "Admin Controls" +#~ msgstr "Sections administrateur" + +#~ msgid "Newest Artist Additions" +#~ msgstr "Artistes récemment ajoutés" + +#~ msgid "Newest Album Additions" +#~ msgstr "Albums récemment ajoutés" + +#~ msgid "Newest Live Stream Additions" +#~ msgstr "Flux Live récemment ajoutés" + +#~ msgid "Playlist Actions" +#~ msgstr "Actions des listes de lecture" + +#~ msgid "Edit Playlist" +#~ msgstr "Editer la liste de lecture" + +#~ msgid "Play This Playlist" +#~ msgstr "Jouer cette liste de lecture" -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 #, fuzzy -msgid "Remote Key" -msgstr "Distant" +#~ msgid "Delete This Playlist" +#~ msgstr "Jouer cette liste de lecture" + +#~ msgid "Import From File" +#~ msgstr "Importer depuis un fichier" -#: ../../templates/show_add_access.inc:87 #, fuzzy -msgid "Create ACL" -msgstr "Créer un compte" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "Accès hôte à votre catalogue" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "Ajouter une entrée" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "Adresse de début" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "Adresse de fin" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "Clef" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "Retirer" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "Nom complet" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "Dernier(s) vu(s)" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "Date d'enregistrement" - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "Activité" - -#: ../../templates/show_users.inc:61 -msgid "Last Ip" -msgstr "Dernier(s) IPs" - -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "En ligne" - -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "Couverture" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "Nom de l'album" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "Année de l'album" - -#: ../../templates/show_artist.inc:38 -msgid "Tracks" -msgstr "Pistes" - -#: ../../templates/show_edit_access.inc:23 -msgid "Edit Access List" -msgstr "Liste d'accès" - -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "Mode debogage d'Ampache" - -#: ../../templates/show_test.inc:35 -msgid "You've reached this page because a configuration error has occured. Debug Information below" -msgstr "Vous avez atteint cette page car une erreur de configuration est survenue. Voir les informations de debogage ci-dessous" - -#: ../../templates/show_test.inc:39 -msgid "CHECK" -msgstr "TEST" - -#: ../../templates/show_test.inc:41 -msgid "STATUS" -msgstr "STATUT" - -#: ../../templates/show_test.inc:43 -msgid "DESCRIPTION" -msgstr "DESCRIPTION" - -#: ../../templates/show_test.inc:46 -msgid "PHP Version" -msgstr "Version de PHP" - -#: ../../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 "Ce test pour vérifier que vous utilisez une version de PHP connue pour etre compatible avec Ampache" - -#: ../../templates/show_test.inc:65 -msgid "Mysql for PHP" -msgstr "Mysql pour PHP" - -#: ../../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 "Ce test pour vérifier si vous avez l'extension mysql chargée pour PHP. Ceci est requis pour qu'Ampache puisse fonctionner" - -#: ../../templates/show_test.inc:84 -msgid "PHP Session Support" -msgstr "Support des sessions PHP" - -#: ../../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 "Ce test pour s assurer qur que le support de session PHP est activé. Les sessions sont indispensable au bon fonctionnement d'Ampache" - -#: ../../templates/show_test.inc:103 -msgid "PHP ICONV Support" -msgstr "Support de PHP ICONV" - -#: ../../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 "Ce test pour vérifier que l'Iconv support est bien installé. Ce n'est pas indispensable pour le fonctionnement d'Ampache mais fortement recommandé" - -#: ../../templates/show_test.inc:121 -msgid "PHP PCRE Support" -msgstr "Support de PHP ICONV" - -#: ../../templates/show_test.inc:134 -msgid "This test makes sure you have PCRE support compiled into your version of PHP, this is required for Ampache." -msgstr "Ce test pour s'assurer qur que le support de session PHP est activé. Les sessions sont indispensable au bon fonctionnement d'Ampache" - -#: ../../templates/show_test.inc:138 -msgid "PHP PutENV Support" -msgstr "Support de PHP ICONV" - -#: ../../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 "Ce test verifie que la safe mode n'est pas active pour PHP, ceci n'est pas nécessaire mais pourrai gener certaines fonctionnalités de ampache" - -#: ../../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 "Cet essai pour lire /config/ampache.cfg.php Si celà échoue, le fichier ampache.cfg.php n'est pas au bon endroit ou \n\t n'est pas lisible par votre serveur web" - -#: ../../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 "Ce test pour s'assurer que vous avez bien défini tous les paramètres de configuration et que nous sommes capables \n\td'analyser complètement votre fichier de configuration" - -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "Ampache.cfg.php à jour ?" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "Dans ampache.cfg.php manquent les informations suivantes:" - -#: ../../templates/show_test.inc:240 -msgid "DB Connection" -msgstr "Connexion à la base de données" - -#: ../../templates/show_test.inc:256 -msgid "This attempts to connect to your database using the values from your ampache." -"cfg.php" -msgstr "Ceci test la connexion à votre base de données en utilisant " -"les valeurs de ampache.cfg.php" - -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "Recherche dans Ampache" - -#: ../../templates/show_similar_artists.inc:23 -msgid "Similar Artists" -msgstr "Liste complète des artistes" - -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" -msgstr "Vérifiez les artictes que vous souhaitez associer a cet artiste" - -#: ../../templates/show_similar_artists.inc:62 -msgid "Back" -msgstr "Préc&ecaute;dent" - -#: ../../templates/show_similar_artists.inc:73 -msgid "Rename selected" -msgstr "Renommer les sélectionnées" - -#: ../../templates/show_similar_artists.inc:83 -msgid "Advanced Options" -msgstr "Avancé" - -#: ../../templates/show_similar_artists.inc:144 -msgid "Search Again" -msgstr "Recherche encore" - -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "Connexion" - -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "Mémoriser" - -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "S'inscrire" - -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "Mots clés" - -#: ../../templates/show_search.inc:73 -msgid "Played" -msgstr "Joué" - -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" -msgstr "Débit minimum" - -#: ../../templates/show_search.inc:96 -msgid "One Star" -msgstr "1 étoile" - -#: ../../templates/show_search.inc:97 -msgid "Two Stars" -msgstr "2 etoiles" - -#: ../../templates/show_search.inc:98 -msgid "Three Stars" -msgstr "3 etoiles" - -#: ../../templates/show_search.inc:99 -msgid "Four Stars" -msgstr "4 etoiles" - -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "5 etoiles" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "Opérateur" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "ET" - -#: ../../templates/show_search.inc:112 -msgid "Method" -msgstr "Méthode" - -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "approximatif" - -#: ../../templates/show_search.inc:116 -msgid "Exact" -msgstr "exacte" - -#: ../../templates/show_search.inc:119 -msgid "Maximum Results" -msgstr "Nombre de résultats" - -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "Annuler" - -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" -msgstr "Sauver la recherche comme un morceau sur" - -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "Sauver" +#~ msgid "Delete Empty Playlists" +#~ msgstr "Importer une liste de lecture" + +#~ msgid "Localplay Init Failed" +#~ msgstr "Controle de lecture locale" + +#~ msgid "Show Albums starting with" +#~ msgstr "Voir les albums commençant par" + +#~ msgid "Show Titles Starting With" +#~ msgstr "Voir les artistes commençant par" + +#~ msgid "Lists" +#~ msgstr "Listes" + +#~ msgid "Error: Password Does Not Match or Empty" +#~ msgstr "Erreur : Le mot de passe ne correspond pas ou est vide" + +#~ msgid "Password Updated" +#~ msgstr "Mot de passe mise à jour" + +#~ msgid "Playlist Deleted" +#~ msgstr "Liste de lecture supprimée" + +#~ msgid "The Requested Playlist has been deleted" +#~ msgstr "Liste de lecture supprimée" + +#~ msgid "Are you sure you want to delete this playlist" +#~ msgstr "Voulez-vous vraiment supprimer cette liste de lecture ?" + +#~ msgid "Confirm Action" +#~ msgstr "Confirmation d'action" + +#~ msgid "Remote Selected Tracks" +#~ msgstr "Morceaux sélectionnés distants" + +#~ 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 "" +#~ "[print_tags.php.inc]\n" +#~ "Cette ligne de commande de script affichera les informations de balise " +#~ "pour le fichier spécifié \n" +#~ "comme elles apparaitrons dans Ampache. \n" +#~ " \n" + +#~ msgid "Error: Unable to write to" +#~ msgstr "Erreur : impossible d'écrire dans" + +#~ msgid "Error: Upload directory not inside a catalog" +#~ msgstr "" +#~ "Erreur: Le répertoire de chargement n'est pas dans un catalogue" + +#~ msgid "Adding" +#~ msgstr "Ajout" + +#~ msgid "to database" +#~ msgstr "vers la base de données" + +#~ 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 "" +#~ "\n" +#~ "\t\n" +#~ "************ ATTENTION ************\n" +#~ "Ce script déplacera, et pourrait \n" +#~ "supprimer les fichiers téléchargés.\n" +#~ "************ ATTENTION ************\n" +#~ "\n" +#~ "Tous les marqués pour ajout seront déplacés vers le " +#~ "répertoire de téléchargement. \n" +#~ "Tous les fichiers marqués pour suppression seront supprimé" +#~ "s. Ce script doit etre \n" +#~ "exécuté avec un utilisateur ayant les droits suffisants " +#~ "pour les deux opérations ci-dessus \n" +#~ "\n" +#~ "\t\n" + +#~ msgid "Continue? (Y/N):" +#~ msgstr "Continuer (Y/N) :" + +#~ msgid "Error: " +#~ msgstr "Erreur :" + +#~ msgid "!\n" +#~ msgstr "!\n" + +#~ msgid "You are currently logged in as" +#~ msgstr "Vous ĂŞtes actuellement connecté en tant que" + +#~ msgid "Song title" +#~ msgstr "Titre du morceau" + +#~ msgid "Total" +#~ msgstr "Total" + +#~ msgid "Rebuild Preferences" +#~ msgstr "Reconstruire les préférences" + +#~ msgid "Interface" +#~ msgstr "l'Interface" + +#~ msgid "Streaming" +#~ msgstr "Flux" + +#~ msgid "Options" +#~ msgstr "Actions" + +#~ msgid "System" +#~ msgstr "Le Serveur" + +#~ msgid "" +#~ "Use the form below to add a host that you want to have access to your " +#~ "Ampache catalog." +#~ msgstr "" +#~ "Utiliser le formulaire ci-dessous pour ajouter un hôte accé" +#~ "dant à votre catalogue Ampache" + +#~ msgid "XML-RPC Options" +#~ msgstr "Options XML-RPC" + +#~ msgid "Host Access to Your Catalog" +#~ msgstr "Accès hôte à votre catalogue" + +#~ msgid "Revoke" +#~ msgstr "Retirer" + +#~ msgid "Album Name" +#~ msgstr "Nom de l'album" + +#~ msgid "Album Year" +#~ msgstr "Année de l'album" + +#~ msgid "Tracks" +#~ msgstr "Pistes" + +#~ msgid "Edit Access List" +#~ msgstr "Liste d'accès" + +#~ 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 "" +#~ "Ce test pour s'assurer que vous avez bien défini tous les " +#~ "paramètres de configuration et que nous sommes capables \n" +#~ "\td'analyser complètement votre fichier de configuration" + +#~ msgid "Ampache.cfg.php Up to Date?" +#~ msgstr "Ampache.cfg.php à jour ?" + +#~ msgid "Ampache.cfg.php is missing the following:" +#~ msgstr "Dans ampache.cfg.php manquent les informations suivantes:" + +#~ msgid "Reset Form" +#~ msgstr "Annuler" + +#~ msgid "Save Search As Track on" +#~ msgstr "Sauver la recherche comme un morceau sur" +#~ msgid "Save" +#~ msgstr "Sauver" diff --git a/locale/is_IS/LC_MESSAGES/messages.po b/locale/is_IS/LC_MESSAGES/messages.po index 05b19ea8..722d1250 100644 --- a/locale/is_IS/LC_MESSAGES/messages.po +++ b/locale/is_IS/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,756 +16,64 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "" + +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "" + +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "" + +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "" + +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "" + +#: ../../update.php:51 +msgid "Ampache Update" +msgstr "" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" +#: ../../ratings.php:32 +msgid "Rating Updated" msgstr "" -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" msgstr "" -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "" - -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" -msgstr "" - -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -msgid "None" -msgstr "" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "" - -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "" - -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Error" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "" - -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "" - -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "" - -#: ../../lib/class/catalog.class.php:1240 -msgid "Cleaning the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "" - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr "" - -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "" - -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "Update Finished." -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "Checked" -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "songs updated." -msgstr "" - -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "" - -#: ../../lib/class/flag.class.php:264 -msgid "Approved" -msgstr "" - -#: ../../lib/class/flag.class.php:265 -msgid "Pending" -msgstr "" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -msgid "Other" -msgstr "" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "" - -#: ../../lib/class/localplay.class.php:564 -msgid "Stopped" -msgstr "" - -#: ../../lib/class/localplay.class.php:567 -msgid "Paused" -msgstr "" - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "" - -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -msgid "Localplay" -msgstr "" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "" - -#: ../../lib/preferences.php:294 -msgid "XSPF" -msgstr "" - -#: ../../lib/preferences.php:326 -msgid "Disabled" -msgstr "" - -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "" - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "" - -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "" - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -msgid "No Catalogs Found!" -msgstr "" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "" - -#: ../../lib/ui.lib.php:799 -msgid "Random Play" -msgstr "" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -msgid "Admin-Catalog" -msgstr "" - -#: ../../lib/ui.lib.php:819 -msgid "Admin-User Management" -msgstr "" - -#: ../../lib/ui.lib.php:823 -msgid "Admin-Mail Users" -msgstr "" - -#: ../../lib/ui.lib.php:827 -msgid "Admin-Manage Access Lists" -msgstr "" - -#: ../../lib/ui.lib.php:831 -msgid "Admin-Site Preferences" -msgstr "" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "" - -#: ../../lib/ui.lib.php:839 -msgid "Browse Music" -msgstr "" - -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "" - -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "" - -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -msgid "Statistics" -msgstr "" - -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "" - -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "" - -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "" - -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "" - -#: ../../lib/general.lib.php:881 -msgid "British English" -msgstr "" - -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "" - -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" -msgstr "" - -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "" - -#: ../../lib/general.lib.php:969 -msgid "Off" -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" -msgstr "" - -#: ../../modules/horde/Browser.php:867 -msgid "file" -msgstr "" - -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." -msgstr "" - -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" -msgstr "" - -#: ../../modules/horde/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." -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)." -msgstr "" - -#: ../../modules/horde/Browser.php:903 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was only partially uploaded." -msgstr "" - -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -msgid "Catalog Updated" -msgstr "" - -#: ../../admin/catalog.php:119 -msgid "Catalog Deleted" -msgstr "" - -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "" - -#: ../../admin/catalog.php:128 -msgid "Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:134 -msgid "Disabled Songs Processed" -msgstr "" - -#: ../../admin/catalog.php:155 -msgid "Catalog Cleaned" -msgstr "" - -#: ../../admin/catalog.php:198 -msgid "Catalog Created" -msgstr "" - -#: ../../admin/catalog.php:199 -msgid "Catalog Created and Songs Indexed" -msgstr "" - -#: ../../admin/catalog.php:212 -msgid "Catalog statistics cleared" -msgstr "" - -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "" - -#: ../../admin/catalog.php:241 -msgid "No Disabled songs found" -msgstr "" - -#: ../../admin/catalog.php:249 -msgid "Delete Catalog" -msgstr "" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" +#: ../../radio.php:50 +msgid "Radio Station Added" msgstr "" #: ../../admin/flag.php:97 @@ -820,146 +128,953 @@ msgstr "" msgid "Flagged Records" msgstr "" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 -msgid "Site" +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 +msgid "Catalog Updated" msgstr "" -#: ../../admin/access.php:42 -msgid "Confirm Delete" +#: ../../admin/catalog.php:106 +msgid "Catalog Deleted" msgstr "" -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" msgstr "" -#: ../../admin/access.php:49 -msgid "Entry Deleted" +#: ../../admin/catalog.php:115 +msgid "Songs Removed" msgstr "" -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" msgstr "" -#: ../../admin/access.php:54 -msgid "Entry Added" +#: ../../admin/catalog.php:121 +msgid "Disabled Songs Processed" msgstr "" -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" +#: ../../admin/catalog.php:141 +msgid "Catalog Cleaned" msgstr "" -#: ../../admin/access.php:58 -msgid "Entry Updated" +#: ../../admin/catalog.php:191 +msgid "Catalog Created" msgstr "" -#: ../../admin/access.php:58 -msgid "Access List Entry updated" +#: ../../admin/catalog.php:208 +msgid "Catalog statistics cleared" msgstr "" -#: ../../admin/users.php:65 ../../admin/users.php:112 +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "" + +#: ../../admin/catalog.php:233 +msgid "No Disabled songs found" +msgstr "" + +#: ../../admin/catalog.php:242 +msgid "Delete Catalog" +msgstr "" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 msgid "Error Username Required" msgstr "" -#: ../../admin/users.php:68 ../../admin/users.php:108 +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 msgid "Error Passwords don't match" msgstr "" -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" +#: ../../admin/users.php:79 +msgid "User Updated" msgstr "" -#: ../../admin/users.php:142 -msgid "Deletion Request" +#: ../../admin/users.php:79 +msgid "updated" msgstr "" -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" msgstr "" -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" msgstr "" -#: ../../admin/users.php:150 +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 +msgid "Error" +msgstr "" + +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 msgid "User Deleted" msgstr "" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Delete Error" msgstr "" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Unable to delete last Admin User" msgstr "" -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" +#: ../../admin/users.php:163 +msgid "Deletion Request" msgstr "" -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" msgstr "" -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" msgstr "" -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "" - -#: ../../admin/mail.php:252 -msgid "E-mail Sent" -msgstr "" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." -msgstr "" - -#: ../../admin/modules.php:41 -msgid "Module Activated" -msgstr "" - -#: ../../admin/modules.php:48 -msgid "Are you sure you want to remove this module?" -msgstr "" - -#: ../../admin/modules.php:56 -msgid "Module Deactivated" -msgstr "" - -#: ../../admin/modules.php:72 -msgid "Plugin Activated" -msgstr "" - -#: ../../admin/modules.php:79 +#: ../../admin/modules.php:54 ../../admin/modules.php:92 msgid "Are you sure you want to remove this plugin?" msgstr "" -#: ../../admin/modules.php:95 +#: ../../admin/modules.php:66 ../../admin/modules.php:111 msgid "Plugin Deactivated" msgstr "" -#: ../../admin/system.php:120 +#: ../../admin/modules.php:85 +msgid "Plugin Activated" +msgstr "" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" +msgstr "" + +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "" + +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "" + +#: ../../admin/access.php:45 +msgid "Access List Entry updated" +msgstr "" + +#: ../../admin/system.php:64 msgid "Export Failed" msgstr "" +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" +msgstr "" + +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "" + +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "" + +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "" + +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "" + +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "" + +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "" + +#: ../../admin/mail.php:260 +msgid "E-mail Sent" +msgstr "" + +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "" + +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" + +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" + +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" + +#: ../../flag.php:45 +msgid "Item Flagged" +msgstr "" + +#: ../../flag.php:45 +msgid "The specified item has been flagged" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +msgid "Catalogs" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +msgid "Clean" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:68 +msgid "No Catalogs Found" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +msgid "Clean All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +msgid "Verify All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +msgid "Add to All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +msgid "Update All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +msgid "Generate New Config" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:93 +msgid "Preferences Permissions" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +msgid "Check for New Version" +msgstr "" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +msgid "Object" +msgstr "" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +msgid "No Records Found" +msgstr "" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +msgid "Update" +msgstr "" + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +msgid "Show All" +msgstr "" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:52 +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 "" + +#: ../../templates/show_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +msgid "Song Title" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +msgid "Recently Played" +msgstr "" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "" + #: ../../templates/show_flag.inc.php:41 msgid "Flag Song" msgstr "" @@ -981,155 +1096,930 @@ msgstr "" msgid "Incorrect Tags" msgstr "" -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" msgstr "" -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +msgid "Other" msgstr "" -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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" +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" msgstr "" -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "" -"A MySQL Server with a username and password that can create/modify databases" +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" msgstr "" -#: ../../templates/show_install_account.inc.php:47 +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" +msgstr "" + +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 msgid "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" +"ampache.cfg.php.dist file" msgstr "" -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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" +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" msgstr "" -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" msgstr "" -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" msgstr "" -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" msgstr "" -#: ../../templates/show_install_account.inc.php:57 -msgid "" -"This step creates your initial Ampache admin account. Once your admin " -"account has been created you will be directed to the login page" +#: ../../templates/show_localplay_status.inc.php:55 +msgid "Repeat" msgstr "" -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "" - -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "" - -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" -msgstr "" - -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" -msgstr "" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" -msgstr "" - -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 msgid "Random" msgstr "" -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" msgstr "" -#: ../../templates/show_playlists.inc.php:75 -msgid "No Playlists Found" +#: ../../templates/show_disabled_songs.inc.php:65 +msgid "Remove" +msgstr "" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" +msgstr "" + +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +msgid "Last Ip" +msgstr "" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +msgid "Base Playlist" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_config.inc.php:51 +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 "" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +msgid "Create" +msgstr "" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +msgid "Localplay" +msgstr "" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +msgid "Current Playlist" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +msgid "Description" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +msgid "Version" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +msgid "Activate" +msgstr "" + +#: ../../templates/show_install.inc.php:54 +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.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:23 +msgid "Similar Artists" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:66 +msgid "Back" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:77 +msgid "Rename selected" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:91 +msgid "Advanced Options" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:152 +msgid "Search Again" +msgstr "" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "" + +#: ../../templates/show_playlist.inc.php:30 +msgid "Normalize Tracks" +msgstr "" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +msgid "Play Random" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "" + +#: ../../templates/show_preference_admin.inc.php:22 +msgid "Preference Administration" +msgstr "" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "minutes ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "hours ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "days ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "years ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "" + +#: ../../templates/show_search.inc.php:95 +msgid "One Star" +msgstr "" + +#: ../../templates/show_search.inc.php:96 +msgid "Two Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "" + +#: ../../templates/show_search.inc.php:118 +msgid "Maximum Results" +msgstr "" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +msgid "ACL Type" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +msgid "Stream Access" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +msgid "Remote Key" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +msgid "Read" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:23 +msgid "Edit Song" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:88 +msgid "Update Song" +msgstr "" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +msgid "Genres" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:24 +msgid "Send E-mail to Users" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:54 +msgid "Latest Artist Additions" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:65 +msgid "Latest Album Additions" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +msgid "Disabled Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:87 +msgid "Most Popular Threshold in days" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +msgid "Create ACL" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:26 +msgid "Editing Playlist" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" msgstr "" #: ../../templates/show_duplicates.inc.php:25 @@ -1152,663 +2042,301 @@ msgstr "" msgid "Select Best Guess" msgstr "" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" msgstr "" -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" msgstr "" -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 -msgid "Current Playlist" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:27 -msgid "Editing Playlist" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:40 -msgid "Private" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -msgid "Update" -msgstr "" - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -msgid "Config" -msgstr "" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -msgid "Song Title" -msgstr "" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "" - -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "" - -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" -msgstr "" - -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" -msgstr "" - -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:27 -msgid "Catalogs" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:46 -msgid "Clean" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:65 -msgid "No Catalogs Found" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:71 -msgid "Clean All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:72 -msgid "Verify All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:73 -msgid "Add to All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:74 -msgid "Update All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -msgid "Generate New Config" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:86 -msgid "Preferences Permissions" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:88 -msgid "Check for New Version" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 +msgid "None" msgstr "" #: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 msgid "Albums by" msgstr "" -#: ../../templates/show_artist_box.inc.php:33 +#: ../../templates/show_artist_box.inc.php:34 msgid "Show All Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:34 +#: ../../templates/show_artist_box.inc.php:35 msgid "Play All Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:35 +#: ../../templates/show_artist_box.inc.php:36 msgid "Play Random Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 -msgid "Update from tags" -msgstr "" - #: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" +#: ../../templates/show_album.inc.php:52 +msgid "Update from tags" msgstr "" #: ../../templates/show_artist_box.inc.php:39 msgid "Find duplicate artists" msgstr "" -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" msgstr "" -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" msgstr "" -#: ../../templates/show_user.inc.php:42 -msgid "New Password" +#: ../../templates/show_random.inc.php:26 +msgid "Item count" msgstr "" -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" +#: ../../templates/show_random.inc.php:41 +msgid "From genre" msgstr "" -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" +#: ../../templates/show_random.inc.php:50 +msgid "Standard" msgstr "" -#: ../../templates/show_user.inc.php:65 -msgid "Update Account" +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" msgstr "" -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" msgstr "" -#: ../../templates/show_user_stats.inc.php:29 -msgid "Favorite Artists" +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" msgstr "" -#: ../../templates/show_user_stats.inc.php:40 -msgid "Favorite Albums" +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" msgstr "" -#: ../../templates/show_user_stats.inc.php:51 -msgid "Favorite Songs" +#: ../../templates/show_random.inc.php:59 +msgid "From catalog" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:31 -msgid "Playing from base Playlist" +#: ../../templates/show_random.inc.php:65 +msgid "Size Limit" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:44 -msgid "Votes" +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "" - -#: ../../templates/show_modules.inc.php:38 -msgid "Localplay Modules" -msgstr "" - -#: ../../templates/show_modules.inc.php:41 -msgid "Module Name" -msgstr "" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -msgid "Activate" -msgstr "" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -msgid "Deactivate" -msgstr "" - -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -msgid "No Records Found" -msgstr "" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "" - -#: ../../templates/show_modules.inc.php:73 -msgid "Description" -msgstr "" - -#: ../../templates/show_modules.inc.php:74 -msgid "Version" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:23 -msgid "Edit Song" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:89 -msgid "Update Song" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" msgstr "" #: ../../templates/show_genre.inc.php:29 msgid "Viewing" msgstr "" -#: ../../templates/show_mail_users.inc.php:25 -msgid "Send E-mail to Users" +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" msgstr "" -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" msgstr "" -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" msgstr "" -#: ../../templates/show_mail_users.inc.php:52 -msgid "Latest Artist Additions" +#: ../../templates/sidebar_preferences.inc.php:32 +msgid "Modules" msgstr "" -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" +#: ../../templates/sidebar_preferences.inc.php:34 +msgid "Localplay Modules" msgstr "" -#: ../../templates/show_mail_users.inc.php:63 -msgid "Latest Album Additions" +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" msgstr "" -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" msgstr "" -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" msgstr "" -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -msgid "Disabled Songs" +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" msgstr "" -#: ../../templates/show_mail_users.inc.php:85 -msgid "Most Popular Threshold in days" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" -msgstr "" - -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 -msgid "Show All" -msgstr "" - -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:22 -msgid "Admin Controls" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -msgid "Base Playlist" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -msgid "Clear Playlist" -msgstr "" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "" - -#: ../../templates/show_flagged.inc.php:28 -msgid "Object" -msgstr "" - -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" -msgstr "" - -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "" - -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" msgstr "" #: ../../templates/show_get_albumart.inc.php:23 msgid "Customize Search" msgstr "" -#: ../../templates/show_get_albumart.inc.php:46 +#: ../../templates/show_get_albumart.inc.php:44 msgid "Direct URL to Image" msgstr "" -#: ../../templates/show_get_albumart.inc.php:54 +#: ../../templates/show_get_albumart.inc.php:52 msgid "Local Image" msgstr "" -#: ../../templates/show_get_albumart.inc.php:66 +#: ../../templates/show_get_albumart.inc.php:63 msgid "Get Art" msgstr "" -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" msgstr "" -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" +#: ../../templates/show_edit_catalog.inc.php:22 +msgid "Settings for" msgstr "" -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" msgstr "" -#: ../../templates/show_playlist_box.inc.php:36 -msgid "Play This Playlist" +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" msgstr "" -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" msgstr "" -#: ../../templates/show_playlist_box.inc.php:38 -msgid "Delete This Playlist" +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" msgstr "" -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" msgstr "" -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" msgstr "" -#: ../../templates/show_playlist_box.inc.php:43 -msgid "Delete Empty Playlists" +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" msgstr "" -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" msgstr "" -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" msgstr "" -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:38 +msgid "Playing from base Playlist" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +msgid "Votes" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 +msgid "Edit Artist" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +msgid "Edit Album" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:47 +msgid "Update Album" +msgstr "" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "" + +#: ../../templates/show_plugins.inc.php:46 +msgid "Deactivate" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" msgstr "" #: ../../templates/show_play_selected.inc.php:28 @@ -1831,170 +2359,6 @@ msgstr "" msgid "Add to" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:22 -msgid "Settings for" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:56 -msgid "Repeat" -msgstr "" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "" - -#: ../../templates/show_add_playlist.inc.php:42 -msgid "Create" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -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:80 -msgid "User Access Level" -msgstr "" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:75 -msgid "Disable Songs" -msgstr "" - #: ../../templates/show_ip_history.inc.php:23 msgid "IP History" msgstr "" @@ -2003,15 +2367,57 @@ msgstr "" msgid "Show Unique" msgstr "" -#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 msgid "Date" msgstr "" -#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 msgid "IP Address" msgstr "" +#: ../../templates/show_add_catalog.inc.php:27 +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_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +msgid "Clear Playlist" +msgstr "" + #: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 msgid "Recommendations" msgstr "" @@ -2027,281 +2433,806 @@ msgstr "" msgid "Recommended Songs" msgstr "" -#: ../../templates/show_preference_admin.inc.php:22 -msgid "Preference Administration" +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" msgstr "" -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" msgstr "" -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" msgstr "" -#: ../../templates/show_edit_album.inc.php:23 -msgid "Edit Album" +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" msgstr "" -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -msgid "Update Album" +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" +#: ../../templates/show_user_stats.inc.php:30 +msgid "Favorite Artists" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "minutes ago" +#: ../../templates/show_user_stats.inc.php:43 +msgid "Favorite Albums" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "hours ago" +#: ../../templates/show_user_stats.inc.php:56 +msgid "Favorite Songs" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "days ago" +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "years ago" +#: ../../templates/show_list_duplicates.inc.php:96 +msgid "Disable Songs" msgstr "" -#: ../../templates/show_recently_played.inc.php:26 -msgid "Recently Played" +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" msgstr "" -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" msgstr "" -#: ../../templates/show_edit_artist.inc.php:23 -msgid "Edit Artist" +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 +msgid "Statistics" msgstr "" -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" msgstr "" -#: ../../localplay.php:50 ../../localplay.php:58 -msgid "Song(s) Removed from Playlist" +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" msgstr "" -#: ../../localplay.php:77 -msgid "Localplay Init Failed" +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" msgstr "" -#: ../../browse.php:48 ../../albums.php:213 -msgid "Show Albums starting with" +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" msgstr "" -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -msgid "Show Artists starting with" +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" msgstr "" -#: ../../browse.php:124 -msgid "Show Titles Starting With" +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" msgstr "" -#: ../../search.php:47 -msgid "Error: No Keyword Entered" +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" msgstr "" -#: ../../ampache/templates/sidebar.inc.php:38 -msgid "Lists" +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" msgstr "" -#: ../../ratings.php:33 -msgid "Rating Updated" +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Cleaning the" msgstr "" -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" msgstr "" -#: ../../login.php:80 -msgid "User Disabled please contact Admin" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" msgstr "" -#: ../../login.php:94 -msgid "Unable to create new account" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" msgstr "" -#: ../../login.php:103 -msgid "No local account found" +#: ../../templates/show_test.inc.php:33 +msgid "" +"You've reached this page because a configuration error has occured. Debug " +"Information below" msgstr "" -#: ../../login.php:176 -msgid "Message of the Day" +#: ../../templates/show_test.inc.php:37 +msgid "CHECK" msgstr "" -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" +#: ../../templates/show_test.inc.php:39 +msgid "STATUS" msgstr "" -#: ../../preferences.php:61 -msgid "Password Updated" +#: ../../templates/show_test.inc.php:41 +msgid "DESCRIPTION" msgstr "" -#: ../../update.php:73 -msgid "Ampache Update" +#: ../../templates/show_test.inc.php:44 +msgid "PHP Version" msgstr "" -#: ../../tv.php:62 -msgid "Playlist Cleared" +#: ../../templates/show_test.inc.php:59 +msgid "" +"This tests to make sure that you are running a version of PHP that is known " +"to work with Ampache." msgstr "" -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" +#: ../../templates/show_test.inc.php:63 +msgid "Mysql for PHP" msgstr "" -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" +#: ../../templates/show_test.inc.php:78 +msgid "" +"This test checks to see if you have the mysql extensions loaded for PHP. " +"These are required for Ampache to work." msgstr "" -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" +#: ../../templates/show_test.inc.php:82 +msgid "PHP Session Support" msgstr "" -#: ../../activate.php:43 +#: ../../templates/show_test.inc.php:97 +msgid "" +"This test checks to make sure that you have PHP session support enabled. " +"Sessions are required for Ampache to work." +msgstr "" + +#: ../../templates/show_test.inc.php:101 +msgid "PHP ICONV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:115 +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_test.inc.php:119 +msgid "PHP PCRE Support" +msgstr "" + +#: ../../templates/show_test.inc.php:132 +msgid "" +"This test makes sure you have PCRE support compiled into your version of " +"PHP, this is required for Ampache." +msgstr "" + +#: ../../templates/show_test.inc.php:136 +msgid "PHP PutENV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:149 +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 "" + +#: ../../templates/show_test.inc.php:166 +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_test.inc.php:189 +msgid "" +"This test makes sure that you have set all of the required configuration " +"variables and that we are able to completely parse your config file" +msgstr "" + +#: ../../templates/show_test.inc.php:193 +msgid "DB Connection" +msgstr "" + +#: ../../templates/show_test.inc.php:209 +msgid "" +"This attempts to connect to your database using the values from your ampache." +"cfg.php" +msgstr "" + +#: ../../templates/show_index.inc.php:49 +msgid "Newest Albums" +msgstr "" + +#: ../../templates/show_index.inc.php:54 +msgid "Newest Artists" +msgstr "" + +#: ../../templates/show_index.inc.php:59 +msgid "Newest Genres" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "" + +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "" + +#: ../../templates/show_account.inc.php:40 +msgid "New Password" +msgstr "" + +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" +msgstr "" + +#: ../../templates/show_account.inc.php:64 +msgid "Update Account" +msgstr "" + +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "" + +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" +msgstr "" + +#: ../../activate.php:42 msgid "No user with this name registered" msgstr "" -#: ../../activate.php:47 +#: ../../activate.php:46 msgid "The validation key used isn't correct." msgstr "" -#: ../../activate.php:52 +#: ../../activate.php:51 msgid "User activated" msgstr "" -#: ../../activate.php:52 +#: ../../activate.php:51 msgid "This User ID is activated and can be used" msgstr "" -#: ../../playlist.php:46 -msgid "Playlist Deleted" +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" msgstr "" -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" +#: ../../democratic.php:80 +msgid "Playlist Cleared" msgstr "" -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" msgstr "" -#: ../../playlist.php:57 -msgid "Confirm Action" +#: ../../lib/class/flag.class.php:280 +msgid "Approved" msgstr "" -#: ../../playlist.php:117 -msgid "Playlist Created" +#: ../../lib/class/flag.class.php:281 +msgid "Pending" msgstr "" -#: ../../playlist.php:117 -msgid " has been created" +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" msgstr "" -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" msgstr "" -#: ../../playlist.php:145 -msgid "Playlist Updated" +#: ../../lib/class/song.class.php:341 +msgid "Rate" msgstr "" -#: ../../playlist.php:146 -msgid "has been updated and is now" +#: ../../lib/class/song.class.php:345 +msgid "Mode" msgstr "" -#: ../../playlist.php:166 -msgid "Playlist Imported" +#: ../../lib/class/song.class.php:357 +msgid "Filesize" msgstr "" -#: ../../playlist.php:195 -msgid "Empty Playlists Deleted" +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" msgstr "" -#: ../../flag.php:46 -msgid "Item Flagged" +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" msgstr "" -#: ../../flag.php:46 -msgid "The specified item has been flagged" +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" msgstr "" -#: ../../albums.php:48 +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "" + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" + +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr "" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Update Finished." +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Checked" +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "songs updated." +msgstr "" + +#: ../../lib/class/localplay.class.php:647 +msgid "Stopped" +msgstr "" + +#: ../../lib/class/localplay.class.php:650 +msgid "Paused" +msgstr "" + +#: ../../lib/class/album.class.php:217 +msgid "Disk" +msgstr "" + +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "" + +#: ../../lib/preferences.php:272 +msgid "M3U" +msgstr "" + +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "" + +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "" + +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "" + +#: ../../lib/preferences.php:276 +msgid "RAM" +msgstr "" + +#: ../../lib/preferences.php:277 +msgid "XSPF" +msgstr "" + +#: ../../lib/preferences.php:310 +msgid "Disabled" +msgstr "" + +#: ../../lib/preferences.php:332 +msgid "Send on Add" +msgstr "" + +#: ../../lib/preferences.php:333 +msgid "Send and Clear on Add" +msgstr "" + +#: ../../lib/preferences.php:334 +msgid "Clear on Send" +msgstr "" + +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 +msgid "Default" +msgstr "" + +#: ../../lib/preferences.php:343 +msgid "Always" +msgstr "" + +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" +msgstr "" + +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "" + +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "" + +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "" + +#: ../../lib/general.lib.php:496 +msgid "British English" +msgstr "" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "" + +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "" + +#: ../../lib/ui.lib.php:556 +msgid "Random Play" +msgstr "" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +msgid "Admin-Catalog" +msgstr "" + +#: ../../lib/ui.lib.php:576 +msgid "Admin-User Management" +msgstr "" + +#: ../../lib/ui.lib.php:580 +msgid "Admin-Mail Users" +msgstr "" + +#: ../../lib/ui.lib.php:584 +msgid "Admin-Manage Access Lists" +msgstr "" + +#: ../../lib/ui.lib.php:588 +msgid "Admin-Site Preferences" +msgstr "" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "" + +#: ../../lib/ui.lib.php:596 +msgid "Browse Music" +msgstr "" + +#: ../../albums.php:32 msgid "Album Art Cleared" msgstr "" -#: ../../albums.php:48 +#: ../../albums.php:32 msgid "Album Art information has been removed from the database" msgstr "" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 msgid "Album Art Not Located" msgstr "" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 msgid "" "Album Art could not be located at this time. This may be due to write access " "error, or the file is not received corectly." msgstr "" -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 msgid "Album Art Inserted" msgstr "" -#: ../../register.php:81 -msgid "Error Captcha Required" +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" msgstr "" -#: ../../register.php:88 -msgid "Error Captcha Failed" +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" msgstr "" -#: ../../register.php:95 -msgid "You must accept the user agreement" +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" msgstr "" -#: ../../register.php:100 -msgid "You did not enter a username" +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" msgstr "" -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" msgstr "" -#: ../../register.php:130 -msgid "You must enter a password" +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" msgstr "" -#: ../../register.php:134 -msgid "Your passwords do not match" +#: ../../modules/horde/Browser.php:867 +msgid "file" msgstr "" -#: ../../register.php:152 -msgid "Error: Insert Failed" +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." msgstr "" -#: ../../register.php:169 -msgid "Registration Complete" +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" msgstr "" -#: ../../bin/print_tags.php.inc:64 +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." +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)." +msgstr "" + +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." +msgstr "" + +#: ../../localplay.php:72 ../../localplay.php:80 +msgid "Song(s) Removed from Playlist" +msgstr "" + +#: ../../playlist.php:57 +msgid "Playlist Created" +msgstr "" + +#: ../../playlist.php:57 +msgid " has been created" +msgstr "" + +#: ../../playlist.php:78 +msgid "Playlist Updated" +msgstr "" + +#: ../../playlist.php:79 +msgid "has been updated and is now" +msgstr "" + +#: ../../playlist.php:101 +msgid "Playlist Imported" +msgstr "" + +#: ../../playlist.php:130 +msgid "Empty Playlists Deleted" +msgstr "" + +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "" + +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "" + +#: ../../login.php:96 +msgid "No local account found" +msgstr "" + +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "" + +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "" + +#: ../../bin/print_tags.inc:66 msgid "" "[print_tags.php.inc]\n" "This commandline script will display the tag information for the specified " @@ -2310,629 +3241,6 @@ msgid "" " \n" msgstr "" -#: ../../bin/print_tags.php.inc:70 +#: ../../bin/print_tags.inc:72 msgid "Filename:" msgstr "" - -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "" - -#: ../../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 "" - -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "" - -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "" - -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:49 -msgid "Remove" -msgstr "" - -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "" - -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "" - -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" -msgstr "" - -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "" - -#: ../../templates/show_install_config.inc:55 -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 "" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "" - -#: ../../templates/show_preferences.inc:65 -msgid "Streaming" -msgstr "" - -#: ../../templates/show_preferences.inc:68 -msgid "Options" -msgstr "" - -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "" - -#: ../../templates/show_preferences.inc:76 -msgid "System" -msgstr "" - -#: ../../templates/show_preferences.inc:79 -msgid "Modules" -msgstr "" - -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" -msgstr "" - -#: ../../templates/show_random_play.inc:55 -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:122 -msgid "Unlimited" -msgstr "" - -#: ../../templates/show_install.inc:54 -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:72 -msgid "MySQL Administrative Username" -msgstr "" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "" - -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "" - -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "" - -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "" - -#: ../../templates/show_add_access.inc:23 -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:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 -msgid "Read" -msgstr "" - -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "" - -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 -msgid "ACL Type" -msgstr "" - -#: ../../templates/show_add_access.inc:67 -msgid "Stream Access" -msgstr "" - -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "" - -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "" - -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "" - -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "" - -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -msgid "Remote Key" -msgstr "" - -#: ../../templates/show_add_access.inc:87 -msgid "Create ACL" -msgstr "" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "" - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "" - -#: ../../templates/show_users.inc:61 -msgid "Last Ip" -msgstr "" - -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "" - -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "" - -#: ../../templates/show_artist.inc:38 -msgid "Tracks" -msgstr "" - -#: ../../templates/show_edit_access.inc:23 -msgid "Edit Access List" -msgstr "" - -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "" - -#: ../../templates/show_test.inc:35 -msgid "" -"You've reached this page because a configuration error has occured. Debug " -"Information below" -msgstr "" - -#: ../../templates/show_test.inc:39 -msgid "CHECK" -msgstr "" - -#: ../../templates/show_test.inc:41 -msgid "STATUS" -msgstr "" - -#: ../../templates/show_test.inc:43 -msgid "DESCRIPTION" -msgstr "" - -#: ../../templates/show_test.inc:46 -msgid "PHP Version" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:65 -msgid "Mysql for PHP" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:84 -msgid "PHP Session Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:103 -msgid "PHP ICONV Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:121 -msgid "PHP PCRE Support" -msgstr "" - -#: ../../templates/show_test.inc:134 -msgid "" -"This test makes sure you have PCRE support compiled into your version of " -"PHP, this is required for Ampache." -msgstr "" - -#: ../../templates/show_test.inc:138 -msgid "PHP PutENV Support" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "" - -#: ../../templates/show_test.inc:240 -msgid "DB Connection" -msgstr "" - -#: ../../templates/show_test.inc:256 -msgid "" -"This attempts to connect to your database using the values from your ampache." -"cfg.php" -msgstr "" - -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "" - -#: ../../templates/show_similar_artists.inc:23 -msgid "Similar Artists" -msgstr "" - -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" -msgstr "" - -#: ../../templates/show_similar_artists.inc:62 -msgid "Back" -msgstr "" - -#: ../../templates/show_similar_artists.inc:73 -msgid "Rename selected" -msgstr "" - -#: ../../templates/show_similar_artists.inc:83 -msgid "Advanced Options" -msgstr "" - -#: ../../templates/show_similar_artists.inc:144 -msgid "Search Again" -msgstr "" - -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "" - -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "" - -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "" - -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "" - -#: ../../templates/show_search.inc:73 -msgid "Played" -msgstr "" - -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" -msgstr "" - -#: ../../templates/show_search.inc:96 -msgid "One Star" -msgstr "" - -#: ../../templates/show_search.inc:97 -msgid "Two Stars" -msgstr "" - -#: ../../templates/show_search.inc:98 -msgid "Three Stars" -msgstr "" - -#: ../../templates/show_search.inc:99 -msgid "Four Stars" -msgstr "" - -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "" - -#: ../../templates/show_search.inc:112 -msgid "Method" -msgstr "" - -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "" - -#: ../../templates/show_search.inc:116 -msgid "Exact" -msgstr "" - -#: ../../templates/show_search.inc:119 -msgid "Maximum Results" -msgstr "" - -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "" - -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" -msgstr "" - -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "" diff --git a/locale/it_IT/LC_MESSAGES/messages.po b/locale/it_IT/LC_MESSAGES/messages.po index 67b5c202..e644577c 100644 --- a/locale/it_IT/LC_MESSAGES/messages.po +++ b/locale/it_IT/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: 2006-01-08 00:34+0100\n" "Last-Translator: Mr-miky \n" "Language-Team: Italian\n" @@ -18,789 +18,67 @@ msgstr "" "X-Generator: KBabel 1.11\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "Errore Captcha richiesto" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "Errore Captcha fallito" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "Non hai inserito un nome utente" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "" + +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "Devi inserire una password" + +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "Le passord non corrispondono" + +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "Errore, Nome utente giĂ  in uso" + +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "Errore: inserimento fallito" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "Registrazione completata" + +#: ../../update.php:51 +#, fuzzy +msgid "Ampache Update" +msgstr "Ampache Debug" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "Sessione scaduta: Per cortesia rifai il login" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" -msgstr "Errore: Impossibile aprire" +#: ../../ratings.php:32 +msgid "Rating Updated" +msgstr "Voto aggiornato" -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" -msgstr "Errore: Impossibile cambiare alla cartella" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" +msgstr "Il voto per questo oggetto è stato aggiornato" -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "Errore, impossibile leggere la dimensione del file" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "non è leggibile da ampache" - -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" +#: ../../radio.php:50 +msgid "Radio Station Added" msgstr "" -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "Avvio costruzione catalogo" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "Sincronizzazione remota in corso" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "Trovato" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -#, fuzzy -msgid "None" -msgstr "No" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "Aggiunta playlist da" - -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "Inizio ricerca copertine." - -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "Cercato" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "Catalogo terminato" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "Tempo impiegato" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "Totale brani" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "Brani per secondo" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "Aggiornato" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "Non è necessario aggiornare" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "Avvio nuova ricerca brano in" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "catalogo" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "Aggiornamento remoto in corso" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "Aggiornamento catalogo terminato" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Error" -msgstr "Errore" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "" -"Impossibile caricare la libreria XMLRPC, verifica che XML-RPC sia abilitato" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "Errore connettendosi a" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" -msgstr "Codice" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "Motivazione" - -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "Terminato aggiornamento remoto catalogo(ghi)." - -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "Aggiunti" - -#: ../../lib/class/catalog.class.php:1240 -#, fuzzy -msgid "Cleaning the" -msgstr "Aggiornamento di" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "Catalogo" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "Controllo in corso" - -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "Pulizia catalogo terminata" - -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "files rimossi" - -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "Aggiornamento di" - -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "controllo informazioni tag dei brani trovati." - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr "TROVATO" - -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "Ricerca nuova copertina" - -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "Copertina album giĂ  trovata" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "Update Finished." -msgstr "Aggiornamento catalogo terminato" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "Checked" -msgstr "Controllo in corso" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "songs updated." -msgstr "è stata aggiornata" - -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "Titolo" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "aggiornato a" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "Bitrate" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "Voto" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "Modo" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "Durata" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "Traccia" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "Dimensione file" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "Artista" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "Album" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "Anno" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "Commento" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "Genere" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "Errore: Nome identico" - -#: ../../lib/class/flag.class.php:264 -#, fuzzy -msgid "Approved" -msgstr "Spostato" - -#: ../../lib/class/flag.class.php:265 -#, fuzzy -msgid "Pending" -msgstr "Aggiunta" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "Cancella" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -#, fuzzy -msgid "Other" -msgstr "altro" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "Sconosciuto" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "In esecuzione" - -#: ../../lib/class/localplay.class.php:564 -#, fuzzy -msgid "Stopped" -msgstr "Arresta" - -#: ../../lib/class/localplay.class.php:567 -#, fuzzy -msgid "Paused" -msgstr "Pausa" - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "Vari" - -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "Mostra generi che iniziano per" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "Non riprodurre" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "E' ok" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "lo adoro!" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "Abilitato" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "Disabilitato" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "Stream" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -#, fuzzy -msgid "Localplay" -msgstr "Riproduzione locale" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "M3U" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "M3U semplice" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "PLS" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "Asx" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "RAM" - -#: ../../lib/preferences.php:294 -msgid "XSPF" -msgstr "" - -#: ../../lib/preferences.php:326 -#, fuzzy -msgid "Disabled" -msgstr "Disabilitato" - -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "Locale" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "Non ci sono brani in questa playlist" - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "Tutti" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "Nuova playlist" - -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "Errore Accesso negato" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "Sfoglia" - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "Mostra senza immagini" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "Mostra tutto" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -msgid "No Catalogs Found!" -msgstr "Non è stato trovato alcun catalogo" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "Aggiungi un catalogo" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "giorno" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "giorni" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "ora" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "ore" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "Inizio" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "Riproduzione locale" - -#: ../../lib/ui.lib.php:799 -#, fuzzy -msgid "Random Play" -msgstr "Casuale" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "Playlist" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "Cerca" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "Impostazioni" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -#, fuzzy -msgid "Admin-Catalog" -msgstr "Aggiungi catalogo" - -#: ../../lib/ui.lib.php:819 -#, fuzzy -msgid "Admin-User Management" -msgstr "Gestione utenti" - -#: ../../lib/ui.lib.php:823 -#, fuzzy -msgid "Admin-Mail Users" -msgstr "Posta utenti" - -#: ../../lib/ui.lib.php:827 -#, fuzzy -msgid "Admin-Manage Access Lists" -msgstr "Liste accesso" - -#: ../../lib/ui.lib.php:831 -#, fuzzy -msgid "Admin-Site Preferences" -msgstr "Impostazioni amministrazione" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "" - -#: ../../lib/ui.lib.php:839 -#, fuzzy -msgid "Browse Music" -msgstr "Sfoglia" - -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "Albums" - -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "Artisti" - -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -#, fuzzy -msgid "Statistics" -msgstr "Statistiche catalogo" - -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "Gestione utenti" - -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "Aggiungi nuovo utente" - -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "Dati insufficienti" - -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "Inglese" - -#: ../../lib/general.lib.php:881 -msgid "British English" -msgstr "Inglese britannico" - -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "Turco" - -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" -msgstr "Cinese semplificato" - -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "" - -#: ../../lib/general.lib.php:969 -msgid "Off" -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" -msgstr "" - -#: ../../modules/horde/Browser.php:867 -msgid "file" -msgstr "file" - -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." -msgstr "" - -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" -msgstr "" - -#: ../../modules/horde/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." -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)." -msgstr "" - -#: ../../modules/horde/Browser.php:903 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was only partially uploaded." -msgstr "" - -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -#, fuzzy -msgid "Catalog Updated" -msgstr "Aggiornamento catalogo terminato" - -#: ../../admin/catalog.php:119 -#, fuzzy -msgid "Catalog Deleted" -msgstr "Dimensione catalogo" - -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "" - -#: ../../admin/catalog.php:128 -#, fuzzy -msgid "Songs Removed" -msgstr "Brani abilitati" - -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:134 -#, fuzzy -msgid "Disabled Songs Processed" -msgstr "Mostra brani disabilitati" - -#: ../../admin/catalog.php:155 -#, fuzzy -msgid "Catalog Cleaned" -msgstr "Pulizia catalogo terminata" - -#: ../../admin/catalog.php:198 -#, fuzzy -msgid "Catalog Created" -msgstr "Nome catalogo" - -#: ../../admin/catalog.php:199 -#, fuzzy -msgid "Catalog Created and Songs Indexed" -msgstr "Pulizia catalogo terminata" - -#: ../../admin/catalog.php:212 -#, fuzzy -msgid "Catalog statistics cleared" -msgstr "Statistiche catalogo" - -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "'In esecuzione ora' cancellato" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "Tutti gli 'In esecuzione ora' sono stati cancellati" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "Vuoi veramente eliminare le statistiche di questo catalogo?" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "Azzera stato del catalogo" - -#: ../../admin/catalog.php:241 -#, fuzzy -msgid "No Disabled songs found" -msgstr "Mostra brani disabilitati" - -#: ../../admin/catalog.php:249 -#, fuzzy -msgid "Delete Catalog" -msgstr "Aggiorna cataloghi" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "Vuoi veramente cancellare questo catalogo?" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" -msgstr "Ricerca copertine terminata" - #: ../../admin/flag.php:97 #, fuzzy msgid "Song Updated" @@ -860,158 +138,994 @@ msgstr "I brani richiesti sono stati abilitati" msgid "Flagged Records" msgstr "Marcata da" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 #, fuzzy -msgid "Site" -msgstr "Dimensione" +msgid "Catalog Updated" +msgstr "Aggiornamento catalogo terminato" -#: ../../admin/access.php:42 +#: ../../admin/catalog.php:106 #, fuzzy -msgid "Confirm Delete" -msgstr "Voce cancellata" +msgid "Catalog Deleted" +msgstr "Dimensione catalogo" -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" msgstr "" -#: ../../admin/access.php:49 -msgid "Entry Deleted" -msgstr "Voce cancellata" +#: ../../admin/catalog.php:115 +#, fuzzy +msgid "Songs Removed" +msgstr "Brani abilitati" -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" msgstr "" -#: ../../admin/access.php:54 -msgid "Entry Added" -msgstr "Voce aggiunta" - -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" -msgstr "" - -#: ../../admin/access.php:58 +#: ../../admin/catalog.php:121 #, fuzzy -msgid "Entry Updated" -msgstr "Voce aggiunta" +msgid "Disabled Songs Processed" +msgstr "Mostra brani disabilitati" -#: ../../admin/access.php:58 +#: ../../admin/catalog.php:141 #, fuzzy -msgid "Access List Entry updated" -msgstr "Aggiungi voce a lista accessi" +msgid "Catalog Cleaned" +msgstr "Pulizia catalogo terminata" -#: ../../admin/users.php:65 ../../admin/users.php:112 +#: ../../admin/catalog.php:191 +#, fuzzy +msgid "Catalog Created" +msgstr "Nome catalogo" + +#: ../../admin/catalog.php:208 +#, fuzzy +msgid "Catalog statistics cleared" +msgstr "Statistiche catalogo" + +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "'In esecuzione ora' cancellato" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "Tutti gli 'In esecuzione ora' sono stati cancellati" + +#: ../../admin/catalog.php:233 +#, fuzzy +msgid "No Disabled songs found" +msgstr "Mostra brani disabilitati" + +#: ../../admin/catalog.php:242 +#, fuzzy +msgid "Delete Catalog" +msgstr "Aggiorna cataloghi" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "Vuoi veramente cancellare questo catalogo?" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "Ricerca copertine terminata" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 msgid "Error Username Required" msgstr "Errore, E' necessario un nome utente" -#: ../../admin/users.php:68 ../../admin/users.php:108 +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 msgid "Error Passwords don't match" msgstr "Errore password non corrispondente" -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" -msgstr "Errore, Nome utente giĂ  in uso" - -#: ../../admin/users.php:142 -msgid "Deletion Request" +#: ../../admin/users.php:79 +msgid "User Updated" msgstr "" -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" -msgstr "Sei sicuro di volere cancellare permanentemente" +#: ../../admin/users.php:79 +msgid "updated" +msgstr "" -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" -msgstr "No" +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" +msgstr "" -#: ../../admin/users.php:150 +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" +msgstr "Utente" + +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "Amministrazione" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 +msgid "Error" +msgstr "Errore" + +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 msgid "User Deleted" msgstr "Utente cancellato" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Delete Error" msgstr "Errore di cancellazione" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Unable to delete last Admin User" msgstr "Impossibile cancellare l' ultimo utente amministratore" -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" -msgstr "Statistiche catalogo" - -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" -msgstr "Totale utenti" - -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" -msgstr "Utenti connessi" - -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "Brani" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "Dimensione catalogo" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "Durata catalogo" - -#: ../../admin/mail.php:252 -#, fuzzy -msgid "E-mail Sent" -msgstr "Gestione E-mail" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." +#: ../../admin/users.php:163 +msgid "Deletion Request" msgstr "" -#: ../../admin/modules.php:41 -#, fuzzy -msgid "Module Activated" -msgstr "Utente attivato" +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" +msgstr "Sei sicuro di volere cancellare permanentemente" -#: ../../admin/modules.php:48 -#, fuzzy -msgid "Are you sure you want to remove this module?" -msgstr "Sei sicuro di volere cancellare questa playlist" +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" +msgstr "" -#: ../../admin/modules.php:56 -#, fuzzy -msgid "Module Deactivated" -msgstr "Utente attivato" - -#: ../../admin/modules.php:72 -#, fuzzy -msgid "Plugin Activated" -msgstr "Utente attivato" - -#: ../../admin/modules.php:79 +#: ../../admin/modules.php:54 ../../admin/modules.php:92 #, fuzzy msgid "Are you sure you want to remove this plugin?" msgstr "Sei sicuro di volere cancellare questa playlist" -#: ../../admin/modules.php:95 +#: ../../admin/modules.php:66 ../../admin/modules.php:111 #, fuzzy msgid "Plugin Deactivated" msgstr "Utente attivato" -#: ../../admin/system.php:120 +#: ../../admin/modules.php:85 +#, fuzzy +msgid "Plugin Activated" +msgstr "Utente attivato" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "Cancellato" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" +msgstr "Aggiunti" + +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "" + +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "Aggiornato" + +#: ../../admin/access.php:45 +#, fuzzy +msgid "Access List Entry updated" +msgstr "Aggiungi voce a lista accessi" + +#: ../../admin/system.php:64 #, fuzzy msgid "Export Failed" msgstr "Errore Captcha fallito" +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" +msgstr "Non è stato trovato alcun catalogo" + +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "Aggiungi un catalogo" + +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "Statistiche catalogo" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "giorno" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "giorni" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "ora" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "ore" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "Totale utenti" + +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "Utenti connessi" + +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "Albums" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "Artisti" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "Brani" + +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "Dimensione catalogo" + +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "Durata catalogo" + +#: ../../admin/mail.php:260 +#, fuzzy +msgid "E-mail Sent" +msgstr "Gestione E-mail" + +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "" + +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" + +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" + +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" + +#: ../../flag.php:45 +#, fuzzy +msgid "Item Flagged" +msgstr "Marcata da" + +#: ../../flag.php:45 +#, fuzzy +msgid "The specified item has been flagged" +msgstr "La playlist richiesta è stata cancellata" + +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +#, fuzzy +msgid "Catalogs" +msgstr "Catalogo" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "Nome" + +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "Azione" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "Aggiungi" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +#, fuzzy +msgid "Clean" +msgstr "Cancella informazioni" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "Tutti" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "Cancella" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:68 +#, fuzzy +msgid "No Catalogs Found" +msgstr "Non è stato trovato alcun catalogo" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +#, fuzzy +msgid "Clean All" +msgstr "Vuota tutti i cataloghi" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +msgid "Verify All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +#, fuzzy +msgid "Add to All" +msgstr "Aggiungi a" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +#, fuzzy +msgid "Update All" +msgstr "Aggiornato" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "Azzera stato del catalogo" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "Mostra brani duplicati" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "Cancella 'Ora in ascolto'" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +#, fuzzy +msgid "Generate New Config" +msgstr "Scrivi configurazione" + +#: ../../templates/show_admin_tools.inc.php:93 +#, fuzzy +msgid "Preferences Permissions" +msgstr "Impostazioni" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +#, fuzzy +msgid "Check for New Version" +msgstr "Controllo configurazione" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "Seleziona" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +#, fuzzy +msgid "Object" +msgstr "Oggetto" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "Marcatura" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "Commento" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "Stato" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +#, fuzzy +msgid "No Records Found" +msgstr "Non è stato trovato alcun catalogo" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "Rifiuta" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +#, fuzzy +msgid "Update" +msgstr "Aggiornato" + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +#, fuzzy +msgid "Show All" +msgstr "Mostra tutto" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "Installazione Ampache" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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 "" +"Questa pagina gestisce l'installazione del database di Ampache e la " +"creazione del file ampache.cfg.php. Prima di continuare assicurati di avere " +"i seguenti pre-requisiti" + +#: ../../templates/show_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" +"Un server MySQL con nome utente e password che consentono di creare/" +"modificare database" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" +"Il tuo webserver ha accesso in lettura al file /sql/ampache.sql ed al file /" +"config/ampache.cfg.dist.php" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "Passo 1 - Creazione ed inserimento del database Ampache" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "Passo 2 - Creazione del file ampache.cfg.php" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "Passo 3 -Impostazione account iniziale" + +#: ../../templates/show_install_account.inc.php:52 +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 "" +"Questo passo crea il tuo accouunt iniziale di amministrazione. Una volta che " +"l' account sarĂ  stato creato verrai ridiretto nella pagina di accesso." + +#: ../../templates/show_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "Crea account Amministratore" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "Nome utente" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "Password" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "Crea account" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "Percorso" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "Azioni" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "Titolo" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "Artista" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "Album" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "Genere" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "Bitrate" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "Nome file" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +#, fuzzy +msgid "Song Title" +msgstr "Titolo brano" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "Playlist" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "Sconosciuto" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "Nome completo" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "Ultimo accesso" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +#, fuzzy +msgid "Recently Played" +msgstr "Meno ascoltati" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "Traccia" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "Durata" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "Dati insufficienti" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "Copertine" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "Scarica" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "Modifica" + #: ../../templates/show_flag.inc.php:41 msgid "Flag Song" msgstr "Marca brano" @@ -1035,167 +1149,971 @@ msgstr "Motivo della marcatura" msgid "Incorrect Tags" msgstr "" -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" -msgstr "Marcatura" - -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" -msgstr "Installazione Ampache" - -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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" +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" msgstr "" -"Questa pagina gestisce l'installazione del database di Ampache e la " -"creazione del file ampache.cfg.php. Prima di continuare assicurati di avere " -"i seguenti pre-requisiti" -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "" -"A MySQL Server with a username and password that can create/modify databases" +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +#, fuzzy +msgid "Other" +msgstr "altro" + +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" msgstr "" -"Un server MySQL con nome utente e password che consentono di creare/" -"modificare database" -#: ../../templates/show_install_account.inc.php:47 +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" +msgstr "Trovato" + +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" +msgstr "" + +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 msgid "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" -msgstr "" -"Il tuo webserver ha accesso in lettura al file /sql/ampache.sql ed al file /" -"config/ampache.cfg.dist.php" - -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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" +"ampache.cfg.php.dist file" msgstr "" -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" -msgstr "Passo 1 - Creazione ed inserimento del database Ampache" - -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" -msgstr "Passo 2 - Creazione del file ampache.cfg.php" - -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" -msgstr "Passo 3 -Impostazione account iniziale" - -#: ../../templates/show_install_account.inc.php:57 -msgid "" -"This step creates your initial Ampache admin account. Once your admin " -"account has been created you will be directed to the login page" +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" msgstr "" -"Questo passo crea il tuo accouunt iniziale di amministrazione. Una volta che " -"l' account sarĂ  stato creato verrai ridiretto nella pagina di accesso." -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "Crea account Amministratore" +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" +msgstr "" -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "Nome utente" +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" +msgstr "Riproduci album" -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "Password" +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" +msgstr "Volume" -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "Crea account" +#: ../../templates/show_localplay_status.inc.php:55 +#, fuzzy +msgid "Repeat" +msgstr "Rifiuta" -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "Playlists" - -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" -msgstr "Nome playlist" - -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" -msgstr "N° Brani" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" -msgstr "Proprietario" - -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "Azioni" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "Visualizza" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "Modifica" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "Riproduci" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 msgid "Random" msgstr "Casuale" -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" -msgstr "Scarica" +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" +msgstr "" -#: ../../templates/show_playlists.inc.php:75 +#: ../../templates/show_disabled_songs.inc.php:65 #, fuzzy -msgid "No Playlists Found" +msgid "Remove" +msgstr "Remoto" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" +msgstr "" + +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "Aggiungi voce" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "Indirizzo iniziale" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "Indirizzo finale" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "Livello" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "Nome completo" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "Data registrazione" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +#, fuzzy +msgid "Last Ip" +msgstr "Ultimo accesso" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "In linea" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +#, fuzzy +msgid "Base Playlist" msgstr "Nuova playlist" +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "Crea nuova playlist" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "Voto" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "Brano" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "Passso 2 - Creazione del file Ampache.cfg.php" + +#: ../../templates/show_install_config.inc.php:51 +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 "" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "Percorso Web" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "Nome del database desiderato" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "Server MySQL" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "Nome utente MySQL" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "Password MySQL" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "Scrivi configurazione" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "Ampache.cfg.php esiste" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "Ampache.cfg.php Configurato?" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "Controllo configurazione" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "Modifica utente esistente" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "E-mail" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "Conferma password" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "Livello accesso utente" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "Aggiorna utente" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "Vari" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "Cerca" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +#, fuzzy +msgid "Create" +msgstr "Bitrate" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "Continua" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "Annulla" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "Inizio" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "Sfoglia" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +#, fuzzy +msgid "Localplay" +msgstr "Riproduzione locale" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "Impostazioni" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "Uscita" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "Aggiornamento di" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "Catalogo" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "controllo informazioni tag dei brani trovati." + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +#, fuzzy +msgid "Current Playlist" +msgstr "Crea nuova playlist" + +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "Riproduci" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "Successivo" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +#, fuzzy +msgid "Description" +msgstr "descrizione" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +#, fuzzy +msgid "Version" +msgstr "Versione PHP" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "Disabilitato" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +#, fuzzy +msgid "Activate" +msgstr "Utente attivato" + +#: ../../templates/show_install.inc.php:54 +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.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "Utente amministratore MySQL" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "Password amministratore MySQL" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "Nome utente del database Ampache" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "Password utente del database Ampache" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "Inserisci database" + +#: ../../templates/show_similar_artists.inc.php:23 +#, fuzzy +msgid "Similar Artists" +msgstr "Tutti gli artisti" + +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:66 +#, fuzzy +msgid "Back" +msgstr "Traccia" + +#: ../../templates/show_similar_artists.inc.php:77 +#, fuzzy +msgid "Rename selected" +msgstr "Aggiorna selezione" + +#: ../../templates/show_similar_artists.inc.php:91 +#, fuzzy +msgid "Advanced Options" +msgstr "Avanzato" + +#: ../../templates/show_similar_artists.inc.php:152 +#, fuzzy +msgid "Search Again" +msgstr "Cerca Ampache" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "Crea nuova playlist" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "Rinomina" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "O" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "Aggiorna tags Id3" + +#: ../../templates/show_playlist.inc.php:30 +#, fuzzy +msgid "Normalize Tracks" +msgstr "Tracce totali" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +#, fuzzy +msgid "Play Random" +msgstr "Riproduzione casuale brani" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "Copertina" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "Anno" + +#: ../../templates/show_preference_admin.inc.php:22 +#, fuzzy +msgid "Preference Administration" +msgstr "Impostazioni" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "Parametro" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "minutes ago" +msgstr "Minuti" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "hours ago" +msgstr "ore" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "days ago" +msgstr "giorni" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "years ago" +msgstr "anno" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "Cerca Ampache" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "Parola chiave" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "Ascoltato" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "Si" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "No" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "Bitrate min." + +#: ../../templates/show_search.inc.php:95 +#, fuzzy +msgid "One Star" +msgstr "Proprietario" + +#: ../../templates/show_search.inc.php:96 +#, fuzzy +msgid "Two Stars" +msgstr "Totale utenti" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "Operatore" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "E" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "Modo" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "Fuzzy" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "Esatto" + +#: ../../templates/show_search.inc.php:118 +#, fuzzy +msgid "Maximum Results" +msgstr "N° massimo risultati" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "Illimitato" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +#, fuzzy +msgid "ACL Type" +msgstr "tipo catalogo" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +#, fuzzy +msgid "Stream Access" +msgstr "Stream" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "Indirizzo IP iniziale" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "Indirizzo IP finale" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +#, fuzzy +msgid "Remote Key" +msgstr "Remoto" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "Visualizza" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +#, fuzzy +msgid "Read" +msgstr "Casuale" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "Registrazione nuovo utente Ampache" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "Consenso utente" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "Accetto" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "Informazioni utente" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "Cancella informazioni" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "Registra utente" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "Ricordami" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "Registra" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "Artista piĂą popolare" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "Album piĂą popolare" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "Genere piĂą popolare" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "Brani piĂą popolari" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:23 +#, fuzzy +msgid "Edit Song" +msgstr "Modifica" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:88 +#, fuzzy +msgid "Update Song" +msgstr "Aggiorna cataloghi" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +msgid "Genres" +msgstr "Generi" + +#: ../../templates/show_mail_users.inc.php:24 +#, fuzzy +msgid "Send E-mail to Users" +msgstr "Posta utenti" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:54 +#, fuzzy +msgid "Latest Artist Additions" +msgstr "Nuovi artisti aggiunti recentemente" + +#: ../../templates/show_mail_users.inc.php:65 +#, fuzzy +msgid "Latest Album Additions" +msgstr "Nuovi album aggiunti recentemente" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +#, fuzzy +msgid "Disabled Songs" +msgstr "Mostra brani disabilitati" + +#: ../../templates/show_mail_users.inc.php:87 +#, fuzzy +msgid "Most Popular Threshold in days" +msgstr "Brani piĂą popolari" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "Oggetto" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "Messaggio" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "Invia Mail" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "Aggiunta di un nuovo utente" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "Aggiungi utente" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "Aggiungi accesso ad un Host" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +#, fuzzy +msgid "Create ACL" +msgstr "Crea account" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "Valore" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "Applica a tutti" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "descrizione" + +#: ../../templates/show_playlist_edit.inc.php:26 +#, fuzzy +msgid "Editing Playlist" +msgstr "Playlist" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" +msgstr "" + #: ../../templates/show_duplicates.inc.php:25 msgid "Find Duplicates" msgstr "Trova duplicati" @@ -1216,710 +2134,313 @@ msgstr "Artista, album e titolo" msgid "Select Best Guess" msgstr "" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" -msgstr "Si" +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" +msgstr "Inizio ricerca copertine." -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" -msgstr "" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" +msgstr "Cercato" -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 #, fuzzy -msgid "Current Playlist" -msgstr "Crea nuova playlist" - -#: ../../templates/show_playlist_edit.inc.php:27 -#, fuzzy -msgid "Editing Playlist" -msgstr "Playlist" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "Nome" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:40 -msgid "Private" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -#, fuzzy -msgid "Update" -msgstr "Aggiornato" - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "Utenti" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "Posta utenti" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -#, fuzzy -msgid "Config" -msgstr "Scrivi configurazione" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "Liste di accesso" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -#, fuzzy -msgid "Song Title" -msgstr "Titolo brano" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "Amministrazione" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "Minuti" - -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "Meno ascoltati" - -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" -msgstr "Accoda" - -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" -msgstr "" - -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "Uscita" - -#: ../../templates/show_admin_tools.inc.php:27 -#, fuzzy -msgid "Catalogs" -msgstr "Catalogo" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "Azione" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "Aggiungi" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:46 -#, fuzzy -msgid "Clean" -msgstr "Cancella informazioni" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:65 -#, fuzzy -msgid "No Catalogs Found" -msgstr "Non è stato trovato alcun catalogo" - -#: ../../templates/show_admin_tools.inc.php:71 -#, fuzzy -msgid "Clean All" -msgstr "Vuota tutti i cataloghi" - -#: ../../templates/show_admin_tools.inc.php:72 -msgid "Verify All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:73 -#, fuzzy -msgid "Add to All" -msgstr "Aggiungi a" - -#: ../../templates/show_admin_tools.inc.php:74 -#, fuzzy -msgid "Update All" -msgstr "Aggiornato" - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "Mostra brani duplicati" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "Cancella 'Ora in ascolto'" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -#, fuzzy -msgid "Generate New Config" -msgstr "Scrivi configurazione" - -#: ../../templates/show_admin_tools.inc.php:86 -#, fuzzy -msgid "Preferences Permissions" -msgstr "Impostazioni" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:88 -#, fuzzy -msgid "Check for New Version" -msgstr "Controllo configurazione" +msgid "None" +msgstr "No" #: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 msgid "Albums by" msgstr "Album per" -#: ../../templates/show_artist_box.inc.php:33 +#: ../../templates/show_artist_box.inc.php:34 msgid "Show All Songs By" msgstr "Mostra tutti i brani di" -#: ../../templates/show_artist_box.inc.php:34 +#: ../../templates/show_artist_box.inc.php:35 msgid "Play All Songs By" msgstr "Riproduci tutti i brani di" -#: ../../templates/show_artist_box.inc.php:35 +#: ../../templates/show_artist_box.inc.php:36 msgid "Play Random Songs By" msgstr "Riproduci a caso i brani di" -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 +#: ../../templates/show_artist_box.inc.php:38 +#: ../../templates/show_album.inc.php:52 msgid "Update from tags" msgstr "Aggiorna dai Tags" -#: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" -msgstr "Rinomina artista" - #: ../../templates/show_artist_box.inc.php:39 #, fuzzy msgid "Find duplicate artists" msgstr "Trova duplicati" -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" -msgstr "E-mail" - -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" -msgstr "Risultati per pagina" - -#: ../../templates/show_user.inc.php:42 -#, fuzzy -msgid "New Password" -msgstr "Password" - -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" -msgstr "Conferma password" - -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" -msgstr "Azzera stati" - -#: ../../templates/show_user.inc.php:65 -#, fuzzy -msgid "Update Account" -msgstr "Crea account" - -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" msgstr "" -#: ../../templates/show_user_stats.inc.php:29 -#, fuzzy -msgid "Favorite Artists" -msgstr "Tutti gli artisti" +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" +msgstr "Riproduzione selezione casuale" -#: ../../templates/show_user_stats.inc.php:40 -#, fuzzy -msgid "Favorite Albums" +#: ../../templates/show_random.inc.php:26 +msgid "Item count" +msgstr "Totale voci" + +#: ../../templates/show_random.inc.php:41 +msgid "From genre" +msgstr "Da genere" + +#: ../../templates/show_random.inc.php:50 +msgid "Standard" +msgstr "Standard" + +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" +msgstr "Meno ascoltati" + +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" msgstr "Tutti gli album" -#: ../../templates/show_user_stats.inc.php:51 -#, fuzzy -msgid "Favorite Songs" -msgstr "Totale brani" +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" +msgstr "Artista completo" -#: ../../templates/show_tv_playlist.inc.php:31 -msgid "Playing from base Playlist" +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" +msgstr "Minuti" + +#: ../../templates/show_random.inc.php:59 +#, fuzzy +msgid "From catalog" +msgstr "da catalogo" + +#: ../../templates/show_random.inc.php:65 +msgid "Size Limit" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:44 -#, fuzzy -msgid "Votes" -msgstr "altro" +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" +msgstr "Accoda" -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "Brano" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "Parametro" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "Valore" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "Applica a tutti" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "descrizione" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "Registrazione nuovo utente Ampache" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "Consenso utente" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "Accetto" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "Informazioni utente" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "Nome completo" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "Cancella informazioni" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "Registra utente" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "" - -#: ../../templates/show_modules.inc.php:38 -#, fuzzy -msgid "Localplay Modules" -msgstr "Controllo riproduzione locale" - -#: ../../templates/show_modules.inc.php:41 -#, fuzzy -msgid "Module Name" -msgstr "Nome completo" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -#, fuzzy -msgid "Activate" -msgstr "Utente attivato" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -#, fuzzy -msgid "Deactivate" -msgstr "Utente attivato" - -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -#, fuzzy -msgid "No Records Found" -msgstr "Non è stato trovato alcun catalogo" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "" - -#: ../../templates/show_modules.inc.php:73 -#, fuzzy -msgid "Description" -msgstr "descrizione" - -#: ../../templates/show_modules.inc.php:74 -#, fuzzy -msgid "Version" -msgstr "Versione PHP" - -#: ../../templates/show_edit_song.inc.php:23 -#, fuzzy -msgid "Edit Song" -msgstr "Modifica" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "O" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:89 -#, fuzzy -msgid "Update Song" -msgstr "Aggiorna cataloghi" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "Importazione playlist da file" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "Nome file" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "Tipo playlist" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" -msgstr "Importa playlist" +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" +msgstr "In esecuzione" #: ../../templates/show_genre.inc.php:29 msgid "Viewing" msgstr "Visualizzazione..." -#: ../../templates/show_mail_users.inc.php:25 -#, fuzzy -msgid "Send E-mail to Users" -msgstr "Posta utenti" - -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" msgstr "" -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" -msgstr "Album piĂą popolare" - -#: ../../templates/show_mail_users.inc.php:52 -#, fuzzy -msgid "Latest Artist Additions" -msgstr "Nuovi artisti aggiunti recentemente" - -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" -msgstr "Artista piĂą popolare" - -#: ../../templates/show_mail_users.inc.php:63 -#, fuzzy -msgid "Latest Album Additions" -msgstr "Nuovi album aggiunti recentemente" - -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" -msgstr "Brani piĂą popolari" - -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" msgstr "" -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -#, fuzzy -msgid "Disabled Songs" -msgstr "Mostra brani disabilitati" - -#: ../../templates/show_mail_users.inc.php:85 -#, fuzzy -msgid "Most Popular Threshold in days" -msgstr "Brani piĂą popolari" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "Oggetto" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "Messaggio" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "Invia Mail" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" msgstr "" -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 +#: ../../templates/sidebar_preferences.inc.php:32 #, fuzzy -msgid "Show All" -msgstr "Mostra tutto" +msgid "Modules" +msgstr "Modo" -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" +#: ../../templates/sidebar_preferences.inc.php:34 +#, fuzzy +msgid "Localplay Modules" +msgstr "Controllo riproduzione locale" + +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" msgstr "" -#: ../../templates/show_tv_adminctl.inc.php:22 -#, fuzzy -msgid "Admin Controls" -msgstr "Sezioni amministratore" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -#, fuzzy -msgid "Base Playlist" -msgstr "Nuova playlist" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -#, fuzzy -msgid "Clear Playlist" -msgstr "Nuova playlist" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "Continua" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "Annulla" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "Seleziona" - -#: ../../templates/show_flagged.inc.php:28 -#, fuzzy -msgid "Object" -msgstr "Oggetto" - -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "Utente" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" -msgstr "Stato" - -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "Rifiuta" - -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" msgstr "" -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "Rinomina" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" msgstr "" -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "Aggiorna tags Id3" +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" +msgstr "" -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "Nuovi artisti aggiunti recentemente" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "Nuovi album aggiunti recentemente" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" msgstr "" #: ../../templates/show_get_albumart.inc.php:23 msgid "Customize Search" msgstr "Personalizza ricerca" -#: ../../templates/show_get_albumart.inc.php:46 +#: ../../templates/show_get_albumart.inc.php:44 msgid "Direct URL to Image" msgstr "URL diretto all' immagine" -#: ../../templates/show_get_albumart.inc.php:54 +#: ../../templates/show_get_albumart.inc.php:52 #, fuzzy msgid "Local Image" msgstr "Riproduzione locale" -#: ../../templates/show_get_albumart.inc.php:66 +#: ../../templates/show_get_albumart.inc.php:63 msgid "Get Art" msgstr "Preleva copertina" -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" -msgstr "Azioni Playlist" +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" +msgstr "Ampache Debug" -#: ../../templates/show_playlist_box.inc.php:34 +#: ../../templates/show_edit_catalog.inc.php:22 #, fuzzy -msgid "Edit Playlist" -msgstr "Playlist" +msgid "Settings for" +msgstr "Impostazioni per catalogo in" -#: ../../templates/show_playlist_box.inc.php:35 -#, fuzzy -msgid "Normalize Tracks" -msgstr "Tracce totali" +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" +msgstr "Inserimento automatico campi" -#: ../../templates/show_playlist_box.inc.php:36 -#, fuzzy -msgid "Play This Playlist" -msgstr "Playlist" +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" +msgstr "nome album" -#: ../../templates/show_playlist_box.inc.php:37 -#, fuzzy -msgid "Play Random" -msgstr "Riproduzione casuale brani" +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" +msgstr "nome artista" -#: ../../templates/show_playlist_box.inc.php:38 -#, fuzzy -msgid "Delete This Playlist" -msgstr "Crea nuova playlist" +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" +msgstr " commento id3" -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" -msgstr "Importazione da file" +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" +msgstr "genere" -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" -msgstr "Crea nuova playlist" +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" +msgstr "numero traccia (con aggiunta di 0 in fronte)" -#: ../../templates/show_playlist_box.inc.php:43 -#, fuzzy -msgid "Delete Empty Playlists" -msgstr "Importa playlist" +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" +msgstr "tiolo brano" -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" -msgstr "Genere piĂą popolare" +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" +msgstr "anno" -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" +msgstr "altro" + +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "tipo catalogo" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" msgstr "" -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "Filtro nome file" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "Filtro cartelle" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "(non inizianti o terminanti per '/')" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "Salva impostazioni catalogo" + +#: ../../templates/show_democratic_playlist.inc.php:38 +msgid "Playing from base Playlist" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +#, fuzzy +msgid "Votes" +msgstr "altro" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 +#, fuzzy +msgid "Edit Artist" +msgstr "Artista" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +#, fuzzy +msgid "Edit Album" +msgstr "Album" + +#: ../../templates/show_edit_album.inc.php:47 +#, fuzzy +msgid "Update Album" +msgstr "Riproduci album" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "" + +#: ../../templates/show_plugins.inc.php:46 +#, fuzzy +msgid "Deactivate" +msgstr "Utente attivato" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "Stream" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" msgstr "" #: ../../templates/show_play_selected.inc.php:28 @@ -1942,177 +2463,6 @@ msgstr "Rimuovi brani selezionati" msgid "Add to" msgstr "Aggiungi a" -#: ../../templates/show_edit_catalog.inc.php:22 -#, fuzzy -msgid "Settings for" -msgstr "Impostazioni per catalogo in" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "Inserimento automatico campi" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "nome album" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "nome artista" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr " commento id3" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "genere" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "numero traccia (con aggiunta di 0 in fronte)" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "tiolo brano" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "anno" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "altro" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "tipo catalogo" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "Filtro nome file" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "Filtro cartelle" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "(non inizianti o terminanti per '/')" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "Salva impostazioni catalogo" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "Volume" - -#: ../../templates/show_localplay_status.inc.php:56 -#, fuzzy -msgid "Repeat" -msgstr "Rifiuta" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "Crea nuova playlist" - -#: ../../templates/show_add_playlist.inc.php:42 -#, fuzzy -msgid "Create" -msgstr "Bitrate" - -#: ../../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 "" -"Nel formulario seguente inserisci od un percorso locale (ad es. /data/" -"musica) o l' ULR ad una installazione remota di Ampache (ad es. http://" -"theotherampache.com)" - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "Nome catalogo" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "Percorso" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "Remoto" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "Filtro nome file" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "Genera playliste dai file m3u" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -msgstr "Aggiungi catalogo" - -#: ../../templates/show_edit_user.inc.php:25 -msgid "Adding a New User" -msgstr "Aggiunta di un nuovo utente" - -#: ../../templates/show_edit_user.inc.php:29 -msgid "Editing existing User" -msgstr "Modifica utente esistente" - -#: ../../templates/show_edit_user.inc.php:80 -msgid "User Access Level" -msgstr "Livello accesso utente" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "Aggiungi utente" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "Aggiorna utente" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "Brani duplicati" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "Durata" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "Dimensione" - -#: ../../templates/show_list_duplicates.inc.php:75 -#, fuzzy -msgid "Disable Songs" -msgstr "Mostra brani disabilitati" - #: ../../templates/show_ip_history.inc.php:23 msgid "IP History" msgstr "" @@ -2121,16 +2471,62 @@ msgstr "" msgid "Show Unique" msgstr "" -#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 msgid "Date" msgstr "Data" -#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 #, fuzzy msgid "IP Address" msgstr "Indirizzo IP finale" +#: ../../templates/show_add_catalog.inc.php:27 +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 "" +"Nel formulario seguente inserisci od un percorso locale (ad es. /data/" +"musica) o l' ULR ad una installazione remota di Ampache (ad es. http://" +"theotherampache.com)" + +#: ../../templates/show_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "Nome catalogo" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "Locale" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "Remoto" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "Filtro nome file" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "Genera playliste dai file m3u" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "Aggiungi catalogo" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +#, fuzzy +msgid "Clear Playlist" +msgstr "Nuova playlist" + #: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 msgid "Recommendations" msgstr "" @@ -2146,738 +2542,126 @@ msgstr "" msgid "Recommended Songs" msgstr "" -#: ../../templates/show_preference_admin.inc.php:22 -#, fuzzy -msgid "Preference Administration" -msgstr "Impostazioni" +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" +msgstr "Importazione playlist da file" -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" -msgstr "Livello" +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" +msgstr "Tipo playlist" -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" +msgstr "Importa playlist" + +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" msgstr "" -#: ../../templates/show_edit_album.inc.php:23 -#, fuzzy -msgid "Edit Album" -msgstr "Album" - -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -#, fuzzy -msgid "Update Album" -msgstr "Riproduci album" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 +#: ../../templates/show_user_stats.inc.php:30 #, fuzzy -msgid "minutes ago" -msgstr "Minuti" +msgid "Favorite Artists" +msgstr "Tutti gli artisti" -#: ../../templates/show_recently_played.inc.php:23 +#: ../../templates/show_user_stats.inc.php:43 #, fuzzy -msgid "hours ago" -msgstr "ore" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "days ago" -msgstr "giorni" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "years ago" -msgstr "anno" - -#: ../../templates/show_recently_played.inc.php:26 -#, fuzzy -msgid "Recently Played" -msgstr "Meno ascoltati" - -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" -msgstr "" - -#: ../../templates/show_edit_artist.inc.php:23 -#, fuzzy -msgid "Edit Artist" -msgstr "Artista" - -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" -msgstr "" - -#: ../../localplay.php:50 ../../localplay.php:58 -msgid "Song(s) Removed from Playlist" -msgstr "" - -#: ../../localplay.php:77 -#, fuzzy -msgid "Localplay Init Failed" -msgstr "Controllo riproduzione locale" - -#: ../../browse.php:48 ../../albums.php:213 -msgid "Show Albums starting with" -msgstr "Mostra album che iniziano per" - -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -msgid "Show Artists starting with" -msgstr "Mostra artisti che iniziano per" - -#: ../../browse.php:124 -#, fuzzy -msgid "Show Titles Starting With" -msgstr "Mostra artisti che iniziano per" - -#: ../../search.php:47 -msgid "Error: No Keyword Entered" -msgstr "Errore: Nessuna parola chiave inserita" - -#: ../../ampache/templates/sidebar.inc.php:38 -msgid "Lists" -msgstr "Liste" - -#: ../../ratings.php:33 -msgid "Rating Updated" -msgstr "Voto aggiornato" - -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" -msgstr "Il voto per questo oggetto è stato aggiornato" - -#: ../../login.php:80 -msgid "User Disabled please contact Admin" -msgstr "" - -#: ../../login.php:94 -msgid "Unable to create new account" -msgstr "" - -#: ../../login.php:103 -msgid "No local account found" -msgstr "" - -#: ../../login.php:176 -msgid "Message of the Day" -msgstr "" - -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" -msgstr "Errore: Password non corrispondente o vuota" - -#: ../../preferences.php:61 -#, fuzzy -msgid "Password Updated" -msgstr "Playlist aggiornata" - -#: ../../update.php:73 -#, fuzzy -msgid "Ampache Update" -msgstr "Ampache Debug" - -#: ../../tv.php:62 -#, fuzzy -msgid "Playlist Cleared" -msgstr "Playlist creata." - -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" -msgstr "Inizio aggiornamento da Tags" - -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" -msgstr "Aggiornamento da Tags ultimato" - -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" -msgstr "Ritorna" - -#: ../../activate.php:43 -msgid "No user with this name registered" -msgstr "Non c'è nessun utente registrato con questo nome" - -#: ../../activate.php:47 -msgid "The validation key used isn't correct." -msgstr "La chiave di validazione usata non è corretta" - -#: ../../activate.php:52 -msgid "User activated" -msgstr "Utente attivato" - -#: ../../activate.php:52 -msgid "This User ID is activated and can be used" -msgstr "ID utente attivato ed utilizzabile" - -#: ../../playlist.php:46 -msgid "Playlist Deleted" -msgstr "Playlist cancellata" - -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" -msgstr "La playlist richiesta è stata cancellata" - -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" -msgstr "Sei sicuro di volere cancellare questa playlist" - -#: ../../playlist.php:57 -#, fuzzy -msgid "Confirm Action" -msgstr "Conferma password" - -#: ../../playlist.php:117 -msgid "Playlist Created" -msgstr "Playlist creata." - -#: ../../playlist.php:117 -msgid " has been created" -msgstr " è stata creata" - -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" -msgstr "Brani selezionati da remoto" - -#: ../../playlist.php:145 -msgid "Playlist Updated" -msgstr "Playlist aggiornata" - -#: ../../playlist.php:146 -#, fuzzy -msgid "has been updated and is now" -msgstr "è stata aggiornata" - -#: ../../playlist.php:166 -#, fuzzy -msgid "Playlist Imported" -msgstr "Playlist creata." - -#: ../../playlist.php:195 -#, fuzzy -msgid "Empty Playlists Deleted" -msgstr "Playlist cancellata" - -#: ../../flag.php:46 -#, fuzzy -msgid "Item Flagged" -msgstr "Marcata da" - -#: ../../flag.php:46 -#, fuzzy -msgid "The specified item has been flagged" -msgstr "La playlist richiesta è stata cancellata" - -#: ../../albums.php:48 -msgid "Album Art Cleared" -msgstr "Copertina creata" - -#: ../../albums.php:48 -#, fuzzy -msgid "Album Art information has been removed from the database" -msgstr "" -"Le informazioni sulla copertina dell' album sono state rimosse dal database" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "Album Art Not Located" -msgstr "Copertina non rintracciata" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -#, fuzzy -msgid "" -"Album Art could not be located at this time. This may be due to write access " -"error, or the file is not received corectly." -msgstr "" -"La copertina non può essere rintracciata ora.Può essere dovuto al fatto che " -"Amazon è occupato o l' album non è presente nella loro collezione." - -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 -msgid "Album Art Inserted" -msgstr "Copertina inserita" - -#: ../../register.php:81 -msgid "Error Captcha Required" -msgstr "Errore Captcha richiesto" - -#: ../../register.php:88 -msgid "Error Captcha Failed" -msgstr "Errore Captcha fallito" - -#: ../../register.php:95 -msgid "You must accept the user agreement" -msgstr "" - -#: ../../register.php:100 -msgid "You did not enter a username" -msgstr "Non hai inserito un nome utente" - -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" -msgstr "" - -#: ../../register.php:130 -msgid "You must enter a password" -msgstr "Devi inserire una password" - -#: ../../register.php:134 -msgid "Your passwords do not match" -msgstr "Le passord non corrispondono" - -#: ../../register.php:152 -msgid "Error: Insert Failed" -msgstr "Errore: inserimento fallito" - -#: ../../register.php:169 -msgid "Registration Complete" -msgstr "Registrazione completata" - -#: ../../bin/print_tags.php.inc:64 -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 "" - -#: ../../bin/print_tags.php.inc:70 -msgid "Filename:" -msgstr "Nome file:" - -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "Errore: Impossibile scrivere su" - -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "Aggiunta" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "al database" - -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "Cancellato" - -#: ../../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 "" - -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "Continua? (Y/N):" - -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "Errore: " - -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "!\n" - -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "Copertine" - -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:49 -#, fuzzy -msgid "Remove" -msgstr "Remoto" - -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "Precedente" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "Successivo" - -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "Sei attualmente connesso come" - -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" -msgstr "" - -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "Titolo brano" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "Voto" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "Totale" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "Passso 2 - Creazione del file Ampache.cfg.php" - -#: ../../templates/show_install_config.inc:55 -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 "" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "Percorso Web" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "Nome del database desiderato" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "Server MySQL" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "Nome utente MySQL" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "Password MySQL" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "Scrivi configurazione" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "Ampache.cfg.php esiste" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "Ampache.cfg.php Configurato?" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "Controllo configurazione" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "Riproduci album" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "Riproduci casualmente dall' album" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "Trova copertina album" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "Modifica" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "impostazioni" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "Ricostruisci impostazioni" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "" - -#: ../../templates/show_preferences.inc:65 -#, fuzzy -msgid "Streaming" -msgstr "Stream" - -#: ../../templates/show_preferences.inc:68 -#, fuzzy -msgid "Options" -msgstr "Azioni" - -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "" - -#: ../../templates/show_preferences.inc:76 -#, fuzzy -msgid "System" -msgstr "Stream" - -#: ../../templates/show_preferences.inc:79 -#, fuzzy -msgid "Modules" -msgstr "Modo" - -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "Aggiorna impostazioni" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "Riproduzione selezione casuale" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "Totale voci" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "Da genere" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "Standard" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" +msgid "Favorite Albums" msgstr "Tutti gli album" -#: ../../templates/show_random_play.inc:55 -msgid "Full Artist" -msgstr "Artista completo" - -#: ../../templates/show_random_play.inc:61 +#: ../../templates/show_user_stats.inc.php:56 #, fuzzy -msgid "From catalog" -msgstr "da catalogo" +msgid "Favorite Songs" +msgstr "Totale brani" -#: ../../templates/show_random_play.inc:67 -msgid "Size Limit" -msgstr "" +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" +msgstr "Brani duplicati" -#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122 -msgid "Unlimited" -msgstr "Illimitato" +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" +msgstr "Durata" -#: ../../templates/show_install.inc:54 -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_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" +msgstr "Dimensione" -#: ../../templates/show_install.inc:72 -msgid "MySQL Administrative Username" -msgstr "Utente amministratore MySQL" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "Password amministratore MySQL" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "" - -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "Nome utente del database Ampache" - -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "Password utente del database Ampache" - -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "Inserisci database" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "Aggiungi accesso ad un Host" - -#: ../../templates/show_add_access.inc:23 -msgid "" -"Use the form below to add a host that you want to have access to your " -"Ampache catalog." -msgstr "" -"Usa il formulario seguente per aggiungere un host che vuoi abbia accesso al " -"tuo catalogo Ampache" - -#: ../../templates/show_add_access.inc:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "Indirizzo IP iniziale" - -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "Indirizzo IP finale" - -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 +#: ../../templates/show_list_duplicates.inc.php:96 #, fuzzy -msgid "Read" -msgstr "Casuale" +msgid "Disable Songs" +msgstr "Mostra brani disabilitati" -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" msgstr "" -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 #, fuzzy -msgid "ACL Type" -msgstr "tipo catalogo" +msgid "Statistics" +msgstr "Statistiche catalogo" -#: ../../templates/show_add_access.inc:67 +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" +msgstr "" + +#: ../../templates/show_clean_catalog.inc.php:23 #, fuzzy -msgid "Stream Access" -msgstr "Stream" +msgid "Cleaning the" +msgstr "Aggiornamento di" -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "" +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" +msgstr "Controllo in corso" -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" +msgstr "Avvio nuova ricerca brano in" -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" +msgstr "catalogo" -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "" - -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -#, fuzzy -msgid "Remote Key" -msgstr "Remoto" - -#: ../../templates/show_add_access.inc:87 -#, fuzzy -msgid "Create ACL" -msgstr "Crea account" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "Aggiungi voce" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "Indirizzo iniziale" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "Indirizzo finale" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "Rovoca" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "Nome completo" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "Ultimo accesso" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "Data registrazione" - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "" - -#: ../../templates/show_users.inc:61 -#, fuzzy -msgid "Last Ip" -msgstr "Ultimo accesso" - -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "In linea" - -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "Copertina" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "Nome album" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "Anno album" - -#: ../../templates/show_artist.inc:38 -#, fuzzy -msgid "Tracks" -msgstr "Traccia" - -#: ../../templates/show_edit_access.inc:23 -#, fuzzy -msgid "Edit Access List" -msgstr "Liste di accesso" - -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "Ampache Debug" - -#: ../../templates/show_test.inc:35 +#: ../../templates/show_test.inc.php:33 msgid "" "You've reached this page because a configuration error has occured. Debug " "Information below" @@ -2885,23 +2669,23 @@ msgstr "" "Hai raggiunto questa pagina perchĂ© si è verificato un errore di " "configurazione. Seguono informazioni di debug" -#: ../../templates/show_test.inc:39 +#: ../../templates/show_test.inc.php:37 msgid "CHECK" msgstr "CONTROLLO" -#: ../../templates/show_test.inc:41 +#: ../../templates/show_test.inc.php:39 msgid "STATUS" msgstr "STATO" -#: ../../templates/show_test.inc:43 +#: ../../templates/show_test.inc.php:41 msgid "DESCRIPTION" msgstr "DESCRIZIONE" -#: ../../templates/show_test.inc:46 +#: ../../templates/show_test.inc.php:44 msgid "PHP Version" msgstr "Versione PHP" -#: ../../templates/show_test.inc:61 +#: ../../templates/show_test.inc.php:59 msgid "" "This tests to make sure that you are running a version of PHP that is known " "to work with Ampache." @@ -2909,11 +2693,11 @@ msgstr "" "Questo verifica che stai usando una versione di PHP certamente funzionante " "con Ampache" -#: ../../templates/show_test.inc:65 +#: ../../templates/show_test.inc.php:63 msgid "Mysql for PHP" msgstr "Mysql per PHP" -#: ../../templates/show_test.inc:80 +#: ../../templates/show_test.inc.php:78 msgid "" "This test checks to see if you have the mysql extensions loaded for PHP. " "These are required for Ampache to work." @@ -2921,11 +2705,11 @@ msgstr "" "Questo test verifica se le estensioni mysql per PHP sono caricate. Queste " "estensioni sono indispensabili per fare funzionare Ampache." -#: ../../templates/show_test.inc:84 +#: ../../templates/show_test.inc.php:82 msgid "PHP Session Support" msgstr "Supporto sessioni PHP" -#: ../../templates/show_test.inc:99 +#: ../../templates/show_test.inc.php:97 msgid "" "This test checks to make sure that you have PHP session support enabled. " "Sessions are required for Ampache to work." @@ -2934,22 +2718,22 @@ msgstr "" "per le sessioni PHP abilitato. Le sessioni sono necessarie ad Ampache per " "funzionare." -#: ../../templates/show_test.inc:103 +#: ../../templates/show_test.inc.php:101 msgid "PHP ICONV Support" msgstr "Supporto PHP ICONV" -#: ../../templates/show_test.inc:117 +#: ../../templates/show_test.inc.php:115 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_test.inc:121 +#: ../../templates/show_test.inc.php:119 #, fuzzy msgid "PHP PCRE Support" msgstr "Supporto PHP ICONV" -#: ../../templates/show_test.inc:134 +#: ../../templates/show_test.inc.php:132 #, fuzzy msgid "" "This test makes sure you have PCRE support compiled into your version of " @@ -2959,166 +2743,899 @@ msgstr "" "per le sessioni PHP abilitato. Le sessioni sono necessarie ad Ampache per " "funzionare." -#: ../../templates/show_test.inc:138 +#: ../../templates/show_test.inc.php:136 #, fuzzy msgid "PHP PutENV Support" msgstr "Supporto PHP ICONV" -#: ../../templates/show_test.inc:151 +#: ../../templates/show_test.inc.php:149 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 "" -#: ../../templates/show_test.inc:170 +#: ../../templates/show_test.inc.php:166 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_test.inc:193 +#: ../../templates/show_test.inc.php:189 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" +"variables and that we are able to completely parse your config file" msgstr "" -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "Ampache.cfg.php aggiornato?" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "In Ampache.cfg.php manca quanto segue:" - -#: ../../templates/show_test.inc:240 +#: ../../templates/show_test.inc.php:193 msgid "DB Connection" msgstr "Connessione DB" -#: ../../templates/show_test.inc:256 +#: ../../templates/show_test.inc.php:209 msgid "" "This attempts to connect to your database using the values from your ampache." "cfg.php" msgstr "" -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "Cerca Ampache" - -#: ../../templates/show_similar_artists.inc:23 -#, fuzzy -msgid "Similar Artists" -msgstr "Tutti gli artisti" - -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" +#: ../../templates/show_index.inc.php:49 +msgid "Newest Albums" msgstr "" -#: ../../templates/show_similar_artists.inc:62 -#, fuzzy -msgid "Back" -msgstr "Traccia" - -#: ../../templates/show_similar_artists.inc:73 -#, fuzzy -msgid "Rename selected" -msgstr "Aggiorna selezione" - -#: ../../templates/show_similar_artists.inc:83 -#, fuzzy -msgid "Advanced Options" -msgstr "Avanzato" - -#: ../../templates/show_similar_artists.inc:144 -#, fuzzy -msgid "Search Again" -msgstr "Cerca Ampache" - -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" +#: ../../templates/show_index.inc.php:54 +msgid "Newest Artists" msgstr "" -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "Ricordami" +#: ../../templates/show_index.inc.php:59 +msgid "Newest Genres" +msgstr "" -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "Registra" +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "Modifica" -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "Parola chiave" +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "impostazioni" -#: ../../templates/show_search.inc:73 -msgid "Played" -msgstr "Ascoltato" +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "Aggiorna impostazioni" -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" -msgstr "Bitrate min." - -#: ../../templates/show_search.inc:96 +#: ../../templates/show_account.inc.php:40 #, fuzzy -msgid "One Star" +msgid "New Password" +msgstr "Password" + +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" +msgstr "Azzera stati" + +#: ../../templates/show_account.inc.php:64 +#, fuzzy +msgid "Update Account" +msgstr "Crea account" + +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "Precedente" + +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "Riproduci casualmente dall' album" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "Trova copertina album" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "Nome playlist" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "N° Brani" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" msgstr "Proprietario" -#: ../../templates/show_search.inc:97 +#: ../../activate.php:42 +msgid "No user with this name registered" +msgstr "Non c'è nessun utente registrato con questo nome" + +#: ../../activate.php:46 +msgid "The validation key used isn't correct." +msgstr "La chiave di validazione usata non è corretta" + +#: ../../activate.php:51 +msgid "User activated" +msgstr "Utente attivato" + +#: ../../activate.php:51 +msgid "This User ID is activated and can be used" +msgstr "ID utente attivato ed utilizzabile" + +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" +msgstr "" + +#: ../../democratic.php:80 #, fuzzy -msgid "Two Stars" -msgstr "Totale utenti" +msgid "Playlist Cleared" +msgstr "Playlist creata." -#: ../../templates/show_search.inc:98 -msgid "Three Stars" +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" msgstr "" -#: ../../templates/show_search.inc:99 -msgid "Four Stars" +#: ../../lib/class/flag.class.php:280 +#, fuzzy +msgid "Approved" +msgstr "Spostato" + +#: ../../lib/class/flag.class.php:281 +#, fuzzy +msgid "Pending" +msgstr "Aggiunta" + +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" msgstr "" -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "" +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" +msgstr "aggiornato a" -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "Operatore" +#: ../../lib/class/song.class.php:341 +msgid "Rate" +msgstr "Voto" -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "E" - -#: ../../templates/show_search.inc:112 -msgid "Method" +#: ../../lib/class/song.class.php:345 +msgid "Mode" msgstr "Modo" -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "Fuzzy" +#: ../../lib/class/song.class.php:357 +msgid "Filesize" +msgstr "Dimensione file" -#: ../../templates/show_search.inc:116 -msgid "Exact" -msgstr "Esatto" +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" +msgstr "Gestione utenti" -#: ../../templates/show_search.inc:119 -#, fuzzy -msgid "Maximum Results" -msgstr "N° massimo risultati" - -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "Cancella formulario" - -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" msgstr "" -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "Salva" +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" +msgstr "Playlists" + +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "Errore: Impossibile aprire" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "Errore: Impossibile cambiare alla cartella" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "Errore, impossibile leggere la dimensione del file" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "non è leggibile da ampache" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "Avvio costruzione catalogo" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "Sincronizzazione remota in corso" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "Aggiunta playlist da" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "Catalogo terminato" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "Tempo impiegato" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "Totale brani" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "Brani per secondo" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "Non è necessario aggiornare" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "Aggiornamento remoto in corso" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "Aggiornamento catalogo terminato" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "" +"Impossibile caricare la libreria XMLRPC, verifica che XML-RPC sia abilitato" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "Errore connettendosi a" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "Codice" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "Motivazione" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "Terminato aggiornamento remoto catalogo(ghi)." + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "Pulizia catalogo terminata" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "files rimossi" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" + +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr "TROVATO" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "Ricerca nuova copertina" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "Update Finished." +msgstr "Aggiornamento catalogo terminato" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "Checked" +msgstr "Controllo in corso" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "songs updated." +msgstr "è stata aggiornata" + +#: ../../lib/class/localplay.class.php:647 +#, fuzzy +msgid "Stopped" +msgstr "Arresta" + +#: ../../lib/class/localplay.class.php:650 +#, fuzzy +msgid "Paused" +msgstr "Pausa" + +#: ../../lib/class/album.class.php:217 +msgid "Disk" +msgstr "" + +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "Abilitato" + +#: ../../lib/preferences.php:272 +msgid "M3U" +msgstr "M3U" + +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "M3U semplice" + +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "PLS" + +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "Asx" + +#: ../../lib/preferences.php:276 +msgid "RAM" +msgstr "RAM" + +#: ../../lib/preferences.php:277 +msgid "XSPF" +msgstr "" + +#: ../../lib/preferences.php:310 +#, fuzzy +msgid "Disabled" +msgstr "Disabilitato" + +#: ../../lib/preferences.php:332 +msgid "Send on Add" +msgstr "" + +#: ../../lib/preferences.php:333 +msgid "Send and Clear on Add" +msgstr "" + +#: ../../lib/preferences.php:334 +msgid "Clear on Send" +msgstr "" + +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 +msgid "Default" +msgstr "" + +#: ../../lib/preferences.php:343 +msgid "Always" +msgstr "" + +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" +msgstr "Non riprodurre" + +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "" + +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "E' ok" + +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "lo adoro!" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "Inglese" + +#: ../../lib/general.lib.php:496 +msgid "British English" +msgstr "Inglese britannico" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "Turco" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "Cinese semplificato" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "" + +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "Errore Accesso negato" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "Riproduzione locale" + +#: ../../lib/ui.lib.php:556 +#, fuzzy +msgid "Random Play" +msgstr "Casuale" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +#, fuzzy +msgid "Admin-Catalog" +msgstr "Aggiungi catalogo" + +#: ../../lib/ui.lib.php:576 +#, fuzzy +msgid "Admin-User Management" +msgstr "Gestione utenti" + +#: ../../lib/ui.lib.php:580 +#, fuzzy +msgid "Admin-Mail Users" +msgstr "Posta utenti" + +#: ../../lib/ui.lib.php:584 +#, fuzzy +msgid "Admin-Manage Access Lists" +msgstr "Liste accesso" + +#: ../../lib/ui.lib.php:588 +#, fuzzy +msgid "Admin-Site Preferences" +msgstr "Impostazioni amministrazione" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "" + +#: ../../lib/ui.lib.php:596 +#, fuzzy +msgid "Browse Music" +msgstr "Sfoglia" + +#: ../../albums.php:32 +msgid "Album Art Cleared" +msgstr "Copertina creata" + +#: ../../albums.php:32 +#, fuzzy +msgid "Album Art information has been removed from the database" +msgstr "" +"Le informazioni sulla copertina dell' album sono state rimosse dal database" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "Album Art Not Located" +msgstr "Copertina non rintracciata" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +#, fuzzy +msgid "" +"Album Art could not be located at this time. This may be due to write access " +"error, or the file is not received corectly." +msgstr "" +"La copertina non può essere rintracciata ora.Può essere dovuto al fatto che " +"Amazon è occupato o l' album non è presente nella loro collezione." + +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 +msgid "Album Art Inserted" +msgstr "Copertina inserita" + +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" +msgstr "Inizio aggiornamento da Tags" + +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" +msgstr "Aggiornamento da Tags ultimato" + +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" +msgstr "Ritorna" + +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" +msgstr "" + +#: ../../modules/horde/Browser.php:867 +msgid "file" +msgstr "file" + +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." +msgstr "" + +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" +msgstr "" + +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." +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)." +msgstr "" + +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." +msgstr "" + +#: ../../localplay.php:72 ../../localplay.php:80 +msgid "Song(s) Removed from Playlist" +msgstr "" + +#: ../../playlist.php:57 +msgid "Playlist Created" +msgstr "Playlist creata." + +#: ../../playlist.php:57 +msgid " has been created" +msgstr " è stata creata" + +#: ../../playlist.php:78 +msgid "Playlist Updated" +msgstr "Playlist aggiornata" + +#: ../../playlist.php:79 +#, fuzzy +msgid "has been updated and is now" +msgstr "è stata aggiornata" + +#: ../../playlist.php:101 +#, fuzzy +msgid "Playlist Imported" +msgstr "Playlist creata." + +#: ../../playlist.php:130 +#, fuzzy +msgid "Empty Playlists Deleted" +msgstr "Playlist cancellata" + +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "" + +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "" + +#: ../../login.php:96 +msgid "No local account found" +msgstr "" + +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "Errore: Nessuna parola chiave inserita" + +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "Mostra artisti che iniziano per" + +#: ../../bin/print_tags.inc:66 +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 "" + +#: ../../bin/print_tags.inc:72 +msgid "Filename:" +msgstr "Nome file:" + +#~ msgid "Album Art Already Found" +#~ msgstr "Copertina album giĂ  trovata" + +#~ msgid "Error: Name Identical" +#~ msgstr "Errore: Nome identico" + +#~ msgid "Show Genres starting with" +#~ msgstr "Mostra generi che iniziano per" + +#~ msgid "No songs in this playlist." +#~ msgstr "Non ci sono brani in questa playlist" + +#~ msgid "New Playlist" +#~ msgstr "Nuova playlist" + +#~ msgid "Show w/o art" +#~ msgstr "Mostra senza immagini" + +#~ msgid "Show all" +#~ msgstr "Mostra tutto" + +#~ msgid "Add a new user" +#~ msgstr "Aggiungi nuovo utente" + +#, fuzzy +#~ msgid "Catalog Created and Songs Indexed" +#~ msgstr "Pulizia catalogo terminata" + +#~ msgid "Do you really want to clear the statistics for this catalog?" +#~ msgstr "Vuoi veramente eliminare le statistiche di questo catalogo?" + +#, fuzzy +#~ msgid "Site" +#~ msgstr "Dimensione" + +#, fuzzy +#~ msgid "Confirm Delete" +#~ msgstr "Voce cancellata" + +#~ msgid "Entry Deleted" +#~ msgstr "Voce cancellata" + +#~ msgid "Entry Added" +#~ msgstr "Voce aggiunta" + +#, fuzzy +#~ msgid "Entry Updated" +#~ msgstr "Voce aggiunta" + +#, fuzzy +#~ msgid "Module Activated" +#~ msgstr "Utente attivato" + +#, fuzzy +#~ msgid "Are you sure you want to remove this module?" +#~ msgstr "Sei sicuro di volere cancellare questa playlist" + +#, fuzzy +#~ msgid "Module Deactivated" +#~ msgstr "Utente attivato" + +#, fuzzy +#~ msgid "No Playlists Found" +#~ msgstr "Nuova playlist" + +#~ msgid "Users" +#~ msgstr "Utenti" + +#~ msgid "Mail Users" +#~ msgstr "Posta utenti" + +#, fuzzy +#~ msgid "Config" +#~ msgstr "Scrivi configurazione" + +#~ msgid "Access List" +#~ msgstr "Liste di accesso" + +#~ msgid "Rename Artist" +#~ msgstr "Rinomina artista" + +#~ msgid "Results Per Page" +#~ msgstr "Risultati per pagina" + +#, fuzzy +#~ msgid "Module Name" +#~ msgstr "Nome completo" + +#, fuzzy +#~ msgid "Admin Controls" +#~ msgstr "Sezioni amministratore" + +#~ msgid "Newest Artist Additions" +#~ msgstr "Nuovi artisti aggiunti recentemente" + +#~ msgid "Newest Album Additions" +#~ msgstr "Nuovi album aggiunti recentemente" + +#~ msgid "Playlist Actions" +#~ msgstr "Azioni Playlist" + +#, fuzzy +#~ msgid "Edit Playlist" +#~ msgstr "Playlist" + +#, fuzzy +#~ msgid "Play This Playlist" +#~ msgstr "Playlist" + +#, fuzzy +#~ msgid "Delete This Playlist" +#~ msgstr "Crea nuova playlist" + +#~ msgid "Import From File" +#~ msgstr "Importazione da file" + +#, fuzzy +#~ msgid "Delete Empty Playlists" +#~ msgstr "Importa playlist" + +#, fuzzy +#~ msgid "Localplay Init Failed" +#~ msgstr "Controllo riproduzione locale" + +#~ msgid "Show Albums starting with" +#~ msgstr "Mostra album che iniziano per" + +#, fuzzy +#~ msgid "Show Titles Starting With" +#~ msgstr "Mostra artisti che iniziano per" + +#~ msgid "Lists" +#~ msgstr "Liste" + +#~ msgid "Error: Password Does Not Match or Empty" +#~ msgstr "Errore: Password non corrispondente o vuota" + +#, fuzzy +#~ msgid "Password Updated" +#~ msgstr "Playlist aggiornata" + +#~ msgid "Playlist Deleted" +#~ msgstr "Playlist cancellata" + +#~ msgid "The Requested Playlist has been deleted" +#~ msgstr "La playlist richiesta è stata cancellata" + +#~ msgid "Are you sure you want to delete this playlist" +#~ msgstr "Sei sicuro di volere cancellare questa playlist" + +#, fuzzy +#~ msgid "Confirm Action" +#~ msgstr "Conferma password" + +#~ msgid "Remote Selected Tracks" +#~ msgstr "Brani selezionati da remoto" + +#~ msgid "Error: Unable to write to" +#~ msgstr "Errore: Impossibile scrivere su" + +#~ msgid "Adding" +#~ msgstr "Aggiunta" + +#~ msgid "to database" +#~ msgstr "al database" + +#~ msgid "Continue? (Y/N):" +#~ msgstr "Continua? (Y/N):" + +#~ msgid "Error: " +#~ msgstr "Errore: " + +#~ msgid "!\n" +#~ msgstr "!\n" + +#~ msgid "You are currently logged in as" +#~ msgstr "Sei attualmente connesso come" + +#~ msgid "Song title" +#~ msgstr "Titolo brano" + +#~ msgid "Total" +#~ msgstr "Totale" + +#~ msgid "Rebuild Preferences" +#~ msgstr "Ricostruisci impostazioni" + +#, fuzzy +#~ msgid "Streaming" +#~ msgstr "Stream" + +#, fuzzy +#~ msgid "Options" +#~ msgstr "Azioni" + +#, fuzzy +#~ msgid "System" +#~ msgstr "Stream" + +#~ msgid "" +#~ "Use the form below to add a host that you want to have access to your " +#~ "Ampache catalog." +#~ msgstr "" +#~ "Usa il formulario seguente per aggiungere un host che vuoi abbia accesso " +#~ "al tuo catalogo Ampache" + +#~ msgid "Revoke" +#~ msgstr "Rovoca" + +#~ msgid "Album Name" +#~ msgstr "Nome album" + +#~ msgid "Album Year" +#~ msgstr "Anno album" + +#, fuzzy +#~ msgid "Tracks" +#~ msgstr "Traccia" + +#, fuzzy +#~ msgid "Edit Access List" +#~ msgstr "Liste di accesso" + +#~ msgid "Ampache.cfg.php Up to Date?" +#~ msgstr "Ampache.cfg.php aggiornato?" + +#~ msgid "Ampache.cfg.php is missing the following:" +#~ msgstr "In Ampache.cfg.php manca quanto segue:" + +#~ msgid "Reset Form" +#~ msgstr "Cancella formulario" + +#~ msgid "Save" +#~ msgstr "Salva" #~ msgid "ID3V2 Tags" #~ msgstr "Tags ID3V2" @@ -3333,9 +3850,6 @@ msgstr "Salva" #~ msgid "Object Type" #~ msgstr "Tipo oggetto" -#~ msgid "Genres" -#~ msgstr "Generi" - #~ msgid "catalog path" #~ msgstr "percorso catalogo" diff --git a/locale/nl_NL/LC_MESSAGES/messages.po b/locale/nl_NL/LC_MESSAGES/messages.po index bd04c31f..6c4b570e 100644 --- a/locale/nl_NL/LC_MESSAGES/messages.po +++ b/locale/nl_NL/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache SVN 693\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: 2006-11-14 08:00+0100\n" "Last-Translator: Terence Theijn \n" "Language-Team: Dutch \n" @@ -16,794 +16,67 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "Fout: Verificatie Verplicht" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "Fout: Verificatie Niet Goed" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "U moet de gebruikersovereenkomst accepteren" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "U heeft geen gebruikersnaam opgegeven" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "Vul uw voor- en achternaam in" + +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "U moet een paswoord opgeven" + +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "Uw opgegeven paswoorden komen niet overeen" + +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "Fout Gebruikersnaam bestaat al" + +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "Fout: Gebruiker kon niet worden aangemaakt" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "Registratie Compleet" + +#: ../../update.php:51 +#, fuzzy +msgid "Ampache Update" +msgstr "Ampache Bijwerken" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "Sessie Verlopen: log opnieuw in op" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" -msgstr "Fout: Kan niet openen" +#: ../../ratings.php:32 +msgid "Rating Updated" +msgstr "Waardering Bijgewerkt" -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" -msgstr "Fout: Kan niet naar directory veranderen" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" +msgstr "Uw Waardeering voor dit object is bijgewerkt" -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "Fout: Kan bestands grootte niet opvragen voor" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "is niet leesbaar voor Ampache" - -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" -msgstr "album's met hoesje" - -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "Start bouwen van Catalogus" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "Start Remote Synchronisatie" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "Gevonden" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -#, fuzzy -msgid "None" -msgstr "Nee" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "Speellijst toegevoegd van" - -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "Start Zoeken naar Album Hoes" - -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "Doorzocht" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "Catalogus Klaar" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "Totale Tijd" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "Totaal Aantal Liedjes" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "Liedjes per Seconde" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "Bijgewerkt" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "Geen Update Nodig" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "Start Nieuwe Zoekopdracht voor liedje" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "catalogus" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "Bezig met bijwerken van Remote Catalogus" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "Bijwerken Catalogus Gereed" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Error" -msgstr "Fout" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "Kan XMLRPC library niet laden, check of XML-RPC aanstaat" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "Fout met connectie naar" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" +#: ../../radio.php:50 +msgid "Radio Station Added" msgstr "" -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "Reden" - -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "Klaar met Bijwerken van Remote Catalogus(sen)" - -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "Toegevoegd" - -#: ../../lib/class/catalog.class.php:1240 -#, fuzzy -msgid "Cleaning the" -msgstr "Bijwerken van" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "Catalogus" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "Bezig met Controleren" - -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "Opschoning Catalogus Gereed" - -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "files verwijderd" - -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "Werk bij de" - -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "Liedje gevonden bezig met controleren van tag informatie" - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "Geverifieerd" - -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr " GEVONDEN" - -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "Bezig met zoeken naar nieuwe album hoes" - -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "Album hoes reeds gevonden" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "Update Finished." -msgstr "Bijwerken Catalogus Gereed" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "Checked" -msgstr "Bezig met Controleren" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "songs updated." -msgstr "liedjes bijgewerkt." - -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "Titel" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "bijgewerkt naar" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "Modus" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "Tijd" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "Nummer" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "Bestands grootte" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "Artiest" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "Album" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "Jaar" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "Commentaar" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "Genre" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "Fout: Identieke Naam" - -#: ../../lib/class/flag.class.php:264 -#, fuzzy -msgid "Approved" -msgstr "Verplaatst" - -#: ../../lib/class/flag.class.php:265 -#, fuzzy -msgid "Pending" -msgstr "Bezig met Toevoegen" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "Verwijder" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "Opnieuw Taggen" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "Opnieuw encoderen" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -#, fuzzy -msgid "Other" -msgstr "anders" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "Onbekend" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "Nu Speelt" - -#: ../../lib/class/localplay.class.php:564 -msgid "Stopped" -msgstr "Gestopt" - -#: ../../lib/class/localplay.class.php:567 -#, fuzzy -msgid "Paused" -msgstr "Gespeeld" - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "Diverse" - -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "Laat Genres zien beginnend met" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "Niet Afspelen" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "Het is vrij slecht" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "Het is goed" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "Het is Vrij Goed" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "Ik ben er gek van" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "Het is te Gek" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "Niet te geloven" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "Activeer" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "Deactiveer" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "Democratisch" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -#, fuzzy -msgid "Localplay" -msgstr "Lokaal Afspelen" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "XSPF Speler" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "" - -#: ../../lib/preferences.php:294 -msgid "XSPF" -msgstr "" - -#: ../../lib/preferences.php:326 -#, fuzzy -msgid "Disabled" -msgstr "Deactiveer" - -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "Globaal" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "Lokaal" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "Geen liedjes in deze speellijst" - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "Alles" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "Nieuwe Speellijst" - -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "Fout Toegang Gewijgerd" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "Bladeren" - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "Zonder Hoes" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "Alles" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -msgid "No Catalogs Found!" -msgstr "Geen Catalogus Gevonden" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "Voeg Catalogus Toe" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "dag" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "dagen" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "uur" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "uren" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "Begin" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "Lokaal Afspelen" - -#: ../../lib/ui.lib.php:799 -#, fuzzy -msgid "Random Play" -msgstr "Willekeurig Aspelen" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "Speellijst" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "Zoeken" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "Instellingen" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -#, fuzzy -msgid "Admin-Catalog" -msgstr "Voeg Catalogus Toe" - -#: ../../lib/ui.lib.php:819 -#, fuzzy -msgid "Admin-User Management" -msgstr "Gebruikers Overeenkomst" - -#: ../../lib/ui.lib.php:823 -#, fuzzy -msgid "Admin-Mail Users" -msgstr "Mail Gebruikers" - -#: ../../lib/ui.lib.php:827 -#, fuzzy -msgid "Admin-Manage Access Lists" -msgstr "Toegangs Regels" - -#: ../../lib/ui.lib.php:831 -#, fuzzy -msgid "Admin-Site Preferences" -msgstr "Beheer Site Instellingen" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "Beheer Modules" - -#: ../../lib/ui.lib.php:839 -#, fuzzy -msgid "Browse Music" -msgstr "Bladeren" - -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "" - -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "Artiesten" - -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -#, fuzzy -msgid "Statistics" -msgstr "Statistieken" - -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "Beheer Gebruikers" - -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "Voeg gebruiker toe" - -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "Niet voldoende gegevens" - -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "Amerikaans Engels" - -#: ../../lib/general.lib.php:881 -msgid "British English" -msgstr "Engels" - -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "Turks" - -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" -msgstr "Simpel Chinees" - -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "Aan" - -#: ../../lib/general.lib.php:969 -msgid "Off" -msgstr "Uit" - -#: ../../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 " -"opgegevenvoor de logfile" - -#: ../../modules/horde/Browser.php:867 -msgid "file" -msgstr "bestand" - -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." -msgstr "Bestands uploads niet gesupport" - -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" -msgstr "Geen bestand geupload" - -#: ../../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" - -#: ../../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)" - -#: ../../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." - -#: ../../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 "Nu Speelt Opgeschoond" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "Alle Nu Speelt data opgeschoond" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "" -"Weet je zeker dat je alle Statistieken van deze catalogus wilt verwijderen?" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "Schoon Catalogus Statistieken op" - -#: ../../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 "Weet je zeker dat je deze catalogus wilt verwijderen?" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" -msgstr "Album Hoes Zoeken beeindigd" - #: ../../admin/flag.php:97 #, fuzzy msgid "Song Updated" @@ -863,157 +136,997 @@ msgstr "De Gevraagde liedjes zijn geactiveerd" msgid "Flagged Records" msgstr "Gemarkeerd door" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 #, fuzzy -msgid "Site" -msgstr "Grootte" +msgid "Catalog Updated" +msgstr "Bijwerken Catalogus Gereed" -#: ../../admin/access.php:42 +#: ../../admin/catalog.php:106 #, fuzzy -msgid "Confirm Delete" -msgstr "Bevestig verwijdering" +msgid "Catalog Deleted" +msgstr "Catalogus Type" -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" -msgstr "Weet je zeker dat je deze Toegangs Regel wilt verwijderen" +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" +msgstr "" -#: ../../admin/access.php:49 -msgid "Entry Deleted" -msgstr "Entry Verwijderd" - -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" -msgstr "Uw Toegangs Regel is verwijderd" - -#: ../../admin/access.php:54 -msgid "Entry Added" -msgstr "Entry Toegevoegd" - -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" -msgstr "Uw Nieuwe Toegangs Regel is gecreerd" - -#: ../../admin/access.php:58 +#: ../../admin/catalog.php:115 #, fuzzy -msgid "Entry Updated" -msgstr "Entry Toegevoegd" +msgid "Songs Removed" +msgstr "Liedjes verwijderd" -#: ../../admin/access.php:58 +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" +msgstr "Geen Liedjes Verwijderd" + +#: ../../admin/catalog.php:121 #, fuzzy -msgid "Access List Entry updated" -msgstr "Uw Toegangs Regel is bijgewerkt" +msgid "Disabled Songs Processed" +msgstr "Laat gedeactiveerde Liedjes Zien" -#: ../../admin/users.php:65 ../../admin/users.php:112 +#: ../../admin/catalog.php:141 +#, fuzzy +msgid "Catalog Cleaned" +msgstr "Opschoning Catalogus Gereed" + +#: ../../admin/catalog.php:191 +#, fuzzy +msgid "Catalog Created" +msgstr "Catalogus Gecreeerd" + +#: ../../admin/catalog.php:208 +#, fuzzy +msgid "Catalog statistics cleared" +msgstr "Catalogus Statistieken opgeschoond" + +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "Nu Speelt Opgeschoond" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "Alle Nu Speelt data opgeschoond" + +#: ../../admin/catalog.php:233 +#, fuzzy +msgid "No Disabled songs found" +msgstr "Geen Gedeactiveerde Liedjes gevonden" + +#: ../../admin/catalog.php:242 +#, fuzzy +msgid "Delete Catalog" +msgstr "Verwijder Catalogus" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "Weet je zeker dat je deze catalogus wilt verwijderen?" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "Album Hoes Zoeken beeindigd" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 msgid "Error Username Required" msgstr "Fout Gebruikersnaam Verplicht" -#: ../../admin/users.php:68 ../../admin/users.php:108 +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 msgid "Error Passwords don't match" msgstr "Fout Paswoorden zijn niet gelijk" -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" -msgstr "Fout Gebruikersnaam bestaat al" +#: ../../admin/users.php:79 +msgid "User Updated" +msgstr "" -#: ../../admin/users.php:142 -msgid "Deletion Request" -msgstr "Verwijder Verzoek" +#: ../../admin/users.php:79 +msgid "updated" +msgstr "" -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" -msgstr "Weet je zeker dat je dit permanent wilt verwijderem" +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" +msgstr "Gast" -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" -msgstr "Nee" +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" +msgstr "Gebruiker" -#: ../../admin/users.php:150 +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "Beheer" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 +msgid "Error" +msgstr "Fout" + +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 msgid "User Deleted" msgstr "Gebruiker Verwijderd" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Delete Error" msgstr "Verwijder Fout" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Unable to delete last Admin User" msgstr "Kan de laatste admin gebruiker niet verwijderen" -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" -msgstr "Catalogus Statistieken" +#: ../../admin/users.php:163 +msgid "Deletion Request" +msgstr "Verwijder Verzoek" -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" -msgstr "Gebruikers Totaal" +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" +msgstr "Weet je zeker dat je dit permanent wilt verwijderem" -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" -msgstr "Actieve Gebruikers" +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" +msgstr "" -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "Liedjes" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "Catalogus Grootte" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "Catalogus Tijd" - -#: ../../admin/mail.php:252 -msgid "E-mail Sent" -msgstr "E-mail Verzonden" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." -msgstr "Uw E-mail is succesvol verzonden." - -#: ../../admin/modules.php:41 -#, fuzzy -msgid "Module Activated" -msgstr "Module geactiveerd" - -#: ../../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?" - -#: ../../admin/modules.php:56 -#, fuzzy -msgid "Module Deactivated" -msgstr "Module geactiveerd" - -#: ../../admin/modules.php:72 -#, fuzzy -msgid "Plugin Activated" -msgstr "Module geactiveerd" - -#: ../../admin/modules.php:79 +#: ../../admin/modules.php:54 ../../admin/modules.php:92 #, fuzzy msgid "Are you sure you want to remove this plugin?" msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?" -#: ../../admin/modules.php:95 +#: ../../admin/modules.php:66 ../../admin/modules.php:111 #, fuzzy msgid "Plugin Deactivated" msgstr "Module geactiveerd" -#: ../../admin/system.php:120 +#: ../../admin/modules.php:85 +#, fuzzy +msgid "Plugin Activated" +msgstr "Module geactiveerd" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "Verwijderd" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "Uw Toegangs Regel is verwijderd" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" +msgstr "Toegevoegd" + +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "Uw Nieuwe Toegangs Regel is gecreerd" + +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "Bijgewerkt" + +#: ../../admin/access.php:45 +#, fuzzy +msgid "Access List Entry updated" +msgstr "Uw Toegangs Regel is bijgewerkt" + +#: ../../admin/system.php:64 #, fuzzy msgid "Export Failed" msgstr "Export Gefaalt" +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" +msgstr "Geen Catalogus Gevonden" + +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "Voeg Catalogus Toe" + +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "Catalogus Statistieken" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "dag" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "dagen" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "uur" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "uren" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "Gebruikers Totaal" + +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "Actieve Gebruikers" + +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "Artiesten" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "Liedjes" + +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "Catalogus Grootte" + +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "Catalogus Tijd" + +#: ../../admin/mail.php:260 +msgid "E-mail Sent" +msgstr "E-mail Verzonden" + +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "Uw E-mail is succesvol verzonden." + +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" + +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" + +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" + +#: ../../flag.php:45 +#, fuzzy +msgid "Item Flagged" +msgstr "Item Gemarkeerd" + +#: ../../flag.php:45 +#, fuzzy +msgid "The specified item has been flagged" +msgstr "Het gevraagde item is gemaarkeerd" + +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +#, fuzzy +msgid "Catalogs" +msgstr "Catalogus" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "Naam" + +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "Actie" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "Voeg Toe" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "Verifieer" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +#, fuzzy +msgid "Clean" +msgstr "Wis" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "Alles" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "Verwijder" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:68 +#, fuzzy +msgid "No Catalogs Found" +msgstr "Geen Catalogus Gevonden" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +#, fuzzy +msgid "Clean All" +msgstr "Schoon Alle" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +msgid "Verify All" +msgstr "Verifieer Alle" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +#, fuzzy +msgid "Add to All" +msgstr "Voeg Toe aan Alle" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +#, fuzzy +msgid "Update All" +msgstr "Werk Alle bij" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "Schoon Catalogus Statistieken op" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "Vergaar Albums Hoesjes" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "Andere Gereedschappen" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "Laat dubbele liedjes zien" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "Leeg Nu Speelt" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +#, fuzzy +msgid "Generate New Config" +msgstr "Schrijf Config" + +#: ../../templates/show_admin_tools.inc.php:93 +#, fuzzy +msgid "Preferences Permissions" +msgstr "Instellingen Permissies" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "Exporteer naar Itunes DB" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +#, fuzzy +msgid "Check for New Version" +msgstr "Check voor Nieuwe Versie" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "Selecteer" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +msgid "Object" +msgstr "" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "Markeer" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "Commentaar" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +#, fuzzy +msgid "No Records Found" +msgstr "Geen Records Gevonden" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "Wijgeren" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "Goedkeuren" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +#, fuzzy +msgid "Update" +msgstr "Bijwerken" + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +#, fuzzy +msgid "Show All" +msgstr "Alles" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "Ampache Installatie" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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" + +#: ../../templates/show_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +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" + +#: ../../templates/show_install_account.inc.php:43 +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_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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" + +#: ../../templates/show_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "Stap 1 - Aanmaken en vullen van de Ampache Database" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "Stap 2 - Aanmaken vna het ampache.cfg.php bestand" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "Stap 3 - Opzet Initeel Account" + +#: ../../templates/show_install_account.inc.php:52 +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_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "Maak een Beheer Account aan" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "Gebruikersnaam" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "Paswoord" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "Maak Account aan" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "Directory" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "Acties" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "XSPF Speler" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "Titel" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "Artiest" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "Album" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "Genre" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "Bestandsnaam" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +#, fuzzy +msgid "Song Title" +msgstr "Naam Liedje" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "Speellijst" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "Onbekend" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "Volledige Naam" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "Laatst Gezien" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "Activiteit" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +#, fuzzy +msgid "Recently Played" +msgstr "Minst Gespeeld" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "Nummer" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "Tijd" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "Niet voldoende gegevens" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "Album Hoes" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "Klik om venster te sluiten" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "Bewerk" + #: ../../templates/show_flag.inc.php:41 #, fuzzy msgid "Flag Song" @@ -1037,171 +1150,976 @@ msgstr "Reden van markering" msgid "Incorrect Tags" msgstr "Incorrecte Tags" -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" -msgstr "Markeer" +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" +msgstr "Opnieuw encoderen" -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" -msgstr "Ampache Installatie" +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +#, fuzzy +msgid "Other" +msgstr "anders" -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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" +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" +msgstr "van" + +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" +msgstr "Gevonden" + +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" 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" -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "" -"A MySQL Server with a username and password that can create/modify databases" +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" msgstr "" -"Een MySQL Server met gebruikersnaam en paswoord dat een database kan " -"aanmaken/wijzigen" -#: ../../templates/show_install_account.inc.php:47 +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "Vereisten" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 msgid "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" +"ampache.cfg.php.dist file" msgstr "" -"Uw webserver heeft lees rechten heeft op het bestand /sql/ampache.sql en " -"hetampache.cfg.dist.php bestand" +"Uw webserver leesrechten heeft op de files /sql/ampache.sql en de file /" +"config/ampache.cfg.php.dist" -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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" +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" +msgstr "Start Configuratie" + +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" 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" -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" -msgstr "Stap 1 - Aanmaken en vullen van de Ampache Database" +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" +msgstr "Speel Album" -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" -msgstr "Stap 2 - Aanmaken vna het ampache.cfg.php bestand" - -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" -msgstr "Stap 3 - Opzet Initeel Account" - -#: ../../templates/show_install_account.inc.php:57 -msgid "" -"This step creates your initial Ampache admin account. Once your admin " -"account has been created you will be directed to the login page" +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" msgstr "" -"Deze stap maakt uw initieele administratieve Ampache account aan. Alsuw " -"account gemaakt is wordt u naar de login pagina gestuurt" -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "Maak een Beheer Account aan" +#: ../../templates/show_localplay_status.inc.php:55 +#, fuzzy +msgid "Repeat" +msgstr "Herhalen" -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "Gebruikersnaam" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "Paswoord" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "Maak Account aan" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "Speellijsten" - -#: ../../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:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "Acties" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "Bekijk" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "Bewerk" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "Speel" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 msgid "Random" msgstr "Willekeurig" -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" +msgstr "Tijd van toevoegen" + +#: ../../templates/show_disabled_songs.inc.php:65 +#, fuzzy +msgid "Remove" +msgstr "Verwijder" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" msgstr "" -#: ../../templates/show_playlists.inc.php:75 +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "Voeg Entry Toe" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "Start Adres" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "Eind Adres" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "Niveau" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "Sleutel" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "Volledige Naam" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "Registratie Datum" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 #, fuzzy -msgid "No Playlists Found" -msgstr "Geen Speellijst Gevonden" +msgid "Last Ip" +msgstr "Laatste Ip Adres" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "Actief" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +#, fuzzy +msgid "Base Playlist" +msgstr "Basis Speellijst" + +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "Maak Nieuwe Speellijst aan" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "Waardering" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "Liedje" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr " Stap 2 - Creeer het ampache.cfg.php bestand" + +#: ../../templates/show_install_config.inc.php:51 +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.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "Web Directory" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "Gewenste Database Naam" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "MySQL Hostnaam" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "MySQl Gebruikersnaam" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "MySQL Paswoord" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "Schrijf Config" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "Ampache.cfg.php Bestaat" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "Ampache.cfg.php Geconfigureerd?" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "Check voor Config" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "Bewerk bestaande Gebruiker" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "Typ Nogmaals uw paswoord" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "Gebruikers toegangs niveau" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "Bewerk Gebruiker" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "Diverse" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "Zoeken" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +#, fuzzy +msgid "Create" +msgstr "Creeer" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "Ga Verder" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "Annuleer" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "Begin" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "Bladeren" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +#, fuzzy +msgid "Localplay" +msgstr "Lokaal Afspelen" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "Instellingen" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "Uitloggen" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "Werk bij de" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "Catalogus" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "Liedje gevonden bezig met controleren van tag informatie" + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "Geverifieerd" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +#, fuzzy +msgid "Current Playlist" +msgstr "Huidige Speellijst" + +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "Speel" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "Volgende" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +#, fuzzy +msgid "Description" +msgstr "beschrijving" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +#, fuzzy +msgid "Version" +msgstr "PHP Versie" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "Deactiveer" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +#, fuzzy +msgid "Activate" +msgstr "Activeer" + +#: ../../templates/show_install.inc.php:54 +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" + +#: ../../templates/show_install.inc.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "MySQl Administratieve Gebruikersnaam" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "MySQl Administratieve Paswoord" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "Maak Database Gebruiker aan voor nieuwe Database" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "Ampache Database Gebruikersnaam" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "Ampache Database Gebruikers Paswoord" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "Maak Database" + +#: ../../templates/show_similar_artists.inc.php:23 +#, fuzzy +msgid "Similar Artists" +msgstr "Gelijkwaardige Artiest" + +#: ../../templates/show_similar_artists.inc.php:25 +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_similar_artists.inc.php:66 +#, fuzzy +msgid "Back" +msgstr "Terug" + +#: ../../templates/show_similar_artists.inc.php:77 +#, fuzzy +msgid "Rename selected" +msgstr "Hernoem Geselecteerde" + +#: ../../templates/show_similar_artists.inc.php:91 +#, fuzzy +msgid "Advanced Options" +msgstr "Geavanceerde Opties" + +#: ../../templates/show_similar_artists.inc.php:152 +#, fuzzy +msgid "Search Again" +msgstr "Doorzoek Opnieuw" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "Maak een nieuwe speellijst aan" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "Hernoem" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "OF" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "Voeg Huidige Toe" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "Werk id3 tags bij" + +#: ../../templates/show_playlist.inc.php:30 +msgid "Normalize Tracks" +msgstr "Normalizeer Nummers" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +#, fuzzy +msgid "Play Random" +msgstr "Speel Willekeurige Liedjes" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "Hoes" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "Jaar" + +#: ../../templates/show_preference_admin.inc.php:22 +#, fuzzy +msgid "Preference Administration" +msgstr "Beheer Instellingen" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "Instelling" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "seconden geleden" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "minutes ago" +msgstr "minuten geleden" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "hours ago" +msgstr "uren geleden" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "days ago" +msgstr "dagen geleden" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "weken gelden" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "maanden geleden" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +#, fuzzy +msgid "years ago" +msgstr "jaren geleden" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "Doorzoek Ampache" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "Kern Woorden" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "Gespeeld" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "Ja" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "Nee" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "" + +#: ../../templates/show_search.inc.php:95 +#, fuzzy +msgid "One Star" +msgstr "Een Ster" + +#: ../../templates/show_search.inc.php:96 +#, fuzzy +msgid "Two Stars" +msgstr "Twee Sterren" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "Drie Sterren" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "Vier Sterren" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "Vijf Sterren" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "Combinatie" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "EN" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "Methode" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "Ongeveer" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "" + +#: ../../templates/show_search.inc.php:118 +msgid "Maximum Results" +msgstr "Maximum resultaten" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "Ongelimiteerd" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +#, fuzzy +msgid "ACL Type" +msgstr "Toegangs Type" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +#, fuzzy +msgid "Stream Access" +msgstr "Stream Toegang" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "Lokale Netwerk Defenitie" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "Start Ip Adres" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "Eind IP Adres" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +msgid "Remote Key" +msgstr "Remote Sleutel" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "Bekijk" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +#, fuzzy +msgid "Read" +msgstr "Lees" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "Lezen/Schrijven" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "Ampache Nieuwe Gebruikers Registratie" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "Gebruikers Overeenkomst" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "Ik ben Akkoord" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "Gebruikers Informatie" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "Wis Formulier" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "Registreer Gebruiker" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "Inloggen" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "Onthoud mij" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "Registreer" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "Bericht van de Dag" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "Meest Populaire Artiesten" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "Meest Populaire Albums" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "Meest Populaire Genres" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "Meest Populaire Nummers" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:23 +#, fuzzy +msgid "Edit Song" +msgstr "Bewerk Liedje" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "Markeer voor opnieuw Taggen" + +#: ../../templates/show_edit_song.inc.php:88 +#, fuzzy +msgid "Update Song" +msgstr "Werk Liedjes bij" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +msgid "Genres" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:24 +#, fuzzy +msgid "Send E-mail to Users" +msgstr "Mail Gebruikers" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "Mail naar" + +#: ../../templates/show_mail_users.inc.php:54 +#, fuzzy +msgid "Latest Artist Additions" +msgstr "Laatste Toegevoegde Artiesten" + +#: ../../templates/show_mail_users.inc.php:65 +#, fuzzy +msgid "Latest Album Additions" +msgstr "Laatste Toegevoegde Albums" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +#, fuzzy +msgid "Disabled Songs" +msgstr "Laat gedeactiveerde Liedjes Zien" + +#: ../../templates/show_mail_users.inc.php:87 +#, fuzzy +msgid "Most Popular Threshold in days" +msgstr "Meest Populaire Nummers" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "Onderwerp" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "Bericht" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "Verzend Mail" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "Nieuwe gebruiker toevoegen" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "Voeg Gebruiker Toe" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "Maak Toegang voor Host" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +#, fuzzy +msgid "Create ACL" +msgstr "Maak Toegangs Entry aan" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "Waarde" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "Pas toe op iedereen" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "beschrijving" + +#: ../../templates/show_playlist_edit.inc.php:26 +#, fuzzy +msgid "Editing Playlist" +msgstr "Bewerk Speellijst" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "Publiek" + +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" +msgstr "Prive" #: ../../templates/show_duplicates.inc.php:25 msgid "Find Duplicates" @@ -1223,709 +2141,314 @@ msgstr "Artiest, Album en Titel" msgid "Select Best Guess" msgstr "" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" -msgstr "Ja" +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" +msgstr "Start Zoeken naar Album Hoes" -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" -msgstr "Bedieningen" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" +msgstr "Doorzocht" -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 #, fuzzy -msgid "Current Playlist" -msgstr "Huidige Speellijst" - -#: ../../templates/show_playlist_edit.inc.php:27 -#, fuzzy -msgid "Editing Playlist" -msgstr "Bewerk Speellijst" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "Naam" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "Publiek" - -#: ../../templates/show_playlist_edit.inc.php:40 -msgid "Private" -msgstr "Prive" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -#, fuzzy -msgid "Update" -msgstr "Bijwerken" - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "Gebruikers" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "Mail Gebruikers" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -#, fuzzy -msgid "Config" -msgstr "Schrijf Config" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "Toegangs Lijst" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -#, fuzzy -msgid "Song Title" -msgstr "Naam Liedje" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "Beheer" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "Minuten" - -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "Minst Gespeeld" - -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" -msgstr "" - -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" -msgstr "Bekijk Democratisch" - -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "Uitloggen" - -#: ../../templates/show_admin_tools.inc.php:27 -#, fuzzy -msgid "Catalogs" -msgstr "Catalogus" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "Actie" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "Voeg Toe" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "Verifieer" - -#: ../../templates/show_admin_tools.inc.php:46 -#, fuzzy -msgid "Clean" -msgstr "Wis" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:65 -#, fuzzy -msgid "No Catalogs Found" -msgstr "Geen Catalogus Gevonden" - -#: ../../templates/show_admin_tools.inc.php:71 -#, fuzzy -msgid "Clean All" -msgstr "Schoon Alle" - -#: ../../templates/show_admin_tools.inc.php:72 -msgid "Verify All" -msgstr "Verifieer Alle" - -#: ../../templates/show_admin_tools.inc.php:73 -#, fuzzy -msgid "Add to All" -msgstr "Voeg Toe aan Alle" - -#: ../../templates/show_admin_tools.inc.php:74 -#, fuzzy -msgid "Update All" -msgstr "Werk Alle bij" - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "Vergaar Albums Hoesjes" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "Andere Gereedschappen" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "Laat dubbele liedjes zien" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "Leeg Nu Speelt" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -#, fuzzy -msgid "Generate New Config" -msgstr "Schrijf Config" - -#: ../../templates/show_admin_tools.inc.php:86 -#, fuzzy -msgid "Preferences Permissions" -msgstr "Instellingen Permissies" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "Exporteer naar Itunes DB" - -#: ../../templates/show_admin_tools.inc.php:88 -#, fuzzy -msgid "Check for New Version" -msgstr "Check voor Nieuwe Versie" +msgid "None" +msgstr "Nee" #: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 msgid "Albums by" msgstr "Albums bij" -#: ../../templates/show_artist_box.inc.php:33 +#: ../../templates/show_artist_box.inc.php:34 msgid "Show All Songs By" msgstr "Alle Liedjes van" -#: ../../templates/show_artist_box.inc.php:34 +#: ../../templates/show_artist_box.inc.php:35 msgid "Play All Songs By" msgstr "Speel Alle Liedjes van" -#: ../../templates/show_artist_box.inc.php:35 +#: ../../templates/show_artist_box.inc.php:36 msgid "Play Random Songs By" msgstr "Speel Willekeurige Liedjes van" -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 +#: ../../templates/show_artist_box.inc.php:38 +#: ../../templates/show_album.inc.php:52 msgid "Update from tags" msgstr "Werk bij via tags" -#: ../../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_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" msgstr "" -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" -msgstr "Resultaten Per Pagina" +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" +msgstr "Speel Willekeurige Selectie" -#: ../../templates/show_user.inc.php:42 +#: ../../templates/show_random.inc.php:26 +msgid "Item count" +msgstr "Item aantal" + +#: ../../templates/show_random.inc.php:41 +msgid "From genre" +msgstr "Van Genre" + +#: ../../templates/show_random.inc.php:50 +msgid "Standard" +msgstr "Standaard" + +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" +msgstr "Minst Gespeeld" + +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" +msgstr "Volledige Albums" + +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" +msgstr "Volledige Artiest" + +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" +msgstr "Minuten" + +#: ../../templates/show_random.inc.php:59 #, fuzzy -msgid "New Password" -msgstr "Nieuwe Paswoord" +msgid "From catalog" +msgstr "Uit catalogus" -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" -msgstr "Typ Nogmaals uw paswoord" +#: ../../templates/show_random.inc.php:65 +msgid "Size Limit" +msgstr "Grootte Limiet" -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" -msgstr "Maak Stats Leeg" - -#: ../../templates/show_user.inc.php:65 -#, fuzzy -msgid "Update Account" -msgstr "Maak Account aan" - -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" -msgstr "Favorieten" - -#: ../../templates/show_user_stats.inc.php:29 -#, fuzzy -msgid "Favorite Artists" -msgstr "Favorieten" - -#: ../../templates/show_user_stats.inc.php:40 -#, fuzzy -msgid "Favorite Albums" -msgstr "Favorieten" - -#: ../../templates/show_user_stats.inc.php:51 -#, fuzzy -msgid "Favorite Songs" -msgstr "Favorieten" - -#: ../../templates/show_tv_playlist.inc.php:31 -#, fuzzy -msgid "Playing from base Playlist" -msgstr "Speel van Basis Speellijst" - -#: ../../templates/show_tv_playlist.inc.php:44 -#, fuzzy -msgid "Votes" -msgstr "Stemmen" - -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "Liedje" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "Instelling" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "Waarde" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "Pas toe op iedereen" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "beschrijving" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "Ampache Nieuwe Gebruikers Registratie" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "Gebruikers Overeenkomst" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "Ik ben Akkoord" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "Gebruikers Informatie" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "Volledige Naam" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "Wis Formulier" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "Registreer Gebruiker" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "Vereisten" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" msgstr "" -"Uw webserver leesrechten heeft op de files /sql/ampache.sql en de file /" -"config/ampache.cfg.php.dist" -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "Start Configuratie" - -#: ../../templates/show_modules.inc.php:38 -#, fuzzy -msgid "Localplay Modules" -msgstr "Lokaal Afspelen" - -#: ../../templates/show_modules.inc.php:41 -#, fuzzy -msgid "Module Name" -msgstr "Module Naam" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -#, fuzzy -msgid "Activate" -msgstr "Activeer" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -#, fuzzy -msgid "Deactivate" -msgstr "Deactiveer" - -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -#, fuzzy -msgid "No Records Found" -msgstr "Geen Records Gevonden" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "Aanwezige Plugins" - -#: ../../templates/show_modules.inc.php:73 -#, fuzzy -msgid "Description" -msgstr "beschrijving" - -#: ../../templates/show_modules.inc.php:74 -#, fuzzy -msgid "Version" -msgstr "PHP Versie" - -#: ../../templates/show_edit_song.inc.php:23 -#, fuzzy -msgid "Edit Song" -msgstr "Bewerk Liedje" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "OF" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "Markeer voor opnieuw Taggen" - -#: ../../templates/show_edit_song.inc.php:89 -#, fuzzy -msgid "Update Song" -msgstr "Werk Liedjes bij" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "Importeer speellijst vanuit een bestand" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "Bestandsnaam" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "Speellijst Type" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" -msgstr "Importeer Speellijst" +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" +msgstr "Nu Speelt" #: ../../templates/show_genre.inc.php:29 msgid "Viewing" msgstr "Bekijken" -#: ../../templates/show_mail_users.inc.php:25 -#, fuzzy -msgid "Send E-mail to Users" -msgstr "Mail Gebruikers" - -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" -msgstr "Mail naar" - -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" -msgstr "Meest Populaire Albums" - -#: ../../templates/show_mail_users.inc.php:52 -#, fuzzy -msgid "Latest Artist Additions" -msgstr "Laatste Toegevoegde Artiesten" - -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" -msgstr "Meest Populaire Artiesten" - -#: ../../templates/show_mail_users.inc.php:63 -#, fuzzy -msgid "Latest Album Additions" -msgstr "Laatste Toegevoegde Albums" - -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" -msgstr "Meest Populaire Nummers" - -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" msgstr "" -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 +#: ../../templates/sidebar_preferences.inc.php:18 #, fuzzy -msgid "Disabled Songs" -msgstr "Laat gedeactiveerde Liedjes Zien" +msgid "Account" +msgstr "Maak Account aan" -#: ../../templates/show_mail_users.inc.php:85 -#, fuzzy -msgid "Most Popular Threshold in days" -msgstr "Meest Populaire Nummers" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "Onderwerp" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "Bericht" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "Verzend Mail" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" -msgstr "Laatste tien gemarkeerde records" - -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 -#, fuzzy -msgid "Show All" -msgstr "Alles" - -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" -msgstr "van" - -#: ../../templates/show_tv_adminctl.inc.php:22 -msgid "Admin Controls" -msgstr "Beheer Bediening" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -#, fuzzy -msgid "Base Playlist" -msgstr "Basis Speellijst" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -#, fuzzy -msgid "Clear Playlist" -msgstr "Maak Speellijst Leeg" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "Ga Verder" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "Annuleer" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "Selecteer" - -#: ../../templates/show_flagged.inc.php:28 -msgid "Object" +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" msgstr "" -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "Gebruiker" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" +#: ../../templates/sidebar_preferences.inc.php:32 +msgid "Modules" msgstr "" -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "Wijgeren" +#: ../../templates/sidebar_preferences.inc.php:34 +#, fuzzy +msgid "Localplay Modules" +msgstr "Lokaal Afspelen" -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" -msgstr "Goedkeuren" +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" +msgstr "Aanwezige Plugins" -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "Hernoem" +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" +msgstr "" -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "Voeg Huidige Toe" +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" +msgstr "" -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "Werk id3 tags bij" +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" +msgstr "" -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "Laatste Toegevoegde Artiesten" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "Laatste Toegevoegde Albums" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" msgstr "" #: ../../templates/show_get_albumart.inc.php:23 msgid "Customize Search" msgstr "Pas Zoekopdracht aan" -#: ../../templates/show_get_albumart.inc.php:46 +#: ../../templates/show_get_albumart.inc.php:44 msgid "Direct URL to Image" msgstr "Directe URL naar Hoesje" -#: ../../templates/show_get_albumart.inc.php:54 +#: ../../templates/show_get_albumart.inc.php:52 #, fuzzy msgid "Local Image" msgstr "Lokaal Hoesje" -#: ../../templates/show_get_albumart.inc.php:66 +#: ../../templates/show_get_albumart.inc.php:63 msgid "Get Art" msgstr "Haal Hoesje op" -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" -msgstr "Speellijst Actie" - -#: ../../templates/show_playlist_box.inc.php:34 -#, fuzzy -msgid "Edit Playlist" -msgstr "Bewerk Speellijst" - -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" -msgstr "Normalizeer Nummers" - -#: ../../templates/show_playlist_box.inc.php:36 -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 -#, fuzzy -msgid "Delete This Playlist" -msgstr "Verwijder deze Speellijst" - -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" -msgstr "Importeer vanuit Bestand" - -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" -msgstr "Maak Nieuwe Speellijst aan" - -#: ../../templates/show_playlist_box.inc.php:43 -#, fuzzy -msgid "Delete Empty Playlists" -msgstr "Verwijder Lege Speellijst" - -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" -msgstr "Meest Populaire Genres" - -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" msgstr "" -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" +#: ../../templates/show_edit_catalog.inc.php:22 +#, fuzzy +msgid "Settings for" +msgstr "Instelling voor catalogus in" + +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" +msgstr "Automatisch toegevoegde velden" + +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" +msgstr "album naam" + +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" +msgstr "artiest naam" + +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" +msgstr "id3 commentaar" + +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" +msgstr "nummer van liedje (voorafgaand met een 0)" + +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" +msgstr "naam liedje" + +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" +msgstr "jaar" + +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" +msgstr "anders" + +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "Catalogus Type" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "Bestandsnaam patroon" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "Directory Patroon" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "(niet beginnen of eindigen met een '/')" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "Sla Catalogus instellingen op" + +#: ../../templates/show_democratic_playlist.inc.php:38 +#, fuzzy +msgid "Playing from base Playlist" +msgstr "Speel van Basis Speellijst" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +#, fuzzy +msgid "Votes" +msgstr "Stemmen" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 +#, fuzzy +msgid "Edit Artist" +msgstr "Artiest" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +#, fuzzy +msgid "Edit Album" +msgstr "Bewerk Album" + +#: ../../templates/show_edit_album.inc.php:47 +#, fuzzy +msgid "Update Album" +msgstr "Werk Alle bij" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "Laatste tien gemarkeerde records" + +#: ../../templates/show_plugins.inc.php:46 +#, fuzzy +msgid "Deactivate" +msgstr "Deactiveer" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "Democratisch" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" msgstr "" #: ../../templates/show_play_selected.inc.php:28 @@ -1948,177 +2471,6 @@ msgstr "Verwijder Geselecteerd Nummers" msgid "Add to" msgstr "Voeg Toe" -#: ../../templates/show_edit_catalog.inc.php:22 -#, fuzzy -msgid "Settings for" -msgstr "Instelling voor catalogus in" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "Automatisch toegevoegde velden" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "album naam" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "artiest naam" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr "id3 commentaar" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "nummer van liedje (voorafgaand met een 0)" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "naam liedje" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "jaar" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "anders" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "Catalogus Type" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "Bestandsnaam patroon" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "Directory Patroon" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "(niet beginnen of eindigen met een '/')" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "Sla Catalogus instellingen op" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:56 -#, fuzzy -msgid "Repeat" -msgstr "Herhalen" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "Maak een nieuwe speellijst aan" - -#: ../../templates/show_add_playlist.inc.php:42 -#, fuzzy -msgid "Create" -msgstr "Creeer" - -#: ../../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/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "Catalogus Naam" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "Directory" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "Verplicht voor Remote Catalogus" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "Bestands Patroon" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "Maak Speellijsten van m3u bestanden" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -msgstr "Voeg Catalogus Toe" - -#: ../../templates/show_edit_user.inc.php:25 -msgid "Adding a New User" -msgstr "Nieuwe gebruiker toevoegen" - -#: ../../templates/show_edit_user.inc.php:29 -msgid "Editing existing User" -msgstr "Bewerk bestaande Gebruiker" - -#: ../../templates/show_edit_user.inc.php:80 -msgid "User Access Level" -msgstr "Gebruikers toegangs niveau" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "Voeg Gebruiker Toe" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "Bewerk Gebruiker" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "Dubbele Liedjes" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "Lengte" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "Grootte" - -#: ../../templates/show_list_duplicates.inc.php:75 -#, fuzzy -msgid "Disable Songs" -msgstr "Laat gedeactiveerde Liedjes Zien" - #: ../../templates/show_ip_history.inc.php:23 msgid "IP History" msgstr "IP Geschiedenis" @@ -2127,16 +2479,62 @@ msgstr "IP Geschiedenis" msgid "Show Unique" msgstr "Laat Unieke zien" -#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 msgid "Date" msgstr "Datum" -#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 #, fuzzy msgid "IP Address" msgstr "Eind IP Adres" +#: ../../templates/show_add_catalog.inc.php:27 +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/show_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "Catalogus Naam" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "Lokaal" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "Verplicht voor Remote Catalogus" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "Bestands Patroon" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "Maak Speellijsten van m3u bestanden" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "Voeg Catalogus Toe" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +#, fuzzy +msgid "Clear Playlist" +msgstr "Maak Speellijst Leeg" + #: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 msgid "Recommendations" msgstr "Aanbevelingen" @@ -2152,741 +2550,126 @@ msgstr "Album Aanbeveling" msgid "Recommended Songs" msgstr "Nummer Aanbeveling" -#: ../../templates/show_preference_admin.inc.php:22 -#, fuzzy -msgid "Preference Administration" -msgstr "Beheer Instellingen" +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" +msgstr "Importeer speellijst vanuit een bestand" -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" -msgstr "Niveau" +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" +msgstr "Speellijst Type" -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" -msgstr "Gast" +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" +msgstr "Importeer Speellijst" -#: ../../templates/show_edit_album.inc.php:23 -#, fuzzy -msgid "Edit Album" -msgstr "Bewerk Album" - -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -#, fuzzy -msgid "Update Album" -msgstr "Werk Alle bij" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" -msgstr "seconden geleden" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "minutes ago" -msgstr "minuten geleden" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "hours ago" -msgstr "uren geleden" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "days ago" -msgstr "dagen geleden" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" -msgstr "weken gelden" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" -msgstr "maanden geleden" - -#: ../../templates/show_recently_played.inc.php:23 -#, fuzzy -msgid "years ago" -msgstr "jaren geleden" - -#: ../../templates/show_recently_played.inc.php:26 -#, fuzzy -msgid "Recently Played" -msgstr "Minst Gespeeld" - -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" msgstr "" -#: ../../templates/show_edit_artist.inc.php:23 -#, fuzzy -msgid "Edit Artist" -msgstr "Artiest" +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" +msgstr "Favorieten" -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" +#: ../../templates/show_user_stats.inc.php:30 +#, fuzzy +msgid "Favorite Artists" +msgstr "Favorieten" + +#: ../../templates/show_user_stats.inc.php:43 +#, fuzzy +msgid "Favorite Albums" +msgstr "Favorieten" + +#: ../../templates/show_user_stats.inc.php:56 +#, fuzzy +msgid "Favorite Songs" +msgstr "Favorieten" + +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" +msgstr "Dubbele Liedjes" + +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" +msgstr "Lengte" + +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" +msgstr "Grootte" + +#: ../../templates/show_list_duplicates.inc.php:96 +#, fuzzy +msgid "Disable Songs" +msgstr "Laat gedeactiveerde Liedjes Zien" + +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" msgstr "" -#: ../../localplay.php:50 ../../localplay.php:58 -msgid "Song(s) Removed from Playlist" -msgstr "Liedje(s) Verwijderd van Speellijst " - -#: ../../localplay.php:77 -#, fuzzy -msgid "Localplay Init Failed" -msgstr "Lokale Afspeel Initialisatie Gefaalt" - -#: ../../browse.php:48 ../../albums.php:213 -msgid "Show Albums starting with" -msgstr "Albums beginnend met" - -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -msgid "Show Artists starting with" -msgstr "Artiesten beginnend met" - -#: ../../browse.php:124 -#, fuzzy -msgid "Show Titles Starting With" -msgstr "Titels beginnend met" - -#: ../../search.php:47 -msgid "Error: No Keyword Entered" -msgstr "Fout: Geen Zoekwoord opgegeven" - -#: ../../ampache/templates/sidebar.inc.php:38 -msgid "Lists" -msgstr "Lijsten" - -#: ../../ratings.php:33 -msgid "Rating Updated" -msgstr "Waardering Bijgewerkt" - -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" -msgstr "Uw Waardeering voor dit object is bijgewerkt" - -#: ../../login.php:80 -msgid "User Disabled please contact Admin" -msgstr "Gebruiker gedeactiveerd neem contact op met beheerder" - -#: ../../login.php:94 -msgid "Unable to create new account" -msgstr "Niet in staat op nieuw account aan te maken" - -#: ../../login.php:103 -msgid "No local account found" -msgstr "Geen lokaal account gevonden" - -#: ../../login.php:176 -msgid "Message of the Day" -msgstr "Bericht van de Dag" - -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" -msgstr "fout: Paswoorden zijn Niet Gelijk of Leeg" - -#: ../../preferences.php:61 -#, fuzzy -msgid "Password Updated" -msgstr "Paswoord bijgewerkt" - -#: ../../update.php:73 -#, fuzzy -msgid "Ampache Update" -msgstr "Ampache Bijwerken" - -#: ../../tv.php:62 -#, fuzzy -msgid "Playlist Cleared" -msgstr "Speellijst aangemaakt" - -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" -msgstr "Start met bijwerken vanuit Tags" - -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" -msgstr "Bijwerken vanuit Tags voltooid" - -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" -msgstr "Terug" - -#: ../../activate.php:43 -msgid "No user with this name registered" -msgstr "Geen Gebruiker met deze naam geregistreerd" - -#: ../../activate.php:47 -msgid "The validation key used isn't correct." -msgstr "De validatie key die u gebuikt is niet correct" - -#: ../../activate.php:52 -msgid "User activated" -msgstr "Gebruiker geactiveerd" - -#: ../../activate.php:52 -msgid "This User ID is activated and can be used" -msgstr "Dit Gebruikers Account is Geactiveerd en kan gebruikt worden" - -#: ../../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?" - -#: ../../playlist.php:57 -#, fuzzy -msgid "Confirm Action" -msgstr "Bevestig Actie" - -#: ../../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" - -#: ../../playlist.php:146 -#, fuzzy -msgid "has been updated and is now" -msgstr " is bijgewerkt" - -#: ../../playlist.php:166 -#, fuzzy -msgid "Playlist Imported" -msgstr "Speellijst bijgewerkt" - -#: ../../playlist.php:195 -#, fuzzy -msgid "Empty Playlists Deleted" -msgstr "Speellijst Verwijderd" - -#: ../../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" - -#: ../../albums.php:48 -msgid "Album Art Cleared" -msgstr "Album Hoes verwijderd" - -#: ../../albums.php:48 -#, fuzzy -msgid "Album Art information has been removed from the database" -msgstr "Album Hoes informatie is verwijderd uit de database" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "Album Art Not Located" -msgstr "Album Hoesje niet Gevonden" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -#, fuzzy -msgid "" -"Album Art could not be located at this time. This may be due to write access " -"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." - -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 -msgid "Album Art Inserted" -msgstr "Album Hoesje Toegevoegd" - -#: ../../register.php:81 -msgid "Error Captcha Required" -msgstr "Fout: Verificatie Verplicht" - -#: ../../register.php:88 -msgid "Error Captcha Failed" -msgstr "Fout: Verificatie Niet Goed" - -#: ../../register.php:95 -msgid "You must accept the user agreement" -msgstr "U moet de gebruikersovereenkomst accepteren" - -#: ../../register.php:100 -msgid "You did not enter a username" -msgstr "U heeft geen gebruikersnaam opgegeven" - -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" -msgstr "Vul uw voor- en achternaam in" - -#: ../../register.php:130 -msgid "You must enter a password" -msgstr "U moet een paswoord opgeven" - -#: ../../register.php:134 -msgid "Your passwords do not match" -msgstr "Uw opgegeven paswoorden komen niet overeen" - -#: ../../register.php:152 -msgid "Error: Insert Failed" -msgstr "Fout: Gebruiker kon niet worden aangemaakt" - -#: ../../register.php:169 -msgid "Registration Complete" -msgstr "Registratie Compleet" - -#: ../../bin/print_tags.php.inc:64 -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" +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" msgstr "" -#: ../../bin/print_tags.php.inc:70 -msgid "Filename:" -msgstr "Bestandsnaam" - -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "Fout: kan niet schrijven naar:" - -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "Fout: Upload Directory is niet binnen een catalogus" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "Bezig met Toevoegen" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "aan database" - -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "Verwijderd" - -#: ../../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 "" - -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "Doorgaan? (Y/N):" - -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "Fout: " - -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "" - -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "Album Hoes" - -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "Klik om venster te sluiten" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "Tijd van toevoegen" - -#: ../../templates/show_disabled_songs.inc:49 +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 #, fuzzy -msgid "Remove" -msgstr "Verwijder" +msgid "Statistics" +msgstr "Statistieken" -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "Vorige" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "Volgende" - -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "U Bent ingelogd als" - -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" msgstr "" -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "Naam Liedje" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "Waardering" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "Totaal" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr " Stap 2 - Creeer het ampache.cfg.php bestand" - -#: ../../templates/show_install_config.inc:55 -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:64 -msgid "Web Path" -msgstr "Web Directory" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "Gewenste Database Naam" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "MySQL Hostnaam" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "MySQl Gebruikersnaam" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "MySQL Paswoord" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "Schrijf Config" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "Ampache.cfg.php Bestaat" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "Ampache.cfg.php Geconfigureerd?" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "Check voor Config" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "Speel Album" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "Speel Willekeurig van Album" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "Reset Album Hoes" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "Zoek Album Hoes" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "Bezig met Bewerken" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "instellingen" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "Herlaad Instellingen" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" msgstr "" -#: ../../templates/show_preferences.inc:65 -msgid "Streaming" +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" msgstr "" -#: ../../templates/show_preferences.inc:68 +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" +msgstr "" + +#: ../../templates/show_clean_catalog.inc.php:23 #, fuzzy -msgid "Options" -msgstr "Acties" +msgid "Cleaning the" +msgstr "Bijwerken van" -#: ../../templates/show_preferences.inc:72 -#, fuzzy -msgid "Account" -msgstr "Maak Account aan" +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" +msgstr "Bezig met Controleren" -#: ../../templates/show_preferences.inc:76 -msgid "System" -msgstr "" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" +msgstr "Start Nieuwe Zoekopdracht voor liedje" -#: ../../templates/show_preferences.inc:79 -msgid "Modules" -msgstr "" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" +msgstr "catalogus" -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "Werk Instellingen bij" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "Speel Willekeurige Selectie" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "Item aantal" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "Van Genre" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "Standaard" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" -msgstr "Volledige Albums" - -#: ../../templates/show_random_play.inc:55 -msgid "Full Artist" -msgstr "Volledige Artiest" - -#: ../../templates/show_random_play.inc:61 -#, fuzzy -msgid "From catalog" -msgstr "Uit catalogus" - -#: ../../templates/show_random_play.inc:67 -msgid "Size Limit" -msgstr "Grootte Limiet" - -#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122 -msgid "Unlimited" -msgstr "Ongelimiteerd" - -#: ../../templates/show_install.inc:54 -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" - -#: ../../templates/show_install.inc:72 -msgid "MySQL Administrative Username" -msgstr "MySQl Administratieve Gebruikersnaam" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "MySQl Administratieve Paswoord" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "Maak Database Gebruiker aan voor nieuwe Database" - -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "Ampache Database Gebruikersnaam" - -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "Ampache Database Gebruikers Paswoord" - -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "Maak Database" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "Maak Toegang voor Host" - -#: ../../templates/show_add_access.inc:23 -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" - -#: ../../templates/show_add_access.inc:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "Start Ip Adres" - -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "Eind IP Adres" - -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 -#, fuzzy -msgid "Read" -msgstr "Lees" - -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "Lezen/Schrijven" - -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 -#, fuzzy -msgid "ACL Type" -msgstr "Toegangs Type" - -#: ../../templates/show_add_access.inc:67 -#, fuzzy -msgid "Stream Access" -msgstr "Stream Toegang" - -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "" - -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "Lokale Netwerk Defenitie" - -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "" - -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "XML-RPC Opties" - -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -msgid "Remote Key" -msgstr "Remote Sleutel" - -#: ../../templates/show_add_access.inc:87 -#, fuzzy -msgid "Create ACL" -msgstr "Maak Toegangs Entry aan" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "Host Toegang naar uw Catalogus" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "Voeg Entry Toe" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "Start Adres" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "Eind Adres" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "Sleutel" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "Verwijder" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "Volledige Naam" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "Laatst Gezien" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "Registratie Datum" - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "Activiteit" - -#: ../../templates/show_users.inc:61 -#, fuzzy -msgid "Last Ip" -msgstr "Laatste Ip Adres" - -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "Actief" - -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "Hoes" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "Album Naam" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "Album Jaar" - -#: ../../templates/show_artist.inc:38 -#, fuzzy -msgid "Tracks" -msgstr "Nummer" - -#: ../../templates/show_edit_access.inc:23 -#, fuzzy -msgid "Edit Access List" -msgstr "Bewerk Toegangs Lijst" - -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "" - -#: ../../templates/show_test.inc:35 +#: ../../templates/show_test.inc.php:33 msgid "" "You've reached this page because a configuration error has occured. Debug " "Information below" @@ -2894,23 +2677,23 @@ msgstr "" "U bent hier uitgekomen omdat er een configuratie fout is opgetreden." "Onderstaand de debug informatie." -#: ../../templates/show_test.inc:39 +#: ../../templates/show_test.inc.php:37 msgid "CHECK" msgstr "CONTROLEER" -#: ../../templates/show_test.inc:41 +#: ../../templates/show_test.inc.php:39 msgid "STATUS" msgstr "" -#: ../../templates/show_test.inc:43 +#: ../../templates/show_test.inc.php:41 msgid "DESCRIPTION" msgstr "OMSCHRIJVING" -#: ../../templates/show_test.inc:46 +#: ../../templates/show_test.inc.php:44 msgid "PHP Version" msgstr "PHP Versie" -#: ../../templates/show_test.inc:61 +#: ../../templates/show_test.inc.php:59 msgid "" "This tests to make sure that you are running a version of PHP that is known " "to work with Ampache." @@ -2918,11 +2701,11 @@ msgstr "" "Deze test zorg ervoor dat Ampache werkt met de huidige php versie waarmee u " "werkt" -#: ../../templates/show_test.inc:65 +#: ../../templates/show_test.inc.php:63 msgid "Mysql for PHP" msgstr "MySQL voor PHP" -#: ../../templates/show_test.inc:80 +#: ../../templates/show_test.inc.php:78 msgid "" "This test checks to see if you have the mysql extensions loaded for PHP. " "These are required for Ampache to work." @@ -2930,11 +2713,11 @@ msgstr "" "Deze test cheked of u de mysql extensies geladen heeft in PHP.Dit is een " "vereiste voor Ampache" -#: ../../templates/show_test.inc:84 +#: ../../templates/show_test.inc.php:82 msgid "PHP Session Support" msgstr "PHP Sessie Ondersteuning" -#: ../../templates/show_test.inc:99 +#: ../../templates/show_test.inc.php:97 msgid "" "This test checks to make sure that you have PHP session support enabled. " "Sessions are required for Ampache to work." @@ -2942,11 +2725,11 @@ msgstr "" "Dit is een test of PHP sessie support aanstaatDit is een vereiste voor " "Ampache" -#: ../../templates/show_test.inc:103 +#: ../../templates/show_test.inc.php:101 msgid "PHP ICONV Support" msgstr "PHP ICONV Ondersteuning" -#: ../../templates/show_test.inc:117 +#: ../../templates/show_test.inc.php:115 msgid "" "This test checks to make sure you have Iconv support installed. Iconv " "support is not required for Ampache, but it is highly recommended" @@ -2954,12 +2737,12 @@ msgstr "" "Deze test controleert of je Iconv hebt geinstaleerd. Iconvis niet vereist " "voor de werking van Ampache maar wordt wel aangeraden" -#: ../../templates/show_test.inc:121 +#: ../../templates/show_test.inc.php:119 #, fuzzy msgid "PHP PCRE Support" msgstr "PHP PCRE Ondersteuning" -#: ../../templates/show_test.inc:134 +#: ../../templates/show_test.inc.php:132 #, fuzzy msgid "" "This test makes sure you have PCRE support compiled into your version of " @@ -2968,12 +2751,12 @@ msgstr "" "Dit is een test of PCRE ondersteuning aanstaat in uw PHP versie. Dit is een " "vereiste voor Ampache" -#: ../../templates/show_test.inc:138 +#: ../../templates/show_test.inc.php:136 #, fuzzy msgid "PHP PutENV Support" msgstr "PHP PutENV Ondersteuning" -#: ../../templates/show_test.inc:151 +#: ../../templates/show_test.inc.php:149 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 " @@ -2983,7 +2766,7 @@ msgstr "" "limieten kunnen aanpassen. Dit is niet verplicht maar kan wel ten koste gaan " "van bepaalde onderdelen van Ampache" -#: ../../templates/show_test.inc:170 +#: ../../templates/show_test.inc.php:166 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" @@ -2993,149 +2776,916 @@ msgstr "" "op de goede locatie aanwezig of\n" "\t niet leesbaar door de webserver." -#: ../../templates/show_test.inc:193 +#: ../../templates/show_test.inc.php:189 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" +"variables and that we are able to completely 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_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "Ampache.cfg.php Actueel?" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "Ampache.cfg.php mist het volgende:" - -#: ../../templates/show_test.inc:240 +#: ../../templates/show_test.inc.php:193 msgid "DB Connection" msgstr "DB Connectie" -#: ../../templates/show_test.inc:256 +#: ../../templates/show_test.inc.php:209 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_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "Doorzoek Ampache" +#: ../../templates/show_index.inc.php:49 +msgid "Newest Albums" +msgstr "" -#: ../../templates/show_similar_artists.inc:23 +#: ../../templates/show_index.inc.php:54 +msgid "Newest Artists" +msgstr "" + +#: ../../templates/show_index.inc.php:59 +msgid "Newest Genres" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "Bezig met Bewerken" + +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "instellingen" + +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "Werk Instellingen bij" + +#: ../../templates/show_account.inc.php:40 #, fuzzy -msgid "Similar Artists" -msgstr "Gelijkwaardige Artiest" +msgid "New Password" +msgstr "Nieuwe Paswoord" -#: ../../templates/show_similar_artists.inc:25 -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_account.inc.php:53 +msgid "Clear Stats" +msgstr "Maak Stats Leeg" -#: ../../templates/show_similar_artists.inc:62 +#: ../../templates/show_account.inc.php:64 #, fuzzy -msgid "Back" -msgstr "Terug" +msgid "Update Account" +msgstr "Maak Account aan" -#: ../../templates/show_similar_artists.inc:73 +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "Vorige" + +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "Speel Willekeurig van Album" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "Reset Album Hoes" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "Zoek Album Hoes" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "Naam Speellijst" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "# Liedjes" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" +msgstr "Eigenaar" + +#: ../../activate.php:42 +msgid "No user with this name registered" +msgstr "Geen Gebruiker met deze naam geregistreerd" + +#: ../../activate.php:46 +msgid "The validation key used isn't correct." +msgstr "De validatie key die u gebuikt is niet correct" + +#: ../../activate.php:51 +msgid "User activated" +msgstr "Gebruiker geactiveerd" + +#: ../../activate.php:51 +msgid "This User ID is activated and can be used" +msgstr "Dit Gebruikers Account is Geactiveerd en kan gebruikt worden" + +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" +msgstr "" + +#: ../../democratic.php:80 #, fuzzy -msgid "Rename selected" -msgstr "Hernoem Geselecteerde" +msgid "Playlist Cleared" +msgstr "Speellijst aangemaakt" -#: ../../templates/show_similar_artists.inc:83 +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" +msgstr "" + +#: ../../lib/class/flag.class.php:280 #, fuzzy -msgid "Advanced Options" -msgstr "Geavanceerde Opties" +msgid "Approved" +msgstr "Verplaatst" -#: ../../templates/show_similar_artists.inc:144 +#: ../../lib/class/flag.class.php:281 #, fuzzy -msgid "Search Again" -msgstr "Doorzoek Opnieuw" +msgid "Pending" +msgstr "Bezig met Toevoegen" -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "Inloggen" +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" +msgstr "Opnieuw Taggen" -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "Onthoud mij" +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" +msgstr "bijgewerkt naar" -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "Registreer" +#: ../../lib/class/song.class.php:341 +msgid "Rate" +msgstr "" -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "Kern Woorden" +#: ../../lib/class/song.class.php:345 +msgid "Mode" +msgstr "Modus" -#: ../../templates/show_search.inc:73 -msgid "Played" +#: ../../lib/class/song.class.php:357 +msgid "Filesize" +msgstr "Bestands grootte" + +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" +msgstr "Beheer Gebruikers" + +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" +msgstr "" + +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" +msgstr "Speellijsten" + +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "Fout: Kan niet openen" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "Fout: Kan niet naar directory veranderen" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "Fout: Kan bestands grootte niet opvragen voor" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "is niet leesbaar voor Ampache" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "Start bouwen van Catalogus" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "Start Remote Synchronisatie" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "Speellijst toegevoegd van" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "Catalogus Klaar" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "Totale Tijd" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "Totaal Aantal Liedjes" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "Liedjes per Seconde" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "Geen Update Nodig" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "Bezig met bijwerken van Remote Catalogus" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "Bijwerken Catalogus Gereed" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "Kan XMLRPC library niet laden, check of XML-RPC aanstaat" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "Fout met connectie naar" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "Reden" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "Klaar met Bijwerken van Remote Catalogus(sen)" + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "Opschoning Catalogus Gereed" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "files verwijderd" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" + +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr " GEVONDEN" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "Bezig met zoeken naar nieuwe album hoes" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "Update Finished." +msgstr "Bijwerken Catalogus Gereed" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "Checked" +msgstr "Bezig met Controleren" + +#: ../../lib/class/catalog.class.php:1706 +#, fuzzy +msgid "songs updated." +msgstr "liedjes bijgewerkt." + +#: ../../lib/class/localplay.class.php:647 +msgid "Stopped" +msgstr "Gestopt" + +#: ../../lib/class/localplay.class.php:650 +#, fuzzy +msgid "Paused" msgstr "Gespeeld" -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" +#: ../../lib/class/album.class.php:217 +msgid "Disk" msgstr "" -#: ../../templates/show_search.inc:96 -#, fuzzy -msgid "One Star" -msgstr "Een Ster" +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "Activeer" -#: ../../templates/show_search.inc:97 -#, fuzzy -msgid "Two Stars" -msgstr "Twee Sterren" - -#: ../../templates/show_search.inc:98 -msgid "Three Stars" -msgstr "Drie Sterren" - -#: ../../templates/show_search.inc:99 -msgid "Four Stars" -msgstr "Vier Sterren" - -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "Vijf Sterren" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "Combinatie" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "EN" - -#: ../../templates/show_search.inc:112 -msgid "Method" -msgstr "Methode" - -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "Ongeveer" - -#: ../../templates/show_search.inc:116 -msgid "Exact" +#: ../../lib/preferences.php:272 +msgid "M3U" msgstr "" -#: ../../templates/show_search.inc:119 -msgid "Maximum Results" -msgstr "Maximum resultaten" +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "" -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "Herstel Formulier" +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "" -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" -msgstr "Sla Zoekopdracht op in Speellijst" +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "" -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "Opslaan" +#: ../../lib/preferences.php:276 +msgid "RAM" +msgstr "" + +#: ../../lib/preferences.php:277 +msgid "XSPF" +msgstr "" + +#: ../../lib/preferences.php:310 +#, fuzzy +msgid "Disabled" +msgstr "Deactiveer" + +#: ../../lib/preferences.php:332 +msgid "Send on Add" +msgstr "" + +#: ../../lib/preferences.php:333 +msgid "Send and Clear on Add" +msgstr "" + +#: ../../lib/preferences.php:334 +msgid "Clear on Send" +msgstr "" + +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 +msgid "Default" +msgstr "" + +#: ../../lib/preferences.php:343 +msgid "Always" +msgstr "" + +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" +msgstr "Niet Afspelen" + +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "Het is vrij slecht" + +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "Het is goed" + +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "Het is Vrij Goed" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "Ik ben er gek van" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "Het is te Gek" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "Niet te geloven" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "Amerikaans Engels" + +#: ../../lib/general.lib.php:496 +msgid "British English" +msgstr "Engels" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "Turks" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "Simpel Chinees" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "Aan" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "Uit" + +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "Fout Toegang Gewijgerd" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "Lokaal Afspelen" + +#: ../../lib/ui.lib.php:556 +#, fuzzy +msgid "Random Play" +msgstr "Willekeurig Aspelen" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +#, fuzzy +msgid "Admin-Catalog" +msgstr "Voeg Catalogus Toe" + +#: ../../lib/ui.lib.php:576 +#, fuzzy +msgid "Admin-User Management" +msgstr "Gebruikers Overeenkomst" + +#: ../../lib/ui.lib.php:580 +#, fuzzy +msgid "Admin-Mail Users" +msgstr "Mail Gebruikers" + +#: ../../lib/ui.lib.php:584 +#, fuzzy +msgid "Admin-Manage Access Lists" +msgstr "Toegangs Regels" + +#: ../../lib/ui.lib.php:588 +#, fuzzy +msgid "Admin-Site Preferences" +msgstr "Beheer Site Instellingen" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "Beheer Modules" + +#: ../../lib/ui.lib.php:596 +#, fuzzy +msgid "Browse Music" +msgstr "Bladeren" + +#: ../../albums.php:32 +msgid "Album Art Cleared" +msgstr "Album Hoes verwijderd" + +#: ../../albums.php:32 +#, fuzzy +msgid "Album Art information has been removed from the database" +msgstr "Album Hoes informatie is verwijderd uit de database" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "Album Art Not Located" +msgstr "Album Hoesje niet Gevonden" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +#, fuzzy +msgid "" +"Album Art could not be located at this time. This may be due to write access " +"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." + +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 +msgid "Album Art Inserted" +msgstr "Album Hoesje Toegevoegd" + +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" +msgstr "Start met bijwerken vanuit Tags" + +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" +msgstr "Bijwerken vanuit Tags voltooid" + +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" +msgstr "Terug" + +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" +msgstr "" + +#: ../../modules/horde/Browser.php:867 +msgid "file" +msgstr "bestand" + +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." +msgstr "Bestands uploads niet gesupport" + +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" +msgstr "Geen bestand geupload" + +#: ../../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" + +#: ../../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)" + +#: ../../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." + +#: ../../localplay.php:72 ../../localplay.php:80 +msgid "Song(s) Removed from Playlist" +msgstr "Liedje(s) Verwijderd van Speellijst " + +#: ../../playlist.php:57 +msgid "Playlist Created" +msgstr "Speellijst aangemaakt" + +#: ../../playlist.php:57 +msgid " has been created" +msgstr " is aangemaakt" + +#: ../../playlist.php:78 +msgid "Playlist Updated" +msgstr "Speellijst bijgewerkt" + +#: ../../playlist.php:79 +#, fuzzy +msgid "has been updated and is now" +msgstr " is bijgewerkt" + +#: ../../playlist.php:101 +#, fuzzy +msgid "Playlist Imported" +msgstr "Speellijst bijgewerkt" + +#: ../../playlist.php:130 +#, fuzzy +msgid "Empty Playlists Deleted" +msgstr "Speellijst Verwijderd" + +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "Gebruiker gedeactiveerd neem contact op met beheerder" + +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "Niet in staat op nieuw account aan te maken" + +#: ../../login.php:96 +msgid "No local account found" +msgstr "Geen lokaal account gevonden" + +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "Fout: Geen Zoekwoord opgegeven" + +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "Artiesten beginnend met" + +#: ../../bin/print_tags.inc:66 +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 "" + +#: ../../bin/print_tags.inc:72 +msgid "Filename:" +msgstr "Bestandsnaam" + +#~ msgid "album's with art" +#~ msgstr "album's met hoesje" + +#~ msgid "Album Art Already Found" +#~ msgstr "Album hoes reeds gevonden" + +#~ msgid "Error: Name Identical" +#~ msgstr "Fout: Identieke Naam" + +#~ msgid "Show Genres starting with" +#~ msgstr "Laat Genres zien beginnend met" + +#~ msgid "Global" +#~ msgstr "Globaal" + +#~ msgid "No songs in this playlist." +#~ msgstr "Geen liedjes in deze speellijst" + +#~ msgid "New Playlist" +#~ msgstr "Nieuwe Speellijst" + +#~ msgid "Show w/o art" +#~ msgstr "Zonder Hoes" + +#~ msgid "Show all" +#~ msgstr "Alles" + +#~ msgid "Add a new user" +#~ msgstr "Voeg gebruiker toe" + +#~ 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 " +#~ "opgegevenvoor de logfile" + +#~ msgid "The Catalog and all associated records has been deleted" +#~ msgstr "De Catalogus en alle verwante items verwijderd" + +#, fuzzy +#~ msgid "Catalog Created and Songs Indexed" +#~ msgstr "Catalogus Gereed an Liedjes Geindexeerd" + +#~ msgid "Do you really want to clear the statistics for this catalog?" +#~ msgstr "" +#~ "Weet je zeker dat je alle Statistieken van deze catalogus wilt " +#~ "verwijderen?" + +#, fuzzy +#~ msgid "Site" +#~ msgstr "Grootte" + +#, fuzzy +#~ msgid "Confirm Delete" +#~ msgstr "Bevestig verwijdering" + +#~ msgid "Do you really want to delete this Access Record?" +#~ msgstr "Weet je zeker dat je deze Toegangs Regel wilt verwijderen" + +#~ msgid "Entry Deleted" +#~ msgstr "Entry Verwijderd" + +#~ msgid "Entry Added" +#~ msgstr "Entry Toegevoegd" + +#, fuzzy +#~ msgid "Entry Updated" +#~ msgstr "Entry Toegevoegd" + +#, fuzzy +#~ msgid "Module Activated" +#~ msgstr "Module geactiveerd" + +#, fuzzy +#~ msgid "Are you sure you want to remove this module?" +#~ msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?" + +#, fuzzy +#~ msgid "Module Deactivated" +#~ msgstr "Module geactiveerd" + +#, fuzzy +#~ msgid "No Playlists Found" +#~ msgstr "Geen Speellijst Gevonden" + +#~ msgid "Controls" +#~ msgstr "Bedieningen" + +#~ msgid "Users" +#~ msgstr "Gebruikers" + +#~ msgid "Mail Users" +#~ msgstr "Mail Gebruikers" + +#, fuzzy +#~ msgid "Config" +#~ msgstr "Schrijf Config" + +#~ msgid "Access List" +#~ msgstr "Toegangs Lijst" + +#~ msgid "Democratic View" +#~ msgstr "Bekijk Democratisch" + +#~ msgid "Rename Artist" +#~ msgstr "Hernoem Artiest" + +#~ msgid "Results Per Page" +#~ msgstr "Resultaten Per Pagina" + +#, fuzzy +#~ msgid "Module Name" +#~ msgstr "Module Naam" + +#~ msgid "Admin Controls" +#~ msgstr "Beheer Bediening" + +#~ msgid "Newest Artist Additions" +#~ msgstr "Laatste Toegevoegde Artiesten" + +#~ msgid "Newest Album Additions" +#~ msgstr "Laatste Toegevoegde Albums" + +#~ msgid "Playlist Actions" +#~ msgstr "Speellijst Actie" + +#, fuzzy +#~ msgid "Edit Playlist" +#~ msgstr "Bewerk Speellijst" + +#~ msgid "Play This Playlist" +#~ msgstr "Speel deze Speellijst" + +#, fuzzy +#~ msgid "Delete This Playlist" +#~ msgstr "Verwijder deze Speellijst" + +#~ msgid "Import From File" +#~ msgstr "Importeer vanuit Bestand" + +#, fuzzy +#~ msgid "Delete Empty Playlists" +#~ msgstr "Verwijder Lege Speellijst" + +#, fuzzy +#~ msgid "Localplay Init Failed" +#~ msgstr "Lokale Afspeel Initialisatie Gefaalt" + +#~ msgid "Show Albums starting with" +#~ msgstr "Albums beginnend met" + +#, fuzzy +#~ msgid "Show Titles Starting With" +#~ msgstr "Titels beginnend met" + +#~ msgid "Lists" +#~ msgstr "Lijsten" + +#~ msgid "Error: Password Does Not Match or Empty" +#~ msgstr "fout: Paswoorden zijn Niet Gelijk of Leeg" + +#, fuzzy +#~ msgid "Password Updated" +#~ msgstr "Paswoord bijgewerkt" + +#~ msgid "Playlist Deleted" +#~ msgstr "Speellijst Verwijderd" + +#~ msgid "The Requested Playlist has been deleted" +#~ msgstr "De gevraagde Speellijst is verwijderd" + +#~ msgid "Are you sure you want to delete this playlist" +#~ msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?" + +#, fuzzy +#~ msgid "Confirm Action" +#~ msgstr "Bevestig Actie" + +#~ msgid "Remote Selected Tracks" +#~ msgstr "Remote Geslecteerde Nummers" + +#~ msgid "Error: Unable to write to" +#~ msgstr "Fout: kan niet schrijven naar:" + +#~ msgid "Error: Upload directory not inside a catalog" +#~ msgstr "Fout: Upload Directory is niet binnen een catalogus" + +#~ msgid "Adding" +#~ msgstr "Bezig met Toevoegen" + +#~ msgid "to database" +#~ msgstr "aan database" + +#~ msgid "Continue? (Y/N):" +#~ msgstr "Doorgaan? (Y/N):" + +#~ msgid "Error: " +#~ msgstr "Fout: " + +#~ msgid "You are currently logged in as" +#~ msgstr "U Bent ingelogd als" + +#~ msgid "Song title" +#~ msgstr "Naam Liedje" + +#~ msgid "Total" +#~ msgstr "Totaal" + +#~ msgid "Rebuild Preferences" +#~ msgstr "Herlaad Instellingen" + +#, fuzzy +#~ msgid "Options" +#~ msgstr "Acties" + +#~ 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 "XML-RPC Options" +#~ msgstr "XML-RPC Opties" + +#~ msgid "Host Access to Your Catalog" +#~ msgstr "Host Toegang naar uw Catalogus" + +#~ msgid "Revoke" +#~ msgstr "Verwijder" + +#~ msgid "Album Name" +#~ msgstr "Album Naam" + +#~ msgid "Album Year" +#~ msgstr "Album Jaar" + +#, fuzzy +#~ msgid "Tracks" +#~ msgstr "Nummer" + +#, fuzzy +#~ msgid "Edit Access List" +#~ msgstr "Bewerk Toegangs Lijst" + +#~ 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" + +#~ msgid "Ampache.cfg.php Up to Date?" +#~ msgstr "Ampache.cfg.php Actueel?" + +#~ msgid "Ampache.cfg.php is missing the following:" +#~ msgstr "Ampache.cfg.php mist het volgende:" + +#~ msgid "Reset Form" +#~ msgstr "Herstel Formulier" + +#~ msgid "Save Search As Track on" +#~ msgstr "Sla Zoekopdracht op in Speellijst" + +#~ msgid "Save" +#~ msgstr "Opslaan" #~ msgid "File Folder" #~ msgstr "Bestanden Folder" diff --git a/locale/ru_RU/LC_MESSAGES/messages.po b/locale/ru_RU/LC_MESSAGES/messages.po index 0072c464..bb9062c3 100644 --- a/locale/ru_RU/LC_MESSAGES/messages.po +++ b/locale/ru_RU/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ampache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-04 07:07+0300\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: 2007-02-05 21:58-0000\n" "Last-Translator: Alexey Illarionov \n" "Language-Team: British English \n" @@ -15,95 +15,65 @@ msgstr "" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -msgid "Catalog Updated" -msgstr "ëÁÔÁĚĎÇ ĎÂÎĎ×ĚĹÎ" +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "" -#: ../../admin/catalog.php:119 -msgid "Catalog Deleted" -msgstr "ëÁÔÁĚĎÇ ŐÄÁĚĹÎ" +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "" -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "ëÁÔÁĚĎÇ É ×ÓĹ Ó×ŃÚÁÎÎŮĹ Ó ÎÉÍ ÚÁĐÉÓÉ ŐÄÁĚĹÎŮ" +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "÷Ů ÄĎĚÖÎŮ ĐŇÉÎŃÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŘÓËĎĹ ÓĎÇĚÁŰĹÎÉĹ" -#: ../../admin/catalog.php:128 -msgid "Songs Removed" -msgstr "đĹÓÎÉ ŐÄÁĚĹÎŮ" +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "÷Ů ÎĹ ××ĹĚÉ ÉÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ" -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "đĹÓÎÉ ÎĹ ŐÄÁĚĹÎŮ" +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "đĎÖÁĚŐĘÓÔÁ, ××ĹÄÉÔĹ ×ÁŰĹ ĐĎĚÎĎĹ ÉÍŃ (éÍŃ ćÁÍÉĚÉŃ)" -#: ../../admin/catalog.php:134 -msgid "Disabled Songs Processed" -msgstr "ďÔËĚŔŢĹÎÎŮĹ ĐĹÓÎÉ ĎÂŇÁÂĎÔÁÎŮ" +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "÷Ů ÄĎĚÖÎŮ ××ĹÓÔÉ ĐÁŇĎĚŘ" -#: ../../admin/catalog.php:155 -msgid "Catalog Cleaned" -msgstr "ëÁÔÁĚĎÇ ĎŢÉÝĹÎ" +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "÷ÁŰ ĐÁŇĎĚŘ ÎĹ ÓĎ×ĐÁÄÁĹÔ" -#: ../../admin/catalog.php:198 -msgid "Catalog Created" -msgstr "ëÁÔÁĚĎÇ ÓĎÚÄÁÎ" +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "ďŰÉÂËÁ: đĎĚŘÚĎ×ÁÔĹĚŘ Ó ÔÁËÉÍ ÉÍĹÎĹÍ ŐÖĹ ÓŐÝĹÓÔ×ŐĹÔ" -#: ../../admin/catalog.php:199 -msgid "Catalog Created and Songs Indexed" -msgstr "ëÁÔÁĚĎÇ ÓĎÚÄÁÎ É ĐĹÓÎÉ ĐŇĎÉÎÄĹËÓÉŇĎ×ÁÎŮ" +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "ďŰÉÂËÁ: äĎÂÁ×ĚĹÎÉĹ ÚÁËĎÎŢÉĚĎÓŘ ÎĹŐÄÁŢĹĘ" -#: ../../admin/catalog.php:212 -msgid "Catalog statistics cleared" -msgstr "óÔÁÔÉÓÔÉËÁ ËÁÔÁĚĎÇÁ ŐÄÁĚĹÎÁ" +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "ňĹÇÉÓÔŇÁĂÉŃ ÚÁ×ĹŇŰĹÎÁ" -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "đŇĎÉÇŇŮ×ÁÎÉĹ ĎŢÉÝĹÎÎŮČ" +#: ../../update.php:51 +msgid "Ampache Update" +msgstr "ďÂÎĎ×ĚĹÎÉĹ Ampache" -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "÷ÓŃ ĐŇĎÉÇŇÁÎÎŮĹ ÔŇĹËÉ ŐÄÁĚĹÎŮ" +#: ../../play/index.php:72 +msgid "Session Expired: please log in again at" +msgstr "÷ŇĹÍŃ ÓĹÓÓÉÉ ÉÓŢĹŇĐÁÎĎ: ĐĎÖÁĚŐĘÓÔÁ, ÚÁĘÄÉÔĹ ĹÝĹ ŇÁÚ" -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ĎŢÉÓÔÉÔŘ ÓÔÁÔÉÓÔÉËŐ ÄĚŃ ÜÔĎÇĎ ËÁÔÁĚĎÇÁ?" +#: ../../ratings.php:32 +msgid "Rating Updated" +msgstr "ňĹĘÔÉÎÇ ĎÂÎĎ×ĚĹÎ" -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "óÔÁÔÉÓÔÉËÁ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" +msgstr "÷ÁŰ ŇĹĘÔÉÎÇ ÄĚŃ ÄÁÎÎĎÇĎ ĎÂßĹËÔÁ ĎÂÎĎ×ĚĹÎ" -#: ../../admin/catalog.php:241 -msgid "No Disabled songs found" -msgstr "ďÔËĚŔŢĹÎÎŮČ ĐĹÓĹÎ ÎĹ ÎÁĘÄĹÎĎ" - -#: ../../admin/catalog.php:249 -msgid "Delete Catalog" -msgstr "őÄÁĚÉÔŘ ËÁÔÁĚĎÇ" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ËÁÔÁĚĎÇ?" - -#: ../../admin/catalog.php:258 ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 -msgid "Starting Album Art Search" -msgstr "îÁŢÁÔ ĐĎÉÓË ÁĚŘÂĎÍÎŮČ ĎÂĚĎÖĹË" - -#: ../../admin/catalog.php:259 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 -msgid "Searched" -msgstr "đŇĎÓÍĎÔŇĹÎĎ" - -#: ../../admin/catalog.php:259 ../../lib/class/catalog.class.php:821 -#: ../../lib/class/catalog.class.php:848 ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -msgid "None" -msgstr "îĹÔ" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" -msgstr "đĎÉÓË ÁĚŘÂĎÍÎŮČ ĎÂĚĎÖĹË ÚÁ×ĹŇŰĹÎ" +#: ../../radio.php:50 +msgid "Radio Station Added" +msgstr "" #: ../../admin/flag.php:97 msgid "Song Updated" @@ -157,765 +127,3078 @@ msgstr " msgid "Flagged Records" msgstr "ďÔÍĹŢĹÎÎŮĹ ÚÁĐÉÓÉ" -#: ../../admin/access.php:42 -msgid "Confirm Delete" -msgstr "đĎÄÔ×ĹŇÄÉÔĹ ŐÄÁĚĹÎÉĹ" +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 +msgid "Catalog Updated" +msgstr "ëÁÔÁĚĎÇ ĎÂÎĎ×ĚĹÎ" -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" -msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ úÁĐÉÓŘ?" +#: ../../admin/catalog.php:106 +msgid "Catalog Deleted" +msgstr "ëÁÔÁĚĎÇ ŐÄÁĚĹÎ" -#: ../../admin/access.php:49 -msgid "Entry Deleted" -msgstr "úÁĐÉÓŘ ŐÄÁĚĹÎÁ" +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" +msgstr "" -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" -msgstr "úÁĐÉÓŘ ÓĐÉÓËÁ ÄĎÓÔŐĐÁ ÂŮĚÁ ŐÄÁĚĹÎÁ" +#: ../../admin/catalog.php:115 +msgid "Songs Removed" +msgstr "đĹÓÎÉ ŐÄÁĚĹÎŮ" -#: ../../admin/access.php:54 -msgid "Entry Added" -msgstr "úÁĐÉÓŘ ÄĎÂÁ×ĚĹÎÁ" +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" +msgstr "đĹÓÎÉ ÎĹ ŐÄÁĚĹÎŮ" -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" -msgstr "îĎ×ÁŃ ÚÁĐÉÓŘ ÓĐÉÓËÁ ÄĎÓÔŐĐÁ ÓĎÚÄÁÎÁ" +#: ../../admin/catalog.php:121 +msgid "Disabled Songs Processed" +msgstr "ďÔËĚŔŢĹÎÎŮĹ ĐĹÓÎÉ ĎÂŇÁÂĎÔÁÎŮ" -#: ../../admin/access.php:58 -msgid "Entry Updated" -msgstr "úÁĐÉÓŘ ĎÂÎĎ×ĚĹÎÁ" +#: ../../admin/catalog.php:141 +msgid "Catalog Cleaned" +msgstr "ëÁÔÁĚĎÇ ĎŢÉÝĹÎ" -#: ../../admin/access.php:58 -msgid "Access List Entry updated" -msgstr "úÁĐÉÓŘ ÓĐÉÓËÁ ÄĎÓÔŐĐÁ ĎÂÎĎ×ĚĹÎÁ" +#: ../../admin/catalog.php:191 +msgid "Catalog Created" +msgstr "ëÁÔÁĚĎÇ ÓĎÚÄÁÎ" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 -msgid "Site" -msgstr "óÁĘÔ" +#: ../../admin/catalog.php:208 +msgid "Catalog statistics cleared" +msgstr "óÔÁÔÉÓÔÉËÁ ËÁÔÁĚĎÇÁ ŐÄÁĚĹÎÁ" -#: ../../admin/users.php:65 ../../admin/users.php:112 +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "đŇĎÉÇŇŮ×ÁÎÉĹ ĎŢÉÝĹÎÎŮČ" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "÷ÓŃ ĐŇĎÉÇŇÁÎÎŮĹ ÔŇĹËÉ ŐÄÁĚĹÎŮ" + +#: ../../admin/catalog.php:233 +msgid "No Disabled songs found" +msgstr "ďÔËĚŔŢĹÎÎŮČ ĐĹÓĹÎ ÎĹ ÎÁĘÄĹÎĎ" + +#: ../../admin/catalog.php:242 +msgid "Delete Catalog" +msgstr "őÄÁĚÉÔŘ ËÁÔÁĚĎÇ" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ËÁÔÁĚĎÇ?" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "đĎÉÓË ÁĚŘÂĎÍÎŮČ ĎÂĚĎÖĹË ÚÁ×ĹŇŰĹÎ" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 msgid "Error Username Required" msgstr "ďŰÉÂËÁ: ÔŇĹÂŐĹÔÓŃ ÉÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ" -#: ../../admin/users.php:68 ../../admin/users.php:108 +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 msgid "Error Passwords don't match" msgstr "ďŰÉÂËÁ: đÁŇĎĚŘ ÎĹ ÓĎ×ĐÁÄÁĹÔ" -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" -msgstr "ďŰÉÂËÁ: đĎĚŘÚĎ×ÁÔĹĚŘ Ó ÔÁËÉÍ ÉÍĹÎĹÍ ŐÖĹ ÓŐÝĹÓÔ×ŐĹÔ" +#: ../../admin/users.php:79 +msgid "User Updated" +msgstr "" -#: ../../admin/users.php:142 -msgid "Deletion Request" -msgstr "úÁĐŇĎÓ ÎÁ ŐÄÁĚĹÎÉĹ" +#: ../../admin/users.php:79 +msgid "updated" +msgstr "" -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" -msgstr "÷Ů Ő×ĹŇĹÎŮ ŢÔĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ĐĎĚÎĎÓÔŘŔ" +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" +msgstr "çĎÓÔŘ" -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" -msgstr "îĹÔ" +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" +msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ" -#: ../../admin/users.php:150 -msgid "User Deleted" -msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ ŐÄÁĚĹÎ" +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "áÄÍÉÎËÁ" -#: ../../admin/users.php:153 -msgid "Delete Error" -msgstr "ďŰÉÂËÁ ŐÄÁĚĹÎÉŃ" +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" -#: ../../admin/users.php:153 -msgid "Unable to delete last Admin User" -msgstr "îĹĚŘÚŃ ŐÄÁĚÉÔŘ ĐĎÓĚĹÄÎĹÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ - ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ" +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" -#: ../../admin/mail.php:81 ../../lib/ui.lib.php:539 -msgid "No Catalogs Found!" -msgstr "ëÁÔÁĚĎÇĎ× ÎĹ ÎÁĘÄĹÎĎ" +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" -#: ../../admin/mail.php:82 ../../lib/ui.lib.php:540 -#: ../../templates/show_add_catalog.inc.php:28 -#: ../../templates/show_admin_tools.inc.php:75 -msgid "Add a Catalog" -msgstr "äĎÂÁ×ÉÔŘ ËÁÔÁĚĎÇ" - -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" -msgstr "óÔÁÔÉÓÔÉËÁ ËÁÔÁĚĎÇÁ" - -#: ../../admin/mail.php:120 ../../lib/ui.lib.php:578 -msgid "day" -msgstr "ÄĹÎŘ" - -#: ../../admin/mail.php:120 ../../lib/ui.lib.php:578 -msgid "days" -msgstr "ÄÎÉ" - -#: ../../admin/mail.php:122 ../../lib/ui.lib.php:580 -msgid "hour" -msgstr "ŢÁÓ" - -#: ../../admin/mail.php:122 ../../lib/ui.lib.php:580 -msgid "hours" -msgstr "ŢÁÓŮ" - -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" -msgstr "÷ÓĹÇĎ ĐĎĚŘÚĎ×ÁÔĹĚĹĘ" - -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" -msgstr "đĎÄËĚŔŢĹÎĎ ĐĎĚŘÚĎ×ÁÔĹĚĹĘ" - -#: ../../admin/mail.php:134 ../../lib/ui.lib.php:843 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "áĚŘÂĎÍŮ" - -#: ../../admin/mail.php:135 ../../lib/ui.lib.php:847 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -msgid "Artists" -msgstr "éÓĐĎĚÎÉÔĹĚÉ" - -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_genres.inc.php:37 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "đĹÓÎÉ" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "ňÁÚÍĹŇ ËÁÔÁĚĎÇÁ" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "÷ŇĹÍŃ ËÁÔÁĚĎÇÁ" - -#: ../../admin/mail.php:252 -msgid "E-mail Sent" -msgstr "ĺ-ÍÁĘĚ ĎÔĐŇÁ×ĚĹÎ" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." -msgstr "÷ÁŰĹ Ĺ-ÍÁĘĚ ÓĎĎÂÝĹÎÉĹ ŐÓĐĹŰÎĎ ĎÔĐŇÁ×ĚĹÎĎ" - -#: ../../admin/system.php:120 -msgid "Export Failed" -msgstr "üËÓĐĎŇÔ ÎĹ ŐÄÁĚÓŃ" - -#: ../../admin/modules.php:41 -msgid "Module Activated" -msgstr "íĎÄŐĚŘ ÁËÔÉ×ÉŇĎ×ÁÎ" - -#: ../../admin/modules.php:48 -msgid "Are you sure you want to remove this module?" -msgstr "÷Ů Ő×ĹŇĹÎŮ ŢÔĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ÍĎÄŐĚŘ?" - -#: ../../admin/modules.php:56 -msgid "Module Deactivated" -msgstr "íĎÄŐĚŘ ÄĹÁËÔÉ×ÉŇĎ×ÁÎ" - -#: ../../admin/modules.php:72 -msgid "Plugin Activated" -msgstr "đĚÁÇÉÎ ÁËÔÉ×ÉŇĎ×ÁÎ" - -#: ../../admin/modules.php:79 -msgid "Are you sure you want to remove this plugin?" -msgstr "÷Ů Ő×ĹŇĹÎŮ ŢÔĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ĐĚÁÇÉÎ?" - -#: ../../admin/modules.php:95 -msgid "Plugin Deactivated" -msgstr "đĚÁÇÉÎ ÄĹÁËÔÉ×ÉŇĎ×ÁÎ" - -#: ../../download/index.php:61 ../../play/index.php:64 -msgid "Session Expired: please log in again at" -msgstr "÷ŇĹÍŃ ÓĹÓÓÉÉ ÉÓŢĹŇĐÁÎĎ: ĐĎÖÁĚŐĘÓÔÁ, ÚÁĘÄÉÔĹ ĹÝĹ ŇÁÚ" - -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "đĎËÁÚÁÔŘ ÖÁÎŇŮ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó " - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "ňÁÚĚÉŢÎŮĹ" - -#: ../../lib/class/album.class.php:328 ../../lib/class/catalog.class.php:303 -#: ../../lib/class/catalog.class.php:621 -msgid "Error: Unable to open" -msgstr "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ" - -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" -msgstr "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ÉÚÍĹÎÉÔŘ ÄÉŇĹËÔĎŇÉŔ" - -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ĐĎĚŐŢÉÔŘ ŇÁÚÍĹŇ ĆÁĘĚÁ ÄĚŃ" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "ÎĹ ŢÉÔÁĹÍ ĐŇĎÇŇÁÍÍĎĘ ampache" - -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" -msgstr "ÁĚŘÂĎÍŮ Ó ĎÂĚĎÖËÁÍÉ" - -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "îÁŢÁÔĎ ĐĎÓÔŇĎĹÎÉĹ ËÁÔÁĚĎÇÁ" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "úÁĐŐÝĹÎĎ ŐÄÁĚĹÎÎĎĹ ĎÂÎĎ×ĚĹÎÉĹ" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "îÁĘÄĹÎĎ" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "äĎÂÁ×ĚĹÎ ĐĚĹĘĚÉÓÔ ÉÚ" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "ëÁÔÁĚĎÇ çĎÔĎ×" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "đĎĚÎĎĹ ×ŇĹÍŃ" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "÷ÓĹÇĎ ĐĹÓĹÎ" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "đĹÓĹÎ × ÓĹËŐÎÄŐ" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "ďÂÎĎ×ĚĹÎĎ" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "ďÂÎĎ×ĚĹÎÉĹ ÎĹ ÔŇĹÂŐĹÔÓŃ" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "îÁŢÁÔ ĐĎÉÓË ÎĎ×ŮČ ĐĹÓĹÎ ×" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "ËÁÔÁĚĎÇ" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "úÁĐŐÝĹÎĎ ŐÄÁĚĹÎÎĎĹ ĎÂÎĎ×ĚĹÎÉĹ" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "ďÂÎĎ×ĚĹÎÉĹ ËÁÔÁĚĎÇÁ ÚÁ×ĹŇŰĹÎĎ" - -#: ../../lib/class/catalog.class.php:1064 +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 msgid "Error" msgstr "ďŰÉÂËÁ" -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "îĹ×ĎÚÍĎÖÎĎ ÚÁÇŇŐÚÉÔŘ ÂÉÂĚÉĎÔĹËŐ XMLRPC, ŐÂĹÄÉÔĹÓŘ ŢÔĎ XML-RPC ×ËĚŔŢĹÎĎ" +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "ďŰÉÂËÁ ĐŇÉ ÓĎĹÄÉÎĹÎÉÉ Ó" +#: ../../admin/users.php:154 +msgid "User Deleted" +msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ ŐÄÁĚĹÎ" -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" -msgstr "ëĎÄ" +#: ../../admin/users.php:157 +msgid "Delete Error" +msgstr "ďŰÉÂËÁ ŐÄÁĚĹÎÉŃ" -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "đŇÉŢÉÎÁ" +#: ../../admin/users.php:157 +msgid "Unable to delete last Admin User" +msgstr "îĹĚŘÚŃ ŐÄÁĚÉÔŘ ĐĎÓĚĹÄÎĹÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ - ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ" -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "úÁËĎÎŢĹÎĎ ĎÂÎĎ×ĚĹÎÉĹ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×" +#: ../../admin/users.php:163 +msgid "Deletion Request" +msgstr "úÁĐŇĎÓ ÎÁ ŐÄÁĚĹÎÉĹ" -#: ../../lib/class/catalog.class.php:1158 +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" +msgstr "÷Ů Ő×ĹŇĹÎŮ ŢÔĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ĐĎĚÎĎÓÔŘŔ" + +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" +msgstr "" + +#: ../../admin/modules.php:54 ../../admin/modules.php:92 +msgid "Are you sure you want to remove this plugin?" +msgstr "÷Ů Ő×ĹŇĹÎŮ ŢÔĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ĐĚÁÇÉÎ?" + +#: ../../admin/modules.php:66 ../../admin/modules.php:111 +msgid "Plugin Deactivated" +msgstr "đĚÁÇÉÎ ÄĹÁËÔÉ×ÉŇĎ×ÁÎ" + +#: ../../admin/modules.php:85 +msgid "Plugin Activated" +msgstr "đĚÁÇÉÎ ÁËÔÉ×ÉŇĎ×ÁÎ" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "őÄÁĚĹÎ" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "úÁĐÉÓŘ ÓĐÉÓËÁ ÄĎÓÔŐĐÁ ÂŮĚÁ ŐÄÁĚĹÎÁ" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 msgid "Added" msgstr "äĎÂÁ×ĚĹÎĎ" -#: ../../lib/class/catalog.class.php:1240 -msgid "Cleaning the" -msgstr "ďŢÉÓÔËÁ" +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "îĎ×ÁŃ ÚÁĐÉÓŘ ÓĐÉÓËÁ ÄĎÓÔŐĐÁ ÓĎÚÄÁÎÁ" -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "ëÁÔÁĚĎÇ" +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "ďÂÎĎ×ĚĹÎĎ" -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "đŇĎ×ĹŇËÁ" +#: ../../admin/access.php:45 +msgid "Access List Entry updated" +msgstr "úÁĐÉÓŘ ÓĐÉÓËÁ ÄĎÓÔŐĐÁ ĎÂÎĎ×ĚĹÎÁ" -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "ďŢÉÓÔËÁ ËÁÔÁĚĎÇÁ ÚÁ×ĹŇŰĹÎÁ" +#: ../../admin/system.php:64 +msgid "Export Failed" +msgstr "üËÓĐĎŇÔ ÎĹ ŐÄÁĚÓŃ" -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "ĆÁĘĚŮ ŐÄÁĚĹÎŮ" +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" +msgstr "ëÁÔÁĚĎÇĎ× ÎĹ ÎÁĘÄĹÎĎ" -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "ďÂÎĎ×ĚĹÎÉĹ" +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "äĎÂÁ×ÉÔŘ ËÁÔÁĚĎÇ" -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "đĹÓÎÉ ÎÁĘÄĹÎŮ, ĐŇĎ×ĹŇËÁ ÉÎĆĎŇÍÁĂÉÉ ÉÚ ÔĹÇĎ×" +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "óÔÁÔÉÓÔÉËÁ ËÁÔÁĚĎÇÁ" -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "đŇĎ×ĹŇĹÎĎ" +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "ÄĹÎŘ" -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr " îáęäĺîď" +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "ÄÎÉ" -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "đĎÉÓË ÎĎ×ĎĘ ĎÂĚĎÖËÉ ÁĚŘÂĎÍÁ" +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "ŢÁÓ" -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ŐÖĹ ÎÁĘÄĹÎÁ" +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "ŢÁÓŮ" -#: ../../lib/class/catalog.class.php:1634 -msgid "Update Finished." -msgstr "ďÂÎĎ×ĚĹÎÉĹ ÚÁ×ĹŇŰĹÎĎ" +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "÷ÓĹÇĎ ĐĎĚŘÚĎ×ÁÔĹĚĹĘ" -#: ../../lib/class/catalog.class.php:1634 -msgid "Checked" -msgstr "ďÔÍĹŢĹÎ" +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "đĎÄËĚŔŢĹÎĎ ĐĎĚŘÚĎ×ÁÔĹĚĹĘ" -#: ../../lib/class/catalog.class.php:1634 -msgid "songs updated." -msgstr "ĐĹÓĹÎ ĎÂÎĎ×ĚĹÎĎ." +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "áĚŘÂĎÍŮ" -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "ďŰÉÂËÁ: éÍĹÎÁ ÉÄĹÎÔÉŢÎŮ" +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "éÓĐĎĚÎÉÔĹĚÉ" -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "îÁÚ×ÁÎÉĹ" +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "đĹÓÎÉ" -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "ĎÂÎĎ×ĚĹÎĎ ×" +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "ňÁÚÍĹŇ ËÁÔÁĚĎÇÁ" -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "âÉÔŇĹĘÄ" +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "÷ŇĹÍŃ ËÁÔÁĚĎÇÁ" -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "óËĎŇĎÓÔŘ" +#: ../../admin/mail.php:260 +msgid "E-mail Sent" +msgstr "ĺ-ÍÁĘĚ ĎÔĐŇÁ×ĚĹÎ" -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "ňĹÖÉÍ" +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "÷ÁŰĹ Ĺ-ÍÁĘĚ ÓĎĎÂÝĹÎÉĹ ŐÓĐĹŰÎĎ ĎÔĐŇÁ×ĚĹÎĎ" -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "÷ŇĹÍŃ" +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_edit_song.inc.php:61 ../../templates/show_songs.inc:45 -#: ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "ôŇĹË" +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "ňÁÚÍĹŇ ĆÁĘĚÁ" +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "éÓĐĎĚÎÉÔĹĚŘ" +#: ../../flag.php:45 +msgid "Item Flagged" +msgstr "đĎÚÉĂÉŃ ĎÔÍĹŢĹÎÁ" -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "áĚŘÂĎÍ" +#: ../../flag.php:45 +msgid "The specified item has been flagged" +msgstr "őËÁÚÁÎÎÁŃ ĐĎÚÉĂÉŃ ĎÔÍĹŢĹÎÁ" -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "çĎÄ" +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +msgid "Catalogs" +msgstr "ëÁÔÁĚĎÇÉ" -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "ëĎÍÍĹÎÔÁŇÉÉ" +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "éÍŃ" -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "äĹĘÓÔ×ÉĹ" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 #: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "óÔÉĚŘ" +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "äĎÂÁ×ÉÔŘ" -#: ../../lib/class/flag.class.php:264 -msgid "Approved" -msgstr "ďÄĎÂŇĹÎĎ" +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "đŇĎ×ĹŇÉÔŘ" -#: ../../lib/class/flag.class.php:265 -msgid "Pending" -msgstr "îÁ ŇÁÓÓÍĎÔŇĹÎÉÉ" +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +msgid "Clean" +msgstr "ďŢÉÓÔÉÔŘ" -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "őÄÁĚÉÔŘ" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "éÚÍĹÎÉÔŘ ÔĹÇ" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "đĹŇĹËĎÄÉŇĎ×ÁÔŘ" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -msgid "Other" -msgstr "äŇŐÇĎĹ" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:569 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/httpq.controller.php:350 -#: ../../modules/localplay/mpd.controller.php:354 -msgid "Unknown" -msgstr "îĹÉÚ×ĹÓÔÎĎ" - -#: ../../lib/class/localplay.class.php:560 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "óĹĘŢÁÓ ÓĚŐŰÁŔÔ" - -#: ../../lib/class/localplay.class.php:563 -msgid "Stopped" -msgstr "ďÓÔÁÎĎ×ĚĹÎĎ" - -#: ../../lib/class/localplay.class.php:566 -msgid "Paused" -msgstr "đÁŐÚÁ" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "îĹ ÉÇŇÁÔŘ" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "đĚĎČĎ" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "čĎŇĎŰĎ" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "ďŢĹÎŘ ČĎŇĎŰĎ" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "đŇĎÓÔĎ ÓŐĐĹŇ!" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -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" -msgstr "" -"÷Ů ×ŮÂŇÁĚÉ ĎĐĂÉŔ \"debug = on\", ÎĎ ÎĹ ĎĐŇĹÄĹĚÉĚÉ ĐŐÓÔŘ, ÇÄĹ ÓĎČŇÁÎŃÔŘ ĚĎÇ" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "÷ËĚŔŢĹÎĎ" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "÷ŮËĚŔŢĹÎĎ" - -#: ../../lib/preferences.php:271 -#: ../../templates/show_playtype_switch.inc.php:30 -#: ../../templates/show_tv_adminctl.inc.php:41 -msgid "Stream" -msgstr "đĎÔĎË" - -#: ../../lib/preferences.php:274 -#: ../../templates/show_playtype_switch.inc.php:34 -#: ../../templates/show_tv_adminctl.inc.php:42 -msgid "Downsample" -msgstr "ó ĐĎÎÉÖĹÎÉĹÍ ÂÉÔŇĹĘÄÁ" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "äĹÍĎËŇÁÔÉŢÎŮĘ" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -msgid "Localplay" -msgstr "ěĎËÁĚŘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "XSPF ĐŇĎÉÇŇŮ×ÁÔĹĚŘ" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "M3U" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "đŇĎÓÔĎĘ M3U" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "PLS" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "Asx" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "RAM" - -#: ../../lib/preferences.php:294 -msgid "XSPF" -msgstr "XSPF" - -#: ../../lib/preferences.php:326 -msgid "Disabled" -msgstr "ďÔËĚŔŢĹÎĎ" - -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "çĚĎÂÁĚŘÎŮĘ" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "ěĎËÁĚŘÎŮĘ" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "îĹÔ ĐĹÓĹÎ × ÜÔĎÍ ĐĚĹĘĚÉÓÔĹ." - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 msgid "All" msgstr "÷ÓĹ" -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "îĎ×ŮĘ ĐĚĹĘĚÉÓÔ" +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "őÄÁĚÉÔŘ" -#: ../../lib/general.lib.php:670 ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "îĹÄĎÓÔÁÔĎŢÎĎ ÄÁÎÎŮČ" +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "âŮÓÔŇĎ" -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "English" +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "÷ŮÂŇÁÔŘ ĎÂĚĎÖËŐ" -#: ../../lib/general.lib.php:881 -msgid "British English" +#: ../../templates/show_admin_tools.inc.php:68 +msgid "No Catalogs Found" +msgstr "ëÁÔÁĚĎÇĎ× ÎĹ ÎÁĘÄĹÎĎ" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +msgid "Clean All" +msgstr "ďŢÉÓÔÉÔŘ ×ÓĹ" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +msgid "Verify All" +msgstr "đŇĎ×ĹŇÉÔŘ ×ÓĹ" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +msgid "Add to All" +msgstr "äĎÂÁ×ÉÔŘ ×Ď ×ÓĹ" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +msgid "Update All" +msgstr "ďÂÎĎ×ÉÔŘ ×ÓĹ" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "óÔÁÔÉÓÔÉËÁ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "đĎÄĎÂŇÁÔŘ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "äŇŐÇÉĹ ÓŇĹÄÓÔ×Á" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "đĎËÁÚÁÔŘ ÄŐÂĚÉŇŐŔÝÉĹÓŃ ĐĹÓÎÉ" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" msgstr "" -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "Turkish" +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +msgid "Generate New Config" +msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ËĎÎĆÉÇ" -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" +#: ../../templates/show_admin_tools.inc.php:93 +msgid "Preferences Permissions" +msgstr "äĎÓÔŐĐ Ë ĐŇĹÄĐĎŢÔĹÎÉŃÍ" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "üËÓĐĎŇÔÉŇĎ×ÁÔŘ × Itunes âä" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" msgstr "" -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "÷ËĚ" +#: ../../templates/show_admin_tools.inc.php:96 +msgid "Check for New Version" +msgstr "đŇĎ×ĹŇÉÔŘ ÎĎ×ŐŔ ×ĹŇÓÉŔ" -#: ../../lib/general.lib.php:969 -msgid "Off" -msgstr "÷ŮËĚ" +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "÷ŮÂŇÁÔŘ" -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "ďŰÉÂËÁ: ÄĎÓÔŐĐ ÚÁĐŇĹÝĹÎ" +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +msgid "Object" +msgstr "" -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -msgid "Browse" -msgstr "đŇĎÓÍĎÔŇ" +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "ďÔÍĹŢĹÎÎŮĹ" -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "đĎËÁÚÁÔŘ ÂĹÚ ĎÂĚĎÖËÉ" +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "ëĎÍÍĹÎÔÁŇÉÉ" -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "đĎËÁÚÁÔŘ ×ÓŁ" +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "óÔÁÔŐÓ" -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -msgid "Home" -msgstr "çĚÁ×ÎÁŃ" +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +msgid "No Records Found" +msgstr "úÁĐÉÓĹĘ ÎĹ ÎÁĘÄĹÎĎ" -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "úÁËÁŢÁÔŘ" +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "ďÔËĚĎÎÉÔŘ" -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "ěĎËÁĚŘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ" +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "ďÄĎÂŇÉÔŘ" -#: ../../lib/ui.lib.php:799 -msgid "Random Play" -msgstr "óĚŐŢÁĘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ" +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +msgid "Update" +msgstr "ďÂÎĎ×ÉÔŘ" -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +msgid "Show All" +msgstr "đĎËÁÚÁÔŘ ×ÓĹ" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "őÓÔÁÎĎ×ËÁ Ampache" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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 "" +"äÁÎÎÁŃ ÓÔŇÁÎÉĂÁ ĐŇĹÄÎÁÚÎÁŢĹÎÁ ÄĚŃ ŐÓÔÁÎĎ×ËÉ ÂÁÚŮ ÄÁÎÎŮČ Ampache É " +"ÄĚŃÓĎÚÄÁÎÉŃ ĆÁĘĚÁ ampache.cfg.php. đĹŇĹÄ ÔĹÍ, ËÁË ĐŇĎÄĎĚÖÉÔŘ, ĐĎÖÁĚŐĘÓÔÁ, " +"ŐÂĹÄÉÔĹÓŘ ŢÔĎ Ő ×ÁÓ ×ŮĐĎĚÎĹÎŮ ÓĚĹÄŐŔÝÉĹ ŐÓĚĎ×ÉŃ:" + +#: ../../templates/show_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" +"óĹŇ×ĹŇ MySQL Ó ĚĎÇÉÎĎÍ É ĐÁŇĎĚĹÍ, ËĎÔĎŇĎÍŐ ÍĎÖÎĎ ÓĎÚÄÁ×ÁÔŘ/ÉÚÍĹÎŃÔŘ ÂÁÚŮ " +"ÄÁÎÎŮČ" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" +"÷ÁŰ ×ĹÂ-ÓĹŇ×ĹŇ ÉÍĹĹÔ ÄĎÓÔŐĐ ÎÁ ŢÔĹÎÉĹ Ë ĆÁĘĚÁÍ /sql/ampache.sql É /config/" +"ampache.cfg.dist.php" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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 "" +"ëÁË ÔĎĚŘËĎ ×Ů ŐÂĹÄÉÔĹÓŘ, ŢÔĎ Ő ×ÁÓ ×ŮĐĎĚÎĹÎŮ ×ÓĹ ŐÓĚĎ×ÉŃ, ××ĹÄÉÔĹÉÎĆĎŇÍÁĂÉŔ " +"ÎÉÖĹ. ő ×ÁÓ ÂŐÄĹÔ ÂŐÄŐÔ ÚÁĐŇĎŰĹÎŮ ÔĎĚŘËĎ ĎÂŃÚÁÔĹĚŘÎŮĹ ÚÎÁŢĹÎÉŃËĎÎĆÉÇÁ. ĺÓĚÉ " +"÷Ů ÚÁČĎÔÉÔĹ ×ÎĹÓÔÉ ÉÚÍĹÎĹÎÉŃ × ×ÁŰŐ ŐÓÔÁÎĎ×ËŐ Ampache,ĐŇĎÓÔĎ ĎÔŇĹÄÁËÔÉŇŐĘÔĹ /" +"config/ampache.cfg.php" + +#: ../../templates/show_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "űÁÇ 1 - óĎÚÄÁÎÉĹ É ÄĎÂÁ×ĚĹÎÉĹ ÂÁÚŮ ÄÁÎÎŮČ Ampache" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "űÁÇ 2 - óĎÚÄÁÎÉĹ ĆÁĘĚÁ ampache.cfg.php" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "űÁÇ 3 - îÁÓÔŇĎĘËÁ ĐĹŇ×ÉŢÎĎÇĎ ÁËËÁŐÎÔÁ" + +#: ../../templates/show_install_account.inc.php:52 +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 "" +"îÁ ÜÔĎÍ ŰÁÇĹ ÂŐÄĹÔ ÓĎÚÄÁÎ ÷ÁŰ ĐĹŇ×ÉŢÎŮĘ ÁËËÁŐÎÔ ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ.ëÁË ÔĎĚŘËĎ " +"ÁËËÁŐÎÔ ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ ÂŐÄĹÔ ÓĎÚÄÁÎ, ÷Ů ÂŐÄĹÔĹ ĐĹŇĹÎÁĐŇÁ×ĚĹÎŮîÁ ÓÔŇÁÎÉĂŐ " +"×ČĎÄÁ." + +#: ../../templates/show_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "óĎÚÄÁÎÉĹ ÁËËÁŐÎÔÁ ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ " + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "đÁŇĎĚŘ" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "óĎÚÄÁÔŘ ÁËËÁŐÎÔ" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "đŐÔŘ" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "äĹĘÓÔ×ÉŃ" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "XSPF ĐŇĎÉÇŇŮ×ÁÔĹĚŘ" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "îÁÚ×ÁÎÉĹ" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "éÓĐĎĚÎÉÔĹĚŘ" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "áĚŘÂĎÍ" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "óÔÉĚŘ" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "âÉÔŇĹĘÄ" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "ćÁĘĚ" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +msgid "Song Title" +msgstr "đĹÓÎŃ" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 msgid "Playlist" msgstr "đĚĹĘĚÉÓÔ" -#: ../../lib/ui.lib.php:805 ../../templates/sidebar.inc.php:116 -#: ../../templates/sidebar.inc.php:122 -#: ../../templates/show_duplicates.inc.php:51 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "îĹÉÚ×ĹÓÔÎĎ" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "đĎĚÎĎĹ ÉÍŃ" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "đĎÓĚĹÄÎĹĹ ĐĎŃ×ĚĹÎÉĹ" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "áËÔÉ×ÎĎÓÔŘ" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +msgid "Recently Played" +msgstr "îĹÄÁ×ÎĎ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÎŮĹ" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "ôŇĹË" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "÷ŇĹÍŃ" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "îĹÄĎÓÔÁÔĎŢÎĎ ÄÁÎÎŮČ" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "ýĹĚËÎÉÔĹ ÄĚŃ ÚÁËŇŮÔÉŃ ĎËÎÁ" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "óËÁŢÁÔŘ" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "éÚÍĹÎÉÔŘ" + +#: ../../templates/show_flag.inc.php:41 +msgid "Flag Song" +msgstr "ďÔÍĹÔÉÔŘ ĐĹÓÎŔ" + +#: ../../templates/show_flag.inc.php:45 +#: ../../templates/show_edit_song.inc.php:27 +msgid "File" +msgstr "ćÁĘĚ" + +#: ../../templates/show_flag.inc.php:49 +msgid "Item" +msgstr "đŐÎËÔ" + +#: ../../templates/show_flag.inc.php:53 +msgid "Reason to flag" +msgstr "đŇÉŢÉÎÁ ĎÔÍĹÔËÉ" + +#: ../../templates/show_flag.inc.php:57 +msgid "Incorrect Tags" +msgstr "îĹ×ĹŇÎŮĹ ÔĹÇÉ" + +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" +msgstr "đĹŇĹËĎÄÉŇĎ×ÁÔŘ" + +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +msgid "Other" +msgstr "äŇŐÇĎĹ" + +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" +msgstr "ÉÚ" + +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" +msgstr "îÁĘÄĹÎĎ" + +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" +msgstr "" + +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "ôŇĹÂĎ×ÁÎÉŃ" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.php.dist file" +msgstr "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.php.dist file" + +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" +msgstr "" + +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" +msgstr "áĚŘÂĎÍŮ ÍÇÎĎ×ĹÎÉŃ" + +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" +msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÁĚŘÂĎÍ" + +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" +msgstr "çŇĎÍËĎÓÔŘ" + +#: ../../templates/show_localplay_status.inc.php:55 +msgid "Repeat" +msgstr "đĎ×ÔĎŇŃÔŘ" + +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 +msgid "Random" +msgstr "óĚŐŢÁĘÎĎ" + +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" +msgstr "÷ŇĹÍŃ ÄĎÂÁ×ĚĹÎÉŃ" + +#: ../../templates/show_disabled_songs.inc.php:65 +msgid "Remove" +msgstr "őÄÁĚÉÔŘ" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" +msgstr "" + +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "äĎÂÁ×ÉÔŘ ÚÁĐÉÓŘ" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "îÁŢÁĚŘÎŮĘ ÁÄŇĹÓ" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "ëĎÎĹŢÎŮĘ ÁÄŇĹÓ" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "őŇĎ×ĹÎŘ" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "ëĚŔŢ" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "ôÉĐ" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "éÍŃ" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "äÁÔÁ ŇĹÇÉÓÔŇÁĂÉÉ" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +msgid "Last Ip" +msgstr "đĎÓĚĹÄÎÉĘ IP" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "On-line" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +msgid "Base Playlist" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ĐĚĹĘĚÉÓÔ" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "ňĹĘÔÉÎÇ" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "đĹÓÎŃ" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "űÁÇ 2 - óĎÚÄÁÎÉĹ ĆÁĘĚÁ Ampache.cfg.php" + +#: ../../templates/show_install_config.inc.php:51 +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 "" +"îÁ ÜÔÉČ ŰÁÇÁČ ÂŐÄŐÔ ÚÁĐŇĎŰĹÎŮ ĎÓÎĎ×ÎŮĹ ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĹ ÚÎÁŢĹÎÉŃ É ÂŐÄĹÔ " +"ĐŇĎÉÚ×ĹÄĹÎÁ ĐĎĐŮÔËÁ ÚÁĐÉÓÁÔŘ ÉČ ÎÁĐŇŃÍŐŔ ÎÁ ×Ĺ ÓĹŇ×ĹŇ. ĺÓĚÉ ÄĎÓÔŐĐ ÂŐÄĹÔ " +"ÚÁĐŇĹÝĹÎ, ÂŐÄĹÔ ÚÁĐŇĎÓ ÎÁ ÓËÁŢÉ×ÁÎÉĹ ËĎÎĆÉÇŐŇÁĂÉĎÎÎĎÇĎ ĆÁĘĚÁ. đĎÖÁĚŐĘÓÔÁ, " +"ĐĎĚĎÖÉÔĹ ÓËÁŢÁÎÎŮĘ ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĘ ĆÁĘĚ × /config" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "÷Ĺ ĐŐÔŘ" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "öĹĚÁĹÍĎĹ ÉÍŃ ÂÁÚŮ ÄÁÎÎŮČ" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "éÍŃ ČĎÓÔÁ MySQL" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "éÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ MySQL" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "đÁŇĎĚŘ MySQL" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "óĎČŇÁÎÉÔŘ ËĎÎĆÉÇŐŇÁĂÉŔ" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "Ampache.cfg.php ÓŐÝĹÓÔ×ŐĹÔ" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "Ampache.cfg.php ÎÁÓÔŇĎĹÎ?" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "đŇĎ×ĹŇÉÔŘ ËĎÎĆÉÇŐŇÁĂÉŔ" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ ÓŐÝĹÓÔ×ŐŔÝĹÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "ĺ-ÍÁĘĚ" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "đĎÄÔ×ĹŇÖÄĹÎÉĹ ĐÁŇĎĚŃ" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "őŇĎ×ĹÎŘ ÄĎÓÔŐĐÁ ĐĎĚŘÚĎ×ÁÔĹĚŃ" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "ďÂÎĎ×ÉÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "ňÁÚĚÉŢÎŮĹ" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 msgid "Search" msgstr "đĎÉÓË" -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +msgid "Create" +msgstr "óĎÚÄÁÔŘ" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "đŇĎÄĎĚÖÉÔŘ" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "ďÔÍĹÎÉÔŘ" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "çĚÁ×ÎÁŃ" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "đŇĎÓÍĎÔŇ" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +msgid "Localplay" +msgstr "ěĎËÁĚŘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 msgid "Preferences" msgstr "đŇĹÄĐĎŢÔĹÎÉŃ" -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -msgid "Admin-Catalog" -msgstr "áÄÍÉÎËÁ-ëÁÔÁĚĎÇ" +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "÷ŮĘÔÉ" -#: ../../lib/ui.lib.php:819 -msgid "Admin-User Management" -msgstr "áÄÍÉÎËÁ-őĐŇÁ×ĚĹÎÉĹ ĐĎĚŘÚĎ×ÁÔĹĚŃÍÉ" +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "ďÂÎĎ×ĚĹÎÉĹ" -#: ../../lib/ui.lib.php:823 -msgid "Admin-Mail Users" -msgstr "áÄÍÉÎËÁ-đĎŢÔĎ×ŮĹ ĐĎĚŘÚĎ×ÁÔĹĚÉ" +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "ëÁÔÁĚĎÇ" -#: ../../lib/ui.lib.php:827 -msgid "Admin-Manage Access Lists" -msgstr "áÄÍÉÎËÁ-ĐŇÁ×ÉÔŘ ÓĐÉÓËÉ ÄĎÓÔŐĐÁ" +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "đĹÓÎÉ ÎÁĘÄĹÎŮ, ĐŇĎ×ĹŇËÁ ÉÎĆĎŇÍÁĂÉÉ ÉÚ ÔĹÇĎ×" -#: ../../lib/ui.lib.php:831 -msgid "Admin-Site Preferences" -msgstr "áÄÍÉÎËÁ-ĐŇĹÄĐĎŢÔĹÎÉŃ ÓÁĘÔÁ" +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "đŇĎ×ĹŇĹÎĎ" -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "áÄÍÉÎËÁ-ĐŇÁ×ÉÔŘ ÍĎÄŐĚÉ" +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +msgid "Current Playlist" +msgstr "ôĹËŐÝÉĘ ĐĚĹĘĚÉÓÔ" -#: ../../lib/ui.lib.php:839 -msgid "Browse Music" -msgstr "óÍĎÔŇĹÔŘ ÍŐÚŮËŐ" +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "Stop" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "Pause" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "éÇŇÁÔŘ" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "äÁĚĹĹ" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +msgid "Description" +msgstr "ďĐÉÓÁÎÉĹ" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +msgid "Version" +msgstr "÷ĹŇÓÉŃ" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "÷ŮËĚŔŢĹÎĎ" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +msgid "Activate" +msgstr "áËÔÉ×ÉŇĎ×ÁÔŘ" + +#: ../../templates/show_install.inc.php:54 +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 "" +"îÁ ÄÁÎÎĎÍ ŰÁÇĹ ÂŐÄĹÔ ÓĎÚÄÁÎÁ É ÄĎÂÁ×ĚĹÎÁ ÂÁÚÁ ÄÁÎÎŮČ Ampache. đĎÖÁĚŐĘÓÔÁ, " +"ĐŇĹÄĎÓÔÁ×ŘÔĹ mysql ÁËËÁŐÎÔ Ó ĐŇÁ×ÁÍÉ ÓĎÚÄÁÎÉŃ ÂÁÚ ÄÁÎÎŮČ. äÁÎÎŮĘ ŰÁÇ ÍĎÖĹÔ " +"ÚÁÎŃÔŘ ÎĹËĎÔĎŇĎĹ ×ŇĹÍŃ × ÚÁ×ÉÓÉÍĎÓÔÉ ĎÔ ÓËĎŇĎÓÔÉ ÷ÁŰĹÇĎ ËĎÍĐŘŔÔĹŇÁ." + +#: ../../templates/show_install.inc.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "óĎÚÄÁÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ ÄĚŃ ÎĎ×ĎĘ ÂÁÚŮ ÄÁÎÎŮČ" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "éÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ Ampache" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "đÁŇĎĚŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ Ampache" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "äĎÂÁ×ÉÔŘ ÂÁÚŐ ÄÁÎÎŮČ" + +#: ../../templates/show_similar_artists.inc.php:23 +msgid "Similar Artists" +msgstr "đĎČĎÖÉĹ ÉÓĐĎĚÎÉÔĹĚÉ" + +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "" +"đĎÖÁĚŐĘÓÔÁ ×ŮÄĹĚÉÔĹ ÉÓĐĎĚÎÉÔĹĚĹĘ, ËĎÔĎŇŮČ ×Ů ČĎÔÉÔĹ ĎÂßĹÄÉÎÉÔŘ Ó ÔĹËŐÝÉÍ" + +#: ../../templates/show_similar_artists.inc.php:66 +msgid "Back" +msgstr "îÁÚÁÄ" + +#: ../../templates/show_similar_artists.inc.php:77 +msgid "Rename selected" +msgstr "đĹŇĹÉÍĹÎĎ×ÁÔŘ ×ŮÄĹĚĹÎÎŮĹ" + +#: ../../templates/show_similar_artists.inc.php:91 +msgid "Advanced Options" +msgstr "äĎĐĎĚÎÉÔĹĚŘÎŮĹ ÎÁÓÔŇĎĘËÉ" + +#: ../../templates/show_similar_artists.inc.php:152 +msgid "Search Again" +msgstr "éÓËÁÔŘ ĹÝĹ" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ĐĚĹĘĚÉÓÔ" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "đĹŇĹÉÍĹÎĎ×ÁÔŘ" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "éěé" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "äĎÂÁ×ÉÔŘ ÔĹËŐÝŐŔ" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "ďÂÎĎ×ÉÔŘ id3 ÔĹÇÉ" + +#: ../../templates/show_playlist.inc.php:30 +msgid "Normalize Tracks" +msgstr "îĎŇÍÁĚÉÚÉŇĎ×ÁÔŘ ÔŇĹËÉ" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +msgid "Play Random" +msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "ďŰÉÂËÁ: ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĘ ĆÁĘĚ ŐÓÔÁŇĹĚ" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "ďÂĚĎÖËÁ" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "çĎÄ" + +#: ../../templates/show_preference_admin.inc.php:22 +msgid "Preference Administration" +msgstr "őĐŇÁ×ĚĹÎÉĹ ĐŇĹÄĐĎŢÔĹÎÉŃÍÉ" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "đŇĹÄĐĎŢÔĹÎÉĹ" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "ÓĹËŐÎÄ ÎÁÚÁÄ" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "minutes ago" +msgstr "ÍÉÎŐÔ ÎÁÚÁÄ" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "hours ago" +msgstr "ŢÁÓĎ× ÎÁÚÁÄ" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "days ago" +msgstr "ÄÎĹĘ ÎÁÚÁÄ" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "ÎĹÄĹĚŘ ÎÁÚÁÄ" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "ÍĹÓŃĂĹ× ÎÁÚÁÄ" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "years ago" +msgstr "ĚĹÔ ÎÁÚÁÄ" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "đĎÓĚĹÄÎÉĘ ŇÁÚ" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "éÓËÁÔŘ" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "ëĚŔŢĹ×ŮĹ ÓĚĎ×Á" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "đŇĎÉÇŇÁÎÎÁŃ" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "äÁ" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "îĹÔ" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "íÉÎ ÂÉÔŇĹĘÄ" + +#: ../../templates/show_search.inc.php:95 +msgid "One Star" +msgstr "ďÄÎÁ Ú×ĹÚÄÁ" + +#: ../../templates/show_search.inc.php:96 +msgid "Two Stars" +msgstr "ä×Ĺ Ú×ĹÚÄŮ" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "ôŇÉ Ú×ĹÚÄŮ" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "ţĹÔŮŇĹ Ú×ĹÚÄŮ" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "đŃÔŘ Ú×ĹÚÄ" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "ďĐĹŇÁÔĎŇ" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "é" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "íĹÔĎÄ" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "îĹŢĹÔËÉĘ" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "ţĹÔËÉĘ" + +#: ../../templates/show_search.inc.php:118 +msgid "Maximum Results" +msgstr "íÁËÓÉÍŐÍ ŇĹÚŐĚŘÔÁÔĎ×" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "îĹ ĎÇŇÁÎÉŢĹÎĎ" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +msgid "ACL Type" +msgstr "ôÉĐ ACL" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +msgid "Stream Access" +msgstr "đĎÔĎËĎ×ŮĘ ÄĎÓÔŐĐ" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "÷Ĺ ÉÎÔĹŇĆĹĘÓ" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "ďĐŇĹÄĹĚĹÎÉĹ ĚĎËÁĚŘÎŮĘ ÓĹÔÉ" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "XML-RPC" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "îÁŢÁĚŘÎŮĘ IP ÁÄŇĹÓ" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "ëĎÎĹŢÎŮĘ IP ÁÄŇĹÓ" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +msgid "Remote Key" +msgstr "őÄÁĚĹÎÎŮĘ ËĚŔŢ" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "đŇĎÓÍĎÔŇ" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +msgid "Read" +msgstr "ţÔĹÎÉĹ" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "ţÔĹÎÉĹ/úÁĐÉÓŘ" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "ňĹÇÉÓÔŇÁĂÉŃ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ Ampache" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "đĎĚŘÚĎ×ÁÔĹĚŘÓËĎĹ ÓĎÇĚÁŰĹÎÉĹ" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "ń ĐŇÉÎÉÍÁŔ" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "éÎĆĎŇÍÁĂÉŃ Ď ĐĎĚŘÚĎ×ÁÔĹĚĹ" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "ďŢÉÓÔÉÔŘ ÉÎĆĎ" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "úÁŇĹÇÉÓÔŇÉŇĎ×ÁÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "ěĎÇÉÎ" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "úÁĐĎÍÎÉÔŘ ÍĹÎŃ" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "ňĹÇÉÓÔŇÁĂÉŃ" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "ćŇÁÚÁ ÄÎŃ" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÉÓĐĎĚÎÉÔĹĚÉ" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÁĚŘÂĎÍŮ" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÖÁÎŇŮ" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ĐĹÓÎÉ" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ĐĎÔĎËÉ" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÔĹÇÉ" + +#: ../../templates/show_edit_song.inc.php:23 +msgid "Edit Song" +msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ĐĹÓÎŔ" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "ďÔÍĹÔÉÔŘ ÄĚŃ ÉÚÍĹÎĹÎÉŃ ÔĹÇÁ" + +#: ../../templates/show_edit_song.inc.php:88 +msgid "Update Song" +msgstr "ďÂÎĎ×ÉÔŘ ĐĹÓÎŔ" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +msgid "Genres" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:24 +msgid "Send E-mail to Users" +msgstr "đĎÓĚÁÔŘ ĺ-ÍÁĘĚ ĐĎĚŘÚĎ×ÁÔĹĚŃÍ" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "îÁĐÉÓÁÔŘ ĐÉÓŘÍĎ" + +#: ../../templates/show_mail_users.inc.php:54 +msgid "Latest Artist Additions" +msgstr "đĎÓĚĹÄÎÉĹ ĐĎÓÔŐĐĚĹÎÉŃ ÉÓĐĎĚÎÉÔĹĚĹĘ" + +#: ../../templates/show_mail_users.inc.php:65 +msgid "Latest Album Additions" +msgstr "đĎÓĚĹÄÎÉĹ ĐĎÓÔŐĐĚĹÎÉŃ ÁĚŘÂĎÍĎ×" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "ďÔÍĹŢĹÎÎŮĹ ĐĹÓÎÉ" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +msgid "Disabled Songs" +msgstr "ďÔËĚŔŢĹÎÎŮĹ ĐĹÓÎÉ" + +#: ../../templates/show_mail_users.inc.php:87 +msgid "Most Popular Threshold in days" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "ôĹÍÁ" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "óĎĎÂÝĹÎÉĹ" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "đĎÓĚÁÔŘ ÓĎĎÂÝĹÎÉĹ" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "äĎÂÁ×ĚĹÎÉĹ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "äĎÂÁ×ÉÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "äĎÂÁ×ÉÔŘ ÄĎÓÔŐĐ ÄĚŃ ČĎÓÔÁ" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +msgid "Create ACL" +msgstr "óĎÚÄÁÔŘ ACL" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "úÎÁŢĹÎÉĹ" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "đŇÉÍĹÎÉÔŘ ËĎ ×ÓĹÍ" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "ĎĐÉÓÁÎÉĹ" + +#: ../../templates/show_playlist_edit.inc.php:26 +msgid "Editing Playlist" +msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ ĐĚĹĘĚÉÓÔÁ" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "ďÂÝĹĹ" + +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" +msgstr "ţÁÓÔÎĎĹ" + +#: ../../templates/show_duplicates.inc.php:25 +msgid "Find Duplicates" +msgstr "îÁĘÔÉ ÄŐÂĚÉËÁÔŮ" + +#: ../../templates/show_duplicates.inc.php:29 +msgid "Search Type" +msgstr "ôÉĐ ĐĎÉÓËÁ" + +#: ../../templates/show_duplicates.inc.php:36 +msgid "Artist and Title" +msgstr "éÓĐĎĚÎÉÔĹĚŘ É ÎÁÚ×ÁÎÉĹ" + +#: ../../templates/show_duplicates.inc.php:37 +msgid "Artist, Album and Title" +msgstr "éÓĐĎĚÎÉÔĹĚŘ, ÁĚŘÂĎÍ É ÎÁÚ×ÁÎÉĹ" + +#: ../../templates/show_duplicates.inc.php:44 +msgid "Select Best Guess" +msgstr "÷ŮÂŇÁÔŘ ÎÁÉÂĎĚĹĹ ĐĎÄČĎÄŃÝÉĘ" + +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" +msgstr "îÁŢÁÔ ĐĎÉÓË ÁĚŘÂĎÍÎŮČ ĎÂĚĎÖĹË" + +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" +msgstr "đŇĎÓÍĎÔŇĹÎĎ" + +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 +msgid "None" +msgstr "îĹÔ" + +#: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 +msgid "Albums by" +msgstr "áĚŘÂĎÍŮ" + +#: ../../templates/show_artist_box.inc.php:34 +msgid "Show All Songs By" +msgstr "đĎËÁÚÁÔŘ ×ÓĹ ĐĹÓÎÉ" + +#: ../../templates/show_artist_box.inc.php:35 +msgid "Play All Songs By" +msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ×ÓĹ ĐĹÓÎÉ" + +#: ../../templates/show_artist_box.inc.php:36 +msgid "Play Random Songs By" +msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ ĐĹÓÎÉ" + +#: ../../templates/show_artist_box.inc.php:38 +#: ../../templates/show_album.inc.php:52 +msgid "Update from tags" +msgstr "ďÂÎĎ×ÉÔŘ ÉÚ ÔĹÇĎ×" + +#: ../../templates/show_artist_box.inc.php:39 +msgid "Find duplicate artists" +msgstr "îÁĘÔÉ ÄŐÂĚÉŇŐŔÝÉČÓŃ ÉÓĐĎĚÎÉÔĹĚĹĘ" + +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" +msgstr "" + +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" +msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎŮĘ ÎÁÂĎŇ" + +#: ../../templates/show_random.inc.php:26 +msgid "Item count" +msgstr "ëĎĚÉŢĹÓÔ×Ď" + +#: ../../templates/show_random.inc.php:41 +msgid "From genre" +msgstr "öÁÎŇÁ" + +#: ../../templates/show_random.inc.php:50 +msgid "Standard" +msgstr "óÔÁÎÄÁŇÔÎŮĘ" + +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" +msgstr "ňĹÖĹ ĐŇĎÉÇŇŮ×ÁĹÍŮĹ" + +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" +msgstr "đĎĚÎĎÓÔŘŔ ÁĚŘÂĎÍŮ" + +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" +msgstr "đĎĚÎĎÓÔŘŔ ÉÓĐĎĚÎÉÔĹĚÉ" + +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" +msgstr "íÉÎŐÔ" + +#: ../../templates/show_random.inc.php:59 +msgid "From catalog" +msgstr "ëÁÔÁĚĎÇÁ" + +#: ../../templates/show_random.inc.php:65 +msgid "Size Limit" +msgstr "ěÉÍÉÔ ĐĎ ŇÁÚÍĹŇŐ" + +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" +msgstr "÷ ĎŢĹŇĹÄŘ" + +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" +msgstr "óĹĘŢÁÓ ÓĚŐŰÁŔÔ" + +#: ../../templates/show_genre.inc.php:29 +msgid "Viewing" +msgstr "đŇĎÓÍĎÔŇ" + +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" +msgstr "" + +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" +msgstr "áËËÁŐÎÔ" + +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" +msgstr "" + +#: ../../templates/sidebar_preferences.inc.php:32 +msgid "Modules" +msgstr "íĎÄŐĚÉ" + +#: ../../templates/sidebar_preferences.inc.php:34 +msgid "Localplay Modules" +msgstr "" + +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" +msgstr "äĎÓÔŐĐÎŮĹ ĐĚÁÇÉÎŮ" + +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" +msgstr "" + +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" +msgstr "" + +#: ../../templates/show_get_albumart.inc.php:23 +msgid "Customize Search" +msgstr "" + +#: ../../templates/show_get_albumart.inc.php:44 +msgid "Direct URL to Image" +msgstr "đŇŃÍĎĘ URL Ë ÉÚĎÂŇÁÖĹÎÉŔ" + +#: ../../templates/show_get_albumart.inc.php:52 +msgid "Local Image" +msgstr "ěĎËÁĚŘÎĎĹ ÉÚĎÂŇÁÖĹÎÉĹ" + +#: ../../templates/show_get_albumart.inc.php:63 +msgid "Get Art" +msgstr "đĎĚŐŢÉÔŘ ĎÂĚĎÖËŐ" + +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" +msgstr "ďÔĚÁÄËÁ Ampache" + +#: ../../templates/show_edit_catalog.inc.php:22 +msgid "Settings for" +msgstr "îÁÓÔŇĎĘËÉ ÄĚŃ" + +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" +msgstr "á×ÔĎÍÁÔÉŢĹÓËÉ ÄĎÂÁ×ĚĹÎÎŮĹ ĐĎĚŃ" + +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" +msgstr "ÎÁÚ×ÁÎÉĹ ÁĚŘÂĎÍÁ" + +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" +msgstr "ÉÍŃ ÉÓĐĎĚÎÉÔĹĚŃ" + +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" +msgstr "id3 ËĎÍÍĹÎÔÁŇÉÉ" + +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" +msgstr "ÖÁÎŇ" + +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" +msgstr "ÎĎÍĹŇ ÔŇĹËÁ (ÚÁĐĎĚÎĹÎÎŮĘ ÎÁŢÁĚŘÎŮÍ 0)" + +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" +msgstr "ÎÁÚ×ÁÎÉĹ ĐĹÓÎÉ" + +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" +msgstr "ÇĎÄ" + +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" +msgstr "ÄŇŐÇĎĹ" + +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "ôÉĐ ËÁÔÁĚĎÇÁ" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "XML-RPC ËĚŔŢ" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "űÁÂĚĎÎ ÉÍĹÎÉ ĆÁĘĚÁ" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "űÁÂĚĎÎ ĐÁĐËÉ" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "(ÂĹÚ ÎÁŢÁĚŘÎĎÇĎ ÉĚÉ ÚÁ×ĹŇŰÁŔÝĹÇĎ '/')" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "óĎČŇÁÎÉÔŘ ÎÁÓÔŇĎĘËÉ ËÁÔÁĚĎÇÁ" + +#: ../../templates/show_democratic_playlist.inc.php:38 +msgid "Playing from base Playlist" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +msgid "Votes" +msgstr "çĎĚĎÓĎ×" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 +msgid "Edit Artist" +msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÉÓĐĎĚÎÉÔĹĚŃ" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +msgid "Edit Album" +msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÁĚŘÂĎÍ" + +#: ../../templates/show_edit_album.inc.php:47 +msgid "Update Album" +msgstr "ďÂÎĎ×ÉÔŘ ÁĚŘÂĎÍ" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "đĎÓĚĹÄÎÉĹ ÄĹÓŃÔŘ ĎÔÍĹŢĹÎÎŮČ ÚÁĐÉÓĹĘ" + +#: ../../templates/show_plugins.inc.php:46 +msgid "Deactivate" +msgstr "äĹÁËÔÉ×ÉŇĎ×ÁÔŘ" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "đĎÔĎË" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "äĹÍĎËŇÁÔÉŢÎŮĘ" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" +msgstr "" + +#: ../../templates/show_play_selected.inc.php:28 +msgid "Play Selected" +msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ×ŮÂŇÁÎÎŮĹ" + +#: ../../templates/show_play_selected.inc.php:31 +msgid "Download Selected" +msgstr "óËÁŢÁÔŘ ×ŮÂŇÁÎÎŮĹ" + +#: ../../templates/show_play_selected.inc.php:40 +msgid "Set Track Numbers" +msgstr "đŇĎÓÔÁ×ÉÔŘ ÎĎÍĹŇÁ ÔŇĹËĎ×" + +#: ../../templates/show_play_selected.inc.php:41 +msgid "Remove Selected Tracks" +msgstr "őÄÁĚÉÔŘ ×ŮÂŇÁÎÎŮĹ ÔŇĹËÉ" + +#: ../../templates/show_play_selected.inc.php:47 +msgid "Add to" +msgstr "äĎÂÁ×ÉÔŘ ×" + +#: ../../templates/show_ip_history.inc.php:23 +msgid "IP History" +msgstr "éÓÔĎŇÉŃ IP" + +#: ../../templates/show_ip_history.inc.php:26 +msgid "Show Unique" +msgstr "đĎËÁÚÁÔŘ ŐÎÉËÁĚŘÎŮĹ" + +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 +msgid "Date" +msgstr "äÁÔÁ" + +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 +msgid "IP Address" +msgstr "IP ÁÄŇĹÓ" + +#: ../../templates/show_add_catalog.inc.php:27 +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 "" +"÷×ĹÄÉÔĹ × ÓĚĹÄŐŔÝŐŔ ĆĎŇÍŐ ĚĎËÁĚŘÎŮĘ ĐŐÔŘ (ÎÁĐŇ. /data/music), ÉĚÉ URL " +"ËŐÄÁĚĹÎÎĎĘ ÉÎÓÔÁĚŃĂÉÉ Apache (ÎÁĐŇ.http://theotherampache.com)" + +#: ../../templates/show_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "ëÁÔÁĚĎÇ" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "ěĎËÁĚŘÎŮĘ" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "őÄÁĚĹÎÎŮĘ" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "ôŇĹÂŐĹÔÓŃ ÄĚŃ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "űÁÂĚĎÎ ÉÍĹÎÉ ĆÁĘĚÁ" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "óĎÚÄÁ×ÁÔŘ ĐĚĹĘĚÉÓÔŮ ÉÚ m3u ĆÁĘĚĎ×" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "äĎÂÁ×ÉÔŘ ËÁÔÁĚĎÇ" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +msgid "Clear Playlist" +msgstr "ďŢÉÓÔÉÔŘ ĐĚĹĘĚÉÓÔ" + +#: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 +msgid "Recommendations" +msgstr "ňĹËĎÍĹÎÄÁĂÉÉ" + +#: ../../templates/show_user_recommendations.inc.php:29 +msgid "Recommended Artists" +msgstr "ňĹËĎÍĹÎÄŐĹÍŮĹ ÉÓĐĎĚÎÉÔĹĚÉ" + +#: ../../templates/show_user_recommendations.inc.php:40 +msgid "Recommended Albums" +msgstr "ňĹËĎÍĹÎÄŐĹÍŮĹ ÁĚŘÂĎÍŮ" + +#: ../../templates/show_user_recommendations.inc.php:51 +msgid "Recommended Songs" +msgstr "ňĹËĎÍĹÎÄŐĹÍŮĹ ĐĹÓÎÉ" + +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" +msgstr "éÍĐĎŇÔÉŇĎ×ÁÔŘ ĐĚĹĘĚÉÓÔ ÉÚ ĆÁĘĚÁ" + +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" +msgstr "ôÉĐ ĐĚĹĘĚÉÓÔÁ" + +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" +msgstr "éÍĐĎŇÔÉŇĎ×ÁÔŘ ĐĚĹĘĚÉÓÔ" + +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" +msgstr "" + +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" +msgstr "ěŔÂÉÍŮĹ" + +#: ../../templates/show_user_stats.inc.php:30 +msgid "Favorite Artists" +msgstr "ěŔÂÉÍŮĹ ÉÓĐĎĚÎÉÔĹĚÉ" + +#: ../../templates/show_user_stats.inc.php:43 +msgid "Favorite Albums" +msgstr "ěŔÂÉÍŮĹ ÁĚŘÂĎÍŮ" + +#: ../../templates/show_user_stats.inc.php:56 +msgid "Favorite Songs" +msgstr "ěŔÂÉÍŮĹ ĐĹÓÎÉ" + +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" +msgstr "äŐÂĚÉŇŐŔÝÉĹÓŃ ĐĹÓÎÉ" + +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" +msgstr "đŇĎÄĎĚÖÉÔĹĚŘÎĎÓÔŘ" + +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" +msgstr "ňÁÚÍĹŇ" + +#: ../../templates/show_list_duplicates.inc.php:96 +msgid "Disable Songs" +msgstr "ďÔËĚŔŢÉÔŘ ĐĹÓÎÉ" + +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 msgid "Statistics" msgstr "óÔÁÔÉÓÔÉËÁ" -#: ../../lib/ui.lib.php:1429 +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" +msgstr "" + +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" +msgstr "" + +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" +msgstr "" + +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Cleaning the" +msgstr "ďŢÉÓÔËÁ" + +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" +msgstr "đŇĎ×ĹŇËÁ" + +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" +msgstr "îÁŢÁÔ ĐĎÉÓË ÎĎ×ŮČ ĐĹÓĹÎ ×" + +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" +msgstr "ËÁÔÁĚĎÇ" + +#: ../../templates/show_test.inc.php:33 +msgid "" +"You've reached this page because a configuration error has occured. Debug " +"Information below" +msgstr "" +"÷Ů ×ŮŰĚÉ ÎÁ ÜÔŐ ÓÔŇÁÎÉĂŐ, ÔÁË ËÁË ×ĎÚÎÉËĚÁ ĎŰÉÂËÁ ËĎÎĆÉÇŐŇÁĂÉÉ. ďÔĚÁÄĎŢÎÁŃ " +"ÉÎĆĎŇÍÁĂÉŃ ĐŇĹÄÓÔÁ×ĚĹÎÁ ÎÉÖĹ." + +#: ../../templates/show_test.inc.php:37 +msgid "CHECK" +msgstr "đňď÷ĺňëá" + +#: ../../templates/show_test.inc.php:39 +msgid "STATUS" +msgstr "óôáôőó" + +#: ../../templates/show_test.inc.php:41 +msgid "DESCRIPTION" +msgstr "ďđéóáîéĺ" + +#: ../../templates/show_test.inc.php:44 +msgid "PHP Version" +msgstr "÷ĹŇÓÉŃ PHP" + +#: ../../templates/show_test.inc.php:59 +msgid "" +"This tests to make sure that you are running a version of PHP that is known " +"to work with Ampache." +msgstr "üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ, ŢÔĎ Ampache ŇÁÂĎÔÁĹÔ Ó ÷ÁŰĹĘ ×ĹŇÓÉĹĘ PHP." + +#: ../../templates/show_test.inc.php:63 +msgid "Mysql for PHP" +msgstr "Mysql ÄĚŃ PHP" + +#: ../../templates/show_test.inc.php:78 +msgid "" +"This test checks to see if you have the mysql extensions loaded for PHP. " +"These are required for Ampache to work." +msgstr "" +"üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ ÚÁÇŇŐÚËŐ ŇÁÓŰÉŇĹÎÉŃ mysql ÄĚŃ PHPďÎĎ ÔŇĹÂŐĹÔÓŃ ÄĚŃ " +"ŇÁÂĎÔŮ Ampache" + +#: ../../templates/show_test.inc.php:82 +msgid "PHP Session Support" +msgstr "đĎÄÄĹŇÖËÁ PHP Session" + +#: ../../templates/show_test.inc.php:97 +msgid "" +"This test checks to make sure that you have PHP session support enabled. " +"Sessions are required for Ampache to work." +msgstr "" +"üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ ŐÓÔÁÎĎ×ËŐ ĐĎÄÄĹŇÖËÉ Php Sessions. đĎÄÄĹŇÖËÁ Sessions " +"ÔŇĹÂŐĹÔÓŃ ÄĚŃ ŇÁÂĎÔŮ Ampache" + +#: ../../templates/show_test.inc.php:101 +msgid "PHP ICONV Support" +msgstr "đĎÄÄĹŇÖËÁ PHP ICONV" + +#: ../../templates/show_test.inc.php:115 +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 "" +"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ ĐĎÄÄĹŇÖËÁ Iconv ŐÓÔÁÎĎ×ĚĹÎÁ." +"đĎÄÄĹŇÖËÁ Iconv ÎĹ ÔŇĹÂŐĹÔÓŃ ÄĚŃ Ampache, ÎĎ ĎÎÁ ÓÔŇĎÇĎ ŇĹËĎÍĹÎÄŐĹÔÓŃ." + +#: ../../templates/show_test.inc.php:119 +msgid "PHP PCRE Support" +msgstr "đĎÄÄĹŇÖËÁ PHP PCRE" + +#: ../../templates/show_test.inc.php:132 +msgid "" +"This test makes sure you have PCRE support compiled into your version of " +"PHP, this is required for Ampache." +msgstr "" +"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ PHP ÓĎÂŇÁÎ Ó ĐĎÄÄĹŇÖËĎĘ PCRE," +"ÎĹĎÂČĎÄÉÍĎĘ ÄĚŃ Ampache" + +#: ../../templates/show_test.inc.php:136 +msgid "PHP PutENV Support" +msgstr "đĎÄÄĹŇÖËÁ PHP PutENV" + +#: ../../templates/show_test.inc.php:149 +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 "" +"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ PHP ÚÁĐŐÝĹÎ ÎĹ × ÂĹÚĎĐÁÓÎĎÍ " +"ŇĹÖÉÍĹ(SafeMode), É ŢÔĎ ÉÍĹĹÔÓŃ ×ĎÚÍĎÖÎĎÓÔŘ ŇĹÄÁËÔÉŇĎ×ÁÎÉŃ ĚÉÍÉÔĎ×ĐÁÍŃÔÉ. " +"čĎÔŃ ÜÔĎ É ÎĹ ÔŇĹÂŐĹÔÓŃ, ÂĹÚ ÜÔÉČ ×ĎÚÍĎÖÎĎÓÔĹĘ ÎĹËĎÔĎŇŮĹ ĆŐÎËĂÉÉAmpache " +"ÍĎÇŐÔ ŇÁÂĎÔÁÔŘ ÎĹĐŇÁ×ÉĚŘÎĎ." + +#: ../../templates/show_test.inc.php:166 +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 "" +"âŐÄĹÔ ĐŇĎÉÚ×ĹÄĹÎÁ ĐĎĐŮÔËÁ ŢÔĹÎÉŃ /config/ampache.cfg.php ĺĹ ÎĹŐÄÁŢÁ ÂŐÄĹÔ " +"ĎÚÎÁŢÁÔŘ ŢÔĎ ĚÉÂĎ ampache.cfg.php ÉÍĹĹÔ ÎĹ×ĹŇÎĎĹ ÍĹÓÔĎĐĎĚĎÖĹÎÉĹ,\n" +"\tĚÉÂĎ ĎÎ ÎĹ ÍĎÖĹÔ ÂŮÔŘ ĐŇĎŢÉÔÁÎ ÷ÁŰÉÍ ×ĹÂ-ÓĹŇ×ĹŇĎÍ." + +#: ../../templates/show_test.inc.php:189 +msgid "" +"This test makes sure that you have set all of the required configuration " +"variables and that we are able to completely parse your config file" +msgstr "" + +#: ../../templates/show_test.inc.php:193 +msgid "DB Connection" +msgstr "DB Connection" + +#: ../../templates/show_test.inc.php:209 +msgid "" +"This attempts to connect to your database using the values from your ampache." +"cfg.php" +msgstr "" +"This attempts to connect to your database using the values from your ampache." +"cfg.php" + +#: ../../templates/show_index.inc.php:49 +msgid "Newest Albums" +msgstr "" + +#: ../../templates/show_index.inc.php:54 +msgid "Newest Artists" +msgstr "" + +#: ../../templates/show_index.inc.php:59 +msgid "Newest Genres" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ" + +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "ĐŇĹÄĐĎŢÔĹÎÉŃ" + +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "ďÂÎĎ×ÉÔŘ ĐŇĹÄĐĎŢÔĹÎÉŃ" + +#: ../../templates/show_account.inc.php:40 +msgid "New Password" +msgstr "îĎ×ŮĘ ĐÁŇĎĚŘ" + +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" +msgstr "ďŢÉÓÔÉÔŘ ÓÔÁÔÉÓÔÉËŐ" + +#: ../../templates/show_account.inc.php:64 +msgid "Update Account" +msgstr "ďÂÎĎ×ÉÔŘ ÁËËÁŐÎÔ" + +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "îÁÚÁÄ" + +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ ÉÚ ÁĚŘÂĎÍÁ" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "óÂŇĎÓÉÔŘ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "îÁĘÔÉ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "đĚĹĘĚÉÓÔ" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "No đĹÓÎÉ" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" +msgstr "÷ĚÁÄĹĚĹĂ" + +#: ../../activate.php:42 +msgid "No user with this name registered" +msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ Ó ÔÁËÉÍ ÉÍĹÎĹÍ ÎĹ ÚÁŇĹÇÉÓÔŇÉŇĎ×ÁÎ" + +#: ../../activate.php:46 +msgid "The validation key used isn't correct." +msgstr "éÓĐĎĚŘÚŐĹÍĎĘ ËĚŔŢ ×ÁĚÉÄÁĂÉÉ ÎĹ ×ĹŇĹÎ." + +#: ../../activate.php:51 +msgid "User activated" +msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ ÁËÔÉ×ÉŇĎ×ÁÎ" + +#: ../../activate.php:51 +msgid "This User ID is activated and can be used" +msgstr "üÔĎÔ ID ĐĎĚŘÚĎ×ÁÔĹĚŃ ÁËÔÉ×ÉŇĎ×ÁÎ É ÍĎÖĹÔ ÂŮÔŘ ÉÓĐĎĚŘÚĎ×ÁÎ" + +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" +msgstr "" + +#: ../../democratic.php:80 +msgid "Playlist Cleared" +msgstr "đĚĹĘĚÉÓÔ ĎŢÉÝĹÎ" + +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" +msgstr "" + +#: ../../lib/class/flag.class.php:280 +msgid "Approved" +msgstr "ďÄĎÂŇĹÎĎ" + +#: ../../lib/class/flag.class.php:281 +msgid "Pending" +msgstr "îÁ ŇÁÓÓÍĎÔŇĹÎÉÉ" + +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" +msgstr "éÚÍĹÎÉÔŘ ÔĹÇ" + +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" +msgstr "ĎÂÎĎ×ĚĹÎĎ ×" + +#: ../../lib/class/song.class.php:341 +msgid "Rate" +msgstr "óËĎŇĎÓÔŘ" + +#: ../../lib/class/song.class.php:345 +msgid "Mode" +msgstr "ňĹÖÉÍ" + +#: ../../lib/class/song.class.php:357 +msgid "Filesize" +msgstr "ňÁÚÍĹŇ ĆÁĘĚÁ" + +#: ../../lib/class/browse.class.php:542 msgid "Manage Users" msgstr "őĐŇÁ×ĚĹÎÉĹ ĐĎĚŘÚĎ×ÁÔĹĚŃÍÉ" -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "äĎÂÁ×ÉÔŘ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ" +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" +msgstr "" + +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" +msgstr "đĚĹĘĚÉÓÔŮ" + +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ÉÚÍĹÎÉÔŘ ÄÉŇĹËÔĎŇÉŔ" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ĐĎĚŐŢÉÔŘ ŇÁÚÍĹŇ ĆÁĘĚÁ ÄĚŃ" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "ÎĹ ŢÉÔÁĹÍ ĐŇĎÇŇÁÍÍĎĘ ampache" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "îÁŢÁÔĎ ĐĎÓÔŇĎĹÎÉĹ ËÁÔÁĚĎÇÁ" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "úÁĐŐÝĹÎĎ ŐÄÁĚĹÎÎĎĹ ĎÂÎĎ×ĚĹÎÉĹ" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "äĎÂÁ×ĚĹÎ ĐĚĹĘĚÉÓÔ ÉÚ" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "ëÁÔÁĚĎÇ çĎÔĎ×" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "đĎĚÎĎĹ ×ŇĹÍŃ" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "÷ÓĹÇĎ ĐĹÓĹÎ" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "đĹÓĹÎ × ÓĹËŐÎÄŐ" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "ďÂÎĎ×ĚĹÎÉĹ ÎĹ ÔŇĹÂŐĹÔÓŃ" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "úÁĐŐÝĹÎĎ ŐÄÁĚĹÎÎĎĹ ĎÂÎĎ×ĚĹÎÉĹ" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "ďÂÎĎ×ĚĹÎÉĹ ËÁÔÁĚĎÇÁ ÚÁ×ĹŇŰĹÎĎ" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "îĹ×ĎÚÍĎÖÎĎ ÚÁÇŇŐÚÉÔŘ ÂÉÂĚÉĎÔĹËŐ XMLRPC, ŐÂĹÄÉÔĹÓŘ ŢÔĎ XML-RPC ×ËĚŔŢĹÎĎ" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "ďŰÉÂËÁ ĐŇÉ ÓĎĹÄÉÎĹÎÉÉ Ó" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "ëĎÄ" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "đŇÉŢÉÎÁ" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "úÁËĎÎŢĹÎĎ ĎÂÎĎ×ĚĹÎÉĹ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×" + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "ďŢÉÓÔËÁ ËÁÔÁĚĎÇÁ ÚÁ×ĹŇŰĹÎÁ" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "ĆÁĘĚŮ ŐÄÁĚĹÎŮ" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" + +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr " îáęäĺîď" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "đĎÉÓË ÎĎ×ĎĘ ĎÂĚĎÖËÉ ÁĚŘÂĎÍÁ" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Update Finished." +msgstr "ďÂÎĎ×ĚĹÎÉĹ ÚÁ×ĹŇŰĹÎĎ" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Checked" +msgstr "ďÔÍĹŢĹÎ" + +#: ../../lib/class/catalog.class.php:1706 +msgid "songs updated." +msgstr "ĐĹÓĹÎ ĎÂÎĎ×ĚĹÎĎ." + +#: ../../lib/class/localplay.class.php:647 +msgid "Stopped" +msgstr "ďÓÔÁÎĎ×ĚĹÎĎ" + +#: ../../lib/class/localplay.class.php:650 +msgid "Paused" +msgstr "đÁŐÚÁ" + +#: ../../lib/class/album.class.php:217 +msgid "Disk" +msgstr "" + +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "÷ËĚŔŢĹÎĎ" + +#: ../../lib/preferences.php:272 +msgid "M3U" +msgstr "M3U" + +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "đŇĎÓÔĎĘ M3U" + +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "PLS" + +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "Asx" + +#: ../../lib/preferences.php:276 +msgid "RAM" +msgstr "RAM" + +#: ../../lib/preferences.php:277 +msgid "XSPF" +msgstr "XSPF" + +#: ../../lib/preferences.php:310 +msgid "Disabled" +msgstr "ďÔËĚŔŢĹÎĎ" + +#: ../../lib/preferences.php:332 +msgid "Send on Add" +msgstr "" + +#: ../../lib/preferences.php:333 +msgid "Send and Clear on Add" +msgstr "" + +#: ../../lib/preferences.php:334 +msgid "Clear on Send" +msgstr "" + +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 +msgid "Default" +msgstr "" + +#: ../../lib/preferences.php:343 +msgid "Always" +msgstr "" + +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" +msgstr "îĹ ÉÇŇÁÔŘ" + +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "đĚĎČĎ" + +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "čĎŇĎŰĎ" + +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "ďŢĹÎŘ ČĎŇĎŰĎ" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "đŇĎÓÔĎ ÓŐĐĹŇ!" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "English" + +#: ../../lib/general.lib.php:496 +msgid "British English" +msgstr "" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "Turkish" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "÷ËĚ" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "÷ŮËĚ" + +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "ďŰÉÂËÁ: ÄĎÓÔŐĐ ÚÁĐŇĹÝĹÎ" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "úÁËÁŢÁÔŘ" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "ěĎËÁĚŘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ" + +#: ../../lib/ui.lib.php:556 +msgid "Random Play" +msgstr "óĚŐŢÁĘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +msgid "Admin-Catalog" +msgstr "áÄÍÉÎËÁ-ëÁÔÁĚĎÇ" + +#: ../../lib/ui.lib.php:576 +msgid "Admin-User Management" +msgstr "áÄÍÉÎËÁ-őĐŇÁ×ĚĹÎÉĹ ĐĎĚŘÚĎ×ÁÔĹĚŃÍÉ" + +#: ../../lib/ui.lib.php:580 +msgid "Admin-Mail Users" +msgstr "áÄÍÉÎËÁ-đĎŢÔĎ×ŮĹ ĐĎĚŘÚĎ×ÁÔĹĚÉ" + +#: ../../lib/ui.lib.php:584 +msgid "Admin-Manage Access Lists" +msgstr "áÄÍÉÎËÁ-ĐŇÁ×ÉÔŘ ÓĐÉÓËÉ ÄĎÓÔŐĐÁ" + +#: ../../lib/ui.lib.php:588 +msgid "Admin-Site Preferences" +msgstr "áÄÍÉÎËÁ-ĐŇĹÄĐĎŢÔĹÎÉŃ ÓÁĘÔÁ" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "áÄÍÉÎËÁ-ĐŇÁ×ÉÔŘ ÍĎÄŐĚÉ" + +#: ../../lib/ui.lib.php:596 +msgid "Browse Music" +msgstr "óÍĎÔŇĹÔŘ ÍŐÚŮËŐ" + +#: ../../albums.php:32 +msgid "Album Art Cleared" +msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ĎŢÉÝĹÎÁ" + +#: ../../albums.php:32 +msgid "Album Art information has been removed from the database" +msgstr "éÎĆĎŇÍÁĂÉŃ Ď ĎÂĚĎÖËĹ ÁĚŘÂĎÍÁ ÂŮĚÁ ŐÄÁĚĹÎÁ ÉÚ ÂÁÚŮ ÄÁÎÎŮČ" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "Album Art Not Located" +msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÎĹ ÎÁĘÄĹÎÁ" + +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 +msgid "" +"Album Art could not be located at this time. This may be due to write access " +"error, or the file is not received corectly." +msgstr "" +"ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÎĹ ÍĎÖĹÔ ÂŮÔŘ ÎÁĘÄĹÎÁ. üÔĎ ÍĎÖĹÔ ÂŮÔŘ ×ŮÚ×ÁÎĎ ĎŰÉÂËĎĘ " +"ÄĎÓÔŐĐÁÎÁ ÚÁĐÉÓŘ, ÉĚÉ ÔĹÍ ŢÔĎ ĆÁĘĚ ÎĹ ÂŮĚ ĐĎĚŐŢĹÎ ËĎŇŇĹËÔÎĎ." + +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 +msgid "Album Art Inserted" +msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÄĎÂÁ×ĚĹÎÁ" + +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" +msgstr "îÁŢÁÔĎ ĎÂÎĎ×ĚĹÎÉĹ ÉÚ ÔĹÇĎ×" + +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" +msgstr "úÁ×ĹŇŰĹÎĎ ĎÂÎĎ×ĚĹÎÉĹ ÉÚ ÔĹÇĎ×" + +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" +msgstr "÷ĎÚ×ŇÁÔ" + +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" +msgstr "" + +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" +msgstr "" #: ../../modules/horde/Browser.php:867 msgid "file" @@ -949,1346 +3232,55 @@ msgid "" "There was a problem with the file upload: The %s was only partially uploaded." msgstr "âŮĚÁ ĐŇĎÂĚĹÍÁ Ó ÚÁÇŇŐÚËĎĘ ĆÁĘĚÁ: ĆÁĘĚ ÂŮĚ ÚÁÇŇŐÖĹÎ ŢÁÓÔÉŢÎĎ." -#: ../../templates/show_flag.inc.php:41 -msgid "Flag Song" -msgstr "ďÔÍĹÔÉÔŘ ĐĹÓÎŔ" - -#: ../../templates/show_flag.inc.php:45 -#: ../../templates/show_edit_song.inc.php:27 -msgid "File" -msgstr "ćÁĘĚ" - -#: ../../templates/show_flag.inc.php:49 -msgid "Item" -msgstr "đŐÎËÔ" - -#: ../../templates/show_flag.inc.php:53 -msgid "Reason to flag" -msgstr "đŇÉŢÉÎÁ ĎÔÍĹÔËÉ" - -#: ../../templates/show_flag.inc.php:57 -msgid "Incorrect Tags" -msgstr "îĹ×ĹŇÎŮĹ ÔĹÇÉ" - -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" -msgstr "ďÔÍĹŢĹÎÎŮĹ" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "çŇĎÍËĎÓÔŘ" - -#: ../../templates/show_localplay_status.inc.php:56 -msgid "Repeat" -msgstr "đĎ×ÔĎŇŃÔŘ" - -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -msgid "Random" -msgstr "óĚŐŢÁĘÎĎ" - -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" -msgstr "őÓÔÁÎĎ×ËÁ Ampache" - -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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 "" -"äÁÎÎÁŃ ÓÔŇÁÎÉĂÁ ĐŇĹÄÎÁÚÎÁŢĹÎÁ ÄĚŃ ŐÓÔÁÎĎ×ËÉ ÂÁÚŮ ÄÁÎÎŮČ Ampache É ÄĚŃ" -"ÓĎÚÄÁÎÉŃ ĆÁĘĚÁ ampache.cfg.php. đĹŇĹÄ ÔĹÍ, ËÁË ĐŇĎÄĎĚÖÉÔŘ, ĐĎÖÁĚŐĘÓÔÁ, " -"ŐÂĹÄÉÔĹÓŘ ŢÔĎ Ő ×ÁÓ ×ŮĐĎĚÎĹÎŮ ÓĚĹÄŐŔÝÉĹ ŐÓĚĎ×ÉŃ:" - -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "" -"A MySQL Server with a username and password that can create/modify databases" -msgstr "" -"óĹŇ×ĹŇ MySQL Ó ĚĎÇÉÎĎÍ É ĐÁŇĎĚĹÍ, ËĎÔĎŇĎÍŐ ÍĎÖÎĎ ÓĎÚÄÁ×ÁÔŘ/ÉÚÍĹÎŃÔŘ ÂÁÚŮ ÄÁÎÎŮČ" - -#: ../../templates/show_install_account.inc.php:47 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" -msgstr "" -"÷ÁŰ ×ĹÂ-ÓĹŇ×ĹŇ ÉÍĹĹÔ ÄĎÓÔŐĐ ÎÁ ŢÔĹÎÉĹ Ë ĆÁĘĚÁÍ /sql/ampache.sql É /config/" -"ampache.cfg.dist.php" - -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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 "" -"ëÁË ÔĎĚŘËĎ ×Ů ŐÂĹÄÉÔĹÓŘ, ŢÔĎ Ő ×ÁÓ ×ŮĐĎĚÎĹÎŮ ×ÓĹ ŐÓĚĎ×ÉŃ, ××ĹÄÉÔĹ" -"ÉÎĆĎŇÍÁĂÉŔ ÎÉÖĹ. ő ×ÁÓ ÂŐÄĹÔ ÂŐÄŐÔ ÚÁĐŇĎŰĹÎŮ ÔĎĚŘËĎ ĎÂŃÚÁÔĹĚŘÎŮĹ ÚÎÁŢĹÎÉŃ" -"ËĎÎĆÉÇÁ. ĺÓĚÉ ÷Ů ÚÁČĎÔÉÔĹ ×ÎĹÓÔÉ ÉÚÍĹÎĹÎÉŃ × ×ÁŰŐ ŐÓÔÁÎĎ×ËŐ Ampache," -"ĐŇĎÓÔĎ ĎÔŇĹÄÁËÔÉŇŐĘÔĹ /config/ampache.cfg.php" - -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" -msgstr "űÁÇ 1 - óĎÚÄÁÎÉĹ É ÄĎÂÁ×ĚĹÎÉĹ ÂÁÚŮ ÄÁÎÎŮČ Ampache" - -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" -msgstr "űÁÇ 2 - óĎÚÄÁÎÉĹ ĆÁĘĚÁ ampache.cfg.php" - -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" -msgstr "űÁÇ 3 - îÁÓÔŇĎĘËÁ ĐĹŇ×ÉŢÎĎÇĎ ÁËËÁŐÎÔÁ" - -#: ../../templates/show_install_account.inc.php:57 -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 "" -"îÁ ÜÔĎÍ ŰÁÇĹ ÂŐÄĹÔ ÓĎÚÄÁÎ ÷ÁŰ ĐĹŇ×ÉŢÎŮĘ ÁËËÁŐÎÔ ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ." -"ëÁË ÔĎĚŘËĎ ÁËËÁŐÎÔ ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ ÂŐÄĹÔ ÓĎÚÄÁÎ, ÷Ů ÂŐÄĹÔĹ ĐĹŇĹÎÁĐŇÁ×ĚĹÎŮ" -"îÁ ÓÔŇÁÎÉĂŐ ×ČĎÄÁ." - -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "óĎÚÄÁÎÉĹ ÁËËÁŐÎÔÁ ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ " - -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_edit_user.inc.php:40 ../../templates/show_users.inc:43 -msgid "Username" -msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "đÁŇĎĚŘ" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "óĎÚÄÁÔŘ ÁËËÁŐÎÔ" - -#: ../../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 "" -"÷×ĹÄÉÔĹ × ÓĚĹÄŐŔÝŐŔ ĆĎŇÍŐ ĚĎËÁĚŘÎŮĘ ĐŐÔŘ (ÎÁĐŇ. /data/music), ÉĚÉ URL Ë" -"ŐÄÁĚĹÎÎĎĘ ÉÎÓÔÁĚŃĂÉÉ Apache (ÎÁĐŇ.http://theotherampache.com)" - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "ëÁÔÁĚĎÇ" - -#: ../../templates/show_add_catalog.inc.php:38 -#: ../../templates/show_edit_catalog.inc.php:29 -msgid "Auto-inserted Fields" -msgstr "á×ÔĎÍÁÔÉŢĹÓËÉ ÄĎÂÁ×ĚĹÎÎŮĹ ĐĎĚŃ" - -#: ../../templates/show_add_catalog.inc.php:39 -#: ../../templates/show_edit_catalog.inc.php:30 -msgid "album name" -msgstr "ÎÁÚ×ÁÎÉĹ ÁĚŘÂĎÍÁ" - -#: ../../templates/show_add_catalog.inc.php:40 -#: ../../templates/show_edit_catalog.inc.php:31 -msgid "artist name" -msgstr "ÉÍŃ ÉÓĐĎĚÎÉÔĹĚŃ" - -#: ../../templates/show_add_catalog.inc.php:41 -#: ../../templates/show_edit_catalog.inc.php:32 -msgid "id3 comment" -msgstr "id3 ËĎÍÍĹÎÔÁŇÉÉ" - -#: ../../templates/show_add_catalog.inc.php:42 -#: ../../templates/show_edit_catalog.inc.php:33 -msgid "genre" -msgstr "ÖÁÎŇ" - -#: ../../templates/show_add_catalog.inc.php:43 -#: ../../templates/show_edit_catalog.inc.php:34 -msgid "track number (padded with leading 0)" -msgstr "ÎĎÍĹŇ ÔŇĹËÁ (ÚÁĐĎĚÎĹÎÎŮĘ ÎÁŢÁĚŘÎŮÍ 0)" - -#: ../../templates/show_add_catalog.inc.php:44 -#: ../../templates/show_edit_catalog.inc.php:35 -msgid "song title" -msgstr "ÎÁÚ×ÁÎÉĹ ĐĹÓÎÉ" - -#: ../../templates/show_add_catalog.inc.php:45 -#: ../../templates/show_edit_catalog.inc.php:36 -msgid "year" -msgstr "ÇĎÄ" - -#: ../../templates/show_add_catalog.inc.php:46 -#: ../../templates/show_edit_catalog.inc.php:37 -msgid "other" -msgstr "ÄŇŐÇĎĹ" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "đŐÔŘ" - -#: ../../templates/show_add_catalog.inc.php:55 -#: ../../templates/show_edit_catalog.inc.php:41 -msgid "Catalog Type" -msgstr "ôÉĐ ËÁÔÁĚĎÇÁ" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "őÄÁĚĹÎÎŮĘ" - -#: ../../templates/show_add_catalog.inc.php:64 -#: ../../templates/show_edit_catalog.inc.php:44 -msgid "XML-RPC Key" -msgstr "XML-RPC ËĚŔŢ" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "ôŇĹÂŐĹÔÓŃ ÄĚŃ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "űÁÂĚĎÎ ÉÍĹÎÉ ĆÁĘĚÁ" - -#: ../../templates/show_add_catalog.inc.php:73 -#: ../../templates/show_edit_catalog.inc.php:57 -msgid "Folder Pattern" -msgstr "űÁÂĚĎÎ ĐÁĐËÉ" - -#: ../../templates/show_add_catalog.inc.php:73 -#: ../../templates/show_edit_catalog.inc.php:57 -msgid "(no leading or ending '/')" -msgstr "(ÂĹÚ ÎÁŢÁĚŘÎĎÇĎ ÉĚÉ ÚÁ×ĹŇŰÁŔÝĹÇĎ '/')" - -#: ../../templates/show_add_catalog.inc.php:78 -#: ../../templates/show_admin_tools.inc.php:77 -msgid "Gather Album Art" -msgstr "đĎÄĎÂŇÁÔŘ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "óĎÚÄÁ×ÁÔŘ ĐĚĹĘĚÉÓÔŮ ÉÚ m3u ĆÁĘĚĎ×" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -msgstr "äĎÂÁ×ÉÔŘ ËÁÔÁĚĎÇ" - -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" -msgstr "őĐŇÁ×ĚĹÎÉĹ" - -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:43 -msgid "Current Playlist" -msgstr "ôĹËŐÝÉĘ ĐĚĹĘĚÉÓÔ" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -msgid "Playlists" -msgstr "đĚĹĘĚÉÓÔŮ" - -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" -msgstr "đĚĹĘĚÉÓÔ" - -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" -msgstr "No đĹÓÎÉ" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" -msgstr "÷ĚÁÄĹĚĹĂ" - -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "äĹĘÓÔ×ÉŃ" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "đŇĎÓÍĎÔŇ" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "éÚÍĹÎÉÔŘ" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "éÇŇÁÔŘ" - -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" -msgstr "óËÁŢÁÔŘ" - -#: ../../templates/show_playlists.inc.php:75 -msgid "No Playlists Found" -msgstr "đĚĹĘĚÉÓÔŮ ÎĹ ÎÁĘÄĹÎŮ" - -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" -msgstr "äÁ" - -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" -msgstr "ěŔÂÉÍŮĹ" - -#: ../../templates/show_user_stats.inc.php:29 -msgid "Favorite Artists" -msgstr "ěŔÂÉÍŮĹ ÉÓĐĎĚÎÉÔĹĚÉ" - -#: ../../templates/show_user_stats.inc.php:40 -msgid "Favorite Albums" -msgstr "ěŔÂÉÍŮĹ ÁĚŘÂĎÍŮ" - -#: ../../templates/show_user_stats.inc.php:51 -msgid "Favorite Songs" -msgstr "ěŔÂÉÍŮĹ ĐĹÓÎÉ" - -#: ../../templates/show_playlist_edit.inc.php:27 -msgid "Editing Playlist" -msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ ĐĚĹĘĚÉÓÔÁ" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "éÍŃ" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "ôÉĐ" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "ďÂÝĹĹ" - -#: ../../templates/show_playlist_edit.inc.php:40 -msgid "Private" -msgstr "ţÁÓÔÎĎĹ" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_edit_access.inc:78 -msgid "Update" -msgstr "ďÂÎĎ×ÉÔŘ" - -#: ../../templates/sidebar.inc.php:28 -msgid "Users" -msgstr "đĎĚŘÚĎ×ÁÔĹĚÉ" - -#: ../../templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "Mail Users" - -#: ../../templates/sidebar.inc.php:31 -msgid "Config" -msgstr "" - -#: ../../templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "" - -#: ../../templates/sidebar.inc.php:37 -msgid "Song Title" -msgstr "đĹÓÎŃ" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../templates/show_tv_playlist.inc.php:48 -msgid "Admin" -msgstr "áÄÍÉÎËÁ" - -#: ../../templates/sidebar.inc.php:154 ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "íÉÎŐÔ" - -#: ../../templates/sidebar.inc.php:157 ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "ňĹÖĹ ĐŇĎÉÇŇŮ×ÁĹÍŮĹ" - -#: ../../templates/sidebar.inc.php:162 -msgid "Enqueue" -msgstr "÷ ĎŢĹŇĹÄŘ" - -#: ../../templates/sidebar.inc.php:185 -msgid "Democratic View" -msgstr "äĹÍĎËŇÁÔÉŢÎŮĘ ×ÉÄ" - -#: ../../templates/sidebar.inc.php:189 -msgid "Logout" -msgstr "÷ŮĘÔÉ" - -#: ../../templates/show_admin_tools.inc.php:27 -msgid "Catalogs" -msgstr "ëÁÔÁĚĎÇÉ" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 ../../templates/show_artists.inc:44 -#: ../../templates/show_artists.inc:75 ../../templates/show_songs.inc:55 -#: ../../templates/show_albums.inc:47 ../../templates/show_albums.inc:90 -#: ../../templates/show_access_list.inc:52 ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "äĹĘÓÔ×ÉĹ" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "äĎÂÁ×ÉÔŘ" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "đŇĎ×ĹŇÉÔŘ" - -#: ../../templates/show_admin_tools.inc.php:46 -msgid "Clean" -msgstr "ďŢÉÓÔÉÔŘ" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "âŮÓÔŇĎ" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "÷ŮÂŇÁÔŘ ĎÂĚĎÖËŐ" - -#: ../../templates/show_admin_tools.inc.php:65 -msgid "No Catalogs Found" -msgstr "ëÁÔÁĚĎÇĎ× ÎĹ ÎÁĘÄĹÎĎ" - -#: ../../templates/show_admin_tools.inc.php:71 -msgid "Clean All" -msgstr "ďŢÉÓÔÉÔŘ ×ÓĹ" - -#: ../../templates/show_admin_tools.inc.php:72 -msgid "Verify All" -msgstr "đŇĎ×ĹŇÉÔŘ ×ÓĹ" - -#: ../../templates/show_admin_tools.inc.php:73 -msgid "Add to All" -msgstr "äĎÂÁ×ÉÔŘ ×Ď ×ÓĹ" - -#: ../../templates/show_admin_tools.inc.php:74 -msgid "Update All" -msgstr "ďÂÎĎ×ÉÔŘ ×ÓĹ" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "äŇŐÇÉĹ ÓŇĹÄÓÔ×Á" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "đĎËÁÚÁÔŘ ÄŐÂĚÉŇŐŔÝÉĹÓŃ ĐĹÓÎÉ" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:76 -msgid "Generate New Config" -msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ËĎÎĆÉÇ" - -#: ../../templates/show_admin_tools.inc.php:86 -msgid "Preferences Permissions" -msgstr "äĎÓÔŐĐ Ë ĐŇĹÄĐĎŢÔĹÎÉŃÍ" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "üËÓĐĎŇÔÉŇĎ×ÁÔŘ × Itunes âä" - -#: ../../templates/show_admin_tools.inc.php:88 -msgid "Check for New Version" -msgstr "đŇĎ×ĹŇÉÔŘ ÎĎ×ŐŔ ×ĹŇÓÉŔ" - -#: ../../templates/show_artist_box.inc.php:23 -msgid "Albums by" -msgstr "áĚŘÂĎÍŮ" - -#: ../../templates/show_artist_box.inc.php:33 -msgid "Show All Songs By" -msgstr "đĎËÁÚÁÔŘ ×ÓĹ ĐĹÓÎÉ" - -#: ../../templates/show_artist_box.inc.php:34 -msgid "Play All Songs By" -msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ×ÓĹ ĐĹÓÎÉ" - -#: ../../templates/show_artist_box.inc.php:35 -msgid "Play Random Songs By" -msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ ĐĹÓÎÉ" - -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 -msgid "Update from tags" -msgstr "ďÂÎĎ×ÉÔŘ ÉÚ ÔĹÇĎ×" - -#: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" -msgstr "đĹŇĹÉÍĹÎĎ×ÁÔŘ ÉÓĐĎĚÎÉÔĹĚŃ" - -#: ../../templates/show_artist_box.inc.php:39 -msgid "Find duplicate artists" -msgstr "îÁĘÔÉ ÄŐÂĚÉŇŐŔÝÉČÓŃ ÉÓĐĎĚÎÉÔĹĚĹĘ" - -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" -msgstr "ĺ-ÍÁĘĚ" - -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" -msgstr "ňĹÚŐĚŘÔÁÔĎ× ÎÁ ÓÔŇÁÎÉĂĹ" - -#: ../../templates/show_user.inc.php:42 -msgid "New Password" -msgstr "îĎ×ŮĘ ĐÁŇĎĚŘ" - -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" -msgstr "đĎÄÔ×ĹŇÖÄĹÎÉĹ ĐÁŇĎĚŃ" - -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" -msgstr "ďŢÉÓÔÉÔŘ ÓÔÁÔÉÓÔÉËŐ" - -#: ../../templates/show_user.inc.php:65 -msgid "Update Account" -msgstr "ďÂÎĎ×ÉÔŘ ÁËËÁŐÎÔ" - -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_disabled_songs.inc:44 -msgid "No Records Found" -msgstr "úÁĐÉÓĹĘ ÎĹ ÎÁĘÄĹÎĎ" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "đŇĹÄĐĎŢÔĹÎÉĹ" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "úÎÁŢĹÎÉĹ" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "đŇÉÍĹÎÉÔŘ ËĎ ×ÓĹÍ" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "ĎĐÉÓÁÎÉĹ" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "ňĹÇÉÓÔŇÁĂÉŃ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ Ampache" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "đĎĚŘÚĎ×ÁÔĹĚŘÓËĎĹ ÓĎÇĚÁŰĹÎÉĹ" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "ń ĐŇÉÎÉÍÁŔ" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "éÎĆĎŇÍÁĂÉŃ Ď ĐĎĚŘÚĎ×ÁÔĹĚĹ" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "đĎĚÎĎĹ ÉÍŃ" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "ďŢÉÓÔÉÔŘ ÉÎĆĎ" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "úÁŇĹÇÉÓÔŇÉŇĎ×ÁÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ" - -#: ../../templates/show_edit_album.inc.php:23 -msgid "Edit Album" -msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÁĚŘÂĎÍ" - -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "ďÔÍĹÔÉÔŘ ÄĚŃ ÉÚÍĹÎĹÎÉŃ ÔĹÇÁ" - -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -msgid "Update Album" -msgstr "ďÂÎĎ×ÉÔŘ ÁĚŘÂĎÍ" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "ôŇĹÂĎ×ÁÎÉŃ" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" -msgstr "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" - -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "" - -#: ../../templates/show_modules.inc.php:38 -msgid "Localplay Modules" -msgstr "" - -#: ../../templates/show_modules.inc.php:41 -msgid "Module Name" -msgstr "" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -msgid "Activate" -msgstr "áËÔÉ×ÉŇĎ×ÁÔŘ" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -msgid "Deactivate" -msgstr "äĹÁËÔÉ×ÉŇĎ×ÁÔŘ" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "äĎÓÔŐĐÎŮĹ ĐĚÁÇÉÎŮ" - -#: ../../templates/show_modules.inc.php:73 -msgid "Description" -msgstr "ďĐÉÓÁÎÉĹ" - -#: ../../templates/show_modules.inc.php:74 -msgid "Version" -msgstr "÷ĹŇÓÉŃ" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ĐĚĹĘĚÉÓÔ" - -#: ../../templates/show_add_playlist.inc.php:42 -msgid "Create" -msgstr "óĎÚÄÁÔŘ" - -#: ../../templates/show_edit_song.inc.php:23 -msgid "Edit Song" -msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ĐĹÓÎŔ" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "éěé" - -#: ../../templates/show_edit_song.inc.php:89 -msgid "Update Song" -msgstr "ďÂÎĎ×ÉÔŘ ĐĹÓÎŔ" - -#: ../../templates/show_edit_catalog.inc.php:22 -msgid "Settings for" -msgstr "îÁÓÔŇĎĘËÉ ÄĚŃ" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "űÁÂĚĎÎ ÉÍĹÎÉ ĆÁĘĚÁ" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "óĎČŇÁÎÉÔŘ ÎÁÓÔŇĎĘËÉ ËÁÔÁĚĎÇÁ" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" -msgstr "ÓĹËŐÎÄ ÎÁÚÁÄ" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "minutes ago" -msgstr "ÍÉÎŐÔ ÎÁÚÁÄ" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "hours ago" -msgstr "ŢÁÓĎ× ÎÁÚÁÄ" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "days ago" -msgstr "ÄÎĹĘ ÎÁÚÁÄ" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" -msgstr "ÎĹÄĹĚŘ ÎÁÚÁÄ" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" -msgstr "ÍĹÓŃĂĹ× ÎÁÚÁÄ" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "years ago" -msgstr "ĚĹÔ ÎÁÚÁÄ" - -#: ../../templates/show_recently_played.inc.php:26 -msgid "Recently Played" -msgstr "îĹÄÁ×ÎĎ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÎŮĹ" - -#: ../../templates/show_recently_played.inc.php:30 -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -msgid "Song" -msgstr "đĹÓÎŃ" - -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" -msgstr "đĎÓĚĹÄÎÉĘ ŇÁÚ" - -#: ../../templates/show_ip_history.inc.php:23 -msgid "IP History" -msgstr "éÓÔĎŇÉŃ IP" - -#: ../../templates/show_ip_history.inc.php:26 -msgid "Show Unique" -msgstr "đĎËÁÚÁÔŘ ŐÎÉËÁĚŘÎŮĹ" - -#: ../../templates/show_ip_history.inc.php:28 -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -msgid "Show All" -msgstr "đĎËÁÚÁÔŘ ×ÓĹ" - -#: ../../templates/show_ip_history.inc.php:34 -msgid "Date" -msgstr "äÁÔÁ" - -#: ../../templates/show_ip_history.inc.php:37 -msgid "IP Address" -msgstr "IP ÁÄŇĹÓ" - -#: ../../templates/show_user_recommendations.inc.php:22 -msgid "Recommendations" -msgstr "ňĹËĎÍĹÎÄÁĂÉÉ" - -#: ../../templates/show_user_recommendations.inc.php:29 -msgid "Recommended Artists" -msgstr "ňĹËĎÍĹÎÄŐĹÍŮĹ ÉÓĐĎĚÎÉÔĹĚÉ" - -#: ../../templates/show_user_recommendations.inc.php:40 -msgid "Recommended Albums" -msgstr "ňĹËĎÍĹÎÄŐĹÍŮĹ ÁĚŘÂĎÍŮ" - -#: ../../templates/show_user_recommendations.inc.php:51 -msgid "Recommended Songs" -msgstr "ňĹËĎÍĹÎÄŐĹÍŮĹ ĐĹÓÎÉ" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "éÍĐĎŇÔÉŇĎ×ÁÔŘ ĐĚĹĘĚÉÓÔ ÉÚ ĆÁĘĚÁ" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "ćÁĘĚ" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "ôÉĐ ĐĚĹĘĚÉÓÔÁ" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" -msgstr "éÍĐĎŇÔÉŇĎ×ÁÔŘ ĐĚĹĘĚÉÓÔ" - -#: ../../templates/show_genre.inc.php:29 -msgid "Viewing" -msgstr "đŇĎÓÍĎÔŇ" - -#: ../../templates/show_mail_users.inc.php:25 -msgid "Send E-mail to Users" -msgstr "đĎÓĚÁÔŘ ĺ-ÍÁĘĚ ĐĎĚŘÚĎ×ÁÔĹĚŃÍ" - -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" -msgstr "îÁĐÉÓÁÔŘ ĐÉÓŘÍĎ" - -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" -msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÁĚŘÂĎÍŮ" - -#: ../../templates/show_mail_users.inc.php:52 -msgid "Latest Artist Additions" -msgstr "đĎÓĚĹÄÎÉĹ ĐĎÓÔŐĐĚĹÎÉŃ ÉÓĐĎĚÎÉÔĹĚĹĘ" - -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" -msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÉÓĐĎĚÎÉÔĹĚÉ" - -#: ../../templates/show_mail_users.inc.php:63 -msgid "Latest Album Additions" -msgstr "đĎÓĚĹÄÎÉĹ ĐĎÓÔŐĐĚĹÎÉŃ ÁĚŘÂĎÍĎ×" - -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" -msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ĐĹÓÎÉ" - -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" -msgstr "ďÔÍĹŢĹÎÎŮĹ ĐĹÓÎÉ" - -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -msgid "Disabled Songs" -msgstr "ďÔËĚŔŢĹÎÎŮĹ ĐĹÓÎÉ" - -#: ../../templates/show_mail_users.inc.php:85 -msgid "Most Popular Threshold in days" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "ôĹÍÁ" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "óĎĎÂÝĹÎÉĹ" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "đĎÓĚÁÔŘ ÓĎĎÂÝĹÎÉĹ" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" -msgstr "đĎÓĚĹÄÎÉĹ ÄĹÓŃÔŘ ĎÔÍĹŢĹÎÎŮČ ÚÁĐÉÓĹĘ" - -#: ../../templates/show_preference_admin.inc.php:22 -msgid "Preference Administration" -msgstr "őĐŇÁ×ĚĹÎÉĹ ĐŇĹÄĐĎŢÔĹÎÉŃÍÉ" - -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" -msgstr "őŇĎ×ĹÎŘ" - -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" -msgstr "çĎÓÔŘ" - -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ" - -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -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 "çĎĚĎÓĎ×" - -#: ../../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:80 -msgid "User Access Level" -msgstr "őŇĎ×ĹÎŘ ÄĎÓÔŐĐÁ ĐĎĚŘÚĎ×ÁÔĹĚŃ" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "äĎÂÁ×ÉÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "ďÂÎĎ×ÉÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "đŇĎÄĎĚÖÉÔŘ" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "ďÔÍĹÎÉÔŘ" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "äŐÂĚÉŇŐŔÝÉĹÓŃ ĐĹÓÎÉ" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "đŇĎÄĎĚÖÉÔĹĚŘÎĎÓÔŘ" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "ňÁÚÍĹŇ" - -#: ../../templates/show_list_duplicates.inc.php:75 -msgid "Disable Songs" -msgstr "ďÔËĚŔŢÉÔŘ ĐĹÓÎÉ" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "÷ŮÂŇÁÔŘ" - -#: ../../templates/show_flagged.inc.php:28 -msgid "Object" -msgstr "" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" -msgstr "óÔÁÔŐÓ" - -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "ďÔËĚĎÎÉÔŘ" - -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" -msgstr "ďÄĎÂŇÉÔŘ" - -#: ../../templates/show_duplicates.inc.php:25 -msgid "Find Duplicates" -msgstr "îÁĘÔÉ ÄŐÂĚÉËÁÔŮ" - -#: ../../templates/show_duplicates.inc.php:29 -msgid "Search Type" -msgstr "ôÉĐ ĐĎÉÓËÁ" - -#: ../../templates/show_duplicates.inc.php:36 -msgid "Artist and Title" -msgstr "éÓĐĎĚÎÉÔĹĚŘ É ÎÁÚ×ÁÎÉĹ" - -#: ../../templates/show_duplicates.inc.php:37 -msgid "Artist, Album and Title" -msgstr "éÓĐĎĚÎÉÔĹĚŘ, ÁĚŘÂĎÍ É ÎÁÚ×ÁÎÉĹ" - -#: ../../templates/show_duplicates.inc.php:44 -msgid "Select Best Guess" -msgstr "÷ŮÂŇÁÔŘ ÎÁÉÂĎĚĹĹ ĐĎÄČĎÄŃÝÉĘ" - -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "đĹŇĹÉÍĹÎĎ×ÁÔŘ" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "äĎÂÁ×ÉÔŘ ÔĹËŐÝŐŔ" - -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "ďÂÎĎ×ÉÔŘ id3 ÔĹÇÉ" - -#: ../../templates/show_tv_adminctl.inc.php:22 -msgid "Admin Controls" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -msgid "Base Playlist" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -msgid "Clear Playlist" -msgstr "ďŢÉÓÔÉÔŘ ĐĚĹĘĚÉÓÔ" - -#: ../../templates/show_get_albumart.inc.php:23 -msgid "Customize Search" -msgstr "" - -#: ../../templates/show_get_albumart.inc.php:46 -msgid "Direct URL to Image" -msgstr "đŇŃÍĎĘ URL Ë ÉÚĎÂŇÁÖĹÎÉŔ" - -#: ../../templates/show_get_albumart.inc.php:54 -msgid "Local Image" -msgstr "ěĎËÁĚŘÎĎĹ ÉÚĎÂŇÁÖĹÎÉĹ" - -#: ../../templates/show_get_albumart.inc.php:66 -msgid "Get Art" -msgstr "đĎĚŐŢÉÔŘ ĎÂĚĎÖËŐ" - -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ÉÓĐĎĚÎÉÔĹĚĹĘ" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ÁĚŘÂĎÍĎ×" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" -msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ĐĎÔĎËĎ×" - -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" -msgstr "äĹĘÓÔ×ÉŃ ÎÁÄ ĐĚĹĘĚÉÓÔĎÍ" - -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" -msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ĐĚĹĘĚÉÓÔ" - -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" -msgstr "îĎŇÍÁĚÉÚÉŇĎ×ÁÔŘ ÔŇĹËÉ" - -#: ../../templates/show_playlist_box.inc.php:36 -msgid "Play This Playlist" -msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÜÔĎÔ ĐĚĹĘĚÉÓÔ" - -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" -msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ" - -#: ../../templates/show_playlist_box.inc.php:38 -msgid "Delete This Playlist" -msgstr "őÄÁĚÉÔŘ ÜÔĎÔ ĐĚĹĘĚÉÓÔ" - -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" -msgstr "éÍĐĎŇÔÉŇĎ×ÁÔŘ ÉÚ ĆÁĘĚÁ" - -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" -msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ĐĚĹĘĚÉÓÔ" - -#: ../../templates/show_playlist_box.inc.php:43 -msgid "Delete Empty Playlists" -msgstr "őÄÁĚÉÔŘ ĐŐÓÔŮĹ ĐĚĹĘĚÉÓÔŮ" - -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" -msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÖÁÎŇŮ" - -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" -msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ĐĎÔĎËÉ" - -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" -msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÔĹÇÉ" - -#: ../../templates/show_edit_artist.inc.php:23 -msgid "Edit Artist" -msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÉÓĐĎĚÎÉÔĹĚŃ" - -#: ../../templates/show_play_selected.inc.php:28 -msgid "Play Selected" -msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ×ŮÂŇÁÎÎŮĹ" - -#: ../../templates/show_play_selected.inc.php:31 -msgid "Download Selected" -msgstr "óËÁŢÁÔŘ ×ŮÂŇÁÎÎŮĹ" - -#: ../../templates/show_play_selected.inc.php:40 -msgid "Set Track Numbers" -msgstr "đŇĎÓÔÁ×ÉÔŘ ÎĎÍĹŇÁ ÔŇĹËĎ×" - -#: ../../templates/show_play_selected.inc.php:41 -msgid "Remove Selected Tracks" -msgstr "őÄÁĚÉÔŘ ×ŮÂŇÁÎÎŮĹ ÔŇĹËÉ" - -#: ../../templates/show_play_selected.inc.php:47 -msgid "Add to" -msgstr "äĎÂÁ×ÉÔŘ ×" - -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" -msgstr "áĚŘÂĎÍŮ ÍÇÎĎ×ĹÎÉŃ" - -#: ../../activate.php:43 -msgid "No user with this name registered" -msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ Ó ÔÁËÉÍ ÉÍĹÎĹÍ ÎĹ ÚÁŇĹÇÉÓÔŇÉŇĎ×ÁÎ" - -#: ../../activate.php:47 -msgid "The validation key used isn't correct." -msgstr "éÓĐĎĚŘÚŐĹÍĎĘ ËĚŔŢ ×ÁĚÉÄÁĂÉÉ ÎĹ ×ĹŇĹÎ." - -#: ../../activate.php:52 -msgid "User activated" -msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ ÁËÔÉ×ÉŇĎ×ÁÎ" - -#: ../../activate.php:52 -msgid "This User ID is activated and can be used" -msgstr "üÔĎÔ ID ĐĎĚŘÚĎ×ÁÔĹĚŃ ÁËÔÉ×ÉŇĎ×ÁÎ É ÍĎÖĹÔ ÂŮÔŘ ÉÓĐĎĚŘÚĎ×ÁÎ" - -#: ../../albums.php:48 -msgid "Album Art Cleared" -msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ĎŢÉÝĹÎÁ" - -#: ../../albums.php:48 -msgid "Album Art information has been removed from the database" -msgstr "éÎĆĎŇÍÁĂÉŃ Ď ĎÂĚĎÖËĹ ÁĚŘÂĎÍÁ ÂŮĚÁ ŐÄÁĚĹÎÁ ÉÚ ÂÁÚŮ ÄÁÎÎŮČ" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "Album Art Not Located" -msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÎĹ ÎÁĘÄĹÎÁ" - -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 -msgid "" -"Album Art could not be located at this time. This may be due to write access " -"error, or the file is not received corectly." -msgstr "" -"ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÎĹ ÍĎÖĹÔ ÂŮÔŘ ÎÁĘÄĹÎÁ. üÔĎ ÍĎÖĹÔ ÂŮÔŘ ×ŮÚ×ÁÎĎ ĎŰÉÂËĎĘ ÄĎÓÔŐĐÁ" -"ÎÁ ÚÁĐÉÓŘ, ÉĚÉ ÔĹÍ ŢÔĎ ĆÁĘĚ ÎĹ ÂŮĚ ĐĎĚŐŢĹÎ ËĎŇŇĹËÔÎĎ." - -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 -msgid "Album Art Inserted" -msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÄĎÂÁ×ĚĹÎÁ" - -#: ../../albums.php:191 ../../artists.php:91 -msgid "Starting Update from Tags" -msgstr "îÁŢÁÔĎ ĎÂÎĎ×ĚĹÎÉĹ ÉÚ ÔĹÇĎ×" - -#: ../../albums.php:196 ../../artists.php:96 -msgid "Update From Tags Complete" -msgstr "úÁ×ĹŇŰĹÎĎ ĎÂÎĎ×ĚĹÎÉĹ ÉÚ ÔĹÇĎ×" - -#: ../../albums.php:197 ../../artists.php:97 -msgid "Return" -msgstr "÷ĎÚ×ŇÁÔ" - -#: ../../albums.php:213 ../../browse.php:48 -msgid "Show Albums starting with" -msgstr "đĎËÁÚÁÔŘ ÁĚŘÂĎÍŮ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó" - -#: ../../artists.php:230 ../../artists.php:252 ../../browse.php:78 -msgid "Show Artists starting with" -msgstr "đĎËÁÚÁÔŘ ÉÓĐĎĚÎÉÔĹĚĹĘ ÎÁŢÉÎÁŔÝÉČÓŃ Ó " - -#: ../../browse.php:124 -msgid "Show Titles Starting With" -msgstr "đĎËÁÚÁÔŘ ÎÁÚ×ÁÎÉŃ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó" - -#: ../../flag.php:46 -msgid "Item Flagged" -msgstr "đĎÚÉĂÉŃ ĎÔÍĹŢĹÎÁ" - -#: ../../flag.php:46 -msgid "The specified item has been flagged" -msgstr "őËÁÚÁÎÎÁŃ ĐĎÚÉĂÉŃ ĎÔÍĹŢĹÎÁ" - -#: ../../localplay.php:50 ../../localplay.php:58 +#: ../../localplay.php:72 ../../localplay.php:80 msgid "Song(s) Removed from Playlist" msgstr "đĹÓÎŃ(ĐĹÓÎÉ) ŐÄÁĚĹÎÎŮĹ ÉÚ ĐĚĹĘĚÉÓÔÁ" -#: ../../localplay.php:77 -msgid "Localplay Init Failed" -msgstr "éÎÉĂÉÁĚÉÚÁĂÉŃ ĚĎËÁĚŘÎĎÇĎ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉŃ ÚÁ×ĹŇŰÉĚÁÓŘ ÎĹŐÄÁŢĹĘ" - -#: ../../login.php:80 -msgid "User Disabled please contact Admin" -msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ ĎÔËĚŔŢĹÎ. đĎÖÁĚŐĘÓÔÁ, Ó×ŃÖÉÔĹÓŘ Ó ÁÄÍÉÎÉÓÔŇÁÔĎŇĎÍ" - -#: ../../login.php:94 -msgid "Unable to create new account" -msgstr "îĹ ŐÄÁĚĎÓŘ ÓĎÚÄÁÔŘ ÎĎ×ŮĘ ÁËËÁŐÎÔ" - -#: ../../login.php:103 -msgid "No local account found" -msgstr "ěĎËÁĚŘÎŮĘ ÁËËÁŐÎÔ ÎĹ ÂŮĚ ÎÁĘÄĹÎ" - -#: ../../login.php:176 -msgid "Message of the Day" -msgstr "ćŇÁÚÁ ÄÎŃ" - -#: ../../playlist.php:46 -msgid "Playlist Deleted" -msgstr "đĚĹĘĚÉÓÔ ŐÄÁĚĹÎ" - -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" -msgstr "úÁĐŇĎŰĹÎÎŮĘ ĐĚĹĘĚÉÓÔ ÂŮĚ ŐÄÁĚĹÎ" - -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" -msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ĐĚĹĘĚÉÓÔ?" - #: ../../playlist.php:57 -msgid "Confirm Action" -msgstr "đĎÄÔ×ĹŇÖÄĹÎÉĹ ÄĹĘÓÔ×ÉŃ" - -#: ../../playlist.php:117 msgid "Playlist Created" msgstr "đĚĹĘĚÉÓÔ ÓĎÚÄÁÎ" -#: ../../playlist.php:117 +#: ../../playlist.php:57 msgid " has been created" msgstr " ÂŮĚ ĎŢÉÝĹÎ" -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" -msgstr "" - -#: ../../playlist.php:145 +#: ../../playlist.php:78 msgid "Playlist Updated" msgstr "đĚĹĘĚÉÓÔ ĎÂÎĎ×ĚĹÎ" -#: ../../playlist.php:146 +#: ../../playlist.php:79 msgid "has been updated and is now" msgstr "" -#: ../../playlist.php:166 +#: ../../playlist.php:101 msgid "Playlist Imported" msgstr "đĚĹĘĚÉÓÔ ÉÍĐĎŇÔÉŇĎ×ÁÎ" -#: ../../playlist.php:195 +#: ../../playlist.php:130 msgid "Empty Playlists Deleted" msgstr "đŐÓÔĎĘ ĐĚĹĘĚÉÓÔ ŐÄÁĚĹÎ" -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" -msgstr "ďŰÉÂËÁ: đÁŇĎĚŘ ÎĹ ÓĎ×ĐÁÄÁĹÔ, ÉĚÉ ĐŐÓÔ" +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ ĎÔËĚŔŢĹÎ. đĎÖÁĚŐĘÓÔÁ, Ó×ŃÖÉÔĹÓŘ Ó ÁÄÍÉÎÉÓÔŇÁÔĎŇĎÍ" -#: ../../preferences.php:61 -msgid "Password Updated" -msgstr "đÁŇĎĚŘ ĎÂÎĎ×ĚĹÎ" +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "îĹ ŐÄÁĚĎÓŘ ÓĎÚÄÁÔŘ ÎĎ×ŮĘ ÁËËÁŐÎÔ" -#: ../../ratings.php:33 -msgid "Rating Updated" -msgstr "ňĹĘÔÉÎÇ ĎÂÎĎ×ĚĹÎ" +#: ../../login.php:96 +msgid "No local account found" +msgstr "ěĎËÁĚŘÎŮĘ ÁËËÁŐÎÔ ÎĹ ÂŮĚ ÎÁĘÄĹÎ" -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" -msgstr "÷ÁŰ ŇĹĘÔÉÎÇ ÄĚŃ ÄÁÎÎĎÇĎ ĎÂßĹËÔÁ ĎÂÎĎ×ĚĹÎ" - -#: ../../register.php:81 -msgid "Error Captcha Required" -msgstr "" - -#: ../../register.php:88 -msgid "Error Captcha Failed" -msgstr "" - -#: ../../register.php:95 -msgid "You must accept the user agreement" -msgstr "÷Ů ÄĎĚÖÎŮ ĐŇÉÎŃÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŘÓËĎĹ ÓĎÇĚÁŰĹÎÉĹ" - -#: ../../register.php:100 -msgid "You did not enter a username" -msgstr "÷Ů ÎĹ ××ĹĚÉ ÉÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ" - -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" -msgstr "đĎÖÁĚŐĘÓÔÁ, ××ĹÄÉÔĹ ×ÁŰĹ ĐĎĚÎĎĹ ÉÍŃ (éÍŃ ćÁÍÉĚÉŃ)" - -#: ../../register.php:130 -msgid "You must enter a password" -msgstr "÷Ů ÄĎĚÖÎŮ ××ĹÓÔÉ ĐÁŇĎĚŘ" - -#: ../../register.php:134 -msgid "Your passwords do not match" -msgstr "÷ÁŰ ĐÁŇĎĚŘ ÎĹ ÓĎ×ĐÁÄÁĹÔ" - -#: ../../register.php:152 -msgid "Error: Insert Failed" -msgstr "ďŰÉÂËÁ: äĎÂÁ×ĚĹÎÉĹ ÚÁËĎÎŢÉĚĎÓŘ ÎĹŐÄÁŢĹĘ" - -#: ../../register.php:169 -msgid "Registration Complete" -msgstr "ňĹÇÉÓÔŇÁĂÉŃ ÚÁ×ĹŇŰĹÎÁ" - -#: ../../search.php:47 +#: ../../search.php:38 msgid "Error: No Keyword Entered" msgstr "ďŰÉÂËÁ: îĹ ××ĹÄĹÎŮ ËĚŔŢĹ×ŮĹ ÓĚĎ×Á" -#: ../../tv.php:62 -msgid "Playlist Cleared" -msgstr "đĚĹĘĚÉÓÔ ĎŢÉÝĹÎ" +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "đĎËÁÚÁÔŘ ÉÓĐĎĚÎÉÔĹĚĹĘ ÎÁŢÉÎÁŔÝÉČÓŃ Ó " -#: ../../update.php:73 -msgid "Ampache Update" -msgstr "ďÂÎĎ×ĚĹÎÉĹ Ampache" - -#: ../../bin/print_tags.php.inc:64 +#: ../../bin/print_tags.inc:66 msgid "" "[print_tags.php.inc]\n" "This commandline script will display the tag information for the specified " @@ -2297,681 +3289,285 @@ msgid "" " \n" msgstr "" "[print_tags.php.inc]\n" -"üÔĎÔ ÓËŇÉĐÔ ËĎÍÁÎÄÎĎĘ ÓÔŇĎËÉ ĐĎËÁÖĹÔ ÉÎĆĎŇÍÁĂÉŔ ÉÚ ÔĹÇÁ ŐËÁÚÁÎÎĎÇĎ ĆÁĘĚÁ" -"ÔÁËĎĘ, ËÁËĎĘ ĎÎÁ ÂŐÄĹÔ × Ampache\n" +"üÔĎÔ ÓËŇÉĐÔ ËĎÍÁÎÄÎĎĘ ÓÔŇĎËÉ ĐĎËÁÖĹÔ ÉÎĆĎŇÍÁĂÉŔ ÉÚ ÔĹÇÁ ŐËÁÚÁÎÎĎÇĎ " +"ĆÁĘĚÁÔÁËĎĘ, ËÁËĎĘ ĎÎÁ ÂŐÄĹÔ × Ampache\n" " \n" -#: ../../bin/print_tags.php.inc:70 +#: ../../bin/print_tags.inc:72 msgid "Filename:" msgstr "ćÁĘĚ:" -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "ďŰÉÂËÁ: ÎĹ ŐÄÁĚĎÓŘ ÚÁĐÉÓÁÔŘ " - -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "ďŰÉÂËÁ: ÄÉŇĹËÔĎŇÉŃ ÄĚŃ ÚÁËÁŢĹË ÎÁČĎÄÉÔÓŃ ÎĹ × ËÁÔÁĚĎÇĹ" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "äĎÂÁ×ĚĹÎÉĹ" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "× ÂÁÚŐ ÄÁÎÎŮČ" - -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "őÄÁĚĹÎ" - -#: ../../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 "" -"\n" -"\t\n" -"************* ÷îéíáîéĺ! *************\n" -"üÔĎÔ ÓËŇÉĐÔ ĐĹŇĹÎĹÓĹÔ \n" -"É, ×ĎÚÍĎÖÎĎ, ŐÄÁĚÉÔ ÚÁËÁŢÁÎÎŮĹ ĆÁĘĚŮ.\n" -"************* ÷îéíáîéĺ! *************\n" -"\n" -"÷ÓĹ ĆÁĘĚŮ, ĐĎÍĹŢĹÎÎŮĹ ÎÁ ÄĎÂÁ×ĚĹÎÉĹ, ÂŐÄŐÔ ĐĹŇĹÎĹÓĹÎŮ × ÄÉŇĹËÔĎŇÉŔ ÄĚŃ ÚÁËÁŢĹË.\n" -"÷ÓĹ ĆÁĘĚŮ, ĐĎÍĹŢĹÎÎŮĹ ÎÁ ŐÄÁĚĹÎÉĹ, ÂŐÄŐÔ ŐÄÁĚĹÎŮ. üÔĎÔ ÓËŇÉĐÔ ÄĎĚÖĹÎ ÂŮÔŘ\n" -"ÚÁĐŐÝĹÎ ĎÔ ĐĎĚŘÚĎ×ÁÔĹĚŃ Ó ÄĎÓÔÁÔĎŢÎŮÍÉ ĐŇÁ×ÁÍÉ ÄĚŃ ×ŮĐĎĚÎĹÎÉŃ ÜÔÉČ Ä×ŐČ ĆŐÎËĂÉĘ." -"\n" -"\t\n" - -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "đŇĎÄĎĚÖÉÔŘ? (Y/N):" - -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "ďŰÉÂËÁ: " - -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "" - -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ" - -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "ýĹĚËÎÉÔĹ ÄĚŃ ÚÁËŇŮÔÉŃ ĎËÎÁ" - -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "îÁÚÁÄ" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "äÁĚĹĹ" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "÷ŇĹÍŃ ÄĎÂÁ×ĚĹÎÉŃ" - -#: ../../templates/show_disabled_songs.inc:49 -msgid "Remove" -msgstr "őÄÁĚÉÔŘ" - -#: ../../templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "÷Ů ÚÁŰĚÉ ËÁË " - -#: ../../templates/header.inc:75 -msgid "Error Config File Out of Date" -msgstr "ďŰÉÂËÁ: ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĘ ĆÁĘĚ ŐÓÔÁŇĹĚ" - -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "îÁÚ×ÁÎÉĹ ĐĹÓÎÉ" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "ňĹĘÔÉÎÇ" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "÷ÓĹÇĎ" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "űÁÇ 2 - óĎÚÄÁÎÉĹ ĆÁĘĚÁ Ampache.cfg.php" - -#: ../../templates/show_install_config.inc:55 -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 "" -"îÁ ÜÔÉČ ŰÁÇÁČ ÂŐÄŐÔ ÚÁĐŇĎŰĹÎŮ ĎÓÎĎ×ÎŮĹ ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĹ ÚÎÁŢĹÎÉŃ É " -"ÂŐÄĹÔ ĐŇĎÉÚ×ĹÄĹÎÁ ĐĎĐŮÔËÁ ÚÁĐÉÓÁÔŘ ÉČ ÎÁĐŇŃÍŐŔ ÎÁ ×Ĺ ÓĹŇ×ĹŇ. ĺÓĚÉ ÄĎÓÔŐĐ " -"ÂŐÄĹÔ ÚÁĐŇĹÝĹÎ, ÂŐÄĹÔ ÚÁĐŇĎÓ ÎÁ ÓËÁŢÉ×ÁÎÉĹ ËĎÎĆÉÇŐŇÁĂÉĎÎÎĎÇĎ ĆÁĘĚÁ. " -"đĎÖÁĚŐĘÓÔÁ, ĐĎĚĎÖÉÔĹ ÓËÁŢÁÎÎŮĘ ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĘ ĆÁĘĚ × /config" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "÷Ĺ ĐŐÔŘ" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "öĹĚÁĹÍĎĹ ÉÍŃ ÂÁÚŮ ÄÁÎÎŮČ" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "éÍŃ ČĎÓÔÁ MySQL" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "éÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ MySQL" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "đÁŇĎĚŘ MySQL" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "óĎČŇÁÎÉÔŘ ËĎÎĆÉÇŐŇÁĂÉŔ" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "Ampache.cfg.php ÓŐÝĹÓÔ×ŐĹÔ" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "Ampache.cfg.php ÎÁÓÔŇĎĹÎ?" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "đŇĎ×ĹŇÉÔŘ ËĎÎĆÉÇŐŇÁĂÉŔ" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "ĐŇĹÄĐĎŢÔĹÎÉŃ" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "đĹŇĹÓÔŇĎÉÔŘ ĐŇĹÄĐĎŢÔĹÎÉŃ" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "éÎÔĹŇĆĹĘÓ" - -#: ../../templates/show_preferences.inc:65 -msgid "Streaming" -msgstr "đĎÔĎËĎ×ĎĹ ×ĹÝÁÎÉĹ" - -#: ../../templates/show_preferences.inc:68 -msgid "Options" -msgstr "îÁÓÔŇĎĘËÉ" - -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "áËËÁŐÎÔ" - -#: ../../templates/show_preferences.inc:76 -msgid "System" -msgstr "óÉÓÔĹÍÁ" - -#: ../../templates/show_preferences.inc:79 -msgid "Modules" -msgstr "íĎÄŐĚÉ" - -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "ďÂÎĎ×ÉÔŘ ĐŇĹÄĐĎŢÔĹÎÉŃ" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÁĚŘÂĎÍ" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ ÉÚ ÁĚŘÂĎÍÁ" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "óÂŇĎÓÉÔŘ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "îÁĘÔÉ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎŮĘ ÎÁÂĎŇ" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "ëĎĚÉŢĹÓÔ×Ď" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "öÁÎŇÁ" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "óÔÁÎÄÁŇÔÎŮĘ" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" -msgstr "đĎĚÎĎÓÔŘŔ ÁĚŘÂĎÍŮ" - -#: ../../templates/show_random_play.inc:55 -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:122 -msgid "Unlimited" -msgstr "îĹ ĎÇŇÁÎÉŢĹÎĎ" - -#: ../../templates/show_install.inc:54 -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 "" -"îÁ ÄÁÎÎĎÍ ŰÁÇĹ ÂŐÄĹÔ ÓĎÚÄÁÎÁ É ÄĎÂÁ×ĚĹÎÁ ÂÁÚÁ ÄÁÎÎŮČ Ampache. " -"đĎÖÁĚŐĘÓÔÁ, ĐŇĹÄĎÓÔÁ×ŘÔĹ mysql ÁËËÁŐÎÔ Ó ĐŇÁ×ÁÍÉ ÓĎÚÄÁÎÉŃ ÂÁÚ ÄÁÎÎŮČ. " -"äÁÎÎŮĘ ŰÁÇ ÍĎÖĹÔ ÚÁÎŃÔŘ ÎĹËĎÔĎŇĎĹ ×ŇĹÍŃ × ÚÁ×ÉÓÉÍĎÓÔÉ ĎÔ ÓËĎŇĎÓÔÉ ÷ÁŰĹÇĎ " -"ËĎÍĐŘŔÔĹŇÁ." - -#: ../../templates/show_install.inc:72 -msgid "MySQL Administrative Username" -msgstr "" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "óĎÚÄÁÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ ÄĚŃ ÎĎ×ĎĘ ÂÁÚŮ ÄÁÎÎŮČ" - -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "éÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ Ampache" - -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "đÁŇĎĚŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ Ampache" - -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "äĎÂÁ×ÉÔŘ ÂÁÚŐ ÄÁÎÎŮČ" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "äĎÂÁ×ÉÔŘ ÄĎÓÔŐĐ ÄĚŃ ČĎÓÔÁ" - -#: ../../templates/show_add_access.inc:23 -msgid "" -"Use the form below to add a host that you want to have access to your " -"Ampache catalog." -msgstr "" -"éÓĐĎĚŘÚŐĘÔĹ ÄÁÎÎŐŔ ĆĎŇÍŐ ÄĚŃ ÄĎÂÁ×ĚĹÎÉŃ ČĎÓÔÁ, ËĎÔĎŇĎÍŐ ÷Ů ČĎÔÉÔĹ" -"ĐŇĹÄĎÓÔÁ×ÉÔŘ ÄĎÓÔŐĐ Ë ÷ÁŰĹÍŐ ËÁÔÁĚĎÇŐ Ampache" - -#: ../../templates/show_add_access.inc:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "îÁŢÁĚŘÎŮĘ IP ÁÄŇĹÓ" - -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "ëĎÎĹŢÎŮĘ IP ÁÄŇĹÓ" - -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 -msgid "Read" -msgstr "ţÔĹÎÉĹ" - -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "ţÔĹÎÉĹ/úÁĐÉÓŘ" - -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 -msgid "ACL Type" -msgstr "ôÉĐ ACL" - -#: ../../templates/show_add_access.inc:67 -msgid "Stream Access" -msgstr "đĎÔĎËĎ×ŮĘ ÄĎÓÔŐĐ" - -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "÷Ĺ ÉÎÔĹŇĆĹĘÓ" - -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "ďĐŇĹÄĹĚĹÎÉĹ ĚĎËÁĚŘÎŮĘ ÓĹÔÉ" - -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "XML-RPC" - -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "ďĐĂÉÉ XML-RPC" - -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -msgid "Remote Key" -msgstr "őÄÁĚĹÎÎŮĘ ËĚŔŢ" - -#: ../../templates/show_add_access.inc:87 -msgid "Create ACL" -msgstr "óĎÚÄÁÔŘ ACL" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "äĎÓÔŐĐ Ë ÷ÁŰĹÍŐ ËÁÔÁĚĎÇŐ" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "äĎÂÁ×ÉÔŘ ÚÁĐÉÓŘ" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "îÁŢÁĚŘÎŮĘ ÁÄŇĹÓ" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "ëĎÎĹŢÎŮĘ ÁÄŇĹÓ" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "ëĚŔŢ" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "ďÔĎÚ×ÁÔŘ" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "éÍŃ" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "đĎÓĚĹÄÎĹĹ ĐĎŃ×ĚĹÎÉĹ" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "äÁÔÁ ŇĹÇÉÓÔŇÁĂÉÉ" - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "áËÔÉ×ÎĎÓÔŘ" - -#: ../../templates/show_users.inc:61 -msgid "Last Ip" -msgstr "đĎÓĚĹÄÎÉĘ IP" - -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "On-line" - -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "ďÂĚĎÖËÁ" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "áĚŘÂĎÍ" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "çĎÄ" - -#: ../../templates/show_artist.inc:38 -msgid "Tracks" -msgstr "ôŇĹËÉ" - -#: ../../templates/show_edit_access.inc:23 -msgid "Edit Access List" -msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÓĐÉÓĎË ÄĎÓÔŐĐÁ" - -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "ďÔĚÁÄËÁ Ampache" - -#: ../../templates/show_test.inc:35 -msgid "" -"You've reached this page because a configuration error has occured. Debug " -"Information below" -msgstr "" -"÷Ů ×ŮŰĚÉ ÎÁ ÜÔŐ ÓÔŇÁÎÉĂŐ, ÔÁË ËÁË ×ĎÚÎÉËĚÁ ĎŰÉÂËÁ ËĎÎĆÉÇŐŇÁĂÉÉ. " -"ďÔĚÁÄĎŢÎÁŃ ÉÎĆĎŇÍÁĂÉŃ ĐŇĹÄÓÔÁ×ĚĹÎÁ ÎÉÖĹ." - -#: ../../templates/show_test.inc:39 -msgid "CHECK" -msgstr "đňď÷ĺňëá" - -#: ../../templates/show_test.inc:41 -msgid "STATUS" -msgstr "óôáôőó" - -#: ../../templates/show_test.inc:43 -msgid "DESCRIPTION" -msgstr "ďđéóáîéĺ" - -#: ../../templates/show_test.inc:46 -msgid "PHP Version" -msgstr "÷ĹŇÓÉŃ PHP" - -#: ../../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 "" -"üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ, ŢÔĎ Ampache ŇÁÂĎÔÁĹÔ Ó ÷ÁŰĹĘ ×ĹŇÓÉĹĘ PHP." - -#: ../../templates/show_test.inc:65 -msgid "Mysql for PHP" -msgstr "Mysql ÄĚŃ PHP" - -#: ../../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 "" -"üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ ÚÁÇŇŐÚËŐ ŇÁÓŰÉŇĹÎÉŃ mysql ÄĚŃ PHP" -"ďÎĎ ÔŇĹÂŐĹÔÓŃ ÄĚŃ ŇÁÂĎÔŮ Ampache" - -#: ../../templates/show_test.inc:84 -msgid "PHP Session Support" -msgstr "đĎÄÄĹŇÖËÁ PHP Session" - -#: ../../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 "" -"üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ ŐÓÔÁÎĎ×ËŐ ĐĎÄÄĹŇÖËÉ Php Sessions. " -"đĎÄÄĹŇÖËÁ Sessions ÔŇĹÂŐĹÔÓŃ ÄĚŃ ŇÁÂĎÔŮ Ampache" - -#: ../../templates/show_test.inc:103 -msgid "PHP ICONV Support" -msgstr "đĎÄÄĹŇÖËÁ PHP ICONV" - -#: ../../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 "" -"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ ĐĎÄÄĹŇÖËÁ Iconv ŐÓÔÁÎĎ×ĚĹÎÁ." -"đĎÄÄĹŇÖËÁ Iconv ÎĹ ÔŇĹÂŐĹÔÓŃ ÄĚŃ Ampache, ÎĎ ĎÎÁ ÓÔŇĎÇĎ ŇĹËĎÍĹÎÄŐĹÔÓŃ." - -#: ../../templates/show_test.inc:121 -msgid "PHP PCRE Support" -msgstr "đĎÄÄĹŇÖËÁ PHP PCRE" - -#: ../../templates/show_test.inc:134 -msgid "" -"This test makes sure you have PCRE support compiled into your version of " -"PHP, this is required for Ampache." -msgstr "" -"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ PHP ÓĎÂŇÁÎ Ó ĐĎÄÄĹŇÖËĎĘ PCRE," -"ÎĹĎÂČĎÄÉÍĎĘ ÄĚŃ Ampache" - -#: ../../templates/show_test.inc:138 -msgid "PHP PutENV Support" -msgstr "đĎÄÄĹŇÖËÁ PHP PutENV" - -#: ../../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 "" -"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ PHP ÚÁĐŐÝĹÎ ÎĹ × ÂĹÚĎĐÁÓÎĎÍ " -"ŇĹÖÉÍĹ(SafeMode), É ŢÔĎ ÉÍĹĹÔÓŃ ×ĎÚÍĎÖÎĎÓÔŘ ŇĹÄÁËÔÉŇĎ×ÁÎÉŃ ĚÉÍÉÔĎ×" -"ĐÁÍŃÔÉ. čĎÔŃ ÜÔĎ É ÎĹ ÔŇĹÂŐĹÔÓŃ, ÂĹÚ ÜÔÉČ ×ĎÚÍĎÖÎĎÓÔĹĘ ÎĹËĎÔĎŇŮĹ ĆŐÎËĂÉÉ" -"Ampache ÍĎÇŐÔ ŇÁÂĎÔÁÔŘ ÎĹĐŇÁ×ÉĚŘÎĎ." - -#: ../../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 "" -"âŐÄĹÔ ĐŇĎÉÚ×ĹÄĹÎÁ ĐĎĐŮÔËÁ ŢÔĹÎÉŃ /config/ampache.cfg.php ĺĹ ÎĹŐÄÁŢÁ ÂŐÄĹÔ " -"ĎÚÎÁŢÁÔŘ ŢÔĎ ĚÉÂĎ ampache.cfg.php ÉÍĹĹÔ ÎĹ×ĹŇÎĎĹ ÍĹÓÔĎĐĎĚĎÖĹÎÉĹ,\n" -"\tĚÉÂĎ ĎÎ ÎĹ ÍĎÖĹÔ ÂŮÔŘ ĐŇĎŢÉÔÁÎ ÷ÁŰÉÍ ×ĹÂ-ÓĹŇ×ĹŇĎÍ." - -#: ../../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 "" -"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ, ÔĎÇĎ ŢÔĎ Ő ÷ÁÓ ŐÓÔÁÎĎ×ĚĹÎŮ ×ÓĹ" -"ĎÂŃÚÁÔÁĹĚŘÎŮĹ ĐÁŇÁÍĹÔŇŮ ËĎÎĆÉÇŐŇÁĂÉÉ, É ŢÔĎ ĆÁĘĚ ËĎÎĆÉÇŐŇÁĂÉÉ ÍĎÖĹÔ ÂŮÔŘ " -"ĎÂŇÁÂĎÔÁÎ" - -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "Ampache.cfg.php Up to Date?" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "Ampache.cfg.php is missing the following:" - -#: ../../templates/show_test.inc:240 -msgid "DB Connection" -msgstr "DB Connection" - -#: ../../templates/show_test.inc:256 -msgid "" -"This attempts to connect to your database using the values from your ampache." -"cfg.php" -msgstr "" -"This attempts to connect to your database using the values from your ampache." -"cfg.php" - -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "éÓËÁÔŘ" - -#: ../../templates/show_similar_artists.inc:23 -msgid "Similar Artists" -msgstr "đĎČĎÖÉĹ ÉÓĐĎĚÎÉÔĹĚÉ" - -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" -msgstr "đĎÖÁĚŐĘÓÔÁ ×ŮÄĹĚÉÔĹ ÉÓĐĎĚÎÉÔĹĚĹĘ, ËĎÔĎŇŮČ ×Ů ČĎÔÉÔĹ ĎÂßĹÄÉÎÉÔŘ Ó ÔĹËŐÝÉÍ" - -#: ../../templates/show_similar_artists.inc:62 -msgid "Back" -msgstr "îÁÚÁÄ" - -#: ../../templates/show_similar_artists.inc:73 -msgid "Rename selected" -msgstr "đĹŇĹÉÍĹÎĎ×ÁÔŘ ×ŮÄĹĚĹÎÎŮĹ" - -#: ../../templates/show_similar_artists.inc:83 -msgid "Advanced Options" -msgstr "äĎĐĎĚÎÉÔĹĚŘÎŮĹ ÎÁÓÔŇĎĘËÉ" - -#: ../../templates/show_similar_artists.inc:144 -msgid "Search Again" -msgstr "éÓËÁÔŘ ĹÝĹ" - -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "ěĎÇÉÎ" - -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "úÁĐĎÍÎÉÔŘ ÍĹÎŃ" - -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "ňĹÇÉÓÔŇÁĂÉŃ" - -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "ëĚŔŢĹ×ŮĹ ÓĚĎ×Á" - -#: ../../templates/show_search.inc:73 -msgid "Played" -msgstr "đŇĎÉÇŇÁÎÎÁŃ" - -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" -msgstr "íÉÎ ÂÉÔŇĹĘÄ" - -#: ../../templates/show_search.inc:96 -msgid "One Star" -msgstr "ďÄÎÁ Ú×ĹÚÄÁ" - -#: ../../templates/show_search.inc:97 -msgid "Two Stars" -msgstr "ä×Ĺ Ú×ĹÚÄŮ" - -#: ../../templates/show_search.inc:98 -msgid "Three Stars" -msgstr "ôŇÉ Ú×ĹÚÄŮ" - -#: ../../templates/show_search.inc:99 -msgid "Four Stars" -msgstr "ţĹÔŮŇĹ Ú×ĹÚÄŮ" - -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "đŃÔŘ Ú×ĹÚÄ" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "ďĐĹŇÁÔĎŇ" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "é" - -#: ../../templates/show_search.inc:112 -msgid "Method" -msgstr "íĹÔĎÄ" - -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "îĹŢĹÔËÉĘ" - -#: ../../templates/show_search.inc:116 -msgid "Exact" -msgstr "ţĹÔËÉĘ" - -#: ../../templates/show_search.inc:119 -msgid "Maximum Results" -msgstr "íÁËÓÉÍŐÍ ŇĹÚŐĚŘÔÁÔĎ×" - -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "ďŢÉÓÔÉÔŘ" - -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" -msgstr "" - -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "óĎČŇÁÎÉÔŘ" +#~ msgid "The Catalog and all associated records has been deleted" +#~ msgstr "ëÁÔÁĚĎÇ É ×ÓĹ Ó×ŃÚÁÎÎŮĹ Ó ÎÉÍ ÚÁĐÉÓÉ ŐÄÁĚĹÎŮ" + +#~ msgid "Catalog Created and Songs Indexed" +#~ msgstr "ëÁÔÁĚĎÇ ÓĎÚÄÁÎ É ĐĹÓÎÉ ĐŇĎÉÎÄĹËÓÉŇĎ×ÁÎŮ" + +#~ msgid "Do you really want to clear the statistics for this catalog?" +#~ msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ĎŢÉÓÔÉÔŘ ÓÔÁÔÉÓÔÉËŐ ÄĚŃ ÜÔĎÇĎ ËÁÔÁĚĎÇÁ?" + +#~ msgid "Confirm Delete" +#~ msgstr "đĎÄÔ×ĹŇÄÉÔĹ ŐÄÁĚĹÎÉĹ" + +#~ msgid "Do you really want to delete this Access Record?" +#~ msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ úÁĐÉÓŘ?" + +#~ msgid "Entry Deleted" +#~ msgstr "úÁĐÉÓŘ ŐÄÁĚĹÎÁ" + +#~ msgid "Entry Added" +#~ msgstr "úÁĐÉÓŘ ÄĎÂÁ×ĚĹÎÁ" + +#~ msgid "Entry Updated" +#~ msgstr "úÁĐÉÓŘ ĎÂÎĎ×ĚĹÎÁ" + +#~ msgid "Site" +#~ msgstr "óÁĘÔ" + +#~ msgid "Module Activated" +#~ msgstr "íĎÄŐĚŘ ÁËÔÉ×ÉŇĎ×ÁÎ" + +#~ msgid "Are you sure you want to remove this module?" +#~ msgstr "÷Ů Ő×ĹŇĹÎŮ ŢÔĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ÍĎÄŐĚŘ?" + +#~ msgid "Module Deactivated" +#~ msgstr "íĎÄŐĚŘ ÄĹÁËÔÉ×ÉŇĎ×ÁÎ" + +#~ msgid "Show Genres starting with" +#~ msgstr "đĎËÁÚÁÔŘ ÖÁÎŇŮ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó " + +#~ msgid "album's with art" +#~ msgstr "ÁĚŘÂĎÍŮ Ó ĎÂĚĎÖËÁÍÉ" + +#~ msgid "Album Art Already Found" +#~ msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ŐÖĹ ÎÁĘÄĹÎÁ" + +#~ msgid "Error: Name Identical" +#~ msgstr "ďŰÉÂËÁ: éÍĹÎÁ ÉÄĹÎÔÉŢÎŮ" + +#~ msgid "" +#~ "You defined the option \"debug = on\" but didn't define a log path for " +#~ "the log to be stored" +#~ msgstr "" +#~ "÷Ů ×ŮÂŇÁĚÉ ĎĐĂÉŔ \"debug = on\", ÎĎ ÎĹ ĎĐŇĹÄĹĚÉĚÉ ĐŐÓÔŘ, ÇÄĹ ÓĎČŇÁÎŃÔŘ ĚĎÇ" + +#~ msgid "Downsample" +#~ msgstr "ó ĐĎÎÉÖĹÎÉĹÍ ÂÉÔŇĹĘÄÁ" + +#~ msgid "Global" +#~ msgstr "çĚĎÂÁĚŘÎŮĘ" + +#~ msgid "No songs in this playlist." +#~ msgstr "îĹÔ ĐĹÓĹÎ × ÜÔĎÍ ĐĚĹĘĚÉÓÔĹ." + +#~ msgid "New Playlist" +#~ msgstr "îĎ×ŮĘ ĐĚĹĘĚÉÓÔ" + +#~ msgid "Show w/o art" +#~ msgstr "đĎËÁÚÁÔŘ ÂĹÚ ĎÂĚĎÖËÉ" + +#~ msgid "Show all" +#~ msgstr "đĎËÁÚÁÔŘ ×ÓŁ" + +#~ msgid "Add a new user" +#~ msgstr "äĎÂÁ×ÉÔŘ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ" + +#~ msgid "Controls" +#~ msgstr "őĐŇÁ×ĚĹÎÉĹ" + +#~ msgid "No Playlists Found" +#~ msgstr "đĚĹĘĚÉÓÔŮ ÎĹ ÎÁĘÄĹÎŮ" + +#~ msgid "Users" +#~ msgstr "đĎĚŘÚĎ×ÁÔĹĚÉ" + +#~ msgid "Mail Users" +#~ msgstr "Mail Users" + +#~ msgid "Democratic View" +#~ msgstr "äĹÍĎËŇÁÔÉŢÎŮĘ ×ÉÄ" + +#~ msgid "Rename Artist" +#~ msgstr "đĹŇĹÉÍĹÎĎ×ÁÔŘ ÉÓĐĎĚÎÉÔĹĚŃ" + +#~ msgid "Results Per Page" +#~ msgstr "ňĹÚŐĚŘÔÁÔĎ× ÎÁ ÓÔŇÁÎÉĂĹ" + +#~ msgid "Newest Artist Additions" +#~ msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ÉÓĐĎĚÎÉÔĹĚĹĘ" + +#~ msgid "Newest Album Additions" +#~ msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ÁĚŘÂĎÍĎ×" + +#~ msgid "Newest Live Stream Additions" +#~ msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ĐĎÔĎËĎ×" + +#~ msgid "Playlist Actions" +#~ msgstr "äĹĘÓÔ×ÉŃ ÎÁÄ ĐĚĹĘĚÉÓÔĎÍ" + +#~ msgid "Edit Playlist" +#~ msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ĐĚĹĘĚÉÓÔ" + +#~ msgid "Play This Playlist" +#~ msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÜÔĎÔ ĐĚĹĘĚÉÓÔ" + +#~ msgid "Delete This Playlist" +#~ msgstr "őÄÁĚÉÔŘ ÜÔĎÔ ĐĚĹĘĚÉÓÔ" + +#~ msgid "Import From File" +#~ msgstr "éÍĐĎŇÔÉŇĎ×ÁÔŘ ÉÚ ĆÁĘĚÁ" + +#~ msgid "Delete Empty Playlists" +#~ msgstr "őÄÁĚÉÔŘ ĐŐÓÔŮĹ ĐĚĹĘĚÉÓÔŮ" + +#~ msgid "Show Albums starting with" +#~ msgstr "đĎËÁÚÁÔŘ ÁĚŘÂĎÍŮ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó" + +#~ msgid "Show Titles Starting With" +#~ msgstr "đĎËÁÚÁÔŘ ÎÁÚ×ÁÎÉŃ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó" + +#~ msgid "Localplay Init Failed" +#~ msgstr "éÎÉĂÉÁĚÉÚÁĂÉŃ ĚĎËÁĚŘÎĎÇĎ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉŃ ÚÁ×ĹŇŰÉĚÁÓŘ ÎĹŐÄÁŢĹĘ" + +#~ msgid "Playlist Deleted" +#~ msgstr "đĚĹĘĚÉÓÔ ŐÄÁĚĹÎ" + +#~ msgid "The Requested Playlist has been deleted" +#~ msgstr "úÁĐŇĎŰĹÎÎŮĘ ĐĚĹĘĚÉÓÔ ÂŮĚ ŐÄÁĚĹÎ" + +#~ msgid "Are you sure you want to delete this playlist" +#~ msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ĐĚĹĘĚÉÓÔ?" + +#~ msgid "Confirm Action" +#~ msgstr "đĎÄÔ×ĹŇÖÄĹÎÉĹ ÄĹĘÓÔ×ÉŃ" + +#~ msgid "Error: Password Does Not Match or Empty" +#~ msgstr "ďŰÉÂËÁ: đÁŇĎĚŘ ÎĹ ÓĎ×ĐÁÄÁĹÔ, ÉĚÉ ĐŐÓÔ" + +#~ msgid "Password Updated" +#~ msgstr "đÁŇĎĚŘ ĎÂÎĎ×ĚĹÎ" + +#~ msgid "Error: Unable to write to" +#~ msgstr "ďŰÉÂËÁ: ÎĹ ŐÄÁĚĎÓŘ ÚÁĐÉÓÁÔŘ " + +#~ msgid "Error: Upload directory not inside a catalog" +#~ msgstr "ďŰÉÂËÁ: ÄÉŇĹËÔĎŇÉŃ ÄĚŃ ÚÁËÁŢĹË ÎÁČĎÄÉÔÓŃ ÎĹ × ËÁÔÁĚĎÇĹ" + +#~ msgid "Adding" +#~ msgstr "äĎÂÁ×ĚĹÎÉĹ" + +#~ msgid "to database" +#~ msgstr "× ÂÁÚŐ ÄÁÎÎŮČ" + +#~ 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 "" +#~ "\n" +#~ "\t\n" +#~ "************* ÷îéíáîéĺ! *************\n" +#~ "üÔĎÔ ÓËŇÉĐÔ ĐĹŇĹÎĹÓĹÔ \n" +#~ "É, ×ĎÚÍĎÖÎĎ, ŐÄÁĚÉÔ ÚÁËÁŢÁÎÎŮĹ ĆÁĘĚŮ.\n" +#~ "************* ÷îéíáîéĺ! *************\n" +#~ "\n" +#~ "÷ÓĹ ĆÁĘĚŮ, ĐĎÍĹŢĹÎÎŮĹ ÎÁ ÄĎÂÁ×ĚĹÎÉĹ, ÂŐÄŐÔ ĐĹŇĹÎĹÓĹÎŮ × ÄÉŇĹËÔĎŇÉŔ ÄĚŃ " +#~ "ÚÁËÁŢĹË.\n" +#~ "÷ÓĹ ĆÁĘĚŮ, ĐĎÍĹŢĹÎÎŮĹ ÎÁ ŐÄÁĚĹÎÉĹ, ÂŐÄŐÔ ŐÄÁĚĹÎŮ. üÔĎÔ ÓËŇÉĐÔ ÄĎĚÖĹÎ " +#~ "ÂŮÔŘ\n" +#~ "ÚÁĐŐÝĹÎ ĎÔ ĐĎĚŘÚĎ×ÁÔĹĚŃ Ó ÄĎÓÔÁÔĎŢÎŮÍÉ ĐŇÁ×ÁÍÉ ÄĚŃ ×ŮĐĎĚÎĹÎÉŃ ÜÔÉČ Ä×ŐČ " +#~ "ĆŐÎËĂÉĘ.\n" +#~ "\t\n" + +#~ msgid "Continue? (Y/N):" +#~ msgstr "đŇĎÄĎĚÖÉÔŘ? (Y/N):" + +#~ msgid "Error: " +#~ msgstr "ďŰÉÂËÁ: " + +#~ msgid "You are currently logged in as" +#~ msgstr "÷Ů ÚÁŰĚÉ ËÁË " + +#~ msgid "Song title" +#~ msgstr "îÁÚ×ÁÎÉĹ ĐĹÓÎÉ" + +#~ msgid "Total" +#~ msgstr "÷ÓĹÇĎ" + +#~ msgid "Rebuild Preferences" +#~ msgstr "đĹŇĹÓÔŇĎÉÔŘ ĐŇĹÄĐĎŢÔĹÎÉŃ" + +#~ msgid "Interface" +#~ msgstr "éÎÔĹŇĆĹĘÓ" + +#~ msgid "Streaming" +#~ msgstr "đĎÔĎËĎ×ĎĹ ×ĹÝÁÎÉĹ" + +#~ msgid "Options" +#~ msgstr "îÁÓÔŇĎĘËÉ" + +#~ msgid "System" +#~ msgstr "óÉÓÔĹÍÁ" + +#~ msgid "" +#~ "Use the form below to add a host that you want to have access to your " +#~ "Ampache catalog." +#~ msgstr "" +#~ "éÓĐĎĚŘÚŐĘÔĹ ÄÁÎÎŐŔ ĆĎŇÍŐ ÄĚŃ ÄĎÂÁ×ĚĹÎÉŃ ČĎÓÔÁ, ËĎÔĎŇĎÍŐ ÷Ů " +#~ "ČĎÔÉÔĹĐŇĹÄĎÓÔÁ×ÉÔŘ ÄĎÓÔŐĐ Ë ÷ÁŰĹÍŐ ËÁÔÁĚĎÇŐ Ampache" + +#~ msgid "XML-RPC Options" +#~ msgstr "ďĐĂÉÉ XML-RPC" + +#~ msgid "Host Access to Your Catalog" +#~ msgstr "äĎÓÔŐĐ Ë ÷ÁŰĹÍŐ ËÁÔÁĚĎÇŐ" + +#~ msgid "Revoke" +#~ msgstr "ďÔĎÚ×ÁÔŘ" + +#~ msgid "Album Name" +#~ msgstr "áĚŘÂĎÍ" + +#~ msgid "Album Year" +#~ msgstr "çĎÄ" + +#~ msgid "Tracks" +#~ msgstr "ôŇĹËÉ" + +#~ msgid "Edit Access List" +#~ msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÓĐÉÓĎË ÄĎÓÔŐĐÁ" + +#~ 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 "" +#~ "üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ, ÔĎÇĎ ŢÔĎ Ő ÷ÁÓ ŐÓÔÁÎĎ×ĚĹÎŮ " +#~ "×ÓĹĎÂŃÚÁÔÁĹĚŘÎŮĹ ĐÁŇÁÍĹÔŇŮ ËĎÎĆÉÇŐŇÁĂÉÉ, É ŢÔĎ ĆÁĘĚ ËĎÎĆÉÇŐŇÁĂÉÉ ÍĎÖĹÔ " +#~ "ÂŮÔŘ ĎÂŇÁÂĎÔÁÎ" + +#~ msgid "Ampache.cfg.php Up to Date?" +#~ msgstr "Ampache.cfg.php Up to Date?" + +#~ msgid "Ampache.cfg.php is missing the following:" +#~ msgstr "Ampache.cfg.php is missing the following:" + +#~ msgid "Reset Form" +#~ msgstr "ďŢÉÓÔÉÔŘ" + +#~ msgid "Save" +#~ msgstr "óĎČŇÁÎÉÔŘ" #~ msgid "IceCast" #~ msgstr "IceCast" @@ -3257,12 +3853,6 @@ msgstr " #~ msgid "Playback" #~ msgstr "Playback" -#~ msgid "Stop" -#~ msgstr "Stop" - -#~ msgid "Pause" -#~ msgstr "Pause" - #~ msgid "Increase Volume" #~ msgstr "Increase Volume" diff --git a/locale/tr_TR/LC_MESSAGES/messages.po b/locale/tr_TR/LC_MESSAGES/messages.po index e90e1c9e..311cd326 100644 --- a/locale/tr_TR/LC_MESSAGES/messages.po +++ b/locale/tr_TR/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,767 +16,64 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "" + +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "" + +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "" + +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "" + +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "" + +#: ../../update.php:51 +msgid "Ampache Update" +msgstr "" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" +#: ../../ratings.php:32 +msgid "Rating Updated" msgstr "" -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" msgstr "" -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "" - -#: ../../lib/class/catalog.class.php:530 -#, fuzzy -msgid "album's with art" -msgstr "Kapaksz Albmler" - -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -msgid "None" -msgstr "" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "" - -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "" - -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Error" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "" - -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "" - -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "" - -#: ../../lib/class/catalog.class.php:1240 -msgid "Cleaning the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "" - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr "" - -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "" - -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -#, fuzzy -msgid "Update Finished." -msgstr "Profil gncelleme" - -#: ../../lib/class/catalog.class.php:1634 -msgid "Checked" -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "songs updated." -msgstr "" - -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "" - -#: ../../lib/class/flag.class.php:264 -#, fuzzy -msgid "Approved" -msgstr "Kip" - -#: ../../lib/class/flag.class.php:265 -msgid "Pending" -msgstr "" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -msgid "Other" -msgstr "" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "" - -#: ../../lib/class/localplay.class.php:564 -msgid "Stopped" -msgstr "" - -#: ../../lib/class/localplay.class.php:567 -msgid "Paused" -msgstr "" - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "" - -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -msgid "Localplay" -msgstr "" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "" - -#: ../../lib/preferences.php:294 -msgid "XSPF" -msgstr "" - -#: ../../lib/preferences.php:326 -#, fuzzy -msgid "Disabled" -msgstr "edilgenletir" - -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "" - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "" - -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "" - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -msgid "No Catalogs Found!" -msgstr "" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "" - -#: ../../lib/ui.lib.php:799 -msgid "Random Play" -msgstr "" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -msgid "Admin-Catalog" -msgstr "" - -#: ../../lib/ui.lib.php:819 -#, fuzzy -msgid "Admin-User Management" -msgstr "Kullanc ad" - -#: ../../lib/ui.lib.php:823 -msgid "Admin-Mail Users" -msgstr "" - -#: ../../lib/ui.lib.php:827 -#, fuzzy -msgid "Admin-Manage Access Lists" -msgstr "Eriim listesi" - -#: ../../lib/ui.lib.php:831 -#, fuzzy -msgid "Admin-Site Preferences" -msgstr "Ynetici tercihleri" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "" - -#: ../../lib/ui.lib.php:839 -msgid "Browse Music" -msgstr "" - -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "" - -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "" - -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -msgid "Statistics" -msgstr "" - -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "" - -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "" - -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "" - -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "" - -#: ../../lib/general.lib.php:881 -msgid "British English" -msgstr "" - -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "" - -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" -msgstr "" - -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "" - -#: ../../lib/general.lib.php:969 -msgid "Off" -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" -msgstr "" - -#: ../../modules/horde/Browser.php:867 -msgid "file" -msgstr "" - -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." -msgstr "" - -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" -msgstr "" - -#: ../../modules/horde/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." -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)." -msgstr "" - -#: ../../modules/horde/Browser.php:903 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was only partially uploaded." -msgstr "" - -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -#, fuzzy -msgid "Catalog Updated" -msgstr "Kalalog smi" - -#: ../../admin/catalog.php:119 -#, fuzzy -msgid "Catalog Deleted" -msgstr "Seilmileri iaretle" - -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "" - -#: ../../admin/catalog.php:128 -msgid "Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:134 -msgid "Disabled Songs Processed" -msgstr "" - -#: ../../admin/catalog.php:155 -#, fuzzy -msgid "Catalog Cleaned" -msgstr "Kalalog smi" - -#: ../../admin/catalog.php:198 -#, fuzzy -msgid "Catalog Created" -msgstr "Kalalog smi" - -#: ../../admin/catalog.php:199 -msgid "Catalog Created and Songs Indexed" -msgstr "" - -#: ../../admin/catalog.php:212 -msgid "Catalog statistics cleared" -msgstr "" - -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "" - -#: ../../admin/catalog.php:241 -msgid "No Disabled songs found" -msgstr "" - -#: ../../admin/catalog.php:249 -msgid "Delete Catalog" -msgstr "" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" +#: ../../radio.php:50 +msgid "Radio Station Added" msgstr "" #: ../../admin/flag.php:97 @@ -836,146 +133,967 @@ msgstr "" msgid "Flagged Records" msgstr "aretleyen" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 -msgid "Site" +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 +#, fuzzy +msgid "Catalog Updated" +msgstr "Kalalog smi" + +#: ../../admin/catalog.php:106 +#, fuzzy +msgid "Catalog Deleted" +msgstr "Seilmileri iaretle" + +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" msgstr "" -#: ../../admin/access.php:42 -msgid "Confirm Delete" +#: ../../admin/catalog.php:115 +msgid "Songs Removed" msgstr "" -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" msgstr "" -#: ../../admin/access.php:49 -msgid "Entry Deleted" +#: ../../admin/catalog.php:121 +msgid "Disabled Songs Processed" msgstr "" -#: ../../admin/access.php:49 +#: ../../admin/catalog.php:141 +#, fuzzy +msgid "Catalog Cleaned" +msgstr "Kalalog smi" + +#: ../../admin/catalog.php:191 +#, fuzzy +msgid "Catalog Created" +msgstr "Kalalog smi" + +#: ../../admin/catalog.php:208 +msgid "Catalog statistics cleared" +msgstr "" + +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "" + +#: ../../admin/catalog.php:233 +msgid "No Disabled songs found" +msgstr "" + +#: ../../admin/catalog.php:242 +msgid "Delete Catalog" +msgstr "" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 +msgid "Error Username Required" +msgstr "" + +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 +msgid "Error Passwords don't match" +msgstr "" + +#: ../../admin/users.php:79 +msgid "User Updated" +msgstr "" + +#: ../../admin/users.php:79 +msgid "updated" +msgstr "" + +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" +msgstr "" + +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" +msgstr "" + +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 +msgid "Error" +msgstr "" + +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 +msgid "User Deleted" +msgstr "" + +#: ../../admin/users.php:157 +msgid "Delete Error" +msgstr "" + +#: ../../admin/users.php:157 +msgid "Unable to delete last Admin User" +msgstr "" + +#: ../../admin/users.php:163 +msgid "Deletion Request" +msgstr "" + +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" +msgstr "" + +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" +msgstr "" + +#: ../../admin/modules.php:54 ../../admin/modules.php:92 +msgid "Are you sure you want to remove this plugin?" +msgstr "" + +#: ../../admin/modules.php:66 ../../admin/modules.php:111 +msgid "Plugin Deactivated" +msgstr "" + +#: ../../admin/modules.php:85 +msgid "Plugin Activated" +msgstr "" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "" + +#: ../../admin/access.php:35 msgid "Your Access List Entry has been removed" msgstr "" -#: ../../admin/access.php:54 -msgid "Entry Added" +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" msgstr "" -#: ../../admin/access.php:54 +#: ../../admin/access.php:40 msgid "Your new Access List Entry has been created" msgstr "" -#: ../../admin/access.php:58 -#, fuzzy -msgid "Entry Updated" -msgstr "ID3 Gncelleme" +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "" -#: ../../admin/access.php:58 +#: ../../admin/access.php:45 #, fuzzy msgid "Access List Entry updated" msgstr "Eriim listesi" -#: ../../admin/users.php:65 ../../admin/users.php:112 -msgid "Error Username Required" +#: ../../admin/system.php:64 +msgid "Export Failed" msgstr "" -#: ../../admin/users.php:68 ../../admin/users.php:108 -msgid "Error Passwords don't match" +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" msgstr "" -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" msgstr "" -#: ../../admin/users.php:142 -msgid "Deletion Request" -msgstr "" - -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" -msgstr "" - -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" -msgstr "" - -#: ../../admin/users.php:150 -msgid "User Deleted" -msgstr "" - -#: ../../admin/users.php:153 -msgid "Delete Error" -msgstr "" - -#: ../../admin/users.php:153 -msgid "Unable to delete last Admin User" -msgstr "" - -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 msgid "Catalog Statistics" msgstr "" -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 msgid "Total Users" msgstr "" -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 msgid "Connected Users" msgstr "" -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 msgid "Songs" msgstr "" -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 msgid "Catalog Size" msgstr "" -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 msgid "Catalog Time" msgstr "" -#: ../../admin/mail.php:252 +#: ../../admin/mail.php:260 msgid "E-mail Sent" msgstr "" -#: ../../admin/mail.php:253 +#: ../../admin/mail.php:261 msgid "Your E-mail was successfully sent." msgstr "" -#: ../../admin/modules.php:41 -msgid "Module Activated" +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" msgstr "" -#: ../../admin/modules.php:48 -msgid "Are you sure you want to remove this module?" +#: ../../preferences.php:86 +msgid "Error Update Failed" msgstr "" -#: ../../admin/modules.php:56 -msgid "Module Deactivated" +#: ../../preferences.php:91 +msgid "Your Account has been updated" msgstr "" -#: ../../admin/modules.php:72 -msgid "Plugin Activated" +#: ../../flag.php:45 +#, fuzzy +msgid "Item Flagged" +msgstr "aretleyen" + +#: ../../flag.php:45 +msgid "The specified item has been flagged" msgstr "" -#: ../../admin/modules.php:79 -msgid "Are you sure you want to remove this plugin?" +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +#, fuzzy +msgid "Catalogs" +msgstr "Katalogdan" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" msgstr "" -#: ../../admin/modules.php:95 -msgid "Plugin Deactivated" +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" msgstr "" -#: ../../admin/system.php:120 -msgid "Export Failed" +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +#, fuzzy +msgid "Clean" +msgstr "sil" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:68 +#, fuzzy +msgid "No Catalogs Found" +msgstr "Sonu bulunamad" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +msgid "Clean All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +#, fuzzy +msgid "Verify All" +msgstr "Hepsini grntle" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +msgid "Add to All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +#, fuzzy +msgid "Update All" +msgstr "Profil gncelleme" + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +msgid "Generate New Config" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:93 +#, fuzzy +msgid "Preferences Permissions" +msgstr "Eriim listesindeki izinleri dzenle" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +msgid "Check for New Version" +msgstr "" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +#, fuzzy +msgid "Object" +msgstr "Nesne tr" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +#, fuzzy +msgid "No Records Found" +msgstr "Sonu bulunamad" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +#, fuzzy +msgid "Update" +msgstr "ID3 Gncelleme" + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +#, fuzzy +msgid "Show All" +msgstr "Hepsini grntle" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:52 +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 "" + +#: ../../templates/show_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +msgid "Song Title" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +msgid "Recently Played" +msgstr "" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" msgstr "" #: ../../templates/show_flag.inc.php:41 @@ -999,157 +1117,938 @@ msgstr "" msgid "Incorrect Tags" msgstr "" -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" msgstr "" -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +msgid "Other" msgstr "" -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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" +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" msgstr "" -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "" -"A MySQL Server with a username and password that can create/modify databases" +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" msgstr "" -#: ../../templates/show_install_account.inc.php:47 +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" +msgstr "" + +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 msgid "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" +"ampache.cfg.php.dist file" msgstr "" -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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" +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" msgstr "" -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" msgstr "" -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" msgstr "" -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" msgstr "" -#: ../../templates/show_install_account.inc.php:57 -msgid "" -"This step creates your initial Ampache admin account. Once your admin " -"account has been created you will be directed to the login page" +#: ../../templates/show_localplay_status.inc.php:55 +msgid "Repeat" msgstr "" -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "" - -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "" - -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" -msgstr "" - -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" -msgstr "" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" -msgstr "" - -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 msgid "Random" msgstr "" -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" msgstr "" -#: ../../templates/show_playlists.inc.php:75 +#: ../../templates/show_disabled_songs.inc.php:65 +msgid "Remove" +msgstr "" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" +msgstr "" + +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +msgid "Last Ip" +msgstr "" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 #, fuzzy -msgid "No Playlists Found" -msgstr "Sonu bulunamad" +msgid "Base Playlist" +msgstr "Yeni ark listesi" + +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_config.inc.php:51 +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 "" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +msgid "Create" +msgstr "" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +msgid "Localplay" +msgstr "" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +msgid "Current Playlist" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +msgid "Description" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +msgid "Version" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +msgid "Activate" +msgstr "" + +#: ../../templates/show_install.inc.php:54 +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.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:23 +#, fuzzy +msgid "Similar Artists" +msgstr "Tm Sanatlar" + +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:66 +msgid "Back" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:77 +#, fuzzy +msgid "Rename selected" +msgstr "Seilmileri iaretle" + +#: ../../templates/show_similar_artists.inc.php:91 +#, fuzzy +msgid "Advanced Options" +msgstr "Eklendi" + +#: ../../templates/show_similar_artists.inc.php:152 +msgid "Search Again" +msgstr "" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "" + +#: ../../templates/show_playlist.inc.php:30 +msgid "Normalize Tracks" +msgstr "" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +msgid "Play Random" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "" + +#: ../../templates/show_preference_admin.inc.php:22 +msgid "Preference Administration" +msgstr "" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "minutes ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "hours ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "days ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "years ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "" + +#: ../../templates/show_search.inc.php:95 +msgid "One Star" +msgstr "" + +#: ../../templates/show_search.inc.php:96 +msgid "Two Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "" + +#: ../../templates/show_search.inc.php:118 +msgid "Maximum Results" +msgstr "" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +msgid "ACL Type" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +msgid "Stream Access" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +msgid "Remote Key" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +msgid "Read" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:23 +msgid "Edit Song" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:88 +#, fuzzy +msgid "Update Song" +msgstr "Profil gncelleme" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +#, fuzzy +msgid "Genres" +msgstr "Kategori" + +#: ../../templates/show_mail_users.inc.php:24 +msgid "Send E-mail to Users" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:54 +msgid "Latest Artist Additions" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:65 +msgid "Latest Album Additions" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +msgid "Disabled Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:87 +msgid "Most Popular Threshold in days" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +msgid "Create ACL" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:26 +msgid "Editing Playlist" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:40 +#, fuzzy +msgid "Private" +msgstr "Size zel" #: ../../templates/show_duplicates.inc.php:25 msgid "Find Duplicates" @@ -1171,683 +2070,307 @@ msgstr "" msgid "Select Best Guess" msgstr "" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" msgstr "" -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" msgstr "" -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 -msgid "Current Playlist" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:27 -msgid "Editing Playlist" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:40 -#, fuzzy -msgid "Private" -msgstr "Size zel" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -#, fuzzy -msgid "Update" -msgstr "ID3 Gncelleme" - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -msgid "Config" -msgstr "" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -msgid "Song Title" -msgstr "" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "" - -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "" - -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" -msgstr "" - -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" -msgstr "" - -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:27 -#, fuzzy -msgid "Catalogs" -msgstr "Katalogdan" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:46 -#, fuzzy -msgid "Clean" -msgstr "sil" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:65 -#, fuzzy -msgid "No Catalogs Found" -msgstr "Sonu bulunamad" - -#: ../../templates/show_admin_tools.inc.php:71 -msgid "Clean All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:72 -#, fuzzy -msgid "Verify All" -msgstr "Hepsini grntle" - -#: ../../templates/show_admin_tools.inc.php:73 -msgid "Add to All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:74 -#, fuzzy -msgid "Update All" -msgstr "Profil gncelleme" - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -msgid "Generate New Config" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:86 -#, fuzzy -msgid "Preferences Permissions" -msgstr "Eriim listesindeki izinleri dzenle" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:88 -msgid "Check for New Version" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 +msgid "None" msgstr "" #: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 msgid "Albums by" msgstr "" -#: ../../templates/show_artist_box.inc.php:33 +#: ../../templates/show_artist_box.inc.php:34 msgid "Show All Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:34 +#: ../../templates/show_artist_box.inc.php:35 msgid "Play All Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:35 +#: ../../templates/show_artist_box.inc.php:36 msgid "Play Random Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 -msgid "Update from tags" -msgstr "" - #: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" +#: ../../templates/show_album.inc.php:52 +msgid "Update from tags" msgstr "" #: ../../templates/show_artist_box.inc.php:39 msgid "Find duplicate artists" msgstr "" -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" msgstr "" -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" msgstr "" -#: ../../templates/show_user.inc.php:42 +#: ../../templates/show_random.inc.php:26 +msgid "Item count" +msgstr "" + +#: ../../templates/show_random.inc.php:41 +msgid "From genre" +msgstr "" + +#: ../../templates/show_random.inc.php:50 +msgid "Standard" +msgstr "" + +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" +msgstr "" + +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" +msgstr "" + +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" +msgstr "" + +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" +msgstr "" + +#: ../../templates/show_random.inc.php:59 #, fuzzy -msgid "New Password" -msgstr "Parola deitirme" +msgid "From catalog" +msgstr "Katalogdan" -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" -msgstr "" - -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" -msgstr "" - -#: ../../templates/show_user.inc.php:65 -msgid "Update Account" -msgstr "" - -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" -msgstr "" - -#: ../../templates/show_user_stats.inc.php:29 +#: ../../templates/show_random.inc.php:65 #, fuzzy -msgid "Favorite Artists" -msgstr "Tm Sanatlar" +msgid "Size Limit" +msgstr "Snrlar grntle" -#: ../../templates/show_user_stats.inc.php:40 -msgid "Favorite Albums" +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" msgstr "" -#: ../../templates/show_user_stats.inc.php:51 -#, fuzzy -msgid "Favorite Songs" -msgstr "arky iaretle" - -#: ../../templates/show_tv_playlist.inc.php:31 -msgid "Playing from base Playlist" -msgstr "" - -#: ../../templates/show_tv_playlist.inc.php:44 -msgid "Votes" -msgstr "" - -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "" - -#: ../../templates/show_modules.inc.php:38 -#, fuzzy -msgid "Localplay Modules" -msgstr "Yerel alma Dzeni" - -#: ../../templates/show_modules.inc.php:41 -msgid "Module Name" -msgstr "" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -msgid "Activate" -msgstr "" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -msgid "Deactivate" -msgstr "" - -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -#, fuzzy -msgid "No Records Found" -msgstr "Sonu bulunamad" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "" - -#: ../../templates/show_modules.inc.php:73 -msgid "Description" -msgstr "" - -#: ../../templates/show_modules.inc.php:74 -msgid "Version" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:23 -msgid "Edit Song" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:89 -#, fuzzy -msgid "Update Song" -msgstr "Profil gncelleme" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" msgstr "" #: ../../templates/show_genre.inc.php:29 msgid "Viewing" msgstr "" -#: ../../templates/show_mail_users.inc.php:25 -msgid "Send E-mail to Users" +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" msgstr "" -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" msgstr "" -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" msgstr "" -#: ../../templates/show_mail_users.inc.php:52 -msgid "Latest Artist Additions" +#: ../../templates/sidebar_preferences.inc.php:32 +msgid "Modules" msgstr "" -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:63 -msgid "Latest Album Additions" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -msgid "Disabled Songs" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:85 -msgid "Most Popular Threshold in days" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" -msgstr "" - -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 +#: ../../templates/sidebar_preferences.inc.php:34 #, fuzzy -msgid "Show All" -msgstr "Hepsini grntle" +msgid "Localplay Modules" +msgstr "Yerel alma Dzeni" -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" msgstr "" -#: ../../templates/show_tv_adminctl.inc.php:22 -#, fuzzy -msgid "Admin Controls" -msgstr "Ynetici Ksm" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -#, fuzzy -msgid "Base Playlist" -msgstr "Yeni ark listesi" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -#, fuzzy -msgid "Clear Playlist" -msgstr "Yeni ark listesi" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" msgstr "" -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" msgstr "" -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" msgstr "" -#: ../../templates/show_flagged.inc.php:28 -#, fuzzy -msgid "Object" -msgstr "Nesne tr" - -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" -msgstr "" - -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "" - -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" msgstr "" #: ../../templates/show_get_albumart.inc.php:23 msgid "Customize Search" msgstr "" -#: ../../templates/show_get_albumart.inc.php:46 +#: ../../templates/show_get_albumart.inc.php:44 msgid "Direct URL to Image" msgstr "" -#: ../../templates/show_get_albumart.inc.php:54 +#: ../../templates/show_get_albumart.inc.php:52 msgid "Local Image" msgstr "" -#: ../../templates/show_get_albumart.inc.php:66 +#: ../../templates/show_get_albumart.inc.php:63 msgid "Get Art" msgstr "" -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" msgstr "" -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" +#: ../../templates/show_edit_catalog.inc.php:22 +msgid "Settings for" msgstr "" -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" msgstr "" -#: ../../templates/show_playlist_box.inc.php:36 -msgid "Play This Playlist" +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" msgstr "" -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" msgstr "" -#: ../../templates/show_playlist_box.inc.php:38 -msgid "Delete This Playlist" +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" msgstr "" -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" msgstr "" -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" msgstr "" -#: ../../templates/show_playlist_box.inc.php:43 +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:38 +msgid "Playing from base Playlist" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +msgid "Votes" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 #, fuzzy -msgid "Delete Empty Playlists" -msgstr "Yeni ark listesi" +msgid "Edit Artist" +msgstr "Tm Sanatlar" -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" msgstr "" -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" +#: ../../templates/show_edit_album.inc.php:23 +#, fuzzy +msgid "Edit Album" +msgstr "Tm albmler" + +#: ../../templates/show_edit_album.inc.php:47 +#, fuzzy +msgid "Update Album" +msgstr "Profil gncelleme" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" msgstr "" -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" +#: ../../templates/show_plugins.inc.php:46 +msgid "Deactivate" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" msgstr "" #: ../../templates/show_play_selected.inc.php:28 @@ -1870,171 +2393,6 @@ msgstr "" msgid "Add to" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:22 -msgid "Settings for" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:56 -msgid "Repeat" -msgstr "" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "" - -#: ../../templates/show_add_playlist.inc.php:42 -msgid "Create" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -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:80 -msgid "User Access Level" -msgstr "" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:75 -#, fuzzy -msgid "Disable Songs" -msgstr "edilgenletir" - #: ../../templates/show_ip_history.inc.php:23 msgid "IP History" msgstr "" @@ -2043,15 +2401,58 @@ msgstr "" msgid "Show Unique" msgstr "" -#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 msgid "Date" msgstr "" -#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 msgid "IP Address" msgstr "" +#: ../../templates/show_add_catalog.inc.php:27 +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_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +#, fuzzy +msgid "Clear Playlist" +msgstr "Yeni ark listesi" + #: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 msgid "Recommendations" msgstr "" @@ -2067,288 +2468,817 @@ msgstr "" msgid "Recommended Songs" msgstr "" -#: ../../templates/show_preference_admin.inc.php:22 -msgid "Preference Administration" +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" msgstr "" -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" msgstr "" -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" msgstr "" -#: ../../templates/show_edit_album.inc.php:23 +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" +msgstr "" + +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" +msgstr "" + +#: ../../templates/show_user_stats.inc.php:30 #, fuzzy -msgid "Edit Album" -msgstr "Tm albmler" - -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -#, fuzzy -msgid "Update Album" -msgstr "Profil gncelleme" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "minutes ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "hours ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "days ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:23 -msgid "years ago" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:26 -msgid "Recently Played" -msgstr "" - -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" -msgstr "" - -#: ../../templates/show_edit_artist.inc.php:23 -#, fuzzy -msgid "Edit Artist" +msgid "Favorite Artists" msgstr "Tm Sanatlar" -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" +#: ../../templates/show_user_stats.inc.php:43 +msgid "Favorite Albums" msgstr "" -#: ../../localplay.php:50 ../../localplay.php:58 -msgid "Song(s) Removed from Playlist" -msgstr "" - -#: ../../localplay.php:77 +#: ../../templates/show_user_stats.inc.php:56 #, fuzzy -msgid "Localplay Init Failed" -msgstr "Yerel alma Dzeni" +msgid "Favorite Songs" +msgstr "arky iaretle" -#: ../../browse.php:48 ../../albums.php:213 -msgid "Show Albums starting with" +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" msgstr "" -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -msgid "Show Artists starting with" +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" msgstr "" -#: ../../browse.php:124 -msgid "Show Titles Starting With" +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" msgstr "" -#: ../../search.php:47 -msgid "Error: No Keyword Entered" +#: ../../templates/show_list_duplicates.inc.php:96 +#, fuzzy +msgid "Disable Songs" +msgstr "edilgenletir" + +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" msgstr "" -#: ../../ampache/templates/sidebar.inc.php:38 -msgid "Lists" +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" msgstr "" -#: ../../ratings.php:33 -msgid "Rating Updated" +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 +msgid "Statistics" msgstr "" -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" msgstr "" -#: ../../login.php:80 -msgid "User Disabled please contact Admin" +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" msgstr "" -#: ../../login.php:94 -msgid "Unable to create new account" +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" msgstr "" -#: ../../login.php:103 -msgid "No local account found" +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" msgstr "" -#: ../../login.php:176 -msgid "Message of the Day" +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" msgstr "" -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" msgstr "" -#: ../../preferences.php:61 -msgid "Password Updated" +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" msgstr "" -#: ../../update.php:73 -msgid "Ampache Update" +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" msgstr "" -#: ../../tv.php:62 -msgid "Playlist Cleared" +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Cleaning the" msgstr "" -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" msgstr "" -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" msgstr "" -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" msgstr "" -#: ../../activate.php:43 +#: ../../templates/show_test.inc.php:33 +msgid "" +"You've reached this page because a configuration error has occured. Debug " +"Information below" +msgstr "" + +#: ../../templates/show_test.inc.php:37 +msgid "CHECK" +msgstr "" + +#: ../../templates/show_test.inc.php:39 +msgid "STATUS" +msgstr "" + +#: ../../templates/show_test.inc.php:41 +msgid "DESCRIPTION" +msgstr "" + +#: ../../templates/show_test.inc.php:44 +msgid "PHP Version" +msgstr "" + +#: ../../templates/show_test.inc.php:59 +msgid "" +"This tests to make sure that you are running a version of PHP that is known " +"to work with Ampache." +msgstr "" + +#: ../../templates/show_test.inc.php:63 +msgid "Mysql for PHP" +msgstr "" + +#: ../../templates/show_test.inc.php:78 +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_test.inc.php:82 +msgid "PHP Session Support" +msgstr "" + +#: ../../templates/show_test.inc.php:97 +msgid "" +"This test checks to make sure that you have PHP session support enabled. " +"Sessions are required for Ampache to work." +msgstr "" + +#: ../../templates/show_test.inc.php:101 +msgid "PHP ICONV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:115 +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_test.inc.php:119 +msgid "PHP PCRE Support" +msgstr "" + +#: ../../templates/show_test.inc.php:132 +msgid "" +"This test makes sure you have PCRE support compiled into your version of " +"PHP, this is required for Ampache." +msgstr "" + +#: ../../templates/show_test.inc.php:136 +msgid "PHP PutENV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:149 +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 "" + +#: ../../templates/show_test.inc.php:166 +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_test.inc.php:189 +msgid "" +"This test makes sure that you have set all of the required configuration " +"variables and that we are able to completely parse your config file" +msgstr "" + +#: ../../templates/show_test.inc.php:193 +msgid "DB Connection" +msgstr "" + +#: ../../templates/show_test.inc.php:209 +msgid "" +"This attempts to connect to your database using the values from your ampache." +"cfg.php" +msgstr "" + +#: ../../templates/show_index.inc.php:49 +msgid "Newest Albums" +msgstr "" + +#: ../../templates/show_index.inc.php:54 +msgid "Newest Artists" +msgstr "" + +#: ../../templates/show_index.inc.php:59 +msgid "Newest Genres" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "" + +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "" + +#: ../../templates/show_account.inc.php:40 +#, fuzzy +msgid "New Password" +msgstr "Parola deitirme" + +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" +msgstr "" + +#: ../../templates/show_account.inc.php:64 +msgid "Update Account" +msgstr "" + +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "" + +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" +msgstr "" + +#: ../../activate.php:42 msgid "No user with this name registered" msgstr "" -#: ../../activate.php:47 +#: ../../activate.php:46 msgid "The validation key used isn't correct." msgstr "" -#: ../../activate.php:52 +#: ../../activate.php:51 msgid "User activated" msgstr "" -#: ../../activate.php:52 +#: ../../activate.php:51 msgid "This User ID is activated and can be used" msgstr "" -#: ../../playlist.php:46 -msgid "Playlist Deleted" +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" msgstr "" -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" +#: ../../democratic.php:80 +msgid "Playlist Cleared" msgstr "" -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" msgstr "" -#: ../../playlist.php:57 +#: ../../lib/class/flag.class.php:280 #, fuzzy -msgid "Confirm Action" -msgstr "Veritaban balants" +msgid "Approved" +msgstr "Kip" -#: ../../playlist.php:117 -msgid "Playlist Created" +#: ../../lib/class/flag.class.php:281 +msgid "Pending" msgstr "" -#: ../../playlist.php:117 -msgid " has been created" +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" msgstr "" -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" msgstr "" -#: ../../playlist.php:145 -msgid "Playlist Updated" +#: ../../lib/class/song.class.php:341 +msgid "Rate" msgstr "" -#: ../../playlist.php:146 -msgid "has been updated and is now" +#: ../../lib/class/song.class.php:345 +msgid "Mode" msgstr "" -#: ../../playlist.php:166 -msgid "Playlist Imported" +#: ../../lib/class/song.class.php:357 +msgid "Filesize" msgstr "" -#: ../../playlist.php:195 -msgid "Empty Playlists Deleted" +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" msgstr "" -#: ../../flag.php:46 +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" +msgstr "" + +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" +msgstr "" + +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "" + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" + +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr "" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 #, fuzzy -msgid "Item Flagged" -msgstr "aretleyen" +msgid "Update Finished." +msgstr "Profil gncelleme" -#: ../../flag.php:46 -msgid "The specified item has been flagged" +#: ../../lib/class/catalog.class.php:1706 +msgid "Checked" msgstr "" -#: ../../albums.php:48 +#: ../../lib/class/catalog.class.php:1706 +msgid "songs updated." +msgstr "" + +#: ../../lib/class/localplay.class.php:647 +msgid "Stopped" +msgstr "" + +#: ../../lib/class/localplay.class.php:650 +msgid "Paused" +msgstr "" + +#: ../../lib/class/album.class.php:217 +msgid "Disk" +msgstr "" + +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "" + +#: ../../lib/preferences.php:272 +msgid "M3U" +msgstr "" + +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "" + +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "" + +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "" + +#: ../../lib/preferences.php:276 +msgid "RAM" +msgstr "" + +#: ../../lib/preferences.php:277 +msgid "XSPF" +msgstr "" + +#: ../../lib/preferences.php:310 +#, fuzzy +msgid "Disabled" +msgstr "edilgenletir" + +#: ../../lib/preferences.php:332 +msgid "Send on Add" +msgstr "" + +#: ../../lib/preferences.php:333 +msgid "Send and Clear on Add" +msgstr "" + +#: ../../lib/preferences.php:334 +msgid "Clear on Send" +msgstr "" + +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 +msgid "Default" +msgstr "" + +#: ../../lib/preferences.php:343 +msgid "Always" +msgstr "" + +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" +msgstr "" + +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "" + +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "" + +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "" + +#: ../../lib/general.lib.php:496 +msgid "British English" +msgstr "" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "" + +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "" + +#: ../../lib/ui.lib.php:556 +msgid "Random Play" +msgstr "" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +msgid "Admin-Catalog" +msgstr "" + +#: ../../lib/ui.lib.php:576 +#, fuzzy +msgid "Admin-User Management" +msgstr "Kullanc ad" + +#: ../../lib/ui.lib.php:580 +msgid "Admin-Mail Users" +msgstr "" + +#: ../../lib/ui.lib.php:584 +#, fuzzy +msgid "Admin-Manage Access Lists" +msgstr "Eriim listesi" + +#: ../../lib/ui.lib.php:588 +#, fuzzy +msgid "Admin-Site Preferences" +msgstr "Ynetici tercihleri" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "" + +#: ../../lib/ui.lib.php:596 +msgid "Browse Music" +msgstr "" + +#: ../../albums.php:32 msgid "Album Art Cleared" msgstr "" -#: ../../albums.php:48 +#: ../../albums.php:32 #, fuzzy msgid "Album Art information has been removed from the database" msgstr "Albm kapa ile ilgili bilgiler veritabanndan silindi" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 msgid "Album Art Not Located" msgstr "" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 msgid "" "Album Art could not be located at this time. This may be due to write access " "error, or the file is not received corectly." msgstr "" -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 msgid "Album Art Inserted" msgstr "" -#: ../../register.php:81 -msgid "Error Captcha Required" +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" msgstr "" -#: ../../register.php:88 -msgid "Error Captcha Failed" +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" msgstr "" -#: ../../register.php:95 -msgid "You must accept the user agreement" +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" msgstr "" -#: ../../register.php:100 -msgid "You did not enter a username" +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" msgstr "" -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" msgstr "" -#: ../../register.php:130 -msgid "You must enter a password" +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" msgstr "" -#: ../../register.php:134 -msgid "Your passwords do not match" +#: ../../modules/horde/Browser.php:867 +msgid "file" msgstr "" -#: ../../register.php:152 -msgid "Error: Insert Failed" +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." msgstr "" -#: ../../register.php:169 -msgid "Registration Complete" +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" msgstr "" -#: ../../bin/print_tags.php.inc:64 +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." +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)." +msgstr "" + +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." +msgstr "" + +#: ../../localplay.php:72 ../../localplay.php:80 +msgid "Song(s) Removed from Playlist" +msgstr "" + +#: ../../playlist.php:57 +msgid "Playlist Created" +msgstr "" + +#: ../../playlist.php:57 +msgid " has been created" +msgstr "" + +#: ../../playlist.php:78 +msgid "Playlist Updated" +msgstr "" + +#: ../../playlist.php:79 +msgid "has been updated and is now" +msgstr "" + +#: ../../playlist.php:101 +msgid "Playlist Imported" +msgstr "" + +#: ../../playlist.php:130 +msgid "Empty Playlists Deleted" +msgstr "" + +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "" + +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "" + +#: ../../login.php:96 +msgid "No local account found" +msgstr "" + +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "" + +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "" + +#: ../../bin/print_tags.inc:66 msgid "" "[print_tags.php.inc]\n" "This commandline script will display the tag information for the specified " @@ -2357,638 +3287,41 @@ msgid "" " \n" msgstr "" -#: ../../bin/print_tags.php.inc:70 +#: ../../bin/print_tags.inc:72 msgid "Filename:" msgstr "" -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "" - -#: ../../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 "" - -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "" - -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "" - -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:49 -msgid "Remove" -msgstr "" - -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "" - -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "" - -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" -msgstr "" - -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "" - -#: ../../templates/show_install_config.inc:55 -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 "" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "" - -#: ../../templates/show_preferences.inc:65 -msgid "Streaming" -msgstr "" - -#: ../../templates/show_preferences.inc:68 -msgid "Options" -msgstr "" - -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "" - -#: ../../templates/show_preferences.inc:76 -msgid "System" -msgstr "" - -#: ../../templates/show_preferences.inc:79 -msgid "Modules" -msgstr "" - -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" -msgstr "" - -#: ../../templates/show_random_play.inc:55 -msgid "Full Artist" -msgstr "" - -#: ../../templates/show_random_play.inc:61 #, fuzzy -msgid "From catalog" -msgstr "Katalogdan" +#~ msgid "album's with art" +#~ msgstr "Kapaksz Albmler" -#: ../../templates/show_random_play.inc:67 #, fuzzy -msgid "Size Limit" -msgstr "Snrlar grntle" +#~ msgid "Entry Updated" +#~ msgstr "ID3 Gncelleme" -#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122 -msgid "Unlimited" -msgstr "" - -#: ../../templates/show_install.inc:54 -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:72 -msgid "MySQL Administrative Username" -msgstr "" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "" - -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "" - -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "" - -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "" - -#: ../../templates/show_add_access.inc:23 -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:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 -msgid "Read" -msgstr "" - -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "" - -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 -msgid "ACL Type" -msgstr "" - -#: ../../templates/show_add_access.inc:67 -msgid "Stream Access" -msgstr "" - -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "" - -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "" - -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "" - -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "" - -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -msgid "Remote Key" -msgstr "" - -#: ../../templates/show_add_access.inc:87 -msgid "Create ACL" -msgstr "" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "" - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "" - -#: ../../templates/show_users.inc:61 -msgid "Last Ip" -msgstr "" - -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "" - -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "" - -#: ../../templates/show_artist.inc:38 -msgid "Tracks" -msgstr "" - -#: ../../templates/show_edit_access.inc:23 #, fuzzy -msgid "Edit Access List" -msgstr "Eriim listesi" +#~ msgid "No Playlists Found" +#~ msgstr "Sonu bulunamad" -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "" - -#: ../../templates/show_test.inc:35 -msgid "" -"You've reached this page because a configuration error has occured. Debug " -"Information below" -msgstr "" - -#: ../../templates/show_test.inc:39 -msgid "CHECK" -msgstr "" - -#: ../../templates/show_test.inc:41 -msgid "STATUS" -msgstr "" - -#: ../../templates/show_test.inc:43 -msgid "DESCRIPTION" -msgstr "" - -#: ../../templates/show_test.inc:46 -msgid "PHP Version" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:65 -msgid "Mysql for PHP" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:84 -msgid "PHP Session Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:103 -msgid "PHP ICONV Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:121 -msgid "PHP PCRE Support" -msgstr "" - -#: ../../templates/show_test.inc:134 -msgid "" -"This test makes sure you have PCRE support compiled into your version of " -"PHP, this is required for Ampache." -msgstr "" - -#: ../../templates/show_test.inc:138 -msgid "PHP PutENV Support" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "" - -#: ../../templates/show_test.inc:240 -msgid "DB Connection" -msgstr "" - -#: ../../templates/show_test.inc:256 -msgid "" -"This attempts to connect to your database using the values from your ampache." -"cfg.php" -msgstr "" - -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "" - -#: ../../templates/show_similar_artists.inc:23 #, fuzzy -msgid "Similar Artists" -msgstr "Tm Sanatlar" +#~ msgid "Admin Controls" +#~ msgstr "Ynetici Ksm" -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" -msgstr "" - -#: ../../templates/show_similar_artists.inc:62 -msgid "Back" -msgstr "" - -#: ../../templates/show_similar_artists.inc:73 #, fuzzy -msgid "Rename selected" -msgstr "Seilmileri iaretle" +#~ msgid "Delete Empty Playlists" +#~ msgstr "Yeni ark listesi" -#: ../../templates/show_similar_artists.inc:83 #, fuzzy -msgid "Advanced Options" -msgstr "Eklendi" +#~ msgid "Localplay Init Failed" +#~ msgstr "Yerel alma Dzeni" -#: ../../templates/show_similar_artists.inc:144 -msgid "Search Again" -msgstr "" +#, fuzzy +#~ msgid "Confirm Action" +#~ msgstr "Veritaban balants" -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "" - -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "" - -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "" - -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "" - -#: ../../templates/show_search.inc:73 -msgid "Played" -msgstr "" - -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" -msgstr "" - -#: ../../templates/show_search.inc:96 -msgid "One Star" -msgstr "" - -#: ../../templates/show_search.inc:97 -msgid "Two Stars" -msgstr "" - -#: ../../templates/show_search.inc:98 -msgid "Three Stars" -msgstr "" - -#: ../../templates/show_search.inc:99 -msgid "Four Stars" -msgstr "" - -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "" - -#: ../../templates/show_search.inc:112 -msgid "Method" -msgstr "" - -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "" - -#: ../../templates/show_search.inc:116 -msgid "Exact" -msgstr "" - -#: ../../templates/show_search.inc:119 -msgid "Maximum Results" -msgstr "" - -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "" - -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" -msgstr "" - -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "" +#, fuzzy +#~ msgid "Edit Access List" +#~ msgstr "Eriim listesi" #~ msgid "IceCast" #~ msgstr "IceCast" @@ -3044,10 +3377,6 @@ msgstr "" #~ msgid "Play Random Songs" #~ msgstr "Rasgele ark al" -#, fuzzy -#~ msgid "Genres" -#~ msgstr "Kategori" - #~ msgid "New" #~ msgstr "Yeni" diff --git a/locale/zh_CN/LC_MESSAGES/messages.po b/locale/zh_CN/LC_MESSAGES/messages.po index d36cec56..cd9052f0 100644 --- a/locale/zh_CN/LC_MESSAGES/messages.po +++ b/locale/zh_CN/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-22 19:07-0800\n" +"POT-Creation-Date: 2007-11-25 18:00-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,756 +16,64 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../play/index.php:64 ../../download/index.php:61 +#: ../../register.php:82 +msgid "Error Captcha Required" +msgstr "" + +#: ../../register.php:89 +msgid "Error Captcha Failed" +msgstr "" + +#: ../../register.php:96 +msgid "You must accept the user agreement" +msgstr "" + +#: ../../register.php:101 +msgid "You did not enter a username" +msgstr "" + +#: ../../register.php:105 +msgid "Please fill in your full name (Firstname Lastname)" +msgstr "" + +#: ../../register.php:131 +msgid "You must enter a password" +msgstr "" + +#: ../../register.php:135 +msgid "Your passwords do not match" +msgstr "" + +#: ../../register.php:139 ../../admin/users.php:100 +msgid "Error Username already exists" +msgstr "" + +#: ../../register.php:157 +msgid "Error: Insert Failed" +msgstr "" + +#: ../../register.php:174 +msgid "Registration Complete" +msgstr "" + +#: ../../update.php:51 +msgid "Ampache Update" +msgstr "" + +#: ../../play/index.php:72 msgid "Session Expired: please log in again at" msgstr "" -#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621 -#: ../../lib/class/album.class.php:328 -msgid "Error: Unable to open" +#: ../../ratings.php:32 +msgid "Rating Updated" msgstr "" -#: ../../lib/class/catalog.class.php:317 -msgid "Error: Unable to change to directory" +#: ../../ratings.php:32 +msgid "Your rating for this object has been updated" msgstr "" -#: ../../lib/class/catalog.class.php:374 -msgid "Error: Unable to get filesize for" -msgstr "" - -#: ../../lib/class/catalog.class.php:411 -msgid "is not readable by ampache" -msgstr "" - -#: ../../lib/class/catalog.class.php:530 -msgid "album's with art" -msgstr "" - -#: ../../lib/class/catalog.class.php:812 -msgid "Starting Catalog Build" -msgstr "" - -#: ../../lib/class/catalog.class.php:816 -msgid "Running Remote Sync" -msgstr "" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992 -msgid "Found" -msgstr "" - -#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:992 -#: ../../lib/class/catalog.class.php:1025 ../../lib/preferences.php:269 -#: ../../lib/preferences.php:319 ../../lib/ui.lib.php:1194 -#: ../../admin/catalog.php:259 -msgid "None" -msgstr "" - -#: ../../lib/class/catalog.class.php:840 -#: ../../lib/class/catalog.class.php:1014 -msgid "Added Playlist From" -msgstr "" - -#: ../../lib/class/catalog.class.php:847 -#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258 -msgid "Starting Album Art Search" -msgstr "" - -#: ../../lib/class/catalog.class.php:848 -#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259 -msgid "Searched" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -msgid "Catalog Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1044 -msgid "Total Time" -msgstr "" - -#: ../../lib/class/catalog.class.php:858 -#: ../../lib/class/catalog.class.php:1045 -msgid "Total Songs" -msgstr "" - -#: ../../lib/class/catalog.class.php:859 -#: ../../lib/class/catalog.class.php:1045 -msgid "Songs Per Seconds" -msgstr "" - -#: ../../lib/class/catalog.class.php:894 -#: ../../lib/class/catalog.class.php:1565 -msgid "Updated" -msgstr "" - -#: ../../lib/class/catalog.class.php:901 -msgid "No Update Needed" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "Starting New Song Search on" -msgstr "" - -#: ../../lib/class/catalog.class.php:983 -msgid "catalog" -msgstr "" - -#: ../../lib/class/catalog.class.php:987 -msgid "Running Remote Update" -msgstr "" - -#: ../../lib/class/catalog.class.php:1044 -msgid "Catalog Update Finished" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Error" -msgstr "" - -#: ../../lib/class/catalog.class.php:1064 -msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Error connecting to" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Code" -msgstr "" - -#: ../../lib/class/catalog.class.php:1107 -#: ../../lib/class/catalog.class.php:1162 -msgid "Reason" -msgstr "" - -#: ../../lib/class/catalog.class.php:1123 -msgid "Completed updating remote catalog(s)" -msgstr "" - -#: ../../lib/class/catalog.class.php:1158 -msgid "Added" -msgstr "" - -#: ../../lib/class/catalog.class.php:1240 -msgid "Cleaning the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1240 -#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30 -#: ../../ampache/templates/sidebar.inc.php:30 -msgid "Catalog" -msgstr "" - -#: ../../lib/class/catalog.class.php:1241 -msgid "Checking" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "Catalog Clean Done" -msgstr "" - -#: ../../lib/class/catalog.class.php:1313 -msgid "files removed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1520 -msgid "Updating the" -msgstr "" - -#: ../../lib/class/catalog.class.php:1521 -msgid "songs found checking tag information." -msgstr "" - -#: ../../lib/class/catalog.class.php:1522 -msgid "Verifed" -msgstr "" - -#: ../../lib/class/catalog.class.php:1574 -msgid " FOUND" -msgstr "" - -#: ../../lib/class/catalog.class.php:1576 -msgid "Searching for new Album Art" -msgstr "" - -#: ../../lib/class/catalog.class.php:1580 -msgid "Album Art Already Found" -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "Update Finished." -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "Checked" -msgstr "" - -#: ../../lib/class/catalog.class.php:1634 -msgid "songs updated." -msgstr "" - -#: ../../lib/class/song.class.php:361 -#: ../../templates/show_duplicates.inc.php:35 -#: ../../templates/show_edit_song.inc.php:31 -#: ../../templates/show_disabled_songs.inc:26 -#: ../../templates/show_search.inc:43 -msgid "Title" -msgstr "" - -#: ../../lib/class/song.class.php:361 ../../lib/class/song.class.php:365 -#: ../../lib/class/song.class.php:369 ../../lib/class/song.class.php:373 -#: ../../lib/class/song.class.php:377 ../../lib/class/song.class.php:381 -#: ../../lib/class/song.class.php:385 ../../lib/class/song.class.php:390 -#: ../../lib/class/song.class.php:395 ../../lib/class/song.class.php:399 -#: ../../lib/class/song.class.php:403 ../../lib/class/song.class.php:408 -msgid "updated to" -msgstr "" - -#: ../../lib/class/song.class.php:365 -#: ../../templates/show_list_duplicates.inc.php:35 -#: ../../templates/show_songs.inc:53 -msgid "Bitrate" -msgstr "" - -#: ../../lib/class/song.class.php:369 -msgid "Rate" -msgstr "" - -#: ../../lib/class/song.class.php:373 -msgid "Mode" -msgstr "" - -#: ../../lib/class/song.class.php:377 -#: ../../templates/show_tv_playlist.inc.php:46 -#: ../../templates/show_songs.inc:51 -msgid "Time" -msgstr "" - -#: ../../lib/class/song.class.php:381 -#: ../../templates/show_edit_song.inc.php:61 -#: ../../templates/show_localplay_playlist.inc.php:27 -#: ../../templates/show_songs.inc:45 ../../templates/show_songs.inc:50 -msgid "Track" -msgstr "" - -#: ../../lib/class/song.class.php:385 -msgid "Filesize" -msgstr "" - -#: ../../lib/class/song.class.php:390 -#: ../../templates/show_edit_song.inc.php:45 -#: ../../templates/show_get_albumart.inc.php:30 -#: ../../templates/show_play_selected.inc.php:60 -#: ../../templates/show_list_duplicates.inc.php:32 -#: ../../templates/show_recently_played.inc.php:32 -#: ../../templates/show_artists.inc:40 ../../templates/show_artists.inc:71 -#: ../../templates/show_disabled_songs.inc:28 -#: ../../templates/show_songs.inc:48 ../../templates/show_albums.inc:41 -#: ../../templates/show_albums.inc:84 -#: ../../templates/show_similar_artists.inc:29 -#: ../../templates/show_search.inc:47 -msgid "Artist" -msgstr "" - -#: ../../lib/class/song.class.php:395 -#: ../../templates/show_edit_song.inc.php:37 -#: ../../templates/show_get_albumart.inc.php:38 -#: ../../templates/show_play_selected.inc.php:59 -#: ../../templates/show_list_duplicates.inc.php:33 -#: ../../templates/show_recently_played.inc.php:31 -#: ../../templates/show_disabled_songs.inc:27 -#: ../../templates/show_songs.inc:49 ../../templates/show_albums.inc:38 -#: ../../templates/show_albums.inc:81 ../../templates/show_search.inc:53 -msgid "Album" -msgstr "" - -#: ../../lib/class/song.class.php:399 -#: ../../templates/show_edit_song.inc.php:67 -#: ../../templates/show_play_selected.inc.php:61 -#: ../../templates/show_edit_album.inc.php:33 -#: ../../templates/show_albums.inc:45 ../../templates/show_albums.inc:88 -#: ../../templates/show_search.inc:63 -msgid "Year" -msgstr "" - -#: ../../lib/class/song.class.php:403 ../../templates/show_flag.inc.php:64 -#: ../../templates/show_edit_song.inc.php:73 -#: ../../templates/show_search.inc:37 -msgid "Comment" -msgstr "" - -#: ../../lib/class/song.class.php:408 ../../lib/ui.lib.php:851 -#: ../../templates/sidebar.inc.php:36 -#: ../../templates/show_edit_song.inc.php:53 -#: ../../templates/show_genre.inc.php:29 -#: ../../templates/show_genres.inc.php:36 -#: ../../templates/show_play_selected.inc.php:58 -#: ../../ampache/templates/sidebar.inc.php:36 -#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57 -msgid "Genre" -msgstr "" - -#: ../../lib/class/artist.class.php:225 -msgid "Error: Name Identical" -msgstr "" - -#: ../../lib/class/flag.class.php:264 -msgid "Approved" -msgstr "" - -#: ../../lib/class/flag.class.php:265 -msgid "Pending" -msgstr "" - -#: ../../lib/class/flag.class.php:277 ../../templates/show_flag.inc.php:56 -#: ../../templates/show_playlists.inc.php:57 -#: ../../templates/show_admin_tools.inc.php:50 -msgid "Delete" -msgstr "" - -#: ../../lib/class/flag.class.php:280 -msgid "Re-Tag" -msgstr "" - -#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58 -msgid "Re-encode" -msgstr "" - -#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59 -msgid "Other" -msgstr "" - -#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:570 -#: ../../lib/general.lib.php:890 -#: ../../modules/localplay/icecast.controller.php:292 -#: ../../modules/localplay/mpd.controller.php:354 -#: ../../modules/localplay/httpq.controller.php:350 -msgid "Unknown" -msgstr "" - -#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64 -#: ../../templates/show_now_playing.inc:32 -msgid "Now Playing" -msgstr "" - -#: ../../lib/class/localplay.class.php:564 -msgid "Stopped" -msgstr "" - -#: ../../lib/class/localplay.class.php:567 -msgid "Paused" -msgstr "" - -#: ../../lib/class/album.class.php:163 -msgid "Various" -msgstr "" - -#: ../../lib/class/genre.class.php:285 -msgid "Show Genres starting with" -msgstr "" - -#: ../../lib/rating.lib.php:43 -msgid "Don't Play" -msgstr "" - -#: ../../lib/rating.lib.php:46 -msgid "It's Pretty Bad" -msgstr "" - -#: ../../lib/rating.lib.php:49 -msgid "It's Ok" -msgstr "" - -#: ../../lib/rating.lib.php:52 -msgid "It's Pretty Good" -msgstr "" - -#: ../../lib/rating.lib.php:55 -msgid "I Love It!" -msgstr "" - -#: ../../lib/rating.lib.php:58 -msgid "It's Insane" -msgstr "" - -#: ../../lib/rating.lib.php:62 -msgid "Off the Charts!" -msgstr "" - -#: ../../lib/preferences.php:258 -msgid "Enable" -msgstr "" - -#: ../../lib/preferences.php:259 -#: ../../templates/show_list_duplicates.inc.php:30 -msgid "Disable" -msgstr "" - -#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41 -#: ../../templates/show_playtype_switch.inc.php:30 -msgid "Stream" -msgstr "" - -#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42 -#: ../../templates/show_playtype_switch.inc.php:34 -msgid "Downsample" -msgstr "" - -#: ../../lib/preferences.php:277 -#: ../../templates/show_playtype_switch.inc.php:36 -msgid "Democratic" -msgstr "" - -#: ../../lib/preferences.php:280 ../../templates/sidebar.inc.php:168 -#: ../../templates/show_tv_adminctl.inc.php:40 -#: ../../templates/show_localplay.inc.php:26 -#: ../../templates/show_playtype_switch.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:170 -msgid "Localplay" -msgstr "" - -#: ../../lib/preferences.php:282 -#: ../../templates/show_playtype_switch.inc.php:38 -msgid "XSPF Player" -msgstr "" - -#: ../../lib/preferences.php:289 -msgid "M3U" -msgstr "" - -#: ../../lib/preferences.php:290 -msgid "Simple M3U" -msgstr "" - -#: ../../lib/preferences.php:291 -msgid "PLS" -msgstr "" - -#: ../../lib/preferences.php:292 -msgid "Asx" -msgstr "" - -#: ../../lib/preferences.php:293 -msgid "RAM" -msgstr "" - -#: ../../lib/preferences.php:294 -msgid "XSPF" -msgstr "" - -#: ../../lib/preferences.php:326 -msgid "Disabled" -msgstr "" - -#: ../../lib/preferences.php:327 -msgid "Global" -msgstr "" - -#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58 -msgid "Local" -msgstr "" - -#: ../../lib/playlist.lib.php:74 -msgid "No songs in this playlist." -msgstr "" - -#: ../../lib/playlist.lib.php:191 ../../lib/ui.lib.php:900 -#: ../../templates/sidebar.inc.php:148 -#: ../../templates/show_admin_tools.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:150 -#: ../../templates/show_random_play.inc:40 -#: ../../templates/show_add_access.inc:59 -#: ../../templates/show_edit_access.inc:69 -msgid "All" -msgstr "" - -#: ../../lib/playlist.lib.php:194 ../../playlist.php:63 -msgid "New Playlist" -msgstr "" - -#: ../../lib/ui.lib.php:115 -msgid "Error Access Denied" -msgstr "" - -#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87 -#: ../../ampache/templates/sidebar.inc.php:89 -msgid "Browse" -msgstr "" - -#: ../../lib/ui.lib.php:196 -msgid "Show w/o art" -msgstr "" - -#: ../../lib/ui.lib.php:199 -msgid "Show all" -msgstr "" - -#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81 -msgid "No Catalogs Found!" -msgstr "" - -#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82 -#: ../../templates/show_admin_tools.inc.php:75 -#: ../../templates/show_add_catalog.inc.php:28 -msgid "Add a Catalog" -msgstr "" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "day" -msgstr "" - -#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120 -msgid "days" -msgstr "" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hour" -msgstr "" - -#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122 -msgid "hours" -msgstr "" - -#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48 -#: ../../ampache/templates/sidebar.inc.php:50 -msgid "Home" -msgstr "" - -#: ../../lib/ui.lib.php:793 -msgid "Upload" -msgstr "" - -#: ../../lib/ui.lib.php:796 -msgid "Local Play" -msgstr "" - -#: ../../lib/ui.lib.php:799 -msgid "Random Play" -msgstr "" - -#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47 -msgid "Playlist" -msgstr "" - -#: ../../lib/ui.lib.php:805 ../../templates/show_duplicates.inc.php:51 -#: ../../templates/sidebar.inc.php:116 ../../templates/sidebar.inc.php:122 -#: ../../ampache/templates/sidebar.inc.php:118 -#: ../../ampache/templates/sidebar.inc.php:124 -#: ../../templates/show_search_bar.inc:31 ../../templates/show_search.inc:133 -msgid "Search" -msgstr "" - -#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79 -#: ../../ampache/templates/sidebar.inc.php:81 -msgid "Preferences" -msgstr "" - -#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815 -msgid "Admin-Catalog" -msgstr "" - -#: ../../lib/ui.lib.php:819 -msgid "Admin-User Management" -msgstr "" - -#: ../../lib/ui.lib.php:823 -msgid "Admin-Mail Users" -msgstr "" - -#: ../../lib/ui.lib.php:827 -msgid "Admin-Manage Access Lists" -msgstr "" - -#: ../../lib/ui.lib.php:831 -msgid "Admin-Site Preferences" -msgstr "" - -#: ../../lib/ui.lib.php:835 -msgid "Admin-Manage Modules" -msgstr "" - -#: ../../lib/ui.lib.php:839 -msgid "Browse Music" -msgstr "" - -#: ../../lib/ui.lib.php:843 ../../admin/mail.php:134 -#: ../../templates/sidebar.inc.php:34 ../../templates/sidebar.inc.php:156 -#: ../../templates/show_genre.inc.php:32 -#: ../../templates/show_local_catalog_info.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:34 -#: ../../ampache/templates/sidebar.inc.php:158 -#: ../../templates/show_artists.inc:43 ../../templates/show_artists.inc:74 -msgid "Albums" -msgstr "" - -#: ../../lib/ui.lib.php:847 ../../admin/mail.php:135 -#: ../../templates/sidebar.inc.php:35 ../../templates/sidebar.inc.php:155 -#: ../../templates/show_genre.inc.php:35 -#: ../../templates/show_local_catalog_info.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:35 -#: ../../ampache/templates/sidebar.inc.php:157 -msgid "Artists" -msgstr "" - -#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110 -#: ../../ampache/templates/sidebar.inc.php:112 -msgid "Statistics" -msgstr "" - -#: ../../lib/ui.lib.php:1429 -msgid "Manage Users" -msgstr "" - -#: ../../lib/ui.lib.php:1430 -msgid "Add a new user" -msgstr "" - -#: ../../lib/general.lib.php:670 ../../templates/show_box.inc.php:30 -#: ../../templates/show_user_stats.inc.php:32 -#: ../../templates/show_user_stats.inc.php:43 -#: ../../templates/show_user_stats.inc.php:54 -#: ../../templates/show_user_recommendations.inc.php:32 -#: ../../templates/show_user_recommendations.inc.php:43 -#: ../../templates/show_user_recommendations.inc.php:54 -msgid "Not Enough Data" -msgstr "" - -#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880 -msgid "English" -msgstr "" - -#: ../../lib/general.lib.php:881 -msgid "British English" -msgstr "" - -#: ../../lib/general.lib.php:887 -msgid "Turkish" -msgstr "" - -#: ../../lib/general.lib.php:888 -msgid "Simplified Chinese" -msgstr "" - -#: ../../lib/general.lib.php:966 -msgid "On" -msgstr "" - -#: ../../lib/general.lib.php:969 -msgid "Off" -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" -msgstr "" - -#: ../../modules/horde/Browser.php:867 -msgid "file" -msgstr "" - -#: ../../modules/horde/Browser.php:871 -msgid "File uploads not supported." -msgstr "" - -#: ../../modules/horde/Browser.php:889 -msgid "No file uploaded" -msgstr "" - -#: ../../modules/horde/Browser.php:896 -#, php-format -msgid "There was a problem with the file upload: No %s was uploaded." -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)." -msgstr "" - -#: ../../modules/horde/Browser.php:903 -#, php-format -msgid "" -"There was a problem with the file upload: The %s was only partially uploaded." -msgstr "" - -#: ../../admin/catalog.php:62 ../../admin/catalog.php:82 -#: ../../admin/catalog.php:107 ../../admin/catalog.php:168 -msgid "Catalog Updated" -msgstr "" - -#: ../../admin/catalog.php:119 -msgid "Catalog Deleted" -msgstr "" - -#: ../../admin/catalog.php:119 -msgid "The Catalog and all associated records has been deleted" -msgstr "" - -#: ../../admin/catalog.php:128 -msgid "Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:131 -msgid "No Songs Removed" -msgstr "" - -#: ../../admin/catalog.php:134 -msgid "Disabled Songs Processed" -msgstr "" - -#: ../../admin/catalog.php:155 -msgid "Catalog Cleaned" -msgstr "" - -#: ../../admin/catalog.php:198 -msgid "Catalog Created" -msgstr "" - -#: ../../admin/catalog.php:199 -msgid "Catalog Created and Songs Indexed" -msgstr "" - -#: ../../admin/catalog.php:212 -msgid "Catalog statistics cleared" -msgstr "" - -#: ../../admin/catalog.php:222 -msgid "Now Playing Cleared" -msgstr "" - -#: ../../admin/catalog.php:222 -msgid "All now playing data has been cleared" -msgstr "" - -#: ../../admin/catalog.php:229 -msgid "Do you really want to clear the statistics for this catalog?" -msgstr "" - -#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76 -msgid "Clear Catalog Stats" -msgstr "" - -#: ../../admin/catalog.php:241 -msgid "No Disabled songs found" -msgstr "" - -#: ../../admin/catalog.php:249 -msgid "Delete Catalog" -msgstr "" - -#: ../../admin/catalog.php:249 -msgid "Do you really want to delete this catalog?" -msgstr "" - -#: ../../admin/catalog.php:261 ../../admin/catalog.php:264 -msgid "Album Art Search Finished" +#: ../../radio.php:50 +msgid "Radio Station Added" msgstr "" #: ../../admin/flag.php:97 @@ -823,147 +131,955 @@ msgstr "" msgid "Flagged Records" msgstr "" -#: ../../admin/preferences.php:60 ../../admin/preferences.php:83 -msgid "Site" +#: ../../admin/catalog.php:51 ../../admin/catalog.php:69 +#: ../../admin/catalog.php:95 ../../admin/catalog.php:153 +msgid "Catalog Updated" msgstr "" -#: ../../admin/access.php:42 -msgid "Confirm Delete" +#: ../../admin/catalog.php:106 +msgid "Catalog Deleted" msgstr "" -#: ../../admin/access.php:43 -msgid "Do you really want to delete this Access Record?" +#: ../../admin/catalog.php:106 +msgid "The Catalog and all associated records have been deleted" msgstr "" -#: ../../admin/access.php:49 -msgid "Entry Deleted" +#: ../../admin/catalog.php:115 +msgid "Songs Removed" msgstr "" -#: ../../admin/access.php:49 -msgid "Your Access List Entry has been removed" +#: ../../admin/catalog.php:118 +msgid "No Songs Removed" msgstr "" -#: ../../admin/access.php:54 -msgid "Entry Added" +#: ../../admin/catalog.php:121 +msgid "Disabled Songs Processed" msgstr "" -#: ../../admin/access.php:54 -msgid "Your new Access List Entry has been created" +#: ../../admin/catalog.php:141 +msgid "Catalog Cleaned" msgstr "" -#: ../../admin/access.php:58 -#, fuzzy -msgid "Entry Updated" -msgstr "ID3 " - -#: ../../admin/access.php:58 -msgid "Access List Entry updated" +#: ../../admin/catalog.php:191 +msgid "Catalog Created" msgstr "" -#: ../../admin/users.php:65 ../../admin/users.php:112 +#: ../../admin/catalog.php:208 +msgid "Catalog statistics cleared" +msgstr "" + +#: ../../admin/catalog.php:223 +msgid "Now Playing Cleared" +msgstr "" + +#: ../../admin/catalog.php:223 +msgid "All now playing data has been cleared" +msgstr "" + +#: ../../admin/catalog.php:233 +msgid "No Disabled songs found" +msgstr "" + +#: ../../admin/catalog.php:242 +msgid "Delete Catalog" +msgstr "" + +#: ../../admin/catalog.php:242 +msgid "Do you really want to delete this catalog?" +msgstr "" + +#: ../../admin/catalog.php:261 +msgid "Album Art Search Finished" +msgstr "" + +#: ../../admin/users.php:51 ../../admin/users.php:95 +#: ../../lib/class/user.class.php:408 msgid "Error Username Required" msgstr "" -#: ../../admin/users.php:68 ../../admin/users.php:108 +#: ../../admin/users.php:54 ../../admin/users.php:91 +#: ../../lib/class/user.class.php:412 msgid "Error Passwords don't match" msgstr "" -#: ../../admin/users.php:120 ../../register.php:138 -msgid "Error Username already exists" +#: ../../admin/users.php:79 +msgid "User Updated" msgstr "" -#: ../../admin/users.php:142 -msgid "Deletion Request" +#: ../../admin/users.php:79 +msgid "updated" msgstr "" -#: ../../admin/users.php:143 -msgid "Are you sure you want to permanently delete" +#: ../../admin/users.php:115 ../../templates/show_edit_user.inc.php:74 +#: ../../templates/show_preference_admin.inc.php:41 +#: ../../templates/show_add_user.inc.php:74 +#: ../../templates/show_preference_box.inc.php:58 +msgid "Guest" msgstr "" -#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29 -#: ../../templates/show_search.inc:78 -msgid "No" +#: ../../admin/users.php:116 ../../templates/show_flagged.inc.php:38 +#: ../../templates/show_flagged.inc.php:74 +#: ../../templates/show_access_list.inc.php:47 +#: ../../templates/show_edit_user.inc.php:75 +#: ../../templates/show_preference_admin.inc.php:42 +#: ../../templates/show_edit_access.inc.php:55 +#: ../../templates/show_add_user.inc.php:75 +#: ../../templates/show_add_access.inc.php:44 +#: ../../templates/show_preference_box.inc.php:59 +#: ../../lib/preferences.php:312 +msgid "User" msgstr "" -#: ../../admin/users.php:150 +#: ../../admin/users.php:117 ../../templates/show_edit_user.inc.php:76 +#: ../../templates/sidebar.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:43 +#: ../../templates/show_add_user.inc.php:78 +#: ../../templates/show_preference_box.inc.php:62 +#: ../../templates/show_democratic_playlist.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:90 +msgid "Admin" +msgstr "" + +#: ../../admin/users.php:119 +msgid "New User Added" +msgstr "" + +#: ../../admin/users.php:124 +msgid "User Enabled" +msgstr "" + +#: ../../admin/users.php:129 +msgid "User Disabled" +msgstr "" + +#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187 +msgid "Error" +msgstr "" + +#: ../../admin/users.php:132 +msgid "Unable to Disabled last Administrator" +msgstr "" + +#: ../../admin/users.php:154 msgid "User Deleted" msgstr "" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Delete Error" msgstr "" -#: ../../admin/users.php:153 +#: ../../admin/users.php:157 msgid "Unable to delete last Admin User" msgstr "" -#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41 -#: ../../templates/show_local_catalog_info.inc.php:23 -msgid "Catalog Statistics" +#: ../../admin/users.php:163 +msgid "Deletion Request" msgstr "" -#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27 -msgid "Total Users" +#: ../../admin/users.php:164 +msgid "Are you sure you want to permanently delete" msgstr "" -#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26 -msgid "Connected Users" +#: ../../admin/modules.php:38 +msgid "Install Failed, Controller Error" msgstr "" -#: ../../admin/mail.php:136 ../../templates/sidebar.inc.php:153 -#: ../../templates/show_genre.inc.php:38 -#: ../../templates/show_local_catalog_info.inc.php:30 -#: ../../templates/show_genres.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:155 -#: ../../templates/show_artists.inc:42 ../../templates/show_artists.inc:73 -#: ../../templates/show_albums.inc:43 ../../templates/show_albums.inc:86 -msgid "Songs" -msgstr "" - -#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31 -msgid "Catalog Size" -msgstr "" - -#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32 -msgid "Catalog Time" -msgstr "" - -#: ../../admin/mail.php:252 -msgid "E-mail Sent" -msgstr "" - -#: ../../admin/mail.php:253 -msgid "Your E-mail was successfully sent." -msgstr "" - -#: ../../admin/modules.php:41 -msgid "Module Activated" -msgstr "" - -#: ../../admin/modules.php:48 -msgid "Are you sure you want to remove this module?" -msgstr "" - -#: ../../admin/modules.php:56 -msgid "Module Deactivated" -msgstr "" - -#: ../../admin/modules.php:72 -msgid "Plugin Activated" -msgstr "" - -#: ../../admin/modules.php:79 +#: ../../admin/modules.php:54 ../../admin/modules.php:92 msgid "Are you sure you want to remove this plugin?" msgstr "" -#: ../../admin/modules.php:95 +#: ../../admin/modules.php:66 ../../admin/modules.php:111 msgid "Plugin Deactivated" msgstr "" -#: ../../admin/system.php:120 +#: ../../admin/modules.php:85 +msgid "Plugin Activated" +msgstr "" + +#: ../../admin/modules.php:120 +msgid "Plugins" +msgstr "" + +#: ../../admin/modules.php:126 +msgid "Localplay Controllers" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Deleted" +msgstr "" + +#: ../../admin/access.php:35 +msgid "Your Access List Entry has been removed" +msgstr "" + +#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55 +#: ../../lib/class/catalog.class.php:1281 +msgid "Added" +msgstr "" + +#: ../../admin/access.php:40 +msgid "Your new Access List Entry has been created" +msgstr "" + +#: ../../admin/access.php:45 ../../preferences.php:90 +#: ../../lib/class/catalog.class.php:1020 +msgid "Updated" +msgstr "" + +#: ../../admin/access.php:45 +msgid "Access List Entry updated" +msgstr "" + +#: ../../admin/system.php:64 msgid "Export Failed" msgstr "" +#: ../../admin/mail.php:90 +msgid "No Catalogs Found!" +msgstr "" + +#: ../../admin/mail.php:91 ../../templates/show_admin_tools.inc.php:82 +#: ../../templates/show_add_catalog.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:4 +msgid "Add a Catalog" +msgstr "" + +#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24 +#: ../../templates/show_mail_users.inc.php:43 +msgid "Catalog Statistics" +msgstr "" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "day" +msgstr "" + +#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176 +msgid "days" +msgstr "" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hour" +msgstr "" + +#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178 +msgid "hours" +msgstr "" + +#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28 +msgid "Total Users" +msgstr "" + +#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27 +msgid "Connected Users" +msgstr "" + +#: ../../admin/mail.php:143 ../../templates/sidebar_browse.inc.php:11 +#: ../../templates/show_local_catalog_info.inc.php:29 +#: ../../templates/show_artists.inc.php:37 +#: ../../templates/show_artists.inc.php:54 +#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:532 +#: ../../lib/ui.lib.php:600 ../../genre.php:47 +msgid "Albums" +msgstr "" + +#: ../../admin/mail.php:144 ../../templates/show_local_catalog_info.inc.php:30 +#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:547 +#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:604 +#: ../../genre.php:55 +msgid "Artists" +msgstr "" + +#: ../../admin/mail.php:145 ../../templates/show_manage_democratic.inc.php:33 +#: ../../templates/show_genres.inc.php:38 +#: ../../templates/show_genres.inc.php:69 +#: ../../templates/show_albums.inc.php:44 +#: ../../templates/show_albums.inc.php:65 +#: ../../templates/show_local_catalog_info.inc.php:31 +#: ../../templates/show_artists.inc.php:36 +#: ../../templates/show_artists.inc.php:53 +#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:527 +#: ../../genre.php:37 +msgid "Songs" +msgstr "" + +#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33 +msgid "Catalog Size" +msgstr "" + +#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34 +msgid "Catalog Time" +msgstr "" + +#: ../../admin/mail.php:260 +msgid "E-mail Sent" +msgstr "" + +#: ../../admin/mail.php:261 +msgid "Your E-mail was successfully sent." +msgstr "" + +#: ../../preferences.php:35 ../../preferences.php:60 +#: ../../lib/preferences.php:311 +msgid "Server" +msgstr "" + +#: ../../preferences.php:86 +msgid "Error Update Failed" +msgstr "" + +#: ../../preferences.php:91 +msgid "Your Account has been updated" +msgstr "" + +#: ../../flag.php:45 +msgid "Item Flagged" +msgstr "" + +#: ../../flag.php:45 +msgid "The specified item has been flagged" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:26 +#: ../../templates/sidebar_admin.inc.php:2 +#: ../../lib/class/browse.class.php:562 +msgid "Catalogs" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:33 +#: ../../templates/show_admin_tools.inc.php:73 +#: ../../templates/show_catalogs.inc.php:32 +#: ../../templates/show_catalogs.inc.php:60 +#: ../../templates/show_access_list.inc.php:43 +#: ../../templates/show_create_democratic.inc.php:26 +#: ../../templates/show_localplay_controllers.inc.php:32 +#: ../../templates/show_localplay_controllers.inc.php:63 +#: ../../templates/show_add_playlist.inc.php:28 +#: ../../templates/show_localplay_playlist.inc.php:31 +#: ../../templates/show_localplay_playlist.inc.php:57 +#: ../../templates/show_add_live_stream.inc.php:28 +#: ../../templates/show_edit_access.inc.php:26 +#: ../../templates/show_add_access.inc.php:26 +#: ../../templates/show_playlist_edit.inc.php:30 +#: ../../templates/show_edit_catalog.inc.php:26 +#: ../../templates/show_edit_artist.inc.php:27 +#: ../../templates/show_edit_album.inc.php:27 +#: ../../templates/show_plugins.inc.php:32 +#: ../../templates/show_plugins.inc.php:61 +#: ../../templates/show_live_streams.inc.php:36 +#: ../../templates/show_live_streams.inc.php:53 +#: ../../templates/show_edit_live_stream_row.inc.php:26 +#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52 +msgid "Name" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:34 +#: ../../templates/show_admin_tools.inc.php:74 +#: ../../templates/show_flagged.inc.php:42 +#: ../../templates/show_flagged.inc.php:78 +#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:65 +#: ../../templates/show_access_list.inc.php:50 +#: ../../templates/show_users.inc.php:46 +#: ../../templates/show_users.inc.php:108 +#: ../../templates/show_manage_democratic.inc.php:34 +#: ../../templates/show_genres.inc.php:39 +#: ../../templates/show_genres.inc.php:70 +#: ../../templates/show_localplay_controllers.inc.php:35 +#: ../../templates/show_localplay_controllers.inc.php:66 +#: ../../templates/show_localplay_playlist.inc.php:32 +#: ../../templates/show_localplay_playlist.inc.php:58 +#: ../../templates/show_localplay_instances.inc.php:29 +#: ../../templates/show_artists.inc.php:38 +#: ../../templates/show_artists.inc.php:55 +#: ../../templates/show_democratic_playlist.inc.php:50 +#: ../../templates/show_democratic_playlist.inc.php:85 +#: ../../templates/show_plugins.inc.php:35 +#: ../../templates/show_plugins.inc.php:64 +#: ../../templates/show_playlist_songs.inc.php:48 +#: ../../templates/show_playlist_songs.inc.php:69 +#: ../../templates/show_live_streams.inc.php:40 +#: ../../templates/show_live_streams.inc.php:57 +msgid "Action" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:45 +#: ../../templates/show_songs.inc.php:39 ../../templates/show_songs.inc.php:58 +#: ../../templates/show_song_row.inc.php:23 +#: ../../templates/show_genres.inc.php:36 +#: ../../templates/show_genres.inc.php:67 +#: ../../templates/show_albums.inc.php:38 +#: ../../templates/show_albums.inc.php:59 +#: ../../templates/show_playlist_song_row.inc.php:22 +#: ../../templates/show_add_live_stream.inc.php:74 +#: ../../templates/show_artists.inc.php:34 +#: ../../templates/show_artists.inc.php:51 +#: ../../templates/show_live_stream_row.inc.php:23 +#: ../../templates/show_artist_row.inc.php:23 +#: ../../templates/show_live_streams.inc.php:35 +#: ../../templates/show_live_streams.inc.php:52 +#: ../../templates/show_album_row.inc.php:23 +#: ../../templates/show_catalog_row.inc.php:28 +#: ../../templates/show_playlist_row.inc.php:23 +#: ../../templates/show_playlists.inc.php:33 +#: ../../templates/show_playlists.inc.php:50 +msgid "Add" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:47 +#: ../../templates/show_catalog_row.inc.php:29 +msgid "Verify" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:49 +#: ../../templates/show_catalog_row.inc.php:30 +msgid "Clean" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:51 +#: ../../templates/show_edit_access.inc.php:77 +#: ../../templates/show_add_access.inc.php:56 +#: ../../templates/show_random.inc.php:38 ../../lib/class/access.class.php:268 +#: ../../lib/class/access.class.php:293 ../../lib/class/browse.class.php:70 +#: ../../lib/ui.lib.php:131 +msgid "All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:53 +#: ../../templates/show_flag.inc.php:56 +#: ../../templates/show_playlist_song_row.inc.php:37 +#: ../../templates/show_localplay_playlist.inc.php:47 +#: ../../templates/show_localplay_instances.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:34 +#: ../../templates/show_democratic_playlist.inc.php:77 +#: ../../templates/show_catalog_row.inc.php:32 +#: ../../templates/show_playlist_row.inc.php:37 +#: ../../templates/rightbar.inc.php:90 ../../lib/class/flag.class.php:293 +msgid "Delete" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:59 +msgid "Fast" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:60 +#: ../../templates/show_catalog_row.inc.php:31 +msgid "Gather Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:68 +msgid "No Catalogs Found" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:78 +#: ../../templates/show_catalogs.inc.php:55 +msgid "Clean All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:79 +#: ../../templates/show_catalogs.inc.php:54 +msgid "Verify All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:80 +#: ../../templates/show_catalogs.inc.php:53 +msgid "Add to All" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:81 +#: ../../templates/show_catalogs.inc.php:56 +#, fuzzy +msgid "Update All" +msgstr "ID3 " + +#: ../../templates/show_admin_tools.inc.php:83 +#: ../../templates/sidebar_admin.inc.php:24 +msgid "Clear Catalog Stats" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:84 +#: ../../templates/show_add_catalog.inc.php:75 +msgid "Gather Album Art" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:88 +#: ../../templates/sidebar_admin.inc.php:21 +msgid "Other Tools" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:90 +msgid "Show Duplicate Songs" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:91 +#: ../../templates/sidebar_admin.inc.php:23 +msgid "Clear Now Playing" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:92 +#: ../../templates/header.inc.php:90 +msgid "Generate New Config" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:93 +msgid "Preferences Permissions" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:94 +msgid "Export To Itunes DB" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:95 +msgid "Show Inactive Users" +msgstr "" + +#: ../../templates/show_admin_tools.inc.php:96 +msgid "Check for New Version" +msgstr "" + +#: ../../templates/show_flagged.inc.php:36 +#: ../../templates/show_flagged.inc.php:72 +#: ../../templates/show_disabled_songs.inc.php:33 +#: ../../templates/show_disabled_songs.inc.php:56 +msgid "Select" +msgstr "" + +#: ../../templates/show_flagged.inc.php:37 +#: ../../templates/show_flagged.inc.php:73 +msgid "Object" +msgstr "" + +#: ../../templates/show_flagged.inc.php:39 +#: ../../templates/show_flagged.inc.php:75 +#: ../../templates/show_flag.inc.php:69 +msgid "Flag" +msgstr "" + +#: ../../templates/show_flagged.inc.php:40 +#: ../../templates/show_flagged.inc.php:76 +#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34 +#: ../../templates/show_edit_song.inc.php:73 +#: ../../lib/class/song.class.php:375 +msgid "Comment" +msgstr "" + +#: ../../templates/show_flagged.inc.php:41 +#: ../../templates/show_flagged.inc.php:77 +msgid "Status" +msgstr "" + +#: ../../templates/show_flagged.inc.php:68 +#: ../../templates/show_disabled_songs.inc.php:52 +#: ../../templates/show_localplay_controllers.inc.php:59 +#: ../../templates/show_localplay_playlist.inc.php:52 +#: ../../templates/show_plugins.inc.php:57 +#: ../../templates/show_list_duplicates.inc.php:101 +msgid "No Records Found" +msgstr "" + +#: ../../templates/show_flagged.inc.php:83 +msgid "Reject" +msgstr "" + +#: ../../templates/show_flagged.inc.php:84 +msgid "Approve" +msgstr "" + +#: ../../templates/show_flagged.inc.php:86 +#: ../../templates/show_preference_admin.inc.php:55 +#: ../../templates/show_edit_access.inc.php:83 +#: ../../templates/show_playlist_edit.inc.php:47 +#: ../../templates/show_play_selected.inc.php:64 +#, fuzzy +msgid "Update" +msgstr "ID3 " + +#: ../../templates/show_flagged.inc.php:91 +#: ../../templates/show_admin_info.inc.php:38 +#: ../../templates/show_ip_history.inc.php:28 +msgid "Show All" +msgstr "" + +#: ../../templates/show_install_account.inc.php:32 +#: ../../templates/show_install_lang.inc.php:32 +#: ../../templates/show_install_config.inc.php:32 +#: ../../templates/show_install.inc.php:32 +msgid "Ampache Installation" +msgstr "" + +#: ../../templates/show_install_account.inc.php:39 +#: ../../templates/show_install_lang.inc.php:39 +#: ../../templates/show_install_config.inc.php:38 +#: ../../templates/show_install.inc.php:40 +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_install_account.inc.php:42 +#: ../../templates/show_install_lang.inc.php:42 +#: ../../templates/show_install_config.inc.php:41 +#: ../../templates/show_install.inc.php:43 +msgid "" +"A MySQL Server with a username and password that can create/modify databases" +msgstr "" + +#: ../../templates/show_install_account.inc.php:43 +msgid "" +"Your webserver has read access to the /sql/ampache.sql file and the /config/" +"ampache.cfg.dist.php file" +msgstr "" + +#: ../../templates/show_install_account.inc.php:45 +#: ../../templates/show_install_lang.inc.php:46 +#: ../../templates/show_install_config.inc.php:44 +#: ../../templates/show_install.inc.php:47 +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_install_account.inc.php:48 +#: ../../templates/show_install_config.inc.php:48 +#: ../../templates/show_install.inc.php:52 +msgid "Step 1 - Creating and Inserting the Ampache Database" +msgstr "" + +#: ../../templates/show_install_account.inc.php:49 +msgid "Step 2 - Creating the ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_account.inc.php:50 +#: ../../templates/show_install_config.inc.php:53 +#: ../../templates/show_install.inc.php:57 +msgid "Step 3 - Setup Initial Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:52 +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 "" + +#: ../../templates/show_install_account.inc.php:56 +msgid "Create Admin Account" +msgstr "" + +#: ../../templates/show_install_account.inc.php:60 +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +#: ../../templates/show_now_playing_row.inc.php:29 +#: ../../templates/show_edit_user.inc.php:29 +#: ../../templates/show_recently_played.inc.php:38 +#: ../../templates/show_recently_played.inc.php:84 +#: ../../templates/show_user_registration.inc.php:98 +#: ../../templates/show_add_user.inc.php:29 +msgid "Username" +msgstr "" + +#: ../../templates/show_install_account.inc.php:64 +#: ../../templates/show_edit_user.inc.php:52 +#: ../../templates/show_user_registration.inc.php:126 +#: ../../templates/show_login_form.inc.php:62 +#: ../../templates/show_add_user.inc.php:52 +#: ../../modules/localplay/mpd.controller.php:216 +msgid "Password" +msgstr "" + +#: ../../templates/show_install_account.inc.php:69 +msgid "Create Account" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:33 +#: ../../templates/show_catalogs.inc.php:61 +#: ../../templates/show_add_catalog.inc.php:48 +msgid "Path" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:34 +#: ../../templates/show_catalogs.inc.php:62 +msgid "Last Verify" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:35 +#: ../../templates/show_catalogs.inc.php:63 +msgid "Last Add" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:36 +#: ../../templates/show_catalogs.inc.php:64 +#: ../../templates/show_albums.inc.php:46 +#: ../../templates/show_albums.inc.php:67 +#: ../../templates/show_artist_box.inc.php:32 +#: ../../templates/show_localplay.inc.php:30 +#: ../../templates/show_album.inc.php:43 +#: ../../templates/show_playlists.inc.php:37 +#: ../../templates/show_playlists.inc.php:54 +msgid "Actions" +msgstr "" + +#: ../../templates/show_catalogs.inc.php:52 +msgid "Gather All Art" +msgstr "" + +#: ../../templates/show_embed_xspf.inc.php:24 +msgid "XSPF Player" +msgstr "" + +#: ../../templates/show_song.inc.php:22 +msgid "Details" +msgstr "" + +#: ../../templates/show_song.inc.php:25 +#: ../../templates/show_disabled_songs.inc.php:34 +#: ../../templates/show_disabled_songs.inc.php:57 +#: ../../templates/show_search.inc.php:40 +#: ../../templates/show_edit_song.inc.php:31 +#: ../../templates/show_duplicates.inc.php:35 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:333 +msgid "Title" +msgstr "" + +#: ../../templates/show_song.inc.php:29 +#: ../../templates/sidebar_browse.inc.php:12 +#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:60 +#: ../../templates/show_disabled_songs.inc.php:36 +#: ../../templates/show_disabled_songs.inc.php:59 +#: ../../templates/show_now_playing_row.inc.php:59 +#: ../../templates/show_similar_artists.inc.php:33 +#: ../../templates/show_similar_artists.inc.php:86 +#: ../../templates/show_albums.inc.php:43 +#: ../../templates/show_albums.inc.php:64 +#: ../../templates/show_recently_played.inc.php:37 +#: ../../templates/show_recently_played.inc.php:87 +#: ../../templates/show_search.inc.php:44 +#: ../../templates/show_edit_song.inc.php:45 +#: ../../templates/show_artists.inc.php:35 +#: ../../templates/show_artists.inc.php:52 +#: ../../templates/show_get_albumart.inc.php:28 +#: ../../templates/show_play_selected.inc.php:60 +#: ../../templates/show_playlist_songs.inc.php:43 +#: ../../templates/show_playlist_songs.inc.php:64 +#: ../../templates/show_list_duplicates.inc.php:42 +#: ../../templates/show_list_duplicates.inc.php:87 +#: ../../templates/sidebar_home.inc.php:20 ../../server/stats.ajax.php:84 +#: ../../lib/class/song.class.php:362 +msgid "Artist" +msgstr "" + +#: ../../templates/show_song.inc.php:33 ../../templates/show_songs.inc.php:42 +#: ../../templates/show_songs.inc.php:61 +#: ../../templates/show_disabled_songs.inc.php:35 +#: ../../templates/show_disabled_songs.inc.php:58 +#: ../../templates/show_now_playing_row.inc.php:52 +#: ../../templates/show_albums.inc.php:42 +#: ../../templates/show_albums.inc.php:63 +#: ../../templates/show_recently_played.inc.php:36 +#: ../../templates/show_recently_played.inc.php:86 +#: ../../templates/show_search.inc.php:50 +#: ../../templates/show_edit_song.inc.php:37 +#: ../../templates/show_get_albumart.inc.php:36 +#: ../../templates/show_play_selected.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:44 +#: ../../templates/show_playlist_songs.inc.php:65 +#: ../../templates/show_list_duplicates.inc.php:43 +#: ../../templates/show_list_duplicates.inc.php:88 +#: ../../templates/sidebar_home.inc.php:19 ../../lib/class/song.class.php:367 +msgid "Album" +msgstr "" + +#: ../../templates/show_song.inc.php:37 +#: ../../templates/sidebar_browse.inc.php:13 +#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:62 +#: ../../templates/show_genres.inc.php:37 +#: ../../templates/show_genres.inc.php:68 +#: ../../templates/show_search.inc.php:54 +#: ../../templates/show_add_live_stream.inc.php:61 +#: ../../templates/show_edit_song.inc.php:53 +#: ../../templates/show_genre.inc.php:29 +#: ../../templates/show_play_selected.inc.php:58 +#: ../../templates/show_playlist_songs.inc.php:45 +#: ../../templates/show_playlist_songs.inc.php:66 +#: ../../templates/show_live_streams.inc.php:39 +#: ../../templates/show_live_streams.inc.php:56 +#: ../../templates/show_edit_live_stream_row.inc.php:31 +#: ../../lib/class/song.class.php:380 ../../lib/ui.lib.php:608 +msgid "Genre" +msgstr "" + +#: ../../templates/show_song.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:45 +#: ../../templates/show_list_duplicates.inc.php:90 +#: ../../lib/class/song.class.php:337 +msgid "Bitrate" +msgstr "" + +#: ../../templates/show_song.inc.php:45 +#: ../../templates/show_disabled_songs.inc.php:37 +#: ../../templates/show_disabled_songs.inc.php:60 +#: ../../templates/show_search.inc.php:66 +#: ../../templates/show_import_playlist.inc.php:28 +#: ../../templates/show_list_duplicates.inc.php:47 +#: ../../templates/show_list_duplicates.inc.php:92 +msgid "Filename" +msgstr "" + +#: ../../templates/show_song.inc.php:50 +msgid "Last Updated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:3 +msgid "Browse By" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:10 +#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:59 +#: ../../templates/show_playlist_songs.inc.php:42 +#: ../../templates/show_playlist_songs.inc.php:63 +msgid "Song Title" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:14 +#: ../../templates/show_manage_democratic.inc.php:31 +#: ../../templates/show_playlist.inc.php:27 +#: ../../templates/show_play_selected.inc.php:47 +#: ../../templates/sidebar_home.inc.php:21 ../../lib/ui.lib.php:559 +msgid "Playlist" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:15 +msgid "Radio Stations" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:18 +msgid "Filters" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:23 +msgid "Minimum Count" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:25 +msgid "Rated" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:28 +msgid "Unplayed" +msgstr "" + +#: ../../templates/sidebar_browse.inc.php:31 +msgid "Show Art" +msgstr "" + +#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53 +#: ../../lib/class/user.class.php:673 ../../lib/preferences.php:341 +msgid "Never" +msgstr "" + +#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54 +#: ../../lib/class/flag.class.php:305 ../../lib/class/user.class.php:677 +#: ../../lib/class/localplay.class.php:653 ../../lib/general.lib.php:505 +#: ../../modules/localplay/httpq.controller.php:379 +#: ../../modules/localplay/mpd.controller.php:476 +#: ../../modules/localplay/icecast.controller.php:292 +msgid "Unknown" +msgstr "" + +#: ../../templates/show_user.inc.php:30 +#: ../../templates/show_edit_user.inc.php:37 +#: ../../templates/show_user_registration.inc.php:108 +#: ../../templates/show_add_user.inc.php:37 +msgid "Full Name" +msgstr "" + +#: ../../templates/show_user.inc.php:31 +msgid "Create Date" +msgstr "" + +#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40 +#: ../../templates/show_users.inc.php:102 +msgid "Last Seen" +msgstr "" + +#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42 +#: ../../templates/show_users.inc.php:104 +msgid "Activity" +msgstr "" + +#: ../../templates/show_user.inc.php:35 +msgid "User is Online Now" +msgstr "" + +#: ../../templates/show_user.inc.php:37 +msgid "User is Offline Now" +msgstr "" + +#: ../../templates/show_user.inc.php:42 +msgid "Active Playlist" +msgstr "" + +#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41 +#: ../../server/ajax.server.php:312 +msgid "Recently Played" +msgstr "" + +#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:63 +#: ../../templates/show_localplay_playlist.inc.php:30 +#: ../../templates/show_localplay_playlist.inc.php:56 +#: ../../templates/show_edit_song.inc.php:61 +#: ../../templates/show_playlist_songs.inc.php:41 +#: ../../templates/show_playlist_songs.inc.php:46 +#: ../../templates/show_playlist_songs.inc.php:62 +#: ../../templates/show_playlist_songs.inc.php:67 +#: ../../server/stats.ajax.php:84 ../../lib/class/song.class.php:353 +msgid "Track" +msgstr "" + +#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:64 +#: ../../templates/show_democratic_playlist.inc.php:53 +#: ../../templates/show_democratic_playlist.inc.php:88 +#: ../../templates/show_playlist_songs.inc.php:47 +#: ../../templates/show_playlist_songs.inc.php:68 +#: ../../lib/class/song.class.php:349 +msgid "Time" +msgstr "" + +#: ../../templates/show_objects.inc.php:43 +#: ../../templates/show_manage_democratic.inc.php:52 +#: ../../templates/show_user_recommendations.inc.php:32 +#: ../../templates/show_user_recommendations.inc.php:43 +#: ../../templates/show_user_recommendations.inc.php:54 +#: ../../templates/show_user_stats.inc.php:34 +#: ../../templates/show_user_stats.inc.php:47 +#: ../../templates/show_user_stats.inc.php:60 +#: ../../templates/rightbar.inc.php:93 +msgid "Not Enough Data" +msgstr "" + +#: ../../templates/show_big_art.inc.php:29 +msgid "Album Art" +msgstr "" + +#: ../../templates/show_big_art.inc.php:33 +msgid "Click to close window" +msgstr "" + +#: ../../templates/show_song_row.inc.php:34 +#: ../../templates/show_playlist_song_row.inc.php:33 +#: ../../templates/show_album.inc.php:55 +msgid "Download" +msgstr "" + +#: ../../templates/show_song_row.inc.php:39 +#: ../../templates/show_live_stream_row.inc.php:31 +#: ../../templates/show_play_selected.inc.php:50 +#: ../../templates/show_artist_row.inc.php:36 +#: ../../templates/show_album_row.inc.php:44 +#: ../../templates/show_playlist_row.inc.php:36 +msgid "Edit" +msgstr "" + #: ../../templates/show_flag.inc.php:41 msgid "Flag Song" msgstr "" @@ -985,155 +1101,930 @@ msgstr "" msgid "Incorrect Tags" msgstr "" -#: ../../templates/show_flag.inc.php:70 -#: ../../templates/show_flagged.inc.php:30 -msgid "Flag" +#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299 +msgid "Re-encode" msgstr "" -#: ../../templates/show_install_account.inc.php:36 -#: ../../templates/show_install_lang.inc.php:32 -#: ../../templates/show_install_config.inc:36 -#: ../../templates/show_install.inc:32 -msgid "Ampache Installation" +#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302 +msgid "Other" msgstr "" -#: ../../templates/show_install_account.inc.php:43 -#: ../../templates/show_install_lang.inc.php:39 -#: ../../templates/show_install_config.inc:42 -#: ../../templates/show_install.inc:40 -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" +#: ../../templates/show_object_rating_static.inc.php:44 +msgid "out of" msgstr "" -#: ../../templates/show_install_account.inc.php:46 -#: ../../templates/show_install_lang.inc.php:42 -#: ../../templates/show_install_config.inc:45 -#: ../../templates/show_install.inc:43 -msgid "" -"A MySQL Server with a username and password that can create/modify databases" +#: ../../templates/show_run_add_catalog.inc.php:24 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 +msgid "Found" msgstr "" -#: ../../templates/show_install_account.inc.php:47 +#: ../../templates/show_run_add_catalog.inc.php:25 +#: ../../templates/show_verify_catalog.inc.php:26 +#: ../../templates/show_gather_art.inc.php:25 +#: ../../templates/show_clean_catalog.inc.php:25 +#: ../../templates/show_adds_catalog.inc.php:25 +msgid "Reading" +msgstr "" + +#: ../../templates/show_edit_artist_row.inc.php:32 +#: ../../templates/show_edit_album_row.inc.php:45 +#: ../../templates/show_edit_playlist_row.inc.php:32 +#: ../../templates/show_edit_playlist_song_row.inc.php:44 +#: ../../templates/show_edit_song_row.inc.php:43 +#: ../../templates/show_edit_live_stream_row.inc.php:56 +msgid "Save Changes" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:37 +#: ../../templates/show_install.inc.php:38 +msgid "Requirements" +msgstr "" + +#: ../../templates/show_install_lang.inc.php:43 +#: ../../templates/show_install_config.inc.php:42 +#: ../../templates/show_install.inc.php:44 msgid "" "Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.dist.php file" +"ampache.cfg.php.dist file" msgstr "" -#: ../../templates/show_install_account.inc.php:49 -#: ../../templates/show_install_lang.inc.php:46 -#: ../../templates/show_install_config.inc:48 -#: ../../templates/show_install.inc:47 -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" +#: ../../templates/show_install_lang.inc.php:72 +msgid "Start configuration" msgstr "" -#: ../../templates/show_install_account.inc.php:53 -#: ../../templates/show_install_config.inc:52 -#: ../../templates/show_install.inc:52 -msgid "Step 1 - Creating and Inserting the Ampache Database" +#: ../../templates/show_random_albums.inc.php:23 +msgid "Albums of the Moment" msgstr "" -#: ../../templates/show_install_account.inc.php:54 -msgid "Step 2 - Creating the ampache.cfg.php file" +#: ../../templates/show_random_albums.inc.php:46 +#: ../../templates/show_album.inc.php:45 +msgid "Play Album" msgstr "" -#: ../../templates/show_install_account.inc.php:55 -#: ../../templates/show_install_config.inc:57 -#: ../../templates/show_install.inc:57 -msgid "Step 3 - Setup Initial Account" +#: ../../templates/show_localplay_status.inc.php:51 +msgid "Volume" msgstr "" -#: ../../templates/show_install_account.inc.php:57 -msgid "" -"This step creates your initial Ampache admin account. Once your admin " -"account has been created you will be directed to the login page" +#: ../../templates/show_localplay_status.inc.php:55 +msgid "Repeat" msgstr "" -#: ../../templates/show_install_account.inc.php:60 -msgid "Create Admin Account" -msgstr "" - -#: ../../templates/show_install_account.inc.php:65 -#: ../../templates/show_user_registration.inc.php:98 -#: ../../templates/show_edit_user.inc.php:40 -#: ../../templates/show_recently_played.inc.php:29 -#: ../../templates/show_users.inc:43 -msgid "Username" -msgstr "" - -#: ../../templates/show_install_account.inc.php:69 -#: ../../templates/show_user_registration.inc.php:126 -#: ../../templates/show_edit_user.inc.php:63 -#: ../../templates/show_login_form.inc:37 -msgid "Password" -msgstr "" - -#: ../../templates/show_install_account.inc.php:74 -msgid "Create Account" -msgstr "" - -#: ../../templates/show_playlists.inc.php:28 -#: ../../templates/sidebar.inc.php:104 -#: ../../ampache/templates/sidebar.inc.php:106 -msgid "Playlists" -msgstr "" - -#: ../../templates/show_playlists.inc.php:33 -msgid "Playlist Name" -msgstr "" - -#: ../../templates/show_playlists.inc.php:34 -msgid "# Songs" -msgstr "" - -#: ../../templates/show_playlists.inc.php:35 -msgid "Owner" -msgstr "" - -#: ../../templates/show_playlists.inc.php:36 -#: ../../templates/show_artist_box.inc.php:32 -#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54 -msgid "Actions" -msgstr "" - -#: ../../templates/show_playlists.inc.php:52 -#: ../../templates/show_play_selected.inc.php:49 -#: ../../templates/show_add_access.inc:56 -#: ../../templates/show_edit_access.inc:66 -msgid "View" -msgstr "" - -#: ../../templates/show_playlists.inc.php:55 -#: ../../templates/show_play_selected.inc.php:50 -#: ../../templates/show_access_list.inc:67 -msgid "Edit" -msgstr "" - -#: ../../templates/show_playlists.inc.php:61 -#: ../../templates/show_tv_adminctl.inc.php:44 -#: ../../templates/show_random_play.inc:82 -msgid "Play" -msgstr "" - -#: ../../templates/show_playlists.inc.php:63 -#: ../../templates/sidebar.inc.php:133 -#: ../../templates/show_localplay_status.inc.php:62 -#: ../../ampache/templates/sidebar.inc.php:135 +#: ../../templates/show_localplay_status.inc.php:61 +#: ../../templates/show_artist_row.inc.php:24 +#: ../../templates/sidebar_home.inc.php:17 +#: ../../templates/show_album_row.inc.php:24 +#: ../../templates/show_playlist_row.inc.php:24 msgid "Random" msgstr "" -#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65 -#: ../../templates/show_random_play.inc:84 -msgid "Download" +#: ../../templates/show_disabled_songs.inc.php:38 +#: ../../templates/show_disabled_songs.inc.php:61 +msgid "Addition Time" msgstr "" -#: ../../templates/show_playlists.inc.php:75 -msgid "No Playlists Found" +#: ../../templates/show_disabled_songs.inc.php:65 +msgid "Remove" +msgstr "" + +#: ../../templates/show_access_list.inc.php:29 +msgid "Ampache Access Control" +msgstr "" + +#: ../../templates/show_access_list.inc.php:38 +msgid "Add Entry" +msgstr "" + +#: ../../templates/show_access_list.inc.php:44 +msgid "Start Address" +msgstr "" + +#: ../../templates/show_access_list.inc.php:45 +msgid "End Address" +msgstr "" + +#: ../../templates/show_access_list.inc.php:46 +#: ../../templates/show_preference_admin.inc.php:31 +#: ../../templates/show_preference_admin.inc.php:50 +#: ../../templates/show_edit_access.inc.php:70 +#: ../../templates/show_add_access.inc.php:50 +msgid "Level" +msgstr "" + +#: ../../templates/show_access_list.inc.php:48 +msgid "Key" +msgstr "" + +#: ../../templates/show_access_list.inc.php:49 +#: ../../templates/show_add_playlist.inc.php:32 +#: ../../templates/show_playlist_edit.inc.php:36 +#: ../../templates/show_random.inc.php:47 +msgid "Type" +msgstr "" + +#: ../../templates/show_users.inc.php:39 +#: ../../templates/show_users.inc.php:101 +msgid "Fullname" +msgstr "" + +#: ../../templates/show_users.inc.php:41 +#: ../../templates/show_users.inc.php:103 +msgid "Registration Date" +msgstr "" + +#: ../../templates/show_users.inc.php:44 +#: ../../templates/show_users.inc.php:106 +msgid "Last Ip" +msgstr "" + +#: ../../templates/show_users.inc.php:47 +#: ../../templates/show_users.inc.php:109 +msgid "On-line" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:22 +msgid "Manage Democratic Playlists" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:32 +#: ../../templates/show_create_democratic.inc.php:30 +msgid "Base Playlist" +msgstr "" + +#: ../../templates/show_manage_democratic.inc.php:58 +msgid "Create New Playlist" +msgstr "" + +#: ../../templates/show_now_playing_row.inc.php:36 +#: ../../templates/show_search.inc.php:91 +msgid "Rating" +msgstr "" + +#: ../../templates/show_now_playing_row.inc.php:45 +#: ../../templates/show_recently_played.inc.php:35 +#: ../../templates/show_recently_played.inc.php:85 +#: ../../templates/show_democratic_playlist.inc.php:52 +#: ../../templates/show_democratic_playlist.inc.php:87 +#: ../../templates/show_list_duplicates.inc.php:41 +#: ../../templates/show_list_duplicates.inc.php:86 +msgid "Song" +msgstr "" + +#: ../../templates/show_install_config.inc.php:49 +#: ../../templates/show_install.inc.php:56 +msgid "Step 2 - Creating the Ampache.cfg.php file" +msgstr "" + +#: ../../templates/show_install_config.inc.php:51 +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 "" + +#: ../../templates/show_install_config.inc.php:56 +msgid "Generate Config File" +msgstr "" + +#: ../../templates/show_install_config.inc.php:60 +msgid "Web Path" +msgstr "" + +#: ../../templates/show_install_config.inc.php:64 +#: ../../templates/show_install.inc.php:65 +msgid "Desired Database Name" +msgstr "" + +#: ../../templates/show_install_config.inc.php:68 +#: ../../templates/show_install.inc.php:69 +msgid "MySQL Hostname" +msgstr "" + +#: ../../templates/show_install_config.inc.php:72 +msgid "MySQL Username" +msgstr "" + +#: ../../templates/show_install_config.inc.php:76 +msgid "MySQL Password" +msgstr "" + +#: ../../templates/show_install_config.inc.php:81 +msgid "Write Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:88 +#: ../../templates/show_test.inc.php:153 +msgid "Ampache.cfg.php Exists" +msgstr "" + +#: ../../templates/show_install_config.inc.php:105 +#: ../../templates/show_test.inc.php:172 +msgid "Ampache.cfg.php Configured?" +msgstr "" + +#: ../../templates/show_install_config.inc.php:126 +msgid "Check for Config" +msgstr "" + +#: ../../templates/show_install_config.inc.php:132 +msgid "Continue to Step 3" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:23 +msgid "Editing existing User" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:44 +#: ../../templates/show_user_registration.inc.php:117 +#: ../../templates/show_add_user.inc.php:44 +#: ../../templates/show_account.inc.php:34 +msgid "E-mail" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:61 +#: ../../templates/show_user_registration.inc.php:135 +#: ../../templates/show_add_user.inc.php:61 +#: ../../templates/show_account.inc.php:47 +msgid "Confirm Password" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:69 +#: ../../templates/show_add_user.inc.php:69 +msgid "User Access Level" +msgstr "" + +#: ../../templates/show_edit_user.inc.php:83 +msgid "Update User" +msgstr "" + +#: ../../templates/show_edit_album_row.inc.php:35 +#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230 +msgid "Various" +msgstr "" + +#: ../../templates/show_search_bar.inc.php:29 +#: ../../templates/show_search.inc.php:131 +#: ../../templates/show_duplicates.inc.php:50 ../../lib/ui.lib.php:562 +msgid "Search" +msgstr "" + +#: ../../templates/show_search_bar.inc.php:30 +msgid "Advanced Search" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:22 +msgid "Create Democratic Playlist" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:34 +msgid "Make Default" +msgstr "" + +#: ../../templates/show_create_democratic.inc.php:39 +#: ../../templates/show_add_playlist.inc.php:42 +msgid "Create" +msgstr "" + +#: ../../templates/show_confirmation.inc.php:25 +msgid "Continue" +msgstr "" + +#: ../../templates/show_confirmation.inc.php:27 +#: ../../templates/show_similar_artists.inc.php:78 +msgid "Cancel" +msgstr "" + +#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547 +msgid "Home" +msgstr "" + +#: ../../templates/sidebar.inc.php:28 +msgid "Browse" +msgstr "" + +#: ../../templates/sidebar.inc.php:29 +#: ../../templates/sidebar_localplay.inc.php:10 +#: ../../templates/show_playtype_switch.inc.php:34 +#: ../../templates/show_localplay.inc.php:26 ../../lib/preferences.php:263 +msgid "Localplay" +msgstr "" + +#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565 +msgid "Preferences" +msgstr "" + +#: ../../templates/sidebar.inc.php:66 +msgid "Logout" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +msgid "Updating the" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:23 +#: ../../templates/show_add_live_stream.inc.php:67 +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Catalog" +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:24 +msgid "songs found checking tag information." +msgstr "" + +#: ../../templates/show_verify_catalog.inc.php:25 +msgid "Verifed" +msgstr "" + +#: ../../templates/show_democratic.inc.php:22 +#: ../../templates/show_localplay_playlist.inc.php:22 +#: ../../templates/show_localplay.inc.php:43 +msgid "Current Playlist" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:25 +msgid "Previous" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:26 +msgid "Stop" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:27 +msgid "Pause" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:28 +#: ../../templates/rightbar.inc.php:25 +msgid "Play" +msgstr "" + +#: ../../templates/show_localplay_control.inc.php:29 +#: ../../templates/list_header.inc.php:100 +msgid "Next" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:33 +#: ../../templates/show_localplay_controllers.inc.php:64 +#: ../../templates/show_plugins.inc.php:33 +#: ../../templates/show_plugins.inc.php:62 +msgid "Description" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:34 +#: ../../templates/show_localplay_controllers.inc.php:65 +#: ../../templates/show_plugins.inc.php:34 +#: ../../templates/show_plugins.inc.php:63 +msgid "Version" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:40 +#: ../../templates/show_list_duplicates.inc.php:85 +#: ../../lib/preferences.php:246 +msgid "Disable" +msgstr "" + +#: ../../templates/show_localplay_controllers.inc.php:48 +#: ../../templates/show_plugins.inc.php:42 +msgid "Activate" +msgstr "" + +#: ../../templates/show_install.inc.php:54 +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.php:61 +msgid "Insert Ampache Database" +msgstr "" + +#: ../../templates/show_install.inc.php:73 +msgid "MySQL Administrative Username" +msgstr "" + +#: ../../templates/show_install.inc.php:77 +msgid "MySQL Administrative Password" +msgstr "" + +#: ../../templates/show_install.inc.php:81 +msgid "Create Database User for New Database" +msgstr "" + +#: ../../templates/show_install.inc.php:85 +msgid "Ampache Database Username" +msgstr "" + +#: ../../templates/show_install.inc.php:89 +msgid "Ampache Database User Password" +msgstr "" + +#: ../../templates/show_install.inc.php:93 +msgid "Overwrite Existing" +msgstr "" + +#: ../../templates/show_install.inc.php:98 +msgid "Insert Database" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:23 +msgid "Similar Artists" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:25 +msgid "Please check the artists you want to merge with the current one" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:66 +msgid "Back" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:77 +msgid "Rename selected" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:91 +msgid "Advanced Options" +msgstr "" + +#: ../../templates/show_similar_artists.inc.php:152 +msgid "Search Again" +msgstr "" + +#: ../../templates/show_add_playlist.inc.php:24 +msgid "Create a new playlist" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:29 +#: ../../templates/show_rename_artist.inc.php:38 +msgid "Rename" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:33 +#: ../../templates/show_search.inc.php:106 +#: ../../templates/show_edit_song.inc.php:40 +#: ../../templates/show_edit_song.inc.php:48 +#: ../../templates/show_edit_song.inc.php:56 +msgid "OR" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:35 +msgid "Insert current" +msgstr "" + +#: ../../templates/show_rename_artist.inc.php:37 +msgid "Update id3 tags" +msgstr "" + +#: ../../templates/show_playlist.inc.php:30 +msgid "Normalize Tracks" +msgstr "" + +#: ../../templates/show_playlist.inc.php:31 +msgid "Play All" +msgstr "" + +#: ../../templates/show_playlist.inc.php:32 +msgid "Play Random" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:24 +msgid "Add Localplay Instance" +msgstr "" + +#: ../../templates/show_localplay_add_instance.inc.php:35 +#: ../../templates/sidebar_localplay.inc.php:12 +msgid "Add Instance" +msgstr "" + +#: ../../templates/header.inc.php:71 +msgid "Log out" +msgstr "" + +#: ../../templates/header.inc.php:89 +msgid "Error Config File Out of Date" +msgstr "" + +#: ../../templates/show_albums.inc.php:40 +#: ../../templates/show_albums.inc.php:61 +msgid "Cover" +msgstr "" + +#: ../../templates/show_albums.inc.php:45 +#: ../../templates/show_albums.inc.php:66 +#: ../../templates/show_search.inc.php:60 +#: ../../templates/show_edit_song.inc.php:67 +#: ../../templates/show_edit_album.inc.php:33 +#: ../../templates/show_play_selected.inc.php:61 +#: ../../lib/class/song.class.php:371 +msgid "Year" +msgstr "" + +#: ../../templates/show_preference_admin.inc.php:22 +msgid "Preference Administration" +msgstr "" + +#: ../../templates/show_preference_admin.inc.php:30 +#: ../../templates/show_preference_admin.inc.php:49 +#: ../../templates/show_preference_box.inc.php:40 +#: ../../templates/show_preference_box.inc.php:70 +msgid "Preference" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "seconds ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "minutes ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "hours ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "days ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "weeks ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "months ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180 +msgid "years ago" +msgstr "" + +#: ../../templates/show_recently_played.inc.php:39 +#: ../../templates/show_recently_played.inc.php:88 +msgid "Last Played" +msgstr "" + +#: ../../templates/show_search.inc.php:26 +msgid "Search Ampache" +msgstr "" + +#: ../../templates/show_search.inc.php:30 +msgid "Keywords" +msgstr "" + +#: ../../templates/show_search.inc.php:72 +msgid "Played" +msgstr "" + +#: ../../templates/show_search.inc.php:76 +msgid "Yes" +msgstr "" + +#: ../../templates/show_search.inc.php:77 +msgid "No" +msgstr "" + +#: ../../templates/show_search.inc.php:80 +msgid "Min Bitrate" +msgstr "" + +#: ../../templates/show_search.inc.php:95 +msgid "One Star" +msgstr "" + +#: ../../templates/show_search.inc.php:96 +msgid "Two Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:97 +msgid "Three Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:98 +msgid "Four Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:99 +msgid "Five Stars" +msgstr "" + +#: ../../templates/show_search.inc.php:102 +msgid "Operator" +msgstr "" + +#: ../../templates/show_search.inc.php:105 +msgid "AND" +msgstr "" + +#: ../../templates/show_search.inc.php:111 +msgid "Method" +msgstr "" + +#: ../../templates/show_search.inc.php:114 +msgid "Fuzzy" +msgstr "" + +#: ../../templates/show_search.inc.php:115 +msgid "Exact" +msgstr "" + +#: ../../templates/show_search.inc.php:118 +msgid "Maximum Results" +msgstr "" + +#: ../../templates/show_search.inc.php:121 +#: ../../templates/show_random.inc.php:68 +msgid "Unlimited" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:24 +#: ../../templates/sidebar_home.inc.php:6 +msgid "Add Radio Station" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:35 +#: ../../templates/show_edit_live_stream_row.inc.php:28 +msgid "Homepage" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:42 +#: ../../templates/show_edit_live_stream_row.inc.php:27 +msgid "Stream URL" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:49 +#: ../../templates/show_live_streams.inc.php:38 +#: ../../templates/show_live_streams.inc.php:55 +#: ../../templates/show_edit_live_stream_row.inc.php:30 +msgid "Frequency" +msgstr "" + +#: ../../templates/show_add_live_stream.inc.php:55 +#: ../../templates/show_live_streams.inc.php:37 +#: ../../templates/show_live_streams.inc.php:54 +#: ../../templates/show_edit_live_stream_row.inc.php:29 +msgid "Callsign" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:22 +msgid "Edit ACL" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:30 +#: ../../templates/show_add_access.inc.php:61 +msgid "ACL Type" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:34 +#: ../../templates/show_add_access.inc.php:64 +msgid "Stream Access" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:35 +#: ../../templates/show_add_access.inc.php:65 +msgid "Web Interface" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:36 +#: ../../templates/show_add_access.inc.php:66 +msgid "Local Network Definition" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:37 +msgid "XML-RPC" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:43 +#: ../../templates/show_add_access.inc.php:32 +msgid "Start IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:49 +#: ../../templates/show_add_access.inc.php:38 +msgid "End IP Address" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:62 +#: ../../templates/show_add_access.inc.php:75 +msgid "Remote Key" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:74 +#: ../../templates/show_add_access.inc.php:53 +#: ../../templates/show_play_selected.inc.php:49 +#: ../../lib/class/access.class.php:271 +msgid "View" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:75 +#: ../../templates/show_add_access.inc.php:54 +#: ../../lib/class/access.class.php:274 +msgid "Read" +msgstr "" + +#: ../../templates/show_edit_access.inc.php:76 +#: ../../templates/show_add_access.inc.php:55 +#: ../../lib/class/access.class.php:277 +msgid "Read/Write" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:54 +msgid "Ampache New User Registration" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:69 +msgid "User Agreement" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:79 +msgid "I Accept" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:93 +msgid "User Information" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:155 +msgid "Clear Info" +msgstr "" + +#: ../../templates/show_user_registration.inc.php:156 +msgid "Register User" +msgstr "" + +#: ../../templates/show_login_form.inc.php:58 +#: ../../templates/show_login_form.inc.php:73 +msgid "Login" +msgstr "" + +#: ../../templates/show_login_form.inc.php:66 +msgid "Remember Me" +msgstr "" + +#: ../../templates/show_login_form.inc.php:78 +msgid "Register" +msgstr "" + +#: ../../templates/show_login_form.inc.php:87 +msgid "Message of the Day" +msgstr "" + +#: ../../templates/show_localplay_instances.inc.php:23 +msgid "Show Localplay Instances" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:26 +#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61 +msgid "Most Popular Artists" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:29 +#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55 +msgid "Most Popular Albums" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67 +msgid "Most Popular Genres" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:38 +#: ../../templates/show_mail_users.inc.php:69 +msgid "Most Popular Songs" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:41 +msgid "Most Popular Live Streams" +msgstr "" + +#: ../../templates/show_all_popular.inc.php:44 +msgid "Most Popular Tags" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:23 +msgid "Edit Song" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:81 +#: ../../templates/show_edit_artist.inc.php:35 +#: ../../templates/show_edit_album.inc.php:41 +msgid "Flag for Retagging" +msgstr "" + +#: ../../templates/show_edit_song.inc.php:88 +msgid "Update Song" +msgstr "" + +#: ../../templates/show_local_catalog_info.inc.php:32 +#: ../../lib/class/browse.class.php:537 +msgid "Genres" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:24 +msgid "Send E-mail to Users" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:28 +msgid "Mail to" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:54 +msgid "Latest Artist Additions" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:65 +msgid "Latest Album Additions" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:75 +msgid "Flagged Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:79 +#: ../../templates/show_admin_info.inc.php:34 +msgid "Disabled Songs" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:87 +msgid "Most Popular Threshold in days" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:98 +msgid "Subject" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:105 +msgid "Message" +msgstr "" + +#: ../../templates/show_mail_users.inc.php:114 +msgid "Send Mail" +msgstr "" + +#: ../../templates/show_add_user.inc.php:23 +msgid "Adding a New User" +msgstr "" + +#: ../../templates/show_add_user.inc.php:76 +#: ../../templates/show_preference_box.inc.php:60 +msgid "Content Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:77 +#: ../../templates/show_preference_box.inc.php:61 +msgid "Catalog Manager" +msgstr "" + +#: ../../templates/show_add_user.inc.php:84 +#: ../../templates/sidebar_admin.inc.php:11 +msgid "Add User" +msgstr "" + +#: ../../templates/show_add_access.inc.php:22 +msgid "Add Access for a Host" +msgstr "" + +#: ../../templates/show_add_access.inc.php:67 +msgid "RPC" +msgstr "" + +#: ../../templates/show_add_access.inc.php:72 +msgid "RPC Options" +msgstr "" + +#: ../../templates/show_add_access.inc.php:82 +msgid "Create ACL" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:41 +#: ../../templates/show_preference_box.inc.php:71 +msgid "Value" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:43 +#: ../../templates/show_preference_box.inc.php:73 +msgid "Apply to All" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:44 +#: ../../templates/show_preference_box.inc.php:74 +msgid "Access Level" +msgstr "" + +#: ../../templates/show_preference_box.inc.php:49 +msgid "description" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:26 +msgid "Editing Playlist" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:39 +msgid "Public" +msgstr "" + +#: ../../templates/show_playlist_edit.inc.php:40 +msgid "Private" msgstr "" #: ../../templates/show_duplicates.inc.php:25 @@ -1156,665 +2047,301 @@ msgstr "" msgid "Select Best Guess" msgstr "" -#: ../../templates/show_confirm_action.inc.php:28 -#: ../../templates/show_search.inc:77 -msgid "Yes" +#: ../../templates/show_gather_art.inc.php:23 +#: ../../lib/class/catalog.class.php:972 +msgid "Starting Album Art Search" msgstr "" -#: ../../templates/show_tv.inc.php:42 -msgid "Controls" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../lib/class/catalog.class.php:973 +msgid "Searched" msgstr "" -#: ../../templates/show_tv.inc.php:57 -#: ../../templates/show_localplay.inc.php:42 -msgid "Current Playlist" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:27 -msgid "Editing Playlist" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:30 -#: ../../templates/show_admin_tools.inc.php:30 -#: ../../templates/show_user.inc.php:24 -#: ../../templates/show_modules.inc.php:72 -#: ../../templates/show_edit_catalog.inc.php:26 -#: ../../templates/show_add_playlist.inc.php:28 -#: ../../templates/show_edit_album.inc.php:27 -#: ../../templates/show_localplay_playlist.inc.php:28 -#: ../../templates/show_edit_artist.inc.php:27 -#: ../../templates/show_add_access.inc:29 -#: ../../templates/show_access_list.inc:45 -#: ../../templates/show_edit_access.inc:27 -msgid "Name" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:36 -#: ../../templates/show_add_playlist.inc.php:32 -#: ../../templates/show_random_play.inc:49 -#: ../../templates/show_access_list.inc:51 -msgid "Type" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:39 -msgid "Public" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:40 -msgid "Private" -msgstr "" - -#: ../../templates/show_playlist_edit.inc.php:48 -#: ../../templates/show_tv_adminctl.inc.php:51 -#: ../../templates/show_flagged.inc.php:66 -#: ../../templates/show_play_selected.inc.php:64 -#: ../../templates/show_preference_admin.inc.php:47 -#: ../../templates/show_edit_access.inc:78 -#, fuzzy -msgid "Update" -msgstr "ID3 " - -#: ../../templates/sidebar.inc.php:28 -#: ../../ampache/templates/sidebar.inc.php:28 -msgid "Users" -msgstr "" - -#: ../../templates/sidebar.inc.php:29 -#: ../../ampache/templates/sidebar.inc.php:29 -msgid "Mail Users" -msgstr "" - -#: ../../templates/sidebar.inc.php:31 -#: ../../ampache/templates/sidebar.inc.php:31 -msgid "Config" -msgstr "" - -#: ../../templates/sidebar.inc.php:32 -#: ../../ampache/templates/sidebar.inc.php:32 -msgid "Access List" -msgstr "" - -#: ../../templates/sidebar.inc.php:37 -#: ../../ampache/templates/sidebar.inc.php:37 -msgid "Song Title" -msgstr "" - -#: ../../templates/sidebar.inc.php:60 -#: ../../templates/show_tv_playlist.inc.php:48 -#: ../../templates/show_preference_admin.inc.php:39 -#: ../../ampache/templates/sidebar.inc.php:62 -msgid "Admin" -msgstr "" - -#: ../../templates/sidebar.inc.php:154 -#: ../../ampache/templates/sidebar.inc.php:156 -#: ../../templates/show_random_play.inc:56 -msgid "Minutes" -msgstr "" - -#: ../../templates/sidebar.inc.php:157 -#: ../../ampache/templates/sidebar.inc.php:159 -#: ../../templates/show_random_play.inc:53 -msgid "Less Played" -msgstr "" - -#: ../../templates/sidebar.inc.php:162 -#: ../../ampache/templates/sidebar.inc.php:164 -msgid "Enqueue" -msgstr "" - -#: ../../templates/sidebar.inc.php:185 -#: ../../ampache/templates/sidebar.inc.php:187 -msgid "Democratic View" -msgstr "" - -#: ../../templates/sidebar.inc.php:189 -#: ../../ampache/templates/sidebar.inc.php:191 -msgid "Logout" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:27 -msgid "Catalogs" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:31 -#: ../../templates/show_tv_playlist.inc.php:43 -#: ../../templates/show_modules.inc.php:42 -#: ../../templates/show_modules.inc.php:75 -#: ../../templates/show_genres.inc.php:38 -#: ../../templates/show_flagged.inc.php:32 -#: ../../templates/show_localplay_playlist.inc.php:29 -#: ../../templates/show_artists.inc:44 ../../templates/show_artists.inc:75 -#: ../../templates/show_songs.inc:55 ../../templates/show_albums.inc:47 -#: ../../templates/show_albums.inc:90 ../../templates/show_access_list.inc:52 -#: ../../templates/show_artist.inc:39 -msgid "Action" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:42 -msgid "Add" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:44 -msgid "Verify" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:46 -msgid "Clean" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:56 -msgid "Fast" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:57 -msgid "Gather Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:65 -msgid "No Catalogs Found" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:71 -msgid "Clean All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:72 -msgid "Verify All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:73 -msgid "Add to All" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:74 -#, fuzzy -msgid "Update All" -msgstr "ID3 " - -#: ../../templates/show_admin_tools.inc.php:77 -#: ../../templates/show_add_catalog.inc.php:78 -msgid "Gather Album Art" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:81 -msgid "Other Tools" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:83 -msgid "Show Duplicate Songs" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:84 -msgid "Clear Now Playing" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75 -msgid "Generate New Config" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:86 -msgid "Preferences Permissions" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:87 -msgid "Export To Itunes DB" -msgstr "" - -#: ../../templates/show_admin_tools.inc.php:88 -msgid "Check for New Version" +#: ../../templates/show_gather_art.inc.php:24 +#: ../../templates/sidebar_localplay.inc.php:20 +#: ../../templates/show_adds_catalog.inc.php:24 +#: ../../lib/class/catalog.class.php:946 ../../lib/class/catalog.class.php:973 +#: ../../lib/preferences.php:255 ../../lib/preferences.php:297 +#: ../../lib/ui.lib.php:892 ../../lib/ui.lib.php:920 +msgid "None" msgstr "" #: ../../templates/show_artist_box.inc.php:23 +#: ../../templates/show_artist_box.inc.php:26 msgid "Albums by" msgstr "" -#: ../../templates/show_artist_box.inc.php:33 +#: ../../templates/show_artist_box.inc.php:34 msgid "Show All Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:34 +#: ../../templates/show_artist_box.inc.php:35 msgid "Play All Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:35 +#: ../../templates/show_artist_box.inc.php:36 msgid "Play Random Songs By" msgstr "" -#: ../../templates/show_artist_box.inc.php:37 -#: ../../templates/show_album.inc:62 -msgid "Update from tags" -msgstr "" - #: ../../templates/show_artist_box.inc.php:38 -msgid "Rename Artist" +#: ../../templates/show_album.inc.php:52 +msgid "Update from tags" msgstr "" #: ../../templates/show_artist_box.inc.php:39 msgid "Find duplicate artists" msgstr "" -#: ../../templates/show_user.inc.php:30 -#: ../../templates/show_user_registration.inc.php:117 -#: ../../templates/show_edit_user.inc.php:55 -msgid "E-mail" +#: ../../templates/show_artist_box.inc.php:42 +msgid "Recommend Similar" msgstr "" -#: ../../templates/show_user.inc.php:36 -msgid "Results Per Page" +#: ../../templates/show_random.inc.php:22 +msgid "Play Random Selection" msgstr "" -#: ../../templates/show_user.inc.php:42 -msgid "New Password" +#: ../../templates/show_random.inc.php:26 +msgid "Item count" msgstr "" -#: ../../templates/show_user.inc.php:49 -#: ../../templates/show_user_registration.inc.php:135 -#: ../../templates/show_edit_user.inc.php:72 -msgid "Confirm Password" +#: ../../templates/show_random.inc.php:41 +msgid "From genre" msgstr "" -#: ../../templates/show_user.inc.php:55 -msgid "Clear Stats" +#: ../../templates/show_random.inc.php:50 +msgid "Standard" msgstr "" -#: ../../templates/show_user.inc.php:65 -msgid "Update Account" +#: ../../templates/show_random.inc.php:51 +msgid "Less Played" msgstr "" -#: ../../templates/show_user_stats.inc.php:22 -msgid "Favorites" +#: ../../templates/show_random.inc.php:52 +msgid "Full Albums" msgstr "" -#: ../../templates/show_user_stats.inc.php:29 -msgid "Favorite Artists" +#: ../../templates/show_random.inc.php:53 +msgid "Full Artist" msgstr "" -#: ../../templates/show_user_stats.inc.php:40 -msgid "Favorite Albums" +#: ../../templates/show_random.inc.php:54 +msgid "Minutes" msgstr "" -#: ../../templates/show_user_stats.inc.php:51 -msgid "Favorite Songs" +#: ../../templates/show_random.inc.php:59 +msgid "From catalog" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:31 -msgid "Playing from base Playlist" +#: ../../templates/show_random.inc.php:65 +msgid "Size Limit" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:44 -msgid "Votes" +#: ../../templates/show_random.inc.php:79 +msgid "Enqueue" msgstr "" -#: ../../templates/show_tv_playlist.inc.php:45 -#: ../../templates/show_list_duplicates.inc.php:31 -#: ../../templates/show_recently_played.inc.php:30 -msgid "Song" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:42 -#: ../../templates/show_preference_admin.inc.php:26 -msgid "Preference" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:43 -msgid "Value" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:45 -msgid "Apply to All" -msgstr "" - -#: ../../templates/show_preference_box.inc.php:51 -msgid "description" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:54 -msgid "Ampache New User Registration" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:69 -msgid "User Agreement" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:79 -msgid "I Accept" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:93 -msgid "User Information" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:108 -#: ../../templates/show_edit_user.inc.php:48 -msgid "Full Name" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:155 -msgid "Clear Info" -msgstr "" - -#: ../../templates/show_user_registration.inc.php:156 -msgid "Register User" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:37 -#: ../../templates/show_install.inc:38 -msgid "Requirements" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:43 -#: ../../templates/show_install_config.inc:46 -#: ../../templates/show_install.inc:44 -msgid "" -"Your webserver has read access to the /sql/ampache.sql file and the /config/" -"ampache.cfg.php.dist file" -msgstr "" - -#: ../../templates/show_install_lang.inc.php:72 -msgid "Start configuration" -msgstr "" - -#: ../../templates/show_modules.inc.php:38 -msgid "Localplay Modules" -msgstr "" - -#: ../../templates/show_modules.inc.php:41 -msgid "Module Name" -msgstr "" - -#: ../../templates/show_modules.inc.php:48 -#: ../../templates/show_modules.inc.php:81 -#: ../../templates/show_tv_adminctl.inc.php:28 -msgid "Activate" -msgstr "" - -#: ../../templates/show_modules.inc.php:52 -#: ../../templates/show_modules.inc.php:85 -msgid "Deactivate" -msgstr "" - -#: ../../templates/show_modules.inc.php:61 -#: ../../templates/show_modules.inc.php:96 -#: ../../templates/show_flagged.inc.php:57 -#: ../../templates/show_list_duplicates.inc.php:81 -#: ../../templates/show_localplay_playlist.inc.php:51 -#: ../../templates/show_disabled_songs.inc:44 -msgid "No Records Found" -msgstr "" - -#: ../../templates/show_modules.inc.php:70 -msgid "Available Plugins" -msgstr "" - -#: ../../templates/show_modules.inc.php:73 -msgid "Description" -msgstr "" - -#: ../../templates/show_modules.inc.php:74 -msgid "Version" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:23 -msgid "Edit Song" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:40 -#: ../../templates/show_edit_song.inc.php:48 -#: ../../templates/show_edit_song.inc.php:56 -#: ../../templates/show_rename_artist.inc.php:33 -#: ../../templates/show_search.inc:107 -msgid "OR" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:81 -#: ../../templates/show_edit_album.inc.php:41 -#: ../../templates/show_edit_artist.inc.php:35 -msgid "Flag for Retagging" -msgstr "" - -#: ../../templates/show_edit_song.inc.php:89 -msgid "Update Song" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:24 -msgid "Importing a Playlist from a File" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:28 -#: ../../templates/show_list_duplicates.inc.php:37 -#: ../../templates/show_disabled_songs.inc:29 -#: ../../templates/show_search.inc:67 -msgid "Filename" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:35 -msgid "Playlist Type" -msgstr "" - -#: ../../templates/show_import_playlist.inc.php:48 -msgid "Import Playlist" +#: ../../templates/show_now_playing.inc.php:32 +#: ../../lib/class/localplay.class.php:644 +msgid "Now Playing" msgstr "" #: ../../templates/show_genre.inc.php:29 msgid "Viewing" msgstr "" -#: ../../templates/show_mail_users.inc.php:25 -msgid "Send E-mail to Users" +#: ../../templates/sidebar_preferences.inc.php:9 +msgid "Sections" msgstr "" -#: ../../templates/show_mail_users.inc.php:28 -msgid "Mail to" +#: ../../templates/sidebar_preferences.inc.php:18 +msgid "Account" msgstr "" -#: ../../templates/show_mail_users.inc.php:45 -#: ../../templates/show_all_popular.inc.php:29 -msgid "Most Popular Albums" +#: ../../templates/sidebar_preferences.inc.php:22 +msgid "Server Config" msgstr "" -#: ../../templates/show_mail_users.inc.php:52 -msgid "Latest Artist Additions" +#: ../../templates/sidebar_preferences.inc.php:32 +msgid "Modules" msgstr "" -#: ../../templates/show_mail_users.inc.php:56 -#: ../../templates/show_all_popular.inc.php:26 -msgid "Most Popular Artists" +#: ../../templates/sidebar_preferences.inc.php:34 +msgid "Localplay Modules" msgstr "" -#: ../../templates/show_mail_users.inc.php:63 -msgid "Latest Album Additions" +#: ../../templates/sidebar_preferences.inc.php:35 +msgid "Available Plugins" msgstr "" -#: ../../templates/show_mail_users.inc.php:67 -#: ../../templates/show_all_popular.inc.php:38 -msgid "Most Popular Songs" +#: ../../templates/sidebar_localplay.inc.php:13 +msgid "Show instances" msgstr "" -#: ../../templates/show_mail_users.inc.php:73 -msgid "Flagged Songs" +#: ../../templates/sidebar_localplay.inc.php:14 +#: ../../templates/sidebar_home.inc.php:12 +msgid "Show Playlist" msgstr "" -#: ../../templates/show_mail_users.inc.php:77 -#: ../../templates/show_admin_info.inc.php:36 -msgid "Disabled Songs" +#: ../../templates/sidebar_localplay.inc.php:18 +msgid "Active Instance" msgstr "" -#: ../../templates/show_mail_users.inc.php:85 -msgid "Most Popular Threshold in days" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:96 -msgid "Subject" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:103 -msgid "Message" -msgstr "" - -#: ../../templates/show_mail_users.inc.php:113 -msgid "Send Mail" -msgstr "" - -#: ../../templates/show_admin_info.inc.php:32 -msgid "Last Ten Flagged Records" -msgstr "" - -#: ../../templates/show_admin_info.inc.php:40 -#: ../../templates/show_flagged.inc.php:73 -#: ../../templates/show_ip_history.inc.php:28 -msgid "Show All" -msgstr "" - -#: ../../templates/show_object_rating.inc.php:50 -#: ../../templates/show_object_rating.inc.php:53 -#: ../../templates/show_object_rating.inc.php:56 -#: ../../templates/show_object_rating.inc.php:59 -#: ../../templates/show_object_rating.inc.php:62 -msgid "out of" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:22 -msgid "Admin Controls" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:25 -#: ../../templates/show_tv_adminctl.inc.php:47 -msgid "Base Playlist" -msgstr "" - -#: ../../templates/show_tv_adminctl.inc.php:36 -#: ../../templates/show_localplay.inc.php:32 -msgid "Clear Playlist" -msgstr "" - -#: ../../templates/show_confirmation.inc.php:26 -msgid "Continue" -msgstr "" - -#: ../../templates/show_confirmation.inc.php:28 -#: ../../templates/show_preferences.inc:96 -#: ../../templates/show_similar_artists.inc:74 -msgid "Cancel" -msgstr "" - -#: ../../templates/show_flagged.inc.php:27 -#: ../../templates/show_disabled_songs.inc:25 -#: ../../templates/show_artist.inc:33 -msgid "Select" -msgstr "" - -#: ../../templates/show_flagged.inc.php:28 -msgid "Object" -msgstr "" - -#: ../../templates/show_flagged.inc.php:29 -#: ../../templates/show_preference_admin.inc.php:38 -#: ../../templates/show_add_access.inc:47 -#: ../../templates/show_access_list.inc:49 -#: ../../templates/show_edit_access.inc:47 -msgid "User" -msgstr "" - -#: ../../templates/show_flagged.inc.php:31 -msgid "Status" -msgstr "" - -#: ../../templates/show_flagged.inc.php:63 -msgid "Reject" -msgstr "" - -#: ../../templates/show_flagged.inc.php:64 -msgid "Approve" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:29 -#: ../../templates/show_rename_artist.inc.php:38 -msgid "Rename" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:35 -msgid "Insert current" -msgstr "" - -#: ../../templates/show_rename_artist.inc.php:37 -msgid "Update id3 tags" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:25 -msgid "Newest Artist Additions" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:28 -msgid "Newest Album Additions" -msgstr "" - -#: ../../templates/show_all_recent.inc.php:31 -msgid "Newest Live Stream Additions" +#: ../../templates/sidebar_localplay.inc.php:36 +msgid "Localplay Disabled" msgstr "" #: ../../templates/show_get_albumart.inc.php:23 msgid "Customize Search" msgstr "" -#: ../../templates/show_get_albumart.inc.php:46 +#: ../../templates/show_get_albumart.inc.php:44 msgid "Direct URL to Image" msgstr "" -#: ../../templates/show_get_albumart.inc.php:54 +#: ../../templates/show_get_albumart.inc.php:52 msgid "Local Image" msgstr "" -#: ../../templates/show_get_albumart.inc.php:66 +#: ../../templates/show_get_albumart.inc.php:63 msgid "Get Art" msgstr "" -#: ../../templates/show_playlist_box.inc.php:29 -msgid "Playlist Actions" +#: ../../templates/show_test_config.inc.php:40 +#: ../../templates/show_test.inc.php:32 +msgid "Ampache Debug" msgstr "" -#: ../../templates/show_playlist_box.inc.php:34 -msgid "Edit Playlist" +#: ../../templates/show_edit_catalog.inc.php:22 +msgid "Settings for" msgstr "" -#: ../../templates/show_playlist_box.inc.php:35 -msgid "Normalize Tracks" +#: ../../templates/show_edit_catalog.inc.php:29 +#: ../../templates/show_add_catalog.inc.php:35 +msgid "Auto-inserted Fields" msgstr "" -#: ../../templates/show_playlist_box.inc.php:36 -msgid "Play This Playlist" +#: ../../templates/show_edit_catalog.inc.php:30 +#: ../../templates/show_add_catalog.inc.php:36 +msgid "album name" msgstr "" -#: ../../templates/show_playlist_box.inc.php:37 -msgid "Play Random" +#: ../../templates/show_edit_catalog.inc.php:31 +#: ../../templates/show_add_catalog.inc.php:37 +msgid "artist name" msgstr "" -#: ../../templates/show_playlist_box.inc.php:38 -msgid "Delete This Playlist" +#: ../../templates/show_edit_catalog.inc.php:32 +#: ../../templates/show_add_catalog.inc.php:38 +msgid "id3 comment" msgstr "" -#: ../../templates/show_playlist_box.inc.php:40 -msgid "Import From File" +#: ../../templates/show_edit_catalog.inc.php:33 +#: ../../templates/show_add_catalog.inc.php:39 +msgid "genre" msgstr "" -#: ../../templates/show_playlist_box.inc.php:41 -msgid "Create New Playlist" +#: ../../templates/show_edit_catalog.inc.php:34 +#: ../../templates/show_add_catalog.inc.php:40 +msgid "track number (padded with leading 0)" msgstr "" -#: ../../templates/show_playlist_box.inc.php:43 -msgid "Delete Empty Playlists" +#: ../../templates/show_edit_catalog.inc.php:35 +#: ../../templates/show_add_catalog.inc.php:41 +msgid "song title" msgstr "" -#: ../../templates/show_all_popular.inc.php:32 -msgid "Most Popular Genres" +#: ../../templates/show_edit_catalog.inc.php:36 +#: ../../templates/show_add_catalog.inc.php:42 +msgid "year" msgstr "" -#: ../../templates/show_all_popular.inc.php:41 -msgid "Most Popular Live Streams" +#: ../../templates/show_edit_catalog.inc.php:37 +#: ../../templates/show_add_catalog.inc.php:43 +msgid "other" msgstr "" -#: ../../templates/show_all_popular.inc.php:44 -msgid "Most Popular Tags" +#: ../../templates/show_edit_catalog.inc.php:41 +#: ../../templates/show_add_catalog.inc.php:52 +msgid "Catalog Type" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:45 +#: ../../templates/show_add_catalog.inc.php:61 +msgid "XML-RPC Key" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:51 +msgid "Filename pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "Folder Pattern" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:58 +#: ../../templates/show_add_catalog.inc.php:70 +msgid "(no leading or ending '/')" +msgstr "" + +#: ../../templates/show_edit_catalog.inc.php:68 +msgid "Save Catalog Settings" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:38 +msgid "Playing from base Playlist" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:51 +#: ../../templates/show_democratic_playlist.inc.php:86 +msgid "Votes" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:67 +msgid "Remove Vote" +msgstr "" + +#: ../../templates/show_democratic_playlist.inc.php:69 +msgid "Add Vote" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:23 +msgid "Edit Artist" +msgstr "" + +#: ../../templates/show_edit_artist.inc.php:41 +msgid "Update Artist" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:23 +msgid "Edit Album" +msgstr "" + +#: ../../templates/show_edit_album.inc.php:47 +msgid "Update Album" +msgstr "" + +#: ../../templates/show_admin_info.inc.php:30 +msgid "Last Ten Flagged Records" +msgstr "" + +#: ../../templates/show_plugins.inc.php:46 +msgid "Deactivate" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:32 +#: ../../lib/preferences.php:257 +msgid "Stream" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:36 +#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260 +msgid "Democratic" +msgstr "" + +#: ../../templates/show_playtype_switch.inc.php:38 +#: ../../lib/preferences.php:265 +msgid "Flash Player" msgstr "" #: ../../templates/show_play_selected.inc.php:28 @@ -1837,170 +2364,6 @@ msgstr "" msgid "Add to" msgstr "" -#: ../../templates/show_edit_catalog.inc.php:22 -msgid "Settings for" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:29 -#: ../../templates/show_add_catalog.inc.php:38 -msgid "Auto-inserted Fields" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:30 -#: ../../templates/show_add_catalog.inc.php:39 -msgid "album name" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:31 -#: ../../templates/show_add_catalog.inc.php:40 -msgid "artist name" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:32 -#: ../../templates/show_add_catalog.inc.php:41 -msgid "id3 comment" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:33 -#: ../../templates/show_add_catalog.inc.php:42 -msgid "genre" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:34 -#: ../../templates/show_add_catalog.inc.php:43 -msgid "track number (padded with leading 0)" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:35 -#: ../../templates/show_add_catalog.inc.php:44 -msgid "song title" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:36 -#: ../../templates/show_add_catalog.inc.php:45 -msgid "year" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:37 -#: ../../templates/show_add_catalog.inc.php:46 -msgid "other" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:41 -#: ../../templates/show_add_catalog.inc.php:55 -msgid "Catalog Type" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:44 -#: ../../templates/show_add_catalog.inc.php:64 -msgid "XML-RPC Key" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:50 -msgid "Filename pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "Folder Pattern" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:57 -#: ../../templates/show_add_catalog.inc.php:73 -msgid "(no leading or ending '/')" -msgstr "" - -#: ../../templates/show_edit_catalog.inc.php:68 -msgid "Save Catalog Settings" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:52 -msgid "Volume" -msgstr "" - -#: ../../templates/show_localplay_status.inc.php:56 -msgid "Repeat" -msgstr "" - -#: ../../templates/show_add_playlist.inc.php:24 -msgid "Create a new playlist" -msgstr "" - -#: ../../templates/show_add_playlist.inc.php:42 -msgid "Create" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_add_catalog.inc.php:35 -msgid "Catalog Name" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:51 -msgid "Path" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:59 -msgid "Remote" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:65 -msgid "Required for Remote Catalogs" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:68 -msgid "Filename Pattern" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:82 -msgid "Build Playlists from m3u Files" -msgstr "" - -#: ../../templates/show_add_catalog.inc.php:90 -msgid "Add Catalog" -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:80 -msgid "User Access Level" -msgstr "" - -#: ../../templates/show_edit_user.inc.php:94 -msgid "Add User" -msgstr "" - -#: ../../templates/show_edit_user.inc.php:98 -msgid "Update User" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:26 -msgid "Duplicate Songs" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:34 -msgid "Length" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:36 -#: ../../templates/show_songs.inc:52 -msgid "Size" -msgstr "" - -#: ../../templates/show_list_duplicates.inc.php:75 -msgid "Disable Songs" -msgstr "" - #: ../../templates/show_ip_history.inc.php:23 msgid "IP History" msgstr "" @@ -2009,15 +2372,57 @@ msgstr "" msgid "Show Unique" msgstr "" -#: ../../templates/show_ip_history.inc.php:34 +#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:51 msgid "Date" msgstr "" -#: ../../templates/show_ip_history.inc.php:37 +#: ../../templates/show_ip_history.inc.php:38 +#: ../../templates/show_ip_history.inc.php:52 msgid "IP Address" msgstr "" +#: ../../templates/show_add_catalog.inc.php:27 +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_add_catalog.inc.php:32 +msgid "Catalog Name" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:55 +msgid "Local" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:56 +msgid "Remote" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:62 +msgid "Required for Remote Catalogs" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:65 +msgid "Filename Pattern" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:79 +msgid "Build Playlists from m3u Files" +msgstr "" + +#: ../../templates/show_add_catalog.inc.php:85 +msgid "Add Catalog" +msgstr "" + +#: ../../templates/show_localplay.inc.php:32 +#: ../../templates/rightbar.inc.php:53 +msgid "Clear Playlist" +msgstr "" + #: ../../templates/show_user_recommendations.inc.php:22 +#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66 msgid "Recommendations" msgstr "" @@ -2033,281 +2438,806 @@ msgstr "" msgid "Recommended Songs" msgstr "" -#: ../../templates/show_preference_admin.inc.php:22 -msgid "Preference Administration" +#: ../../templates/show_import_playlist.inc.php:23 +msgid "Importing a Playlist from a File" msgstr "" -#: ../../templates/show_preference_admin.inc.php:27 -#: ../../templates/show_add_access.inc:53 -#: ../../templates/show_access_list.inc:48 -#: ../../templates/show_edit_access.inc:62 -msgid "Level" +#: ../../templates/show_import_playlist.inc.php:35 +msgid "Playlist Type" msgstr "" -#: ../../templates/show_preference_admin.inc.php:37 -msgid "Guest" +#: ../../templates/show_import_playlist.inc.php:47 +msgid "Import Playlist" msgstr "" -#: ../../templates/show_edit_album.inc.php:23 -msgid "Edit Album" +#: ../../templates/show_artist_row.inc.php:32 +#: ../../templates/show_album_row.inc.php:40 +#: ../../templates/show_playlist_row.inc.php:32 +#: ../../templates/rightbar.inc.php:48 +msgid "Batch Download" msgstr "" -#: ../../templates/show_edit_album.inc.php:47 -#: ../../templates/show_edit_artist.inc.php:41 -msgid "Update Album" +#: ../../templates/show_user_stats.inc.php:22 +msgid "Favorites" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "seconds ago" +#: ../../templates/show_user_stats.inc.php:30 +msgid "Favorite Artists" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "minutes ago" +#: ../../templates/show_user_stats.inc.php:43 +msgid "Favorite Albums" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "hours ago" +#: ../../templates/show_user_stats.inc.php:56 +msgid "Favorite Songs" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "days ago" +#: ../../templates/show_list_duplicates.inc.php:26 +msgid "Duplicate Songs" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "weeks ago" +#: ../../templates/show_list_duplicates.inc.php:44 +#: ../../templates/show_list_duplicates.inc.php:89 +msgid "Length" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "months ago" +#: ../../templates/show_list_duplicates.inc.php:46 +#: ../../templates/show_list_duplicates.inc.php:91 +msgid "Size" msgstr "" -#: ../../templates/show_recently_played.inc.php:23 -msgid "years ago" +#: ../../templates/show_list_duplicates.inc.php:96 +msgid "Disable Songs" msgstr "" -#: ../../templates/show_recently_played.inc.php:26 -msgid "Recently Played" +#: ../../templates/sidebar_home.inc.php:2 +msgid "Information" msgstr "" -#: ../../templates/show_recently_played.inc.php:33 -msgid "Last Played" +#: ../../templates/sidebar_home.inc.php:4 +msgid "Currently Playing" msgstr "" -#: ../../templates/show_edit_artist.inc.php:23 -msgid "Edit Artist" +#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612 +msgid "Statistics" msgstr "" -#: ../../templates/show_random_albums.inc.php:23 -msgid "Albums of the Moment" +#: ../../templates/sidebar_home.inc.php:13 +msgid "Manage Playlist" msgstr "" -#: ../../localplay.php:50 ../../localplay.php:58 -msgid "Song(s) Removed from Playlist" +#: ../../templates/sidebar_home.inc.php:22 +msgid "Advanced" msgstr "" -#: ../../localplay.php:77 -msgid "Localplay Init Failed" +#: ../../templates/sidebar_admin.inc.php:5 +msgid "Show Catalogs" msgstr "" -#: ../../browse.php:48 ../../albums.php:213 -msgid "Show Albums starting with" +#: ../../templates/sidebar_admin.inc.php:9 +msgid "User Tools" msgstr "" -#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252 -msgid "Show Artists starting with" +#: ../../templates/sidebar_admin.inc.php:12 +msgid "Browse Users" msgstr "" -#: ../../browse.php:124 -msgid "Show Titles Starting With" +#: ../../templates/sidebar_admin.inc.php:15 +msgid "Access Control" msgstr "" -#: ../../search.php:47 -msgid "Error: No Keyword Entered" +#: ../../templates/sidebar_admin.inc.php:17 +msgid "Add ACL" msgstr "" -#: ../../ampache/templates/sidebar.inc.php:38 -msgid "Lists" +#: ../../templates/sidebar_admin.inc.php:18 +msgid "Show ACL(s)" msgstr "" -#: ../../ratings.php:33 -msgid "Rating Updated" +#: ../../templates/show_clean_catalog.inc.php:23 +msgid "Cleaning the" msgstr "" -#: ../../ratings.php:33 -msgid "Your rating for this object has been updated" +#: ../../templates/show_clean_catalog.inc.php:24 +msgid "Checking" msgstr "" -#: ../../login.php:80 -msgid "User Disabled please contact Admin" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "Starting New Song Search on" msgstr "" -#: ../../login.php:94 -msgid "Unable to create new account" +#: ../../templates/show_adds_catalog.inc.php:23 +msgid "catalog" msgstr "" -#: ../../login.php:103 -msgid "No local account found" +#: ../../templates/show_test.inc.php:33 +msgid "" +"You've reached this page because a configuration error has occured. Debug " +"Information below" msgstr "" -#: ../../login.php:176 -msgid "Message of the Day" +#: ../../templates/show_test.inc.php:37 +msgid "CHECK" msgstr "" -#: ../../preferences.php:53 -msgid "Error: Password Does Not Match or Empty" +#: ../../templates/show_test.inc.php:39 +msgid "STATUS" msgstr "" -#: ../../preferences.php:61 -msgid "Password Updated" +#: ../../templates/show_test.inc.php:41 +msgid "DESCRIPTION" msgstr "" -#: ../../update.php:73 -msgid "Ampache Update" +#: ../../templates/show_test.inc.php:44 +msgid "PHP Version" msgstr "" -#: ../../tv.php:62 -msgid "Playlist Cleared" +#: ../../templates/show_test.inc.php:59 +msgid "" +"This tests to make sure that you are running a version of PHP that is known " +"to work with Ampache." msgstr "" -#: ../../artists.php:91 ../../albums.php:191 -msgid "Starting Update from Tags" +#: ../../templates/show_test.inc.php:63 +msgid "Mysql for PHP" msgstr "" -#: ../../artists.php:96 ../../albums.php:196 -msgid "Update From Tags Complete" +#: ../../templates/show_test.inc.php:78 +msgid "" +"This test checks to see if you have the mysql extensions loaded for PHP. " +"These are required for Ampache to work." msgstr "" -#: ../../artists.php:97 ../../albums.php:197 -msgid "Return" +#: ../../templates/show_test.inc.php:82 +msgid "PHP Session Support" msgstr "" -#: ../../activate.php:43 +#: ../../templates/show_test.inc.php:97 +msgid "" +"This test checks to make sure that you have PHP session support enabled. " +"Sessions are required for Ampache to work." +msgstr "" + +#: ../../templates/show_test.inc.php:101 +msgid "PHP ICONV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:115 +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_test.inc.php:119 +msgid "PHP PCRE Support" +msgstr "" + +#: ../../templates/show_test.inc.php:132 +msgid "" +"This test makes sure you have PCRE support compiled into your version of " +"PHP, this is required for Ampache." +msgstr "" + +#: ../../templates/show_test.inc.php:136 +msgid "PHP PutENV Support" +msgstr "" + +#: ../../templates/show_test.inc.php:149 +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 "" + +#: ../../templates/show_test.inc.php:166 +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_test.inc.php:189 +msgid "" +"This test makes sure that you have set all of the required configuration " +"variables and that we are able to completely parse your config file" +msgstr "" + +#: ../../templates/show_test.inc.php:193 +msgid "DB Connection" +msgstr "" + +#: ../../templates/show_test.inc.php:209 +msgid "" +"This attempts to connect to your database using the values from your ampache." +"cfg.php" +msgstr "" + +#: ../../templates/show_index.inc.php:49 +msgid "Newest Albums" +msgstr "" + +#: ../../templates/show_index.inc.php:54 +msgid "Newest Artists" +msgstr "" + +#: ../../templates/show_index.inc.php:59 +msgid "Newest Genres" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "Editing" +msgstr "" + +#: ../../templates/show_preferences.inc.php:28 +msgid "preferences" +msgstr "" + +#: ../../templates/show_preferences.inc.php:36 +msgid "Update Preferences" +msgstr "" + +#: ../../templates/show_account.inc.php:40 +msgid "New Password" +msgstr "" + +#: ../../templates/show_account.inc.php:53 +msgid "Clear Stats" +msgstr "" + +#: ../../templates/show_account.inc.php:64 +msgid "Update Account" +msgstr "" + +#: ../../templates/list_header.inc.php:99 +msgid "Prev" +msgstr "" + +#: ../../templates/rightbar.inc.php:28 +msgid "Add to Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:31 +msgid "Add to New Playlist" +msgstr "" + +#: ../../templates/rightbar.inc.php:56 +msgid "Add Dynamic Items" +msgstr "" + +#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386 +msgid "Pure Random" +msgstr "" + +#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383 +msgid "Related Artist" +msgstr "" + +#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377 +msgid "Related Album" +msgstr "" + +#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380 +msgid "Related Genre" +msgstr "" + +#: ../../templates/show_album.inc.php:31 +#: ../../lib/class/catalog.class.php:1767 +#: ../../lib/class/catalog.class.php:1849 +#: ../../lib/class/catalog.class.php:1934 +msgid "Unknown (Orphaned)" +msgstr "" + +#: ../../templates/show_album.inc.php:46 +msgid "Play Random from Album" +msgstr "" + +#: ../../templates/show_album.inc.php:48 +msgid "Reset Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:50 +msgid "Find Album Art" +msgstr "" + +#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74 +#: ../../server/stats.ajax.php:90 +msgid "Find Missing Tracks" +msgstr "" + +#: ../../templates/show_playlists.inc.php:34 +#: ../../templates/show_playlists.inc.php:51 +msgid "Playlist Name" +msgstr "" + +#: ../../templates/show_playlists.inc.php:35 +#: ../../templates/show_playlists.inc.php:52 +msgid "# Songs" +msgstr "" + +#: ../../templates/show_playlists.inc.php:36 +#: ../../templates/show_playlists.inc.php:53 +msgid "Owner" +msgstr "" + +#: ../../activate.php:42 msgid "No user with this name registered" msgstr "" -#: ../../activate.php:47 +#: ../../activate.php:46 msgid "The validation key used isn't correct." msgstr "" -#: ../../activate.php:52 +#: ../../activate.php:51 msgid "User activated" msgstr "" -#: ../../activate.php:52 +#: ../../activate.php:51 msgid "This User ID is activated and can be used" msgstr "" -#: ../../playlist.php:46 -msgid "Playlist Deleted" +#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84 +msgid "Links" msgstr "" -#: ../../playlist.php:46 -msgid "The Requested Playlist has been deleted" +#: ../../democratic.php:80 +msgid "Playlist Cleared" msgstr "" -#: ../../playlist.php:56 -msgid "Are you sure you want to delete this playlist" +#: ../../lib/class/metadata.class.php:137 +msgid "Buy Track from MyStrands" msgstr "" -#: ../../playlist.php:57 -msgid "Confirm Action" +#: ../../lib/class/flag.class.php:280 +msgid "Approved" msgstr "" -#: ../../playlist.php:117 -msgid "Playlist Created" +#: ../../lib/class/flag.class.php:281 +msgid "Pending" msgstr "" -#: ../../playlist.php:117 -msgid " has been created" +#: ../../lib/class/flag.class.php:296 +msgid "Re-Tag" msgstr "" -#: ../../playlist.php:126 -msgid "Remote Selected Tracks" +#: ../../lib/class/song.class.php:333 ../../lib/class/song.class.php:337 +#: ../../lib/class/song.class.php:341 ../../lib/class/song.class.php:345 +#: ../../lib/class/song.class.php:349 ../../lib/class/song.class.php:353 +#: ../../lib/class/song.class.php:357 ../../lib/class/song.class.php:362 +#: ../../lib/class/song.class.php:367 ../../lib/class/song.class.php:371 +#: ../../lib/class/song.class.php:375 ../../lib/class/song.class.php:380 +msgid "updated to" msgstr "" -#: ../../playlist.php:145 -msgid "Playlist Updated" +#: ../../lib/class/song.class.php:341 +msgid "Rate" msgstr "" -#: ../../playlist.php:146 -msgid "has been updated and is now" +#: ../../lib/class/song.class.php:345 +msgid "Mode" msgstr "" -#: ../../playlist.php:166 -msgid "Playlist Imported" +#: ../../lib/class/song.class.php:357 +msgid "Filesize" msgstr "" -#: ../../playlist.php:195 -msgid "Empty Playlists Deleted" +#: ../../lib/class/browse.class.php:542 +msgid "Manage Users" msgstr "" -#: ../../flag.php:46 -msgid "Item Flagged" +#: ../../lib/class/browse.class.php:552 +msgid "Radion Stations" msgstr "" -#: ../../flag.php:46 -msgid "The specified item has been flagged" +#: ../../lib/class/browse.class.php:557 +msgid "Playlists" msgstr "" -#: ../../albums.php:48 +#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740 +#: ../../lib/class/album.class.php:434 +msgid "Error: Unable to open" +msgstr "" + +#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452 +msgid "Error: Unable to change to directory" +msgstr "" + +#: ../../lib/class/catalog.class.php:480 +msgid "Error: Unable to get filesize for" +msgstr "" + +#: ../../lib/class/catalog.class.php:486 +msgid "is not readable by ampache" +msgstr "" + +#: ../../lib/class/catalog.class.php:937 +msgid "Starting Catalog Build" +msgstr "" + +#: ../../lib/class/catalog.class.php:941 +msgid "Running Remote Sync" +msgstr "" + +#: ../../lib/class/catalog.class.php:965 +#: ../../lib/class/catalog.class.php:1137 +msgid "Added Playlist From" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +msgid "Catalog Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1166 +msgid "Total Time" +msgstr "" + +#: ../../lib/class/catalog.class.php:983 +#: ../../lib/class/catalog.class.php:1167 +msgid "Total Songs" +msgstr "" + +#: ../../lib/class/catalog.class.php:984 +#: ../../lib/class/catalog.class.php:1167 +msgid "Songs Per Seconds" +msgstr "" + +#: ../../lib/class/catalog.class.php:1027 +msgid "No Update Needed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1111 +msgid "Running Remote Update" +msgstr "" + +#: ../../lib/class/catalog.class.php:1166 +msgid "Catalog Update Finished" +msgstr "" + +#: ../../lib/class/catalog.class.php:1187 +msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Error connecting to" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Code" +msgstr "" + +#: ../../lib/class/catalog.class.php:1230 +#: ../../lib/class/catalog.class.php:1285 +msgid "Reason" +msgstr "" + +#: ../../lib/class/catalog.class.php:1246 +msgid "Completed updating remote catalog(s)" +msgstr "" + +#: ../../lib/class/catalog.class.php:1362 +msgid "Catalog Root unreadable, stopping clean" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "Catalog Clean Done" +msgstr "" + +#: ../../lib/class/catalog.class.php:1419 +msgid "files removed" +msgstr "" + +#: ../../lib/class/catalog.class.php:1420 +msgid "Optimizing Tables" +msgstr "" + +#: ../../lib/class/catalog.class.php:1656 +msgid " FOUND" +msgstr "" + +#: ../../lib/class/catalog.class.php:1658 +msgid "Searching for new Album Art" +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Update Finished." +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "Checked" +msgstr "" + +#: ../../lib/class/catalog.class.php:1706 +msgid "songs updated." +msgstr "" + +#: ../../lib/class/localplay.class.php:647 +msgid "Stopped" +msgstr "" + +#: ../../lib/class/localplay.class.php:650 +msgid "Paused" +msgstr "" + +#: ../../lib/class/album.class.php:217 +msgid "Disk" +msgstr "" + +#: ../../lib/preferences.php:245 +msgid "Enable" +msgstr "" + +#: ../../lib/preferences.php:272 +msgid "M3U" +msgstr "" + +#: ../../lib/preferences.php:273 +msgid "Simple M3U" +msgstr "" + +#: ../../lib/preferences.php:274 +msgid "PLS" +msgstr "" + +#: ../../lib/preferences.php:275 +msgid "Asx" +msgstr "" + +#: ../../lib/preferences.php:276 +msgid "RAM" +msgstr "" + +#: ../../lib/preferences.php:277 +msgid "XSPF" +msgstr "" + +#: ../../lib/preferences.php:310 +msgid "Disabled" +msgstr "" + +#: ../../lib/preferences.php:332 +msgid "Send on Add" +msgstr "" + +#: ../../lib/preferences.php:333 +msgid "Send and Clear on Add" +msgstr "" + +#: ../../lib/preferences.php:334 +msgid "Clear on Send" +msgstr "" + +#: ../../lib/preferences.php:335 ../../lib/preferences.php:342 +msgid "Default" +msgstr "" + +#: ../../lib/preferences.php:343 +msgid "Always" +msgstr "" + +#: ../../lib/rating.lib.php:51 +msgid "Don't Play" +msgstr "" + +#: ../../lib/rating.lib.php:54 +msgid "It's Pretty Bad" +msgstr "" + +#: ../../lib/rating.lib.php:57 +msgid "It's Ok" +msgstr "" + +#: ../../lib/rating.lib.php:60 +msgid "It's Pretty Good" +msgstr "" + +#: ../../lib/rating.lib.php:63 +msgid "I Love It!" +msgstr "" + +#: ../../lib/rating.lib.php:66 +msgid "It's Insane" +msgstr "" + +#: ../../lib/rating.lib.php:70 +msgid "Off the Charts!" +msgstr "" + +#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495 +msgid "English" +msgstr "" + +#: ../../lib/general.lib.php:496 +msgid "British English" +msgstr "" + +#: ../../lib/general.lib.php:502 +msgid "Turkish" +msgstr "" + +#: ../../lib/general.lib.php:503 +msgid "Simplified Chinese" +msgstr "" + +#: ../../lib/general.lib.php:580 +msgid "On" +msgstr "" + +#: ../../lib/general.lib.php:583 +msgid "Off" +msgstr "" + +#: ../../lib/ui.lib.php:92 +msgid "Error Access Denied" +msgstr "" + +#: ../../lib/ui.lib.php:550 +msgid "Upload" +msgstr "" + +#: ../../lib/ui.lib.php:553 +msgid "Local Play" +msgstr "" + +#: ../../lib/ui.lib.php:556 +msgid "Random Play" +msgstr "" + +#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572 +msgid "Admin-Catalog" +msgstr "" + +#: ../../lib/ui.lib.php:576 +msgid "Admin-User Management" +msgstr "" + +#: ../../lib/ui.lib.php:580 +msgid "Admin-Mail Users" +msgstr "" + +#: ../../lib/ui.lib.php:584 +msgid "Admin-Manage Access Lists" +msgstr "" + +#: ../../lib/ui.lib.php:588 +msgid "Admin-Site Preferences" +msgstr "" + +#: ../../lib/ui.lib.php:592 +msgid "Admin-Manage Modules" +msgstr "" + +#: ../../lib/ui.lib.php:596 +msgid "Browse Music" +msgstr "" + +#: ../../albums.php:32 msgid "Album Art Cleared" msgstr "" -#: ../../albums.php:48 +#: ../../albums.php:32 msgid "Album Art information has been removed from the database" msgstr "" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 msgid "Album Art Not Located" msgstr "" -#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159 +#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129 msgid "" "Album Art could not be located at this time. This may be due to write access " "error, or the file is not received corectly." msgstr "" -#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185 +#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155 msgid "Album Art Inserted" msgstr "" -#: ../../register.php:81 -msgid "Error Captcha Required" +#: ../../albums.php:164 ../../artists.php:48 +msgid "Starting Update from Tags" msgstr "" -#: ../../register.php:88 -msgid "Error Captcha Failed" +#: ../../albums.php:168 ../../artists.php:52 +msgid "Update From Tags Complete" msgstr "" -#: ../../register.php:95 -msgid "You must accept the user agreement" +#: ../../albums.php:169 ../../artists.php:53 +msgid "Return" msgstr "" -#: ../../register.php:100 -msgid "You did not enter a username" +#: ../../modules/localplay/mpd.controller.php:213 +msgid "Instance Name" msgstr "" -#: ../../register.php:104 -msgid "Please fill in your full name (Firstname Lastname)" +#: ../../modules/localplay/mpd.controller.php:214 +msgid "Hostname" msgstr "" -#: ../../register.php:130 -msgid "You must enter a password" +#: ../../modules/localplay/mpd.controller.php:215 +msgid "Port" msgstr "" -#: ../../register.php:134 -msgid "Your passwords do not match" +#: ../../modules/horde/Browser.php:867 +msgid "file" msgstr "" -#: ../../register.php:152 -msgid "Error: Insert Failed" +#: ../../modules/horde/Browser.php:871 +msgid "File uploads not supported." msgstr "" -#: ../../register.php:169 -msgid "Registration Complete" +#: ../../modules/horde/Browser.php:889 +msgid "No file uploaded" msgstr "" -#: ../../bin/print_tags.php.inc:64 +#: ../../modules/horde/Browser.php:896 +#, php-format +msgid "There was a problem with the file upload: No %s was uploaded." +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)." +msgstr "" + +#: ../../modules/horde/Browser.php:903 +#, php-format +msgid "" +"There was a problem with the file upload: The %s was only partially uploaded." +msgstr "" + +#: ../../localplay.php:72 ../../localplay.php:80 +msgid "Song(s) Removed from Playlist" +msgstr "" + +#: ../../playlist.php:57 +msgid "Playlist Created" +msgstr "" + +#: ../../playlist.php:57 +msgid " has been created" +msgstr "" + +#: ../../playlist.php:78 +msgid "Playlist Updated" +msgstr "" + +#: ../../playlist.php:79 +msgid "has been updated and is now" +msgstr "" + +#: ../../playlist.php:101 +msgid "Playlist Imported" +msgstr "" + +#: ../../playlist.php:130 +msgid "Empty Playlists Deleted" +msgstr "" + +#: ../../login.php:73 +msgid "User Disabled please contact Admin" +msgstr "" + +#: ../../login.php:87 +msgid "Unable to create new account" +msgstr "" + +#: ../../login.php:96 +msgid "No local account found" +msgstr "" + +#: ../../search.php:38 +msgid "Error: No Keyword Entered" +msgstr "" + +#: ../../artists.php:186 +msgid "Show Artists starting with" +msgstr "" + +#: ../../bin/print_tags.inc:66 msgid "" "[print_tags.php.inc]\n" "This commandline script will display the tag information for the specified " @@ -2316,632 +3246,13 @@ msgid "" " \n" msgstr "" -#: ../../bin/print_tags.php.inc:70 +#: ../../bin/print_tags.inc:72 msgid "Filename:" msgstr "" -#: ../../bin/quarantine_migration.php.inc:61 -msgid "Error: Unable to write to" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:68 -msgid "Error: Upload directory not inside a catalog" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "Adding" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:107 -msgid "to database" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:124 -msgid "Deleted" -msgstr "" - -#: ../../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 "" - -#: ../../bin/quarantine_migration.php.inc:153 -msgid "Continue? (Y/N):" -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:178 -msgid "Error: " -msgstr "" - -#: ../../bin/quarantine_migration.php.inc:179 -msgid "!\n" -msgstr "" - -#: ../../templates/show_big_art.inc:29 -msgid "Album Art" -msgstr "" - -#: ../../templates/show_big_art.inc:33 -msgid "Click to close window" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:30 -msgid "Addition Time" -msgstr "" - -#: ../../templates/show_disabled_songs.inc:49 -msgid "Remove" -msgstr "" - -#: ../../templates/list_header.inc:110 -msgid "Prev" -msgstr "" - -#: ../../templates/list_header.inc:156 -msgid "Next" -msgstr "" - -#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64 -msgid "You are currently logged in as" -msgstr "" - -#: ../../templates/header.inc:74 -msgid "Error Config File Out of Date" -msgstr "" - -#: ../../templates/show_songs.inc:47 -msgid "Song title" -msgstr "" - -#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92 -msgid "Rating" -msgstr "" - -#: ../../templates/show_songs.inc:183 -msgid "Total" -msgstr "" - -#: ../../templates/show_install_config.inc:53 -#: ../../templates/show_install.inc:56 -msgid "Step 2 - Creating the Ampache.cfg.php file" -msgstr "" - -#: ../../templates/show_install_config.inc:55 -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 "" - -#: ../../templates/show_install_config.inc:64 -msgid "Web Path" -msgstr "" - -#: ../../templates/show_install_config.inc:68 -#: ../../templates/show_install.inc:64 -msgid "Desired Database Name" -msgstr "" - -#: ../../templates/show_install_config.inc:72 -#: ../../templates/show_install.inc:68 -msgid "MySQL Hostname" -msgstr "" - -#: ../../templates/show_install_config.inc:76 -msgid "MySQL Username" -msgstr "" - -#: ../../templates/show_install_config.inc:80 -msgid "MySQL Password" -msgstr "" - -#: ../../templates/show_install_config.inc:85 -msgid "Write Config" -msgstr "" - -#: ../../templates/show_install_config.inc:92 -#: ../../templates/show_test.inc:155 -msgid "Ampache.cfg.php Exists" -msgstr "" - -#: ../../templates/show_install_config.inc:109 -#: ../../templates/show_test.inc:176 -msgid "Ampache.cfg.php Configured?" -msgstr "" - -#: ../../templates/show_install_config.inc:130 -msgid "Check for Config" -msgstr "" - -#: ../../templates/show_album.inc:55 -msgid "Play Album" -msgstr "" - -#: ../../templates/show_album.inc:56 -msgid "Play Random from Album" -msgstr "" - -#: ../../templates/show_album.inc:58 -msgid "Reset Album Art" -msgstr "" - -#: ../../templates/show_album.inc:60 -msgid "Find Album Art" -msgstr "" - -#: ../../templates/show_preferences.inc:53 -msgid "Editing" -msgstr "" - -#: ../../templates/show_preferences.inc:53 -msgid "preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:55 -msgid "Rebuild Preferences" -msgstr "" - -#: ../../templates/show_preferences.inc:62 -msgid "Interface" -msgstr "" - -#: ../../templates/show_preferences.inc:65 -msgid "Streaming" -msgstr "" - -#: ../../templates/show_preferences.inc:68 -msgid "Options" -msgstr "" - -#: ../../templates/show_preferences.inc:72 -msgid "Account" -msgstr "" - -#: ../../templates/show_preferences.inc:76 -msgid "System" -msgstr "" - -#: ../../templates/show_preferences.inc:79 -msgid "Modules" -msgstr "" - -#: ../../templates/show_preferences.inc:92 -msgid "Update Preferences" -msgstr "" - -#: ../../templates/show_random_play.inc:25 -msgid "Play Random Selection" -msgstr "" - -#: ../../templates/show_random_play.inc:28 -msgid "Item count" -msgstr "" - -#: ../../templates/show_random_play.inc:43 -msgid "From genre" -msgstr "" - -#: ../../templates/show_random_play.inc:52 -msgid "Standard" -msgstr "" - -#: ../../templates/show_random_play.inc:54 -msgid "Full Albums" -msgstr "" - -#: ../../templates/show_random_play.inc:55 -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:122 -msgid "Unlimited" -msgstr "" - -#: ../../templates/show_install.inc:54 -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:72 -msgid "MySQL Administrative Username" -msgstr "" - -#: ../../templates/show_install.inc:76 -msgid "MySQL Administrative Password" -msgstr "" - -#: ../../templates/show_install.inc:80 -msgid "Create Database User for New Database" -msgstr "" - -#: ../../templates/show_install.inc:84 -msgid "Ampache Database Username" -msgstr "" - -#: ../../templates/show_install.inc:88 -msgid "Ampache Database User Password" -msgstr "" - -#: ../../templates/show_install.inc:93 -msgid "Insert Database" -msgstr "" - -#: ../../templates/show_add_access.inc:22 -msgid "Add Access for a Host" -msgstr "" - -#: ../../templates/show_add_access.inc:23 -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:35 -#: ../../templates/show_edit_access.inc:35 -msgid "Start IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:41 -#: ../../templates/show_edit_access.inc:41 -msgid "End IP Address" -msgstr "" - -#: ../../templates/show_add_access.inc:57 -#: ../../templates/show_edit_access.inc:67 -msgid "Read" -msgstr "" - -#: ../../templates/show_add_access.inc:58 -#: ../../templates/show_edit_access.inc:68 -msgid "Read/Write" -msgstr "" - -#: ../../templates/show_add_access.inc:64 -#: ../../templates/show_edit_access.inc:31 -msgid "ACL Type" -msgstr "" - -#: ../../templates/show_add_access.inc:67 -msgid "Stream Access" -msgstr "" - -#: ../../templates/show_add_access.inc:68 -msgid "Web Interface" -msgstr "" - -#: ../../templates/show_add_access.inc:69 -msgid "Local Network Definition" -msgstr "" - -#: ../../templates/show_add_access.inc:70 -msgid "XML-RPC" -msgstr "" - -#: ../../templates/show_add_access.inc:75 -msgid "XML-RPC Options" -msgstr "" - -#: ../../templates/show_add_access.inc:78 -#: ../../templates/show_edit_access.inc:54 -msgid "Remote Key" -msgstr "" - -#: ../../templates/show_add_access.inc:87 -msgid "Create ACL" -msgstr "" - -#: ../../templates/show_access_list.inc:29 -msgid "Host Access to Your Catalog" -msgstr "" - -#: ../../templates/show_access_list.inc:39 -msgid "Add Entry" -msgstr "" - -#: ../../templates/show_access_list.inc:46 -msgid "Start Address" -msgstr "" - -#: ../../templates/show_access_list.inc:47 -msgid "End Address" -msgstr "" - -#: ../../templates/show_access_list.inc:50 -msgid "Key" -msgstr "" - -#: ../../templates/show_access_list.inc:69 -msgid "Revoke" -msgstr "" - -#: ../../templates/show_users.inc:40 -msgid "Fullname" -msgstr "" - -#: ../../templates/show_users.inc:48 -msgid "Last Seen" -msgstr "" - -#: ../../templates/show_users.inc:53 -msgid "Registration Date" -msgstr "" - -#: ../../templates/show_users.inc:57 -msgid "Activity" -msgstr "" - -#: ../../templates/show_users.inc:61 -msgid "Last Ip" -msgstr "" - -#: ../../templates/show_users.inc:66 -msgid "On-line" -msgstr "" - -#: ../../templates/show_artist.inc:35 -msgid "Cover" -msgstr "" - -#: ../../templates/show_artist.inc:36 -msgid "Album Name" -msgstr "" - -#: ../../templates/show_artist.inc:37 -msgid "Album Year" -msgstr "" - -#: ../../templates/show_artist.inc:38 -msgid "Tracks" -msgstr "" - -#: ../../templates/show_edit_access.inc:23 -msgid "Edit Access List" -msgstr "" - -#: ../../templates/show_test.inc:34 -msgid "Ampache Debug" -msgstr "" - -#: ../../templates/show_test.inc:35 -msgid "" -"You've reached this page because a configuration error has occured. Debug " -"Information below" -msgstr "" - -#: ../../templates/show_test.inc:39 -msgid "CHECK" -msgstr "" - -#: ../../templates/show_test.inc:41 -msgid "STATUS" -msgstr "" - -#: ../../templates/show_test.inc:43 -msgid "DESCRIPTION" -msgstr "" - -#: ../../templates/show_test.inc:46 -msgid "PHP Version" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:65 -msgid "Mysql for PHP" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:84 -msgid "PHP Session Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:103 -msgid "PHP ICONV Support" -msgstr "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:121 -msgid "PHP PCRE Support" -msgstr "" - -#: ../../templates/show_test.inc:134 -msgid "" -"This test makes sure you have PCRE support compiled into your version of " -"PHP, this is required for Ampache." -msgstr "" - -#: ../../templates/show_test.inc:138 -msgid "PHP PutENV Support" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../templates/show_test.inc:203 -msgid "Ampache.cfg.php Up to Date?" -msgstr "" - -#: ../../templates/show_test.inc:221 -msgid "Ampache.cfg.php is missing the following:" -msgstr "" - -#: ../../templates/show_test.inc:240 -msgid "DB Connection" -msgstr "" - -#: ../../templates/show_test.inc:256 -msgid "" -"This attempts to connect to your database using the values from your ampache." -"cfg.php" -msgstr "" - -#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26 -msgid "Search Ampache" -msgstr "" - -#: ../../templates/show_similar_artists.inc:23 -msgid "Similar Artists" -msgstr "" - -#: ../../templates/show_similar_artists.inc:25 -msgid "Please check the artists you want to merge with the current one" -msgstr "" - -#: ../../templates/show_similar_artists.inc:62 -msgid "Back" -msgstr "" - -#: ../../templates/show_similar_artists.inc:73 -msgid "Rename selected" -msgstr "" - -#: ../../templates/show_similar_artists.inc:83 -msgid "Advanced Options" -msgstr "" - -#: ../../templates/show_similar_artists.inc:144 -msgid "Search Again" -msgstr "" - -#: ../../templates/show_login_form.inc:35 -#: ../../templates/show_login_form.inc:42 -msgid "Login" -msgstr "" - -#: ../../templates/show_login_form.inc:39 -msgid "Remember Me" -msgstr "" - -#: ../../templates/show_login_form.inc:48 -msgid "Register" -msgstr "" - -#: ../../templates/show_search.inc:33 -msgid "Keywords" -msgstr "" - -#: ../../templates/show_search.inc:73 -msgid "Played" -msgstr "" - -#: ../../templates/show_search.inc:81 -msgid "Min Bitrate" -msgstr "" - -#: ../../templates/show_search.inc:96 -msgid "One Star" -msgstr "" - -#: ../../templates/show_search.inc:97 -msgid "Two Stars" -msgstr "" - -#: ../../templates/show_search.inc:98 -msgid "Three Stars" -msgstr "" - -#: ../../templates/show_search.inc:99 -msgid "Four Stars" -msgstr "" - -#: ../../templates/show_search.inc:100 -msgid "Five Stars" -msgstr "" - -#: ../../templates/show_search.inc:103 -msgid "Operator" -msgstr "" - -#: ../../templates/show_search.inc:106 -msgid "AND" -msgstr "" - -#: ../../templates/show_search.inc:112 -msgid "Method" -msgstr "" - -#: ../../templates/show_search.inc:115 -msgid "Fuzzy" -msgstr "" - -#: ../../templates/show_search.inc:116 -msgid "Exact" -msgstr "" - -#: ../../templates/show_search.inc:119 -msgid "Maximum Results" -msgstr "" - -#: ../../templates/show_search.inc:134 -msgid "Reset Form" -msgstr "" - -#: ../../templates/show_search.inc:145 -msgid "Save Search As Track on" -msgstr "" - -#: ../../templates/show_search.inc:147 -msgid "Save" -msgstr "" +#, fuzzy +#~ msgid "Entry Updated" +#~ msgstr "ID3 " #~ msgid "owned by" #~ msgstr " "