summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-26 02:03:17 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-26 02:03:17 +0000
commit767a3781ec2b3c8f6493bf09c8621fb8ffb1fe3a (patch)
tree9e3aeeceab5a82cb115ee7d91be4619d9e9fc30f
parentda4199c418dae544e29bea8bc44801de778e29f1 (diff)
downloadampache-767a3781ec2b3c8f6493bf09c8621fb8ffb1fe3a.tar.gz
ampache-767a3781ec2b3c8f6493bf09c8621fb8ffb1fe3a.tar.bz2
ampache-767a3781ec2b3c8f6493bf09c8621fb8ffb1fe3a.zip
preparing for release point, exciting stuff
-rw-r--r--admin/catalog.php3
-rw-r--r--config/ampache.cfg.php.dist2
-rwxr-xr-xdocs/CHANGELOG3
-rwxr-xr-xdocs/INSTALL2
-rwxr-xr-xdocs/README14
-rw-r--r--lib/init.php4
-rw-r--r--locale/base/messages.po3668
-rw-r--r--locale/de_DE/LC_MESSAGES/messages.po5139
-rw-r--r--locale/en_GB/LC_MESSAGES/messages.po4924
-rw-r--r--locale/es_ES/LC_MESSAGES/messages.po4559
-rw-r--r--locale/fr_FR/LC_MESSAGES/messages.po5027
-rw-r--r--locale/is_IS/LC_MESSAGES/messages.po3554
-rw-r--r--locale/it_IT/LC_MESSAGES/messages.po4904
-rw-r--r--locale/nl_NL/LC_MESSAGES/messages.po5048
-rw-r--r--locale/ru_RU/LC_MESSAGES/messages.po4912
-rw-r--r--locale/tr_TR/LC_MESSAGES/messages.po3775
-rw-r--r--locale/zh_CN/LC_MESSAGES/messages.po3581
17 files changed, 26965 insertions, 22154 deletions
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,3116 +1,3246 @@
-# 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 <EMAIL@ADDRESS>, 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 <devel@fosternet.de>, 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 <devel@fosternet.de>\n"
-"Language-Team: <de@li.org>\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 <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\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
-msgid "Session Expired: please log in again at"
+#: ../../register.php:82
+msgid "Error Captcha Required"
msgstr ""
-#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621
-#: ../../lib/class/album.class.php:328
-msgid "Error: Unable to open"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
msgstr ""
-#: ../../lib/class/catalog.class.php:374
-msgid "Error: Unable to get filesize for"
+#: ../../register.php:101
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/class/catalog.class.php:411
-msgid "is not readable by ampache"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
msgstr ""
-#: ../../lib/class/catalog.class.php:530
-msgid "album's with art"
+#: ../../register.php:131
+msgid "You must enter a password"
msgstr ""
-#: ../../lib/class/catalog.class.php:812
-msgid "Starting Catalog Build"
+#: ../../register.php:135
+msgid "Your passwords do not match"
msgstr ""
-#: ../../lib/class/catalog.class.php:816
-msgid "Running Remote Sync"
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
msgstr ""
-#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992
-msgid "Found"
+#: ../../register.php:157
+msgid "Error: Insert Failed"
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"
+#: ../../register.php:174
+msgid "Registration Complete"
msgstr ""
-#: ../../lib/class/catalog.class.php:840
-#: ../../lib/class/catalog.class.php:1014
-msgid "Added Playlist From"
+#: ../../update.php:51
+msgid "Ampache Update"
msgstr ""
-#: ../../lib/class/catalog.class.php:847
-#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258
-msgid "Starting Album Art Search"
+#: ../../play/index.php:72
+msgid "Session Expired: please log in again at"
msgstr ""
-#: ../../lib/class/catalog.class.php:848
-#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259
-msgid "Searched"
+#: ../../ratings.php:32
+msgid "Rating Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-msgid "Catalog Finished"
+#: ../../ratings.php:32
+msgid "Your rating for this object has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1044
-msgid "Total Time"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1045
-msgid "Total Songs"
+#: ../../admin/flag.php:97
+msgid "Song Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:859
-#: ../../lib/class/catalog.class.php:1045
-msgid "Songs Per Seconds"
+#: ../../admin/flag.php:97
+msgid "The requested song has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:894
-#: ../../lib/class/catalog.class.php:1565
-msgid "Updated"
+#: ../../admin/flag.php:139
+msgid "Album Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:901
-msgid "No Update Needed"
+#: ../../admin/flag.php:181
+msgid "Artist Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "Starting New Song Search on"
+#: ../../admin/flag.php:246
+msgid "Songs Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "catalog"
+#: ../../admin/flag.php:254
+msgid "Flag Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:987
-msgid "Running Remote Update"
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
msgstr ""
-#: ../../lib/class/catalog.class.php:1044
-msgid "Catalog Update Finished"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Error"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Error connecting to"
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Code"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Reason"
+#: ../../admin/flag.php:305
+msgid "Flagged Records"
msgstr ""
-#: ../../lib/class/catalog.class.php:1123
-msgid "Completed updating remote catalog(s)"
+#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
+#: ../../admin/catalog.php:95 ../../admin/catalog.php:153
+msgid "Catalog Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1158
-msgid "Added"
+#: ../../admin/catalog.php:106
+msgid "Catalog Deleted"
msgstr ""
-#: ../../lib/class/catalog.class.php:1240
-msgid "Cleaning the"
+#: ../../admin/catalog.php:106
+msgid "The Catalog and all associated records have been deleted"
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"
+#: ../../admin/catalog.php:115
+msgid "Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1241
-msgid "Checking"
+#: ../../admin/catalog.php:118
+msgid "No Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "Catalog Clean Done"
+#: ../../admin/catalog.php:121
+msgid "Disabled Songs Processed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "files removed"
+#: ../../admin/catalog.php:141
+msgid "Catalog Cleaned"
msgstr ""
-#: ../../lib/class/catalog.class.php:1520
-msgid "Updating the"
+#: ../../admin/catalog.php:191
+msgid "Catalog Created"
msgstr ""
-#: ../../lib/class/catalog.class.php:1521
-msgid "songs found checking tag information."
+#: ../../admin/catalog.php:208
+msgid "Catalog statistics cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1522
-msgid "Verifed"
+#: ../../admin/catalog.php:223
+msgid "Now Playing Cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1574
-msgid " FOUND"
+#: ../../admin/catalog.php:223
+msgid "All now playing data has been cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1576
-msgid "Searching for new Album Art"
+#: ../../admin/catalog.php:233
+msgid "No Disabled songs found"
msgstr ""
-#: ../../lib/class/catalog.class.php:1580
-msgid "Album Art Already Found"
+#: ../../admin/catalog.php:242
+msgid "Delete Catalog"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "Update Finished."
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "Checked"
+#: ../../admin/catalog.php:261
+msgid "Album Art Search Finished"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "songs updated."
+#: ../../admin/users.php:51 ../../admin/users.php:95
+#: ../../lib/class/user.class.php:408
+msgid "Error Username Required"
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"
+#: ../../admin/users.php:54 ../../admin/users.php:91
+#: ../../lib/class/user.class.php:412
+msgid "Error Passwords don't match"
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"
+#: ../../admin/users.php:79
+msgid "User Updated"
msgstr ""
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
+#: ../../admin/users.php:79
+msgid "updated"
msgstr ""
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
+#: ../../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 ""
-#: ../../lib/class/song.class.php:373
-msgid "Mode"
+#: ../../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 ""
-#: ../../lib/class/song.class.php:377
-#: ../../templates/show_tv_playlist.inc.php:46
-#: ../../templates/show_songs.inc:51
-msgid "Time"
+#: ../../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 ""
-#: ../../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"
+#: ../../admin/users.php:119
+msgid "New User Added"
msgstr ""
-#: ../../lib/class/song.class.php:385
-msgid "Filesize"
+#: ../../admin/users.php:124
+msgid "User Enabled"
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"
+#: ../../admin/users.php:129
+msgid "User Disabled"
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"
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
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"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
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"
+#: ../../admin/users.php:154
+msgid "User Deleted"
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"
+#: ../../admin/users.php:157
+msgid "Delete Error"
msgstr ""
-#: ../../lib/class/artist.class.php:225
-msgid "Error: Name Identical"
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
msgstr ""
-#: ../../lib/class/flag.class.php:264
-msgid "Approved"
+#: ../../admin/users.php:163
+msgid "Deletion Request"
msgstr ""
-#: ../../lib/class/flag.class.php:265
-msgid "Pending"
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
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"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../lib/class/flag.class.php:280
-msgid "Re-Tag"
+#: ../../admin/modules.php:54 ../../admin/modules.php:92
+msgid "Are you sure you want to remove this plugin?"
msgstr ""
-#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
+msgid "Plugin Deactivated"
msgstr ""
-#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59
-msgid "Other"
+#: ../../admin/modules.php:85
+msgid "Plugin Activated"
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"
+#: ../../admin/modules.php:120
+msgid "Plugins"
msgstr ""
-#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64
-#: ../../templates/show_now_playing.inc:32
-msgid "Now Playing"
+#: ../../admin/modules.php:126
+msgid "Localplay Controllers"
msgstr ""
-#: ../../lib/class/localplay.class.php:564
-msgid "Stopped"
+#: ../../admin/access.php:35
+msgid "Deleted"
msgstr ""
-#: ../../lib/class/localplay.class.php:567
-msgid "Paused"
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
msgstr ""
-#: ../../lib/class/album.class.php:163
-msgid "Various"
+#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55
+#: ../../lib/class/catalog.class.php:1281
+msgid "Added"
msgstr ""
-#: ../../lib/class/genre.class.php:285
-msgid "Show Genres starting with"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
msgstr ""
-#: ../../lib/rating.lib.php:43
-msgid "Don't Play"
+#: ../../admin/access.php:45 ../../preferences.php:90
+#: ../../lib/class/catalog.class.php:1020
+msgid "Updated"
msgstr ""
-#: ../../lib/rating.lib.php:46
-msgid "It's Pretty Bad"
+#: ../../admin/access.php:45
+msgid "Access List Entry updated"
msgstr ""
-#: ../../lib/rating.lib.php:49
-msgid "It's Ok"
+#: ../../admin/system.php:64
+msgid "Export Failed"
msgstr ""
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
+#: ../../admin/mail.php:90
+msgid "No Catalogs Found!"
msgstr ""
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
+#: ../../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/rating.lib.php:58
-msgid "It's Insane"
+#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:43
+msgid "Catalog Statistics"
msgstr ""
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "day"
msgstr ""
-#: ../../lib/preferences.php:258
-msgid "Enable"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "days"
msgstr ""
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hour"
msgstr ""
-#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41
-#: ../../templates/show_playtype_switch.inc.php:30
-msgid "Stream"
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hours"
msgstr ""
-#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42
-#: ../../templates/show_playtype_switch.inc.php:34
-msgid "Downsample"
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
msgstr ""
-#: ../../lib/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
+#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
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"
+#: ../../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/preferences.php:282
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "XSPF Player"
+#: ../../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/preferences.php:289
-msgid "M3U"
+#: ../../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/preferences.php:290
-msgid "Simple M3U"
+#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
msgstr ""
-#: ../../lib/preferences.php:291
-msgid "PLS"
+#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
msgstr ""
-#: ../../lib/preferences.php:292
-msgid "Asx"
+#: ../../admin/mail.php:260
+msgid "E-mail Sent"
msgstr ""
-#: ../../lib/preferences.php:293
-msgid "RAM"
+#: ../../admin/mail.php:261
+msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../lib/preferences.php:294
-msgid "XSPF"
+#: ../../preferences.php:35 ../../preferences.php:60
+#: ../../lib/preferences.php:311
+msgid "Server"
msgstr ""
-#: ../../lib/preferences.php:326
-msgid "Disabled"
+#: ../../preferences.php:86
+msgid "Error Update Failed"
msgstr ""
-#: ../../lib/preferences.php:327
-msgid "Global"
+#: ../../preferences.php:91
+msgid "Your Account has been updated"
msgstr ""
-#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58
-msgid "Local"
+#: ../../flag.php:45
+msgid "Item Flagged"
msgstr ""
-#: ../../lib/playlist.lib.php:74
-msgid "No songs in this playlist."
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
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"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
+msgid "Catalogs"
msgstr ""
-#: ../../lib/playlist.lib.php:194 ../../playlist.php:63
-msgid "New Playlist"
+#: ../../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/ui.lib.php:115
-msgid "Error Access Denied"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87
-#: ../../ampache/templates/sidebar.inc.php:89
-msgid "Browse"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:196
-msgid "Show w/o art"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
msgstr ""
-#: ../../lib/ui.lib.php:199
-msgid "Show all"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
msgstr ""
-#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81
-msgid "No Catalogs Found!"
+#: ../../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/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"
+#: ../../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/ui.lib.php:578 ../../admin/mail.php:120
-msgid "day"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
-msgid "days"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
msgstr ""
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
-msgid "hour"
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
msgstr ""
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
-msgid "hours"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
msgstr ""
-#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48
-#: ../../ampache/templates/sidebar.inc.php:50
-msgid "Home"
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
msgstr ""
-#: ../../lib/ui.lib.php:793
-msgid "Upload"
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
msgstr ""
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
msgstr ""
-#: ../../lib/ui.lib.php:799
-msgid "Random Play"
+#: ../../templates/show_admin_tools.inc.php:83
+#: ../../templates/sidebar_admin.inc.php:24
+msgid "Clear Catalog Stats"
msgstr ""
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
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"
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:21
+msgid "Other Tools"
msgstr ""
-#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79
-#: ../../ampache/templates/sidebar.inc.php:81
-msgid "Preferences"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
msgstr ""
-#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815
-msgid "Admin-Catalog"
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:23
+msgid "Clear Now Playing"
msgstr ""
-#: ../../lib/ui.lib.php:819
-msgid "Admin-User Management"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
msgstr ""
-#: ../../lib/ui.lib.php:823
-msgid "Admin-Mail Users"
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
msgstr ""
-#: ../../lib/ui.lib.php:827
-msgid "Admin-Manage Access Lists"
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
msgstr ""
-#: ../../lib/ui.lib.php:831
-msgid "Admin-Site Preferences"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
-#: ../../lib/ui.lib.php:835
-msgid "Admin-Manage Modules"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
msgstr ""
-#: ../../lib/ui.lib.php:839
-msgid "Browse Music"
+#: ../../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: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"
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:73
+msgid "Object"
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"
+#: ../../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:855 ../../templates/sidebar.inc.php:110
-#: ../../ampache/templates/sidebar.inc.php:112
-msgid "Statistics"
+#: ../../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:1429
-msgid "Manage Users"
+#: ../../templates/show_flagged.inc.php:41
+#: ../../templates/show_flagged.inc.php:77
+msgid "Status"
msgstr ""
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
+#: ../../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/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"
+#: ../../templates/show_flagged.inc.php:83
+msgid "Reject"
msgstr ""
-#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880
-msgid "English"
+#: ../../templates/show_flagged.inc.php:84
+msgid "Approve"
msgstr ""
-#: ../../lib/general.lib.php:881
-msgid "British English"
+#: ../../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/general.lib.php:887
-msgid "Turkish"
+#: ../../templates/show_flagged.inc.php:91
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+msgid "Show All"
msgstr ""
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
+#: ../../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 ""
-#: ../../lib/general.lib.php:966
-msgid "On"
+#: ../../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 ""
-#: ../../lib/general.lib.php:969
-msgid "Off"
+#: ../../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 ""
-#: ../../lib/debug.lib.php:218
+#: ../../templates/show_install_account.inc.php:43
msgid ""
-"You defined the option \"debug = on\" but didn't define a log path for the "
-"log to be stored"
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.dist.php file"
msgstr ""
-#: ../../modules/horde/Browser.php:867
-msgid "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 ""
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr ""
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:901
-#, php-format
+#: ../../templates/show_install_account.inc.php:52
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."
+"This step creates your initial Ampache admin account. Once your admin "
+"account has been created you will be directed to the login page"
msgstr ""
-#: ../../admin/catalog.php:62 ../../admin/catalog.php:82
-#: ../../admin/catalog.php:107 ../../admin/catalog.php:168
-msgid "Catalog Updated"
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
msgstr ""
-#: ../../admin/catalog.php:119
-msgid "Catalog Deleted"
+#: ../../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 ""
-#: ../../admin/catalog.php:119
-msgid "The Catalog and all associated records has been deleted"
+#: ../../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 ""
-#: ../../admin/catalog.php:128
-msgid "Songs Removed"
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
msgstr ""
-#: ../../admin/catalog.php:131
-msgid "No Songs Removed"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
msgstr ""
-#: ../../admin/catalog.php:134
-msgid "Disabled Songs Processed"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-#: ../../admin/catalog.php:155
-msgid "Catalog Cleaned"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../admin/catalog.php:198
-msgid "Catalog Created"
+#: ../../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 ""
-#: ../../admin/catalog.php:199
-msgid "Catalog Created and Songs Indexed"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
msgstr ""
-#: ../../admin/catalog.php:212
-msgid "Catalog statistics cleared"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
msgstr ""
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
+#: ../../templates/show_song.inc.php:22
+msgid "Details"
msgstr ""
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
+#: ../../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 ""
-#: ../../admin/catalog.php:229
-msgid "Do you really want to clear the statistics for this catalog?"
+#: ../../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 ""
-#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76
-msgid "Clear Catalog Stats"
+#: ../../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 ""
-#: ../../admin/catalog.php:241
-msgid "No Disabled songs found"
+#: ../../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 ""
-#: ../../admin/catalog.php:249
-msgid "Delete Catalog"
+#: ../../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 ""
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
+#: ../../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 ""
-#: ../../admin/catalog.php:261 ../../admin/catalog.php:264
-msgid "Album Art Search Finished"
+#: ../../templates/show_song.inc.php:50
+msgid "Last Updated"
msgstr ""
-#: ../../admin/flag.php:97
-msgid "Song Updated"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
msgstr ""
-#: ../../admin/flag.php:97
-msgid "The requested song has been updated"
+#: ../../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 ""
-#: ../../admin/flag.php:139
-msgid "Album Updated"
+#: ../../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 ""
-#: ../../admin/flag.php:181
-msgid "Artist Updated"
+#: ../../templates/sidebar_browse.inc.php:15
+msgid "Radio Stations"
msgstr ""
-#: ../../admin/flag.php:246
-msgid "Songs Updated"
+#: ../../templates/sidebar_browse.inc.php:18
+msgid "Filters"
msgstr ""
-#: ../../admin/flag.php:254
-msgid "Flag Removed"
+#: ../../templates/sidebar_browse.inc.php:23
+msgid "Minimum Count"
msgstr ""
-#: ../../admin/flag.php:255
-msgid "Flag Removed from"
+#: ../../templates/sidebar_browse.inc.php:25
+msgid "Rated"
msgstr ""
-#: ../../admin/flag.php:270
-msgid "Flags Updated"
+#: ../../templates/sidebar_browse.inc.php:28
+msgid "Unplayed"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
+#: ../../templates/sidebar_browse.inc.php:31
+msgid "Show Art"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
+#: ../../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 ""
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
+#: ../../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 ""
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
+#: ../../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 ""
-#: ../../admin/flag.php:305
-msgid "Flagged Records"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
-msgid "Site"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:102
+msgid "Last Seen"
msgstr ""
-#: ../../admin/access.php:42
-msgid "Confirm Delete"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
msgstr ""
-#: ../../admin/access.php:43
-msgid "Do you really want to delete this Access Record?"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
msgstr ""
-#: ../../admin/access.php:49
-msgid "Your Access List Entry has been removed"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../admin/access.php:54
-msgid "Entry Added"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
+msgid "Recently Played"
msgstr ""
-#: ../../admin/access.php:54
-msgid "Your new Access List Entry has been created"
+#: ../../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 ""
-#: ../../admin/access.php:58
-msgid "Entry Updated"
+#: ../../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 ""
-#: ../../admin/access.php:58
-msgid "Access List Entry updated"
+#: ../../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 ""
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
msgstr ""
-#: ../../admin/users.php:68 ../../admin/users.php:108
-msgid "Error Passwords don't match"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
msgstr ""
-#: ../../admin/users.php:120 ../../register.php:138
-msgid "Error Username already exists"
+#: ../../templates/show_song_row.inc.php:34
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:55
+msgid "Download"
msgstr ""
-#: ../../admin/users.php:142
-msgid "Deletion Request"
+#: ../../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 ""
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
msgstr ""
-#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
msgstr ""
-#: ../../admin/users.php:150
-msgid "User Deleted"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
msgstr ""
-#: ../../admin/users.php:153
-msgid "Delete Error"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
msgstr ""
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
msgstr ""
-#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41
-#: ../../templates/show_local_catalog_info.inc.php:23
-msgid "Catalog Statistics"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299
+msgid "Re-encode"
msgstr ""
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
-msgid "Total Users"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302
+msgid "Other"
msgstr ""
-#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26
-msgid "Connected Users"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
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"
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+#: ../../lib/class/catalog.class.php:946
+msgid "Found"
msgstr ""
-#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31
-msgid "Catalog Size"
+#: ../../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 ""
-#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32
-msgid "Catalog Time"
+#: ../../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 ""
-#: ../../admin/mail.php:252
-msgid "E-mail Sent"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
msgstr ""
-#: ../../admin/mail.php:253
-msgid "Your E-mail was successfully sent."
+#: ../../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 ""
-#: ../../admin/modules.php:41
-msgid "Module Activated"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
msgstr ""
-#: ../../admin/modules.php:48
-msgid "Are you sure you want to remove this module?"
+#: ../../templates/show_random_albums.inc.php:23
+msgid "Albums of the Moment"
msgstr ""
-#: ../../admin/modules.php:56
-msgid "Module Deactivated"
+#: ../../templates/show_random_albums.inc.php:46
+#: ../../templates/show_album.inc.php:45
+msgid "Play Album"
msgstr ""
-#: ../../admin/modules.php:72
-msgid "Plugin Activated"
+#: ../../templates/show_localplay_status.inc.php:51
+msgid "Volume"
msgstr ""
-#: ../../admin/modules.php:79
-msgid "Are you sure you want to remove this plugin?"
+#: ../../templates/show_localplay_status.inc.php:55
+msgid "Repeat"
msgstr ""
-#: ../../admin/modules.php:95
-msgid "Plugin Deactivated"
+#: ../../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 ""
-#: ../../admin/system.php:120
-msgid "Export Failed"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
msgstr ""
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
msgstr ""
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
msgstr ""
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
msgstr ""
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
msgstr ""
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
msgstr ""
-#: ../../templates/show_flag.inc.php:70
-#: ../../templates/show_flagged.inc.php:30
-msgid "Flag"
+#: ../../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_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_access_list.inc.php:48
+msgid "Key"
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_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_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_users.inc.php:39
+#: ../../templates/show_users.inc.php:101
+msgid "Fullname"
msgstr ""
-#: ../../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"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:103
+msgid "Registration Date"
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_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
+msgid "Last Ip"
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_users.inc.php:47
+#: ../../templates/show_users.inc.php:109
+msgid "On-line"
msgstr ""
-#: ../../templates/show_install_account.inc.php:54
-msgid "Step 2 - Creating the ampache.cfg.php file"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
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_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
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_manage_democratic.inc.php:58
+msgid "Create New Playlist"
msgstr ""
-#: ../../templates/show_install_account.inc.php:60
-msgid "Create Admin Account"
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_search.inc.php:91
+msgid "Rating"
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"
+#: ../../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_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"
+#: ../../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_account.inc.php:74
-msgid "Create Account"
+#: ../../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_playlists.inc.php:28
-#: ../../templates/sidebar.inc.php:104
-#: ../../ampache/templates/sidebar.inc.php:106
-msgid "Playlists"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
msgstr ""
-#: ../../templates/show_playlists.inc.php:33
-msgid "Playlist Name"
+#: ../../templates/show_install_config.inc.php:60
+msgid "Web Path"
msgstr ""
-#: ../../templates/show_playlists.inc.php:34
-msgid "# Songs"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
msgstr ""
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
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"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
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"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
msgstr ""
-#: ../../templates/show_playlists.inc.php:55
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_access_list.inc:67
-msgid "Edit"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
msgstr ""
-#: ../../templates/show_playlists.inc.php:61
-#: ../../templates/show_tv_adminctl.inc.php:44
-#: ../../templates/show_random_play.inc:82
-msgid "Play"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
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
-msgid "Random"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
msgstr ""
-#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
msgstr ""
-#: ../../templates/show_playlists.inc.php:75
-msgid "No Playlists Found"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:25
-msgid "Find Duplicates"
+#: ../../templates/show_edit_user.inc.php:23
+msgid "Editing existing User"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
+#: ../../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_duplicates.inc.php:36
-msgid "Artist and Title"
+#: ../../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_duplicates.inc.php:37
-msgid "Artist, Album and Title"
+#: ../../templates/show_edit_user.inc.php:69
+#: ../../templates/show_add_user.inc.php:69
+msgid "User Access Level"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:44
-msgid "Select Best Guess"
+#: ../../templates/show_edit_user.inc.php:83
+msgid "Update User"
msgstr ""
-#: ../../templates/show_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
+#: ../../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_tv.inc.php:42
-msgid "Controls"
+#: ../../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_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
-msgid "Current Playlist"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:27
-msgid "Editing Playlist"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic 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"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Make Default"
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"
+#: ../../templates/show_create_democratic.inc.php:39
+#: ../../templates/show_add_playlist.inc.php:42
+msgid "Create"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:39
-msgid "Public"
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:40
-msgid "Private"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
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"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547
+msgid "Home"
msgstr ""
#: ../../templates/sidebar.inc.php:28
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
+msgid "Browse"
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"
+#: ../../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:60
-#: ../../templates/show_tv_playlist.inc.php:48
-#: ../../templates/show_preference_admin.inc.php:39
-#: ../../ampache/templates/sidebar.inc.php:62
-msgid "Admin"
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565
+msgid "Preferences"
msgstr ""
-#: ../../templates/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
msgstr ""
-#: ../../templates/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
msgstr ""
-#: ../../templates/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
+#: ../../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/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
msgstr ""
-#: ../../templates/sidebar.inc.php:189
-#: ../../ampache/templates/sidebar.inc.php:191
-msgid "Logout"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:27
-msgid "Catalogs"
+#: ../../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_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"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:42
-msgid "Add"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:44
-msgid "Verify"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:46
-msgid "Clean"
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:57
-msgid "Gather Art"
+#: ../../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_admin_tools.inc.php:65
-msgid "No Catalogs Found"
+#: ../../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_admin_tools.inc.php:71
-msgid "Clean All"
+#: ../../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_admin_tools.inc.php:72
-msgid "Verify All"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:73
-msgid "Add to All"
+#: ../../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_admin_tools.inc.php:74
-msgid "Update All"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:77
-#: ../../templates/show_add_catalog.inc.php:78
-msgid "Gather Album Art"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75
-msgid "Generate New Config"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:86
-msgid "Preferences Permissions"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-msgid "Check for New Version"
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:33
-msgid "Show All Songs By"
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Play Random Songs By"
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-msgid "Rename Artist"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:39
-msgid "Find duplicate artists"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
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_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_user.inc.php:36
-msgid "Results Per Page"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "New Password"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
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_playlist.inc.php:30
+msgid "Normalize Tracks"
msgstr ""
-#: ../../templates/show_user.inc.php:55
-msgid "Clear Stats"
+#: ../../templates/show_playlist.inc.php:31
+msgid "Play All"
msgstr ""
-#: ../../templates/show_user.inc.php:65
-msgid "Update Account"
+#: ../../templates/show_playlist.inc.php:32
+msgid "Play Random"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:29
-msgid "Favorite Artists"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:40
-msgid "Favorite Albums"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:51
-msgid "Favorite Songs"
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:31
-msgid "Playing from base Playlist"
+#: ../../templates/show_albums.inc.php:40
+#: ../../templates/show_albums.inc.php:61
+msgid "Cover"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:44
-msgid "Votes"
+#: ../../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_tv_playlist.inc.php:45
-#: ../../templates/show_list_duplicates.inc.php:31
-#: ../../templates/show_recently_played.inc.php:30
-msgid "Song"
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
+#: ../../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_preference_box.inc.php:43
-msgid "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"
+#: ../../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
+msgid "hours ago"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:54
-msgid "Ampache New User Registration"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:69
-msgid "User Agreement"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:79
-msgid "I Accept"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:93
-msgid "User Information"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:108
-#: ../../templates/show_edit_user.inc.php:48
-msgid "Full Name"
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:88
+msgid "Last Played"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:155
-msgid "Clear Info"
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:156
-msgid "Register User"
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
msgstr ""
-#: ../../templates/show_install_lang.inc.php:37
-#: ../../templates/show_install.inc:38
-msgid "Requirements"
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
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"
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
msgstr ""
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../templates/show_search.inc.php:77
+msgid "No"
msgstr ""
-#: ../../templates/show_modules.inc.php:38
-msgid "Localplay Modules"
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
msgstr ""
-#: ../../templates/show_modules.inc.php:41
-msgid "Module Name"
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
msgstr ""
-#: ../../templates/show_modules.inc.php:48
-#: ../../templates/show_modules.inc.php:81
-#: ../../templates/show_tv_adminctl.inc.php:28
-msgid "Activate"
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
msgstr ""
-#: ../../templates/show_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-msgid "Deactivate"
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
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"
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
msgstr ""
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
msgstr ""
-#: ../../templates/show_modules.inc.php:73
-msgid "Description"
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
msgstr ""
-#: ../../templates/show_modules.inc.php:74
-msgid "Version"
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:23
-msgid "Edit Song"
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
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"
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
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"
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:89
-msgid "Update Song"
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:24
-msgid "Importing a Playlist from a File"
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:68
+msgid "Unlimited"
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"
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:6
+msgid "Add Radio Station"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
+#: ../../templates/show_add_live_stream.inc.php:35
+#: ../../templates/show_edit_live_stream_row.inc.php:28
+msgid "Homepage"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:48
-msgid "Import Playlist"
+#: ../../templates/show_add_live_stream.inc.php:42
+#: ../../templates/show_edit_live_stream_row.inc.php:27
+msgid "Stream URL"
msgstr ""
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
+#: ../../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_mail_users.inc.php:25
-msgid "Send E-mail to Users"
+#: ../../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_mail_users.inc.php:28
-msgid "Mail to"
+#: ../../templates/show_edit_access.inc.php:22
+msgid "Edit ACL"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:45
-#: ../../templates/show_all_popular.inc.php:29
-msgid "Most Popular Albums"
+#: ../../templates/show_edit_access.inc.php:30
+#: ../../templates/show_add_access.inc.php:61
+msgid "ACL Type"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:52
-msgid "Latest Artist Additions"
+#: ../../templates/show_edit_access.inc.php:34
+#: ../../templates/show_add_access.inc.php:64
+msgid "Stream Access"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:56
-#: ../../templates/show_all_popular.inc.php:26
-msgid "Most Popular Artists"
+#: ../../templates/show_edit_access.inc.php:35
+#: ../../templates/show_add_access.inc.php:65
+msgid "Web Interface"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:63
-msgid "Latest Album Additions"
+#: ../../templates/show_edit_access.inc.php:36
+#: ../../templates/show_add_access.inc.php:66
+msgid "Local Network Definition"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:67
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
+#: ../../templates/show_edit_access.inc.php:37
+msgid "XML-RPC"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:73
-msgid "Flagged Songs"
+#: ../../templates/show_edit_access.inc.php:43
+#: ../../templates/show_add_access.inc.php:32
+msgid "Start IP Address"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
-msgid "Disabled Songs"
+#: ../../templates/show_edit_access.inc.php:49
+#: ../../templates/show_add_access.inc.php:38
+msgid "End IP Address"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:85
-msgid "Most Popular Threshold in days"
+#: ../../templates/show_edit_access.inc.php:62
+#: ../../templates/show_add_access.inc.php:75
+msgid "Remote Key"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:96
-msgid "Subject"
+#: ../../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_mail_users.inc.php:103
-msgid "Message"
+#: ../../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_mail_users.inc.php:113
-msgid "Send Mail"
+#: ../../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_admin_info.inc.php:32
-msgid "Last Ten Flagged Records"
+#: ../../templates/show_user_registration.inc.php:54
+msgid "Ampache New User Registration"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:40
-#: ../../templates/show_flagged.inc.php:73
-#: ../../templates/show_ip_history.inc.php:28
-msgid "Show All"
+#: ../../templates/show_user_registration.inc.php:69
+msgid "User Agreement"
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"
+#: ../../templates/show_user_registration.inc.php:79
+msgid "I Accept"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:22
-msgid "Admin Controls"
+#: ../../templates/show_user_registration.inc.php:93
+msgid "User Information"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
-msgid "Base Playlist"
+#: ../../templates/show_user_registration.inc.php:155
+msgid "Clear Info"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
-msgid "Clear Playlist"
+#: ../../templates/show_user_registration.inc.php:156
+msgid "Register User"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+msgid "Login"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
msgstr ""
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
msgstr ""
-#: ../../templates/show_flagged.inc.php:28
-msgid "Object"
+#: ../../templates/show_login_form.inc.php:87
+msgid "Message of the Day"
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"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/show_flagged.inc.php:31
-msgid "Status"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61
+msgid "Most Popular Artists"
msgstr ""
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55
+msgid "Most Popular Albums"
msgstr ""
-#: ../../templates/show_flagged.inc.php:64
-msgid "Approve"
+#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:69
+msgid "Most Popular Songs"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:25
-msgid "Newest Artist Additions"
+#: ../../templates/show_edit_song.inc.php:23
+msgid "Edit Song"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
+#: ../../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_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
+#: ../../templates/show_edit_song.inc.php:88
+msgid "Update Song"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:537
+msgid "Genres"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
+#: ../../templates/show_mail_users.inc.php:24
+msgid "Send E-mail to Users"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:54
-msgid "Local Image"
+#: ../../templates/show_mail_users.inc.php:28
+msgid "Mail to"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
+#: ../../templates/show_mail_users.inc.php:54
+msgid "Latest Artist Additions"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
+#: ../../templates/show_mail_users.inc.php:65
+msgid "Latest Album Additions"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:34
-msgid "Edit Playlist"
+#: ../../templates/show_mail_users.inc.php:75
+msgid "Flagged Songs"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:35
-msgid "Normalize Tracks"
+#: ../../templates/show_mail_users.inc.php:79
+#: ../../templates/show_admin_info.inc.php:34
+msgid "Disabled Songs"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:36
-msgid "Play This Playlist"
+#: ../../templates/show_mail_users.inc.php:87
+msgid "Most Popular Threshold in days"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:37
-msgid "Play Random"
+#: ../../templates/show_mail_users.inc.php:98
+msgid "Subject"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:38
-msgid "Delete This Playlist"
+#: ../../templates/show_mail_users.inc.php:105
+msgid "Message"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
+#: ../../templates/show_mail_users.inc.php:114
+msgid "Send Mail"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
+#: ../../templates/show_add_user.inc.php:23
+msgid "Adding a New User"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:43
-msgid "Delete Empty Playlists"
+#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:60
+msgid "Content Manager"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_preference_box.inc.php:61
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/show_add_user.inc.php:84
+#: ../../templates/sidebar_admin.inc.php:11
+msgid "Add User"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
+#: ../../templates/show_add_access.inc.php:67
+msgid "RPC"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
+#: ../../templates/show_add_access.inc.php:72
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
+#: ../../templates/show_add_access.inc.php:82
+msgid "Create ACL"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:22
-msgid "Settings for"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:29
-#: ../../templates/show_add_catalog.inc.php:38
-msgid "Auto-inserted Fields"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:30
-#: ../../templates/show_add_catalog.inc.php:39
-msgid "album name"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:31
-#: ../../templates/show_add_catalog.inc.php:40
-msgid "artist name"
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:32
-#: ../../templates/show_add_catalog.inc.php:41
-msgid "id3 comment"
+#: ../../templates/show_playlist_edit.inc.php:40
+msgid "Private"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:33
-#: ../../templates/show_add_catalog.inc.php:42
-msgid "genre"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:34
-#: ../../templates/show_add_catalog.inc.php:43
-msgid "track number (padded with leading 0)"
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:35
-#: ../../templates/show_add_catalog.inc.php:44
-msgid "song title"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:36
-#: ../../templates/show_add_catalog.inc.php:45
-msgid "year"
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:37
-#: ../../templates/show_add_catalog.inc.php:46
-msgid "other"
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
-msgid "Catalog Type"
+#: ../../templates/show_gather_art.inc.php:23
+#: ../../lib/class/catalog.class.php:972
+msgid "Starting Album Art Search"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
-msgid "XML-RPC Key"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:50
-msgid "Filename pattern"
+#: ../../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_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
-msgid "Folder Pattern"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
-msgid "(no leading or ending '/')"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Play All Songs By"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:52
-msgid "Volume"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Play Random Songs By"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:56
-msgid "Repeat"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:52
+msgid "Update from tags"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
+#: ../../templates/show_artist_box.inc.php:39
+msgid "Find duplicate artists"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
-msgid "Create"
+#: ../../templates/show_artist_box.inc.php:42
+msgid "Recommend Similar"
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)"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-msgid "Catalog Name"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:51
-msgid "Path"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:59
-msgid "Remote"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Required for Remote Catalogs"
+#: ../../templates/show_random.inc.php:51
+msgid "Less Played"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:68
-msgid "Filename Pattern"
+#: ../../templates/show_random.inc.php:52
+msgid "Full Albums"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:82
-msgid "Build Playlists from m3u Files"
+#: ../../templates/show_random.inc.php:53
+msgid "Full Artist"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:90
-msgid "Add Catalog"
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Adding a New User"
+#: ../../templates/show_random.inc.php:59
+msgid "From catalog"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
+#: ../../templates/show_random.inc.php:65
+msgid "Size Limit"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:644
+msgid "Now Playing"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:26
-msgid "Duplicate Songs"
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:34
-msgid "Length"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
-msgid "Size"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:75
-msgid "Disable Songs"
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
+#: ../../templates/sidebar_preferences.inc.php:34
+msgid "Localplay Modules"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:34
-msgid "Date"
+#: ../../templates/sidebar_localplay.inc.php:13
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:37
-msgid "IP Address"
+#: ../../templates/sidebar_localplay.inc.php:14
+#: ../../templates/sidebar_home.inc.php:12
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
+#: ../../templates/sidebar_localplay.inc.php:18
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/show_get_albumart.inc.php:23
+msgid "Customize Search"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/show_get_albumart.inc.php:44
+msgid "Direct URL to Image"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
+#: ../../templates/show_get_albumart.inc.php:52
+msgid "Local Image"
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_get_albumart.inc.php:63
+msgid "Get Art"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:37
-msgid "Guest"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
+#: ../../templates/show_edit_catalog.inc.php:22
+msgid "Settings for"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
-msgid "Update Album"
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../templates/show_add_catalog.inc.php:35
+msgid "Auto-inserted Fields"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:41
+msgid "song title"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:26
-msgid "Recently Played"
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:33
-msgid "Last Played"
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
msgstr ""
-#: ../../templates/show_edit_artist.inc.php:23
-msgid "Edit Artist"
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:23
-msgid "Albums of the Moment"
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
msgstr ""
-#: ../../localplay.php:50 ../../localplay.php:58
-msgid "Song(s) Removed from Playlist"
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
msgstr ""
-#: ../../localplay.php:77
-msgid "Localplay Init Failed"
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
msgstr ""
-#: ../../browse.php:48 ../../albums.php:213
-msgid "Show Albums starting with"
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
msgstr ""
-#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252
-msgid "Show Artists starting with"
+#: ../../templates/show_democratic_playlist.inc.php:38
+msgid "Playing from base Playlist"
msgstr ""
-#: ../../browse.php:124
-msgid "Show Titles Starting With"
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
+msgid "Votes"
msgstr ""
-#: ../../search.php:47
-msgid "Error: No Keyword Entered"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
msgstr ""
-#: ../../ampache/templates/sidebar.inc.php:38
-msgid "Lists"
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
msgstr ""
-#: ../../ratings.php:33
-msgid "Rating Updated"
+#: ../../templates/show_edit_artist.inc.php:23
+msgid "Edit Artist"
msgstr ""
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
msgstr ""
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
msgstr ""
-#: ../../login.php:94
-msgid "Unable to create new account"
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
msgstr ""
-#: ../../login.php:103
-msgid "No local account found"
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
msgstr ""
-#: ../../login.php:176
-msgid "Message of the Day"
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
msgstr ""
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:257
+msgid "Stream"
msgstr ""
-#: ../../preferences.php:61
-msgid "Password Updated"
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260
+msgid "Democratic"
msgstr ""
-#: ../../update.php:73
-msgid "Ampache Update"
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:265
+msgid "Flash Player"
msgstr ""
-#: ../../tv.php:62
-msgid "Playlist Cleared"
+#: ../../templates/show_play_selected.inc.php:28
+msgid "Play Selected"
msgstr ""
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
msgstr ""
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
msgstr ""
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
msgstr ""
-#: ../../activate.php:43
-msgid "No user with this name registered"
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
msgstr ""
-#: ../../activate.php:47
-msgid "The validation key used isn't correct."
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
msgstr ""
-#: ../../activate.php:52
-msgid "User activated"
+#: ../../templates/show_ip_history.inc.php:26
+msgid "Show Unique"
msgstr ""
-#: ../../activate.php:52
-msgid "This User ID is activated and can be used"
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
msgstr ""
-#: ../../playlist.php:46
-msgid "Playlist Deleted"
+#: ../../templates/show_ip_history.inc.php:38
+#: ../../templates/show_ip_history.inc.php:52
+msgid "IP Address"
msgstr ""
-#: ../../playlist.php:46
-msgid "The Requested Playlist has been deleted"
+#: ../../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 ""
-#: ../../playlist.php:56
-msgid "Are you sure you want to delete this playlist"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
msgstr ""
-#: ../../playlist.php:57
-msgid "Confirm Action"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
msgstr ""
-#: ../../playlist.php:117
-msgid "Playlist Created"
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
msgstr ""
-#: ../../playlist.php:117
-msgid " has been created"
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
msgstr ""
-#: ../../playlist.php:126
-msgid "Remote Selected Tracks"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
msgstr ""
-#: ../../playlist.php:145
-msgid "Playlist Updated"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
msgstr ""
-#: ../../playlist.php:146
-msgid "has been updated and is now"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
msgstr ""
-#: ../../playlist.php:166
-msgid "Playlist Imported"
+#: ../../templates/show_localplay.inc.php:32
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
msgstr ""
-#: ../../playlist.php:195
-msgid "Empty Playlists Deleted"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
msgstr ""
-#: ../../flag.php:46
-msgid "Item Flagged"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
msgstr ""
-#: ../../flag.php:46
-msgid "The specified item has been flagged"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
msgstr ""
-#: ../../albums.php:48
-msgid "Album Art Cleared"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
msgstr ""
-#: ../../albums.php:48
-msgid "Album Art information has been removed from the database"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
msgstr ""
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
-msgid "Album Art Not Located"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
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."
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
msgstr ""
-#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185
-msgid "Album Art Inserted"
+#: ../../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 ""
-#: ../../register.php:81
-msgid "Error Captcha Required"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
msgstr ""
-#: ../../register.php:88
-msgid "Error Captcha Failed"
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
msgstr ""
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
msgstr ""
-#: ../../register.php:100
-msgid "You did not enter a username"
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
msgstr ""
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../templates/show_list_duplicates.inc.php:26
+msgid "Duplicate Songs"
msgstr ""
-#: ../../register.php:130
-msgid "You must enter a password"
+#: ../../templates/show_list_duplicates.inc.php:44
+#: ../../templates/show_list_duplicates.inc.php:89
+msgid "Length"
msgstr ""
-#: ../../register.php:134
-msgid "Your passwords do not match"
+#: ../../templates/show_list_duplicates.inc.php:46
+#: ../../templates/show_list_duplicates.inc.php:91
+msgid "Size"
msgstr ""
-#: ../../register.php:152
-msgid "Error: Insert Failed"
+#: ../../templates/show_list_duplicates.inc.php:96
+msgid "Disable Songs"
msgstr ""
-#: ../../register.php:169
-msgid "Registration Complete"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
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"
+#: ../../templates/sidebar_home.inc.php:4
+msgid "Currently Playing"
msgstr ""
-#: ../../bin/print_tags.php.inc:70
-msgid "Filename:"
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
+msgid "Statistics"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
+#: ../../templates/sidebar_home.inc.php:22
+msgid "Advanced"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
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"
+#: ../../templates/sidebar_admin.inc.php:15
+msgid "Access Control"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:153
-msgid "Continue? (Y/N):"
+#: ../../templates/sidebar_admin.inc.php:17
+msgid "Add ACL"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:178
-msgid "Error: "
+#: ../../templates/sidebar_admin.inc.php:18
+msgid "Show ACL(s)"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:179
-msgid "!\n"
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Cleaning the"
msgstr ""
-#: ../../templates/show_big_art.inc:29
-msgid "Album Art"
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
msgstr ""
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:49
-msgid "Remove"
+#: ../../templates/show_test.inc.php:33
+msgid ""
+"You've reached this page because a configuration error has occured. Debug "
+"Information below"
msgstr ""
-#: ../../templates/list_header.inc:110
-msgid "Prev"
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
msgstr ""
-#: ../../templates/list_header.inc:156
-msgid "Next"
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
msgstr ""
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-msgid "You are currently logged in as"
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
msgstr ""
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
msgstr ""
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
+#: ../../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_songs.inc:57 ../../templates/show_search.inc:92
-msgid "Rating"
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
msgstr ""
-#: ../../templates/show_songs.inc:183
-msgid "Total"
+#: ../../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_install_config.inc:53
-#: ../../templates/show_install.inc:56
-msgid "Step 2 - Creating the Ampache.cfg.php file"
+#: ../../templates/show_test.inc.php:82
+msgid "PHP Session Support"
msgstr ""
-#: ../../templates/show_install_config.inc:55
+#: ../../templates/show_test.inc.php:97
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"
+"This test checks to make sure that you have PHP session support enabled. "
+"Sessions are required for Ampache to work."
msgstr ""
-#: ../../templates/show_install_config.inc:64
-msgid "Web Path"
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
msgstr ""
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
+#: ../../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_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
+#: ../../templates/show_test.inc.php:119
+msgid "PHP PCRE Support"
msgstr ""
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
+#: ../../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_install_config.inc:80
-msgid "MySQL Password"
+#: ../../templates/show_test.inc.php:136
+msgid "PHP PutENV Support"
msgstr ""
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
+#: ../../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_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
+#: ../../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_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
+#: ../../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_install_config.inc:130
-msgid "Check for Config"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
msgstr ""
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
+#: ../../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_album.inc:56
-msgid "Play Random from Album"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
msgstr ""
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
msgstr ""
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
msgstr ""
-#: ../../templates/show_preferences.inc:53
+#: ../../templates/show_preferences.inc.php:28
msgid "Editing"
msgstr ""
-#: ../../templates/show_preferences.inc:53
+#: ../../templates/show_preferences.inc.php:28
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
+#: ../../templates/show_preferences.inc.php:36
msgid "Update Preferences"
msgstr ""
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
msgstr ""
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
msgstr ""
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
msgstr ""
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
msgstr ""
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
msgstr ""
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
msgstr ""
-#: ../../templates/show_random_play.inc:61
-msgid "From catalog"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
msgstr ""
-#: ../../templates/show_random_play.inc:67
-msgid "Size Limit"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
msgstr ""
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
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"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
msgstr ""
-#: ../../templates/show_install.inc:72
-msgid "MySQL Administrative Username"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
msgstr ""
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
+#: ../../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_install.inc:80
-msgid "Create Database User for New Database"
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
msgstr ""
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
msgstr ""
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
msgstr ""
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
+#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
+#: ../../templates/show_playlists.inc.php:34
+#: ../../templates/show_playlists.inc.php:51
+msgid "Playlist Name"
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."
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:52
+msgid "# Songs"
msgstr ""
-#: ../../templates/show_add_access.inc:35
-#: ../../templates/show_edit_access.inc:35
-msgid "Start IP Address"
+#: ../../templates/show_playlists.inc.php:36
+#: ../../templates/show_playlists.inc.php:53
+msgid "Owner"
msgstr ""
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
+#: ../../activate.php:42
+msgid "No user with this name registered"
msgstr ""
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
-msgid "Read"
+#: ../../activate.php:46
+msgid "The validation key used isn't correct."
msgstr ""
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
+#: ../../activate.php:51
+msgid "User activated"
msgstr ""
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
-msgid "ACL Type"
+#: ../../activate.php:51
+msgid "This User ID is activated and can be used"
msgstr ""
-#: ../../templates/show_add_access.inc:67
-msgid "Stream Access"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
+#: ../../democratic.php:80
+msgid "Playlist Cleared"
msgstr ""
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
+#: ../../lib/class/flag.class.php:280
+msgid "Approved"
msgstr ""
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
+#: ../../lib/class/flag.class.php:281
+msgid "Pending"
msgstr ""
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-msgid "Remote Key"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
msgstr ""
-#: ../../templates/show_add_access.inc:87
-msgid "Create ACL"
+#: ../../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 ""
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
msgstr ""
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
msgstr ""
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
msgstr ""
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
msgstr ""
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
msgstr ""
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
msgstr ""
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
+#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740
+#: ../../lib/class/album.class.php:434
+msgid "Error: Unable to open"
msgstr ""
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
+#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452
+msgid "Error: Unable to change to directory"
msgstr ""
-#: ../../templates/show_users.inc:53
-msgid "Registration Date"
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
msgstr ""
-#: ../../templates/show_users.inc:57
-msgid "Activity"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
msgstr ""
-#: ../../templates/show_users.inc:61
-msgid "Last Ip"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
msgstr ""
-#: ../../templates/show_users.inc:66
-msgid "On-line"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
msgstr ""
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
msgstr ""
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
msgstr ""
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
msgstr ""
-#: ../../templates/show_artist.inc:38
-msgid "Tracks"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
msgstr ""
-#: ../../templates/show_edit_access.inc:23
-msgid "Edit Access List"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
msgstr ""
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
msgstr ""
-#: ../../templates/show_test.inc:35
-msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
msgstr ""
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
msgstr ""
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
+#: ../../lib/class/catalog.class.php:1187
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
msgstr ""
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
msgstr ""
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
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."
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
msgstr ""
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
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."
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
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."
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
msgstr ""
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
+#: ../../lib/class/catalog.class.php:1420
+msgid "Optimizing Tables"
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"
+#: ../../lib/class/catalog.class.php:1656
+msgid " FOUND"
msgstr ""
-#: ../../templates/show_test.inc:121
-msgid "PHP PCRE Support"
+#: ../../lib/class/catalog.class.php:1658
+msgid "Searching for new Album Art"
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."
+#: ../../lib/class/catalog.class.php:1706
+msgid "Update Finished."
msgstr ""
-#: ../../templates/show_test.inc:138
-msgid "PHP PutENV Support"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Checked"
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"
+#: ../../lib/class/catalog.class.php:1706
+msgid "songs updated."
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."
+#: ../../lib/class/localplay.class.php:647
+msgid "Stopped"
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"
+#: ../../lib/class/localplay.class.php:650
+msgid "Paused"
msgstr ""
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
+#: ../../lib/preferences.php:245
+msgid "Enable"
msgstr ""
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
+#: ../../lib/preferences.php:272
+msgid "M3U"
msgstr ""
-#: ../../templates/show_test.inc:256
-msgid ""
-"This attempts to connect to your database using the values from your ampache."
-"cfg.php"
+#: ../../lib/preferences.php:273
+msgid "Simple M3U"
msgstr ""
-#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26
-msgid "Search Ampache"
+#: ../../lib/preferences.php:274
+msgid "PLS"
msgstr ""
-#: ../../templates/show_similar_artists.inc:23
-msgid "Similar Artists"
+#: ../../lib/preferences.php:275
+msgid "Asx"
msgstr ""
-#: ../../templates/show_similar_artists.inc:25
-msgid "Please check the artists you want to merge with the current one"
+#: ../../lib/preferences.php:276
+msgid "RAM"
msgstr ""
-#: ../../templates/show_similar_artists.inc:62
-msgid "Back"
+#: ../../lib/preferences.php:277
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_similar_artists.inc:73
-msgid "Rename selected"
+#: ../../lib/preferences.php:310
+msgid "Disabled"
msgstr ""
-#: ../../templates/show_similar_artists.inc:83
-msgid "Advanced Options"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
msgstr ""
-#: ../../templates/show_similar_artists.inc:144
-msgid "Search Again"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
msgstr ""
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
msgstr ""
-#: ../../templates/show_login_form.inc:48
-msgid "Register"
+#: ../../lib/preferences.php:343
+msgid "Always"
msgstr ""
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
msgstr ""
-#: ../../templates/show_search.inc:73
-msgid "Played"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
msgstr ""
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
msgstr ""
-#: ../../templates/show_search.inc:96
-msgid "One Star"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
msgstr ""
-#: ../../templates/show_search.inc:97
-msgid "Two Stars"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
msgstr ""
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
msgstr ""
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
msgstr ""
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
msgstr ""
-#: ../../templates/show_search.inc:103
-msgid "Operator"
+#: ../../lib/general.lib.php:496
+msgid "British English"
msgstr ""
-#: ../../templates/show_search.inc:106
-msgid "AND"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
msgstr ""
-#: ../../templates/show_search.inc:112
-msgid "Method"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
msgstr ""
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
+#: ../../lib/general.lib.php:580
+msgid "On"
msgstr ""
-#: ../../templates/show_search.inc:116
-msgid "Exact"
+#: ../../lib/general.lib.php:583
+msgid "Off"
msgstr ""
-#: ../../templates/show_search.inc:119
-msgid "Maximum Results"
+#: ../../lib/ui.lib.php:92
+msgid "Error Access Denied"
msgstr ""
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
msgstr ""
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
msgstr ""
-#: ../../templates/show_search.inc:147
-msgid "Save"
+#: ../../lib/ui.lib.php:556
+msgid "Random Play"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:4
-msgid "Show Catalogs"
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
+msgid "Admin-Catalog"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:7
-msgid "User Tools"
+#: ../../lib/ui.lib.php:576
+msgid "Admin-User Management"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:10
-msgid "Browse Users"
+#: ../../lib/ui.lib.php:580
+msgid "Admin-Mail Users"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:4
-msgid "Add Instance"
+#: ../../lib/ui.lib.php:584
+msgid "Admin-Manage Access Lists"
msgstr ""
-#: ../../ttemplates/sidebar_localplay.inc.php:7
-msgid "Active Instance"
+#: ../../lib/ui.lib.php:588
+msgid "Admin-Site Preferences"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:4
-msgid "Currently Playing"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:6
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
+#: ../../lib/ui.lib.php:596
+msgid "Browse Music"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:14
-msgid "Advanced"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
+#: ../../albums.php:32
+msgid "Album Art information has been removed from the database"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-#: ../../templates/rightbar.inc.php:23
-msgid "Active Playlist"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
msgstr ""
-#: ../../templates/rightbar.inc.php:69
-msgid "Add Dynamic Items"
+#: ../../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 ""
-#: ../../templates/rightbar.inc.php:71
-msgid "Pure Random"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
msgstr ""
-#: ../../templates/rightbar.inc.php:74
-msgid "Related Artist"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
msgstr ""
-#: ../../templates/rightbar.inc.php:77
-msgid "Related Album"
+#: ../../albums.php:168 ../../artists.php:52
+msgid "Update From Tags Complete"
msgstr ""
-#: ../../templates/rightbar.inc.php:80
-msgid "Related Genre"
+#: ../../albums.php:169 ../../artists.php:53
+msgid "Return"
msgstr ""
-#. ../../templates/show_index.inc.php:52
-msgid "Newest Albums"
+#: ../../modules/localplay/mpd.controller.php:213
+msgid "Instance Name"
msgstr ""
-#: ../../templates/show_index.inc.php:57
-msgid "Newest Artists"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
msgstr ""
-#: ../../templates/show_index.inc.php:62
-msgid "Newest Genres"
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
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"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
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"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:15
-msgid "Radio Stations"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:18
-msgid "Filters"
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:28
-msgid "Unplayed"
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:31
-msgid "Show Art"
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:3
-msgid "Browse By"
+#: ../../localplay.php:72 ../../localplay.php:80
+msgid "Song(s) Removed from Playlist"
msgstr ""
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
+#: ../../playlist.php:57
+msgid "Playlist Created"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
+#: ../../playlist.php:57
+msgid " has been created"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:21
-msgid "Server Config"
+#: ../../playlist.php:78
+msgid "Playlist Updated"
msgstr ""
-#: ../../lib/preferences.php:332
-msgid "Send on Add"
+#: ../../playlist.php:79
+msgid "has been updated and is now"
msgstr ""
-#: ../../lib/preferences.php:333
-msgid "Send and Clear on Add"
+#: ../../playlist.php:101
+msgid "Playlist Imported"
msgstr ""
-#: ../../lib/preferences.php:334
-msgid "Clear on Send"
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
msgstr ""
-#: ../../lib/preferences.php:335
-#: ../../lib/preferences.php:342
-msgid "Default"
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
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"
+#: ../../login.php:87
+msgid "Unable to create new account"
msgstr ""
-#: ../../lib/preferences.php:343
-msgid "Always"
+#: ../../login.php:96
+msgid "No local account found"
msgstr ""
-#: ../../templates/show_add_user.inc.php:76
-#: ../../templates/show_preference_box.inc.php:54
-msgid "Content Manager"
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
msgstr ""
-#: ../../templates/show_add_user.inc.php:77:
-#: ../../templates/show_preference_box.inc.php:55
-msgid "Catalog Manager"
+#: ../../artists.php:186
+msgid "Show Artists starting with"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:38
-msgid "Access Level"
+#: ../../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 ""
-#: ../../admin/modules.php:124
-msgid "Localplay Controllers"
+#: ../../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 <devel@fosternet.de>\n"
"Language-Team: <de@li.org>\n"
@@ -16,958 +16,1078 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-#: ../../play/index.php:64 ../../download/index.php:61
-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"
-
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
-msgstr "Fehler: Kann nicht zu Verzeichnis wechseln"
-
-#: ../../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"
+#: ../../register.php:82
+msgid "Error Captcha Required"
+msgstr "Fehler Captcha benötigt"
-#: ../../lib/class/catalog.class.php:858
-msgid "Catalog Finished"
-msgstr "Katalog fertig"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
+msgstr "Fehler Captcha fehlgeschlagen"
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1044
-msgid "Total Time"
-msgstr "Spielzeit"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
+msgstr "Sie <u>mĂĽssen</u> diese Vereinbarung akzeptieren"
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1045
-msgid "Total Songs"
-msgstr "Alle StĂĽcke"
+#: ../../register.php:101
+msgid "You did not enter a username"
+msgstr "Sie haben keine Benutzernamen eingegeben"
-#: ../../lib/class/catalog.class.php:859
-#: ../../lib/class/catalog.class.php:1045
-msgid "Songs Per Seconds"
-msgstr "StĂĽcke pro Sekunde"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr "Bitte geben Sie Ihren kompletten Namen ein (Vorname Nachname)"
-#: ../../lib/class/catalog.class.php:894
-#: ../../lib/class/catalog.class.php:1565
-msgid "Updated"
-msgstr "Aktualisiert"
+#: ../../register.php:131
+msgid "You must enter a password"
+msgstr "Sie mĂĽssen ein Passwort eingeben"
-#: ../../lib/class/catalog.class.php:901
-msgid "No Update Needed"
-msgstr "Keine Aktualisierung benötigt"
+#: ../../register.php:135
+msgid "Your passwords do not match"
+msgstr "Passwort falsch"
-#: ../../lib/class/catalog.class.php:983
-msgid "Starting New Song Search on"
-msgstr "Starte neue StĂĽck-Suche in"
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
+msgstr "Fehler Benutzername existiert"
-#: ../../lib/class/catalog.class.php:983
-msgid "catalog"
-msgstr "Katalog"
+#: ../../register.php:157
+msgid "Error: Insert Failed"
+msgstr "Fehler: einfĂĽgen fehlgeschlagen"
-#: ../../lib/class/catalog.class.php:987
-msgid "Running Remote Update"
-msgstr "Starte entferntes Update"
+#: ../../register.php:174
+msgid "Registration Complete"
+msgstr "Registrierung komplett"
-#: ../../lib/class/catalog.class.php:1044
-msgid "Catalog Update Finished"
-msgstr "Katalog-Aktualisierung beendet"
+#: ../../update.php:51
+msgid "Ampache Update"
+msgstr "Ampache Update"
-#: ../../lib/class/catalog.class.php:1064
-msgid "Error"
-msgstr "Fehler"
+#: ../../play/index.php:72
+msgid "Session Expired: please log in again at"
+msgstr "Sitzung abgelaufen: Bitte erneut einloggen"
-#: ../../lib/class/catalog.class.php:1064
-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"
+#: ../../ratings.php:32
+msgid "Rating Updated"
+msgstr "Bewertung aktualisiert"
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Error connecting to"
-msgstr "Kann nicht verbinden zu"
+#: ../../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: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 "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."
+#: ../../admin/flag.php:97
+msgid "Song Updated"
+msgstr "StĂĽck aktualisiert"
-#: ../../lib/class/catalog.class.php:1634
-msgid "Checked"
-msgstr "GeprĂĽft"
+#: ../../admin/flag.php:97
+msgid "The requested song has been updated"
+msgstr "Das gewĂĽnschte StĂĽck wurde aktualisiert"
-#: ../../lib/class/catalog.class.php:1634
-msgid "songs updated."
-msgstr "StĂĽcke aktualisiert."
+#: ../../admin/flag.php:139
+msgid "Album Updated"
+msgstr "Album 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"
+#: ../../admin/flag.php:181
+msgid "Artist Updated"
+msgstr "Interpreten aktualisiert"
-#: ../../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"
+#: ../../admin/flag.php:246
+msgid "Songs Updated"
+msgstr "Songs aktualisiert"
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
-msgstr "Bitrate"
+#: ../../admin/flag.php:254
+msgid "Flag Removed"
+msgstr "Markierung entfernt"
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
-msgstr "Anteil"
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
+msgstr "Markierung entfernt von"
-#: ../../lib/class/song.class.php:373
-msgid "Mode"
-msgstr "Modus"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
+msgstr "Markierung aktualisiert"
-#: ../../lib/class/song.class.php:377
-#: ../../templates/show_tv_playlist.inc.php:46
-#: ../../templates/show_songs.inc:51
-msgid "Time"
-msgstr "Dauer"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
+msgstr "StĂĽcke gesperrt"
-#: ../../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"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
+msgstr "Die gewĂĽnschten StĂĽcke wurden gesperrt"
-#: ../../lib/class/song.class.php:385
-msgid "Filesize"
-msgstr "Dateigröße"
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
+msgstr "StĂĽcke freigegeben"
-#: ../../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"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
+msgstr "Die gewĂĽnschten StĂĽcke wurden freigegeben"
-#: ../../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"
+#: ../../admin/flag.php:305
+msgid "Flagged Records"
+msgstr "Markierte Datensätze"
-#: ../../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"
+#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
+#: ../../admin/catalog.php:95 ../../admin/catalog.php:153
+msgid "Catalog Updated"
+msgstr "Katalog aktualisiert"
-#: ../../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"
+#: ../../admin/catalog.php:106
+msgid "Catalog Deleted"
+msgstr "Katalog gelöscht"
-#: ../../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"
+#: ../../admin/catalog.php:106
+msgid "The Catalog and all associated records have been deleted"
+msgstr ""
-#: ../../lib/class/artist.class.php:225
-msgid "Error: Name Identical"
-msgstr "Fehler: Name identisch"
+#: ../../admin/catalog.php:115
+msgid "Songs Removed"
+msgstr "Stücke gelöscht"
-#: ../../lib/class/flag.class.php:264
-msgid "Approved"
-msgstr "Erlaubt"
+#: ../../admin/catalog.php:118
+msgid "No Songs Removed"
+msgstr "Keine Stücke gelöscht"
-#: ../../lib/class/flag.class.php:265
-msgid "Pending"
-msgstr "Zu erledigen"
+#: ../../admin/catalog.php:121
+msgid "Disabled Songs Processed"
+msgstr "Deaktivierung der StĂĽcke abgeschlossen"
-#: ../../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"
+#: ../../admin/catalog.php:141
+msgid "Catalog Cleaned"
+msgstr "Katalog geleert"
-#: ../../lib/class/flag.class.php:280
-msgid "Re-Tag"
-msgstr "TagNeuLesen"
+#: ../../admin/catalog.php:191
+msgid "Catalog Created"
+msgstr "Katalog erstellt"
-#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr "Neu einlesen"
+#: ../../admin/catalog.php:208
+msgid "Catalog statistics cleared"
+msgstr "Katalogstatistik gelöscht"
-#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59
-msgid "Other"
-msgstr "Andere"
+#: ../../admin/catalog.php:223
+msgid "Now Playing Cleared"
+msgstr "Zur Zeit gespielte Liste geleert"
-#: ../../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"
+#: ../../admin/catalog.php:223
+msgid "All now playing data has been cleared"
+msgstr "Übersicht der aktuell abspielenden Stücke gelöscht"
-#: ../../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"
+#: ../../admin/catalog.php:233
+msgid "No Disabled songs found"
+msgstr "Keine gesperrten StĂĽcke gefunden"
-#: ../../lib/class/localplay.class.php:564
-msgid "Stopped"
-msgstr "Angehalten"
+#: ../../admin/catalog.php:242
+msgid "Delete Catalog"
+msgstr "Katalog löschen"
-#: ../../lib/class/localplay.class.php:567
-msgid "Paused"
-msgstr "Pause"
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
+msgstr "Wollen sie wirklich diesen Katalog löschen?"
-#: ../../lib/class/album.class.php:163
-msgid "Various"
-msgstr "Verschiedene"
+#: ../../admin/catalog.php:261
+msgid "Album Art Search Finished"
+msgstr "Album Cover-Suche beendet"
-#: ../../lib/class/genre.class.php:285
-msgid "Show Genres starting with"
-msgstr "Zeige Genres beginnend mit"
+#: ../../admin/users.php:51 ../../admin/users.php:95
+#: ../../lib/class/user.class.php:408
+msgid "Error Username Required"
+msgstr "Fehler Benutzername benötigt"
-#: ../../lib/rating.lib.php:43
-msgid "Don't Play"
-msgstr "Nicht abspielen"
+#: ../../admin/users.php:54 ../../admin/users.php:91
+#: ../../lib/class/user.class.php:412
+msgid "Error Passwords don't match"
+msgstr "Fehler Passwort falsch"
-#: ../../lib/rating.lib.php:46
-msgid "It's Pretty Bad"
-msgstr "Ist wirklich schlecht"
+#: ../../admin/users.php:79
+msgid "User Updated"
+msgstr ""
-#: ../../lib/rating.lib.php:49
-msgid "It's Ok"
-msgstr "Ist OK"
+#: ../../admin/users.php:79
+msgid "updated"
+msgstr ""
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
-msgstr "Ist wirklich gut"
+#: ../../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"
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
-msgstr "Ich liebe es!"
+#: ../../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"
-#: ../../lib/rating.lib.php:58
-msgid "It's Insane"
-msgstr "Ist wahnsinnig"
+#: ../../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"
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
-msgstr "Aus der Hitparade!"
+#: ../../admin/users.php:119
+msgid "New User Added"
+msgstr ""
-#: ../../lib/preferences.php:258
-msgid "Enable"
-msgstr "Aktivieren"
+#: ../../admin/users.php:124
+msgid "User Enabled"
+msgstr ""
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
-msgstr "Deaktivieren"
+#: ../../admin/users.php:129
+msgid "User Disabled"
+msgstr ""
-#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41
-#: ../../templates/show_playtype_switch.inc.php:30
-msgid "Stream"
-msgstr "Datenstrom"
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
+msgstr "Fehler"
-#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42
-#: ../../templates/show_playtype_switch.inc.php:34
-msgid "Downsample"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
msgstr ""
-#: ../../lib/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
-msgstr "demokratisch"
+#: ../../admin/users.php:154
+msgid "User Deleted"
+msgstr "Benutzer-Eintrag gelöscht"
-#: ../../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"
+#: ../../admin/users.php:157
+msgid "Delete Error"
+msgstr "Fehler beim löschen"
-#: ../../lib/preferences.php:282
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "XSPF Player"
-msgstr ""
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
+msgstr "Der letzte Admin Benutzer kann nicht gelöscht werden"
-#: ../../lib/preferences.php:289
-msgid "M3U"
-msgstr ""
+#: ../../admin/users.php:163
+msgid "Deletion Request"
+msgstr "Löschen Abfrage"
-#: ../../lib/preferences.php:290
-msgid "Simple M3U"
-msgstr "einfache M3U"
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
+msgstr "Sind Sie sicher endgültig zu löschen"
-#: ../../lib/preferences.php:291
-msgid "PLS"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../lib/preferences.php:292
-msgid "Asx"
-msgstr ""
+#: ../../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?"
-#: ../../lib/preferences.php:293
-msgid "RAM"
-msgstr ""
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
+msgid "Plugin Deactivated"
+msgstr "Plugin deaktiviert"
-#: ../../lib/preferences.php:294
-msgid "XSPF"
-msgstr ""
+#: ../../admin/modules.php:85
+msgid "Plugin Activated"
+msgstr "Plugin aktiviert"
-#: ../../lib/preferences.php:326
-msgid "Disabled"
-msgstr "Deaktiviert"
+#: ../../admin/modules.php:120
+msgid "Plugins"
+msgstr ""
-#: ../../lib/preferences.php:327
-msgid "Global"
+#: ../../admin/modules.php:126
+msgid "Localplay Controllers"
msgstr ""
-#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58
-msgid "Local"
-msgstr "Lokal"
+#: ../../admin/access.php:35
+msgid "Deleted"
+msgstr "Gelöscht"
-#: ../../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"
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
+msgstr "Ihr Zugangs-Eintrag wurde gelöscht"
-#: ../../lib/playlist.lib.php:194 ../../playlist.php:63
-msgid "New Playlist"
-msgstr "Neue Wiedergabeliste"
+#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55
+#: ../../lib/class/catalog.class.php:1281
+msgid "Added"
+msgstr "HinzugefĂĽgt"
-#: ../../lib/ui.lib.php:115
-msgid "Error Access Denied"
-msgstr "Fehler Zugriff verweigert"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
+msgstr "Ein neuer Zugangs-Eintrag wurde erstellt"
-#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87
-#: ../../ampache/templates/sidebar.inc.php:89
-msgid "Browse"
-msgstr "Anzeigen..."
+#: ../../admin/access.php:45 ../../preferences.php:90
+#: ../../lib/class/catalog.class.php:1020
+msgid "Updated"
+msgstr "Aktualisiert"
-#: ../../lib/ui.lib.php:196
-msgid "Show w/o art"
-msgstr "Ohne Cover"
+#: ../../admin/access.php:45
+msgid "Access List Entry updated"
+msgstr "Zugriffslisten-Eintrag aktualisiert"
-#: ../../lib/ui.lib.php:199
-msgid "Show all"
-msgstr "Zeige Alle"
+#: ../../admin/system.php:64
+msgid "Export Failed"
+msgstr "Export fehlgeschlagen"
-#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81
+#: ../../admin/mail.php:90
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
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
msgid "days"
msgstr "Tage"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hour"
msgstr "Stunde"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hours"
msgstr "Stunden"
-#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48
-#: ../../ampache/templates/sidebar.inc.php:50
-msgid "Home"
-msgstr "Startseite"
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Gesamtzahl Benutzer"
-#: ../../lib/ui.lib.php:793
-msgid "Upload"
-msgstr "hochladen"
+#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Verbundene Benutzer"
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
-msgstr "Lokal abspielen"
+#: ../../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"
-#: ../../lib/ui.lib.php:799
-msgid "Random Play"
-msgstr "Zufällig Abspielen"
+#: ../../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"
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Wiedergabeliste"
+#: ../../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"
-#: ../../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"
+#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Kataloggröße"
-#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79
-#: ../../ampache/templates/sidebar.inc.php:81
-msgid "Preferences"
-msgstr "Einstellungen"
+#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Katalog Spielzeit"
-#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815
-msgid "Admin-Catalog"
-msgstr "Admin-Katalog"
+#: ../../admin/mail.php:260
+msgid "E-mail Sent"
+msgstr "E-mail gesendet"
-#: ../../lib/ui.lib.php:819
-msgid "Admin-User Management"
-msgstr "Admin-Benutzer Verwaltung"
+#: ../../admin/mail.php:261
+msgid "Your E-mail was successfully sent."
+msgstr "Ihre E-mail wurde gesendet"
-#: ../../lib/ui.lib.php:823
-msgid "Admin-Mail Users"
-msgstr "Admin-Mail Benutzer"
+#: ../../preferences.php:35 ../../preferences.php:60
+#: ../../lib/preferences.php:311
+msgid "Server"
+msgstr ""
-#: ../../lib/ui.lib.php:827
-msgid "Admin-Manage Access Lists"
-msgstr "Admin-Bearbeiten Zugriffslisten"
+#: ../../preferences.php:86
+msgid "Error Update Failed"
+msgstr ""
-#: ../../lib/ui.lib.php:831
-msgid "Admin-Site Preferences"
-msgstr "Admin-Seiten Einstellungen"
+#: ../../preferences.php:91
+msgid "Your Account has been updated"
+msgstr ""
-#: ../../lib/ui.lib.php:835
-msgid "Admin-Manage Modules"
-msgstr "Admin-Bearbeiten Module"
+#: ../../flag.php:45
+msgid "Item Flagged"
+msgstr "Eintrag markiert"
-#: ../../lib/ui.lib.php:839
-msgid "Browse Music"
-msgstr "Durchsuche StĂĽcke"
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
+msgstr "Der gewählte Eintrag wurde markiert"
-#: ../../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"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
+msgid "Catalogs"
+msgstr "Kataloge"
-#: ../../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"
+#: ../../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"
-#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110
-#: ../../ampache/templates/sidebar.inc.php:112
-msgid "Statistics"
-msgstr "Statistik"
+#: ../../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"
-#: ../../lib/ui.lib.php:1429
-msgid "Manage Users"
-msgstr "Benutzer verwalten"
+#: ../../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"
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
-msgstr "Neuen Benutzer hinzufĂĽgen"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr "PrĂĽfen"
-#: ../../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"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
+msgstr "Bereinigen"
-#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880
-msgid "English"
-msgstr "Englisch"
+#: ../../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"
-#: ../../lib/general.lib.php:881
-msgid "British English"
-msgstr "Britisch Englisch"
+#: ../../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"
-#: ../../lib/general.lib.php:887
-msgid "Turkish"
-msgstr "TĂĽrkisch"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
+msgstr "Schnell"
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
-msgstr "Vereinfachtes Chinesisch"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
+msgstr "Cover holen"
-#: ../../lib/general.lib.php:966
-msgid "On"
-msgstr "Ein"
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
+msgstr "Keine Kataloge gefunden"
-#: ../../lib/general.lib.php:969
-msgid "Off"
-msgstr "Aus"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
+msgstr "Alle bereinigen"
-#: ../../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"
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
+msgstr "Alle prĂĽfen"
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "Datei"
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
+msgstr "Zu allen hinzufĂĽgen"
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr "Datei hochladen nicht unterstĂĽtzt."
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
+msgstr "Alle aktualisieren"
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "Keine Datei hochgeladen"
+#: ../../templates/show_admin_tools.inc.php:83
+#: ../../templates/sidebar_admin.inc.php:24
+msgid "Clear Catalog Stats"
+msgstr "Katalogstatistiken löschen"
-#: ../../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."
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr "Nach Covern suchen"
-#: ../../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)."
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:21
+msgid "Other Tools"
+msgstr "Andere Werkzeuge"
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid "There was a problem with the file upload: The %s was only partially uploaded."
+#: ../../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 ""
-"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"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr "PrĂĽfe auf neue Version"
-#: ../../admin/catalog.php:119
-msgid "Catalog Deleted"
-msgstr "Katalog gelöscht"
+#: ../../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"
-#: ../../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"
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:73
+msgid "Object"
+msgstr "Auswahl"
-#: ../../admin/catalog.php:128
-msgid "Songs Removed"
-msgstr "Stücke gelöscht"
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:75
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Markierung"
-#: ../../admin/catalog.php:131
-msgid "No Songs Removed"
-msgstr "Keine Stücke gelöscht"
+#: ../../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"
-#: ../../admin/catalog.php:134
-msgid "Disabled Songs Processed"
-msgstr "Deaktivierung der StĂĽcke abgeschlossen"
+#: ../../templates/show_flagged.inc.php:41
+#: ../../templates/show_flagged.inc.php:77
+msgid "Status"
+msgstr "Status"
-#: ../../admin/catalog.php:155
-msgid "Catalog Cleaned"
-msgstr "Katalog geleert"
+#: ../../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"
-#: ../../admin/catalog.php:198
-msgid "Catalog Created"
-msgstr "Katalog erstellt"
+#: ../../templates/show_flagged.inc.php:83
+msgid "Reject"
+msgstr "Verwerfen"
-#: ../../admin/catalog.php:199
-msgid "Catalog Created and Songs Indexed"
-msgstr "Katalog erstellt und StĂĽcke indiziert"
+#: ../../templates/show_flagged.inc.php:84
+msgid "Approve"
+msgstr "Erlauben"
-#: ../../admin/catalog.php:212
-msgid "Catalog statistics cleared"
-msgstr "Katalogstatistik gelöscht"
+#: ../../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"
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
-msgstr "Zur Zeit gespielte Liste geleert"
+#: ../../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"
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
-msgstr "Übersicht der aktuell abspielenden Stücke gelöscht"
+#: ../../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"
-#: ../../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?"
+#: ../../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."
-#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76
-msgid "Clear Catalog Stats"
-msgstr "Katalogstatistiken löschen"
+#: ../../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"
-#: ../../admin/catalog.php:241
-msgid "No Disabled songs found"
-msgstr "Keine gesperrten StĂĽcke gefunden"
+#: ../../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"
-#: ../../admin/catalog.php:249
-msgid "Delete Catalog"
-msgstr "Katalog löschen"
+#: ../../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"
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
-msgstr "Wollen sie wirklich diesen Katalog löschen?"
+#: ../../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"
-#: ../../admin/catalog.php:261 ../../admin/catalog.php:264
-msgid "Album Art Search Finished"
-msgstr "Album Cover-Suche beendet"
+#: ../../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"
-#: ../../admin/flag.php:97
-msgid "Song Updated"
-msgstr "StĂĽck aktualisiert"
+#: ../../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"
-#: ../../admin/flag.php:97
-msgid "The requested song has been updated"
-msgstr "Das gewĂĽnschte StĂĽck wurde aktualisiert"
+#: ../../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"
-#: ../../admin/flag.php:139
-msgid "Album Updated"
-msgstr "Album aktualisiert"
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
+msgstr "Admin Konto erstellen"
-#: ../../admin/flag.php:181
-msgid "Artist Updated"
-msgstr "Interpreten aktualisiert"
+#: ../../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"
-#: ../../admin/flag.php:246
-msgid "Songs Updated"
-msgstr "Songs aktualisiert"
+#: ../../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"
-#: ../../admin/flag.php:254
-msgid "Flag Removed"
-msgstr "Markierung entfernt"
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
+msgstr "Konto erstellen"
-#: ../../admin/flag.php:255
-msgid "Flag Removed from"
-msgstr "Markierung entfernt von"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Pfad"
-#: ../../admin/flag.php:270
-msgid "Flags Updated"
-msgstr "Markierung aktualisiert"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
+msgstr ""
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
-msgstr "StĂĽcke gesperrt"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr ""
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
-msgstr "Die gewĂĽnschten StĂĽcke wurden gesperrt"
+#: ../../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"
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
-msgstr "StĂĽcke freigegeben"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr ""
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
-msgstr "Die gewĂĽnschten StĂĽcke wurden freigegeben"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
+msgstr ""
-#: ../../admin/flag.php:305
-msgid "Flagged Records"
-msgstr "Markierte Datensätze"
+#: ../../templates/show_song.inc.php:22
+msgid "Details"
+msgstr ""
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
-msgid "Site"
-msgstr "Seite"
+#: ../../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"
-#: ../../admin/access.php:42
-msgid "Confirm Delete"
-msgstr "Löschen bestätigen"
+#: ../../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"
-#: ../../admin/access.php:43
-msgid "Do you really want to delete this Access Record?"
-msgstr "Wollen sie wirklich diesen Zugangs-Eintrag löschen?"
+#: ../../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"
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
-msgstr "Eintrag gelöscht"
+#: ../../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"
-#: ../../admin/access.php:49
-msgid "Your Access List Entry has been removed"
-msgstr "Ihr Zugangs-Eintrag wurde gelöscht"
+#: ../../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"
-#: ../../admin/access.php:54
-msgid "Entry Added"
-msgstr "Eintrag hinzugefĂĽgt"
+#: ../../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"
-#: ../../admin/access.php:54
-msgid "Your new Access List Entry has been created"
-msgstr "Ein neuer Zugangs-Eintrag wurde erstellt"
+#: ../../templates/show_song.inc.php:50
+msgid "Last Updated"
+msgstr ""
-#: ../../admin/access.php:58
-msgid "Entry Updated"
-msgstr "Eintrag aktualisiert"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
+msgstr "Anzeige nach"
-#: ../../admin/access.php:58
-msgid "Access List Entry updated"
-msgstr "Zugriffslisten-Eintrag aktualisiert"
+#: ../../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"
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
-msgstr "Fehler Benutzername benötigt"
+#: ../../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"
-#: ../../admin/users.php:68 ../../admin/users.php:108
-msgid "Error Passwords don't match"
-msgstr "Fehler Passwort falsch"
+#: ../../templates/sidebar_browse.inc.php:15
+msgid "Radio Stations"
+msgstr "Radiosender"
-#: ../../admin/users.php:120 ../../register.php:138
-msgid "Error Username already exists"
-msgstr "Fehler Benutzername existiert"
+#: ../../templates/sidebar_browse.inc.php:18
+msgid "Filters"
+msgstr "Filter"
-#: ../../admin/users.php:142
-msgid "Deletion Request"
-msgstr "Löschen Abfrage"
+#: ../../templates/sidebar_browse.inc.php:23
+msgid "Minimum Count"
+msgstr ""
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
-msgstr "Sind Sie sicher endgültig zu löschen"
+#: ../../templates/sidebar_browse.inc.php:25
+msgid "Rated"
+msgstr ""
-#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
-msgstr "Nein"
+#: ../../templates/sidebar_browse.inc.php:28
+msgid "Unplayed"
+msgstr "nicht gespielte"
-#: ../../admin/users.php:150
-msgid "User Deleted"
-msgstr "Benutzer-Eintrag gelöscht"
+#: ../../templates/sidebar_browse.inc.php:31
+msgid "Show Art"
+msgstr "zeige Cover"
-#: ../../admin/users.php:153
-msgid "Delete Error"
-msgstr "Fehler beim löschen"
+#: ../../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"
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
-msgstr "Der letzte Admin Benutzer kann nicht gelöscht werden"
+#: ../../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"
-#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41
-#: ../../templates/show_local_catalog_info.inc.php:23
-msgid "Catalog Statistics"
-msgstr "Katalogstatistik"
+#: ../../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"
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
-msgid "Total Users"
-msgstr "Gesamtzahl Benutzer"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+msgstr ""
-#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26
-msgid "Connected Users"
-msgstr "Verbundene Benutzer"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:102
+msgid "Last Seen"
+msgstr "Zuletzt anwesend"
-#: ../../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"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
+msgstr "Aktivität"
-#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31
-msgid "Catalog Size"
-msgstr "Kataloggröße"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr ""
-#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32
-msgid "Catalog Time"
-msgstr "Katalog Spielzeit"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr ""
-#: ../../admin/mail.php:252
-msgid "E-mail Sent"
-msgstr "E-mail gesendet"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
+msgstr "Aktive Wiedergabeliste"
-#: ../../admin/mail.php:253
-msgid "Your E-mail was successfully sent."
-msgstr "Ihre E-mail wurde gesendet"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
+msgid "Recently Played"
+msgstr "kĂĽrzlich gespielt"
-#: ../../admin/modules.php:41
-msgid "Module Activated"
-msgstr "Modul aktiviert"
+#: ../../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"
-#: ../../admin/modules.php:48
-msgid "Are you sure you want to remove this module?"
-msgstr "Wollen sie wirklich das Modul deaktivieren?"
+#: ../../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"
-#: ../../admin/modules.php:56
-msgid "Module Deactivated"
-msgstr "Modul deaktiviert"
+#: ../../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"
-#: ../../admin/modules.php:72
-msgid "Plugin Activated"
-msgstr "Plugin aktiviert"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr "Album Cover"
-#: ../../admin/modules.php:79
-msgid "Are you sure you want to remove this plugin?"
-msgstr "Wollen sie wirklich das Plugin deaktivieren?"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr "Klick um Fenster zu schlieĂźen"
-#: ../../admin/modules.php:95
-msgid "Plugin Deactivated"
-msgstr "Plugin deaktiviert"
+#: ../../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"
-#: ../../admin/system.php:120
-msgid "Export Failed"
-msgstr "Export fehlgeschlagen"
+#: ../../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"
@@ -990,500 +1110,744 @@ 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"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr "Starte Konfiguration"
+
+#: ../../templates/show_random_albums.inc.php:23
+msgid "Albums of the Moment"
+msgstr "zufällige Alben"
+
+#: ../../templates/show_random_albums.inc.php:46
+#: ../../templates/show_album.inc.php:45
+msgid "Play Album"
+msgstr "Album abspielen"
+
+#: ../../templates/show_localplay_status.inc.php:51
+msgid "Volume"
+msgstr "Lautstärke"
+
+#: ../../templates/show_localplay_status.inc.php:55
+msgid "Repeat"
+msgstr "Wiederholen"
+
+#: ../../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_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+msgstr "Zusätzliche Zeit"
+
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
+msgstr "Löschen"
+
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
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: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_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Eintrag hinzufĂĽgen"
-#: ../../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_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Start Adresse"
-#: ../../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_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_install_account.inc.php:57
+#: ../../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 step creates your initial Ampache admin account. Once your admin "
-"account has been created you will be directed to the login page"
+"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 ""
-"Dieser Schritt erstellt das initiale Admin Konto. Sobald Ihr Admin-Konto "
-"erstellt wurde, werden Sie zur Login-Seite geleitet"
+"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_account.inc.php:60
-msgid "Create Admin Account"
-msgstr "Admin Konto erstellen"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
+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 "Benutzername"
+#: ../../templates/show_install_config.inc.php:60
+msgid "Web Path"
+msgstr "Web Pfad"
-#: ../../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_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "GewĂĽnschter Datenbank Name"
-#: ../../templates/show_install_account.inc.php:74
-msgid "Create Account"
-msgstr "Konto erstellen"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:28
-#: ../../templates/sidebar.inc.php:104
-#: ../../ampache/templates/sidebar.inc.php:106
-msgid "Playlists"
-msgstr "Wiedergabelisten"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "MySQL Benutzername"
-#: ../../templates/show_playlists.inc.php:33
-msgid "Playlist Name"
-msgstr "Name der Wiedergabeliste"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "MySQL Passwort"
-#: ../../templates/show_playlists.inc.php:34
-msgid "# Songs"
-msgstr "# StĂĽcke"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr "Schreibe Konfiguration"
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
-msgstr "EigentĂĽmer"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr "Ampache.cfg vorhanden"
-#: ../../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_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Ampache.cfg.php konfiguriert?"
-#: ../../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_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "PrĂĽfe die Konfiguration"
-#: ../../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_install_config.inc.php:132
+msgid "Continue to Step 3"
+msgstr ""
-#: ../../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_edit_user.inc.php:23
+msgid "Editing existing User"
+msgstr "Existierenden Benutzer editieren"
-#: ../../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 "Zufällig"
+#: ../../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_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
-msgstr "Download"
+#: ../../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_playlists.inc.php:75
-msgid "No Playlists Found"
-msgstr "Keine Wiedergabelisten gefunden"
+#: ../../templates/show_edit_user.inc.php:69
+#: ../../templates/show_add_user.inc.php:69
+msgid "User Access Level"
+msgstr "Benutzer Zugriffs-Level"
-#: ../../templates/show_duplicates.inc.php:25
-msgid "Find Duplicates"
-msgstr "Duplikate suchen"
+#: ../../templates/show_edit_user.inc.php:83
+msgid "Update User"
+msgstr "Benutzer aktualisieren"
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
-msgstr "Suchart"
+#: ../../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_duplicates.inc.php:36
-msgid "Artist and Title"
-msgstr "Interpret und Titel"
+#: ../../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_duplicates.inc.php:37
-msgid "Artist, Album and Title"
-msgstr "Interpret, Album und Titel"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
+msgstr "Erweiterte Suche"
-#: ../../templates/show_duplicates.inc.php:44
-msgid "Select Best Guess"
-msgstr "Wähle vermutlich besten"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
+msgstr ""
-#: ../../templates/show_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
-msgstr "Ja"
+#: ../../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_tv.inc.php:42
-msgid "Controls"
-msgstr "Bedienelemente"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "Aktualisiere den"
-#: ../../templates/show_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
+#: ../../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_playlist_edit.inc.php:27
-msgid "Editing Playlist"
-msgstr "Wiedergabeliste editieren"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
+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 "Name"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
+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 "Typ"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
+msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:39
-msgid "Public"
-msgstr "öffentliche"
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Abspielen"
-#: ../../templates/show_playlist_edit.inc.php:40
-msgid "Private"
-msgstr "privat"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "Nächste"
-#: ../../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/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/sidebar.inc.php:28
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
-msgstr "Benutzer"
+#: ../../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/sidebar.inc.php:29
-#: ../../ampache/templates/sidebar.inc.php:29
-msgid "Mail Users"
-msgstr "Mail zu Benutzern"
+#: ../../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/sidebar.inc.php:31
-#: ../../ampache/templates/sidebar.inc.php:31
-msgid "Config"
-msgstr "Konfiguration"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
+msgstr "Aktiviere"
-#: ../../templates/sidebar.inc.php:32
-#: ../../ampache/templates/sidebar.inc.php:32
-msgid "Access List"
-msgstr "Zugriffsliste"
+#: ../../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/sidebar.inc.php:37
-#: ../../ampache/templates/sidebar.inc.php:37
-msgid "Song Title"
-msgstr "Titel"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
+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 "Admin"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
+msgstr "MySQL Administration Benutzername"
-#: ../../templates/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
-msgstr "Minuten"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
+msgstr "MySQL Administration Passwort"
-#: ../../templates/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
-msgstr "Wenig gespielt"
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
+msgstr "Erstelle Datenbank Benutzer fĂĽr die neue Datenbank"
-#: ../../templates/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
-msgstr "Abspielen (Queue)"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
+msgstr "Ampache Datenbank Benutzername"
-#: ../../templates/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
-msgstr "Demokratische Ansicht"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
+msgstr "Ampache Datenbank Benutzer Passwort"
-#: ../../templates/sidebar.inc.php:189
-#: ../../ampache/templates/sidebar.inc.php:191
-msgid "Logout"
-msgstr "Ausloggen"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:27
-msgid "Catalogs"
-msgstr "Kataloge"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
+msgstr "Datenbank einfĂĽgen"
-#: ../../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_similar_artists.inc.php:23
+msgid "Similar Artists"
+msgstr "Ähnliche Interpreten"
-#: ../../templates/show_admin_tools.inc.php:42
-msgid "Add"
-msgstr "HinzufĂĽgen"
+#: ../../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_admin_tools.inc.php:44
-msgid "Verify"
-msgstr "PrĂĽfen"
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr "ZurĂĽck"
-#: ../../templates/show_admin_tools.inc.php:46
-msgid "Clean"
-msgstr "Bereinigen"
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
+msgstr "Ausgewählte umbenennen"
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
-msgstr "Schnell"
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
+msgstr "Erweiterte Einstellungen"
-#: ../../templates/show_admin_tools.inc.php:57
-msgid "Gather Art"
-msgstr "Cover holen"
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
+msgstr "Weiter suchen"
-#: ../../templates/show_admin_tools.inc.php:65
-msgid "No Catalogs Found"
-msgstr "Keine Kataloge gefunden"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
+msgstr "Neue Wiedergabeliste erstellen"
-#: ../../templates/show_admin_tools.inc.php:71
-msgid "Clean All"
-msgstr "Alle bereinigen"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
+msgstr "Umbenennen"
-#: ../../templates/show_admin_tools.inc.php:72
-msgid "Verify All"
-msgstr "Alle prĂĽfen"
+#: ../../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_admin_tools.inc.php:73
-msgid "Add to All"
-msgstr "Zu allen hinzufĂĽgen"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr "FĂĽge aktuellen ein"
-#: ../../templates/show_admin_tools.inc.php:74
-msgid "Update All"
-msgstr "Alle aktualisieren"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "Aktualisieren des id3 TAG"
-#: ../../templates/show_admin_tools.inc.php:77
-#: ../../templates/show_add_catalog.inc.php:78
-msgid "Gather Album Art"
-msgstr "Nach Covern suchen"
+#: ../../templates/show_playlist.inc.php:30
+msgid "Normalize Tracks"
+msgstr "StĂĽcke durchnummerieren"
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
-msgstr "Andere Werkzeuge"
+#: ../../templates/show_playlist.inc.php:31
+msgid "Play All"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
-msgstr "Doppelte StĂĽcke anzeigen"
+#: ../../templates/show_playlist.inc.php:32
+msgid "Play Random"
+msgstr "Spiele zufällige Stücke"
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
-msgstr "Momentan gespielte löschen"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr "lokale Sitzung hinzufĂĽgen"
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75
-msgid "Generate New Config"
-msgstr "Schreibe neue Konfiguration"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
+msgstr "Sitzung hinzufĂĽgen"
-#: ../../templates/show_admin_tools.inc.php:86
-msgid "Preferences Permissions"
-msgstr "Berechtigungen"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
-msgstr "Export in Itunes DB"
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr "Fehler Konfigurationsdatei abgelaufen"
-#: ../../templates/show_admin_tools.inc.php:88
-msgid "Check for New Version"
-msgstr "PrĂĽfe auf neue Version"
+#: ../../templates/show_albums.inc.php:40
+#: ../../templates/show_albums.inc.php:61
+msgid "Cover"
+msgstr "Cover"
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
-msgstr "Alben von"
+#: ../../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_artist_box.inc.php:33
-msgid "Show All Songs By"
-msgstr "Zeige alle StĂĽcke von"
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
+msgstr "Administrations-Einstellungen"
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
-msgstr "Spiele alle StĂĽcke von"
+#: ../../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_artist_box.inc.php:35
-msgid "Play Random Songs By"
-msgstr "Spiele Zufallsauswahl von"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr "Sekunden"
-#: ../../templates/show_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
-msgstr "Aktualisieren vom TAG"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr "Minuten"
-#: ../../templates/show_artist_box.inc.php:38
-msgid "Rename Artist"
-msgstr "Interpret umbenennen"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
+msgstr "Stunden"
-#: ../../templates/show_artist_box.inc.php:39
-msgid "Find duplicate artists"
-msgstr "Doppelte StĂĽcke anzeigen"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
+msgstr "Tagen"
-#: ../../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_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_user.inc.php:36
-msgid "Results Per Page"
-msgstr "Anzeigen pro Seite"
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr "UND"
-#: ../../templates/show_user.inc.php:42
-msgid "New Password"
-msgstr "Neues Passwort"
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
+msgstr "Methode"
-#: ../../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_search.inc.php:114
+msgid "Fuzzy"
+msgstr "Unscharf"
-#: ../../templates/show_user.inc.php:55
-msgid "Clear Stats"
-msgstr "Statistiken löschen"
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr "Exakt"
-#: ../../templates/show_user.inc.php:65
-msgid "Update Account"
-msgstr "Konto aktualisieren"
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
+msgstr "Maximale Ergebnisse"
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
-msgstr "Favoriten"
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:68
+msgid "Unlimited"
+msgstr "Unbegrenzt"
-#: ../../templates/show_user_stats.inc.php:29
-msgid "Favorite Artists"
-msgstr "Beliebteste Interpreten"
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:6
+msgid "Add Radio Station"
+msgstr "Radiosender hinzufĂĽgen"
-#: ../../templates/show_user_stats.inc.php:40
-msgid "Favorite Albums"
-msgstr "Beliebteste Alben"
+#: ../../templates/show_add_live_stream.inc.php:35
+#: ../../templates/show_edit_live_stream_row.inc.php:28
+msgid "Homepage"
+msgstr ""
-#: ../../templates/show_user_stats.inc.php:51
-msgid "Favorite Songs"
-msgstr "Beliebteste StĂĽcke"
+#: ../../templates/show_add_live_stream.inc.php:42
+#: ../../templates/show_edit_live_stream_row.inc.php:27
+msgid "Stream URL"
+msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:31
-msgid "Playing from base Playlist"
-msgstr "Spiele von Basis-Wiedergabeliste"
+#: ../../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_tv_playlist.inc.php:44
-msgid "Votes"
-msgstr "Bewertungen"
+#: ../../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_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_edit_access.inc.php:22
+msgid "Edit ACL"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
-msgid "Preference"
-msgstr "Einstellung"
+#: ../../templates/show_edit_access.inc.php:30
+#: ../../templates/show_add_access.inc.php:61
+msgid "ACL Type"
+msgstr "ACL Typ"
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
-msgstr "Wert"
+#: ../../templates/show_edit_access.inc.php:34
+#: ../../templates/show_add_access.inc.php:64
+msgid "Stream Access"
+msgstr "Stream Zugriff"
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
-msgstr "bei allen anwenden"
+#: ../../templates/show_edit_access.inc.php:35
+#: ../../templates/show_add_access.inc.php:65
+msgid "Web Interface"
+msgstr "Grundeinstellungen"
-#: ../../templates/show_preference_box.inc.php:51
-msgid "description"
-msgstr "Beschreibung"
+#: ../../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"
@@ -1501,11 +1865,6 @@ msgstr "Ich akzeptiere"
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"
@@ -1514,111 +1873,74 @@ msgstr "Info löschen"
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_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+msgid "Login"
+msgstr "Login"
-#: ../../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 ""
-"Ihr Websever hat Leserechte an der Datei /sql/ampache.sql und /config/"
-"ampache.cfg.php.dist"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Speichere Login"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
-msgstr "Starte Konfiguration"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "Registrieren"
-#: ../../templates/show_modules.inc.php:38
-msgid "Localplay Modules"
-msgstr "Lokale Abspiel-Module"
+#: ../../templates/show_login_form.inc.php:87
+msgid "Message of the Day"
+msgstr "Nachricht des Tages"
-#: ../../templates/show_modules.inc.php:41
-msgid "Module Name"
-msgstr "Modul Name"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr ""
-#: ../../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_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61
+msgid "Most Popular Artists"
+msgstr "Meistgespielte Interpreten"
-#: ../../templates/show_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-msgid "Deactivate"
-msgstr "Deaktiviere"
+#: ../../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_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_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
+msgstr "Meistgespielte Genres"
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
-msgstr "VerfĂĽgbare Plugins"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:69
+msgid "Most Popular Songs"
+msgstr "Meistgespielte StĂĽcke"
-#: ../../templates/show_modules.inc.php:73
-msgid "Description"
-msgstr "Beschreibung"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
+msgstr "Die populärsten Live Streams"
-#: ../../templates/show_modules.inc.php:74
-msgid "Version"
-msgstr "Version"
+#: ../../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: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
+#: ../../templates/show_edit_album.inc.php:41
msgid "Flag for Retagging"
msgstr "Markierung Tags neu"
-#: ../../templates/show_edit_song.inc.php:89
+#: ../../templates/show_edit_song.inc.php:88
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_genre.inc.php:29
-msgid "Viewing"
-msgstr "Anschauen"
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:537
+msgid "Genres"
+msgstr ""
-#: ../../templates/show_mail_users.inc.php:25
+#: ../../templates/show_mail_users.inc.php:24
msgid "Send E-mail to Users"
msgstr "Sende E-mail zu Benutzern"
@@ -1626,305 +1948,359 @@ msgstr "Sende E-mail zu Benutzern"
msgid "Mail to"
msgstr "Mail an"
-#: ../../templates/show_mail_users.inc.php:45
-#: ../../templates/show_all_popular.inc.php:29
-msgid "Most Popular Albums"
-msgstr "Meistgespielte Alben"
-
-#: ../../templates/show_mail_users.inc.php:52
+#: ../../templates/show_mail_users.inc.php:54
msgid "Latest Artist Additions"
msgstr "Neuste Interpretenzugänge"
-#: ../../templates/show_mail_users.inc.php:56
-#: ../../templates/show_all_popular.inc.php:26
-msgid "Most Popular Artists"
-msgstr "Meistgespielte Interpreten"
-
-#: ../../templates/show_mail_users.inc.php:63
+#: ../../templates/show_mail_users.inc.php:65
msgid "Latest Album Additions"
msgstr "Neuste Albenzugänge"
-#: ../../templates/show_mail_users.inc.php:67
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "Meistgespielte StĂĽcke"
-
-#: ../../templates/show_mail_users.inc.php:73
+#: ../../templates/show_mail_users.inc.php:75
msgid "Flagged Songs"
msgstr "Markierte StĂĽcke"
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
+#: ../../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:85
+#: ../../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:96
+#: ../../templates/show_mail_users.inc.php:98
msgid "Subject"
msgstr "Betreff"
-#: ../../templates/show_mail_users.inc.php:103
+#: ../../templates/show_mail_users.inc.php:105
msgid "Message"
msgstr "Nachricht"
-#: ../../templates/show_mail_users.inc.php:113
+#: ../../templates/show_mail_users.inc.php:114
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_add_user.inc.php:23
+msgid "Adding a New User"
+msgstr "Neuen Benutzer hinzufĂĽgen"
-#: ../../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_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:60
+msgid "Content Manager"
+msgstr "Inhaltsmanager"
-#: ../../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_add_user.inc.php:77
+#: ../../templates/show_preference_box.inc.php:61
+msgid "Catalog Manager"
+msgstr "Katalogmanager"
-#: ../../templates/show_tv_adminctl.inc.php:22
-msgid "Admin Controls"
-msgstr "Admin Bedienelement"
+#: ../../templates/show_add_user.inc.php:84
+#: ../../templates/sidebar_admin.inc.php:11
+msgid "Add User"
+msgstr "Benutzer hinzufĂĽgen"
-#: ../../templates/show_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
-msgid "Base Playlist"
-msgstr "Basis-Wiedergabeliste"
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+msgstr "Zugang fĂĽr einen Rechner einrichten"
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
-msgid "Clear Playlist"
-msgstr "Wiedergabeliste leeren"
+#: ../../templates/show_add_access.inc.php:67
+msgid "RPC"
+msgstr ""
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
-msgstr "Weiter"
+#: ../../templates/show_add_access.inc.php:72
+msgid "RPC Options"
+msgstr ""
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
-msgstr "Abbrechen"
+#: ../../templates/show_add_access.inc.php:82
+msgid "Create ACL"
+msgstr "Erstelle ACL"
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
-msgstr "Auswahl"
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
+msgstr "Wert"
-#: ../../templates/show_flagged.inc.php:28
-msgid "Object"
-msgstr "Auswahl"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "bei allen anwenden"
-#: ../../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_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr "Berechtigung"
-#: ../../templates/show_flagged.inc.php:31
-msgid "Status"
-msgstr "Status"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
+msgstr "Beschreibung"
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
-msgstr "Verwerfen"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
+msgstr "Wiedergabeliste editieren"
-#: ../../templates/show_flagged.inc.php:64
-msgid "Approve"
-msgstr "Erlauben"
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "öffentliche"
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Umbenennen"
+#: ../../templates/show_playlist_edit.inc.php:40
+msgid "Private"
+msgstr "privat"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr "FĂĽge aktuellen ein"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
+msgstr "Duplikate suchen"
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "Aktualisieren des id3 TAG"
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
+msgstr "Suchart"
-#: ../../templates/show_all_recent.inc.php:25
-msgid "Newest Artist Additions"
-msgstr "Neuste Interpretenzugänge"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
+msgstr "Interpret und Titel"
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
-msgstr "Neuste Albenzugänge"
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
+msgstr "Interpret, Album und Titel"
-#: ../../templates/show_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
-msgstr "Neuester Live Stream"
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
+msgstr "Wähle vermutlich besten"
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
-msgstr "Suche anpassen"
+#: ../../templates/show_gather_art.inc.php:23
+#: ../../lib/class/catalog.class.php:972
+msgid "Starting Album Art Search"
+msgstr "Starte Cover Suche"
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
-msgstr "Direkte URL zum Bild"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
+msgstr "Gesucht"
-#: ../../templates/show_get_albumart.inc.php:54
-msgid "Local Image"
-msgstr "Lokales Bild"
+#: ../../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_get_albumart.inc.php:66
-msgid "Get Art"
-msgstr "Empfange Cover"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Alben von"
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
-msgstr "Wiedergabelisten-Aktionen"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Zeige alle StĂĽcke von"
-#: ../../templates/show_playlist_box.inc.php:34
-msgid "Edit Playlist"
-msgstr "Wiedergabeliste editieren"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Play All Songs By"
+msgstr "Spiele alle StĂĽcke von"
-#: ../../templates/show_playlist_box.inc.php:35
-msgid "Normalize Tracks"
-msgstr "StĂĽcke durchnummerieren"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Play Random Songs By"
+msgstr "Spiele Zufallsauswahl von"
-#: ../../templates/show_playlist_box.inc.php:36
-msgid "Play This Playlist"
-msgstr "Spiele diese Wiedergabeliste"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:52
+msgid "Update from tags"
+msgstr "Aktualisieren vom TAG"
-#: ../../templates/show_playlist_box.inc.php:37
-msgid "Play Random"
-msgstr "Spiele zufällige Stücke"
+#: ../../templates/show_artist_box.inc.php:39
+msgid "Find duplicate artists"
+msgstr "Doppelte StĂĽcke anzeigen"
-#: ../../templates/show_playlist_box.inc.php:38
-msgid "Delete This Playlist"
-msgstr "Diese Wiedergabeliste löschen"
+#: ../../templates/show_artist_box.inc.php:42
+msgid "Recommend Similar"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
-msgstr "Importiere von Datei"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Spiele Zufallsauswahl"
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
-msgstr "Neue Wiedergabeliste erstellen"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Anzahl"
-#: ../../templates/show_playlist_box.inc.php:43
-msgid "Delete Empty Playlists"
-msgstr "Lösche leere Wiedergabelisten"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "von Genre"
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
-msgstr "Meistgespielte Genres"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
+msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr "Die populärsten Live Streams"
+#: ../../templates/show_random.inc.php:51
+msgid "Less Played"
+msgstr "Wenig gespielt"
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr "Die populärsten Tags"
+#: ../../templates/show_random.inc.php:52
+msgid "Full Albums"
+msgstr "Alle Alben"
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
-msgstr "Ausgewählte abspielen"
+#: ../../templates/show_random.inc.php:53
+msgid "Full Artist"
+msgstr "Alle Interpreten"
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
-msgstr "Ausgewählte herunterladen"
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
+msgstr "Minuten"
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
-msgstr "StĂĽcknummern setzen"
+#: ../../templates/show_random.inc.php:59
+msgid "From catalog"
+msgstr "Von Katalog"
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
-msgstr "Ausgewählte Stücke entfernen"
+#: ../../templates/show_random.inc.php:65
+msgid "Size Limit"
+msgstr "Größenbegrenzung"
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
-msgstr "HinzufĂĽgen"
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
+msgstr "Abspielen (Queue)"
+
+#: ../../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/sidebar_preferences.inc.php:9
+msgid "Sections"
+msgstr "Bereiche"
+
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr "Konto"
+
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr "Serverkonfiguration"
+
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
+msgstr "Module"
+
+#: ../../templates/sidebar_preferences.inc.php:34
+msgid "Localplay Modules"
+msgstr "Lokale Abspiel-Module"
+
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr "VerfĂĽgbare Plugins"
+
+#: ../../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 "Aktive Sitzung"
+
+#: ../../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:44
+msgid "Direct URL to Image"
+msgstr "Direkte URL zum Bild"
+
+#: ../../templates/show_get_albumart.inc.php:52
+msgid "Local Image"
+msgstr "Lokales Bild"
+
+#: ../../templates/show_get_albumart.inc.php:63
+msgid "Get Art"
+msgstr "Empfange Cover"
+
+#: ../../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
msgid "Settings for"
msgstr "Einstellungen fĂĽr"
#: ../../templates/show_edit_catalog.inc.php:29
-#: ../../templates/show_add_catalog.inc.php:38
+#: ../../templates/show_add_catalog.inc.php:35
msgid "Auto-inserted Fields"
msgstr "Automatisch eingefĂĽgte Felder"
#: ../../templates/show_edit_catalog.inc.php:30
-#: ../../templates/show_add_catalog.inc.php:39
+#: ../../templates/show_add_catalog.inc.php:36
msgid "album name"
msgstr "Albumname"
#: ../../templates/show_edit_catalog.inc.php:31
-#: ../../templates/show_add_catalog.inc.php:40
+#: ../../templates/show_add_catalog.inc.php:37
msgid "artist name"
msgstr "Interpretenname"
#: ../../templates/show_edit_catalog.inc.php:32
-#: ../../templates/show_add_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:38
msgid "id3 comment"
msgstr "id3-Kommentar"
#: ../../templates/show_edit_catalog.inc.php:33
-#: ../../templates/show_add_catalog.inc.php:42
+#: ../../templates/show_add_catalog.inc.php:39
msgid "genre"
msgstr "Genre"
#: ../../templates/show_edit_catalog.inc.php:34
-#: ../../templates/show_add_catalog.inc.php:43
+#: ../../templates/show_add_catalog.inc.php:40
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
+#: ../../templates/show_add_catalog.inc.php:41
msgid "song title"
msgstr "Titel"
#: ../../templates/show_edit_catalog.inc.php:36
-#: ../../templates/show_add_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:42
msgid "year"
msgstr "Jahr"
#: ../../templates/show_edit_catalog.inc.php:37
-#: ../../templates/show_add_catalog.inc.php:46
+#: ../../templates/show_add_catalog.inc.php:43
msgid "other"
msgstr "andere"
#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
+#: ../../templates/show_add_catalog.inc.php:52
msgid "Catalog Type"
msgstr "Katalogtyp"
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
+#: ../../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:50
+#: ../../templates/show_edit_catalog.inc.php:51
msgid "Filename pattern"
msgstr "Dateinamenmuster"
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../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:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../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"
@@ -1932,95 +2308,81 @@ msgstr "(Ohne '/' an Anfang oder Ende"
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_democratic_playlist.inc.php:38
+msgid "Playing from base Playlist"
+msgstr "Spiele von Basis-Wiedergabeliste"
-#: ../../templates/show_add_playlist.inc.php:42
-msgid "Create"
-msgstr "Erstellen"
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
+msgid "Votes"
+msgstr "Bewertungen"
-#: ../../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)"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
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_democratic_playlist.inc.php:69
+msgid "Add Vote"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:59
-msgid "Remote"
-msgstr "Entfernt"
+#: ../../templates/show_edit_artist.inc.php:23
+msgid "Edit Artist"
+msgstr "Bearbeite Interpret"
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Required for Remote Catalogs"
-msgstr "Benötigt für entfernte Kataloge"
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:68
-msgid "Filename Pattern"
-msgstr "Dateinamenmuster"
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
+msgstr "Bearbeite Album"
-#: ../../templates/show_add_catalog.inc.php:82
-msgid "Build Playlists from m3u Files"
-msgstr "Erstelle Wiedergabelisten von m3u Dateien"
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
+msgstr "Aktualisiere Album"
-#: ../../templates/show_add_catalog.inc.php:90
-msgid "Add Catalog"
-msgstr "Katalog hinzufĂĽgen"
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr "Die letzten 10 markierten StĂĽcke"
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Adding a New User"
-msgstr "Neuen Benutzer hinzufĂĽgen"
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
+msgstr "Deaktiviere"
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
-msgstr "Existierenden Benutzer editieren"
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:257
+msgid "Stream"
+msgstr "Datenstrom"
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
-msgstr "Benutzer Zugriffs-Level"
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260
+msgid "Democratic"
+msgstr "demokratisch"
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
-msgstr "Benutzer hinzufĂĽgen"
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:265
+msgid "Flash Player"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
-msgstr "Benutzer aktualisieren"
+#: ../../templates/show_play_selected.inc.php:28
+msgid "Play Selected"
+msgstr "Ausgewählte abspielen"
-#: ../../templates/show_list_duplicates.inc.php:26
-msgid "Duplicate Songs"
-msgstr "Doppelte StĂĽcke anzeigen"
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
+msgstr "Ausgewählte herunterladen"
-#: ../../templates/show_list_duplicates.inc.php:34
-msgid "Length"
-msgstr "Länge"
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
+msgstr "StĂĽcknummern setzen"
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
-msgid "Size"
-msgstr "Größe"
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
+msgstr "Ausgewählte Stücke entfernen"
-#: ../../templates/show_list_duplicates.inc.php:75
-msgid "Disable Songs"
-msgstr "Sperre StĂĽcke"
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
+msgstr "HinzufĂĽgen"
#: ../../templates/show_ip_history.inc.php:23
msgid "IP History"
@@ -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,1140 +2461,1138 @@ 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_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
+msgstr "Importiere eine Wiedergabeliste von einer Datei"
-#: ../../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 "Wiedergabelisten Typ"
-#: ../../templates/show_preference_admin.inc.php:37
-msgid "Guest"
-msgstr "Gast"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Importiere Wiedergabeliste"
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
-msgstr "Bearbeite 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"
-msgstr "Aktualisiere Album"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr "Favoriten"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr "Sekunden"
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
+msgstr "Beliebteste Interpreten"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
-msgstr "Minuten"
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
+msgstr "Beliebteste Alben"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
-msgstr "Stunden"
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
+msgstr "Beliebteste StĂĽcke"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
-msgstr "Tagen"
+#: ../../templates/show_list_duplicates.inc.php:26
+msgid "Duplicate Songs"
+msgstr "Doppelte StĂĽcke anzeigen"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr "Wochen"
+#: ../../templates/show_list_duplicates.inc.php:44
+#: ../../templates/show_list_duplicates.inc.php:89
+msgid "Length"
+msgstr "Länge"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr "Monaten"
+#: ../../templates/show_list_duplicates.inc.php:46
+#: ../../templates/show_list_duplicates.inc.php:91
+msgid "Size"
+msgstr "Größe"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
-msgstr "Jahren"
+#: ../../templates/show_list_duplicates.inc.php:96
+msgid "Disable Songs"
+msgstr "Sperre StĂĽcke"
-#: ../../templates/show_recently_played.inc.php:26
-msgid "Recently Played"
-msgstr "kĂĽrzlich gespielt"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
+msgstr ""
-#: ../../templates/show_recently_played.inc.php:33
-msgid "Last Played"
-msgstr "zuletzt gespielt vor"
+#: ../../templates/sidebar_home.inc.php:4
+msgid "Currently Playing"
+msgstr "gerade gespielt"
-#: ../../templates/show_edit_artist.inc.php:23
-msgid "Edit Artist"
-msgstr "Bearbeite Interpret"
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
+msgid "Statistics"
+msgstr "Statistik"
-#: ../../templates/show_random_albums.inc.php:23
-msgid "Albums of the Moment"
-msgstr "zufällige Alben"
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
+msgstr ""
-#: ../../localplay.php:50 ../../localplay.php:58
-msgid "Song(s) Removed from Playlist"
-msgstr "Stück(e) von der Wiedergabeliste gelöscht"
+#: ../../templates/sidebar_home.inc.php:22
+msgid "Advanced"
+msgstr "Erweitert"
-#: ../../localplay.php:77
-msgid "Localplay Init Failed"
-msgstr "Lokal abspielen fehlgeschlagen"
+# 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"
-#: ../../browse.php:48 ../../albums.php:213
-msgid "Show Albums starting with"
-msgstr "Zeige Alben beginnend mit"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
+msgstr "Benutzerwerkzeuge"
-#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252
-msgid "Show Artists starting with"
-msgstr "Zeige Interpreten mit folgendem Beginn"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
+msgstr "Zeige Benutzer"
-#: ../../browse.php:124
-msgid "Show Titles Starting With"
-msgstr "Zeige Titel mit folgendem Beginn"
+#: ../../templates/sidebar_admin.inc.php:15
+msgid "Access Control"
+msgstr ""
-#: ../../search.php:47
-msgid "Error: No Keyword Entered"
-msgstr "Fehler: Kein SchlĂĽsselwort eingegeben"
+#: ../../templates/sidebar_admin.inc.php:17
+msgid "Add ACL"
+msgstr ""
-#: ../../ampache/templates/sidebar.inc.php:38
-msgid "Lists"
-msgstr "Listen"
+#: ../../templates/sidebar_admin.inc.php:18
+msgid "Show ACL(s)"
+msgstr ""
-#: ../../ratings.php:33
-msgid "Rating Updated"
-msgstr "Bewertung aktualisiert"
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Cleaning the"
+msgstr "Säubere den"
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
-msgstr "Ihre Bewertung fĂĽr dieses Objekt wurde aktualisiert"
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
+msgstr "PrĂĽfe"
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
-msgstr "Benutzer deaktiviert, bitte Admin kontaktieren"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr "Starte neue StĂĽck-Suche in"
-#: ../../login.php:94
-msgid "Unable to create new account"
-msgstr "Kann neues Konto nicht erstellen"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr "Katalog"
-#: ../../login.php:103
-msgid "No local account found"
-msgstr "Keine lokales Konto gefunden"
+#: ../../templates/show_test.inc.php:33
+msgid ""
+"You've reached this page because a configuration error has occured. Debug "
+"Information below"
+msgstr ""
+"Sie sind auf dieser Seite gelangt, weil ein Konfigurationsfehler aufgetreten "
+"ist. Debuginformationen siehe unten."
-#: ../../login.php:176
-msgid "Message of the Day"
-msgstr "Nachricht des Tages"
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
+msgstr "PrĂĽfe"
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
-msgstr "Fehler: Passwort falsch oder nicht ausgefĂĽllt"
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
+msgstr "STATUS"
-#: ../../preferences.php:61
-msgid "Password Updated"
-msgstr "Passwort aktualisiert"
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
+msgstr "BESCHREIBUNG"
-#: ../../update.php:73
-msgid "Ampache Update"
-msgstr "Ampache Update"
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
+msgstr "PHP Version"
-#: ../../tv.php:62
-msgid "Playlist Cleared"
-msgstr "Playlist gelöscht"
+#: ../../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 ""
+"Dieser Test ĂĽberprĂĽft, ob sie eine PHP Version benutzen, mit der Ampache "
+"funktioniert."
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
-msgstr "Starte Aktualisierung von TAGs"
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
+msgstr "MySQL fĂĽr PHP"
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
-msgstr "Aktualisierung von den TAGs vollständig"
+#: ../../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 ""
+"Dieser Test prĂĽft ob Sie die MySQL Erweiterungen fĂĽr PHP geladen haben. Dies "
+"wird benötigt damit Ampache arbeitet."
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
-msgstr "ZurĂĽck"
+#: ../../templates/show_test.inc.php:82
+msgid "PHP Session Support"
+msgstr "PHP Session UnterstĂĽtzung"
-#: ../../activate.php:43
-msgid "No user with this name registered"
-msgstr "Kein Benutzer mit diesem Namen registriert"
+#: ../../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 ""
+"Dieser Test prĂĽft ob Sie PHP Session UnterstĂĽtzung aktiviert haben. Session "
+"Unterstützung wird benötigt für die Funktion von Ampache."
-#: ../../activate.php:47
-msgid "The validation key used isn't correct."
-msgstr "Die PrĂĽfung des SchlĂĽssels ergab dass diese nicht korrekt ist"
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
+msgstr "PHP ICONV UnterstĂĽtzung"
-#: ../../activate.php:52
-msgid "User activated"
-msgstr "Benutzer aktiviert"
+#: ../../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 ""
+"Dieser Test prĂĽft ob Iconv UnterstĂĽtzung installiert wurde. Icionv "
+"Unterstützung wird nicht unbedingt benötigt für Ampache, aber es wird "
+"dringend empfohlen"
-#: ../../activate.php:52
-msgid "This User ID is activated and can be used"
-msgstr "Diese Benutzer-ID ist aktiviert und kann benutzt werden"
+#: ../../templates/show_test.inc.php:119
+msgid "PHP PCRE Support"
+msgstr "PHP PCRE UnterstĂĽtzung"
-#: ../../playlist.php:46
-msgid "Playlist Deleted"
-msgstr "Wiedergabeliste gelöscht"
+#: ../../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 ""
+"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."
-#: ../../playlist.php:46
-msgid "The Requested Playlist has been deleted"
-msgstr "Die gewünschte Wiedergabeliste wurde gelöscht"
+#: ../../templates/show_test.inc.php:136
+msgid "PHP PutENV Support"
+msgstr "PHP PutENV UnterstĂĽtzung"
-#: ../../playlist.php:56
-msgid "Are you sure you want to delete this playlist"
-msgstr "Wollen sie wirklich diese Wiedergabeliste löschen?"
+#: ../../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 ""
+"Dieser Test prüft, dass PHP nicht im SafeMode läuft und dass wir die "
+"Speicherbegrenzung modifizieren können. Ohne diese Fähigkeit werden manche "
+"Dinge von Ampache nicht korrekt arbeiten"
-#: ../../playlist.php:57
-msgid "Confirm Action"
-msgstr "Aktion bestätigen"
+#: ../../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 ""
+"Hier versuchen wir /config/ampache.cfg.php zu lesen. Wenn dies fehlschläft "
+"ist die Datei entweder nicht an der richtigen Stelle,\n"
+"\toder sie ist nicht korrekt lesbar"
-#: ../../playlist.php:117
-msgid "Playlist Created"
-msgstr "Wiedergabeliste erstellt"
+#: ../../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 ""
-#: ../../playlist.php:117
-msgid " has been created"
-msgstr " wurde erstellt"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
+msgstr "Datenbank Verbindung"
-#: ../../playlist.php:126
-msgid "Remote Selected Tracks"
-msgstr "Entfernt Ausgewählte Stücke"
+#: ../../templates/show_test.inc.php:209
+msgid ""
+"This attempts to connect to your database using the values from your ampache."
+"cfg.php"
+msgstr ""
+"Hier versuchen wir, uns mit den Werten aus ihrer ampache.cfg zur Datenbank "
+"zu verbinden."
-#: ../../playlist.php:145
-msgid "Playlist Updated"
-msgstr "Wiedergabeliste aktualisiert"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
+msgstr "Neueste Alben"
-#: ../../playlist.php:146
-msgid "has been updated and is now"
-msgstr "wurde aktualisiert und ist nun"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
+msgstr "Neueste Interpreten"
-#: ../../playlist.php:166
-msgid "Playlist Imported"
-msgstr "Wiedergabeliste importiert"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
+msgstr "Neueste Genres"
-#: ../../playlist.php:195
-msgid "Empty Playlists Deleted"
-msgstr "Leere Wiedergabelisten gelöscht"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Editieren der"
-#: ../../flag.php:46
-msgid "Item Flagged"
-msgstr "Eintrag markiert"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "Einstellungen"
-#: ../../flag.php:46
-msgid "The specified item has been flagged"
-msgstr "Der gewählte Eintrag wurde markiert"
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Einstellungen aktualisieren"
-#: ../../albums.php:48
-msgid "Album Art Cleared"
-msgstr "Album Cover gelöscht"
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
+msgstr "Neues Passwort"
-#: ../../albums.php:48
-msgid "Album Art information has been removed from the database"
-msgstr "Information des Covers wurde aus der Datenbank gelöscht"
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Statistiken löschen"
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
-msgid "Album Art Not Located"
-msgstr "Cover nicht vorhanden"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
+msgstr "Konto aktualisieren"
-#: ../../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."
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Vorherige"
+
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
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"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr ""
-#: ../../register.php:81
-msgid "Error Captcha Required"
-msgstr "Fehler Captcha benötigt"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr "dynamisch hinzufĂĽgen"
-#: ../../register.php:88
-msgid "Error Captcha Failed"
-msgstr "Fehler Captcha fehlgeschlagen"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
+msgstr "Absolut zufällig"
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
-msgstr "Sie <u>mĂĽssen</u> diese Vereinbarung akzeptieren"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
+msgstr "Ähnliche Interpreten"
-#: ../../register.php:100
-msgid "You did not enter a username"
-msgstr "Sie haben keine Benutzernamen eingegeben"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
+msgstr "Ähnliche Alben"
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr "Bitte geben Sie Ihren kompletten Namen ein (Vorname Nachname)"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
+msgstr "Ähnliche Genres"
-#: ../../register.php:130
-msgid "You must enter a password"
-msgstr "Sie mĂĽssen ein Passwort eingeben"
+#: ../../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 ""
-#: ../../register.php:134
-msgid "Your passwords do not match"
-msgstr "Passwort falsch"
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
+msgstr "Spiele zufällig vom Album"
-#: ../../register.php:152
-msgid "Error: Insert Failed"
-msgstr "Fehler: einfĂĽgen fehlgeschlagen"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
+msgstr "Cover zurĂĽcksetzen"
-#: ../../register.php:169
-msgid "Registration Complete"
-msgstr "Registrierung komplett"
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
+msgstr "Cover finden"
-#: ../../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/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
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:"
+#: ../../templates/show_playlists.inc.php:34
+#: ../../templates/show_playlists.inc.php:51
+msgid "Playlist Name"
+msgstr "Name der Wiedergabeliste"
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
-msgstr "Fehler: Kann nicht schreiben in"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:52
+msgid "# Songs"
+msgstr "# StĂĽcke"
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
-msgstr "Fehler: Upload Verzeichnis liegt nicht innerhalb eines Kataloges"
+#: ../../templates/show_playlists.inc.php:36
+#: ../../templates/show_playlists.inc.php:53
+msgid "Owner"
+msgstr "EigentĂĽmer"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
-msgstr "HinzufĂĽgen"
+#: ../../activate.php:42
+msgid "No user with this name registered"
+msgstr "Kein Benutzer mit diesem Namen registriert"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
-msgstr "in die Datenbank"
+#: ../../activate.php:46
+msgid "The validation key used isn't correct."
+msgstr "Die PrĂĽfung des SchlĂĽssels ergab dass diese nicht korrekt ist"
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
-msgstr "Gelöscht"
+#: ../../activate.php:51
+msgid "User activated"
+msgstr "Benutzer aktiviert"
-#: ../../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"
-msgstr ""
-
-#: ../../templates/show_big_art.inc:29
-msgid "Album Art"
-msgstr "Album Cover"
+#: ../../activate.php:51
+msgid "This User ID is activated and can be used"
+msgstr "Diese Benutzer-ID ist aktiviert und kann benutzt werden"
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
-msgstr "Klick um Fenster zu schlieĂźen"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
-msgstr "Zusätzliche Zeit"
+#: ../../democratic.php:80
+msgid "Playlist Cleared"
+msgstr "Playlist gelöscht"
-#: ../../templates/show_disabled_songs.inc:49
-msgid "Remove"
-msgstr "Löschen"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr ""
-#: ../../templates/list_header.inc:110
-msgid "Prev"
-msgstr "Vorherige"
+#: ../../lib/class/flag.class.php:280
+msgid "Approved"
+msgstr "Erlaubt"
-#: ../../templates/list_header.inc:156
-msgid "Next"
-msgstr "Nächste"
+#: ../../lib/class/flag.class.php:281
+msgid "Pending"
+msgstr "Zu erledigen"
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-msgid "You are currently logged in as"
-msgstr "Momentan angemeldet als"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
+msgstr "TagNeuLesen"
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
-msgstr "Fehler Konfigurationsdatei abgelaufen"
+#: ../../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"
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
-msgstr "Titel"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
+msgstr "Anteil"
-#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92
-msgid "Rating"
-msgstr "Bewertung"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
+msgstr "Modus"
-#: ../../templates/show_songs.inc:183
-msgid "Total"
-msgstr "Insgesamt"
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
+msgstr "Dateigröße"
-#: ../../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"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
+msgstr "Benutzer verwalten"
-#: ../../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"
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
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"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
+msgstr "Wiedergabelisten"
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
-msgstr "GewĂĽnschter Datenbank Name"
+#: ../../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"
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
-msgstr ""
+#: ../../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"
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
-msgstr "MySQL Benutzername"
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
+msgstr "Fehler: Kann Dateigröße nicht bestimmen für"
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
-msgstr "MySQL Passwort"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
+msgstr "ist von Ampache nicht lesbar"
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
-msgstr "Schreibe Konfiguration"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
+msgstr "Starte Katalogerstellung"
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg vorhanden"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
+msgstr "Starte Remote Sync"
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php konfiguriert?"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
+msgstr "Wiedergabeliste hinzugefĂĽgt von"
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
-msgstr "PrĂĽfe die Konfiguration"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
+msgstr "Katalog fertig"
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
-msgstr "Album abspielen"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
+msgstr "Spielzeit"
-#: ../../templates/show_album.inc:56
-msgid "Play Random from Album"
-msgstr "Spiele zufällig vom Album"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
+msgstr "Alle StĂĽcke"
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
-msgstr "Cover zurĂĽcksetzen"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
+msgstr "StĂĽcke pro Sekunde"
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
-msgstr "Cover finden"
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
+msgstr "Keine Aktualisierung benötigt"
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
-msgstr "Editieren der"
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
+msgstr "Starte entferntes Update"
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
-msgstr "Einstellungen"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
+msgstr "Katalog-Aktualisierung beendet"
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
-msgstr "Einstellungen neu erstellen"
+#: ../../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"
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
-msgstr "Grundeinstellungen"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
+msgstr "Kann nicht verbinden zu"
-#: ../../templates/show_preferences.inc:65
-msgid "Streaming"
-msgstr "Datenstrom"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
+msgstr ""
-#: ../../templates/show_preferences.inc:68
-msgid "Options"
-msgstr "Optionen"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
+msgstr "Grund"
-#: ../../templates/show_preferences.inc:72
-msgid "Account"
-msgstr "Konto"
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
+msgstr "Aktualisierung der entfernten Kataloge abgeschlossen"
-#: ../../templates/show_preferences.inc:76
-msgid "System"
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_preferences.inc:79
-msgid "Modules"
-msgstr "Module"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
+msgstr "Bereinigen des Kataloges beendet"
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
-msgstr "Einstellungen aktualisieren"
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
+msgstr "Dateien gelöscht"
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
-msgstr "Spiele Zufallsauswahl"
+#: ../../lib/class/catalog.class.php:1420
+msgid "Optimizing Tables"
+msgstr ""
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
-msgstr "Anzahl"
+#: ../../lib/class/catalog.class.php:1656
+msgid " FOUND"
+msgstr "GEFUNDEN"
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
-msgstr "von Genre"
+#: ../../lib/class/catalog.class.php:1658
+msgid "Searching for new Album Art"
+msgstr "Neue Cover finden"
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1706
+msgid "Update Finished."
+msgstr "Aktualisierung beendet."
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
-msgstr "Alle Alben"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Checked"
+msgstr "GeprĂĽft"
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
-msgstr "Alle Interpreten"
+#: ../../lib/class/catalog.class.php:1706
+msgid "songs updated."
+msgstr "StĂĽcke aktualisiert."
-#: ../../templates/show_random_play.inc:61
-msgid "From catalog"
-msgstr "Von Katalog"
+#: ../../lib/class/localplay.class.php:647
+msgid "Stopped"
+msgstr "Angehalten"
-#: ../../templates/show_random_play.inc:67
-msgid "Size Limit"
-msgstr "Größenbegrenzung"
+#: ../../lib/class/localplay.class.php:650
+msgid "Paused"
+msgstr "Pause"
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
-msgstr "Unbegrenzt"
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
+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"
+#: ../../lib/preferences.php:245
+msgid "Enable"
+msgstr "Aktivieren"
+
+#: ../../lib/preferences.php:272
+msgid "M3U"
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"
+#: ../../lib/preferences.php:273
+msgid "Simple M3U"
+msgstr "einfache M3U"
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
-msgstr "MySQL Administration Passwort"
+#: ../../lib/preferences.php:274
+msgid "PLS"
+msgstr ""
-#: ../../templates/show_install.inc:80
-msgid "Create Database User for New Database"
-msgstr "Erstelle Datenbank Benutzer fĂĽr die neue Datenbank"
+#: ../../lib/preferences.php:275
+msgid "Asx"
+msgstr ""
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
-msgstr "Ampache Datenbank Benutzername"
+#: ../../lib/preferences.php:276
+msgid "RAM"
+msgstr ""
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
-msgstr "Ampache Datenbank Benutzer Passwort"
+#: ../../lib/preferences.php:277
+msgid "XSPF"
+msgstr ""
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
-msgstr "Datenbank einfĂĽgen"
+#: ../../lib/preferences.php:310
+msgid "Disabled"
+msgstr "Deaktiviert"
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
-msgstr "Zugang fĂĽr einen Rechner einrichten"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
+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."
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
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"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
+msgstr ""
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
-msgstr "Ende IP Adresse"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
+msgstr "Voreinstellung"
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
-msgid "Read"
-msgstr "Lesen"
+#: ../../lib/preferences.php:343
+msgid "Always"
+msgstr "Immer"
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
-msgstr "Lesen/Schreiben"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Nicht abspielen"
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
-msgid "ACL Type"
-msgstr "ACL Typ"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "Ist wirklich schlecht"
-#: ../../templates/show_add_access.inc:67
-msgid "Stream Access"
-msgstr "Stream Zugriff"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "Ist OK"
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
-msgstr "Grundeinstellungen"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "Ist wirklich gut"
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
-msgstr "Lokale Netzwerk Definition"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "Ich liebe es!"
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
-msgstr "XML-RPC"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "Ist wahnsinnig"
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
-msgstr "XML-RPC Optionen"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "Aus der Hitparade!"
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-msgid "Remote Key"
-msgstr "Entfernter SchlĂĽssel"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
+msgstr "Englisch"
-#: ../../templates/show_add_access.inc:87
-msgid "Create ACL"
-msgstr "Erstelle ACL"
+#: ../../lib/general.lib.php:496
+msgid "British English"
+msgstr "Britisch Englisch"
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
-msgstr "Host Zugriff zu Ihrem Katalog"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
+msgstr "TĂĽrkisch"
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
-msgstr "Eintrag hinzufĂĽgen"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
+msgstr "Vereinfachtes Chinesisch"
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
-msgstr "Start Adresse"
+#: ../../lib/general.lib.php:580
+msgid "On"
+msgstr "Ein"
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
-msgstr "End Adresse"
+#: ../../lib/general.lib.php:583
+msgid "Off"
+msgstr "Aus"
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
-msgstr "SchlĂĽssel"
+#: ../../lib/ui.lib.php:92
+msgid "Error Access Denied"
+msgstr "Fehler Zugriff verweigert"
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
-msgstr "ZurĂĽckziehen"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
+msgstr "hochladen"
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
-msgstr "Kompletter Name"
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
+msgstr "Lokal abspielen"
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
-msgstr "Zuletzt anwesend"
+#: ../../lib/ui.lib.php:556
+msgid "Random Play"
+msgstr "Zufällig Abspielen"
-#: ../../templates/show_users.inc:53
-msgid "Registration Date"
-msgstr "Registrierungsdatum "
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
+msgid "Admin-Catalog"
+msgstr "Admin-Katalog"
-#: ../../templates/show_users.inc:57
-msgid "Activity"
-msgstr "Aktivität"
+#: ../../lib/ui.lib.php:576
+msgid "Admin-User Management"
+msgstr "Admin-Benutzer Verwaltung"
-#: ../../templates/show_users.inc:61
-msgid "Last Ip"
-msgstr "Letzte IP-Adr."
+#: ../../lib/ui.lib.php:580
+msgid "Admin-Mail Users"
+msgstr "Admin-Mail Benutzer"
-#: ../../templates/show_users.inc:66
-msgid "On-line"
-msgstr "Verbunden"
+#: ../../lib/ui.lib.php:584
+msgid "Admin-Manage Access Lists"
+msgstr "Admin-Bearbeiten Zugriffslisten"
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
-msgstr "Cover"
+#: ../../lib/ui.lib.php:588
+msgid "Admin-Site Preferences"
+msgstr "Admin-Seiten Einstellungen"
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
-msgstr "Album Name"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
+msgstr "Admin-Bearbeiten Module"
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
-msgstr "Album Jahr"
+#: ../../lib/ui.lib.php:596
+msgid "Browse Music"
+msgstr "Durchsuche StĂĽcke"
-#: ../../templates/show_artist.inc:38
-msgid "Tracks"
-msgstr "Titel"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
+msgstr "Album Cover gelöscht"
-#: ../../templates/show_edit_access.inc:23
-msgid "Edit Access List"
-msgstr "Zugriffsliste bearbeiten"
+#: ../../albums.php:32
+msgid "Album Art information has been removed from the database"
+msgstr "Information des Covers wurde aus der Datenbank gelöscht"
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
-msgstr "Ampache Debug"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
+msgstr "Cover nicht vorhanden"
-#: ../../templates/show_test.inc:35
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
+"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 ""
-"Sie sind auf dieser Seite gelangt, weil ein Konfigurationsfehler aufgetreten "
-"ist. Debuginformationen siehe unten."
+"Album konnte zur Zeit nicht gefunden werden. Dies kann an einem "
+"Schreibzugriffsfehler liegen oder die Daten wurden nicht korrekt empfangen"
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
-msgstr "PrĂĽfe"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
+msgstr "Album Cover hinzugefĂĽgt"
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
-msgstr "STATUS"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
+msgstr "Starte Aktualisierung von TAGs"
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
-msgstr "BESCHREIBUNG"
+#: ../../albums.php:168 ../../artists.php:52
+msgid "Update From Tags Complete"
+msgstr "Aktualisierung von den TAGs vollständig"
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
-msgstr "PHP Version"
+#: ../../albums.php:169 ../../artists.php:53
+msgid "Return"
+msgstr "ZurĂĽck"
-#: ../../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."
+#: ../../modules/localplay/mpd.controller.php:213
+msgid "Instance Name"
msgstr ""
-"Dieser Test ĂĽberprĂĽft, ob sie eine PHP Version benutzen, mit der Ampache "
-"funktioniert."
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
-msgstr "MySQL fĂĽr 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."
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
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
-msgid "PHP Session Support"
-msgstr "PHP Session UnterstĂĽtzung"
-#: ../../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."
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
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
-msgid "PHP ICONV Support"
-msgstr "PHP ICONV UnterstĂĽtzung"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "Datei"
-#: ../../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 ""
-"Dieser Test prĂĽft ob Iconv UnterstĂĽtzung installiert wurde. Icionv "
-"Unterstützung wird nicht unbedingt benötigt für Ampache, aber es wird "
-"dringend empfohlen"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "Datei hochladen nicht unterstĂĽtzt."
-#: ../../templates/show_test.inc:121
-msgid "PHP PCRE Support"
-msgstr "PHP PCRE UnterstĂĽtzung"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "Keine Datei hochgeladen"
-#: ../../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."
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
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
-msgid "PHP PutENV Support"
-msgstr "PHP PutENV UnterstĂĽtzung"
+"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nicht "
+"hochgeladen."
-#: ../../templates/show_test.inc:151
+#: ../../modules/horde/Browser.php:901
+#, php-format
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"
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
-"Dieser Test prüft, dass PHP nicht im SafeMode läuft und dass wir die "
-"Speicherbegrenzung modifizieren können. Ohne diese Fähigkeit werden manche "
-"Dinge von Ampache nicht korrekt arbeiten"
+"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s ist größer "
+"als die maximal erlaubte Größe (%d bytes)."
-#: ../../templates/show_test.inc:170
+#: ../../modules/horde/Browser.php:903
+#, php-format
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."
+"There was a problem with the file upload: The %s was only partially uploaded."
msgstr ""
-"Hier versuchen wir /config/ampache.cfg.php zu lesen. Wenn dies fehlschläft "
-"ist die Datei entweder nicht an der richtigen Stelle,\n"
-"\toder sie ist nicht korrekt lesbar"
+"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nur "
+"teilweise hochgeladen."
-#: ../../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 ""
-"Hier testen wir, dass alle erforderlichen Konfigurationsvariablen gesetzt "
-"sind, und dass \n"
-"wir ihre Konfigurationsdatei lesen können."
+#: ../../localplay.php:72 ../../localplay.php:80
+msgid "Song(s) Removed from Playlist"
+msgstr "Stück(e) von der Wiedergabeliste gelöscht"
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
-msgstr "Ampache.cfg konfiguriert?"
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "Wiedergabeliste erstellt"
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
-msgstr "In der Ampache.cfg.php wird folgendes vermisst:"
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " wurde erstellt"
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
-msgstr "Datenbank Verbindung"
+#: ../../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"
-#: ../../templates/show_test.inc:256
+#: ../../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 ""
-"This attempts to connect to your database using the values from your ampache."
-"cfg.php"
+"[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 ""
-"Hier versuchen wir, uns mit den Werten aus ihrer ampache.cfg zur Datenbank "
-"zu verbinden."
+"[print_tags.php.inc]\n"
+"Dieses Kommandozeilen Skript zeigt die TAG Information der gewählten Datei "
+"wie sie \n"
+"in Ampache erscheinen. \n"
+" \n"
-#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26
-msgid "Search Ampache"
-msgstr "In Ampache suchen"
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
+msgstr "Dateiname:"
-#: ../../templates/show_similar_artists.inc:23
-msgid "Similar Artists"
-msgstr "Ähnliche Interpreten"
+#~ msgid "album's with art"
+#~ msgstr "Alben mit Cover"
-#: ../../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"
+#~ msgid "Album Art Already Found"
+#~ msgstr "Album Cover bereits gefunden"
-#: ../../templates/show_similar_artists.inc:62
-msgid "Back"
-msgstr "ZurĂĽck"
+#~ msgid "Error: Name Identical"
+#~ msgstr "Fehler: Name identisch"
-#: ../../templates/show_similar_artists.inc:73
-msgid "Rename selected"
-msgstr "Ausgewählte umbenennen"
+#~ msgid "Show Genres starting with"
+#~ msgstr "Zeige Genres beginnend mit"
-#: ../../templates/show_similar_artists.inc:83
-msgid "Advanced Options"
-msgstr "Erweiterte Einstellungen"
+#~ msgid "No songs in this playlist."
+#~ msgstr "Keine StĂĽcke in dieser Wiedergabeliste"
-#: ../../templates/show_similar_artists.inc:144
-msgid "Search Again"
-msgstr "Weiter suchen"
+#~ msgid "New Playlist"
+#~ msgstr "Neue Wiedergabeliste"
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
-msgstr "Login"
+#~ msgid "Show w/o art"
+#~ msgstr "Ohne Cover"
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
-msgstr "Speichere Login"
+#~ msgid "Show all"
+#~ msgstr "Zeige Alle"
-#: ../../templates/show_login_form.inc:48
-msgid "Register"
-msgstr "Registrieren"
+#~ msgid "Add a new user"
+#~ msgstr "Neuen Benutzer hinzufĂĽgen"
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
-msgstr "Schlüsselwörter"
+#~ 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"
-#: ../../templates/show_search.inc:73
-msgid "Played"
-msgstr "Abgespielt"
+#~ msgid "The Catalog and all associated records has been deleted"
+#~ msgstr "Der Katalog und alle damit verbundenen Datensätze wurde gelöscht"
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
-msgstr "Min Bitrate"
+#~ msgid "Catalog Created and Songs Indexed"
+#~ msgstr "Katalog erstellt und StĂĽcke indiziert"
-#: ../../templates/show_search.inc:96
-msgid "One Star"
-msgstr "Ein Stern"
+#~ msgid "Do you really want to clear the statistics for this catalog?"
+#~ msgstr "Wollen sie wirklich die Katalogstatistik dieses Kataloges löschen?"
-#: ../../templates/show_search.inc:97
-msgid "Two Stars"
-msgstr "Zwei Sterne"
+#~ msgid "Site"
+#~ msgstr "Seite"
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
-msgstr "Drei Sterne"
+#~ msgid "Confirm Delete"
+#~ msgstr "Löschen bestätigen"
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
-msgstr "Vier Sterne"
+#~ msgid "Do you really want to delete this Access Record?"
+#~ msgstr "Wollen sie wirklich diesen Zugangs-Eintrag löschen?"
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
-msgstr "FĂĽnf Sterne"
+#~ msgid "Entry Deleted"
+#~ msgstr "Eintrag gelöscht"
-#: ../../templates/show_search.inc:103
-msgid "Operator"
-msgstr ""
+#~ msgid "Entry Added"
+#~ msgstr "Eintrag hinzugefĂĽgt"
-#: ../../templates/show_search.inc:106
-msgid "AND"
-msgstr "UND"
+#~ msgid "Entry Updated"
+#~ msgstr "Eintrag aktualisiert"
-#: ../../templates/show_search.inc:112
-msgid "Method"
-msgstr "Methode"
+#~ msgid "Module Activated"
+#~ msgstr "Modul aktiviert"
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
-msgstr "Unscharf"
+#~ msgid "Are you sure you want to remove this module?"
+#~ msgstr "Wollen sie wirklich das Modul deaktivieren?"
-#: ../../templates/show_search.inc:116
-msgid "Exact"
-msgstr "Exakt"
+#~ msgid "Module Deactivated"
+#~ msgstr "Modul deaktiviert"
-#: ../../templates/show_search.inc:119
-msgid "Maximum Results"
-msgstr "Maximale Ergebnisse"
+#~ msgid "No Playlists Found"
+#~ msgstr "Keine Wiedergabelisten gefunden"
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
-msgstr "Formular zurĂĽcksetzen"
+#~ msgid "Controls"
+#~ msgstr "Bedienelemente"
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
-msgstr "Sichere Suchergebnis in"
+#~ msgid "Users"
+#~ msgstr "Benutzer"
-#: ../../templates/show_search.inc:147
-msgid "Save"
-msgstr "Speichern"
+#~ msgid "Mail Users"
+#~ msgstr "Mail zu Benutzern"
-# 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
+#~ msgid "Config"
+#~ msgstr "Konfiguration"
-#: ../../templates/sidebar_admin.inc.php:4
-msgid "Show Catalogs"
-msgstr "Zeige Kataloge"
+#~ msgid "Access List"
+#~ msgstr "Zugriffsliste"
-#: ../../templates/sidebar_admin.inc.php:7
-msgid "User Tools"
-msgstr "Benutzerwerkzeuge"
+#~ msgid "Democratic View"
+#~ msgstr "Demokratische Ansicht"
-#: ../../templates/sidebar_admin.inc.php:10
-msgid "Browse Users"
-msgstr "Zeige Benutzer"
+#~ msgid "Rename Artist"
+#~ msgstr "Interpret umbenennen"
-#: ../../templates/sidebar_localplay.inc.php:4
-msgid "Add Instance"
-msgstr "Sitzung hinzufĂĽgen"
+#~ msgid "Results Per Page"
+#~ msgstr "Anzeigen pro Seite"
-#: ../../ttemplates/sidebar_localplay.inc.php:7
-msgid "Active Instance"
-msgstr "Aktive Sitzung"
+#~ msgid "Module Name"
+#~ msgstr "Modul Name"
-#: ../../templates/sidebar_home.inc.php:4
-msgid "Currently Playing"
-msgstr "gerade gespielt"
+#~ msgid "Admin Controls"
+#~ msgstr "Admin Bedienelement"
-#: ../../templates/sidebar_home.inc.php:6
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr "Radiosender hinzufĂĽgen"
+#~ msgid "Newest Artist Additions"
+#~ msgstr "Neuste Interpretenzugänge"
-#: ../../templates/sidebar_home.inc.php:14
-msgid "Advanced"
-msgstr "Erweitert"
+#~ msgid "Newest Album Additions"
+#~ msgstr "Neuste Albenzugänge"
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
-msgstr "Erweiterte Suche"
+#~ msgid "Newest Live Stream Additions"
+#~ msgstr "Neuester Live Stream"
-#: ../../templates/show_user.inc.php:42
-#: ../../templates/rightbar.inc.php:23
-msgid "Active Playlist"
-msgstr "Aktive Wiedergabeliste"
+#~ msgid "Playlist Actions"
+#~ msgstr "Wiedergabelisten-Aktionen"
-#: ../../templates/rightbar.inc.php:69
-msgid "Add Dynamic Items"
-msgstr "dynamisch hinzufĂĽgen"
+#~ msgid "Edit Playlist"
+#~ msgstr "Wiedergabeliste editieren"
-#: ../../templates/rightbar.inc.php:71
-msgid "Pure Random"
-msgstr "Absolut zufällig"
+#~ msgid "Play This Playlist"
+#~ msgstr "Spiele diese Wiedergabeliste"
-#: ../../templates/rightbar.inc.php:74
-msgid "Related Artist"
-msgstr "Ähnliche Interpreten"
+#~ msgid "Delete This Playlist"
+#~ msgstr "Diese Wiedergabeliste löschen"
-#: ../../templates/rightbar.inc.php:77
-msgid "Related Album"
-msgstr "Ähnliche Alben"
+#~ msgid "Import From File"
+#~ msgstr "Importiere von Datei"
-#: ../../templates/rightbar.inc.php:80
-msgid "Related Genre"
-msgstr "Ähnliche Genres"
+#~ msgid "Delete Empty Playlists"
+#~ msgstr "Lösche leere Wiedergabelisten"
-#. ../../templates/show_index.inc.php:52
-msgid "Newest Albums"
-msgstr "Neueste Alben"
+#~ msgid "Localplay Init Failed"
+#~ msgstr "Lokal abspielen fehlgeschlagen"
-#: ../../templates/show_index.inc.php:57
-msgid "Newest Artists"
-msgstr "Neueste Interpreten"
+#~ msgid "Show Albums starting with"
+#~ msgstr "Zeige Alben beginnend mit"
-#: ../../templates/show_index.inc.php:62
-msgid "Newest Genres"
-msgstr "Neueste Genres"
+#~ msgid "Show Titles Starting With"
+#~ msgstr "Zeige Titel mit folgendem Beginn"
-#: ../../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"
+#~ msgid "Lists"
+#~ msgstr "Listen"
-#: ../../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"
+#~ msgid "Error: Password Does Not Match or Empty"
+#~ msgstr "Fehler: Passwort falsch oder nicht ausgefĂĽllt"
-#: ../../templates/sidebar_browse.inc.php:15
-msgid "Radio Stations"
-msgstr "Radiosender"
+#~ msgid "Password Updated"
+#~ msgstr "Passwort aktualisiert"
-#: ../../templates/sidebar_browse.inc.php:18
-msgid "Filters"
-msgstr "Filter"
+#~ msgid "Playlist Deleted"
+#~ msgstr "Wiedergabeliste gelöscht"
-#: ../../templates/sidebar_browse.inc.php:28
-msgid "Unplayed"
-msgstr "nicht gespielte"
+#~ msgid "The Requested Playlist has been deleted"
+#~ msgstr "Die gewünschte Wiedergabeliste wurde gelöscht"
-#: ../../templates/sidebar_browse.inc.php:31
-msgid "Show Art"
-msgstr "zeige Cover"
+#~ msgid "Are you sure you want to delete this playlist"
+#~ msgstr "Wollen sie wirklich diese Wiedergabeliste löschen?"
-#: ../../templates/sidebar_browse.inc.php:3
-msgid "Browse By"
-msgstr "Anzeige nach"
+#~ msgid "Confirm Action"
+#~ msgstr "Aktion bestätigen"
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
-msgstr "lokale Sitzung hinzufĂĽgen"
+#~ msgid "Remote Selected Tracks"
+#~ msgstr "Entfernt Ausgewählte Stücke"
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
-msgstr "Bereiche"
+#~ msgid "Error: Unable to write to"
+#~ msgstr "Fehler: Kann nicht schreiben in"
-#: ../../templates/sidebar_preferences.inc.php:21
-msgid "Server Config"
-msgstr "Serverkonfiguration"
+#~ msgid "Error: Upload directory not inside a catalog"
+#~ msgstr "Fehler: Upload Verzeichnis liegt nicht innerhalb eines Kataloges"
+#~ msgid "Adding"
+#~ msgstr "HinzufĂĽgen"
-#: ../../lib/preferences.php:332
-msgid "Send on Add"
-msgstr ""
+#~ msgid "to database"
+#~ msgstr "in die Datenbank"
-#: ../../lib/preferences.php:333
-msgid "Send and Clear on Add"
-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"
+#~ "************* 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"
-#: ../../lib/preferences.php:334
-msgid "Clear on Send"
-msgstr ""
+#~ msgid "Continue? (Y/N):"
+#~ msgstr "Weiter? (Y/N)"
-#: ../../lib/preferences.php:335
-#: ../../lib/preferences.php:342
-msgid "Default"
-msgstr "Voreinstellung"
+#~ msgid "Error: "
+#~ msgstr "Fehler:"
-#: ../../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"
+#~ msgid "You are currently logged in as"
+#~ msgstr "Momentan angemeldet als"
-#: ../../lib/preferences.php:343
-msgid "Always"
-msgstr "Immer"
+#~ msgid "Song title"
+#~ msgstr "Titel"
-#: ../../templates/show_add_user.inc.php:76
-#: ../../templates/show_preference_box.inc.php:54
-msgid "Content Manager"
-msgstr "Inhaltsmanager"
+#~ msgid "Total"
+#~ msgstr "Insgesamt"
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_preference_box.inc.php:55
-msgid "Catalog Manager"
-msgstr "Katalogmanager"
+#~ msgid "Rebuild Preferences"
+#~ msgstr "Einstellungen neu erstellen"
-#: ../../templates/show_preference_box.inc.php:38
-msgid "Access Level"
-msgstr "Berechtigung"
+#~ msgid "Interface"
+#~ msgstr "Grundeinstellungen"
-#: ../../admin/modules.php:124
-msgid "Localplay Controllers"
-msgstr ""
+#~ 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 <dave@cirt.net>\n"
"Language-Team: British English <en@li.org>\n"
@@ -15,999 +15,1125 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:64 ../../download/index.php:61
-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"
-
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
-msgstr "Error: Unable to change to directory"
+#: ../../register.php:82
+#, fuzzy
+msgid "Error Captcha Required"
+msgstr "Error Username Required"
-#: ../../lib/class/catalog.class.php:374
-msgid "Error: Unable to get filesize for"
-msgstr "Error: Unable to get filesize for"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
+msgstr ""
-#: ../../lib/class/catalog.class.php:411
-msgid "is not readable by ampache"
-msgstr "is not readable by ampache"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
+msgstr ""
-#: ../../lib/class/catalog.class.php:530
-msgid "album's with art"
+#: ../../register.php:101
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/class/catalog.class.php:812
-msgid "Starting Catalog Build"
-msgstr "Starting Catalogue Build"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr ""
-#: ../../lib/class/catalog.class.php:816
-msgid "Running Remote Sync"
-msgstr "Running Remote Sync"
+#: ../../register.php:131
+#, fuzzy
+msgid "You must enter a password"
+msgstr "Enter password"
-#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992
-msgid "Found"
-msgstr "Found"
+#: ../../register.php:135
+#, fuzzy
+msgid "Your passwords do not match"
+msgstr "Error Passwords don't match"
-#: ../../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
+#: ../../register.php:139 ../../admin/users.php:100
#, fuzzy
-msgid "None"
-msgstr "No"
+msgid "Error Username already exists"
+msgstr "Error Username Required"
-#: ../../lib/class/catalog.class.php:840
-#: ../../lib/class/catalog.class.php:1014
-msgid "Added Playlist From"
-msgstr "Added Playlist From"
+#: ../../register.php:157
+#, fuzzy
+msgid "Error: Insert Failed"
+msgstr "Error: Insufficient Rights"
-#: ../../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"
+#: ../../register.php:174
+msgid "Registration Complete"
+msgstr ""
-#: ../../lib/class/catalog.class.php:848
-#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259
-msgid "Searched"
-msgstr "Searched"
+#: ../../update.php:51
+#, fuzzy
+msgid "Ampache Update"
+msgstr "Ampache Debug"
-#: ../../lib/class/catalog.class.php:858
-msgid "Catalog Finished"
-msgstr "Catalogue Finished"
+#: ../../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:858
-#: ../../lib/class/catalog.class.php:1044
-msgid "Total Time"
-msgstr "Total Time"
+#: ../../ratings.php:32
+#, fuzzy
+msgid "Rating Updated"
+msgstr "Fast Update"
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1045
-msgid "Total Songs"
-msgstr "Total Songs"
+#: ../../ratings.php:32
+msgid "Your rating for this object has been updated"
+msgstr ""
-#: ../../lib/class/catalog.class.php:859
-#: ../../lib/class/catalog.class.php:1045
-msgid "Songs Per Seconds"
-msgstr "Songs Per Seconds"
+#: ../../radio.php:50
+msgid "Radio Station Added"
+msgstr ""
-#: ../../lib/class/catalog.class.php:894
-#: ../../lib/class/catalog.class.php:1565
-msgid "Updated"
+#: ../../admin/flag.php:97
+#, fuzzy
+msgid "Song 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"
+#: ../../admin/flag.php:97
+#, fuzzy
+msgid "The requested song has been updated"
+msgstr "The requested song(s) have been disabled"
-#: ../../lib/class/catalog.class.php:983
-msgid "catalog"
-msgstr "catalogue"
+#: ../../admin/flag.php:139
+#, fuzzy
+msgid "Album Updated"
+msgstr "Updated"
-#: ../../lib/class/catalog.class.php:987
-msgid "Running Remote Update"
-msgstr "Running Remote Update"
+#: ../../admin/flag.php:181
+#, fuzzy
+msgid "Artist Updated"
+msgstr "Fast Update"
-#: ../../lib/class/catalog.class.php:1044
-msgid "Catalog Update Finished"
-msgstr "Catalogue Update Finished"
+#: ../../admin/flag.php:246
+#, fuzzy
+msgid "Songs Updated"
+msgstr "Updated"
-#: ../../lib/class/catalog.class.php:1064
-msgid "Error"
-msgstr "Error"
+#: ../../admin/flag.php:254
+#, fuzzy
+msgid "Flag Removed"
+msgstr "files removed"
-#: ../../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"
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
+msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Error connecting to"
-msgstr "Error connecting to"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
+msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Code"
-msgstr "Code"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
+msgstr "Songs Disabled"
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Reason"
-msgstr "Reason"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
+msgstr "The requested song(s) have been disabled"
-#: ../../lib/class/catalog.class.php:1123
-msgid "Completed updating remote catalog(s)"
-msgstr "Completed updating remote catalogue(s)"
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
+msgstr "Songs Enabled"
-#: ../../lib/class/catalog.class.php:1158
-msgid "Added"
-msgstr "Added"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
+msgstr "The requested song(s) have been enabled"
-#: ../../lib/class/catalog.class.php:1240
+#: ../../admin/flag.php:305
#, 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"
+msgid "Flagged Records"
+msgstr "Flagged by"
-#: ../../lib/class/catalog.class.php:1241
-msgid "Checking"
-msgstr "Checking"
+#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
+#: ../../admin/catalog.php:95 ../../admin/catalog.php:153
+#, fuzzy
+msgid "Catalog Updated"
+msgstr "Catalogue Update Finished"
-#: ../../lib/class/catalog.class.php:1313
-msgid "Catalog Clean Done"
+#: ../../admin/catalog.php:106
+#, fuzzy
+msgid "Catalog Deleted"
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"
+#: ../../admin/catalog.php:106
+msgid "The Catalog and all associated records have been deleted"
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"
+#: ../../admin/catalog.php:115
+#, fuzzy
+msgid "Songs Removed"
+msgstr "files removed"
-#: ../../lib/class/catalog.class.php:1580
-msgid "Album Art Already Found"
-msgstr "Album Art Already Found"
+#: ../../admin/catalog.php:118
+msgid "No Songs Removed"
+msgstr ""
-#: ../../lib/class/catalog.class.php:1634
+#: ../../admin/catalog.php:121
#, fuzzy
-msgid "Update Finished."
-msgstr "Catalogue Update Finished"
+msgid "Disabled Songs Processed"
+msgstr "Show Disabled Songs"
-#: ../../lib/class/catalog.class.php:1634
+#: ../../admin/catalog.php:141
#, fuzzy
-msgid "Checked"
-msgstr "Checking"
+msgid "Catalog Cleaned"
+msgstr "Catalogue Clean Done"
-#: ../../lib/class/catalog.class.php:1634
+#: ../../admin/catalog.php:191
#, 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"
+msgid "Catalog Created"
+msgstr "Catalogue Name"
-#: ../../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"
+#: ../../admin/catalog.php:208
+#, fuzzy
+msgid "Catalog statistics cleared"
+msgstr "Catalogue Statistics"
-#: ../../lib/class/song.class.php:385
-msgid "Filesize"
-msgstr "Filesize"
+#: ../../admin/catalog.php:223
+msgid "Now Playing Cleared"
+msgstr "Now Playing Cleared"
-#: ../../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"
+#: ../../admin/catalog.php:223
+msgid "All now playing data has been cleared"
+msgstr "All now playing data has been cleared"
-#: ../../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"
+#: ../../admin/catalog.php:233
+#, fuzzy
+msgid "No Disabled songs found"
+msgstr "Show Disabled Songs"
-#: ../../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"
+#: ../../admin/catalog.php:242
+#, fuzzy
+msgid "Delete Catalog"
+msgstr "Update Catalogues"
-#: ../../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"
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
+msgstr "Do you really want to delete this catalogue?"
-#: ../../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"
+#: ../../admin/catalog.php:261
+msgid "Album Art Search Finished"
+msgstr "Album Art Search Finished"
-#: ../../lib/class/artist.class.php:225
-msgid "Error: Name Identical"
-msgstr ""
+#: ../../admin/users.php:51 ../../admin/users.php:95
+#: ../../lib/class/user.class.php:408
+msgid "Error Username Required"
+msgstr "Error Username Required"
-#: ../../lib/class/flag.class.php:264
-msgid "Approved"
-msgstr ""
+#: ../../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"
-#: ../../lib/class/flag.class.php:265
-msgid "Pending"
+#: ../../admin/users.php:79
+msgid "User Updated"
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"
+#: ../../admin/users.php:79
+msgid "updated"
msgstr ""
-#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
+#: ../../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 ""
-#: ../../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 "<u>S</u>how artists starting with"
+#: ../../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"
-#: ../../lib/rating.lib.php:43
-#, fuzzy
-msgid "Don't Play"
-msgstr "Local Play"
+#: ../../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"
-#: ../../lib/rating.lib.php:46
-msgid "It's Pretty Bad"
+#: ../../admin/users.php:119
+msgid "New User Added"
msgstr ""
-#: ../../lib/rating.lib.php:49
-msgid "It's Ok"
+#: ../../admin/users.php:124
+msgid "User Enabled"
msgstr ""
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
+#: ../../admin/users.php:129
+msgid "User Disabled"
msgstr ""
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
-msgstr ""
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
+msgstr "Error"
-#: ../../lib/rating.lib.php:58
-msgid "It's Insane"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
msgstr ""
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
-msgstr ""
+#: ../../admin/users.php:154
+msgid "User Deleted"
+msgstr "User Deleted"
-#: ../../lib/preferences.php:258
-msgid "Enable"
-msgstr "Enable"
+#: ../../admin/users.php:157
+msgid "Delete Error"
+msgstr "Delete Error"
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
-msgstr "Disable"
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
+msgstr "Unable to delete last Admin User"
-#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41
-#: ../../templates/show_playtype_switch.inc.php:30
-msgid "Stream"
-msgstr "Stream"
+#: ../../admin/users.php:163
+msgid "Deletion Request"
+msgstr ""
-#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42
-#: ../../templates/show_playtype_switch.inc.php:34
-msgid "Downsample"
-msgstr "Downsample"
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
+msgstr "Are you sure you want to permanently delete"
-#: ../../lib/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
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
+#: ../../admin/modules.php:54 ../../admin/modules.php:92
#, fuzzy
-msgid "Localplay"
-msgstr "Local Play"
+msgid "Are you sure you want to remove this plugin?"
+msgstr "Are you sure you want to permanently delete"
-#: ../../lib/preferences.php:282
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "XSPF Player"
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
+msgid "Plugin Deactivated"
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"
+#: ../../admin/modules.php:85
+msgid "Plugin Activated"
+msgstr ""
-#: ../../lib/preferences.php:293
-msgid "RAM"
+#: ../../admin/modules.php:120
+msgid "Plugins"
msgstr ""
-#: ../../lib/preferences.php:294
-msgid "XSPF"
+#: ../../admin/modules.php:126
+msgid "Localplay Controllers"
msgstr ""
-#: ../../lib/preferences.php:326
+#: ../../admin/access.php:35
#, fuzzy
-msgid "Disabled"
-msgstr "Disable"
+msgid "Deleted"
+msgstr "Delete"
-#: ../../lib/preferences.php:327
-msgid "Global"
-msgstr ""
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
+msgstr "Your Access List Entry has been removed"
-#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58
-msgid "Local"
-msgstr "Local"
+#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55
+#: ../../lib/class/catalog.class.php:1281
+msgid "Added"
+msgstr "Added"
-#: ../../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"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
+msgstr "Your new Access List Entry has been created"
-#: ../../lib/playlist.lib.php:194 ../../playlist.php:63
-msgid "New Playlist"
-msgstr "New Playlist"
+#: ../../admin/access.php:45 ../../preferences.php:90
+#: ../../lib/class/catalog.class.php:1020
+msgid "Updated"
+msgstr "Updated"
-#: ../../lib/ui.lib.php:115
+#: ../../admin/access.php:45
#, 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"
+msgid "Access List Entry updated"
+msgstr "Your Access List Entry has been removed"
-#: ../../lib/ui.lib.php:199
-msgid "Show all"
-msgstr "Show all"
+#: ../../admin/system.php:64
+msgid "Export Failed"
+msgstr ""
-#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81
+#: ../../admin/mail.php:90
#, 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
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
msgid "days"
msgstr "days"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hour"
msgstr "hour"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hours"
msgstr "hours"
-#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48
-#: ../../ampache/templates/sidebar.inc.php:50
-msgid "Home"
-msgstr "Home"
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Total Users"
-#: ../../lib/ui.lib.php:793
-msgid "Upload"
-msgstr "Upload"
+#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Connected Users"
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
-msgstr "Local Play"
+#: ../../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"
-#: ../../lib/ui.lib.php:799
-#, fuzzy
-msgid "Random Play"
-msgstr "Random"
+#: ../../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"
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Playlist"
+#: ../../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"
-#: ../../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"
+#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Catalogue Size"
-#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79
-#: ../../ampache/templates/sidebar.inc.php:81
-msgid "Preferences"
-msgstr "Preferences"
+#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Catalogue Time"
-#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815
+#: ../../admin/mail.php:260
#, fuzzy
-msgid "Admin-Catalog"
-msgstr "Add Catalogue"
+msgid "E-mail Sent"
+msgstr "E-mail"
-#: ../../lib/ui.lib.php:819
-msgid "Admin-User Management"
+#: ../../admin/mail.php:261
+msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../lib/ui.lib.php:823
-#, fuzzy
-msgid "Admin-Mail Users"
-msgstr "Mail Users"
+#: ../../preferences.php:35 ../../preferences.php:60
+#: ../../lib/preferences.php:311
+msgid "Server"
+msgstr ""
-#: ../../lib/ui.lib.php:827
-#, fuzzy
-msgid "Admin-Manage Access Lists"
-msgstr "Access Lists"
+#: ../../preferences.php:86
+msgid "Error Update Failed"
+msgstr ""
+
+#: ../../preferences.php:91
+msgid "Your Account has been updated"
+msgstr ""
-#: ../../lib/ui.lib.php:831
+#: ../../flag.php:45
#, fuzzy
-msgid "Admin-Site Preferences"
-msgstr "Admin Preferences"
+msgid "Item Flagged"
+msgstr "Flagged by"
-#: ../../lib/ui.lib.php:835
-msgid "Admin-Manage Modules"
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
msgstr ""
-#: ../../lib/ui.lib.php:839
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
#, fuzzy
-msgid "Browse Music"
-msgstr "Browse"
+msgid "Catalogs"
+msgstr "Catalogue"
-#: ../../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"
+#: ../../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"
-#: ../../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"
+#: ../../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"
-#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110
-#: ../../ampache/templates/sidebar.inc.php:112
+#: ../../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 "Statistics"
-msgstr "Catalogue Statistics"
+msgid "Clean"
+msgstr "clear"
-#: ../../lib/ui.lib.php:1429
-msgid "Manage Users"
-msgstr "Manage Users"
+#: ../../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"
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
-msgstr "Add a new user"
+#: ../../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"
-#: ../../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"
+#: ../../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
+#: ../../templates/show_admin_tools.inc.php:68
#, fuzzy
-msgid "British English"
-msgstr "English"
+msgid "No Catalogs Found"
+msgstr "Not Found"
-#: ../../lib/general.lib.php:887
-msgid "Turkish"
-msgstr "Turkish"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+#, fuzzy
+msgid "Clean All"
+msgstr "Clean All Catalogues"
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+#, fuzzy
+msgid "Verify All"
+msgstr "View All"
-#: ../../lib/general.lib.php:966
-msgid "On"
-msgstr "On"
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+#, fuzzy
+msgid "Add to All"
+msgstr "Add to"
-#: ../../lib/general.lib.php:969
-msgid "Off"
-msgstr "Off"
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+#, fuzzy
+msgid "Update All"
+msgstr "Updated"
-#: ../../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"
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "file"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "Show Duplicate Songs"
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr "File uploads not supported."
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:23
+msgid "Clear Now Playing"
+msgstr "Clear Now Playing"
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "No file uploaded"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+#, fuzzy
+msgid "Generate New Config"
+msgstr "Write Configuration"
-#: ../../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."
+#: ../../templates/show_admin_tools.inc.php:93
+#, fuzzy
+msgid "Preferences Permissions"
+msgstr "Preferences"
-#: ../../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)."
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
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."
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
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
+#: ../../templates/show_admin_tools.inc.php:96
#, fuzzy
-msgid "Catalog Updated"
-msgstr "Catalogue Update Finished"
-
-#: ../../admin/catalog.php:119
-#, fuzzy
-msgid "Catalog Deleted"
-msgstr "Catalogue Clean Done"
+msgid "Check for New Version"
+msgstr "Check for Configuration"
-#: ../../admin/catalog.php:119
-msgid "The Catalog and all associated records has been deleted"
-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 "Select"
-#: ../../admin/catalog.php:128
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:73
#, fuzzy
-msgid "Songs Removed"
-msgstr "files removed"
+msgid "Object"
+msgstr "Subject"
-#: ../../admin/catalog.php:131
-msgid "No Songs Removed"
-msgstr ""
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:75
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Flag"
-#: ../../admin/catalog.php:134
-#, fuzzy
-msgid "Disabled Songs Processed"
-msgstr "Show Disabled Songs"
+#: ../../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"
-#: ../../admin/catalog.php:155
+#: ../../templates/show_flagged.inc.php:41
+#: ../../templates/show_flagged.inc.php:77
#, fuzzy
-msgid "Catalog Cleaned"
-msgstr "Catalogue Clean Done"
+msgid "Status"
+msgstr "Stats"
-#: ../../admin/catalog.php:198
+#: ../../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 "Catalog Created"
-msgstr "Catalogue Name"
+msgid "No Records Found"
+msgstr "No Results Found"
-#: ../../admin/catalog.php:199
+#: ../../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 "Catalog Created and Songs Indexed"
-msgstr "Catalogue Clean Done"
+msgid "Update"
+msgstr "Updated"
-#: ../../admin/catalog.php:212
+#: ../../templates/show_flagged.inc.php:91
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
#, fuzzy
-msgid "Catalog statistics cleared"
-msgstr "Catalogue Statistics"
+msgid "Show All"
+msgstr "Show all"
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
-msgstr "Now Playing Cleared"
+#: ../../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"
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
-msgstr "All now playing data has been cleared"
+#: ../../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"
-#: ../../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?"
+#: ../../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"
-#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76
-msgid "Clear Catalog Stats"
-msgstr "Clear Catalogue Stats"
+#: ../../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"
-#: ../../admin/catalog.php:241
-#, fuzzy
-msgid "No Disabled songs found"
-msgstr "Show Disabled Songs"
+#: ../../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"
-#: ../../admin/catalog.php:249
-#, fuzzy
-msgid "Delete Catalog"
-msgstr "Update Catalogues"
+#: ../../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"
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
-msgstr "Do you really want to delete this catalogue?"
+#: ../../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"
-#: ../../admin/catalog.php:261 ../../admin/catalog.php:264
-msgid "Album Art Search Finished"
-msgstr "Album Art Search Finished"
+#: ../../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"
-#: ../../admin/flag.php:97
-#, fuzzy
-msgid "Song Updated"
-msgstr "Updated"
+#: ../../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"
-#: ../../admin/flag.php:97
+#: ../../templates/show_install_account.inc.php:56
#, fuzzy
-msgid "The requested song has been updated"
-msgstr "The requested song(s) have been disabled"
+msgid "Create Admin Account"
+msgstr "Create Account"
-#: ../../admin/flag.php:139
-#, fuzzy
-msgid "Album Updated"
-msgstr "Updated"
+#: ../../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"
-#: ../../admin/flag.php:181
-#, fuzzy
-msgid "Artist Updated"
-msgstr "Fast Update"
+#: ../../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"
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Songs Updated"
-msgstr "Updated"
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
+msgstr "Create Account"
-#: ../../admin/flag.php:254
-#, fuzzy
-msgid "Flag Removed"
-msgstr "files removed"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Path"
-#: ../../admin/flag.php:255
-msgid "Flag Removed from"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-#: ../../admin/flag.php:270
-msgid "Flags Updated"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
-msgstr "Songs Disabled"
-
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
-msgstr "The requested song(s) have been disabled"
+#: ../../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"
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
-msgstr "Songs Enabled"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr ""
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
-msgstr "The requested song(s) have been enabled"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
+msgstr ""
-#: ../../admin/flag.php:305
-#, fuzzy
-msgid "Flagged Records"
-msgstr "Flagged by"
+#: ../../templates/show_song.inc.php:22
+msgid "Details"
+msgstr ""
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
-#, fuzzy
-msgid "Site"
-msgstr "Size"
+#: ../../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"
-#: ../../admin/access.php:42
-#, fuzzy
-msgid "Confirm Delete"
-msgstr "Entry Deleted"
+#: ../../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"
-#: ../../admin/access.php:43
-msgid "Do you really want to delete this Access Record?"
-msgstr "Do you really want to delete this Access Record?"
+#: ../../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"
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
-msgstr "Entry Deleted"
+#: ../../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"
-#: ../../admin/access.php:49
-msgid "Your Access List Entry has been removed"
-msgstr "Your Access List Entry has been removed"
+#: ../../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"
-#: ../../admin/access.php:54
-msgid "Entry Added"
-msgstr "Entry Added"
+#: ../../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"
-#: ../../admin/access.php:54
-msgid "Your new Access List Entry has been created"
-msgstr "Your new Access List Entry has been created"
+#: ../../templates/show_song.inc.php:50
+msgid "Last Updated"
+msgstr ""
-#: ../../admin/access.php:58
-#, fuzzy
-msgid "Entry Updated"
-msgstr "Entry Added"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
+msgstr ""
-#: ../../admin/access.php:58
+#: ../../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 "Access List Entry updated"
-msgstr "Your Access List Entry has been removed"
-
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
-msgstr "Error Username Required"
+msgid "Song Title"
+msgstr "Song title"
-#: ../../admin/users.php:68 ../../admin/users.php:108
-msgid "Error Passwords don't match"
-msgstr "Error Passwords don't match"
+#: ../../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"
-#: ../../admin/users.php:120 ../../register.php:138
-#, fuzzy
-msgid "Error Username already exists"
-msgstr "Error Username Required"
+#: ../../templates/sidebar_browse.inc.php:15
+msgid "Radio Stations"
+msgstr ""
-#: ../../admin/users.php:142
-msgid "Deletion Request"
+#: ../../templates/sidebar_browse.inc.php:18
+msgid "Filters"
msgstr ""
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
-msgstr "Are you sure you want to permanently delete"
+#: ../../templates/sidebar_browse.inc.php:23
+msgid "Minimum Count"
+msgstr ""
-#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
-msgstr "No"
+#: ../../templates/sidebar_browse.inc.php:25
+msgid "Rated"
+msgstr ""
-#: ../../admin/users.php:150
-msgid "User Deleted"
-msgstr "User Deleted"
+#: ../../templates/sidebar_browse.inc.php:28
+msgid "Unplayed"
+msgstr ""
-#: ../../admin/users.php:153
-msgid "Delete Error"
-msgstr "Delete Error"
+#: ../../templates/sidebar_browse.inc.php:31
+msgid "Show Art"
+msgstr ""
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
-msgstr "Unable to delete last Admin User"
+#: ../../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 ""
-#: ../../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"
+#: ../../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"
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
-msgid "Total Users"
-msgstr "Total Users"
+#: ../../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"
-#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26
-msgid "Connected Users"
-msgstr "Connected Users"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+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 "Songs"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:102
+msgid "Last Seen"
+msgstr "Last Seen"
-#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31
-msgid "Catalog Size"
-msgstr "Catalogue Size"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
+msgstr ""
-#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32
-msgid "Catalog Time"
-msgstr "Catalogue Time"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr ""
-#: ../../admin/mail.php:252
-#, fuzzy
-msgid "E-mail Sent"
-msgstr "E-mail"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr ""
-#: ../../admin/mail.php:253
-msgid "Your E-mail was successfully sent."
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../admin/modules.php:41
-msgid "Module Activated"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
+msgid "Recently Played"
msgstr ""
-#: ../../admin/modules.php:48
-#, fuzzy
-msgid "Are you sure you want to remove this module?"
-msgstr "Are you sure you want to permanently delete"
+#: ../../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"
-#: ../../admin/modules.php:56
-msgid "Module Deactivated"
-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 "Time"
-#: ../../admin/modules.php:72
-msgid "Plugin Activated"
+#: ../../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 ""
-#: ../../admin/modules.php:79
+#: ../../templates/show_big_art.inc.php:29
#, fuzzy
-msgid "Are you sure you want to remove this plugin?"
-msgstr "Are you sure you want to permanently delete"
+msgid "Album Art"
+msgstr "Find Album Art"
-#: ../../admin/modules.php:95
-msgid "Plugin Deactivated"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
msgstr ""
-#: ../../admin/system.php:120
-msgid "Export Failed"
-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"
@@ -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_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:58 ../../lib/class/flag.class.php:299
+msgid "Re-encode"
+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
+#: ../../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"
+msgid "Other"
+msgstr "other"
+
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
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: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 "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 ""
-"A MySQL Server with a username and password that can create/modify databases"
-#: ../../templates/show_install_account.inc.php:47
+#: ../../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"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
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_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"
-msgstr "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 "Play Album"
-#: ../../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_localplay_status.inc.php:51
+msgid "Volume"
+msgstr "Volume"
-#: ../../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
+#, fuzzy
+msgid "Repeat"
+msgstr "Reject"
+
+#: ../../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_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
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
+#: ../../templates/show_disabled_songs.inc.php:65
#, fuzzy
-msgid "Create Admin Account"
-msgstr "Create Account"
+msgid "Remove"
+msgstr "Remote"
-#: ../../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_access_list.inc.php:29
+msgid "Ampache Access Control"
+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 "Password"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Add Entry"
-#: ../../templates/show_install_account.inc.php:74
-msgid "Create Account"
-msgstr "Create Account"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Start Address"
-#: ../../templates/show_playlists.inc.php:28
-#: ../../templates/sidebar.inc.php:104
-#: ../../ampache/templates/sidebar.inc.php:106
-msgid "Playlists"
-msgstr "Playlists"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "End Address"
-#: ../../templates/show_playlists.inc.php:33
+#: ../../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_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 "Playlist Name"
-msgstr "Playlist Type"
+msgid "Registration Date"
+msgstr "Register User"
-#: ../../templates/show_playlists.inc.php:34
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
#, fuzzy
-msgid "# Songs"
-msgstr "Songs"
+msgid "Last Ip"
+msgstr "Last Seen"
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
+#: ../../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_playlists.inc.php:36
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_localplay.inc.php:30 ../../templates/show_album.inc:54
+#: ../../templates/show_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
#, fuzzy
-msgid "Actions"
-msgstr "Action"
+msgid "Base Playlist"
+msgstr "New Playlist"
-#: ../../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_manage_democratic.inc.php:58
+#, fuzzy
+msgid "Create New Playlist"
+msgstr "Create a new playlist"
-#: ../../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_now_playing_row.inc.php:36
+#: ../../templates/show_search.inc.php:91
+#, fuzzy
+msgid "Rating"
+msgstr "Editing"
-#: ../../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_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_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 "Random"
+#: ../../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_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
-msgstr "Download"
+#: ../../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_playlists.inc.php:75
-#, fuzzy
-msgid "No Playlists Found"
-msgstr "No Results Found"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
+msgstr ""
-#: ../../templates/show_duplicates.inc.php:25
-msgid "Find Duplicates"
-msgstr "Find Duplicates"
+#: ../../templates/show_install_config.inc.php:60
+msgid "Web Path"
+msgstr "Web Path"
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
-msgstr "Search Type"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "Desired Database Name"
-#: ../../templates/show_duplicates.inc.php:36
-msgid "Artist and Title"
-msgstr "Artist and Title"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "MySQL Hostname"
-#: ../../templates/show_duplicates.inc.php:37
-msgid "Artist, Album and Title"
-msgstr "Artist, Album and Title"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "MySQL Username"
-#: ../../templates/show_duplicates.inc.php:44
-msgid "Select Best Guess"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "MySQL Password"
-#: ../../templates/show_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
-msgstr "Yes"
+#: ../../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_tv.inc.php:42
-msgid "Controls"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/show_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
-#, fuzzy
-msgid "Current Playlist"
-msgstr "New Playlist"
+#: ../../templates/show_edit_user.inc.php:23
+msgid "Editing existing User"
+msgstr "Editing existing User"
-#: ../../templates/show_playlist_edit.inc.php:27
-#, fuzzy
-msgid "Editing Playlist"
-msgstr "Edit Playlist"
+#: ../../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_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_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_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_edit_user.inc.php:69
+#: ../../templates/show_add_user.inc.php:69
+msgid "User Access Level"
+msgstr "User Access Level"
-#: ../../templates/show_playlist_edit.inc.php:39
-msgid "Public"
-msgstr "Public"
+#: ../../templates/show_edit_user.inc.php:83
+msgid "Update User"
+msgstr "Update User"
-#: ../../templates/show_playlist_edit.inc.php:40
-#, fuzzy
-msgid "Private"
-msgstr "Your Private"
+#: ../../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_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
+#: ../../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 "Update"
-msgstr "Updated"
+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
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
-msgstr "Users"
+msgid "Browse"
+msgstr "Browse"
#: ../../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
+#: ../../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 "Config"
-msgstr "Write Configuration"
+msgid "Localplay"
+msgstr "Local Play"
-#: ../../templates/sidebar.inc.php:32
-#: ../../ampache/templates/sidebar.inc.php:32
-#, fuzzy
-msgid "Access List"
-msgstr "Access Lists"
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565
+msgid "Preferences"
+msgstr "Preferences"
-#: ../../templates/sidebar.inc.php:37
-#: ../../ampache/templates/sidebar.inc.php:37
-#, fuzzy
-msgid "Song Title"
-msgstr "Song title"
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
+msgstr "Logout"
-#: ../../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/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "Updating the"
-#: ../../templates/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
+#: ../../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/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
+#: ../../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_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
msgstr ""
-#: ../../templates/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/sidebar.inc.php:189
-#: ../../ampache/templates/sidebar.inc.php:191
-msgid "Logout"
-msgstr "Logout"
+#: ../../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_admin_tools.inc.php:27
+#: ../../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
#, 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_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:44
-msgid "Verify"
+#: ../../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_install.inc.php:61
+msgid "Insert Ampache Database"
+msgstr ""
+
+#: ../../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:46
+#: ../../templates/show_install.inc.php:85
#, fuzzy
-msgid "Clean"
-msgstr "clear"
+msgid "Ampache Database Username"
+msgstr "Desired Database Name"
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:57
-msgid "Gather Art"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:65
-#, fuzzy
-msgid "No Catalogs Found"
-msgstr "Not Found"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
+msgstr "Insert Database"
-#: ../../templates/show_admin_tools.inc.php:71
+#: ../../templates/show_similar_artists.inc.php:23
#, fuzzy
-msgid "Clean All"
-msgstr "Clean All Catalogues"
+msgid "Similar Artists"
+msgstr "Artists"
+
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:72
+#: ../../templates/show_similar_artists.inc.php:66
#, fuzzy
-msgid "Verify All"
-msgstr "View All"
+msgid "Back"
+msgstr "Track"
-#: ../../templates/show_admin_tools.inc.php:73
+#: ../../templates/show_similar_artists.inc.php:77
#, fuzzy
-msgid "Add to All"
-msgstr "Add to"
+msgid "Rename selected"
+msgstr "Remove Selected Tracks"
-#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:152
#, fuzzy
-msgid "Update All"
-msgstr "Updated"
+msgid "Search Again"
+msgstr "Search Ampache"
-#: ../../templates/show_admin_tools.inc.php:77
-#: ../../templates/show_add_catalog.inc.php:78
-msgid "Gather Album Art"
-msgstr "Gather Album Art"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
+msgstr "Create a new playlist"
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
-msgstr ""
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+#, fuzzy
+msgid "Rename"
+msgstr "Username"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
-msgstr "Show Duplicate Songs"
+#: ../../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_admin_tools.inc.php:84
-msgid "Clear Now Playing"
-msgstr "Clear Now Playing"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75
+#: ../../templates/show_rename_artist.inc.php:37
#, fuzzy
-msgid "Generate New Config"
-msgstr "Write Configuration"
+msgid "Update id3 tags"
+msgstr "Update from tags"
-#: ../../templates/show_admin_tools.inc.php:86
+#: ../../templates/show_playlist.inc.php:30
#, fuzzy
-msgid "Preferences Permissions"
-msgstr "Preferences"
+msgid "Normalize Tracks"
+msgstr "Total Tracks"
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
+#: ../../templates/show_playlist.inc.php:31
+msgid "Play All"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-#, fuzzy
-msgid "Check for New Version"
-msgstr "Check for Configuration"
+#: ../../templates/show_playlist.inc.php:32
+msgid "Play Random"
+msgstr "Play Random"
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
-msgstr "Albums by"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:33
-msgid "Show All Songs By"
-msgstr "Show All Songs By"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
-msgstr "Play All Songs By"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Play Random Songs By"
-msgstr "Play Random Songs By"
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
-msgstr "Update from tags"
+#: ../../templates/show_albums.inc.php:40
+#: ../../templates/show_albums.inc.php:61
+msgid "Cover"
+msgstr "Cover"
-#: ../../templates/show_artist_box.inc.php:38
-#, fuzzy
-msgid "Rename Artist"
-msgstr "Artist"
+#: ../../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_artist_box.inc.php:39
+#: ../../templates/show_preference_admin.inc.php:22
#, fuzzy
-msgid "Find duplicate artists"
-msgstr "Find Duplicates"
+msgid "Preference Administration"
+msgstr "Preferences"
-#: ../../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_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_user.inc.php:36
-msgid "Results Per Page"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
msgstr ""
-#: ../../templates/show_user.inc.php:42
+#: ../../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
#, fuzzy
-msgid "New Password"
-msgstr "Password"
+msgid "hours ago"
+msgstr "hours"
-#: ../../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_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "days ago"
+msgstr "days"
-#: ../../templates/show_user.inc.php:55
-msgid "Clear Stats"
-msgstr "Clear Stats"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr ""
-#: ../../templates/show_user.inc.php:65
+#: ../../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 "Update Account"
-msgstr "Create Account"
+msgid "years ago"
+msgstr "year"
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:88
+msgid "Last Played"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:29
+#: ../../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 "Favorite Artists"
-msgstr "Artists"
+msgid "Played"
+msgstr "Play"
+
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr "Yes"
-#: ../../templates/show_user_stats.inc.php:40
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr "No"
+
+#: ../../templates/show_search.inc.php:80
#, fuzzy
-msgid "Favorite Albums"
-msgstr "Full Albums"
+msgid "Min Bitrate"
+msgstr "Bitrate"
+
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
+msgstr ""
-#: ../../templates/show_user_stats.inc.php:51
+#: ../../templates/show_search.inc.php:96
#, fuzzy
-msgid "Favorite Songs"
-msgstr "Total Songs"
+msgid "Two Stars"
+msgstr "Total Users"
+
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:31
+#: ../../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 "Playing from base Playlist"
-msgstr "Play Full Playlist"
+msgid "Method"
+msgstr "Mode"
+
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:44
+#: ../../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 "Votes"
-msgstr "other"
+msgid "ACL Type"
+msgstr "Type"
-#: ../../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_edit_access.inc.php:34
+#: ../../templates/show_add_access.inc.php:64
+#, fuzzy
+msgid "Stream Access"
+msgstr "Stream"
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
-msgid "Preference"
-msgstr "Preference"
+#: ../../templates/show_edit_access.inc.php:35
+#: ../../templates/show_add_access.inc.php:65
+msgid "Web Interface"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
-msgstr "Value"
+#: ../../templates/show_edit_access.inc.php:36
+#: ../../templates/show_add_access.inc.php:66
+msgid "Local Network Definition"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
-msgstr "Apply to All"
+#: ../../templates/show_edit_access.inc.php:37
+msgid "XML-RPC"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:51
-msgid "description"
+#: ../../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,118 +1954,78 @@ msgstr ""
msgid "Register User"
msgstr "Register User"
-#: ../../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_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+msgid "Login"
+msgstr "Login"
-#: ../../templates/show_modules.inc.php:38
-#, fuzzy
-msgid "Localplay Modules"
-msgstr "Local Play Control"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Remember Me"
-#: ../../templates/show_modules.inc.php:41
+#: ../../templates/show_login_form.inc.php:78
#, fuzzy
-msgid "Module Name"
-msgstr "Full Name"
+msgid "Register"
+msgstr "Register User"
-#: ../../templates/show_modules.inc.php:48
-#: ../../templates/show_modules.inc.php:81
-#: ../../templates/show_tv_adminctl.inc.php:28
-msgid "Activate"
+#: ../../templates/show_login_form.inc.php:87
+msgid "Message of the Day"
msgstr ""
-#: ../../templates/show_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-msgid "Deactivate"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
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
+#: ../../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_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_all_popular.inc.php:32 ../../stats.php:67
#, fuzzy
-msgid "No Records Found"
-msgstr "No Results Found"
+msgid "Most Popular Genres"
+msgstr "Most Popular Songs"
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
-msgstr ""
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:69
+msgid "Most Popular Songs"
+msgstr "Most Popular Songs"
-#: ../../templates/show_modules.inc.php:73
-msgid "Description"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/show_modules.inc.php:74
-#, fuzzy
-msgid "Version"
-msgstr "PHP Version"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
+msgstr ""
#: ../../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
+#: ../../templates/show_edit_album.inc.php:41
msgid "Flag for Retagging"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:89
+#: ../../templates/show_edit_song.inc.php:88
#, 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_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:537
+msgid "Genres"
+msgstr ""
-#: ../../templates/show_mail_users.inc.php:25
+#: ../../templates/show_mail_users.inc.php:24
#, fuzzy
msgid "Send E-mail to Users"
msgstr "Mail Users"
@@ -1710,254 +2034,303 @@ msgstr "Mail Users"
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
+#: ../../templates/show_mail_users.inc.php:54
#, fuzzy
msgid "Latest Artist Additions"
msgstr "Newest Artist Additions"
-#: ../../templates/show_mail_users.inc.php:56
-#: ../../templates/show_all_popular.inc.php:26
-msgid "Most Popular Artists"
-msgstr "Most Popular Artists"
-
-#: ../../templates/show_mail_users.inc.php:63
+#: ../../templates/show_mail_users.inc.php:65
#, fuzzy
msgid "Latest Album Additions"
msgstr "Newest Album Additions"
-#: ../../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
+#: ../../templates/show_mail_users.inc.php:75
msgid "Flagged Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
+#: ../../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:85
+#: ../../templates/show_mail_users.inc.php:87
#, fuzzy
msgid "Most Popular Threshold in days"
msgstr "Most Popular Songs"
-#: ../../templates/show_mail_users.inc.php:96
+#: ../../templates/show_mail_users.inc.php:98
msgid "Subject"
msgstr "Subject"
-#: ../../templates/show_mail_users.inc.php:103
+#: ../../templates/show_mail_users.inc.php:105
msgid "Message"
msgstr "Message"
-#: ../../templates/show_mail_users.inc.php:113
+#: ../../templates/show_mail_users.inc.php:114
msgid "Send Mail"
msgstr "Send Mail"
-#: ../../templates/show_admin_info.inc.php:32
-msgid "Last Ten Flagged Records"
+#: ../../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_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_add_user.inc.php:77
+#: ../../templates/show_preference_box.inc.php:61
+msgid "Catalog Manager"
+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"
+#: ../../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_tv_adminctl.inc.php:22
-msgid "Admin Controls"
+#: ../../templates/show_add_access.inc.php:72
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
+#: ../../templates/show_add_access.inc.php:82
#, fuzzy
-msgid "Base Playlist"
-msgstr "New Playlist"
+msgid "Create ACL"
+msgstr "Create Account"
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
-#, fuzzy
-msgid "Clear Playlist"
-msgstr "New Playlist"
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
+msgstr "Value"
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
-msgstr "Continue"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Apply to All"
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
-msgstr "Cancel"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
-msgstr "Select"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
+msgstr ""
-#: ../../templates/show_flagged.inc.php:28
+#: ../../templates/show_playlist_edit.inc.php:26
#, fuzzy
-msgid "Object"
-msgstr "Subject"
+msgid "Editing Playlist"
+msgstr "Edit Playlist"
-#: ../../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_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "Public"
-#: ../../templates/show_flagged.inc.php:31
+#: ../../templates/show_playlist_edit.inc.php:40
#, fuzzy
-msgid "Status"
-msgstr "Stats"
+msgid "Private"
+msgstr "Your Private"
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
-msgstr "Reject"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
+msgstr "Find Duplicates"
-#: ../../templates/show_flagged.inc.php:64
-msgid "Approve"
-msgstr ""
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
+msgstr "Search Type"
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-#, fuzzy
-msgid "Rename"
-msgstr "Username"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
+msgstr "Artist and Title"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../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_rename_artist.inc.php:37
+#: ../../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 "Update id3 tags"
+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_all_recent.inc.php:25
-msgid "Newest Artist Additions"
-msgstr "Newest Artist Additions"
+#: ../../templates/show_artist_box.inc.php:39
+#, fuzzy
+msgid "Find duplicate artists"
+msgstr "Find Duplicates"
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
-msgstr "Newest Album Additions"
+#: ../../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_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
+#: ../../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_get_albumart.inc.php:23
-msgid "Customize Search"
+#: ../../templates/show_random.inc.php:51
+msgid "Less Played"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
+#: ../../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_get_albumart.inc.php:54
+#: ../../templates/show_random.inc.php:59
#, fuzzy
-msgid "Local Image"
-msgstr "Local Play"
+msgid "From catalog"
+msgstr "from catalogue"
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
-msgstr "Get Art"
+#: ../../templates/show_random.inc.php:65
+#, fuzzy
+msgid "Size Limit"
+msgstr "View Limit"
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
-msgstr "Playlist Actions"
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:34
-msgid "Edit Playlist"
-msgstr "Edit Playlist"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:644
+msgid "Now Playing"
+msgstr "Now Playing"
-#: ../../templates/show_playlist_box.inc.php:35
+#: ../../templates/show_genre.inc.php:29
#, fuzzy
-msgid "Normalize Tracks"
-msgstr "Total Tracks"
+msgid "Viewing"
+msgstr "View"
-#: ../../templates/show_playlist_box.inc.php:36
-#, fuzzy
-msgid "Play This Playlist"
-msgstr "Play Full Playlist"
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:37
-msgid "Play Random"
-msgstr "Play Random"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr "Account"
-#: ../../templates/show_playlist_box.inc.php:38
-#, fuzzy
-msgid "Delete This Playlist"
-msgstr "Server Playlist"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:40
+#: ../../templates/sidebar_preferences.inc.php:32
#, fuzzy
-msgid "Import From File"
-msgstr "Importing a Playlist from a File"
+msgid "Modules"
+msgstr "Mode"
-#: ../../templates/show_playlist_box.inc.php:41
+#: ../../templates/sidebar_preferences.inc.php:34
#, fuzzy
-msgid "Create New Playlist"
-msgstr "Create a new playlist"
+msgid "Localplay Modules"
+msgstr "Local Play Control"
-#: ../../templates/show_playlist_box.inc.php:43
-#, fuzzy
-msgid "Delete Empty Playlists"
-msgstr "Import Playlist"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-#, fuzzy
-msgid "Most Popular Genres"
-msgstr "Most Popular Songs"
+#: ../../templates/sidebar_localplay.inc.php:13
+msgid "Show instances"
+msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/sidebar_localplay.inc.php:14
+#: ../../templates/sidebar_home.inc.php:12
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/sidebar_localplay.inc.php:18
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
-msgstr "Play Selected"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Localplay Disabled"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:31
-#, fuzzy
-msgid "Download Selected"
-msgstr "Play Selected"
+#: ../../templates/show_get_albumart.inc.php:23
+msgid "Customize Search"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
-msgstr "Set Track Numbers"
+#: ../../templates/show_get_albumart.inc.php:44
+msgid "Direct URL to Image"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
-msgstr "Remove Selected Tracks"
+#: ../../templates/show_get_albumart.inc.php:52
+#, fuzzy
+msgid "Local Image"
+msgstr "Local Play"
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
-msgstr "Add to"
+#: ../../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
@@ -1965,71 +2338,71 @@ msgid "Settings for"
msgstr "Settings for catalogue in"
#: ../../templates/show_edit_catalog.inc.php:29
-#: ../../templates/show_add_catalog.inc.php:38
+#: ../../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:39
+#: ../../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:40
+#: ../../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:41
+#: ../../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:42
+#: ../../templates/show_add_catalog.inc.php:39
msgid "genre"
msgstr "genre"
#: ../../templates/show_edit_catalog.inc.php:34
-#: ../../templates/show_add_catalog.inc.php:43
+#: ../../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:44
+#: ../../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:45
+#: ../../templates/show_add_catalog.inc.php:42
msgid "year"
msgstr "year"
#: ../../templates/show_edit_catalog.inc.php:37
-#: ../../templates/show_add_catalog.inc.php:46
+#: ../../templates/show_add_catalog.inc.php:43
msgid "other"
msgstr "other"
#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
+#: ../../templates/show_add_catalog.inc.php:52
msgid "Catalog Type"
msgstr "Catalogue Type"
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
+#: ../../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:50
+#: ../../templates/show_edit_catalog.inc.php:51
msgid "Filename pattern"
msgstr "Filename pattern"
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../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:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "(no leading or ending '/')"
msgstr "(no leading or ending '/')"
@@ -2037,25 +2410,108 @@ msgstr "(no leading or ending '/')"
msgid "Save Catalog Settings"
msgstr "Save Catalogue Settings"
-#: ../../templates/show_localplay_status.inc.php:52
-msgid "Volume"
-msgstr "Volume"
+#: ../../templates/show_democratic_playlist.inc.php:38
+#, fuzzy
+msgid "Playing from base Playlist"
+msgstr "Play Full Playlist"
-#: ../../templates/show_localplay_status.inc.php:56
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
#, fuzzy
-msgid "Repeat"
-msgstr "Reject"
+msgid "Votes"
+msgstr "other"
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "Create a new playlist"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
+msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
+msgstr ""
+
+#: ../../templates/show_edit_artist.inc.php:23
#, fuzzy
-msgid "Create"
-msgstr "Bitrate"
+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"
-#: ../../templates/show_add_catalog.inc.php:30
+#: ../../templates/show_play_selected.inc.php:31
+#, fuzzy
+msgid "Download Selected"
+msgstr "Play Selected"
+
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
+msgstr "Set Track Numbers"
+
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
+msgstr "Remove Selected Tracks"
+
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
+msgstr "Add to"
+
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
+msgstr ""
+
+#: ../../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 "Date"
+
+#: ../../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)"
@@ -2063,1121 +2519,1173 @@ 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
+#: ../../templates/show_add_catalog.inc.php:32
msgid "Catalog Name"
msgstr "Catalogue Name"
-#: ../../templates/show_add_catalog.inc.php:51
-msgid "Path"
-msgstr "Path"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Local"
-#: ../../templates/show_add_catalog.inc.php:59
+#: ../../templates/show_add_catalog.inc.php:56
msgid "Remote"
msgstr "Remote"
-#: ../../templates/show_add_catalog.inc.php:65
+#: ../../templates/show_add_catalog.inc.php:62
msgid "Required for Remote Catalogs"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:68
+#: ../../templates/show_add_catalog.inc.php:65
msgid "Filename Pattern"
msgstr "Filename Pattern"
-#: ../../templates/show_add_catalog.inc.php:82
+#: ../../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:90
+#: ../../templates/show_add_catalog.inc.php:85
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_localplay.inc.php:32
+#: ../../templates/rightbar.inc.php:53
+#, fuzzy
+msgid "Clear Playlist"
+msgstr "New Playlist"
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
-msgstr "Editing existing User"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
-msgstr "User Access Level"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
-msgstr "Add User"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
-msgstr "Update User"
+#: ../../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 "Importing a Playlist from a File"
+
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Playlist Type"
+
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Import 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_user_stats.inc.php:22
+msgid "Favorites"
+msgstr ""
+
+#: ../../templates/show_user_stats.inc.php:30
+#, fuzzy
+msgid "Favorite Artists"
+msgstr "Artists"
+
+#: ../../templates/show_user_stats.inc.php:43
+#, fuzzy
+msgid "Favorite Albums"
+msgstr "Full Albums"
+
+#: ../../templates/show_user_stats.inc.php:56
+#, fuzzy
+msgid "Favorite Songs"
+msgstr "Total Songs"
#: ../../templates/show_list_duplicates.inc.php:26
#, fuzzy
msgid "Duplicate Songs"
msgstr "Show Duplicate Songs"
-#: ../../templates/show_list_duplicates.inc.php:34
+#: ../../templates/show_list_duplicates.inc.php:44
+#: ../../templates/show_list_duplicates.inc.php:89
msgid "Length"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
+#: ../../templates/show_list_duplicates.inc.php:46
+#: ../../templates/show_list_duplicates.inc.php:91
msgid "Size"
msgstr "Size"
-#: ../../templates/show_list_duplicates.inc.php:75
+#: ../../templates/show_list_duplicates.inc.php:96
#, fuzzy
msgid "Disable Songs"
msgstr "Show Disabled Songs"
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
+#: ../../templates/sidebar_home.inc.php:4
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:34
-msgid "Date"
-msgstr "Date"
-
-#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
#, fuzzy
-msgid "IP Address"
-msgstr "End IP Address"
+msgid "Statistics"
+msgstr "Catalogue Statistics"
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/sidebar_home.inc.php:22
+msgid "Advanced"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
-#, fuzzy
-msgid "Preference Administration"
-msgstr "Preferences"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
+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 "Level"
+#: ../../templates/sidebar_admin.inc.php:15
+msgid "Access Control"
+msgstr ""
-#: ../../templates/show_preference_admin.inc.php:37
-msgid "Guest"
+#: ../../templates/sidebar_admin.inc.php:17
+msgid "Add ACL"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-#, fuzzy
-msgid "Edit Album"
-msgstr "Album"
+#: ../../templates/sidebar_admin.inc.php:18
+msgid "Show ACL(s)"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
+#: ../../templates/show_clean_catalog.inc.php:23
#, fuzzy
-msgid "Update Album"
-msgstr "Gather Album Art"
+msgid "Cleaning the"
+msgstr "Updating the"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
+msgstr "Checking"
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr "Starting New Song Search on"
+
+#: ../../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 ""
+"You've reached this page because a configuration error has occured. Debug "
+"Information below"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
+msgstr "CHECK"
+
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
+msgstr "STATUS"
+
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
+msgstr "DESCRIPTION"
+
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
+msgstr "PHP Version"
+
+#: ../../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 ""
+"This tests to make sure that you are running a version of PHP that is known "
+"to work with Ampache."
+
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
+msgstr "Mysql for 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 ""
+"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.php:82
+msgid "PHP Session Support"
+msgstr "PHP Session Support"
+
+#: ../../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 ""
+"This test checks to make sure that you have PHP session support enabled. "
+"Sessions are required for Ampache to work."
+
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
+msgstr "PHP ICONV Support"
+
+#: ../../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 ""
+"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_recently_played.inc.php:23
+#: ../../templates/show_test.inc.php:119
#, fuzzy
-msgid "hours ago"
-msgstr "hours"
+msgid "PHP PCRE Support"
+msgstr "PHP ICONV Support"
-#: ../../templates/show_recently_played.inc.php:23
+#: ../../templates/show_test.inc.php:132
#, fuzzy
-msgid "days ago"
-msgstr "days"
+msgid ""
+"This test makes sure you have PCRE support compiled into your version of "
+"PHP, this is required for Ampache."
+msgstr ""
+"This test checks to make sure that you have PHP session support enabled. "
+"Sessions are required for Ampache to work."
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
+#: ../../templates/show_test.inc.php:136
+#, fuzzy
+msgid "PHP PutENV Support"
+msgstr "PHP ICONV Support"
+
+#: ../../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_recently_played.inc.php:23
-msgid "months ago"
+#: ../../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 ""
+"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."
-#: ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "years ago"
-msgstr "year"
+#: ../../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_recently_played.inc.php:26
-msgid "Recently Played"
+#: ../../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_recently_played.inc.php:33
-msgid "Last Played"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
msgstr ""
-#: ../../templates/show_edit_artist.inc.php:23
-#, fuzzy
-msgid "Edit Artist"
-msgstr "Artist"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
+msgstr ""
-#: ../../templates/show_random_albums.inc.php:23
-msgid "Albums of the Moment"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
msgstr ""
-#: ../../localplay.php:50 ../../localplay.php:58
-#, fuzzy
-msgid "Song(s) Removed from Playlist"
-msgstr "Server Playlist"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Editing"
-#: ../../localplay.php:77
-#, fuzzy
-msgid "Localplay Init Failed"
-msgstr "Local Play Control"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "preferences"
-#: ../../browse.php:48 ../../albums.php:213
-#, fuzzy
-msgid "Show Albums starting with"
-msgstr "<u>S</u>how only albums starting with"
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Update Preferences"
-#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252
+#: ../../templates/show_account.inc.php:40
#, fuzzy
-msgid "Show Artists starting with"
-msgstr "<u>S</u>how artists starting with"
+msgid "New Password"
+msgstr "Password"
-#: ../../browse.php:124
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Clear Stats"
+
+#: ../../templates/show_account.inc.php:64
#, fuzzy
-msgid "Show Titles Starting With"
-msgstr "<u>S</u>how artists starting with"
+msgid "Update Account"
+msgstr "Create Account"
-#: ../../search.php:47
-msgid "Error: No Keyword Entered"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Prev"
+
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
msgstr ""
-#: ../../ampache/templates/sidebar.inc.php:38
-#, fuzzy
-msgid "Lists"
-msgstr "Artists"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr ""
-#: ../../ratings.php:33
-#, fuzzy
-msgid "Rating Updated"
-msgstr "Fast Update"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
msgstr ""
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
msgstr ""
-#: ../../login.php:94
-msgid "Unable to create new account"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
msgstr ""
-#: ../../login.php:103
-msgid "No local account found"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
msgstr ""
-#: ../../login.php:176
-msgid "Message of the Day"
+#: ../../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 ""
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
-msgstr "Error: Password Does Not Match or Empty"
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
+msgstr "Play Random from Album"
-#: ../../preferences.php:61
-#, fuzzy
-msgid "Password Updated"
-msgstr "Password"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
+msgstr "Reset Album Art"
-#: ../../update.php:73
-#, fuzzy
-msgid "Ampache Update"
-msgstr "Ampache Debug"
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
+msgstr "Find Album Art"
-#: ../../tv.php:62
-#, fuzzy
-msgid "Playlist Cleared"
-msgstr "Now Playing Cleared"
+#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
+msgstr ""
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
-msgstr "Starting Update from Tags"
+#: ../../templates/show_playlists.inc.php:34
+#: ../../templates/show_playlists.inc.php:51
+#, fuzzy
+msgid "Playlist Name"
+msgstr "Playlist Type"
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
-msgstr "Update From Tags Complete"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:52
+#, fuzzy
+msgid "# Songs"
+msgstr "Songs"
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
-msgstr "Return"
+#: ../../templates/show_playlists.inc.php:36
+#: ../../templates/show_playlists.inc.php:53
+msgid "Owner"
+msgstr ""
-#: ../../activate.php:43
+#: ../../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
#, fuzzy
msgid "User activated"
msgstr "User Deleted"
-#: ../../activate.php:52
+#: ../../activate.php:51
msgid "This User ID is activated and can be used"
msgstr ""
-#: ../../playlist.php:46
-#, fuzzy
-msgid "Playlist Deleted"
-msgstr "Play Selected"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../playlist.php:46
+#: ../../democratic.php:80
#, fuzzy
-msgid "The Requested Playlist has been deleted"
-msgstr "The requested song(s) have been enabled"
+msgid "Playlist Cleared"
+msgstr "Now Playing Cleared"
-#: ../../playlist.php:56
-#, fuzzy
-msgid "Are you sure you want to delete this playlist"
-msgstr "Are you sure you want to permanently delete"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr ""
-#: ../../playlist.php:57
-#, fuzzy
-msgid "Confirm Action"
-msgstr "Confirm Password"
+#: ../../lib/class/flag.class.php:280
+msgid "Approved"
+msgstr ""
-#: ../../playlist.php:117
-#, fuzzy
-msgid "Playlist Created"
-msgstr "Playlist updated."
+#: ../../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
-#, fuzzy
-msgid "Remote Selected Tracks"
-msgstr "Remove 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 "updated to"
-#: ../../playlist.php:145
-#, fuzzy
-msgid "Playlist Updated"
-msgstr "Playlist updated."
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
+msgstr "Rate"
-#: ../../playlist.php:146
-msgid "has been updated and is now"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
+msgstr "Mode"
+
+#: ../../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 ""
-#: ../../playlist.php:166
-#, fuzzy
-msgid "Playlist Imported"
-msgstr "Playlist updated."
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
+msgstr "Playlists"
-#: ../../playlist.php:195
-#, fuzzy
-msgid "Empty Playlists Deleted"
-msgstr "Import Playlist"
+#: ../../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"
-#: ../../flag.php:46
-#, fuzzy
-msgid "Item Flagged"
-msgstr "Flagged by"
+#: ../../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"
-#: ../../flag.php:46
-msgid "The specified item has been flagged"
-msgstr ""
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
+msgstr "Error: Unable to get filesize for"
-#: ../../albums.php:48
-msgid "Album Art Cleared"
-msgstr "Album Art Cleared"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
+msgstr "is not readable by ampache"
-#: ../../albums.php:48
-#, fuzzy
-msgid "Album Art information has been removed from the database"
-msgstr "Album Art information has been removed from the database"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
+msgstr "Starting Catalogue Build"
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
-msgid "Album Art Not Located"
-msgstr "Album Art Not Located"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
+msgstr "Running Remote Sync"
-#: ../../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."
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
+msgstr "Added Playlist From"
-#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185
-#, fuzzy
-msgid "Album Art Inserted"
-msgstr "Album Art Cleared"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
+msgstr "Catalogue Finished"
-#: ../../register.php:81
-#, fuzzy
-msgid "Error Captcha Required"
-msgstr "Error Username Required"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
+msgstr "Total Time"
-#: ../../register.php:88
-msgid "Error Captcha Failed"
-msgstr ""
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
+msgstr "Total Songs"
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
-msgstr ""
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
+msgstr "Songs Per Seconds"
-#: ../../register.php:100
-msgid "You did not enter a username"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
+msgstr "No Update Needed"
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
+msgstr "Running Remote Update"
-#: ../../register.php:130
-#, fuzzy
-msgid "You must enter a password"
-msgstr "Enter password"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
+msgstr "Catalogue Update Finished"
-#: ../../register.php:134
-#, fuzzy
-msgid "Your passwords do not match"
-msgstr "Error Passwords don't match"
+#: ../../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"
-#: ../../register.php:152
-#, fuzzy
-msgid "Error: Insert Failed"
-msgstr "Error: Insufficient Rights"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
+msgstr "Error connecting to"
-#: ../../register.php:169
-msgid "Registration Complete"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
+msgstr "Code"
-#: ../../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"
+#: ../../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 ""
-#: ../../bin/print_tags.php.inc:70
-#, fuzzy
-msgid "Filename:"
-msgstr "Filename"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
+msgstr "Catalogue Clean Done"
-#: ../../bin/quarantine_migration.php.inc:61
-#, fuzzy
-msgid "Error: Unable to write to"
-msgstr "Error: Unable to open"
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
+msgstr "files removed"
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
+#: ../../lib/class/catalog.class.php:1420
+msgid "Optimizing Tables"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:107
+#: ../../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 "Adding"
-msgstr "Admin"
+msgid "Update Finished."
+msgstr "Catalogue Update Finished"
-#: ../../bin/quarantine_migration.php.inc:107
+#: ../../lib/class/catalog.class.php:1706
#, fuzzy
-msgid "to database"
-msgstr "Insert Database"
+msgid "Checked"
+msgstr "Checking"
-#: ../../bin/quarantine_migration.php.inc:124
+#: ../../lib/class/catalog.class.php:1706
#, fuzzy
-msgid "Deleted"
-msgstr "Delete"
+msgid "songs updated."
+msgstr "Playlist updated."
-#: ../../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"
+#: ../../lib/class/localplay.class.php:647
+#, fuzzy
+msgid "Stopped"
+msgstr "Stop"
-#: ../../bin/quarantine_migration.php.inc:178
+#: ../../lib/class/localplay.class.php:650
#, fuzzy
-msgid "Error: "
-msgstr "Error"
+msgid "Paused"
+msgstr "Pause"
-#: ../../bin/quarantine_migration.php.inc:179
-msgid "!\n"
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_big_art.inc:29
-#, fuzzy
-msgid "Album Art"
-msgstr "Find Album Art"
+#: ../../lib/preferences.php:245
+msgid "Enable"
+msgstr "Enable"
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
+#: ../../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_disabled_songs.inc:30
-msgid "Addition Time"
+#: ../../lib/preferences.php:277
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:49
+#: ../../lib/preferences.php:310
#, fuzzy
-msgid "Remove"
-msgstr "Remote"
+msgid "Disabled"
+msgstr "Disable"
-#: ../../templates/list_header.inc:110
-msgid "Prev"
-msgstr "Prev"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
+msgstr ""
-#: ../../templates/list_header.inc:156
-msgid "Next"
-msgstr "Next"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
+msgstr ""
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-#, fuzzy
-msgid "You are currently logged in as"
-msgstr "you are currently logged in as"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
+msgstr ""
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
msgstr ""
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
-msgstr "Song title"
+#: ../../lib/preferences.php:343
+msgid "Always"
+msgstr ""
-#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92
+#: ../../lib/rating.lib.php:51
#, 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"
+msgid "Don't Play"
+msgstr "Local Play"
-#: ../../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"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
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"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr ""
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
-msgstr "Desired Database Name"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr ""
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
-msgstr "MySQL Hostname"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr ""
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
-msgstr "MySQL Username"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr ""
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
-msgstr "MySQL Password"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr ""
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
-msgstr "Write Configuration"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
+msgstr "English"
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php Exists"
+#: ../../lib/general.lib.php:496
+#, fuzzy
+msgid "British English"
+msgstr "English"
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php Configured?"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
+msgstr "Turkish"
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
-msgstr "Check for Configuration"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
+msgstr ""
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
-msgstr "Play Album"
+#: ../../lib/general.lib.php:580
+msgid "On"
+msgstr "On"
-#: ../../templates/show_album.inc:56
-msgid "Play Random from Album"
-msgstr "Play Random from Album"
+#: ../../lib/general.lib.php:583
+msgid "Off"
+msgstr "Off"
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
-msgstr "Reset Album Art"
+#: ../../lib/ui.lib.php:92
+#, fuzzy
+msgid "Error Access Denied"
+msgstr "User Access Level"
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
-msgstr "Find Album Art"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
+msgstr "Upload"
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
-msgstr "Editing"
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
+msgstr "Local Play"
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
-msgstr "preferences"
+#: ../../lib/ui.lib.php:556
+#, fuzzy
+msgid "Random Play"
+msgstr "Random"
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
-msgstr "Rebuild Preferences"
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
+#, fuzzy
+msgid "Admin-Catalog"
+msgstr "Add Catalogue"
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
+#: ../../lib/ui.lib.php:576
+msgid "Admin-User Management"
msgstr ""
-#: ../../templates/show_preferences.inc:65
+#: ../../lib/ui.lib.php:580
#, fuzzy
-msgid "Streaming"
-msgstr "Stream"
+msgid "Admin-Mail Users"
+msgstr "Mail Users"
-#: ../../templates/show_preferences.inc:68
+#: ../../lib/ui.lib.php:584
#, fuzzy
-msgid "Options"
-msgstr "Action"
-
-#: ../../templates/show_preferences.inc:72
-msgid "Account"
-msgstr "Account"
+msgid "Admin-Manage Access Lists"
+msgstr "Access Lists"
-#: ../../templates/show_preferences.inc:76
+#: ../../lib/ui.lib.php:588
#, fuzzy
-msgid "System"
-msgstr "Stream"
+msgid "Admin-Site Preferences"
+msgstr "Admin Preferences"
-#: ../../templates/show_preferences.inc:79
-#, fuzzy
-msgid "Modules"
-msgstr "Mode"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
+msgstr ""
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
-msgstr "Update Preferences"
+#: ../../lib/ui.lib.php:596
+#, fuzzy
+msgid "Browse Music"
+msgstr "Browse"
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
-msgstr "Play Random Selection"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
+msgstr "Album Art Cleared"
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
-msgstr "Item count"
+#: ../../albums.php:32
+#, fuzzy
+msgid "Album Art information has been removed from the database"
+msgstr "Album Art information has been removed from the database"
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
-msgstr "From genre"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
+msgstr "Album Art Not Located"
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
+#: ../../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."
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
-msgstr "Full Albums"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+#, fuzzy
+msgid "Album Art Inserted"
+msgstr "Album Art Cleared"
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
-msgstr "Full Artist"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
+msgstr "Starting Update from Tags"
-#: ../../templates/show_random_play.inc:61
-#, fuzzy
-msgid "From catalog"
-msgstr "from catalogue"
+#: ../../albums.php:168 ../../artists.php:52
+msgid "Update From Tags Complete"
+msgstr "Update From Tags Complete"
-#: ../../templates/show_random_play.inc:67
-#, fuzzy
-msgid "Size Limit"
-msgstr "View Limit"
+#: ../../albums.php:169 ../../artists.php:53
+msgid "Return"
+msgstr "Return"
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
+#: ../../modules/localplay/mpd.controller.php:213
+msgid "Instance Name"
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"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
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_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"
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
msgstr ""
-#: ../../templates/show_install.inc:84
-#, fuzzy
-msgid "Ampache Database Username"
-msgstr "Desired Database Name"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "file"
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
-msgstr ""
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "File uploads not supported."
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
-msgstr "Insert Database"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "No file uploaded"
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
-msgstr "Add Access for a Host"
+#: ../../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."
-#: ../../templates/show_add_access.inc:23
+#: ../../modules/horde/Browser.php:901
+#, php-format
msgid ""
-"Use the form below to add a host that you want to have access to your "
-"Ampache catalog."
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
-"Use the form below to add a host that you want to have access to your "
-"Ampache catalog."
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
-#: ../../templates/show_add_access.inc:35
-#: ../../templates/show_edit_access.inc:35
-msgid "Start IP Address"
-msgstr "Start IP Address"
+#: ../../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."
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
-msgstr "End IP Address"
+#: ../../localplay.php:72 ../../localplay.php:80
+#, fuzzy
+msgid "Song(s) Removed from Playlist"
+msgstr "Server Playlist"
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
+#: ../../playlist.php:57
#, fuzzy
-msgid "Read"
-msgstr "Reason"
+msgid "Playlist Created"
+msgstr "Playlist updated."
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
+#: ../../playlist.php:57
+msgid " has been created"
msgstr ""
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
+#: ../../playlist.php:78
#, fuzzy
-msgid "ACL Type"
-msgstr "Type"
+msgid "Playlist Updated"
+msgstr "Playlist updated."
-#: ../../templates/show_add_access.inc:67
+#: ../../playlist.php:79
+msgid "has been updated and is now"
+msgstr ""
+
+#: ../../playlist.php:101
#, fuzzy
-msgid "Stream Access"
-msgstr "Stream"
+msgid "Playlist Imported"
+msgstr "Playlist updated."
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
+#: ../../playlist.php:130
+#, fuzzy
+msgid "Empty Playlists Deleted"
+msgstr "Import Playlist"
+
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
msgstr ""
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
+#: ../../login.php:87
+msgid "Unable to create new account"
msgstr ""
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
+#: ../../login.php:96
+msgid "No local account found"
msgstr ""
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
msgstr ""
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
+#: ../../artists.php:186
#, fuzzy
-msgid "Remote Key"
-msgstr "Remote"
+msgid "Show Artists starting with"
+msgstr "<u>S</u>how artists starting with"
-#: ../../templates/show_add_access.inc:87
+#: ../../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 "Create ACL"
-msgstr "Create Account"
+msgid "Filename:"
+msgstr "Filename"
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
-msgstr "Host Access to Your Catalogue"
+#~ msgid "Album Art Already Found"
+#~ msgstr "Album Art Already Found"
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
-msgstr "Add Entry"
+#, fuzzy
+#~ msgid "Show Genres starting with"
+#~ msgstr "<u>S</u>how artists starting with"
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
-msgstr "Start Address"
+#~ msgid "Downsample"
+#~ msgstr "Downsample"
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
-msgstr "End Address"
+#~ msgid "No songs in this playlist."
+#~ msgstr "No songs in this playlist."
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
-msgstr ""
+#~ msgid "New Playlist"
+#~ msgstr "New Playlist"
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
-msgstr "Revoke"
+#~ msgid "Show w/o art"
+#~ msgstr "Show w/o art"
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
-msgstr "Fullname"
+#~ msgid "Show all"
+#~ msgstr "Show all"
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
-msgstr "Last Seen"
+#~ msgid "Add a new user"
+#~ msgstr "Add a new user"
-#: ../../templates/show_users.inc:53
#, fuzzy
-msgid "Registration Date"
-msgstr "Register User"
+#~ msgid "Catalog Created and Songs Indexed"
+#~ msgstr "Catalogue Clean Done"
-#: ../../templates/show_users.inc:57
-msgid "Activity"
-msgstr ""
+#~ msgid "Do you really want to clear the statistics for this catalog?"
+#~ msgstr "Do you really want to clear the statistics for this catalogue?"
-#: ../../templates/show_users.inc:61
#, fuzzy
-msgid "Last Ip"
-msgstr "Last Seen"
+#~ msgid "Site"
+#~ msgstr "Size"
-#: ../../templates/show_users.inc:66
-msgid "On-line"
-msgstr "On-line"
+#, fuzzy
+#~ msgid "Confirm Delete"
+#~ msgstr "Entry Deleted"
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
-msgstr "Cover"
+#~ msgid "Do you really want to delete this Access Record?"
+#~ msgstr "Do you really want to delete this Access Record?"
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
-msgstr "Album Name"
+#~ msgid "Entry Deleted"
+#~ msgstr "Entry Deleted"
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
-msgstr "Album Year"
+#~ msgid "Entry Added"
+#~ msgstr "Entry Added"
-#: ../../templates/show_artist.inc:38
#, fuzzy
-msgid "Tracks"
-msgstr "Track"
+#~ msgid "Entry Updated"
+#~ msgstr "Entry Added"
-#: ../../templates/show_edit_access.inc:23
#, fuzzy
-msgid "Edit Access List"
-msgstr "Access Lists"
+#~ msgid "Are you sure you want to remove this module?"
+#~ msgstr "Are you sure you want to permanently delete"
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
-msgstr "Ampache Debug"
-
-#: ../../templates/show_test.inc:35
-msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
-msgstr ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
+#, fuzzy
+#~ msgid "No Playlists Found"
+#~ msgstr "No Results Found"
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
-msgstr "CHECK"
+#~ msgid "Users"
+#~ msgstr "Users"
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
-msgstr "STATUS"
+#~ msgid "Mail Users"
+#~ msgstr "Mail Users"
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
-msgstr "DESCRIPTION"
+#, fuzzy
+#~ msgid "Config"
+#~ msgstr "Write Configuration"
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
-msgstr "PHP Version"
+#, fuzzy
+#~ msgid "Access List"
+#~ msgstr "Access Lists"
-#: ../../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 ""
-"This tests to make sure that you are running a version of PHP that is known "
-"to work with Ampache."
+#, fuzzy
+#~ msgid "Rename Artist"
+#~ msgstr "Artist"
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
-msgstr "Mysql for PHP"
+#, fuzzy
+#~ msgid "Module Name"
+#~ msgstr "Full Name"
-#: ../../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 ""
-"This test checks to see if you have the mysql extensions loaded for PHP. "
-"These are required for Ampache to work."
+#~ msgid "Newest Artist Additions"
+#~ msgstr "Newest Artist Additions"
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
-msgstr "PHP Session Support"
+#~ msgid "Newest Album Additions"
+#~ msgstr "Newest Album Additions"
-#: ../../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 ""
-"This test checks to make sure that you have PHP session support enabled. "
-"Sessions are required for Ampache to work."
+#~ msgid "Playlist Actions"
+#~ msgstr "Playlist Actions"
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
-msgstr "PHP ICONV Support"
+#~ msgid "Edit Playlist"
+#~ msgstr "Edit Playlist"
-#: ../../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 ""
-"This test checks to make sure you have Iconv support installed. Iconv "
-"support is not required for Ampache, but it is highly recommended"
+#, fuzzy
+#~ msgid "Play This Playlist"
+#~ msgstr "Play Full Playlist"
-#: ../../templates/show_test.inc:121
#, fuzzy
-msgid "PHP PCRE Support"
-msgstr "PHP ICONV Support"
+#~ msgid "Delete This Playlist"
+#~ msgstr "Server Playlist"
-#: ../../templates/show_test.inc:134
#, fuzzy
-msgid ""
-"This test makes sure you have PCRE support compiled into your version of "
-"PHP, this is required for Ampache."
-msgstr ""
-"This test checks to make sure that you have PHP session support enabled. "
-"Sessions are required for Ampache to work."
+#~ msgid "Import From File"
+#~ msgstr "Importing a Playlist from a File"
-#: ../../templates/show_test.inc:138
#, fuzzy
-msgid "PHP PutENV Support"
-msgstr "PHP ICONV Support"
+#~ msgid "Delete Empty Playlists"
+#~ msgstr "Import Playlist"
-#: ../../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 ""
+#, fuzzy
+#~ msgid "Localplay Init Failed"
+#~ msgstr "Local Play Control"
-#: ../../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 ""
-"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."
+#, fuzzy
+#~ msgid "Show Albums starting with"
+#~ msgstr "<u>S</u>how only albums starting with"
-#: ../../templates/show_test.inc:193
#, 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 "Show Titles Starting With"
+#~ msgstr "<u>S</u>how artists starting with"
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
-msgstr "Ampache.cfg.php Up to Date?"
+#, fuzzy
+#~ msgid "Lists"
+#~ msgstr "Artists"
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
-msgstr "Ampache.cfg.php is missing the following:"
+#~ msgid "Error: Password Does Not Match or Empty"
+#~ msgstr "Error: Password Does Not Match or Empty"
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
-msgstr "DB Connection"
+#, fuzzy
+#~ msgid "Password Updated"
+#~ msgstr "Password"
-#: ../../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"
+#, fuzzy
+#~ msgid "Playlist Deleted"
+#~ msgstr "Play Selected"
-#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26
-msgid "Search Ampache"
-msgstr "Search Ampache"
+#, fuzzy
+#~ msgid "The Requested Playlist has been deleted"
+#~ msgstr "The requested song(s) have been enabled"
-#: ../../templates/show_similar_artists.inc:23
#, fuzzy
-msgid "Similar Artists"
-msgstr "Artists"
+#~ msgid "Are you sure you want to delete this playlist"
+#~ msgstr "Are you sure you want to permanently delete"
-#: ../../templates/show_similar_artists.inc:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr ""
+#, fuzzy
+#~ msgid "Confirm Action"
+#~ msgstr "Confirm Password"
-#: ../../templates/show_similar_artists.inc:62
#, fuzzy
-msgid "Back"
-msgstr "Track"
+#~ msgid "Remote Selected Tracks"
+#~ msgstr "Remove Selected Tracks"
-#: ../../templates/show_similar_artists.inc:73
#, fuzzy
-msgid "Rename selected"
-msgstr "Remove Selected Tracks"
+#~ msgid "Error: Unable to write to"
+#~ msgstr "Error: Unable to open"
-#: ../../templates/show_similar_artists.inc:83
-msgid "Advanced Options"
-msgstr ""
+#, fuzzy
+#~ msgid "Adding"
+#~ msgstr "Admin"
-#: ../../templates/show_similar_artists.inc:144
#, fuzzy
-msgid "Search Again"
-msgstr "Search Ampache"
+#~ msgid "to database"
+#~ msgstr "Insert Database"
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
-msgstr "Login"
+#, fuzzy
+#~ msgid "Continue? (Y/N):"
+#~ msgstr "Continue"
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
-msgstr "Remember Me"
+#, fuzzy
+#~ msgid "Error: "
+#~ msgstr "Error"
-#: ../../templates/show_login_form.inc:48
#, fuzzy
-msgid "Register"
-msgstr "Register User"
+#~ msgid "You are currently logged in as"
+#~ msgstr "you are currently logged in as"
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
-msgstr ""
+#~ msgid "Song title"
+#~ msgstr "Song title"
-#: ../../templates/show_search.inc:73
-#, fuzzy
-msgid "Played"
-msgstr "Play"
+#~ msgid "Total"
+#~ msgstr "Total"
+
+#~ msgid "Rebuild Preferences"
+#~ msgstr "Rebuild Preferences"
-#: ../../templates/show_search.inc:81
#, fuzzy
-msgid "Min Bitrate"
-msgstr "Bitrate"
+#~ msgid "Streaming"
+#~ msgstr "Stream"
-#: ../../templates/show_search.inc:96
-msgid "One Star"
-msgstr ""
+#, fuzzy
+#~ msgid "Options"
+#~ msgstr "Action"
-#: ../../templates/show_search.inc:97
#, fuzzy
-msgid "Two Stars"
-msgstr "Total Users"
+#~ msgid "System"
+#~ msgstr "Stream"
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
-msgstr ""
+#~ 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_search.inc:99
-msgid "Four Stars"
-msgstr ""
+#~ msgid "Host Access to Your Catalog"
+#~ msgstr "Host Access to Your Catalogue"
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
-msgstr ""
+#~ msgid "Revoke"
+#~ msgstr "Revoke"
-#: ../../templates/show_search.inc:103
-msgid "Operator"
-msgstr ""
+#~ msgid "Album Name"
+#~ msgstr "Album Name"
-#: ../../templates/show_search.inc:106
-msgid "AND"
-msgstr ""
+#~ msgid "Album Year"
+#~ msgstr "Album Year"
-#: ../../templates/show_search.inc:112
#, fuzzy
-msgid "Method"
-msgstr "Mode"
-
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
-msgstr ""
-
-#: ../../templates/show_search.inc:116
-msgid "Exact"
-msgstr ""
+#~ msgid "Tracks"
+#~ msgstr "Track"
-#: ../../templates/show_search.inc:119
-msgid "Maximum Results"
-msgstr ""
+#, fuzzy
+#~ msgid "Edit Access List"
+#~ msgstr "Access Lists"
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
-msgstr ""
+#, 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"
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
-msgstr ""
+#~ msgid "Ampache.cfg.php Up to Date?"
+#~ msgstr "Ampache.cfg.php Up to Date?"
-#: ../../templates/show_search.inc:147
-msgid "Save"
-msgstr ""
+#~ 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,984 +16,1099 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:64 ../../download/index.php:61
-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"
+#: ../../register.php:82
+msgid "Error Captcha Required"
msgstr ""
-#: ../../lib/class/catalog.class.php:812
-msgid "Starting Catalog Build"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/class/catalog.class.php:816
-msgid "Running Remote Sync"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
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"
+#: ../../register.php:101
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/class/catalog.class.php:847
-#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258
-msgid "Starting Album Art Search"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
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"
+#: ../../register.php:131
+msgid "You must enter a password"
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"
+#: ../../register.php:135
+msgid "Your passwords do not match"
msgstr ""
-#: ../../lib/class/catalog.class.php:894
-#: ../../lib/class/catalog.class.php:1565
-msgid "Updated"
-msgstr ""
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
+msgstr "Error: Este usuario ya existe"
-#: ../../lib/class/catalog.class.php:901
-msgid "No Update Needed"
+#: ../../register.php:157
+msgid "Error: Insert Failed"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "Starting New Song Search on"
+#: ../../register.php:174
+msgid "Registration Complete"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "catalog"
-msgstr "catálogo"
+#: ../../update.php:51
+#, fuzzy
+msgid "Ampache Update"
+msgstr "Actualización rápida"
-#: ../../lib/class/catalog.class.php:987
-msgid "Running Remote Update"
+#: ../../play/index.php:72
+msgid "Session Expired: please log in again at"
msgstr ""
-#: ../../lib/class/catalog.class.php:1044
-msgid "Catalog Update Finished"
+#: ../../ratings.php:32
+msgid "Rating Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Error"
+#: ../../ratings.php:32
+msgid "Your rating for this object has been updated"
msgstr ""
-#: ../../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 ""
-#: ../../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"
+#: ../../admin/flag.php:97
+#, fuzzy
+msgid "Song Updated"
+msgstr "TĂ­tulo de la canciĂłn"
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Reason"
+#: ../../admin/flag.php:97
+msgid "The requested song has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1123
-msgid "Completed updating remote catalog(s)"
-msgstr ""
+#: ../../admin/flag.php:139
+#, fuzzy
+msgid "Album Updated"
+msgstr "Nombre del álbum"
-#: ../../lib/class/catalog.class.php:1158
-msgid "Added"
-msgstr "Agregado"
+#: ../../admin/flag.php:181
+#, fuzzy
+msgid "Artist Updated"
+msgstr "Actualización rápida"
-#: ../../lib/class/catalog.class.php:1240
-msgid "Cleaning the"
-msgstr ""
+#: ../../admin/flag.php:246
+#, fuzzy
+msgid "Songs Updated"
+msgstr "Actualización rápida"
-#: ../../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"
+#: ../../admin/flag.php:254
+#, fuzzy
+msgid "Flag Removed"
+msgstr "Marcar la selecciĂłn"
-#: ../../lib/class/catalog.class.php:1241
-msgid "Checking"
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "Catalog Clean Done"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "files removed"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1520
-msgid "Updating the"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1521
-msgid "songs found checking tag information."
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1522
-msgid "Verifed"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
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"
+#: ../../admin/flag.php:305
+#, fuzzy
+msgid "Flagged Records"
+msgstr "Comentado por"
-#: ../../lib/class/catalog.class.php:1580
-msgid "Album Art Already Found"
-msgstr "Ya encontró el arte de álbum"
+#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
+#: ../../admin/catalog.php:95 ../../admin/catalog.php:153
+#, fuzzy
+msgid "Catalog Updated"
+msgstr "Actualización rápida"
-#: ../../lib/class/catalog.class.php:1634
+#: ../../admin/catalog.php:106
#, fuzzy
-msgid "Update Finished."
-msgstr "Actualizar el usuario"
+msgid "Catalog Deleted"
+msgstr "Tamaño del catálogo"
-#: ../../lib/class/catalog.class.php:1634
-msgid "Checked"
+#: ../../admin/catalog.php:106
+msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "songs updated."
+#: ../../admin/catalog.php:115
+msgid "Songs Removed"
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"
+#: ../../admin/catalog.php:118
+msgid "No Songs Removed"
msgstr ""
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
+#: ../../admin/catalog.php:121
+msgid "Disabled Songs Processed"
msgstr ""
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
-msgstr ""
+#: ../../admin/catalog.php:141
+#, fuzzy
+msgid "Catalog Cleaned"
+msgstr "Nombre del catálogo"
-#: ../../lib/class/song.class.php:373
-msgid "Mode"
-msgstr ""
+#: ../../admin/catalog.php:191
+#, fuzzy
+msgid "Catalog Created"
+msgstr "Tamaño del catálogo"
-#: ../../lib/class/song.class.php:377
-#: ../../templates/show_tv_playlist.inc.php:46
-#: ../../templates/show_songs.inc:51
-msgid "Time"
-msgstr "Tiempo"
+#: ../../admin/catalog.php:208
+#, fuzzy
+msgid "Catalog statistics cleared"
+msgstr "Estadísticas del catálogo"
-#: ../../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"
+#: ../../admin/catalog.php:223
+msgid "Now Playing Cleared"
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"
+#: ../../admin/catalog.php:223
+msgid "All now playing data has been cleared"
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"
+#: ../../admin/catalog.php:233
+msgid "No Disabled songs found"
msgstr ""
-#: ../../lib/class/flag.class.php:264
+#: ../../admin/catalog.php:242
#, fuzzy
-msgid "Approved"
-msgstr "Modo"
+msgid "Delete Catalog"
+msgstr "Actualizar los catálogos"
-#: ../../lib/class/flag.class.php:265
-#, fuzzy
-msgid "Pending"
-msgstr "Añadiendo"
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
+msgstr "¿Confirmas que quiere borrar este catálogo?"
-#: ../../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"
+#: ../../admin/catalog.php:261
+msgid "Album Art Search Finished"
+msgstr "Búsqueda de arte de álbum acabado"
-#: ../../lib/class/flag.class.php:280
-msgid "Re-Tag"
+#: ../../admin/users.php:51 ../../admin/users.php:95
+#: ../../lib/class/user.class.php:408
+msgid "Error Username Required"
msgstr ""
-#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
+#: ../../admin/users.php:54 ../../admin/users.php:91
+#: ../../lib/class/user.class.php:412
+msgid "Error Passwords don't match"
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"
+#: ../../admin/users.php:79
+msgid "User Updated"
msgstr ""
-#: ../../lib/class/localplay.class.php:564
-msgid "Stopped"
+#: ../../admin/users.php:79
+msgid "updated"
msgstr ""
-#: ../../lib/class/localplay.class.php:567
-#, fuzzy
-msgid "Paused"
-msgstr "Ya tocado"
-
-#: ../../lib/class/album.class.php:163
-msgid "Various"
-msgstr "Varios"
+#: ../../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 ""
-#: ../../lib/class/genre.class.php:285
-msgid "Show Genres starting with"
-msgstr "Mostrar géneros que empiezan con"
+#: ../../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"
-#: ../../lib/rating.lib.php:43
-msgid "Don't Play"
+#: ../../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 ""
-#: ../../lib/rating.lib.php:46
-msgid "It's Pretty Bad"
-msgstr "Horrible"
+#: ../../admin/users.php:119
+msgid "New User Added"
+msgstr ""
-#: ../../lib/rating.lib.php:49
-msgid "It's Ok"
-msgstr "Está bien"
+#: ../../admin/users.php:124
+msgid "User Enabled"
+msgstr ""
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
-msgstr "Me gusta"
+#: ../../admin/users.php:129
+msgid "User Disabled"
+msgstr ""
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
-msgstr "¡Me encanta!"
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
+msgstr ""
-#: ../../lib/rating.lib.php:58
-msgid "It's Insane"
-msgstr "¡Totalmente loco!"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
+msgstr ""
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
-msgstr "¡Super chévere!"
+#: ../../admin/users.php:154
+msgid "User Deleted"
+msgstr "Usuario borrado"
-#: ../../lib/preferences.php:258
-msgid "Enable"
-msgstr ""
+#: ../../admin/users.php:157
+msgid "Delete Error"
+msgstr "Error de borrar"
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
-msgstr ""
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
+msgstr "No puede borrar el Ăşltimo usuario administrador"
-#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41
-#: ../../templates/show_playtype_switch.inc.php:30
-msgid "Stream"
+#: ../../admin/users.php:163
+msgid "Deletion Request"
msgstr ""
-#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42
-#: ../../templates/show_playtype_switch.inc.php:34
-msgid "Downsample"
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
msgstr ""
-#: ../../lib/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
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
+#: ../../admin/modules.php:54 ../../admin/modules.php:92
#, fuzzy
-msgid "Localplay"
-msgstr "Local"
+msgid "Are you sure you want to remove this plugin?"
+msgstr "¿Está seguro que quiere borrar esta lista?"
-#: ../../lib/preferences.php:282
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "XSPF Player"
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
+msgid "Plugin Deactivated"
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"
+#: ../../admin/modules.php:85
+msgid "Plugin Activated"
msgstr ""
-#: ../../lib/preferences.php:326
-msgid "Disabled"
+#: ../../admin/modules.php:120
+msgid "Plugins"
msgstr ""
-#: ../../lib/preferences.php:327
-msgid "Global"
+#: ../../admin/modules.php:126
+msgid "Localplay Controllers"
msgstr ""
-#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58
-msgid "Local"
-msgstr "Local"
+#: ../../admin/access.php:35
+msgid "Deleted"
+msgstr "Borrado"
-#: ../../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"
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
+msgstr ""
-#: ../../lib/playlist.lib.php:194 ../../playlist.php:63
-msgid "New Playlist"
-msgstr "Nueva lista"
+#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55
+#: ../../lib/class/catalog.class.php:1281
+msgid "Added"
+msgstr "Agregado"
-#: ../../lib/ui.lib.php:115
-msgid "Error Access Denied"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
msgstr ""
-#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87
-#: ../../ampache/templates/sidebar.inc.php:89
-msgid "Browse"
+#: ../../admin/access.php:45 ../../preferences.php:90
+#: ../../lib/class/catalog.class.php:1020
+msgid "Updated"
msgstr ""
-#: ../../lib/ui.lib.php:196
-msgid "Show w/o art"
-msgstr "Mostrar todo sin arte"
+#: ../../admin/access.php:45
+#, fuzzy
+msgid "Access List Entry updated"
+msgstr "Listas de acceso"
-#: ../../lib/ui.lib.php:199
-msgid "Show all"
-msgstr "Mostrar todo"
+#: ../../admin/system.php:64
+msgid "Export Failed"
+msgstr ""
-#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81
+#: ../../admin/mail.php:90
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
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
msgid "days"
msgstr "dĂ­as"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hour"
msgstr "hora"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hours"
msgstr "horas"
-#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48
-#: ../../ampache/templates/sidebar.inc.php:50
-msgid "Home"
-msgstr ""
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Usuarios en total"
-#: ../../lib/ui.lib.php:793
-msgid "Upload"
-msgstr "Subir"
+#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Usuarios conectados"
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
-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 "Ălbumes"
-#: ../../lib/ui.lib.php:799
-#, fuzzy
-msgid "Random Play"
-msgstr "Al azar"
+#: ../../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"
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Lista"
+#: ../../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"
-#: ../../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"
+#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Tamaño del catálogo"
-#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79
-#: ../../ampache/templates/sidebar.inc.php:81
-msgid "Preferences"
-msgstr "Preferencias"
+#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Tiempo del catálogo"
-#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815
+#: ../../admin/mail.php:260
#, fuzzy
-msgid "Admin-Catalog"
-msgstr "Añadir catálogo"
+msgid "E-mail Sent"
+msgstr "Correo"
-#: ../../lib/ui.lib.php:819
-#, fuzzy
-msgid "Admin-User Management"
-msgstr "Nombre de usuario"
+#: ../../admin/mail.php:261
+msgid "Your E-mail was successfully sent."
+msgstr ""
-#: ../../lib/ui.lib.php:823
-#, fuzzy
-msgid "Admin-Mail Users"
-msgstr "Mandar un correo a los usuarios"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:827
+#: ../../flag.php:45
#, fuzzy
-msgid "Admin-Manage Access Lists"
-msgstr "Listas de aceso"
+msgid "Item Flagged"
+msgstr "Comentado por"
+
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
+msgstr ""
-#: ../../lib/ui.lib.php:831
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
#, fuzzy
-msgid "Admin-Site Preferences"
-msgstr "Preferencias del Admin"
+msgid "Catalogs"
+msgstr "Catálogo"
-#: ../../lib/ui.lib.php:835
-msgid "Admin-Manage Modules"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:839
-msgid "Browse Music"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
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"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+#, fuzzy
+msgid "Clean"
+msgstr "Borrar la informaciĂłn"
-#: ../../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"
+#: ../../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"
-#: ../../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"
+#: ../../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"
-#: ../../lib/ui.lib.php:1429
-msgid "Manage Users"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
-msgstr "Añadir usuario nuevo"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
+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 "No hay suficiente informaciĂłn"
+#: ../../templates/show_admin_tools.inc.php:68
+#, fuzzy
+msgid "No Catalogs Found"
+msgstr "No encontrado"
-#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880
-msgid "English"
-msgstr "Inglés"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+#, fuzzy
+msgid "Clean All"
+msgstr "Limpiar todo(s) catálogo(s)"
-#: ../../lib/general.lib.php:881
-msgid "British English"
-msgstr "Inglés de Bretaña"
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+#, fuzzy
+msgid "Verify All"
+msgstr "Ver todos"
-#: ../../lib/general.lib.php:887
-msgid "Turkish"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+#, fuzzy
+msgid "Add to All"
+msgstr "Añadir a"
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
-msgstr "Chino simplificado"
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+#, fuzzy
+msgid "Update All"
+msgstr "Actualizar perfil"
-#: ../../lib/general.lib.php:966
-msgid "On"
-msgstr "Encender"
+#: ../../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"
-#: ../../lib/general.lib.php:969
-msgid "Off"
-msgstr "Apagar"
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr "Recolectar arte del álbum"
-#: ../../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"
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:21
+msgid "Other Tools"
msgstr ""
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "archivo"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "Mostrar las canciĂłnes duplicados"
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:23
+msgid "Clear Now Playing"
msgstr ""
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "No archivo subido"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
+msgstr ""
-#: ../../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."
+#: ../../templates/show_admin_tools.inc.php:93
+#, fuzzy
+msgid "Preferences Permissions"
+msgstr "Preferencias"
-#: ../../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)."
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
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."
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
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"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr ""
-#: ../../admin/catalog.php:119
+#: ../../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 "Catalog Deleted"
-msgstr "Tamaño del catálogo"
+msgid "Object"
+msgstr "Subjeto"
-#: ../../admin/catalog.php:119
-msgid "The Catalog and all associated records has been deleted"
+#: ../../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 ""
-#: ../../admin/catalog.php:128
-msgid "Songs Removed"
+#: ../../templates/show_flagged.inc.php:41
+#: ../../templates/show_flagged.inc.php:77
+msgid "Status"
msgstr ""
-#: ../../admin/catalog.php:131
-msgid "No Songs Removed"
+#: ../../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 ""
-#: ../../admin/catalog.php:134
-msgid "Disabled Songs Processed"
+#: ../../templates/show_flagged.inc.php:84
+msgid "Approve"
msgstr ""
-#: ../../admin/catalog.php:155
+#: ../../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 "Catalog Cleaned"
-msgstr "Nombre del catálogo"
+msgid "Update"
+msgstr "Actualizar ID3"
-#: ../../admin/catalog.php:198
+#: ../../templates/show_flagged.inc.php:91
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
#, fuzzy
-msgid "Catalog Created"
-msgstr "Tamaño del catálogo"
-
-#: ../../admin/catalog.php:199
-msgid "Catalog Created and Songs Indexed"
-msgstr ""
+msgid "Show All"
+msgstr "Mostrar todo"
-#: ../../admin/catalog.php:212
-#, fuzzy
-msgid "Catalog statistics cleared"
-msgstr "Estadísticas del catálogo"
+#: ../../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"
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
+#: ../../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."
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
+#: ../../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 ""
-#: ../../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"
+#: ../../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"
-#: ../../admin/catalog.php:249
-#, fuzzy
-msgid "Delete Catalog"
-msgstr "Actualizar los catálogos"
+#: ../../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 ""
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
-msgstr "¿Confirmas que quiere borrar este catálogo?"
+#: ../../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 ""
-#: ../../admin/catalog.php:261 ../../admin/catalog.php:264
-msgid "Album Art Search Finished"
-msgstr "Búsqueda de arte de álbum acabado"
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
+msgstr ""
-#: ../../admin/flag.php:97
-#, fuzzy
-msgid "Song Updated"
-msgstr "TĂ­tulo de la canciĂłn"
+#: ../../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 ""
-#: ../../admin/flag.php:97
-msgid "The requested song has been updated"
+#: ../../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 ""
-#: ../../admin/flag.php:139
-#, fuzzy
-msgid "Album Updated"
-msgstr "Nombre del álbum"
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
+msgstr ""
-#: ../../admin/flag.php:181
-#, fuzzy
-msgid "Artist Updated"
-msgstr "Actualización rápida"
+#: ../../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 ""
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Songs Updated"
-msgstr "Actualización rápida"
+#: ../../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"
-#: ../../admin/flag.php:254
-#, fuzzy
-msgid "Flag Removed"
-msgstr "Marcar la selecciĂłn"
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
+msgstr "Crear una cuenta"
-#: ../../admin/flag.php:255
-msgid "Flag Removed from"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
msgstr ""
-#: ../../admin/flag.php:270
-msgid "Flags Updated"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
-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"
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
msgstr ""
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
msgstr ""
-#: ../../admin/flag.php:305
-#, fuzzy
-msgid "Flagged Records"
-msgstr "Comentado por"
+#: ../../templates/show_song.inc.php:22
+msgid "Details"
+msgstr ""
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
-#, fuzzy
-msgid "Site"
+#: ../../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"
-#: ../../admin/access.php:42
-#, fuzzy
-msgid "Confirm Delete"
-msgstr "Usuario borrado"
+#: ../../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"
-#: ../../admin/access.php:43
-msgid "Do you really want to delete this Access Record?"
-msgstr "ÂżConfirmas borrar este registro de aceso?"
+#: ../../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"
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
-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 "Género"
-#: ../../admin/access.php:49
-msgid "Your Access List Entry has been removed"
+#: ../../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 ""
-#: ../../admin/access.php:54
-msgid "Entry Added"
+#: ../../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 ""
-#: ../../admin/access.php:54
-msgid "Your new Access List Entry has been created"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
msgstr ""
-#: ../../admin/access.php:58
+#: ../../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 "Entry Updated"
-msgstr "Actualización rápida"
+msgid "Song Title"
+msgstr "TĂ­tulo de la canciĂłn"
-#: ../../admin/access.php:58
-#, fuzzy
-msgid "Access List Entry updated"
-msgstr "Listas de acceso"
+#: ../../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"
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
+#: ../../templates/sidebar_browse.inc.php:15
+msgid "Radio Stations"
msgstr ""
-#: ../../admin/users.php:68 ../../admin/users.php:108
-msgid "Error Passwords don't match"
+#: ../../templates/sidebar_browse.inc.php:18
+msgid "Filters"
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"
+#: ../../templates/sidebar_browse.inc.php:23
+msgid "Minimum Count"
msgstr ""
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
+#: ../../templates/sidebar_browse.inc.php:25
+msgid "Rated"
msgstr ""
-#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
-msgstr "No"
-
-#: ../../admin/users.php:150
-msgid "User Deleted"
-msgstr "Usuario borrado"
-
-#: ../../admin/users.php:153
-msgid "Delete Error"
-msgstr "Error de borrar"
+#: ../../templates/sidebar_browse.inc.php:28
+msgid "Unplayed"
+msgstr ""
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
-msgstr "No puede borrar el Ăşltimo usuario administrador"
+#: ../../templates/sidebar_browse.inc.php:31
+msgid "Show Art"
+msgstr ""
-#: ../../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"
+#: ../../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 ""
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
-msgid "Total Users"
-msgstr "Usuarios en total"
+#: ../../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"
-#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26
-msgid "Connected Users"
-msgstr "Usuarios conectados"
+#: ../../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"
-#: ../../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"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+msgstr ""
-#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31
-msgid "Catalog Size"
-msgstr "Tamaño del catálogo"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:102
+msgid "Last Seen"
+msgstr "Ăšltimo visto"
-#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32
-msgid "Catalog Time"
-msgstr "Tiempo del catálogo"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
+msgstr ""
-#: ../../admin/mail.php:252
-#, fuzzy
-msgid "E-mail Sent"
-msgstr "Correo"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr ""
-#: ../../admin/mail.php:253
-msgid "Your E-mail was successfully sent."
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
msgstr ""
-#: ../../admin/modules.php:41
-msgid "Module Activated"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../admin/modules.php:48
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
#, fuzzy
-msgid "Are you sure you want to remove this module?"
-msgstr "¿Está seguro que quiere borrar esta lista?"
+msgid "Recently Played"
+msgstr "Menos tocado"
-#: ../../admin/modules.php:56
-msgid "Module Deactivated"
+#: ../../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 ""
-#: ../../admin/modules.php:72
-msgid "Plugin Activated"
-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"
-#: ../../admin/modules.php:79
-#, fuzzy
-msgid "Are you sure you want to remove this plugin?"
-msgstr "¿Está seguro que quiere borrar esta lista?"
+#: ../../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"
-#: ../../admin/modules.php:95
-msgid "Plugin Deactivated"
-msgstr ""
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr "Arte del álbum"
-#: ../../admin/system.php:120
-msgid "Export Failed"
+#: ../../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
@@ -1018,513 +1133,761 @@ msgstr ""
msgid "Incorrect Tags"
msgstr ""
-#: ../../templates/show_flag.inc.php:70
-#: ../../templates/show_flagged.inc.php:30
-msgid "Flag"
-msgstr "Bandera"
+#: ../../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 "InstalaciĂłn de Ampache"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302
+#, fuzzy
+msgid "Other"
+msgstr "otro"
-#: ../../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 ""
-"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_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_install_account.inc.php:47
+#: ../../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 ""
-"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"
+#: ../../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 "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:55
-#: ../../templates/show_install_config.inc:57
-#: ../../templates/show_install.inc:57
-msgid "Step 3 - Setup Initial Account"
+#: ../../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_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
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_disabled_songs.inc.php:65
+#, fuzzy
+msgid "Remove"
+msgstr "Cambiar el nombre"
+
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
msgstr ""
-#: ../../templates/show_install_account.inc.php:60
-msgid "Create Admin Account"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
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"
+#: ../../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_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_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_install_account.inc.php:74
-msgid "Create Account"
-msgstr "Crear una cuenta"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:101
+msgid "Fullname"
+msgstr "Nombre entero"
-#: ../../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_users.inc.php:41
+#: ../../templates/show_users.inc.php:103
+msgid "Registration Date"
+msgstr "Fecha de registro"
-#: ../../templates/show_playlists.inc.php:33
-msgid "Playlist Name"
-msgstr "Nombre de la lista"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
+#, fuzzy
+msgid "Last Ip"
+msgstr "Ăšltimo visto"
-#: ../../templates/show_playlists.inc.php:34
-msgid "# Songs"
-msgstr "Numero de canciĂłnes"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:109
+msgid "On-line"
+msgstr "En linea"
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
-msgstr "Dueño"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+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 "AcciĂłnes"
+#: ../../templates/show_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
+#, fuzzy
+msgid "Base Playlist"
+msgstr "Nueva lista"
-#: ../../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_manage_democratic.inc.php:58
+msgid "Create New Playlist"
+msgstr "Crear nueva lista"
-#: ../../templates/show_playlists.inc.php:55
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_access_list.inc:67
-msgid "Edit"
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_search.inc.php:91
+msgid "Rating"
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_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_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 azar"
+#: ../../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_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
-msgstr "Bajar"
+#: ../../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_playlists.inc.php:75
-#, fuzzy
-msgid "No Playlists Found"
-msgstr "No se encontraron resultados"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
+msgstr ""
-#: ../../templates/show_duplicates.inc.php:25
-msgid "Find Duplicates"
+#: ../../templates/show_install_config.inc.php:60
+msgid "Web Path"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
-msgstr "Tipo de bĂşsqueda"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr ""
-#: ../../templates/show_duplicates.inc.php:36
-msgid "Artist and Title"
-msgstr "Artista y TĂ­tulo"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "Nombre del servidor MySQL"
-#: ../../templates/show_duplicates.inc.php:37
-msgid "Artist, Album and Title"
-msgstr "Artista, Ălbum y TĂ­tulo"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "Nombre del usuario de MySQL"
-#: ../../templates/show_duplicates.inc.php:44
-msgid "Select Best Guess"
+#: ../../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_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
-msgstr "SĂ­"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr ""
-#: ../../templates/show_tv.inc.php:42
-msgid "Controls"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
msgstr ""
-#: ../../templates/show_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
-#, fuzzy
-msgid "Current Playlist"
-msgstr "Crear nueva lista"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:27
-#, fuzzy
-msgid "Editing Playlist"
-msgstr "Cambia la lista de reproducciĂłn"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
+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 "Nombre"
+#: ../../templates/show_edit_user.inc.php:23
+msgid "Editing existing User"
+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 "Tipo"
+#: ../../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_playlist_edit.inc.php:39
-msgid "Public"
-msgstr "PĂşblico"
+#: ../../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_playlist_edit.inc.php:40
-#, fuzzy
-msgid "Private"
-msgstr "Tu privado"
+#: ../../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_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
+#: ../../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 "Update"
-msgstr "Actualizar ID3"
+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
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
-msgstr "Usuarios"
+msgid "Browse"
+msgstr ""
#: ../../templates/sidebar.inc.php:29
-#: ../../ampache/templates/sidebar.inc.php:29
-msgid "Mail Users"
-msgstr "Mandar un correo a los usuarios"
+#: ../../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:31
-#: ../../ampache/templates/sidebar.inc.php:31
-msgid "Config"
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565
+msgid "Preferences"
+msgstr "Preferencias"
+
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
msgstr ""
-#: ../../templates/sidebar.inc.php:32
-#: ../../ampache/templates/sidebar.inc.php:32
-msgid "Access List"
-msgstr "Lista de aceso"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr ""
-#: ../../templates/sidebar.inc.php:37
-#: ../../ampache/templates/sidebar.inc.php:37
-#, fuzzy
-msgid "Song Title"
-msgstr "TĂ­tulo de la canciĂłn"
+#: ../../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/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"
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
msgstr ""
-#: ../../templates/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
-msgstr "Minutos"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
+msgstr ""
-#: ../../templates/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
-msgstr "Menos tocado"
+#: ../../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/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
-msgstr "Ponerlos en el queue"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
+msgstr ""
-#: ../../templates/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
msgstr ""
-#: ../../templates/sidebar.inc.php:189
-#: ../../ampache/templates/sidebar.inc.php:191
-msgid "Logout"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:27
+#: ../../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 "Catalogs"
-msgstr "Catálogo"
+msgid "Description"
+msgstr "descripciĂłn"
-#: ../../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_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_admin_tools.inc.php:42
-msgid "Add"
+#: ../../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_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 "Borrar la informaciĂłn"
+#: ../../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_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 "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_admin_tools.inc.php:65
-#, fuzzy
-msgid "No Catalogs Found"
-msgstr "No encontrado"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
+msgstr "Insertar una base de datos"
-#: ../../templates/show_admin_tools.inc.php:71
+#: ../../templates/show_similar_artists.inc.php:23
#, fuzzy
-msgid "Clean All"
-msgstr "Limpiar todo(s) catálogo(s)"
+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_admin_tools.inc.php:72
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:77
#, fuzzy
-msgid "Verify All"
-msgstr "Ver todos"
+msgid "Rename selected"
+msgstr "Tocar la selecciĂłn"
-#: ../../templates/show_admin_tools.inc.php:73
+#: ../../templates/show_similar_artists.inc.php:91
#, fuzzy
-msgid "Add to All"
-msgstr "Añadir a"
+msgid "Advanced Options"
+msgstr "Agregado"
-#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_similar_artists.inc.php:152
#, fuzzy
-msgid "Update All"
-msgstr "Actualizar perfil"
+msgid "Search Again"
+msgstr "Buscar"
-#: ../../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_add_playlist.inc.php:24
+msgid "Create a new playlist"
+msgstr "Crear una lista nueva"
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
+#: ../../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_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
-msgstr "Mostrar las canciĂłnes duplicados"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
+#: ../../templates/show_playlist.inc.php:30
+msgid "Normalize Tracks"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75
-msgid "Generate New Config"
+#: ../../templates/show_playlist.inc.php:31
+msgid "Play All"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:86
-#, fuzzy
-msgid "Preferences Permissions"
-msgstr "Preferencias"
+#: ../../templates/show_playlist.inc.php:32
+msgid "Play Random"
+msgstr "Toca al azar"
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-msgid "Check for New Version"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
-msgstr "Ălbumes por"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:33
-msgid "Show All Songs By"
-msgstr "Mostrar todas las canciĂłnes por"
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
-msgstr "Tocar todas las canciĂłnes por"
+#: ../../templates/show_albums.inc.php:40
+#: ../../templates/show_albums.inc.php:61
+msgid "Cover"
+msgstr "Portada"
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Play Random Songs By"
-msgstr "Tocar al azar las canciĂłnes por"
+#: ../../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_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
-msgstr ""
+#: ../../templates/show_preference_admin.inc.php:22
+#, fuzzy
+msgid "Preference Administration"
+msgstr "Preferencias"
-#: ../../templates/show_artist_box.inc.php:38
-msgid "Rename Artist"
-msgstr "Cambiar el nombre del artista"
+#: ../../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_artist_box.inc.php:39
-msgid "Find duplicate artists"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
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_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "minutes ago"
+msgstr "Minutos"
-#: ../../templates/show_user.inc.php:36
-msgid "Results Per Page"
-msgstr "Resultados por página"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "hours ago"
+msgstr "horas"
-#: ../../templates/show_user.inc.php:42
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
#, fuzzy
-msgid "New Password"
-msgstr "Contraseña"
+msgid "days ago"
+msgstr "dĂ­as"
-#: ../../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_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
msgstr ""
-#: ../../templates/show_user.inc.php:55
-msgid "Clear Stats"
-msgstr "Borrar las estadĂ­sticas"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr ""
-#: ../../templates/show_user.inc.php:65
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
#, fuzzy
-msgid "Update Account"
-msgstr "Crear una cuenta"
+msgid "years ago"
+msgstr "año"
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:88
+msgid "Last Played"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:29
+#: ../../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 "Favorite Artists"
-msgstr "Artistas"
+msgid "One Star"
+msgstr "Dueño"
-#: ../../templates/show_user_stats.inc.php:40
+#: ../../templates/show_search.inc.php:96
#, fuzzy
-msgid "Favorite Albums"
-msgstr "Ălbumes enteros"
+msgid "Two Stars"
+msgstr "Usuarios en total"
-#: ../../templates/show_user_stats.inc.php:51
+#: ../../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 "Favorite Songs"
-msgstr "CanciĂłnes en total"
+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_tv_playlist.inc.php:31
+#: ../../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 "Playing from base Playlist"
-msgstr "Tocar esta lista"
+msgid "ACL Type"
+msgstr "Tipo"
-#: ../../templates/show_tv_playlist.inc.php:44
+#: ../../templates/show_edit_access.inc.php:34
+#: ../../templates/show_add_access.inc.php:64
#, fuzzy
-msgid "Votes"
-msgstr "otro"
+msgid "Stream Access"
+msgstr "Aceso"
-#: ../../templates/show_tv_playlist.inc.php:45
-#: ../../templates/show_list_duplicates.inc.php:31
-#: ../../templates/show_recently_played.inc.php:30
-msgid "Song"
+#: ../../templates/show_edit_access.inc.php:35
+#: ../../templates/show_add_access.inc.php:65
+msgid "Web Interface"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
-msgid "Preference"
-msgstr "Preferencia"
+#: ../../templates/show_edit_access.inc.php:36
+#: ../../templates/show_add_access.inc.php:66
+msgid "Local Network Definition"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
-msgstr "Valor"
+#: ../../templates/show_edit_access.inc.php:37
+msgid "XML-RPC"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
-msgstr "Aplicar a todos"
+#: ../../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_preference_box.inc.php:51
-msgid "description"
-msgstr "descripciĂłn"
+#: ../../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"
@@ -1542,11 +1905,6 @@ msgstr ""
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"
@@ -1555,116 +1913,77 @@ msgstr "Borrar la informaciĂłn"
msgid "Register User"
msgstr "Registrar usuario"
-#: ../../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 ""
-#: ../../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_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Recordarme"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../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_modules.inc.php:38
-#, fuzzy
-msgid "Localplay Modules"
-msgstr "Control local de reproducciĂłn"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr ""
-#: ../../templates/show_modules.inc.php:41
-#, fuzzy
-msgid "Module Name"
-msgstr "Nombre entero"
+#: ../../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_modules.inc.php:48
-#: ../../templates/show_modules.inc.php:81
-#: ../../templates/show_tv_adminctl.inc.php:28
-msgid "Activate"
-msgstr ""
+#: ../../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_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-msgid "Deactivate"
-msgstr ""
+#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
+msgstr "Los géneros más populares"
-#: ../../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_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_modules.inc.php:70
-msgid "Available Plugins"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
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_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: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
+#: ../../templates/show_edit_album.inc.php:41
msgid "Flag for Retagging"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:89
+#: ../../templates/show_edit_song.inc.php:88
#, 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"
-msgstr ""
-
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-msgstr "Mirando"
+#: ../../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:25
+#: ../../templates/show_mail_users.inc.php:24
#, fuzzy
msgid "Send E-mail to Users"
msgstr "Mandar un correo a los usuarios"
@@ -1673,317 +1992,371 @@ msgstr "Mandar un correo a los usuarios"
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
+#: ../../templates/show_mail_users.inc.php:54
#, 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
+#: ../../templates/show_mail_users.inc.php:65
#, 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
+#: ../../templates/show_mail_users.inc.php:75
msgid "Flagged Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
+#: ../../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:85
+#: ../../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:96
+#: ../../templates/show_mail_users.inc.php:98
msgid "Subject"
msgstr "Subjeto"
-#: ../../templates/show_mail_users.inc.php:103
+#: ../../templates/show_mail_users.inc.php:105
msgid "Message"
msgstr "Mensaje"
-#: ../../templates/show_mail_users.inc.php:113
+#: ../../templates/show_mail_users.inc.php:114
msgid "Send Mail"
msgstr "Mandar un correo"
-#: ../../templates/show_admin_info.inc.php:32
-msgid "Last Ten Flagged Records"
+#: ../../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_admin_info.inc.php:40
-#: ../../templates/show_flagged.inc.php:73
-#: ../../templates/show_ip_history.inc.php:28
-#, fuzzy
-msgid "Show All"
-msgstr "Mostrar todo"
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_preference_box.inc.php:61
+msgid "Catalog Manager"
+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"
+#: ../../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_tv_adminctl.inc.php:22
-#, fuzzy
-msgid "Admin Controls"
-msgstr "SecciĂłn de administraciĂłn"
+#: ../../templates/show_add_access.inc.php:72
+msgid "RPC Options"
+msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
+#: ../../templates/show_add_access.inc.php:82
#, fuzzy
-msgid "Base Playlist"
-msgstr "Nueva lista"
+msgid "Create ACL"
+msgstr "Crear una cuenta"
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
-#, fuzzy
-msgid "Clear Playlist"
-msgstr "Nueva lista"
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
+msgstr "Valor"
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
-msgstr "Seguir"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Aplicar a todos"
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
-msgstr "Cancelar"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
+msgstr "descripciĂłn"
-#: ../../templates/show_flagged.inc.php:28
+#: ../../templates/show_playlist_edit.inc.php:26
#, fuzzy
-msgid "Object"
-msgstr "Subjeto"
+msgid "Editing Playlist"
+msgstr "Cambia la lista de reproducciĂłn"
-#: ../../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_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "PĂşblico"
-#: ../../templates/show_flagged.inc.php:31
-msgid "Status"
-msgstr ""
+#: ../../templates/show_playlist_edit.inc.php:40
+#, fuzzy
+msgid "Private"
+msgstr "Tu privado"
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
msgstr ""
-#: ../../templates/show_flagged.inc.php:64
-msgid "Approve"
-msgstr ""
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
+msgstr "Tipo de bĂşsqueda"
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Cambiar el nombre"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
+msgstr "Artista y TĂ­tulo"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
+msgstr "Artista, Ălbum y TĂ­tulo"
+
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
+#: ../../templates/show_gather_art.inc.php:23
+#: ../../lib/class/catalog.class.php:972
+msgid "Starting Album Art Search"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:25
-msgid "Newest Artist Additions"
-msgstr "Los artistas más nuevos"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
+msgstr "Buscado"
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
-msgstr "Los álbumes más nuevos"
+#: ../../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 "Ălbumes por"
+
+#: ../../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:35
+msgid "Play All Songs By"
+msgstr "Tocar todas las canciĂłnes por"
-#: ../../templates/show_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
+#: ../../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:38
+#: ../../templates/show_album.inc.php:52
+msgid "Update from tags"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
+#: ../../templates/show_artist_box.inc.php:39
+msgid "Find duplicate artists"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
+#: ../../templates/show_artist_box.inc.php:42
+msgid "Recommend Similar"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:54
-#, fuzzy
-msgid "Local Image"
-msgstr "Local"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Tocar una canciĂłn al azar"
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
-msgstr "AcciĂłnes de la lista"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Del género"
-#: ../../templates/show_playlist_box.inc.php:34
-msgid "Edit Playlist"
-msgstr "Cambia la lista de reproducciĂłn"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
+msgstr "Estándar"
-#: ../../templates/show_playlist_box.inc.php:35
-msgid "Normalize Tracks"
+#: ../../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_random.inc.php:53
+msgid "Full Artist"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:36
-msgid "Play This Playlist"
-msgstr "Tocar esta lista"
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
+msgstr "Minutos"
-#: ../../templates/show_playlist_box.inc.php:37
-msgid "Play Random"
-msgstr "Toca al azar"
+#: ../../templates/show_random.inc.php:59
+#, fuzzy
+msgid "From catalog"
+msgstr "del catálogo"
-#: ../../templates/show_playlist_box.inc.php:38
+#: ../../templates/show_random.inc.php:65
#, fuzzy
-msgid "Delete This Playlist"
-msgstr "Tocar esta lista"
+msgid "Size Limit"
+msgstr "LĂ­mite"
+
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
+msgstr "Ponerlos en el queue"
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:644
+msgid "Now Playing"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
-msgstr "Crear nueva lista"
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr "Mirando"
+
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
+msgstr ""
+
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr "Cuenta"
+
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:43
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
+msgstr ""
+
+#: ../../templates/sidebar_preferences.inc.php:34
#, fuzzy
-msgid "Delete Empty Playlists"
-msgstr "Crear nueva lista"
+msgid "Localplay Modules"
+msgstr "Control local de reproducciĂłn"
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
-msgstr "Los géneros más populares"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/sidebar_localplay.inc.php:13
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/sidebar_localplay.inc.php:14
+#: ../../templates/sidebar_home.inc.php:12
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
-msgstr "Tocar la selecciĂłn"
+#: ../../templates/sidebar_localplay.inc.php:18
+msgid "Active Instance"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
-msgstr "Bajar la selecciĂłn"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Localplay Disabled"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
+#: ../../templates/show_get_albumart.inc.php:23
+msgid "Customize Search"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
+#: ../../templates/show_get_albumart.inc.php:44
+msgid "Direct URL to Image"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
-msgstr "Añadir a"
+#: ../../templates/show_get_albumart.inc.php:52
+#, fuzzy
+msgid "Local Image"
+msgstr "Local"
+
+#: ../../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 ""
#: ../../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
+#: ../../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:39
+#: ../../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:40
+#: ../../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:41
+#: ../../templates/show_add_catalog.inc.php:38
msgid "id3 comment"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:33
-#: ../../templates/show_add_catalog.inc.php:42
+#: ../../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:43
+#: ../../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:44
+#: ../../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:45
+#: ../../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:46
+#: ../../templates/show_add_catalog.inc.php:43
msgid "other"
msgstr "otro"
#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
+#: ../../templates/show_add_catalog.inc.php:52
msgid "Catalog Type"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
+#: ../../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:50
+#: ../../templates/show_edit_catalog.inc.php:51
msgid "Filename pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "Folder Pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "(no leading or ending '/')"
msgstr ""
@@ -1991,94 +2364,86 @@ msgstr ""
msgid "Save Catalog Settings"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:52
-msgid "Volume"
-msgstr "Volumen"
+#: ../../templates/show_democratic_playlist.inc.php:38
+#, fuzzy
+msgid "Playing from base Playlist"
+msgstr "Tocar esta lista"
-#: ../../templates/show_localplay_status.inc.php:56
-msgid "Repeat"
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
+#, fuzzy
+msgid "Votes"
+msgstr "otro"
+
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "Crear una lista nueva"
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
+msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
+#: ../../templates/show_edit_artist.inc.php:23
#, fuzzy
-msgid "Create"
-msgstr "Crear una cuenta"
+msgid "Edit Artist"
+msgstr "Artista"
-#: ../../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)"
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-msgid "Catalog Name"
-msgstr ""
+#: ../../templates/show_edit_album.inc.php:23
+#, fuzzy
+msgid "Edit Album"
+msgstr "Ălbum"
-#: ../../templates/show_add_catalog.inc.php:51
-msgid "Path"
-msgstr ""
+#: ../../templates/show_edit_album.inc.php:47
+#, fuzzy
+msgid "Update Album"
+msgstr "Recolectar arte del álbum"
-#: ../../templates/show_add_catalog.inc.php:59
-msgid "Remote"
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Required for Remote Catalogs"
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:68
-msgid "Filename Pattern"
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:257
+msgid "Stream"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:82
-msgid "Build Playlists from m3u Files"
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260
+msgid "Democratic"
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"
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:265
+msgid "Flash Player"
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_play_selected.inc.php:28
+msgid "Play Selected"
+msgstr "Tocar la selecciĂłn"
-#: ../../templates/show_list_duplicates.inc.php:26
-msgid "Duplicate Songs"
-msgstr "CanciĂłnes duplicadas"
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
+msgstr "Bajar la selecciĂłn"
-#: ../../templates/show_list_duplicates.inc.php:34
-msgid "Length"
-msgstr "Longitud"
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
+msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
-msgid "Size"
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:75
-#, fuzzy
-msgid "Disable Songs"
-msgstr "CanciĂłnes duplicadas"
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
+msgstr "Añadir a"
#: ../../templates/show_ip_history.inc.php:23
msgid "IP History"
@@ -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,958 +2521,1011 @@ msgstr ""
msgid "Recommended Songs"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
-#, fuzzy
-msgid "Preference Administration"
-msgstr "Preferencias"
+#: ../../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"
-msgstr "Nivel"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Tipo de lista"
-#: ../../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
-#, fuzzy
-msgid "Edit Album"
-msgstr "Ălbum"
-
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
-#, fuzzy
-msgid "Update Album"
-msgstr "Recolectar arte del álbum"
+#: ../../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_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 "Minutos"
+msgid "Favorite Artists"
+msgstr "Artistas"
-#: ../../templates/show_recently_played.inc.php:23
+#: ../../templates/show_user_stats.inc.php:43
#, fuzzy
-msgid "hours ago"
-msgstr "horas"
+msgid "Favorite Albums"
+msgstr "Ălbumes enteros"
-#: ../../templates/show_recently_played.inc.php:23
+#: ../../templates/show_user_stats.inc.php:56
#, fuzzy
-msgid "days ago"
-msgstr "dĂ­as"
+msgid "Favorite Songs"
+msgstr "CanciĂłnes en total"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr ""
+#: ../../templates/show_list_duplicates.inc.php:26
+msgid "Duplicate Songs"
+msgstr "CanciĂłnes duplicadas"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
+#: ../../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 "years ago"
-msgstr "año"
+msgid "Disable Songs"
+msgstr "CanciĂłnes duplicadas"
-#: ../../templates/show_recently_played.inc.php:26
-#, fuzzy
-msgid "Recently Played"
-msgstr "Menos tocado"
+#: ../../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
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
#, fuzzy
-msgid "Edit Artist"
-msgstr "Artista"
+msgid "Statistics"
+msgstr "Estadísticas del catálogo"
-#: ../../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
-#, fuzzy
-msgid "Localplay Init Failed"
-msgstr "Control local de reproducciĂłn"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
+msgstr ""
-#: ../../browse.php:48 ../../albums.php:213
-msgid "Show Albums starting with"
-msgstr "Monstrar los álbumes que empiezan con"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
+msgstr ""
-#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252
-msgid "Show Artists starting with"
-msgstr "Mostrar los artistas que empiezan con"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
+msgstr ""
-#: ../../browse.php:124
-#, fuzzy
-msgid "Show Titles Starting With"
-msgstr "Mostrar los artistas que empiezan con"
+#: ../../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"
-msgstr "Listas"
+#: ../../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 "catálogo"
+
+#: ../../templates/show_test.inc.php:33
+msgid ""
+"You've reached this page because a configuration error has occured. Debug "
+"Information below"
msgstr ""
-#: ../../login.php:103
-msgid "No local account found"
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
msgstr ""
-#: ../../login.php:176
-msgid "Message of the Day"
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
msgstr ""
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
+#: ../../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 ""
-#: ../../preferences.php:61
-#, fuzzy
-msgid "Password Updated"
-msgstr "Contraseña"
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
+msgstr ""
-#: ../../update.php:73
-#, fuzzy
-msgid "Ampache Update"
-msgstr "Actualización rápida"
+#: ../../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 ""
-#: ../../tv.php:62
-#, fuzzy
-msgid "Playlist Cleared"
-msgstr "Lista creada"
+#: ../../templates/show_test.inc.php:82
+msgid "PHP Session Support"
+msgstr ""
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
+#: ../../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 ""
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
msgstr ""
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
+#: ../../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 ""
-#: ../../activate.php:43
-msgid "No user with this name registered"
-msgstr "No hay usuario registrado con este nombre"
+#: ../../templates/show_test.inc.php:119
+msgid "PHP PCRE Support"
+msgstr ""
-#: ../../activate.php:47
-msgid "The validation key used isn't correct."
+#: ../../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 ""
-#: ../../activate.php:52
-msgid "User activated"
+#: ../../templates/show_test.inc.php:136
+msgid "PHP PutENV Support"
msgstr ""
-#: ../../activate.php:52
-msgid "This User ID is activated and can be used"
+#: ../../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 ""
-#: ../../playlist.php:46
-msgid "Playlist Deleted"
-msgstr "Lista borrada"
+#: ../../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 ""
-#: ../../playlist.php:46
-msgid "The Requested Playlist has been deleted"
+#: ../../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 ""
-#: ../../playlist.php:56
-msgid "Are you sure you want to delete this playlist"
-msgstr "¿Está seguro que quiere borrar esta lista?"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
+msgstr ""
-#: ../../playlist.php:57
-#, fuzzy
-msgid "Confirm Action"
-msgstr "AcciĂłn"
+#: ../../templates/show_test.inc.php:209
+msgid ""
+"This attempts to connect to your database using the values from your ampache."
+"cfg.php"
+msgstr ""
-#: ../../playlist.php:117
-msgid "Playlist Created"
-msgstr "Lista creada"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
+msgstr ""
-#: ../../playlist.php:117
-msgid " has been created"
-msgstr " ha sido creada"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
+msgstr ""
-#: ../../playlist.php:126
-msgid "Remote Selected Tracks"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
msgstr ""
-#: ../../playlist.php:145
-msgid "Playlist Updated"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
msgstr ""
-#: ../../playlist.php:146
-msgid "has been updated and is now"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "preferencias"
+
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
msgstr ""
-#: ../../playlist.php:166
+#: ../../templates/show_account.inc.php:40
#, fuzzy
-msgid "Playlist Imported"
-msgstr "Lista creada"
+msgid "New Password"
+msgstr "Contraseña"
-#: ../../playlist.php:195
-#, fuzzy
-msgid "Empty Playlists Deleted"
-msgstr "Lista borrada"
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Borrar las estadĂ­sticas"
-#: ../../flag.php:46
+#: ../../templates/show_account.inc.php:64
#, fuzzy
-msgid "Item Flagged"
-msgstr "Comentado por"
+msgid "Update Account"
+msgstr "Crear una cuenta"
-#: ../../flag.php:46
-msgid "The specified item has been flagged"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
msgstr ""
-#: ../../albums.php:48
-msgid "Album Art Cleared"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
msgstr ""
-#: ../../albums.php:48
-#, 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
-msgid "Album Art Not Located"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
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."
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
msgstr ""
-#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185
-msgid "Album Art Inserted"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
msgstr ""
-#: ../../register.php:81
-msgid "Error Captcha Required"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
msgstr ""
-#: ../../register.php:88
-msgid "Error Captcha Failed"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
msgstr ""
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
msgstr ""
-#: ../../register.php:100
-msgid "You did not enter a username"
+#: ../../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 ""
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../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 ""
-#: ../../register.php:130
-msgid "You must enter a password"
+#: ../../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 ""
-#: ../../register.php:134
-msgid "Your passwords do not match"
+#: ../../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 ""
-#: ../../register.php:152
-msgid "Error: Insert Failed"
+#: ../../activate.php:51
+msgid "User activated"
msgstr ""
-#: ../../register.php:169
-msgid "Registration Complete"
+#: ../../activate.php:51
+msgid "This User ID is activated and can be used"
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"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-#: ../../bin/print_tags.php.inc:70
-msgid "Filename:"
-msgstr "Nombre del archivo:"
+#: ../../democratic.php:80
+#, fuzzy
+msgid "Playlist Cleared"
+msgstr "Lista creada"
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
-msgstr ""
+#: ../../lib/class/flag.class.php:280
+#, fuzzy
+msgid "Approved"
+msgstr "Modo"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
+#: ../../lib/class/flag.class.php:281
+#, fuzzy
+msgid "Pending"
msgstr "Añadiendo"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
-msgstr "a la base de datos"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
+msgstr ""
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
-msgstr "Borrado"
+#: ../../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 ""
-#: ../../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"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:153
-msgid "Continue? (Y/N):"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:178
-msgid "Error: "
-msgstr "Error: "
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
+msgstr "Tamaño del archivo"
-#: ../../bin/quarantine_migration.php.inc:179
-msgid "!\n"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
msgstr ""
-#: ../../templates/show_big_art.inc:29
-msgid "Album Art"
-msgstr "Arte del álbum"
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
+msgstr ""
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
-msgstr "Haga click para cerrar la ventana"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
+msgstr "Listas de reproducciĂłn"
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
+#: ../../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 ""
-#: ../../templates/show_disabled_songs.inc:49
-#, fuzzy
-msgid "Remove"
-msgstr "Cambiar el nombre"
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
+msgstr "Error: No puede conseguir el tamaño de"
-#: ../../templates/list_header.inc:110
-msgid "Prev"
-msgstr ""
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
+msgstr "no puede estar leido por Ampache"
-#: ../../templates/list_header.inc:156
-msgid "Next"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
msgstr ""
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-msgid "You are currently logged in as"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
msgstr ""
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
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"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
msgstr ""
-#: ../../templates/show_songs.inc:183
-msgid "Total"
-msgstr "Total"
+#: ../../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"
-#: ../../templates/show_install_config.inc:53
-#: ../../templates/show_install.inc:56
-msgid "Step 2 - Creating the Ampache.cfg.php file"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
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"
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
msgstr ""
-#: ../../templates/show_install_config.inc:64
-msgid "Web Path"
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
msgstr ""
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
msgstr ""
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
-msgstr "Nombre del servidor MySQL"
+#: ../../lib/class/catalog.class.php:1187
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+msgstr ""
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
-msgstr "Nombre del usuario de MySQL"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
+msgstr "Error conectando a"
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
-msgstr "Contraseña de MySQL"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
+msgstr "Codigo"
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
msgstr ""
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
msgstr ""
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
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"
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
+msgstr ""
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
+#: ../../lib/class/catalog.class.php:1420
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
-msgstr "Encontrar arte del álbum"
+#: ../../lib/class/catalog.class.php:1656
+msgid " FOUND"
+msgstr " ENCONTRADO"
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1658
+msgid "Searching for new Album Art"
+msgstr "Buscando nuevo arte de álbum"
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
-msgstr "preferencias"
+#: ../../lib/class/catalog.class.php:1706
+#, fuzzy
+msgid "Update Finished."
+msgstr "Actualizar el usuario"
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Checked"
msgstr ""
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
+#: ../../lib/class/catalog.class.php:1706
+msgid "songs updated."
msgstr ""
-#: ../../templates/show_preferences.inc:65
-msgid "Streaming"
+#: ../../lib/class/localplay.class.php:647
+msgid "Stopped"
msgstr ""
-#: ../../templates/show_preferences.inc:68
+#: ../../lib/class/localplay.class.php:650
#, fuzzy
-msgid "Options"
-msgstr "AcciĂłnes"
+msgid "Paused"
+msgstr "Ya tocado"
-#: ../../templates/show_preferences.inc:72
-msgid "Account"
-msgstr "Cuenta"
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
+msgstr ""
-#: ../../templates/show_preferences.inc:76
-msgid "System"
+#: ../../lib/preferences.php:245
+msgid "Enable"
msgstr ""
-#: ../../templates/show_preferences.inc:79
-msgid "Modules"
+#: ../../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 ""
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
+#: ../../lib/preferences.php:310
+msgid "Disabled"
msgstr ""
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
-msgstr "Tocar una canciĂłn al azar"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
+msgstr ""
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
-msgstr "Del género"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
+msgstr ""
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
-msgstr "Estándar"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
+msgstr ""
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
-msgstr "Ălbumes enteros"
+#: ../../lib/preferences.php:343
+msgid "Always"
+msgstr ""
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
msgstr ""
-#: ../../templates/show_random_play.inc:61
-#, fuzzy
-msgid "From catalog"
-msgstr "del catálogo"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "Horrible"
-#: ../../templates/show_random_play.inc:67
-#, fuzzy
-msgid "Size Limit"
-msgstr "LĂ­mite"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "Está bien"
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
-msgstr "Sin lĂ­mites"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "Me gusta"
-#: ../../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."
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "¡Me encanta!"
-#: ../../templates/show_install.inc:72
-msgid "MySQL Administrative Username"
-msgstr "Nombre administrativo de MySQL"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "¡Totalmente loco!"
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
-msgstr "Contraseña administrativa de MySQL"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "¡Super chévere!"
-#: ../../templates/show_install.inc:80
-msgid "Create Database User for New Database"
-msgstr "Crear un usuario para nueva base de datos"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
+msgstr "Inglés"
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
-msgstr "Nombre del usuario de la base de datos Ampache"
+#: ../../lib/general.lib.php:496
+msgid "British English"
+msgstr "Inglés de Bretaña"
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
-msgstr "Contraseña del usario de la base de datos Ampache"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
+msgstr ""
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
-msgstr "Insertar una base de datos"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
+msgstr "Chino simplificado"
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
-msgstr "Añadir aceso para un servidor"
+#: ../../lib/general.lib.php:580
+msgid "On"
+msgstr "Encender"
-#: ../../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."
+#: ../../lib/general.lib.php:583
+msgid "Off"
+msgstr "Apagar"
+
+#: ../../lib/ui.lib.php:92
+msgid "Error Access Denied"
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"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
+msgstr "Subir"
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-#, fuzzy
-msgid "End IP Address"
-msgstr "DirecciĂłn de acabar"
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
+msgstr ""
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
+#: ../../lib/ui.lib.php:556
#, fuzzy
-msgid "Read"
+msgid "Random Play"
msgstr "Al azar"
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
-msgstr ""
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
+#, fuzzy
+msgid "Admin-Catalog"
+msgstr "Añadir catálogo"
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
+#: ../../lib/ui.lib.php:576
#, fuzzy
-msgid "ACL Type"
-msgstr "Tipo"
+msgid "Admin-User Management"
+msgstr "Nombre de usuario"
-#: ../../templates/show_add_access.inc:67
+#: ../../lib/ui.lib.php:580
#, fuzzy
-msgid "Stream Access"
-msgstr "Aceso"
+msgid "Admin-Mail Users"
+msgstr "Mandar un correo a los usuarios"
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
-msgstr ""
+#: ../../lib/ui.lib.php:584
+#, fuzzy
+msgid "Admin-Manage Access Lists"
+msgstr "Listas de aceso"
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
-msgstr ""
+#: ../../lib/ui.lib.php:588
+#, fuzzy
+msgid "Admin-Site Preferences"
+msgstr "Preferencias del Admin"
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
msgstr ""
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
+#: ../../lib/ui.lib.php:596
+msgid "Browse Music"
msgstr ""
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-msgid "Remote Key"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
msgstr ""
-#: ../../templates/show_add_access.inc:87
+#: ../../albums.php:32
#, fuzzy
-msgid "Create ACL"
-msgstr "Crear una cuenta"
+msgid "Album Art information has been removed from the database"
+msgstr "Se eliminó el arte de álbumes de la base de datos"
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
msgstr ""
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
+#: ../../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 ""
-#: ../../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"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
msgstr ""
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
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"
+#: ../../albums.php:168 ../../artists.php:52
+msgid "Update From Tags Complete"
msgstr ""
-#: ../../templates/show_users.inc:61
-#, fuzzy
-msgid "Last Ip"
-msgstr "Ăšltimo visto"
+#: ../../albums.php:169 ../../artists.php:53
+msgid "Return"
+msgstr ""
-#: ../../templates/show_users.inc:66
-msgid "On-line"
-msgstr "En linea"
+#: ../../modules/localplay/mpd.controller.php:213
+msgid "Instance Name"
+msgstr ""
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
-msgstr "Portada"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
+msgstr ""
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
-msgstr "Nombre del álbum"
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
+msgstr ""
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
-msgstr "Año del álbum"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "archivo"
-#: ../../templates/show_artist.inc:38
-#, fuzzy
-msgid "Tracks"
-msgstr "CanciĂłnes en total"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr ""
-#: ../../templates/show_edit_access.inc:23
-#, fuzzy
-msgid "Edit Access List"
-msgstr "Lista de aceso"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "No archivo subido"
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
-msgstr ""
+#: ../../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."
-#: ../../templates/show_test.inc:35
+#: ../../modules/horde/Browser.php:901
+#, php-format
msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
+"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)."
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
+#: ../../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."
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
+#: ../../localplay.php:72 ../../localplay.php:80
+msgid "Song(s) Removed from Playlist"
msgstr ""
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
-msgstr "DESCRIPCIÓN"
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "Lista creada"
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
-msgstr "VersiĂłn de PHP"
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " ha sido creada"
-#: ../../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."
+#: ../../playlist.php:78
+msgid "Playlist Updated"
msgstr ""
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
+#: ../../playlist.php:79
+msgid "has been updated and is now"
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 ""
+#: ../../playlist.php:101
+#, fuzzy
+msgid "Playlist Imported"
+msgstr "Lista creada"
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
-msgstr ""
+#: ../../playlist.php:130
+#, fuzzy
+msgid "Empty Playlists Deleted"
+msgstr "Lista borrada"
-#: ../../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."
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
msgstr ""
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
+#: ../../login.php:87
+msgid "Unable to create new account"
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"
+#: ../../login.php:96
+msgid "No local account found"
msgstr ""
-#: ../../templates/show_test.inc:121
-msgid "PHP PCRE Support"
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
msgstr ""
-#: ../../templates/show_test.inc:134
+#: ../../artists.php:186
+msgid "Show Artists starting with"
+msgstr "Mostrar los artistas que empiezan con"
+
+#: ../../bin/print_tags.inc:66
msgid ""
-"This test makes sure you have PCRE support compiled into your version of "
-"PHP, this is required for Ampache."
+"[print_tags.php.inc]\n"
+"This commandline script will display the tag information for the specified "
+"filename as it will \n"
+"appear to Ampache. \n"
+" \n"
msgstr ""
-#: ../../templates/show_test.inc:138
-msgid "PHP PutENV Support"
-msgstr ""
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
+msgstr "Nombre del archivo:"
-#: ../../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 ""
+#~ msgid "Album Art Already Found"
+#~ msgstr "Ya encontró el arte de álbum"
-#: ../../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 ""
+#~ msgid "Show Genres starting with"
+#~ msgstr "Mostrar géneros que empiezan con"
-#: ../../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 ""
+#~ msgid "No songs in this playlist."
+#~ msgstr "No hay canciĂłnes en esta lista."
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
-msgstr ""
+#~ msgid "New Playlist"
+#~ msgstr "Nueva lista"
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
-msgstr ""
+#~ msgid "Show w/o art"
+#~ msgstr "Mostrar todo sin arte"
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
-msgstr ""
+#~ msgid "Show all"
+#~ msgstr "Mostrar todo"
-#: ../../templates/show_test.inc:256
-msgid ""
-"This attempts to connect to your database using the values from your ampache."
-"cfg.php"
-msgstr ""
+#~ msgid "Add a new user"
+#~ msgstr "Añadir usuario nuevo"
-#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26
-msgid "Search Ampache"
-msgstr "Buscar"
+#~ msgid "Do you really want to clear the statistics for this catalog?"
+#~ msgstr "¿Confirmas borrar las estadísticas de este catálogo?"
-#: ../../templates/show_similar_artists.inc:23
#, fuzzy
-msgid "Similar Artists"
-msgstr "Artistas"
+#~ msgid "Site"
+#~ msgstr "TĂ­tulo"
-#: ../../templates/show_similar_artists.inc:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr ""
+#, fuzzy
+#~ msgid "Confirm Delete"
+#~ msgstr "Usuario borrado"
-#: ../../templates/show_similar_artists.inc:62
-msgid "Back"
-msgstr ""
+#~ msgid "Do you really want to delete this Access Record?"
+#~ msgstr "ÂżConfirmas borrar este registro de aceso?"
-#: ../../templates/show_similar_artists.inc:73
#, fuzzy
-msgid "Rename selected"
-msgstr "Tocar la selecciĂłn"
+#~ msgid "Entry Updated"
+#~ msgstr "Actualización rápida"
-#: ../../templates/show_similar_artists.inc:83
#, fuzzy
-msgid "Advanced Options"
-msgstr "Agregado"
+#~ msgid "Are you sure you want to remove this module?"
+#~ msgstr "¿Está seguro que quiere borrar esta lista?"
-#: ../../templates/show_similar_artists.inc:144
#, fuzzy
-msgid "Search Again"
-msgstr "Buscar"
+#~ msgid "No Playlists Found"
+#~ msgstr "No se encontraron resultados"
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
-msgstr ""
+#~ msgid "Users"
+#~ msgstr "Usuarios"
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
-msgstr "Recordarme"
+#~ msgid "Mail Users"
+#~ msgstr "Mandar un correo a los usuarios"
-#: ../../templates/show_login_form.inc:48
-msgid "Register"
-msgstr "Registrar"
+#~ msgid "Access List"
+#~ msgstr "Lista de aceso"
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
-msgstr "Palabras claves"
+#~ msgid "Rename Artist"
+#~ msgstr "Cambiar el nombre del artista"
-#: ../../templates/show_search.inc:73
-msgid "Played"
-msgstr "Ya tocado"
+#~ msgid "Results Per Page"
+#~ msgstr "Resultados por página"
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
-msgstr "Bitrate mĂ­nimo"
+#, fuzzy
+#~ msgid "Module Name"
+#~ msgstr "Nombre entero"
-#: ../../templates/show_search.inc:96
#, fuzzy
-msgid "One Star"
-msgstr "Dueño"
+#~ 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_search.inc:97
#, fuzzy
-msgid "Two Stars"
-msgstr "Usuarios en total"
+#~ msgid "Delete This Playlist"
+#~ msgstr "Tocar esta lista"
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
-msgstr ""
+#, fuzzy
+#~ msgid "Delete Empty Playlists"
+#~ msgstr "Crear nueva lista"
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
-msgstr ""
+#, fuzzy
+#~ msgid "Localplay Init Failed"
+#~ msgstr "Control local de reproducciĂłn"
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
-msgstr ""
+#~ msgid "Show Albums starting with"
+#~ msgstr "Monstrar los álbumes que empiezan con"
-#: ../../templates/show_search.inc:103
-msgid "Operator"
-msgstr "Operador"
+#, fuzzy
+#~ msgid "Show Titles Starting With"
+#~ msgstr "Mostrar los artistas que empiezan con"
-#: ../../templates/show_search.inc:106
-msgid "AND"
-msgstr "Y"
+#~ msgid "Lists"
+#~ msgstr "Listas"
-#: ../../templates/show_search.inc:112
-msgid "Method"
-msgstr "MetĂłd"
+#, fuzzy
+#~ msgid "Password Updated"
+#~ msgstr "Contraseña"
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
-msgstr "No exacto"
+#~ msgid "Playlist Deleted"
+#~ msgstr "Lista borrada"
-#: ../../templates/show_search.inc:116
-msgid "Exact"
-msgstr "Exacto"
+#~ msgid "Are you sure you want to delete this playlist"
+#~ msgstr "¿Está seguro que quiere borrar esta lista?"
-#: ../../templates/show_search.inc:119
#, fuzzy
-msgid "Maximum Results"
-msgstr "Resultados máximos"
+#~ msgid "Confirm Action"
+#~ msgstr "AcciĂłn"
+
+#~ msgid "Adding"
+#~ msgstr "Añadiendo"
+
+#~ msgid "to database"
+#~ msgstr "a la base de datos"
+
+#~ msgid "Error: "
+#~ msgstr "Error: "
+
+#~ msgid "Song title"
+#~ msgstr "TĂ­tulo de la canciĂłn"
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
-msgstr "Borrar la forma"
+#~ msgid "Total"
+#~ msgstr "Total"
+
+#, fuzzy
+#~ 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"
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
-msgstr "Ahorrar la bĂşsqueda como una canciĂłn en"
+#~ msgid "Album Name"
+#~ msgstr "Nombre del álbum"
-#: ../../templates/show_search.inc:147
-msgid "Save"
-msgstr "Ahorrar"
+#~ msgid "Album Year"
+#~ msgstr "Año del álbum"
+
+#, fuzzy
+#~ msgid "Tracks"
+#~ msgstr "CanciĂłnes en total"
+
+#, fuzzy
+#~ msgid "Edit Access List"
+#~ msgstr "Lista de aceso"
+
+#~ msgid "Reset Form"
+#~ msgstr "Borrar la forma"
+
+#~ msgid "Save Search As Track on"
+#~ msgstr "Ahorrar la bĂşsqueda como una canciĂłn en"
+
+#~ 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,971 +11,1101 @@ 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 <contribos@gmail.com>\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
-msgid "Session Expired: please log in again at"
-msgstr "Session expir&eacute;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"
-
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
-msgstr "Erreur: Impossible de changer de r&eacute;pertoire"
-
-#: ../../lib/class/catalog.class.php:374
-msgid "Error: Unable to get filesize for"
-msgstr "Erreur: Impossible d'obtenir la taille de fichier de"
-
-#: ../../lib/class/catalog.class.php:411
-msgid "is not readable by ampache"
-msgstr "n'est pas lisible par ampache"
-
-#: ../../lib/class/catalog.class.php:530
-msgid "album's with art"
-msgstr "albums avec image"
-
-#: ../../lib/class/catalog.class.php:812
-msgid "Starting Catalog Build"
-msgstr "D&eacute;marrage de la construction du catalogue"
-
-#: ../../lib/class/catalog.class.php:816
-msgid "Running Remote Sync"
-msgstr "Synchronisation distante en cours"
-
-#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992
-msgid "Found"
-msgstr "Trouv&eacute;"
-
-#: ../../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"
-
-#: ../../lib/class/catalog.class.php:840
-#: ../../lib/class/catalog.class.php:1014
-msgid "Added Playlist From"
-msgstr "Playlist ajout&eacute;e &agrave; partir de"
+#: ../../register.php:82
+msgid "Error Captcha Required"
+msgstr "Erreur saisissez le captcha"
-#: ../../lib/class/catalog.class.php:847
-#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258
-msgid "Starting Album Art Search"
-msgstr "D&eacute;marrage de la recherche de jaquette d'album"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
+msgstr "Erreur Captcha s'est cass&eacute;"
-#: ../../lib/class/catalog.class.php:848
-#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259
-msgid "Searched"
-msgstr "Cherch&eacute;"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
+msgstr "Vous <U>devez</U> accepter les conditions d'utilisation"
-#: ../../lib/class/catalog.class.php:858
-msgid "Catalog Finished"
-msgstr "Catalogue termin&eacute;"
+#: ../../register.php:101
+msgid "You did not enter a username"
+msgstr "Vous n'avez pas entr&eacute; un nom d'utilisateur"
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1044
-msgid "Total Time"
-msgstr "Dur&eacute;e totale"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr "SVP entrez vos pr&eacute;nom et nom"
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1045
-msgid "Total Songs"
-msgstr "Total des morceaux"
+#: ../../register.php:131
+msgid "You must enter a password"
+msgstr "Vous devez entrer un mot de passe"
-#: ../../lib/class/catalog.class.php:859
-#: ../../lib/class/catalog.class.php:1045
-msgid "Songs Per Seconds"
-msgstr "Morceaux par secondes"
+#: ../../register.php:135
+msgid "Your passwords do not match"
+msgstr "Vos mots de passe ne correspondent pas"
-#: ../../lib/class/catalog.class.php:894
-#: ../../lib/class/catalog.class.php:1565
-msgid "Updated"
-msgstr "Mis &agrave; jour"
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
+msgstr "Erreur: Nom d'utilisateur d&eacute;j&agrave; existant"
-#: ../../lib/class/catalog.class.php:901
-msgid "No Update Needed"
-msgstr "Mise &agrave; jour non n&eacute;cessaire"
+#: ../../register.php:157
+msgid "Error: Insert Failed"
+msgstr "Erreur : Enregistrement non effectu&eacute;"
-#: ../../lib/class/catalog.class.php:983
-msgid "Starting New Song Search on"
-msgstr "D&eacute;marrage de la recherche des nouveaux morceaux"
+#: ../../register.php:174
+msgid "Registration Complete"
+msgstr "Enregistrement termin&eacute;"
-#: ../../lib/class/catalog.class.php:983
-msgid "catalog"
-msgstr "catalogue"
+#: ../../update.php:51
+msgid "Ampache Update"
+msgstr "Mode debogage d'Ampache"
-#: ../../lib/class/catalog.class.php:987
-msgid "Running Remote Update"
-msgstr "Mise &agrave; jour distante en cours"
+#: ../../play/index.php:72
+msgid "Session Expired: please log in again at"
+msgstr "Session expir&eacute;e : reconnectez vous sur"
-#: ../../lib/class/catalog.class.php:1044
-msgid "Catalog Update Finished"
-msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
+#: ../../ratings.php:32
+msgid "Rating Updated"
+msgstr "Score mis &agrave; jour"
-#: ../../lib/class/catalog.class.php:1064
-msgid "Error"
-msgstr "Erreur"
+#: ../../ratings.php:32
+msgid "Your rating for this object has been updated"
+msgstr "Votre score pour cet objet a &eacute;t&eacute; mis &agrave; jour"
-#: ../../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 ""
-"Impossible de charger la biblioth&egrave;que XMLRPC, assurez-vous que XML-"
-"RPC est actif"
-
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Error connecting to"
-msgstr "Erreur de connexion &agrave;"
-#: ../../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 "Raison"
-
-#: ../../lib/class/catalog.class.php:1123
-msgid "Completed updating remote catalog(s)"
-msgstr "Mise &agrave; jour de(s) catalogue(s) distant(s) termin&eacute;e"
-
-#: ../../lib/class/catalog.class.php:1158
-msgid "Added"
-msgstr "Ajout&eacute;"
+#: ../../admin/flag.php:97
+msgid "Song Updated"
+msgstr "Morceaux mis &agrave; jour"
-#: ../../lib/class/catalog.class.php:1240
+#: ../../admin/flag.php:97
#, fuzzy
-msgid "Cleaning the"
-msgstr "mise &agrave; 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"
+msgid "The requested song has been updated"
+msgstr ""
+"Le(s) morceau(x) demand&eacute;(s) ont(a) &eacute;t&eacute; d&eacute; "
+"sactiv&eacute;(s)"
-#: ../../lib/class/catalog.class.php:1313
-msgid "Catalog Clean Done"
-msgstr "Nettoyage de catalogue termin&eacute;"
+#: ../../admin/flag.php:139
+msgid "Album Updated"
+msgstr "l'album a &eacute;t&eacute; mis &agrave; jour"
-#: ../../lib/class/catalog.class.php:1313
-msgid "files removed"
-msgstr "Fichiers enlev&eacute;s"
+#: ../../admin/flag.php:181
+msgid "Artist Updated"
+msgstr "Artist mise &agrave; jour"
-#: ../../lib/class/catalog.class.php:1520
-msgid "Updating the"
-msgstr "mise &agrave; jour de"
+#: ../../admin/flag.php:246
+msgid "Songs Updated"
+msgstr "Morceaux mis &agrave; jour"
-#: ../../lib/class/catalog.class.php:1521
-msgid "songs found checking tag information."
-msgstr "test des tags des morceaux trouv&eacute;s"
+#: ../../admin/flag.php:254
+msgid "Flag Removed"
+msgstr "marqu&eacute;e enlev&eacute;s"
-#: ../../lib/class/catalog.class.php:1522
-msgid "Verifed"
-msgstr "V&eacute;rifi&eacute;"
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
+msgstr "marqu&eacute;e effac&eacute;e pour"
-#: ../../lib/class/catalog.class.php:1574
-msgid " FOUND"
-msgstr "TROUVE"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
+msgstr "marqu&eacute;e ajout&eacute;e"
-#: ../../lib/class/catalog.class.php:1576
-msgid "Searching for new Album Art"
-msgstr "Recherche de nouvelle(s) jaquette(s) d'album(s)"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
+msgstr "Morceaux d&eacute;sactiv&eacute;s"
-#: ../../lib/class/catalog.class.php:1580
-msgid "Album Art Already Found"
-msgstr "Jaquette(s) d'album(s) d&eacute;ja trouv&eacute;e(s)"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
+msgstr ""
+"Le(s) morceau(x) demand&eacute;(s) ont(a) &eacute;t&eacute; d&eacute;"
+"sactiv&eacute;(s)"
-#: ../../lib/class/catalog.class.php:1634
-msgid "Update Finished."
-msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
+msgstr "Morceaux activ&eacute;s"
-#: ../../lib/class/catalog.class.php:1634
-msgid "Checked"
-msgstr "Test"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
+msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "songs updated."
-msgstr "morceaux mis &agrave; jour"
+#: ../../admin/flag.php:305
+msgid "Flagged Records"
+msgstr "Marqu&eacute; par"
-#: ../../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"
+#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
+#: ../../admin/catalog.php:95 ../../admin/catalog.php:153
+msgid "Catalog Updated"
+msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
-#: ../../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 &agrave; jour pour"
+#: ../../admin/catalog.php:106
+msgid "Catalog Deleted"
+msgstr "Nettoyage de catalogue termin&eacute;"
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
-msgstr "D&eacute;bit"
+#: ../../admin/catalog.php:106
+msgid "The Catalog and all associated records have been deleted"
+msgstr ""
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
-msgstr "Taux"
+#: ../../admin/catalog.php:115
+msgid "Songs Removed"
+msgstr "Fichiers enlev&eacute;s"
-#: ../../lib/class/song.class.php:373
-msgid "Mode"
-msgstr "Mode"
+#: ../../admin/catalog.php:118
+msgid "No Songs Removed"
+msgstr "Aucun titre n a &eacute;t&eacute; supprim&eacute;"
-#: ../../lib/class/song.class.php:377
-#: ../../templates/show_tv_playlist.inc.php:46
-#: ../../templates/show_songs.inc:51
-msgid "Time"
-msgstr "Dur&eacute;e"
+#: ../../admin/catalog.php:121
+msgid "Disabled Songs Processed"
+msgstr "Voir les morceaux d&eacute;sactiv&eacute;s"
-#: ../../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"
+#: ../../admin/catalog.php:141
+msgid "Catalog Cleaned"
+msgstr "Nettoyage de catalogue termin&eacute;"
-#: ../../lib/class/song.class.php:385
-msgid "Filesize"
-msgstr "Taille du fichier"
+#: ../../admin/catalog.php:191
+msgid "Catalog Created"
+msgstr "catalogue a &eacute;t&eacute; cr&eacute;&eacute;"
-#: ../../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"
+#: ../../admin/catalog.php:208
+msgid "Catalog statistics cleared"
+msgstr "Statistiques des catalogues efface&eacute;es"
-#: ../../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"
+#: ../../admin/catalog.php:223
+msgid "Now Playing Cleared"
+msgstr "Lecture en cours effac&eacute;e"
-#: ../../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&eacute;e"
+#: ../../admin/catalog.php:223
+msgid "All now playing data has been cleared"
+msgstr ""
+"Toutes les donn&eacute;es sur les lectures en cours ont &eacute;t&eacute; "
+"effac&eacute;es"
-#: ../../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"
+#: ../../admin/catalog.php:233
+#, fuzzy
+msgid "No Disabled songs found"
+msgstr "Aucun morceau d&eacute;sactiv&eacute;"
-#: ../../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"
+#: ../../admin/catalog.php:242
+msgid "Delete Catalog"
+msgstr "Supprimer le catalogue"
-#: ../../lib/class/artist.class.php:225
-msgid "Error: Name Identical"
-msgstr "Erreur : noms identiques"
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
+msgstr "Voulez-vous vraiment supprimer ce catalogue ?"
-#: ../../lib/class/flag.class.php:264
-msgid "Approved"
-msgstr "D&eacute;plac&eacute;"
+#: ../../admin/catalog.php:261
+msgid "Album Art Search Finished"
+msgstr "Recherche de jaquettes d'albums termin&eacute;e"
-#: ../../lib/class/flag.class.php:265
-msgid "Pending"
-msgstr "Attente"
+#: ../../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"
-#: ../../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"
+#: ../../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"
-#: ../../lib/class/flag.class.php:280
-msgid "Re-Tag"
+#: ../../admin/users.php:79
+msgid "User Updated"
msgstr ""
-#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
+#: ../../admin/users.php:79
+msgid "updated"
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"
+#: ../../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"
-#: ../../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"
+#: ../../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"
-#: ../../lib/class/localplay.class.php:564
-msgid "Stopped"
-msgstr "Stop"
+#: ../../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"
-#: ../../lib/class/localplay.class.php:567
-msgid "Paused"
-msgstr "Pause"
+#: ../../admin/users.php:119
+msgid "New User Added"
+msgstr ""
-#: ../../lib/class/album.class.php:163
-msgid "Various"
-msgstr "Divers"
+#: ../../admin/users.php:124
+msgid "User Enabled"
+msgstr ""
-#: ../../lib/class/genre.class.php:285
-msgid "Show Genres starting with"
-msgstr "Voir les genres commen&ccedil;ant par"
+#: ../../admin/users.php:129
+msgid "User Disabled"
+msgstr ""
-#: ../../lib/rating.lib.php:43
-msgid "Don't Play"
-msgstr "Ne pas jouer"
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
+msgstr "Erreur"
-#: ../../lib/rating.lib.php:46
-msgid "It's Pretty Bad"
-msgstr "C'est plut&ocirc;t mauvais"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
+msgstr ""
-#: ../../lib/rating.lib.php:49
-msgid "It's Ok"
-msgstr "C'est OK"
+#: ../../admin/users.php:154
+msgid "User Deleted"
+msgstr "Utilisateur supprim&eacute;"
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
-msgstr "C'est plut&ocirc;t bon"
+#: ../../admin/users.php:157
+msgid "Delete Error"
+msgstr "Erreur de suppression"
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
-msgstr "J'aime &ccedil;a !"
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
+msgstr "Il est impossible de supprimer le dernier administrateur"
-#: ../../lib/rating.lib.php:58
-msgid "It's Insane"
-msgstr "C'est d&eacute;ment"
+#: ../../admin/users.php:163
+msgid "Deletion Request"
+msgstr "demande de suppression"
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
-msgstr "C'est le Top !"
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
+msgstr "&eacute;tes-vous sûr de vouloir supprimer d&eacute;finitivement"
-#: ../../lib/preferences.php:258
-msgid "Enable"
-msgstr "Activer"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
+msgstr ""
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
-msgstr "D&eacute;sactiver"
+#: ../../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 ?"
-#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41
-#: ../../templates/show_playtype_switch.inc.php:30
-msgid "Stream"
-msgstr "Flux"
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
+msgid "Plugin Deactivated"
+msgstr "Plugin d&eacute;sactiv&eacute;"
-#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42
-#: ../../templates/show_playtype_switch.inc.php:34
-msgid "Downsample"
-msgstr "Downsample"
+#: ../../admin/modules.php:85
+msgid "Plugin Activated"
+msgstr "Plugin activ&eacute;"
-#: ../../lib/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
+#: ../../admin/modules.php:120
+msgid "Plugins"
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"
+#: ../../admin/modules.php:126
+msgid "Localplay Controllers"
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"
+#: ../../admin/access.php:35
+msgid "Deleted"
+msgstr "Supprim&eacute;"
-#: ../../lib/preferences.php:292
-msgid "Asx"
-msgstr "Asx"
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
+msgstr "Votre liste d'acc&egrave;s a &eacute;t&eacute; supprim&eacute;e"
-#: ../../lib/preferences.php:293
-msgid "RAM"
-msgstr "RAM"
+#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55
+#: ../../lib/class/catalog.class.php:1281
+msgid "Added"
+msgstr "Ajout&eacute;"
-#: ../../lib/preferences.php:294
-msgid "XSPF"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
msgstr ""
+"Votre nouvelle liste d'acc&egrave;s a &eacute;t&eacute; cr&eacute;&eacute;e"
-#: ../../lib/preferences.php:326
-msgid "Disabled"
-msgstr "D&eacute;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&egrave;s interdit"
-
-#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87
-#: ../../ampache/templates/sidebar.inc.php:89
-msgid "Browse"
-msgstr "Parcourir"
+#: ../../admin/access.php:45 ../../preferences.php:90
+#: ../../lib/class/catalog.class.php:1020
+msgid "Updated"
+msgstr "Mis &agrave; jour"
-#: ../../lib/ui.lib.php:196
-msgid "Show w/o art"
-msgstr "Afficher sans jaquette"
+#: ../../admin/access.php:45
+msgid "Access List Entry updated"
+msgstr "Ajouter une entr&eacute;e dans la liste d'acc&egrave;s"
-#: ../../lib/ui.lib.php:199
-msgid "Show all"
-msgstr "Montrer tout"
+#: ../../admin/system.php:64
+#, fuzzy
+msgid "Export Failed"
+msgstr "Erreur : Enregistrement non effectu&eacute;"
-#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81
+#: ../../admin/mail.php:90
msgid "No Catalogs Found!"
msgstr "Aucun catalogue trouv&eacute; !"
-#: ../../lib/ui.lib.php:540 ../../admin/mail.php:82
-#: ../../templates/show_admin_tools.inc.php:75
-#: ../../templates/show_add_catalog.inc.php:28
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
msgid "days"
msgstr "jours"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hour"
msgstr "heure"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
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"
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Total des utilisateurs"
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
-msgstr "Lecture en local"
+#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Utilisateurs connect&eacute;s"
-#: ../../lib/ui.lib.php:799
-msgid "Random Play"
-msgstr "Al&eacute;atoire"
+#: ../../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"
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Liste de lecture"
+#: ../../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"
-#: ../../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"
+#: ../../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"
-#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79
-#: ../../ampache/templates/sidebar.inc.php:81
-msgid "Preferences"
-msgstr "Pr&eacute;f&eacute;rences"
+#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Taille du catalogue"
-#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815
-msgid "Admin-Catalog"
-msgstr "Ajouter un catalogue"
+#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Dur&eacute;e du catalogue"
-#: ../../lib/ui.lib.php:819
-msgid "Admin-User Management"
-msgstr "Gestion des utilisateurs"
+#: ../../admin/mail.php:260
+#, fuzzy
+msgid "E-mail Sent"
+msgstr "Gestion d'e-mail"
-#: ../../lib/ui.lib.php:823
-msgid "Admin-Mail Users"
-msgstr "E-mail aux utilisateurs"
+#: ../../admin/mail.php:261
+msgid "Your E-mail was successfully sent."
+msgstr "Email envoy&eacute;"
-#: ../../lib/ui.lib.php:827
-msgid "Admin-Manage Access Lists"
-msgstr "Liste d'acc&egrave;s"
+#: ../../preferences.php:35 ../../preferences.php:60
+#: ../../lib/preferences.php:311
+msgid "Server"
+msgstr ""
-#: ../../lib/ui.lib.php:831
-msgid "Admin-Site Preferences"
-msgstr "Pr&eacute;f&eacute;rences administrateur"
+#: ../../preferences.php:86
+msgid "Error Update Failed"
+msgstr ""
-#: ../../lib/ui.lib.php:835
-msgid "Admin-Manage Modules"
+#: ../../preferences.php:91
+msgid "Your Account has been updated"
msgstr ""
-#: ../../lib/ui.lib.php:839
-msgid "Browse Music"
-msgstr "Parcourir"
+#: ../../flag.php:45
+msgid "Item Flagged"
+msgstr "Marqu&eacute; par"
-#: ../../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"
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
+msgstr "Marqu&eacute; par"
-#: ../../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"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
+msgid "Catalogs"
+msgstr "Catalogues"
-#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110
-#: ../../ampache/templates/sidebar.inc.php:112
-msgid "Statistics"
-msgstr "Statistiques des 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"
-#: ../../lib/ui.lib.php:1429
-msgid "Manage Users"
-msgstr "G&eacute;rer les utilisateurs"
+#: ../../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"
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
-msgstr "Ajouter un nouvel utilisateur"
+#: ../../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"
-#: ../../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&eacute;es"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr "V&eacute;rifier"
-#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880
-msgid "English"
-msgstr "Anglais"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
+msgstr "Supprimer les informations"
-#: ../../lib/general.lib.php:881
-msgid "British English"
-msgstr "Anglais (britannique)"
+#: ../../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"
-#: ../../lib/general.lib.php:887
-msgid "Turkish"
-msgstr "Turc"
+#: ../../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"
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
-msgstr "Chinois simplifi&eacute;"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
+msgstr "Rapide"
-#: ../../lib/general.lib.php:966
-msgid "On"
-msgstr "actif"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
+msgstr "Rassembler les jaquettes"
-#: ../../lib/general.lib.php:969
-msgid "Off"
-msgstr "inactif"
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
+msgstr "Aucun catalogue trouv&eacute; !"
-#: ../../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 ""
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
+msgstr "Nettoyer tous les Catalogues"
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "fichier"
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
+msgstr "Tout V&eacute;rifier"
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr "Envoi de fichiers non support&eacute;"
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
+msgstr "Ajouter &agrave; tout"
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "Aucun fichier envoy&eacute;"
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
+msgstr "Tout Mettre &agrave; jour"
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr ""
-"Il y a eu un probl&egrave;me avec l'envoi de fichier: Aucun %s n'a &eacute;"
-"t&eacute; charg&eacute;."
+#: ../../templates/show_admin_tools.inc.php:83
+#: ../../templates/sidebar_admin.inc.php:24
+msgid "Clear Catalog Stats"
+msgstr "Vider les statistiques des catalogues"
-#: ../../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 ""
-"Il y a eu un probl&egrave;me avec l'envoi de fichier: %s d&eacute;passe la "
-"taille maximum autoris&eacute;e (%d octets)."
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr "Recup&eacute;rer la jaquette d'album"
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr ""
-"Il y a eu un probl&egrave;me avec l'envoi de fichier: Le %s n'a &eacute;"
-"t&eacute; que partiellement charg&eacute;"
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:21
+msgid "Other Tools"
+msgstr "Autres outils"
-#: ../../admin/catalog.php:62 ../../admin/catalog.php:82
-#: ../../admin/catalog.php:107 ../../admin/catalog.php:168
-msgid "Catalog Updated"
-msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "Voir les doublons"
-#: ../../admin/catalog.php:119
-msgid "Catalog Deleted"
-msgstr "Nettoyage de catalogue termin&eacute;"
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:23
+msgid "Clear Now Playing"
+msgstr "Effacer lecture en cours"
-#: ../../admin/catalog.php:119
-msgid "The Catalog and all associated records has been deleted"
-msgstr "Le catalogue et tous ses titres ont &eacute;t&eacute; supprim&eacute;s"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
+msgstr "&eacute;crire la configuration"
-#: ../../admin/catalog.php:128
-msgid "Songs Removed"
-msgstr "Fichiers enlev&eacute;s"
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
+msgstr "Pr&eacute;f&eacute;rences"
-#: ../../admin/catalog.php:131
-msgid "No Songs Removed"
-msgstr "Aucun titre n a &eacute;t&eacute; supprim&eacute;"
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
+msgstr "Exporter vers Itunes DB"
-#: ../../admin/catalog.php:134
-msgid "Disabled Songs Processed"
-msgstr "Voir les morceaux d&eacute;sactiv&eacute;s"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
+msgstr ""
-#: ../../admin/catalog.php:155
-msgid "Catalog Cleaned"
-msgstr "Nettoyage de catalogue termin&eacute;"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr "Test de la configuration"
-#: ../../admin/catalog.php:198
-msgid "Catalog Created"
-msgstr "catalogue a &eacute;t&eacute; cr&eacute;&eacute;"
+#: ../../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"
-#: ../../admin/catalog.php:199
-#, fuzzy
-msgid "Catalog Created and Songs Indexed"
-msgstr "Nettoyage de catalogue termin&eacute;"
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:73
+msgid "Object"
+msgstr "Objet"
-#: ../../admin/catalog.php:212
-msgid "Catalog statistics cleared"
-msgstr "Statistiques des catalogues efface&eacute;es"
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:75
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Marqu&eacute;e"
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
-msgstr "Lecture en cours effac&eacute;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"
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
-msgstr "Toutes les donn&eacute;es sur les lectures en cours ont &eacute;t&eacute; effac&eacute;es"
+#: ../../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&eacute; !"
-#: ../../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 ?"
+#: ../../templates/show_flagged.inc.php:83
+msgid "Reject"
+msgstr "Refuser"
-#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76
-msgid "Clear Catalog Stats"
-msgstr "Vider les statistiques des catalogues"
+#: ../../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 &agrave; jour"
-#: ../../admin/catalog.php:241
+#: ../../templates/show_flagged.inc.php:91
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
#, fuzzy
-msgid "No Disabled songs found"
-msgstr "Aucun morceau d&eacute;sactiv&eacute;"
+msgid "Show All"
+msgstr "Montrer tout"
-#: ../../admin/catalog.php:249
-msgid "Delete Catalog"
-msgstr "Supprimer le catalogue"
+#: ../../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"
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
-msgstr "Voulez-vous vraiment supprimer ce catalogue ?"
+#: ../../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&egrave;re l'installation de la base de donn&eacute;es d'Ampache "
+"et la cr&eacute;ation du fichier ampache.cfg.php. Avant de continuer, "
+"assurez-vous d'avoir tous les pr&eacute;-requis"
-#: ../../admin/catalog.php:261 ../../admin/catalog.php:264
-msgid "Album Art Search Finished"
-msgstr "Recherche de jaquettes d'albums termin&eacute;e"
+#: ../../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&eacute;er et "
+"modifier les bases de donn&eacute;es"
-#: ../../admin/flag.php:97
-msgid "Song Updated"
-msgstr "Morceaux mis &agrave; jour"
+#: ../../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&egrave;s en lecture sur les fichiers /sql/ampache."
+"sql et /config/ampache.cfg.dist.php"
-#: ../../admin/flag.php:97
-#, fuzzy
-msgid "The requested song has been updated"
-msgstr "Le(s) morceau(x) demand&eacute;(s) ont(a) &eacute;t&eacute; d&eacute; sactiv&eacute;(s)"
+#: ../../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&eacute; avoir les pr&eacute;-requis pr&eacute;"
+"c&eacute;dents, donnez s'il vous plait les informations ci-dessous. On ne "
+"vous demandera que les informations de configuration indispensables. Si vous "
+"d&eacute;sirez modifier par la suite votre configuration, &eacute;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&eacute;ation et alimentation de la base de donn&eacute;es "
+"d'Ampache"
-#: ../../admin/flag.php:139
-msgid "Album Updated"
-msgstr "l'album a &eacute;t&eacute; mis &agrave; jour"
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
+msgstr "Etape 2 - Cr&eacute;ation du fichier ampache.cfg.php"
-#: ../../admin/flag.php:181
-msgid "Artist Updated"
-msgstr "Artist mise &agrave; jour"
+#: ../../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&egrave;tres du compte initial"
-#: ../../admin/flag.php:246
-msgid "Songs Updated"
-msgstr "Morceaux mis &agrave; jour"
+#: ../../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 &eacute;tape cr&eacute;e votre compte administrateur initial. Une fois "
+"ce compte cr&eacute;&eacute;, vous serez redirig&eacute; vers la page de "
+"login"
-#: ../../admin/flag.php:254
-msgid "Flag Removed"
-msgstr "marqu&eacute;e enlev&eacute;s"
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
+msgstr "Cr&eacute;er un compte administrateur"
-#: ../../admin/flag.php:255
-msgid "Flag Removed from"
-msgstr "marqu&eacute;e effac&eacute;e pour"
+#: ../../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"
-#: ../../admin/flag.php:270
-msgid "Flags Updated"
-msgstr "marqu&eacute;e ajout&eacute;e"
+#: ../../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"
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
-msgstr "Morceaux d&eacute;sactiv&eacute;s"
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
+msgstr "Cr&eacute;er un compte"
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
-msgstr "Le(s) morceau(x) demand&eacute;(s) ont(a) &eacute;t&eacute; d&eacute;sactiv&eacute;(s)"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Chemin"
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
-msgstr "Morceaux activ&eacute;s"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
+msgstr ""
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../admin/flag.php:305
-msgid "Flagged Records"
-msgstr "Marqu&eacute; par"
+#: ../../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"
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
-msgid "Site"
-msgstr "Site"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr ""
-#: ../../admin/access.php:42
-msgid "Confirm Delete"
-msgstr "Entr&eacute;e effac&eacute;e"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
+msgstr ""
-#: ../../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&egrave;s ?"
+#: ../../templates/show_song.inc.php:22
+msgid "Details"
+msgstr ""
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
-msgstr "Entr&eacute;e effac&eacute;e"
+#: ../../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"
-#: ../../admin/access.php:49
-msgid "Your Access List Entry has been removed"
-msgstr "Votre liste d'acc&egrave;s a &eacute;t&eacute; supprim&eacute;e"
+#: ../../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"
-#: ../../admin/access.php:54
-msgid "Entry Added"
-msgstr "Entr&eacute;e ajout&eacute;e"
+#: ../../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"
-#: ../../admin/access.php:54
-msgid "Your new Access List Entry has been created"
-msgstr "Votre nouvelle liste d'acc&egrave;s a &eacute;t&eacute; cr&eacute;&eacute;e"
+#: ../../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"
-#: ../../admin/access.php:58
-msgid "Entry Updated"
-msgstr "Entr&eacute;e ajout&eacute;e"
+#: ../../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&eacute;bit"
-#: ../../admin/access.php:58
-msgid "Access List Entry updated"
-msgstr "Ajouter une entr&eacute;e dans la liste d'acc&egrave;s"
+#: ../../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"
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
-msgstr "Erreur: Le nom d'utilisateur est obligatoire"
+#: ../../templates/show_song.inc.php:50
+msgid "Last Updated"
+msgstr ""
-#: ../../admin/users.php:68 ../../admin/users.php:108
-msgid "Error Passwords don't match"
-msgstr "Erreur: Les mots de passe ne correspondent pas"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
+msgstr ""
-#: ../../admin/users.php:120 ../../register.php:138
-msgid "Error Username already exists"
-msgstr "Erreur: Nom d'utilisateur d&eacute;j&agrave; existant"
+#: ../../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"
-#: ../../admin/users.php:142
-msgid "Deletion Request"
-msgstr "demande de suppression"
+#: ../../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"
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
-msgstr "&eacute;tes-vous sûr de vouloir supprimer d&eacute;finitivement"
+#: ../../templates/sidebar_browse.inc.php:15
+msgid "Radio Stations"
+msgstr ""
-#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
-msgstr "Non"
+#: ../../templates/sidebar_browse.inc.php:18
+msgid "Filters"
+msgstr ""
-#: ../../admin/users.php:150
-msgid "User Deleted"
-msgstr "Utilisateur supprim&eacute;"
+#: ../../templates/sidebar_browse.inc.php:23
+msgid "Minimum Count"
+msgstr ""
-#: ../../admin/users.php:153
-msgid "Delete Error"
-msgstr "Erreur de suppression"
+#: ../../templates/sidebar_browse.inc.php:25
+msgid "Rated"
+msgstr ""
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
-msgstr "Il est impossible de supprimer le dernier administrateur"
+#: ../../templates/sidebar_browse.inc.php:28
+msgid "Unplayed"
+msgstr ""
-#: ../../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"
+#: ../../templates/sidebar_browse.inc.php:31
+msgid "Show Art"
+msgstr ""
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
-msgid "Total Users"
-msgstr "Total des utilisateurs"
+#: ../../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 ""
-#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26
-msgid "Connected Users"
-msgstr "Utilisateurs connect&eacute;s"
+#: ../../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"
-#: ../../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"
+#: ../../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"
-#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31
-msgid "Catalog Size"
-msgstr "Taille du catalogue"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+msgstr ""
-#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32
-msgid "Catalog Time"
-msgstr "Dur&eacute;e du catalogue"
+#: ../../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)"
-#: ../../admin/mail.php:252
-#, fuzzy
-msgid "E-mail Sent"
-msgstr "Gestion d'e-mail"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
+msgstr "Activit&eacute;"
-#: ../../admin/mail.php:253
-msgid "Your E-mail was successfully sent."
-msgstr "Email envoy&eacute;"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr ""
-#: ../../admin/modules.php:41
-msgid "Module Activated"
-msgstr "Mode activ&eacute;"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr ""
-#: ../../admin/modules.php:48
-msgid "Are you sure you want to remove this module?"
-msgstr "Voulez-vous vraiment supprimer ce module ?"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
+msgstr ""
-#: ../../admin/modules.php:56
-msgid "Module Deactivated"
-msgstr "Mode activ&eacute;"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
+msgid "Recently Played"
+msgstr "R&eacute;cemment jou&eacute;s"
-#: ../../admin/modules.php:72
-msgid "Plugin Activated"
-msgstr "Plugin activ&eacute;"
+#: ../../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"
-#: ../../admin/modules.php:79
-msgid "Are you sure you want to remove this plugin?"
-msgstr "Voulez-vous vraiment supprimer cette liste de lecture ?"
+#: ../../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&eacute;e"
-#: ../../admin/modules.php:95
-msgid "Plugin Deactivated"
-msgstr "Plugin d&eacute;sactiv&eacute;"
+#: ../../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&eacute;es"
-#: ../../admin/system.php:120
-#, fuzzy
-msgid "Export Failed"
-msgstr "Erreur : Enregistrement non effectu&eacute;"
+#: ../../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&eacute;l&eacute;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 "&eacute;diter"
#: ../../templates/show_flag.inc.php:41
msgid "Flag Song"
@@ -998,478 +1128,749 @@ msgstr "Raison du marquage"
msgid "Incorrect Tags"
msgstr "Mauvais Tags"
-#: ../../templates/show_flag.inc.php:70
-#: ../../templates/show_flagged.inc.php:30
-msgid "Flag"
-msgstr "Marqu&eacute;e"
+#: ../../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 "Installation d'Ampache"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302
+msgid "Other"
+msgstr "autre"
-#: ../../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&egrave;re l'installation de la base de donn&eacute;es d'Ampache et la cr&eacute;ation du fichier ampache.cfg.php. Avant de continuer, assurez-vous d'avoir tous les pr&eacute;-requis"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
+msgstr "hors de"
-#: ../../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&eacute;er et modifier les bases de donn&eacute;es"
+#: ../../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&eacute;"
-#: ../../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&egrave;s en lecture sur les fichiers /sql/ampache.sql et /config/ampache.cfg.dist.php"
+#: ../../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_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&eacute; avoir les pr&eacute;-requis pr&eacute;c&eacute;dents, donnez s'il vous plait les informations ci-dessous. On ne vous demandera que les informations de configuration indispensables. Si vous d&eacute;sirez modifier par la suite votre configuration, &eacute;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&eacute;ation et alimentation de la base de donn&eacute;es d'Ampache"
+#: ../../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_account.inc.php:54
-msgid "Step 2 - Creating the ampache.cfg.php file"
-msgstr "Etape 2 - Cr&eacute;ation du fichier ampache.cfg.php"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
+msgstr "Conditions"
-#: ../../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&egrave;tres du compte initial"
+#: ../../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_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 &eacute;tape cr&eacute;e votre compte administrateur initial. Une fois ce compte cr&eacute;&eacute;, vous serez redirig&eacute; vers la page de login"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr "Lancer la configuration"
-#: ../../templates/show_install_account.inc.php:60
-msgid "Create Admin Account"
-msgstr "Cr&eacute;er un compte administrateur"
+#: ../../templates/show_random_albums.inc.php:23
+msgid "Albums of the Moment"
+msgstr "Les albums du moment"
-#: ../../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_random_albums.inc.php:46
+#: ../../templates/show_album.inc.php:45
+msgid "Play Album"
+msgstr "Jouer l'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 "Mot de passe"
+#: ../../templates/show_localplay_status.inc.php:51
+msgid "Volume"
+msgstr "Volume"
-#: ../../templates/show_install_account.inc.php:74
-msgid "Create Account"
-msgstr "Cr&eacute;er un compte"
+#: ../../templates/show_localplay_status.inc.php:55
+#, fuzzy
+msgid "Repeat"
+msgstr "Refuser"
-#: ../../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_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&eacute;atoire"
-#: ../../templates/show_playlists.inc.php:33
-msgid "Playlist Name"
-msgstr "Nom de la liste de lecture"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+msgstr "Le temp d'ajout"
-#: ../../templates/show_playlists.inc.php:34
-msgid "# Songs"
-msgstr "Nombre de morceaux"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
+msgstr "Effacement"
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
-msgstr "Propri&eacute;taire"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
+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 "Actions"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Ajouter une entr&eacute;e"
-#: ../../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_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Adresse de d&eacute;but"
-#: ../../templates/show_playlists.inc.php:55
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_access_list.inc:67
-msgid "Edit"
-msgstr "&eacute;diter"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "Adresse de fin"
-#: ../../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_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_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&eacute;atoire"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
+msgstr "Clef"
-#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
-msgstr "T&eacute;l&eacute;charger"
+#: ../../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_playlists.inc.php:75
-msgid "No Playlists Found"
-msgstr "Non trouv&eacute;"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:101
+msgid "Fullname"
+msgstr "Nom complet"
-#: ../../templates/show_duplicates.inc.php:25
-msgid "Find Duplicates"
-msgstr "Trouver des doublons"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:103
+msgid "Registration Date"
+msgstr "Date d'enregistrement"
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
-msgstr "Type de recherche"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
+msgid "Last Ip"
+msgstr "Dernier(s) IPs"
-#: ../../templates/show_duplicates.inc.php:36
-msgid "Artist and Title"
-msgstr "Artiste et titre"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:109
+msgid "On-line"
+msgstr "En ligne"
-#: ../../templates/show_duplicates.inc.php:37
-msgid "Artist, Album and Title"
-msgstr "Artiste, Album et Titre"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr ""
-#: ../../templates/show_duplicates.inc.php:44
-msgid "Select Best Guess"
-msgstr "Choisi le meilleur conjecture"
+#: ../../templates/show_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
+msgstr "liste de lecture accueil"
-#: ../../templates/show_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
-msgstr "Oui"
+#: ../../templates/show_manage_democratic.inc.php:58
+msgid "Create New Playlist"
+msgstr "Cr&eacute;er un nouvelle liste de lecture"
-#: ../../templates/show_tv.inc.php:42
-msgid "Controls"
-msgstr "Commandes"
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_search.inc.php:91
+msgid "Rating"
+msgstr "Score"
-#: ../../templates/show_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
-#, fuzzy
-msgid "Current Playlist"
-msgstr "Cr&eacute;er un nouvelle liste de lecture"
+#: ../../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_playlist_edit.inc.php:27
-msgid "Editing Playlist"
-msgstr "Editer la liste de lecture"
+#: ../../templates/show_install_config.inc.php:49
+#: ../../templates/show_install.inc.php:56
+msgid "Step 2 - Creating the Ampache.cfg.php file"
+msgstr "&eacute;tape 2 - Cr&eacute;ation du fichier Ampache.cfg.php"
-#: ../../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_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 &eacute;tape prend la configuration de base et essaie de l'appliquer "
+"&agrave; votre serveur web. Si l'acc&egrave;s est refus&eacute;, vous verrez "
+"une invite de chargement du fichier de configuration. SVP mettez le fichier "
+"de configuration t&eacute;l&eacute;charg&eacute; dans /config"
-#: ../../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_install_config.inc.php:56
+msgid "Generate Config File"
+msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:39
-msgid "Public"
-msgstr "Public"
+#: ../../templates/show_install_config.inc.php:60
+msgid "Web Path"
+msgstr "Chemin d'acc&egrave;s web"
-#: ../../templates/show_playlist_edit.inc.php:40
-msgid "Private"
-msgstr "Priv&eacute;"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "Nom de la base de donn&eacute;es"
-#: ../../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 &agrave; jour"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "H&ocirc;te MySQL"
-#: ../../templates/sidebar.inc.php:28
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
-msgstr "Utilisateurs"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "Utilisateur MySQL"
-#: ../../templates/sidebar.inc.php:29
-#: ../../ampache/templates/sidebar.inc.php:29
-msgid "Mail Users"
-msgstr "E-mail aux utilisateurs"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "Mot de passe MySQL"
-#: ../../templates/sidebar.inc.php:31
-#: ../../ampache/templates/sidebar.inc.php:31
-msgid "Config"
-msgstr "configuration"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr "&eacute;crire la configuration"
-#: ../../templates/sidebar.inc.php:32
-#: ../../ampache/templates/sidebar.inc.php:32
-msgid "Access List"
-msgstr "Liste d'acc&egrave;s"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr "Ampache.cfg.php existe"
-#: ../../templates/sidebar.inc.php:37
-#: ../../ampache/templates/sidebar.inc.php:37
-msgid "Song Title"
-msgstr "Titre du morceau"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Ampache.cfg.php configur&eacute; ?"
-#: ../../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/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "Test de la configuration"
-#: ../../templates/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
-msgstr "Minutes"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
+msgstr ""
-#: ../../templates/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
-msgstr "Moins jou&eacute;"
+#: ../../templates/show_edit_user.inc.php:23
+msgid "Editing existing User"
+msgstr "&Eacute;diter un utilisateur"
-#: ../../templates/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
-msgstr "En Liste"
+#: ../../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/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
-msgstr "Vue d&eacute;mocratique"
+#: ../../templates/show_edit_user.inc.php:69
+#: ../../templates/show_add_user.inc.php:69
+msgid "User Access Level"
+msgstr "Niveau d'acc&egrave;s utilisateur"
+
+#: ../../templates/show_edit_user.inc.php:83
+msgid "Update User"
+msgstr "Mise &agrave; 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/sidebar.inc.php:189
-#: ../../ampache/templates/sidebar.inc.php:191
+#: ../../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&eacute;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&eacute;f&eacute;rences"
+
+#: ../../templates/sidebar.inc.php:66
msgid "Logout"
msgstr "D&eacute;connexion"
-#: ../../templates/show_admin_tools.inc.php:27
-msgid "Catalogs"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "mise &agrave; 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_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_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
+msgstr "test des tags des morceaux trouv&eacute;s"
-#: ../../templates/show_admin_tools.inc.php:42
-msgid "Add"
-msgstr "ajouter"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
+msgstr "V&eacute;rifi&eacute;"
-#: ../../templates/show_admin_tools.inc.php:44
-msgid "Verify"
-msgstr "V&eacute;rifier"
+#: ../../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&eacute;er un nouvelle liste de lecture"
-#: ../../templates/show_admin_tools.inc.php:46
-msgid "Clean"
-msgstr "Supprimer les informations"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
-msgstr "Rapide"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:57
-msgid "Gather Art"
-msgstr "Rassembler les jaquettes"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:65
-msgid "No Catalogs Found"
-msgstr "Aucun catalogue trouv&eacute; !"
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Jouer"
-#: ../../templates/show_admin_tools.inc.php:71
-msgid "Clean All"
-msgstr "Nettoyer tous les Catalogues"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "Suivant"
-#: ../../templates/show_admin_tools.inc.php:72
-msgid "Verify All"
-msgstr "Tout V&eacute;rifier"
+#: ../../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_admin_tools.inc.php:73
-msgid "Add to All"
-msgstr "Ajouter &agrave; tout"
+#: ../../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_admin_tools.inc.php:74
-msgid "Update All"
-msgstr "Tout Mettre &agrave; jour"
+#: ../../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&eacute;sactiver"
-#: ../../templates/show_admin_tools.inc.php:77
-#: ../../templates/show_add_catalog.inc.php:78
-msgid "Gather Album Art"
-msgstr "Recup&eacute;rer la jaquette d'album"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
+msgstr "Utilisateur activ&eacute;"
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
-msgstr "Autres outils"
+#: ../../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 &eacute;tape cr&eacute;e et remplie la base de donn&eacute;es Ampache, "
+"pour cel&agrave; donner un compte d'acc&egrave;s mysql avec des droits de "
+"cr&eacute;ation. Cette &eacute;tape peut prendre un certain temps d&eacute;"
+"pendant de la vitesse de votre ordinateur"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
-msgstr "Voir les doublons"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
-msgstr "Effacer lecture en cours"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
+msgstr "Nom d'utilisateur administrateur MySQL"
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75
-msgid "Generate New Config"
-msgstr "&eacute;crire la configuration"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
+msgstr "Mot de passe administrateur MySQL"
-#: ../../templates/show_admin_tools.inc.php:86
-msgid "Preferences Permissions"
-msgstr "Pr&eacute;f&eacute;rences"
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
+msgstr ""
+"Cr&eacute;e un utilisateur de base de donn&eacute;es pour la nouvelle base"
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
-msgstr "Exporter vers Itunes DB"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
+msgstr "Nom d'utilisateur de base de donn&eacute;es Ampache"
-#: ../../templates/show_admin_tools.inc.php:88
-msgid "Check for New Version"
-msgstr "Test de la configuration"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
+msgstr "Mot de passe de l'utilisateur de base de donn&eacute;es Ampache"
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
-msgstr "Albums de"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:33
-msgid "Show All Songs By"
-msgstr "Voir tous les morceaux de"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
+msgstr "Remplissage de la base de donn&eacute;es"
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
-msgstr "Jouer tous les morceaux de"
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
+msgstr "Liste compl&egrave;te des artistes"
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Play Random Songs By"
-msgstr "Jouer al&eacute;atoirement les morceaux de"
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr "V&eacute;rifiez les artictes que vous souhaitez associer a cet artiste"
-#: ../../templates/show_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
-msgstr "Mettre &agrave; jour &agrave; partir des balises"
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr "Pr&eacute;c&ecaute;dent"
-#: ../../templates/show_artist_box.inc.php:38
-msgid "Rename Artist"
-msgstr "Renommer l'artiste"
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
+msgstr "Renommer les s&eacute;lectionn&eacute;es"
-#: ../../templates/show_artist_box.inc.php:39
-msgid "Find duplicate artists"
-msgstr "Trouver des doublons"
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
+msgstr "Avanc&eacute;"
-#: ../../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_similar_artists.inc.php:152
+msgid "Search Again"
+msgstr "Recherche encore"
-#: ../../templates/show_user.inc.php:36
-msgid "Results Per Page"
-msgstr "R&eacute;sultats par page"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
+msgstr "Cr&eacute;er un nouvelle liste de lecture"
-#: ../../templates/show_user.inc.php:42
-msgid "New Password"
-msgstr "Mot de passe"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
+msgstr "Renommer"
-#: ../../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_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_user.inc.php:55
-msgid "Clear Stats"
-msgstr "Vider les statistiques"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr "Ins&eacute;rer la valeur en cours"
-#: ../../templates/show_user.inc.php:65
-msgid "Update Account"
-msgstr "Modifier un compte"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "Mettre &agrave; jour les balises ID3"
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
-msgstr "Favoris"
+#: ../../templates/show_playlist.inc.php:30
+msgid "Normalize Tracks"
+msgstr "Normaliser les morceaux"
-#: ../../templates/show_user_stats.inc.php:29
-msgid "Favorite Artists"
-msgstr "Liste des artistes favoris"
+#: ../../templates/show_playlist.inc.php:31
+msgid "Play All"
+msgstr ""
-#: ../../templates/show_user_stats.inc.php:40
-msgid "Favorite Albums"
-msgstr "Liste des albums favoris"
+#: ../../templates/show_playlist.inc.php:32
+msgid "Play Random"
+msgstr "Jouer al&eacute;atoirement"
-#: ../../templates/show_user_stats.inc.php:51
-msgid "Favorite Songs"
-msgstr "Liste des morceaux favoris"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:31
-#, fuzzy
-msgid "Playing from base Playlist"
-msgstr "Jouer cette liste de lecture"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
+msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:44
-#, fuzzy
-msgid "Votes"
-msgstr "Votes"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+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 "Morceau"
+#: ../../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&eacute;e"
+
+#: ../../templates/show_preference_admin.inc.php:22
+#, fuzzy
+msgid "Preference Administration"
+msgstr "Pr&eacute;f&eacute;rences"
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
+#: ../../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&eacute;f&eacute;rence"
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
-msgstr "Valeur"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr "secondes"
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
-msgstr "Pour tous"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr "Minutes"
-#: ../../templates/show_preference_box.inc.php:51
-msgid "description"
-msgstr "Description"
+#: ../../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&eacute;e"
+
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:88
+msgid "Last Played"
+msgstr "Derniers titres jou&eacute;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&eacute;s"
+
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
+msgstr "Jou&eacute;"
+
+#: ../../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&eacute;bit minimum"
+
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
+msgstr "1 &eacute;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&eacute;rateur"
+
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr "ET"
+
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
+msgstr "M&eacute;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&eacute;sultats"
+
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:68
+msgid "Unlimited"
+msgstr "illimit&eacute;"
+
+#: ../../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&eacute;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&eacute;finition de r&eacute;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&eacute;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"
@@ -1487,11 +1888,6 @@ msgstr "J'accepte"
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"
@@ -1500,108 +1896,74 @@ msgstr "Supprimer les informations"
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_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+msgid "Login"
+msgstr "Connexion"
-#: ../../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_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "M&eacute;moriser"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
-msgstr "Lancer la configuration"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "S'inscrire"
-#: ../../templates/show_modules.inc.php:38
-msgid "Localplay Modules"
-msgstr "Lecture en local"
+#: ../../templates/show_login_form.inc.php:87
+msgid "Message of the Day"
+msgstr "Message de Jour"
-#: ../../templates/show_modules.inc.php:41
-msgid "Module Name"
-msgstr "Nom complet"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr ""
-#: ../../templates/show_modules.inc.php:48
-#: ../../templates/show_modules.inc.php:81
-#: ../../templates/show_tv_adminctl.inc.php:28
-msgid "Activate"
-msgstr "Utilisateur activ&eacute;"
+#: ../../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_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-#, fuzzy
-msgid "Deactivate"
-msgstr "Utilisateur activ&eacute;"
+#: ../../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_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&eacute; !"
+#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
+msgstr "Genres les plus populaires"
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
-msgstr "Plugins disponible"
+#: ../../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_modules.inc.php:73
-msgid "Description"
-msgstr "Description"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
+msgstr "Flux live les plus populaires"
-#: ../../templates/show_modules.inc.php:74
-msgid "Version"
-msgstr "Version de PHP"
+#: ../../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 "&eacute;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
+#: ../../templates/show_edit_album.inc.php:41
msgid "Flag for Retagging"
msgstr "marqu&aecute;es pour etiquettage"
-#: ../../templates/show_edit_song.inc.php:89
+#: ../../templates/show_edit_song.inc.php:88
msgid "Update Song"
msgstr "Mise &agrave; 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_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:537
+msgid "Genres"
+msgstr ""
-#: ../../templates/show_mail_users.inc.php:25
+#: ../../templates/show_mail_users.inc.php:24
#, fuzzy
msgid "Send E-mail to Users"
msgstr "E-mail aux utilisateurs"
@@ -1610,240 +1972,293 @@ msgstr "E-mail aux utilisateurs"
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
+#: ../../templates/show_mail_users.inc.php:54
#, fuzzy
msgid "Latest Artist Additions"
msgstr "Artistes r&eacute;cemment ajout&eacute;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
+#: ../../templates/show_mail_users.inc.php:65
msgid "Latest Album Additions"
msgstr "Albums r&eacute;cemment ajout&eacute;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
+#: ../../templates/show_mail_users.inc.php:75
msgid "Flagged Songs"
msgstr "Morceaux marqu&eacute;es"
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
+#: ../../templates/show_mail_users.inc.php:79
+#: ../../templates/show_admin_info.inc.php:34
msgid "Disabled Songs"
msgstr "Voir les morceaux d&eacute;sactiv&eacute;s"
-#: ../../templates/show_mail_users.inc.php:85
+#: ../../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:96
+#: ../../templates/show_mail_users.inc.php:98
msgid "Subject"
msgstr "Sujet"
-#: ../../templates/show_mail_users.inc.php:103
+#: ../../templates/show_mail_users.inc.php:105
msgid "Message"
msgstr "Message"
-#: ../../templates/show_mail_users.inc.php:113
+#: ../../templates/show_mail_users.inc.php:114
msgid "Send Mail"
msgstr "Envoyer l'e-mail"
-#: ../../templates/show_admin_info.inc.php:32
-msgid "Last Ten Flagged Records"
-msgstr "Les dix derni&eacute;s enregistrements marqu&eacute;s"
+#: ../../templates/show_add_user.inc.php:23
+msgid "Adding a New User"
+msgstr "Ajouter un nouvel utilisateur"
-#: ../../templates/show_admin_info.inc.php:40
-#: ../../templates/show_flagged.inc.php:73
-#: ../../templates/show_ip_history.inc.php:28
+#: ../../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&egrave;s pour un h&ocirc;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 "Show All"
-msgstr "Montrer tout"
+msgid "Create ACL"
+msgstr "Cr&eacute;er un compte"
-#: ../../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_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
+msgstr "Valeur"
-#: ../../templates/show_tv_adminctl.inc.php:22
-msgid "Admin Controls"
-msgstr "Sections administrateur"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Pour tous"
-#: ../../templates/show_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
-msgid "Base Playlist"
-msgstr "liste de lecture accueil"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
-msgid "Clear Playlist"
-msgstr "Effacer liste de lecture"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
+msgstr "Description"
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
-msgstr "Continuer"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
+msgstr "Editer la liste de lecture"
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
-msgstr "Annuler"
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "Public"
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
-msgstr "Selectionner"
+#: ../../templates/show_playlist_edit.inc.php:40
+msgid "Private"
+msgstr "Priv&eacute;"
-#: ../../templates/show_flagged.inc.php:28
-msgid "Object"
-msgstr "Objet"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
+msgstr "Trouver des doublons"
-#: ../../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_duplicates.inc.php:29
+msgid "Search Type"
+msgstr "Type de recherche"
-#: ../../templates/show_flagged.inc.php:31
-msgid "Status"
-msgstr "Statut"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
+msgstr "Artiste et titre"
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
-msgstr "Refuser"
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
+msgstr "Artiste, Album et Titre"
-#: ../../templates/show_flagged.inc.php:64
-msgid "Approve"
-msgstr "Approuver"
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
+msgstr "Choisi le meilleur conjecture"
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Renommer"
+#: ../../templates/show_gather_art.inc.php:23
+#: ../../lib/class/catalog.class.php:972
+msgid "Starting Album Art Search"
+msgstr "D&eacute;marrage de la recherche de jaquette d'album"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr "Ins&eacute;rer la valeur en cours"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
+msgstr "Cherch&eacute;"
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "Mettre &agrave; jour les balises ID3"
+#: ../../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_all_recent.inc.php:25
-msgid "Newest Artist Additions"
-msgstr "Artistes r&eacute;cemment ajout&eacute;s"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Albums de"
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
-msgstr "Albums r&eacute;cemment ajout&eacute;s"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Voir tous les morceaux de"
-#: ../../templates/show_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
-msgstr "Flux Live r&eacute;cemment ajout&eacute;s"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Play All Songs By"
+msgstr "Jouer tous les morceaux de"
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
-msgstr "Recherche personnalis&eacute;e"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Play Random Songs By"
+msgstr "Jouer al&eacute;atoirement les morceaux de"
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
-msgstr "Lien direct vers l'image"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:52
+msgid "Update from tags"
+msgstr "Mettre &agrave; jour &agrave; partir des balises"
-#: ../../templates/show_get_albumart.inc.php:54
-#, fuzzy
-msgid "Local Image"
-msgstr "Lecture en local"
+#: ../../templates/show_artist_box.inc.php:39
+msgid "Find duplicate artists"
+msgstr "Trouver des doublons"
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
-msgstr "Obtenir la jaquette"
+#: ../../templates/show_artist_box.inc.php:42
+msgid "Recommend Similar"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
-msgstr "Actions des listes de lecture"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Jouer al&eacute;atoirement une s&eacute;lection"
-#: ../../templates/show_playlist_box.inc.php:34
-msgid "Edit Playlist"
-msgstr "Editer la liste de lecture"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Nombre d'&eacute;l&eacute;ments"
-#: ../../templates/show_playlist_box.inc.php:35
-msgid "Normalize Tracks"
-msgstr "Normaliser les morceaux"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Par genre"
-#: ../../templates/show_playlist_box.inc.php:36
-msgid "Play This Playlist"
-msgstr "Jouer cette liste de lecture"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
+msgstr "Standard"
-#: ../../templates/show_playlist_box.inc.php:37
-msgid "Play Random"
-msgstr "Jouer al&eacute;atoirement"
+#: ../../templates/show_random.inc.php:51
+msgid "Less Played"
+msgstr "Moins jou&eacute;"
-#: ../../templates/show_playlist_box.inc.php:38
-#, fuzzy
-msgid "Delete This Playlist"
-msgstr "Jouer cette liste de lecture"
+#: ../../templates/show_random.inc.php:52
+msgid "Full Albums"
+msgstr "Tous les albums"
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
-msgstr "Importer depuis un fichier"
+#: ../../templates/show_random.inc.php:53
+msgid "Full Artist"
+msgstr "Artiste complet"
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
-msgstr "Cr&eacute;er un nouvelle liste de lecture"
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
+msgstr "Minutes"
-#: ../../templates/show_playlist_box.inc.php:43
+#: ../../templates/show_random.inc.php:59
#, fuzzy
-msgid "Delete Empty Playlists"
-msgstr "Importer une liste de lecture"
+msgid "From catalog"
+msgstr "d'un catalogue"
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
-msgstr "Genres les plus populaires"
+#: ../../templates/show_random.inc.php:65
+msgid "Size Limit"
+msgstr "Limite de Taille"
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr "Flux live les plus populaires"
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
+msgstr "En Liste"
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr "Tags les plus populaires"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:644
+msgid "Now Playing"
+msgstr "En cours de lecture"
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
-msgstr "Jouer la s&eacute;lection"
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr "Voir"
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
-msgstr "T&eacute;l&eacute;charger la s&eacute;lection"
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
-msgstr "D&eacute;finir les num&eacute;ros de piste"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr "Compte"
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
-msgstr "Enlever les pistes s&eacute;lectionn&eacute;es"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
-msgstr "Ajouter &agrave;"
+#: ../../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&eacute;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
@@ -1851,71 +2266,71 @@ msgid "Settings for"
msgstr "Param&egrave;tre pour les catalogues dans"
#: ../../templates/show_edit_catalog.inc.php:29
-#: ../../templates/show_add_catalog.inc.php:38
+#: ../../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:39
+#: ../../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:40
+#: ../../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:41
+#: ../../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:42
+#: ../../templates/show_add_catalog.inc.php:39
msgid "genre"
msgstr "genre"
#: ../../templates/show_edit_catalog.inc.php:34
-#: ../../templates/show_add_catalog.inc.php:43
+#: ../../templates/show_add_catalog.inc.php:40
msgid "track number (padded with leading 0)"
msgstr "num&eacute;ro de la piste (compl&eacute;t&eacute; par des 0)"
#: ../../templates/show_edit_catalog.inc.php:35
-#: ../../templates/show_add_catalog.inc.php:44
+#: ../../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:45
+#: ../../templates/show_add_catalog.inc.php:42
msgid "year"
msgstr "ann&eacute;e"
#: ../../templates/show_edit_catalog.inc.php:37
-#: ../../templates/show_add_catalog.inc.php:46
+#: ../../templates/show_add_catalog.inc.php:43
msgid "other"
msgstr "autre"
#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
+#: ../../templates/show_add_catalog.inc.php:52
msgid "Catalog Type"
msgstr "Type de catalogue"
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
+#: ../../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:50
+#: ../../templates/show_edit_catalog.inc.php:51
msgid "Filename pattern"
msgstr "Motif de nom de fichier"
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../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:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "(no leading or ending '/')"
msgstr "(ne commen&ccedil;ant ou ne finissant pas avec '/')"
@@ -1923,1017 +2338,1315 @@ msgstr "(ne commen&ccedil;ant ou ne finissant pas avec '/')"
msgid "Save Catalog Settings"
msgstr "Sauver les param&egrave;tres du catalogue"
-#: ../../templates/show_localplay_status.inc.php:52
-msgid "Volume"
-msgstr "Volume"
+#: ../../templates/show_democratic_playlist.inc.php:38
+#, fuzzy
+msgid "Playing from base Playlist"
+msgstr "Jouer cette liste de lecture"
-#: ../../templates/show_localplay_status.inc.php:56
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
#, fuzzy
-msgid "Repeat"
-msgstr "Refuser"
+msgid "Votes"
+msgstr "Votes"
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "Cr&eacute;er un nouvelle liste de lecture"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
+msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
+#: ../../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 &agrave; jour"
+
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr "Les dix derni&eacute;s enregistrements marqu&eacute;s"
+
+#: ../../templates/show_plugins.inc.php:46
#, fuzzy
-msgid "Create"
-msgstr "D&eacute;bit"
+msgid "Deactivate"
+msgstr "Utilisateur activ&eacute;"
-#: ../../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_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:257
+msgid "Stream"
+msgstr "Flux"
-#: ../../templates/show_add_catalog.inc.php:35
+#: ../../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&eacute;lection"
+
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
+msgstr "T&eacute;l&eacute;charger la s&eacute;lection"
+
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
+msgstr "D&eacute;finir les num&eacute;ros de piste"
+
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
+msgstr "Enlever les pistes s&eacute;lectionn&eacute;es"
+
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
+msgstr "Ajouter &agrave;"
+
+#: ../../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:51
-msgid "Path"
-msgstr "Chemin"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Local"
-#: ../../templates/show_add_catalog.inc.php:59
+#: ../../templates/show_add_catalog.inc.php:56
msgid "Remote"
msgstr "Distant"
-#: ../../templates/show_add_catalog.inc.php:65
+#: ../../templates/show_add_catalog.inc.php:62
msgid "Required for Remote Catalogs"
msgstr "Obligatoire pour un catalogue distant"
-#: ../../templates/show_add_catalog.inc.php:68
+#: ../../templates/show_add_catalog.inc.php:65
msgid "Filename Pattern"
msgstr "Motif de nom de fichier"
-#: ../../templates/show_add_catalog.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:79
msgid "Build Playlists from m3u Files"
msgstr "Construire les listes de lecture &agrave; partir des fichiers m3u"
-#: ../../templates/show_add_catalog.inc.php:90
+#: ../../templates/show_add_catalog.inc.php:85
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_localplay.inc.php:32
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
+msgstr "Effacer liste de lecture"
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
-msgstr "&Eacute;diter un utilisateur"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr "Recommandations"
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
-msgstr "Niveau d'acc&egrave;s utilisateur"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr "Recommende les Artists"
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
-msgstr "Ajouter un utilisateur"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr "Recommende les albums"
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
-msgstr "Mise &agrave; jour d'un utilisateur"
+#: ../../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&eacute;s"
-#: ../../templates/show_list_duplicates.inc.php:34
+#: ../../templates/show_list_duplicates.inc.php:44
+#: ../../templates/show_list_duplicates.inc.php:89
msgid "Length"
msgstr "Dur&eacute;e"
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
+#: ../../templates/show_list_duplicates.inc.php:46
+#: ../../templates/show_list_duplicates.inc.php:91
msgid "Size"
msgstr "Taille"
-#: ../../templates/show_list_duplicates.inc.php:75
+#: ../../templates/show_list_duplicates.inc.php:96
#, fuzzy
msgid "Disable Songs"
msgstr "Voir les morceaux d&eacute;sactiv&eacute;s"
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
-msgstr "Histoire d'IP"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
-msgstr "Voir unique"
+#: ../../templates/sidebar_home.inc.php:4
+msgid "Currently Playing"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:34
-msgid "Date"
-msgstr "Date"
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
+msgid "Statistics"
+msgstr "Statistiques des catalogues"
-#: ../../templates/show_ip_history.inc.php:37
-#, fuzzy
-msgid "IP Address"
-msgstr "Adresse IP de fin"
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
+msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr "Recommandations"
+#: ../../templates/sidebar_home.inc.php:22
+msgid "Advanced"
+msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
-msgstr "Recommende les Artists"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
+msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
-msgstr "Recommende les albums"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
+msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
-msgstr "Recommande les Morceaux"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
+msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
+#: ../../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 "Preference Administration"
-msgstr "Pr&eacute;f&eacute;rences"
+msgid "Cleaning the"
+msgstr "mise &agrave; jour de"
-#: ../../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_clean_catalog.inc.php:24
+msgid "Checking"
+msgstr "Test"
-#: ../../templates/show_preference_admin.inc.php:37
-msgid "Guest"
-msgstr "Invite"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr "D&eacute;marrage de la recherche des nouveaux morceaux"
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
-msgstr "Editer l'Album"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr "catalogue"
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
-msgid "Update Album"
-msgstr "Mis &agrave; jour"
+#: ../../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_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr "secondes"
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
+msgstr "TEST"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
-msgstr "Minutes"
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
+msgstr "STATUT"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
-msgstr "heures"
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
+msgstr "DESCRIPTION"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
-msgstr "jours"
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
+msgstr "Version de PHP"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr "semaines"
+#: ../../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&eacute;rifier que vous utilisez une version de PHP connue "
+"pour etre compatible avec Ampache"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr "mois"
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
+msgstr "Mysql pour PHP"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
-msgstr "ann&eacute;e"
+#: ../../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&eacute;rifier si vous avez l'extension mysql charg&eacute;e "
+"pour PHP. Ceci est requis pour qu'Ampache puisse fonctionner"
-#: ../../templates/show_recently_played.inc.php:26
-msgid "Recently Played"
-msgstr "R&eacute;cemment jou&eacute;s"
+#: ../../templates/show_test.inc.php:82
+msgid "PHP Session Support"
+msgstr "Support des sessions PHP"
-#: ../../templates/show_recently_played.inc.php:33
-msgid "Last Played"
-msgstr "Derniers titres jou&eacute;s"
+#: ../../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&eacute;. "
+"Les sessions sont indispensable au bon fonctionnement d'Ampache"
-#: ../../templates/show_edit_artist.inc.php:23
-msgid "Edit Artist"
-msgstr "Artiste"
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
+msgstr "Support de PHP ICONV"
-#: ../../templates/show_random_albums.inc.php:23
-msgid "Albums of the Moment"
-msgstr "Les albums du moment"
+#: ../../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&eacute;rifier que l'Iconv support est bien install&eacute;. "
+"Ce n'est pas indispensable pour le fonctionnement d'Ampache mais fortement "
+"recommand&eacute;"
-#: ../../localplay.php:50 ../../localplay.php:58
-msgid "Song(s) Removed from Playlist"
-msgstr "Morceaux Supprim&eacute;s de la playlist"
+#: ../../templates/show_test.inc.php:119
+msgid "PHP PCRE Support"
+msgstr "Support de PHP ICONV"
-#: ../../localplay.php:77
-msgid "Localplay Init Failed"
-msgstr "Controle de lecture locale"
+#: ../../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&eacute;. "
+"Les sessions sont indispensable au bon fonctionnement d'Ampache"
-#: ../../browse.php:48 ../../albums.php:213
-msgid "Show Albums starting with"
-msgstr "Voir les albums commen&ccedil;ant par"
+#: ../../templates/show_test.inc.php:136
+msgid "PHP PutENV Support"
+msgstr "Support de PHP ICONV"
-#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252
-msgid "Show Artists starting with"
-msgstr "Voir les artistes commen&ccedil;ant par"
+#: ../../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&eacute;cessaire mais pourrai gener certaines fonctionnalit&eacute;s de "
+"ampache"
-#: ../../browse.php:124
-msgid "Show Titles Starting With"
-msgstr "Voir les artistes commen&ccedil;ant par"
+#: ../../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&agrave; &eacute;choue, le "
+"fichier ampache.cfg.php n'est pas au bon endroit ou \n"
+"\t n'est pas lisible par votre serveur web"
-#: ../../search.php:47
-msgid "Error: No Keyword Entered"
-msgstr "Erreur: Aucun mot cl&eacute; entr&eacute;"
+#: ../../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 ""
-#: ../../ampache/templates/sidebar.inc.php:38
-msgid "Lists"
-msgstr "Listes"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
+msgstr "Connexion &agrave; la base de donn&eacute;es"
-#: ../../ratings.php:33
-msgid "Rating Updated"
-msgstr "Score mis &agrave; jour"
+#: ../../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 &agrave; votre base de donn&eacute;es en utilisant "
+"les valeurs de ampache.cfg.php"
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
-msgstr "Votre score pour cet objet a &eacute;t&eacute; mis &agrave; jour"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
+msgstr ""
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
-msgstr "Utilisateur suspendu, contactezz l admin"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
+msgstr ""
-#: ../../login.php:94
-msgid "Unable to create new account"
-msgstr "Impossible de creer ce compte"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
+msgstr ""
-#: ../../login.php:103
-msgid "No local account found"
-msgstr "Pas de compte local correspondant"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "&eacute;dition"
-#: ../../login.php:176
-msgid "Message of the Day"
-msgstr "Message de Jour"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "pr&eacute;f&eacute;rences"
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
-msgstr "Erreur : Le mot de passe ne correspond pas ou est vide"
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Mise &agrave; jour des pr&eacute;f&eacute;rences"
-#: ../../preferences.php:61
-msgid "Password Updated"
-msgstr "Mot de passe mise &agrave; jour"
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
+msgstr "Mot de passe"
-#: ../../update.php:73
-msgid "Ampache Update"
-msgstr "Mode debogage d'Ampache"
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Vider les statistiques"
-#: ../../tv.php:62
-msgid "Playlist Cleared"
-msgstr "Liste de lecture effac&eacute;e"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
+msgstr "Modifier un compte"
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
-msgstr "D&eacute;marrage de la mise &agrave; jour &agrave; partir des balises"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Pr&eacute;c&eacute;dant"
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
-msgstr "Mise &agrave; jour &agrave; partir des balises termin&eacute;e"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr ""
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
-msgstr "Retour"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr ""
-#: ../../activate.php:43
-msgid "No user with this name registered"
-msgstr "Pas d'utilisateur enregistr&eacute; avec ce nom"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../activate.php:47
-msgid "The validation key used isn't correct."
-msgstr "La cl&eacute; de validation utilis&eacute;e n'est pas correcte."
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
+msgstr ""
-#: ../../activate.php:52
-msgid "User activated"
-msgstr "Utilisateur activ&eacute;"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
+msgstr ""
-#: ../../activate.php:52
-msgid "This User ID is activated and can be used"
-msgstr "Cet identifiant utilisateur est actif et peut etre utilis&eacute;"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
+msgstr ""
-#: ../../playlist.php:46
-msgid "Playlist Deleted"
-msgstr "Liste de lecture supprim&eacute;e"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
+msgstr ""
-#: ../../playlist.php:46
-msgid "The Requested Playlist has been deleted"
-msgstr "Liste de lecture supprim&eacute;e"
+#: ../../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 ""
-#: ../../playlist.php:56
-msgid "Are you sure you want to delete this playlist"
-msgstr "Voulez-vous vraiment supprimer cette liste de lecture ?"
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
+msgstr "Jouer l'album al&eacute;atoirement"
-#: ../../playlist.php:57
-msgid "Confirm Action"
-msgstr "Confirmation d'action"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
+msgstr "R&eacute;initialiser la jaquette d'album"
-#: ../../playlist.php:117
-msgid "Playlist Created"
-msgstr "Liste de lecture cr&eacute;&eacute;e"
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
+msgstr "Trouver la jaquette d'album"
-#: ../../playlist.php:117
-msgid " has been created"
-msgstr " a &eacute;t&eacute; cr&eacute;&eacute;e"
+#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
+msgstr ""
-#: ../../playlist.php:126
-msgid "Remote Selected Tracks"
-msgstr "Morceaux s&eacute;lectionn&eacute;s distants"
+#: ../../templates/show_playlists.inc.php:34
+#: ../../templates/show_playlists.inc.php:51
+msgid "Playlist Name"
+msgstr "Nom de la liste de lecture"
-#: ../../playlist.php:145
-msgid "Playlist Updated"
-msgstr "Liste de lecture mise &agrave; jour"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:52
+msgid "# Songs"
+msgstr "Nombre de morceaux"
-#: ../../playlist.php:146
-msgid "has been updated and is now"
-msgstr " a &eacute;t&eacute; mis &agrave; jour"
+#: ../../templates/show_playlists.inc.php:36
+#: ../../templates/show_playlists.inc.php:53
+msgid "Owner"
+msgstr "Propri&eacute;taire"
-#: ../../playlist.php:166
-msgid "Playlist Imported"
-msgstr "Liste de lecture cr&eacute;&eacute;e"
+#: ../../activate.php:42
+msgid "No user with this name registered"
+msgstr "Pas d'utilisateur enregistr&eacute; avec ce nom"
-#: ../../playlist.php:195
-msgid "Empty Playlists Deleted"
-msgstr "Liste de lecture supprim&eacute;e"
+#: ../../activate.php:46
+msgid "The validation key used isn't correct."
+msgstr "La cl&eacute; de validation utilis&eacute;e n'est pas correcte."
-#: ../../flag.php:46
-msgid "Item Flagged"
-msgstr "Marqu&eacute; par"
+#: ../../activate.php:51
+msgid "User activated"
+msgstr "Utilisateur activ&eacute;"
-#: ../../flag.php:46
-msgid "The specified item has been flagged"
-msgstr "Marqu&eacute; par"
+#: ../../activate.php:51
+msgid "This User ID is activated and can be used"
+msgstr "Cet identifiant utilisateur est actif et peut etre utilis&eacute;"
-#: ../../albums.php:48
-msgid "Album Art Cleared"
-msgstr "Jaquettes d'album vid&eacute;es"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../albums.php:48
-msgid "Album Art information has been removed from the database"
-msgstr "Les informations de jaquettes d'albums ont &eacute;t&eacute; supprim&eacute;es de la base de donn&eacute;es"
+#: ../../democratic.php:80
+msgid "Playlist Cleared"
+msgstr "Liste de lecture effac&eacute;e"
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
-msgid "Album Art Not Located"
-msgstr "Jaquette d'album non trouv&eacute;e"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+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 "Pas de jaquette d'album trouv&eacute;e. Cel&agrave; peut etre du &agrave; une surcharge temporaire d'Amazon ou un album inconnu de leur catalogue"
+#: ../../lib/class/flag.class.php:280
+msgid "Approved"
+msgstr "D&eacute;plac&eacute;"
-#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185
-msgid "Album Art Inserted"
-msgstr "Jaquette d'album incluse"
+#: ../../lib/class/flag.class.php:281
+msgid "Pending"
+msgstr "Attente"
-#: ../../register.php:81
-msgid "Error Captcha Required"
-msgstr "Erreur saisissez le captcha"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
+msgstr ""
-#: ../../register.php:88
-msgid "Error Captcha Failed"
-msgstr "Erreur Captcha s'est cass&eacute;"
+#: ../../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 &agrave; jour pour"
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
-msgstr "Vous <U>devez</U> accepter les conditions d'utilisation"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
+msgstr "Taux"
-#: ../../register.php:100
-msgid "You did not enter a username"
-msgstr "Vous n'avez pas entr&eacute; un nom d'utilisateur"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
+msgstr "Mode"
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr "SVP entrez vos pr&eacute;nom et nom"
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
+msgstr "Taille du fichier"
-#: ../../register.php:130
-msgid "You must enter a password"
-msgstr "Vous devez entrer un mot de passe"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
+msgstr "G&eacute;rer les utilisateurs"
-#: ../../register.php:134
-msgid "Your passwords do not match"
-msgstr "Vos mots de passe ne correspondent pas"
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
+msgstr ""
-#: ../../register.php:152
-msgid "Error: Insert Failed"
-msgstr "Erreur : Enregistrement non effectu&eacute;"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
+msgstr "Listes de lecture"
-#: ../../register.php:169
-msgid "Registration Complete"
-msgstr "Enregistrement termin&eacute;"
+#: ../../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"
-#: ../../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&eacute;cifi&eacute; \ncomme elles apparaitrons dans Ampache. \n \n"
+#: ../../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&eacute;pertoire"
-#: ../../bin/print_tags.php.inc:70
-msgid "Filename:"
-msgstr "Nom de fichier :"
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
+msgstr "Erreur: Impossible d'obtenir la taille de fichier de"
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
-msgstr "Erreur : impossible d'&eacute;crire dans"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
+msgstr "n'est pas lisible par ampache"
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
-msgstr "Erreur: Le r&eacute;pertoire de chargement n'est pas dans un catalogue"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
+msgstr "D&eacute;marrage de la construction du catalogue"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
-msgstr "Ajout"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
+msgstr "Synchronisation distante en cours"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
-msgstr "vers la base de donn&eacute;es"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
+msgstr "Playlist ajout&eacute;e &agrave; partir de"
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
-msgstr "Supprim&eacute;"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
+msgstr "Catalogue termin&eacute;"
-#: ../../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&eacute;placera, et pourrait \n"
-"supprimer les fichiers t&eacute;l&eacute;charg&eacute;s.\n"
-"************ ATTENTION ************\n"
-"\n"
-"Tous les marqu&eacute;s pour ajout seront d&eacute;plac&eacute;s vers le "
-"r&eacute;pertoire de t&eacute;l&eacute;chargement. \n"
-"Tous les fichiers marqu&eacute;s pour suppression seront supprim&eacute;s. "
-"Ce script doit etre \n"
-"ex&eacute;cut&eacute; avec un utilisateur ayant les droits suffisants pour "
-"les deux op&eacute;rations ci-dessus \n"
-"\n"
-"\t\n"
-
-#: ../../bin/quarantine_migration.php.inc:153
-msgid "Continue? (Y/N):"
-msgstr "Continuer (Y/N) :"
-
-#: ../../bin/quarantine_migration.php.inc:178
-msgid "Error: "
-msgstr "Erreur :"
-
-#: ../../bin/quarantine_migration.php.inc:179
-msgid "!\n"
-msgstr "!\n"
-
-#: ../../templates/show_big_art.inc:29
-msgid "Album Art"
-msgstr "Jaquette d'album"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
+msgstr "Dur&eacute;e totale"
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
-msgstr "Cliquer pour fermer la fenetre"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
+msgstr "Total des morceaux"
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
-msgstr "Le temp d'ajout"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
+msgstr "Morceaux par secondes"
-#: ../../templates/show_disabled_songs.inc:49
-msgid "Remove"
-msgstr "Effacement"
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
+msgstr "Mise &agrave; jour non n&eacute;cessaire"
-#: ../../templates/list_header.inc:110
-msgid "Prev"
-msgstr "Pr&eacute;c&eacute;dant"
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
+msgstr "Mise &agrave; jour distante en cours"
-#: ../../templates/list_header.inc:156
-msgid "Next"
-msgstr "Suivant"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
+msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-msgid "You are currently logged in as"
-msgstr "Vous ĂŞtes actuellement connect&eacute; en tant que"
+#: ../../lib/class/catalog.class.php:1187
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+msgstr ""
+"Impossible de charger la biblioth&egrave;que XMLRPC, assurez-vous que XML-"
+"RPC est actif"
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
-msgstr "Erreur la configuration est vieux"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
+msgstr "Erreur de connexion &agrave;"
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
-msgstr "Titre du morceau"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
+msgstr "Code"
-#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92
-msgid "Rating"
-msgstr "Score"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
+msgstr "Raison"
-#: ../../templates/show_songs.inc:183
-msgid "Total"
-msgstr "Total"
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
+msgstr "Mise &agrave; jour de(s) catalogue(s) distant(s) termin&eacute;e"
-#: ../../templates/show_install_config.inc:53
-#: ../../templates/show_install.inc:56
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr "&eacute;tape 2 - Cr&eacute;ation du fichier Ampache.cfg.php"
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
+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 "Cette &eacute;tape prend la configuration de base et essaie de l'appliquer &agrave; votre serveur web. Si l'acc&egrave;s est refus&eacute;, vous verrez une invite de chargement du fichier de configuration. SVP mettez le fichier de configuration t&eacute;l&eacute;charg&eacute; dans /config"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
+msgstr "Nettoyage de catalogue termin&eacute;"
-#: ../../templates/show_install_config.inc:64
-msgid "Web Path"
-msgstr "Chemin d'acc&egrave;s web"
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
+msgstr "Fichiers enlev&eacute;s"
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
-msgstr "Nom de la base de donn&eacute;es"
+#: ../../lib/class/catalog.class.php:1420
+msgid "Optimizing Tables"
+msgstr ""
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
-msgstr "H&ocirc;te MySQL"
+#: ../../lib/class/catalog.class.php:1656
+msgid " FOUND"
+msgstr "TROUVE"
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
-msgstr "Utilisateur MySQL"
+#: ../../lib/class/catalog.class.php:1658
+msgid "Searching for new Album Art"
+msgstr "Recherche de nouvelle(s) jaquette(s) d'album(s)"
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
-msgstr "Mot de passe MySQL"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Update Finished."
+msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
-msgstr "&eacute;crire la configuration"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Checked"
+msgstr "Test"
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php existe"
+#: ../../lib/class/catalog.class.php:1706
+msgid "songs updated."
+msgstr "morceaux mis &agrave; jour"
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php configur&eacute; ?"
+#: ../../lib/class/localplay.class.php:647
+msgid "Stopped"
+msgstr "Stop"
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
-msgstr "Test de la configuration"
+#: ../../lib/class/localplay.class.php:650
+msgid "Paused"
+msgstr "Pause"
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
-msgstr "Jouer l'album"
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
+msgstr ""
-#: ../../templates/show_album.inc:56
-msgid "Play Random from Album"
-msgstr "Jouer l'album al&eacute;atoirement"
+#: ../../lib/preferences.php:245
+msgid "Enable"
+msgstr "Activer"
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
-msgstr "R&eacute;initialiser la jaquette d'album"
+#: ../../lib/preferences.php:272
+msgid "M3U"
+msgstr "M3U"
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
-msgstr "Trouver la jaquette d'album"
+#: ../../lib/preferences.php:273
+msgid "Simple M3U"
+msgstr "M3U simple"
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
-msgstr "&eacute;dition"
+#: ../../lib/preferences.php:274
+msgid "PLS"
+msgstr "PLS"
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
-msgstr "pr&eacute;f&eacute;rences"
+#: ../../lib/preferences.php:275
+msgid "Asx"
+msgstr "Asx"
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
-msgstr "Reconstruire les pr&eacute;f&eacute;rences"
+#: ../../lib/preferences.php:276
+msgid "RAM"
+msgstr "RAM"
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
-msgstr "l'Interface"
+#: ../../lib/preferences.php:277
+msgid "XSPF"
+msgstr ""
-#: ../../templates/show_preferences.inc:65
-msgid "Streaming"
-msgstr "Flux"
+#: ../../lib/preferences.php:310
+msgid "Disabled"
+msgstr "D&eacute;sactiver"
-#: ../../templates/show_preferences.inc:68
-msgid "Options"
-msgstr "Actions"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
+msgstr ""
-#: ../../templates/show_preferences.inc:72
-msgid "Account"
-msgstr "Compte"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
+msgstr ""
-#: ../../templates/show_preferences.inc:76
-msgid "System"
-msgstr "Le Serveur"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
+msgstr ""
-#: ../../templates/show_preferences.inc:79
-msgid "Modules"
-msgstr "Mode"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
+msgstr ""
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
-msgstr "Mise &agrave; jour des pr&eacute;f&eacute;rences"
+#: ../../lib/preferences.php:343
+msgid "Always"
+msgstr ""
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
-msgstr "Jouer al&eacute;atoirement une s&eacute;lection"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Ne pas jouer"
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
-msgstr "Nombre d'&eacute;l&eacute;ments"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "C'est plut&ocirc;t mauvais"
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
-msgstr "Par genre"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "C'est OK"
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
-msgstr "Standard"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "C'est plut&ocirc;t bon"
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
-msgstr "Tous les albums"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "J'aime &ccedil;a !"
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
-msgstr "Artiste complet"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "C'est d&eacute;ment"
-#: ../../templates/show_random_play.inc:61
-#, fuzzy
-msgid "From catalog"
-msgstr "d'un catalogue"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "C'est le Top !"
-#: ../../templates/show_random_play.inc:67
-msgid "Size Limit"
-msgstr "Limite de Taille"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
+msgstr "Anglais"
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
-msgstr "illimit&eacute;"
+#: ../../lib/general.lib.php:496
+msgid "British English"
+msgstr "Anglais (britannique)"
-#: ../../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 &eacute;tape cr&eacute;e et remplie la base de donn&eacute;es Ampache, pour cel&agrave; donner un compte d'acc&egrave;s mysql avec des droits de cr&eacute;ation. Cette &eacute;tape peut prendre un certain temps d&eacute;pendant de la vitesse de votre ordinateur"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
+msgstr "Turc"
-#: ../../templates/show_install.inc:72
-msgid "MySQL Administrative Username"
-msgstr "Nom d'utilisateur administrateur MySQL"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
+msgstr "Chinois simplifi&eacute;"
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
-msgstr "Mot de passe administrateur MySQL"
+#: ../../lib/general.lib.php:580
+msgid "On"
+msgstr "actif"
-#: ../../templates/show_install.inc:80
-msgid "Create Database User for New Database"
-msgstr "Cr&eacute;e un utilisateur de base de donn&eacute;es pour la nouvelle base"
+#: ../../lib/general.lib.php:583
+msgid "Off"
+msgstr "inactif"
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
-msgstr "Nom d'utilisateur de base de donn&eacute;es Ampache"
+#: ../../lib/ui.lib.php:92
+msgid "Error Access Denied"
+msgstr "Erreur, acc&egrave;s interdit"
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
-msgstr "Mot de passe de l'utilisateur de base de donn&eacute;es Ampache"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
+msgstr "Envoyer"
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
-msgstr "Remplissage de la base de donn&eacute;es"
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
+msgstr "Lecture en local"
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
-msgstr "Ajouter un acc&egrave;s pour un h&ocirc;te"
+#: ../../lib/ui.lib.php:556
+msgid "Random Play"
+msgstr "Al&eacute;atoire"
-#: ../../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&ocirc;te acc&eacute;dant &agrave; votre catalogue Ampache"
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
+msgid "Admin-Catalog"
+msgstr "Ajouter un catalogue"
-#: ../../templates/show_add_access.inc:35
-#: ../../templates/show_edit_access.inc:35
-msgid "Start IP Address"
-msgstr "Adresse IP de d&eacute;but"
+#: ../../lib/ui.lib.php:576
+msgid "Admin-User Management"
+msgstr "Gestion des utilisateurs"
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
-msgstr "Adresse IP de fin"
+#: ../../lib/ui.lib.php:580
+msgid "Admin-Mail Users"
+msgstr "E-mail aux utilisateurs"
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
-msgid "Read"
-msgstr "Lire"
+#: ../../lib/ui.lib.php:584
+msgid "Admin-Manage Access Lists"
+msgstr "Liste d'acc&egrave;s"
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
-msgstr "Lire/Ecrit"
+#: ../../lib/ui.lib.php:588
+msgid "Admin-Site Preferences"
+msgstr "Pr&eacute;f&eacute;rences administrateur"
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
-msgid "ACL Type"
-msgstr "Type d'ACL"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
+msgstr ""
-#: ../../templates/show_add_access.inc:67
-msgid "Stream Access"
-msgstr "Acc&eacute;s Flux"
+#: ../../lib/ui.lib.php:596
+msgid "Browse Music"
+msgstr "Parcourir"
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
-msgstr "l'Interface Web"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
+msgstr "Jaquettes d'album vid&eacute;es"
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
-msgstr "D&eacute;finition de r&eacute;seau local"
+#: ../../albums.php:32
+msgid "Album Art information has been removed from the database"
+msgstr ""
+"Les informations de jaquettes d'albums ont &eacute;t&eacute; supprim&eacute;"
+"es de la base de donn&eacute;es"
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
-msgstr "XML-RPC"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
+msgstr "Jaquette d'album non trouv&eacute;e"
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
-msgstr "Options XML-RPC"
+#: ../../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 ""
+"Pas de jaquette d'album trouv&eacute;e. Cel&agrave; peut etre du &agrave; "
+"une surcharge temporaire d'Amazon ou un album inconnu de leur catalogue"
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-#, fuzzy
-msgid "Remote Key"
-msgstr "Distant"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
+msgstr "Jaquette d'album incluse"
-#: ../../templates/show_add_access.inc:87
-#, fuzzy
-msgid "Create ACL"
-msgstr "Cr&eacute;er un compte"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
+msgstr "D&eacute;marrage de la mise &agrave; jour &agrave; partir des balises"
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
-msgstr "Acc&egrave;s h&ocirc;te &agrave; votre catalogue"
+#: ../../albums.php:168 ../../artists.php:52
+msgid "Update From Tags Complete"
+msgstr "Mise &agrave; jour &agrave; partir des balises termin&eacute;e"
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
-msgstr "Ajouter une entr&eacute;e"
+#: ../../albums.php:169 ../../artists.php:53
+msgid "Return"
+msgstr "Retour"
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
-msgstr "Adresse de d&eacute;but"
+#: ../../modules/localplay/mpd.controller.php:213
+msgid "Instance Name"
+msgstr ""
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
-msgstr "Adresse de fin"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
+msgstr ""
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
-msgstr "Clef"
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
+msgstr ""
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
-msgstr "Retirer"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "fichier"
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
-msgstr "Nom complet"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "Envoi de fichiers non support&eacute;"
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
-msgstr "Dernier(s) vu(s)"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "Aucun fichier envoy&eacute;"
-#: ../../templates/show_users.inc:53
-msgid "Registration Date"
-msgstr "Date d'enregistrement"
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr ""
+"Il y a eu un probl&egrave;me avec l'envoi de fichier: Aucun %s n'a &eacute;"
+"t&eacute; charg&eacute;."
-#: ../../templates/show_users.inc:57
-msgid "Activity"
-msgstr "Activit&eacute;"
+#: ../../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 ""
+"Il y a eu un probl&egrave;me avec l'envoi de fichier: %s d&eacute;passe la "
+"taille maximum autoris&eacute;e (%d octets)."
-#: ../../templates/show_users.inc:61
-msgid "Last Ip"
-msgstr "Dernier(s) IPs"
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
+msgstr ""
+"Il y a eu un probl&egrave;me avec l'envoi de fichier: Le %s n'a &eacute;"
+"t&eacute; que partiellement charg&eacute;"
-#: ../../templates/show_users.inc:66
-msgid "On-line"
-msgstr "En ligne"
+#: ../../localplay.php:72 ../../localplay.php:80
+msgid "Song(s) Removed from Playlist"
+msgstr "Morceaux Supprim&eacute;s de la playlist"
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
-msgstr "Couverture"
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "Liste de lecture cr&eacute;&eacute;e"
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
-msgstr "Nom de l'album"
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " a &eacute;t&eacute; cr&eacute;&eacute;e"
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
-msgstr "Ann&eacute;e de l'album"
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr "Liste de lecture mise &agrave; jour"
-#: ../../templates/show_artist.inc:38
-msgid "Tracks"
-msgstr "Pistes"
+#: ../../playlist.php:79
+msgid "has been updated and is now"
+msgstr " a &eacute;t&eacute; mis &agrave; jour"
-#: ../../templates/show_edit_access.inc:23
-msgid "Edit Access List"
-msgstr "Liste d'acc&egrave;s"
+#: ../../playlist.php:101
+msgid "Playlist Imported"
+msgstr "Liste de lecture cr&eacute;&eacute;e"
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
-msgstr "Mode debogage d'Ampache"
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
+msgstr "Liste de lecture supprim&eacute;e"
-#: ../../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"
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
+msgstr "Utilisateur suspendu, contactezz l admin"
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
-msgstr "TEST"
+#: ../../login.php:87
+msgid "Unable to create new account"
+msgstr "Impossible de creer ce compte"
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
-msgstr "STATUT"
+#: ../../login.php:96
+msgid "No local account found"
+msgstr "Pas de compte local correspondant"
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
-msgstr "DESCRIPTION"
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr "Erreur: Aucun mot cl&eacute; entr&eacute;"
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
-msgstr "Version de PHP"
+#: ../../artists.php:186
+msgid "Show Artists starting with"
+msgstr "Voir les artistes commen&ccedil;ant par"
-#: ../../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&eacute;rifier que vous utilisez une version de PHP connue pour etre compatible avec Ampache"
+#: ../../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 ""
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
-msgstr "Mysql pour PHP"
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
+msgstr "Nom de fichier :"
-#: ../../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&eacute;rifier si vous avez l'extension mysql charg&eacute;e pour PHP. Ceci est requis pour qu'Ampache puisse fonctionner"
+#~ msgid "album's with art"
+#~ msgstr "albums avec image"
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
-msgstr "Support des sessions PHP"
+#~ msgid "Album Art Already Found"
+#~ msgstr "Jaquette(s) d'album(s) d&eacute;ja trouv&eacute;e(s)"
-#: ../../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&eacute;. Les sessions sont indispensable au bon fonctionnement d'Ampache"
+#~ msgid "Error: Name Identical"
+#~ msgstr "Erreur : noms identiques"
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
-msgstr "Support de PHP ICONV"
+#~ msgid "Show Genres starting with"
+#~ msgstr "Voir les genres commen&ccedil;ant par"
-#: ../../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&eacute;rifier que l'Iconv support est bien install&eacute;. Ce n'est pas indispensable pour le fonctionnement d'Ampache mais fortement recommand&eacute;"
+#~ msgid "Downsample"
+#~ msgstr "Downsample"
-#: ../../templates/show_test.inc:121
-msgid "PHP PCRE Support"
-msgstr "Support de PHP ICONV"
+#~ msgid "Global"
+#~ msgstr "Monde"
-#: ../../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&eacute;. Les sessions sont indispensable au bon fonctionnement d'Ampache"
+#~ msgid "No songs in this playlist."
+#~ msgstr "Aucun morceau dans cette liste de lecture"
-#: ../../templates/show_test.inc:138
-msgid "PHP PutENV Support"
-msgstr "Support de PHP ICONV"
+#~ msgid "New Playlist"
+#~ msgstr "Nouvelle liste de lecture"
-#: ../../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&eacute;cessaire mais pourrai gener certaines fonctionnalit&eacute;s de ampache"
+#~ msgid "Show w/o art"
+#~ msgstr "Afficher sans jaquette"
-#: ../../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&agrave; &eacute;choue, le fichier ampache.cfg.php n'est pas au bon endroit ou \n\t n'est pas lisible par votre serveur web"
+#~ msgid "Show all"
+#~ msgstr "Montrer tout"
-#: ../../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&eacute;fini tous les param&egrave;tres de configuration et que nous sommes capables \n\td'analyser compl&egrave;tement votre fichier de configuration"
+#~ msgid "Add a new user"
+#~ msgstr "Ajouter un nouvel utilisateur"
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
-msgstr "Ampache.cfg.php &agrave; jour ?"
+#~ msgid "The Catalog and all associated records has been deleted"
+#~ msgstr ""
+#~ "Le catalogue et tous ses titres ont &eacute;t&eacute; supprim&eacute;s"
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
-msgstr "Dans ampache.cfg.php manquent les informations suivantes:"
+#, fuzzy
+#~ msgid "Catalog Created and Songs Indexed"
+#~ msgstr "Nettoyage de catalogue termin&eacute;"
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
-msgstr "Connexion &agrave; la base de donn&eacute;es"
+#~ msgid "Do you really want to clear the statistics for this catalog?"
+#~ msgstr "Voulez-vous vraiment effacer les statistiques de ce catalogue ?"
-#: ../../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 &agrave; votre base de donn&eacute;es en utilisant "
-"les valeurs de ampache.cfg.php"
+#~ msgid "Site"
+#~ msgstr "Site"
-#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26
-msgid "Search Ampache"
-msgstr "Recherche dans Ampache"
+#~ msgid "Confirm Delete"
+#~ msgstr "Entr&eacute;e effac&eacute;e"
-#: ../../templates/show_similar_artists.inc:23
-msgid "Similar Artists"
-msgstr "Liste compl&egrave;te des artistes"
+#~ msgid "Do you really want to delete this Access Record?"
+#~ msgstr ""
+#~ "Etes vous sur de vouloir supprimer cet enregistrement d'acc&egrave;s ?"
-#: ../../templates/show_similar_artists.inc:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr "V&eacute;rifiez les artictes que vous souhaitez associer a cet artiste"
+#~ msgid "Entry Deleted"
+#~ msgstr "Entr&eacute;e effac&eacute;e"
-#: ../../templates/show_similar_artists.inc:62
-msgid "Back"
-msgstr "Pr&eacute;c&ecaute;dent"
+#~ msgid "Entry Added"
+#~ msgstr "Entr&eacute;e ajout&eacute;e"
-#: ../../templates/show_similar_artists.inc:73
-msgid "Rename selected"
-msgstr "Renommer les s&eacute;lectionn&eacute;es"
+#~ msgid "Entry Updated"
+#~ msgstr "Entr&eacute;e ajout&eacute;e"
-#: ../../templates/show_similar_artists.inc:83
-msgid "Advanced Options"
-msgstr "Avanc&eacute;"
+#~ msgid "Module Activated"
+#~ msgstr "Mode activ&eacute;"
-#: ../../templates/show_similar_artists.inc:144
-msgid "Search Again"
-msgstr "Recherche encore"
+#~ msgid "Are you sure you want to remove this module?"
+#~ msgstr "Voulez-vous vraiment supprimer ce module ?"
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
-msgstr "Connexion"
+#~ msgid "Module Deactivated"
+#~ msgstr "Mode activ&eacute;"
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
-msgstr "M&eacute;moriser"
+#~ msgid "No Playlists Found"
+#~ msgstr "Non trouv&eacute;"
-#: ../../templates/show_login_form.inc:48
-msgid "Register"
-msgstr "S'inscrire"
+#~ msgid "Controls"
+#~ msgstr "Commandes"
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
-msgstr "Mots cl&eacute;s"
+#~ msgid "Users"
+#~ msgstr "Utilisateurs"
-#: ../../templates/show_search.inc:73
-msgid "Played"
-msgstr "Jou&eacute;"
+#~ msgid "Mail Users"
+#~ msgstr "E-mail aux utilisateurs"
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
-msgstr "D&eacute;bit minimum"
+#~ msgid "Config"
+#~ msgstr "configuration"
-#: ../../templates/show_search.inc:96
-msgid "One Star"
-msgstr "1 &eacute;toile"
+#~ msgid "Access List"
+#~ msgstr "Liste d'acc&egrave;s"
-#: ../../templates/show_search.inc:97
-msgid "Two Stars"
-msgstr "2 etoiles"
+#~ msgid "Democratic View"
+#~ msgstr "Vue d&eacute;mocratique"
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
-msgstr "3 etoiles"
+#~ msgid "Rename Artist"
+#~ msgstr "Renommer l'artiste"
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
-msgstr "4 etoiles"
+#~ msgid "Results Per Page"
+#~ msgstr "R&eacute;sultats par page"
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
-msgstr "5 etoiles"
+#~ msgid "Module Name"
+#~ msgstr "Nom complet"
-#: ../../templates/show_search.inc:103
-msgid "Operator"
-msgstr "Op&eacute;rateur"
+#~ msgid "Admin Controls"
+#~ msgstr "Sections administrateur"
-#: ../../templates/show_search.inc:106
-msgid "AND"
-msgstr "ET"
+#~ msgid "Newest Artist Additions"
+#~ msgstr "Artistes r&eacute;cemment ajout&eacute;s"
-#: ../../templates/show_search.inc:112
-msgid "Method"
-msgstr "M&eacute;thode"
+#~ msgid "Newest Album Additions"
+#~ msgstr "Albums r&eacute;cemment ajout&eacute;s"
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
-msgstr "approximatif"
+#~ msgid "Newest Live Stream Additions"
+#~ msgstr "Flux Live r&eacute;cemment ajout&eacute;s"
-#: ../../templates/show_search.inc:116
-msgid "Exact"
-msgstr "exacte"
+#~ msgid "Playlist Actions"
+#~ msgstr "Actions des listes de lecture"
-#: ../../templates/show_search.inc:119
-msgid "Maximum Results"
-msgstr "Nombre de r&eacute;sultats"
+#~ msgid "Edit Playlist"
+#~ msgstr "Editer la liste de lecture"
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
-msgstr "Annuler"
+#~ msgid "Play This Playlist"
+#~ msgstr "Jouer cette liste de lecture"
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
-msgstr "Sauver la recherche comme un morceau sur"
+#, fuzzy
+#~ msgid "Delete This Playlist"
+#~ msgstr "Jouer cette liste de lecture"
-#: ../../templates/show_search.inc:147
-msgid "Save"
-msgstr "Sauver"
+#~ msgid "Import From File"
+#~ msgstr "Importer depuis un fichier"
+
+#, fuzzy
+#~ 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&ccedil;ant par"
+
+#~ msgid "Show Titles Starting With"
+#~ msgstr "Voir les artistes commen&ccedil;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 &agrave; jour"
+
+#~ msgid "Playlist Deleted"
+#~ msgstr "Liste de lecture supprim&eacute;e"
+
+#~ msgid "The Requested Playlist has been deleted"
+#~ msgstr "Liste de lecture supprim&eacute;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&eacute;lectionn&eacute;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&eacute;cifi&eacute; \n"
+#~ "comme elles apparaitrons dans Ampache. \n"
+#~ " \n"
+
+#~ msgid "Error: Unable to write to"
+#~ msgstr "Erreur : impossible d'&eacute;crire dans"
+
+#~ msgid "Error: Upload directory not inside a catalog"
+#~ msgstr ""
+#~ "Erreur: Le r&eacute;pertoire de chargement n'est pas dans un catalogue"
+
+#~ msgid "Adding"
+#~ msgstr "Ajout"
+
+#~ msgid "to database"
+#~ msgstr "vers la base de donn&eacute;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&eacute;placera, et pourrait \n"
+#~ "supprimer les fichiers t&eacute;l&eacute;charg&eacute;s.\n"
+#~ "************ ATTENTION ************\n"
+#~ "\n"
+#~ "Tous les marqu&eacute;s pour ajout seront d&eacute;plac&eacute;s vers le "
+#~ "r&eacute;pertoire de t&eacute;l&eacute;chargement. \n"
+#~ "Tous les fichiers marqu&eacute;s pour suppression seront supprim&eacute;"
+#~ "s. Ce script doit etre \n"
+#~ "ex&eacute;cut&eacute; avec un utilisateur ayant les droits suffisants "
+#~ "pour les deux op&eacute;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&eacute; en tant que"
+
+#~ msgid "Song title"
+#~ msgstr "Titre du morceau"
+
+#~ msgid "Total"
+#~ msgstr "Total"
+
+#~ msgid "Rebuild Preferences"
+#~ msgstr "Reconstruire les pr&eacute;f&eacute;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&ocirc;te acc&eacute;"
+#~ "dant &agrave; votre catalogue Ampache"
+
+#~ msgid "XML-RPC Options"
+#~ msgstr "Options XML-RPC"
+
+#~ msgid "Host Access to Your Catalog"
+#~ msgstr "Acc&egrave;s h&ocirc;te &agrave; votre catalogue"
+
+#~ msgid "Revoke"
+#~ msgstr "Retirer"
+
+#~ msgid "Album Name"
+#~ msgstr "Nom de l'album"
+
+#~ msgid "Album Year"
+#~ msgstr "Ann&eacute;e de l'album"
+
+#~ msgid "Tracks"
+#~ msgstr "Pistes"
+
+#~ msgid "Edit Access List"
+#~ msgstr "Liste d'acc&egrave;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&eacute;fini tous les "
+#~ "param&egrave;tres de configuration et que nous sommes capables \n"
+#~ "\td'analyser compl&egrave;tement votre fichier de configuration"
+
+#~ msgid "Ampache.cfg.php Up to Date?"
+#~ msgstr "Ampache.cfg.php &agrave; 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,1451 +16,1812 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:64 ../../download/index.php:61
-msgid "Session Expired: please log in again at"
+#: ../../register.php:82
+msgid "Error Captcha Required"
msgstr ""
-#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621
-#: ../../lib/class/album.class.php:328
-msgid "Error: Unable to open"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
msgstr ""
-#: ../../lib/class/catalog.class.php:374
-msgid "Error: Unable to get filesize for"
+#: ../../register.php:101
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/class/catalog.class.php:411
-msgid "is not readable by ampache"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
msgstr ""
-#: ../../lib/class/catalog.class.php:530
-msgid "album's with art"
+#: ../../register.php:131
+msgid "You must enter a password"
msgstr ""
-#: ../../lib/class/catalog.class.php:812
-msgid "Starting Catalog Build"
+#: ../../register.php:135
+msgid "Your passwords do not match"
msgstr ""
-#: ../../lib/class/catalog.class.php:816
-msgid "Running Remote Sync"
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
msgstr ""
-#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992
-msgid "Found"
+#: ../../register.php:157
+msgid "Error: Insert Failed"
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"
+#: ../../register.php:174
+msgid "Registration Complete"
msgstr ""
-#: ../../lib/class/catalog.class.php:840
-#: ../../lib/class/catalog.class.php:1014
-msgid "Added Playlist From"
+#: ../../update.php:51
+msgid "Ampache Update"
msgstr ""
-#: ../../lib/class/catalog.class.php:847
-#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258
-msgid "Starting Album Art Search"
+#: ../../play/index.php:72
+msgid "Session Expired: please log in again at"
msgstr ""
-#: ../../lib/class/catalog.class.php:848
-#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259
-msgid "Searched"
+#: ../../ratings.php:32
+msgid "Rating Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-msgid "Catalog Finished"
+#: ../../ratings.php:32
+msgid "Your rating for this object has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1044
-msgid "Total Time"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1045
-msgid "Total Songs"
+#: ../../admin/flag.php:97
+msgid "Song Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:859
-#: ../../lib/class/catalog.class.php:1045
-msgid "Songs Per Seconds"
+#: ../../admin/flag.php:97
+msgid "The requested song has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:894
-#: ../../lib/class/catalog.class.php:1565
-msgid "Updated"
+#: ../../admin/flag.php:139
+msgid "Album Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:901
-msgid "No Update Needed"
+#: ../../admin/flag.php:181
+msgid "Artist Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "Starting New Song Search on"
+#: ../../admin/flag.php:246
+msgid "Songs Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "catalog"
+#: ../../admin/flag.php:254
+msgid "Flag Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:987
-msgid "Running Remote Update"
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
msgstr ""
-#: ../../lib/class/catalog.class.php:1044
-msgid "Catalog Update Finished"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Error"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Error connecting to"
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Code"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Reason"
+#: ../../admin/flag.php:305
+msgid "Flagged Records"
msgstr ""
-#: ../../lib/class/catalog.class.php:1123
-msgid "Completed updating remote catalog(s)"
+#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
+#: ../../admin/catalog.php:95 ../../admin/catalog.php:153
+msgid "Catalog Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1158
-msgid "Added"
+#: ../../admin/catalog.php:106
+msgid "Catalog Deleted"
msgstr ""
-#: ../../lib/class/catalog.class.php:1240
-msgid "Cleaning the"
+#: ../../admin/catalog.php:106
+msgid "The Catalog and all associated records have been deleted"
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"
+#: ../../admin/catalog.php:115
+msgid "Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1241
-msgid "Checking"
+#: ../../admin/catalog.php:118
+msgid "No Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "Catalog Clean Done"
+#: ../../admin/catalog.php:121
+msgid "Disabled Songs Processed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "files removed"
+#: ../../admin/catalog.php:141
+msgid "Catalog Cleaned"
msgstr ""
-#: ../../lib/class/catalog.class.php:1520
-msgid "Updating the"
+#: ../../admin/catalog.php:191
+msgid "Catalog Created"
msgstr ""
-#: ../../lib/class/catalog.class.php:1521
-msgid "songs found checking tag information."
+#: ../../admin/catalog.php:208
+msgid "Catalog statistics cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1522
-msgid "Verifed"
+#: ../../admin/catalog.php:223
+msgid "Now Playing Cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1574
-msgid " FOUND"
+#: ../../admin/catalog.php:223
+msgid "All now playing data has been cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1576
-msgid "Searching for new Album Art"
+#: ../../admin/catalog.php:233
+msgid "No Disabled songs found"
msgstr ""
-#: ../../lib/class/catalog.class.php:1580
-msgid "Album Art Already Found"
+#: ../../admin/catalog.php:242
+msgid "Delete Catalog"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "Update Finished."
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "Checked"
+#: ../../admin/catalog.php:261
+msgid "Album Art Search Finished"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "songs updated."
+#: ../../admin/users.php:51 ../../admin/users.php:95
+#: ../../lib/class/user.class.php:408
+msgid "Error Username Required"
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"
+#: ../../admin/users.php:54 ../../admin/users.php:91
+#: ../../lib/class/user.class.php:412
+msgid "Error Passwords don't match"
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"
+#: ../../admin/users.php:79
+msgid "User Updated"
msgstr ""
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
+#: ../../admin/users.php:79
+msgid "updated"
msgstr ""
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
+#: ../../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 ""
-#: ../../lib/class/song.class.php:373
-msgid "Mode"
+#: ../../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 ""
-#: ../../lib/class/song.class.php:377
-#: ../../templates/show_tv_playlist.inc.php:46
-#: ../../templates/show_songs.inc:51
-msgid "Time"
+#: ../../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 ""
-#: ../../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"
+#: ../../admin/users.php:119
+msgid "New User Added"
msgstr ""
-#: ../../lib/class/song.class.php:385
-msgid "Filesize"
+#: ../../admin/users.php:124
+msgid "User Enabled"
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"
+#: ../../admin/users.php:129
+msgid "User Disabled"
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"
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
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"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
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"
+#: ../../admin/users.php:154
+msgid "User Deleted"
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"
+#: ../../admin/users.php:157
+msgid "Delete Error"
msgstr ""
-#: ../../lib/class/artist.class.php:225
-msgid "Error: Name Identical"
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
msgstr ""
-#: ../../lib/class/flag.class.php:264
-msgid "Approved"
+#: ../../admin/users.php:163
+msgid "Deletion Request"
msgstr ""
-#: ../../lib/class/flag.class.php:265
-msgid "Pending"
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
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"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../lib/class/flag.class.php:280
-msgid "Re-Tag"
+#: ../../admin/modules.php:54 ../../admin/modules.php:92
+msgid "Are you sure you want to remove this plugin?"
msgstr ""
-#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
+msgid "Plugin Deactivated"
msgstr ""
-#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59
-msgid "Other"
+#: ../../admin/modules.php:85
+msgid "Plugin Activated"
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"
+#: ../../admin/modules.php:120
+msgid "Plugins"
msgstr ""
-#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64
-#: ../../templates/show_now_playing.inc:32
-msgid "Now Playing"
+#: ../../admin/modules.php:126
+msgid "Localplay Controllers"
msgstr ""
-#: ../../lib/class/localplay.class.php:564
-msgid "Stopped"
+#: ../../admin/access.php:35
+msgid "Deleted"
msgstr ""
-#: ../../lib/class/localplay.class.php:567
-msgid "Paused"
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
msgstr ""
-#: ../../lib/class/album.class.php:163
-msgid "Various"
+#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55
+#: ../../lib/class/catalog.class.php:1281
+msgid "Added"
msgstr ""
-#: ../../lib/class/genre.class.php:285
-msgid "Show Genres starting with"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
msgstr ""
-#: ../../lib/rating.lib.php:43
-msgid "Don't Play"
+#: ../../admin/access.php:45 ../../preferences.php:90
+#: ../../lib/class/catalog.class.php:1020
+msgid "Updated"
msgstr ""
-#: ../../lib/rating.lib.php:46
-msgid "It's Pretty Bad"
+#: ../../admin/access.php:45
+msgid "Access List Entry updated"
msgstr ""
-#: ../../lib/rating.lib.php:49
-msgid "It's Ok"
+#: ../../admin/system.php:64
+msgid "Export Failed"
msgstr ""
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
+#: ../../admin/mail.php:90
+msgid "No Catalogs Found!"
msgstr ""
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
+#: ../../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/rating.lib.php:58
-msgid "It's Insane"
+#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:43
+msgid "Catalog Statistics"
msgstr ""
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "day"
msgstr ""
-#: ../../lib/preferences.php:258
-msgid "Enable"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "days"
msgstr ""
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hour"
msgstr ""
-#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41
-#: ../../templates/show_playtype_switch.inc.php:30
-msgid "Stream"
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hours"
msgstr ""
-#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42
-#: ../../templates/show_playtype_switch.inc.php:34
-msgid "Downsample"
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
msgstr ""
-#: ../../lib/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
+#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
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"
+#: ../../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/preferences.php:282
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "XSPF Player"
+#: ../../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/preferences.php:289
-msgid "M3U"
+#: ../../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/preferences.php:290
-msgid "Simple M3U"
+#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
msgstr ""
-#: ../../lib/preferences.php:291
-msgid "PLS"
+#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
msgstr ""
-#: ../../lib/preferences.php:292
-msgid "Asx"
+#: ../../admin/mail.php:260
+msgid "E-mail Sent"
msgstr ""
-#: ../../lib/preferences.php:293
-msgid "RAM"
+#: ../../admin/mail.php:261
+msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../lib/preferences.php:294
-msgid "XSPF"
+#: ../../preferences.php:35 ../../preferences.php:60
+#: ../../lib/preferences.php:311
+msgid "Server"
msgstr ""
-#: ../../lib/preferences.php:326
-msgid "Disabled"
+#: ../../preferences.php:86
+msgid "Error Update Failed"
msgstr ""
-#: ../../lib/preferences.php:327
-msgid "Global"
+#: ../../preferences.php:91
+msgid "Your Account has been updated"
msgstr ""
-#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58
-msgid "Local"
+#: ../../flag.php:45
+msgid "Item Flagged"
msgstr ""
-#: ../../lib/playlist.lib.php:74
-msgid "No songs in this playlist."
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
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"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
+msgid "Catalogs"
msgstr ""
-#: ../../lib/playlist.lib.php:194 ../../playlist.php:63
-msgid "New Playlist"
+#: ../../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/ui.lib.php:115
-msgid "Error Access Denied"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87
-#: ../../ampache/templates/sidebar.inc.php:89
-msgid "Browse"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:196
-msgid "Show w/o art"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
msgstr ""
-#: ../../lib/ui.lib.php:199
-msgid "Show all"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
msgstr ""
-#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81
-msgid "No Catalogs Found!"
+#: ../../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/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"
+#: ../../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/ui.lib.php:578 ../../admin/mail.php:120
-msgid "day"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
-msgid "days"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
msgstr ""
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
-msgid "hour"
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
msgstr ""
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
-msgid "hours"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
msgstr ""
-#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48
-#: ../../ampache/templates/sidebar.inc.php:50
-msgid "Home"
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
msgstr ""
-#: ../../lib/ui.lib.php:793
-msgid "Upload"
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
msgstr ""
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
msgstr ""
-#: ../../lib/ui.lib.php:799
-msgid "Random Play"
+#: ../../templates/show_admin_tools.inc.php:83
+#: ../../templates/sidebar_admin.inc.php:24
+msgid "Clear Catalog Stats"
msgstr ""
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
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"
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:21
+msgid "Other Tools"
msgstr ""
-#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79
-#: ../../ampache/templates/sidebar.inc.php:81
-msgid "Preferences"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
msgstr ""
-#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815
-msgid "Admin-Catalog"
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:23
+msgid "Clear Now Playing"
msgstr ""
-#: ../../lib/ui.lib.php:819
-msgid "Admin-User Management"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
msgstr ""
-#: ../../lib/ui.lib.php:823
-msgid "Admin-Mail Users"
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
msgstr ""
-#: ../../lib/ui.lib.php:827
-msgid "Admin-Manage Access Lists"
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
msgstr ""
-#: ../../lib/ui.lib.php:831
-msgid "Admin-Site Preferences"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
-#: ../../lib/ui.lib.php:835
-msgid "Admin-Manage Modules"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
msgstr ""
-#: ../../lib/ui.lib.php:839
-msgid "Browse Music"
+#: ../../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: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"
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:73
+msgid "Object"
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"
+#: ../../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:855 ../../templates/sidebar.inc.php:110
-#: ../../ampache/templates/sidebar.inc.php:112
-msgid "Statistics"
+#: ../../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:1429
-msgid "Manage Users"
+#: ../../templates/show_flagged.inc.php:41
+#: ../../templates/show_flagged.inc.php:77
+msgid "Status"
msgstr ""
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
+#: ../../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/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"
+#: ../../templates/show_flagged.inc.php:83
+msgid "Reject"
msgstr ""
-#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880
-msgid "English"
+#: ../../templates/show_flagged.inc.php:84
+msgid "Approve"
msgstr ""
-#: ../../lib/general.lib.php:881
-msgid "British English"
+#: ../../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/general.lib.php:887
-msgid "Turkish"
+#: ../../templates/show_flagged.inc.php:91
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+msgid "Show All"
msgstr ""
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
+#: ../../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 ""
-#: ../../lib/general.lib.php:966
-msgid "On"
+#: ../../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 ""
-#: ../../lib/general.lib.php:969
-msgid "Off"
+#: ../../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 ""
-#: ../../lib/debug.lib.php:218
+#: ../../templates/show_install_account.inc.php:43
msgid ""
-"You defined the option \"debug = on\" but didn't define a log path for the "
-"log to be stored"
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.dist.php file"
msgstr ""
-#: ../../modules/horde/Browser.php:867
-msgid "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 ""
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr ""
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:901
-#, php-format
+#: ../../templates/show_install_account.inc.php:52
msgid ""
-"There was a problem with the file upload: The %s was larger than the maximum "
-"allowed size (%d bytes)."
+"This step creates your initial Ampache admin account. Once your admin "
+"account has been created you will be directed to the login page"
msgstr ""
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
msgstr ""
-#: ../../admin/catalog.php:62 ../../admin/catalog.php:82
-#: ../../admin/catalog.php:107 ../../admin/catalog.php:168
-msgid "Catalog Updated"
+#: ../../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 ""
-#: ../../admin/catalog.php:119
-msgid "Catalog Deleted"
+#: ../../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 ""
-#: ../../admin/catalog.php:119
-msgid "The Catalog and all associated records has been deleted"
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
msgstr ""
-#: ../../admin/catalog.php:128
-msgid "Songs Removed"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
msgstr ""
-#: ../../admin/catalog.php:131
-msgid "No Songs Removed"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-#: ../../admin/catalog.php:134
-msgid "Disabled Songs Processed"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../admin/catalog.php:155
-msgid "Catalog Cleaned"
+#: ../../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 ""
-#: ../../admin/catalog.php:198
-msgid "Catalog Created"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
msgstr ""
-#: ../../admin/catalog.php:199
-msgid "Catalog Created and Songs Indexed"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
msgstr ""
-#: ../../admin/catalog.php:212
-msgid "Catalog statistics cleared"
+#: ../../templates/show_song.inc.php:22
+msgid "Details"
msgstr ""
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
+#: ../../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 ""
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
+#: ../../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 ""
-#: ../../admin/catalog.php:229
-msgid "Do you really want to clear the statistics for this catalog?"
+#: ../../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 ""
-#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76
-msgid "Clear Catalog Stats"
+#: ../../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 ""
-#: ../../admin/catalog.php:241
-msgid "No Disabled songs found"
+#: ../../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 ""
-#: ../../admin/catalog.php:249
-msgid "Delete Catalog"
+#: ../../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 ""
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
+#: ../../templates/show_song.inc.php:50
+msgid "Last Updated"
msgstr ""
-#: ../../admin/catalog.php:261 ../../admin/catalog.php:264
-msgid "Album Art Search Finished"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
msgstr ""
-#: ../../admin/flag.php:97
-msgid "Song Updated"
+#: ../../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 ""
-#: ../../admin/flag.php:97
-msgid "The requested song has been updated"
+#: ../../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 ""
-#: ../../admin/flag.php:139
-msgid "Album Updated"
+#: ../../templates/sidebar_browse.inc.php:15
+msgid "Radio Stations"
msgstr ""
-#: ../../admin/flag.php:181
-msgid "Artist Updated"
+#: ../../templates/sidebar_browse.inc.php:18
+msgid "Filters"
msgstr ""
-#: ../../admin/flag.php:246
-msgid "Songs Updated"
+#: ../../templates/sidebar_browse.inc.php:23
+msgid "Minimum Count"
msgstr ""
-#: ../../admin/flag.php:254
-msgid "Flag Removed"
+#: ../../templates/sidebar_browse.inc.php:25
+msgid "Rated"
msgstr ""
-#: ../../admin/flag.php:255
-msgid "Flag Removed from"
+#: ../../templates/sidebar_browse.inc.php:28
+msgid "Unplayed"
msgstr ""
-#: ../../admin/flag.php:270
-msgid "Flags Updated"
+#: ../../templates/sidebar_browse.inc.php:31
+msgid "Show Art"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
+#: ../../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 ""
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
+#: ../../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 ""
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
+#: ../../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 ""
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../admin/flag.php:305
-msgid "Flagged Records"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:102
+msgid "Last Seen"
msgstr ""
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
-msgid "Site"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
msgstr ""
-#: ../../admin/access.php:42
-msgid "Confirm Delete"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../admin/access.php:43
-msgid "Do you really want to delete this Access Record?"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
msgstr ""
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../admin/access.php:49
-msgid "Your Access List Entry has been removed"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
+msgid "Recently Played"
msgstr ""
-#: ../../admin/access.php:54
-msgid "Entry Added"
+#: ../../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 ""
-#: ../../admin/access.php:54
-msgid "Your new Access List Entry has been created"
+#: ../../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 ""
-#: ../../admin/access.php:58
-msgid "Entry Updated"
+#: ../../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 ""
-#: ../../admin/access.php:58
-msgid "Access List Entry updated"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
msgstr ""
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
msgstr ""
-#: ../../admin/users.php:68 ../../admin/users.php:108
-msgid "Error Passwords don't match"
+#: ../../templates/show_song_row.inc.php:34
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:55
+msgid "Download"
msgstr ""
-#: ../../admin/users.php:120 ../../register.php:138
-msgid "Error Username already exists"
+#: ../../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 ""
-#: ../../admin/users.php:142
-msgid "Deletion Request"
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
msgstr ""
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
msgstr ""
-#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
msgstr ""
-#: ../../admin/users.php:150
-msgid "User Deleted"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
msgstr ""
-#: ../../admin/users.php:153
-msgid "Delete Error"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
msgstr ""
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299
+msgid "Re-encode"
msgstr ""
-#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41
-#: ../../templates/show_local_catalog_info.inc.php:23
-msgid "Catalog Statistics"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302
+msgid "Other"
msgstr ""
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
-msgid "Total Users"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
msgstr ""
-#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26
-msgid "Connected Users"
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+#: ../../lib/class/catalog.class.php:946
+msgid "Found"
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"
+#: ../../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 ""
-#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31
-msgid "Catalog Size"
+#: ../../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 ""
-#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32
-msgid "Catalog Time"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
msgstr ""
-#: ../../admin/mail.php:252
-msgid "E-mail Sent"
+#: ../../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 ""
-#: ../../admin/mail.php:253
-msgid "Your E-mail was successfully sent."
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
msgstr ""
-#: ../../admin/modules.php:41
-msgid "Module Activated"
+#: ../../templates/show_random_albums.inc.php:23
+msgid "Albums of the Moment"
msgstr ""
-#: ../../admin/modules.php:48
-msgid "Are you sure you want to remove this module?"
+#: ../../templates/show_random_albums.inc.php:46
+#: ../../templates/show_album.inc.php:45
+msgid "Play Album"
msgstr ""
-#: ../../admin/modules.php:56
-msgid "Module Deactivated"
+#: ../../templates/show_localplay_status.inc.php:51
+msgid "Volume"
msgstr ""
-#: ../../admin/modules.php:72
-msgid "Plugin Activated"
+#: ../../templates/show_localplay_status.inc.php:55
+msgid "Repeat"
msgstr ""
-#: ../../admin/modules.php:79
-msgid "Are you sure you want to remove this plugin?"
+#: ../../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 ""
-#: ../../admin/modules.php:95
-msgid "Plugin Deactivated"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
msgstr ""
-#: ../../admin/system.php:120
-msgid "Export Failed"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
msgstr ""
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
msgstr ""
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
msgstr ""
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
msgstr ""
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
msgstr ""
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
+#: ../../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_flag.inc.php:70
-#: ../../templates/show_flagged.inc.php:30
-msgid "Flag"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
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_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_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_users.inc.php:39
+#: ../../templates/show_users.inc.php:101
+msgid "Fullname"
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_users.inc.php:41
+#: ../../templates/show_users.inc.php:103
+msgid "Registration Date"
msgstr ""
-#: ../../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"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
+msgid "Last Ip"
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_users.inc.php:47
+#: ../../templates/show_users.inc.php:109
+msgid "On-line"
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_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
msgstr ""
-#: ../../templates/show_install_account.inc.php:54
-msgid "Step 2 - Creating the ampache.cfg.php file"
+#: ../../templates/show_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
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_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_account.inc.php:57
+#: ../../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 step creates your initial Ampache admin account. Once your admin "
-"account has been created you will be directed to the login page"
+"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_account.inc.php:60
-msgid "Create Admin Account"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
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"
+#: ../../templates/show_install_config.inc.php:60
+msgid "Web Path"
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"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
msgstr ""
-#: ../../templates/show_install_account.inc.php:74
-msgid "Create Account"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
msgstr ""
-#: ../../templates/show_playlists.inc.php:28
-#: ../../templates/sidebar.inc.php:104
-#: ../../ampache/templates/sidebar.inc.php:106
-msgid "Playlists"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
msgstr ""
-#: ../../templates/show_playlists.inc.php:33
-msgid "Playlist Name"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
msgstr ""
-#: ../../templates/show_playlists.inc.php:34
-msgid "# Songs"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
msgstr ""
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
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"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
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"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
msgstr ""
-#: ../../templates/show_playlists.inc.php:55
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_access_list.inc:67
-msgid "Edit"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/show_playlists.inc.php:61
-#: ../../templates/show_tv_adminctl.inc.php:44
-#: ../../templates/show_random_play.inc:82
-msgid "Play"
+#: ../../templates/show_edit_user.inc.php:23
+msgid "Editing existing User"
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
-msgid "Random"
+#: ../../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_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
+#: ../../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_playlists.inc.php:75
-msgid "No Playlists Found"
+#: ../../templates/show_edit_user.inc.php:69
+#: ../../templates/show_add_user.inc.php:69
+msgid "User Access Level"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:25
-msgid "Find Duplicates"
+#: ../../templates/show_edit_user.inc.php:83
+msgid "Update User"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
+#: ../../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_duplicates.inc.php:36
-msgid "Artist and Title"
+#: ../../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_duplicates.inc.php:37
-msgid "Artist, Album and Title"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:44
-msgid "Select Best Guess"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
+#: ../../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/show_tv.inc.php:42
-msgid "Controls"
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
msgstr ""
-#: ../../templates/show_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
+#: ../../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_playlist_edit.inc.php:27
-msgid "Editing Playlist"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
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"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
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"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:39
-msgid "Public"
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:40
-msgid "Private"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
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"
+#: ../../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:28
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
+#: ../../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/sidebar.inc.php:29
-#: ../../ampache/templates/sidebar.inc.php:29
-msgid "Mail Users"
+#: ../../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/sidebar.inc.php:31
-#: ../../ampache/templates/sidebar.inc.php:31
-msgid "Config"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
msgstr ""
-#: ../../templates/sidebar.inc.php:32
-#: ../../ampache/templates/sidebar.inc.php:32
-msgid "Access List"
+#: ../../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/sidebar.inc.php:37
-#: ../../ampache/templates/sidebar.inc.php:37
-msgid "Song Title"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
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"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
msgstr ""
-#: ../../templates/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
msgstr ""
-#: ../../templates/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
msgstr ""
-#: ../../templates/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
msgstr ""
-#: ../../templates/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
msgstr ""
-#: ../../templates/sidebar.inc.php:189
-#: ../../ampache/templates/sidebar.inc.php:191
-msgid "Logout"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:27
-msgid "Catalogs"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
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"
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:42
-msgid "Add"
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:44
-msgid "Verify"
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:46
-msgid "Clean"
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:57
-msgid "Gather Art"
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:65
-msgid "No Catalogs Found"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:71
-msgid "Clean All"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:72
-msgid "Verify All"
+#: ../../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_admin_tools.inc.php:73
-msgid "Add to All"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:74
-msgid "Update All"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:77
-#: ../../templates/show_add_catalog.inc.php:78
-msgid "Gather Album Art"
+#: ../../templates/show_playlist.inc.php:30
+msgid "Normalize Tracks"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
+#: ../../templates/show_playlist.inc.php:31
+msgid "Play All"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
+#: ../../templates/show_playlist.inc.php:32
+msgid "Play Random"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75
-msgid "Generate New Config"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:86
-msgid "Preferences Permissions"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-msgid "Check for New Version"
+#: ../../templates/show_albums.inc.php:40
+#: ../../templates/show_albums.inc.php:61
+msgid "Cover"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
+#: ../../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_artist_box.inc.php:33
-msgid "Show All Songs By"
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
+#: ../../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_artist_box.inc.php:35
-msgid "Play Random Songs By"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-msgid "Rename Artist"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:39
-msgid "Find duplicate artists"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
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_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
msgstr ""
-#: ../../templates/show_user.inc.php:36
-msgid "Results Per Page"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "New Password"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
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_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:88
+msgid "Last Played"
msgstr ""
-#: ../../templates/show_user.inc.php:55
-msgid "Clear Stats"
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
msgstr ""
-#: ../../templates/show_user.inc.php:65
-msgid "Update Account"
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:29
-msgid "Favorite Artists"
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:40
-msgid "Favorite Albums"
+#: ../../templates/show_search.inc.php:77
+msgid "No"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:51
-msgid "Favorite Songs"
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:31
-msgid "Playing from base Playlist"
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:44
-msgid "Votes"
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:45
-#: ../../templates/show_list_duplicates.inc.php:31
-#: ../../templates/show_recently_played.inc.php:30
-msgid "Song"
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
-msgid "Preference"
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:51
-msgid "description"
+#: ../../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
@@ -1479,11 +1840,6 @@ msgstr ""
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 ""
@@ -1492,343 +1848,362 @@ msgstr ""
msgid "Register User"
msgstr ""
-#: ../../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 ""
-#: ../../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_login_form.inc.php:66
+msgid "Remember Me"
msgstr ""
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
msgstr ""
-#: ../../templates/show_modules.inc.php:38
-msgid "Localplay Modules"
+#: ../../templates/show_login_form.inc.php:87
+msgid "Message of the Day"
msgstr ""
-#: ../../templates/show_modules.inc.php:41
-msgid "Module Name"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/show_modules.inc.php:48
-#: ../../templates/show_modules.inc.php:81
-#: ../../templates/show_tv_adminctl.inc.php:28
-msgid "Activate"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61
+msgid "Most Popular Artists"
msgstr ""
-#: ../../templates/show_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-msgid "Deactivate"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55
+msgid "Most Popular Albums"
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"
+#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
msgstr ""
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:69
+msgid "Most Popular Songs"
msgstr ""
-#: ../../templates/show_modules.inc.php:73
-msgid "Description"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/show_modules.inc.php:74
-msgid "Version"
+#: ../../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: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
+#: ../../templates/show_edit_album.inc.php:41
msgid "Flag for Retagging"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:89
+#: ../../templates/show_edit_song.inc.php:88
msgid "Update Song"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:24
-msgid "Importing a Playlist from a File"
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:537
+msgid "Genres"
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"
+#: ../../templates/show_mail_users.inc.php:24
+msgid "Send E-mail to Users"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
+#: ../../templates/show_mail_users.inc.php:28
+msgid "Mail to"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:48
-msgid "Import Playlist"
+#: ../../templates/show_mail_users.inc.php:54
+msgid "Latest Artist Additions"
msgstr ""
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
+#: ../../templates/show_mail_users.inc.php:65
+msgid "Latest Album Additions"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:25
-msgid "Send E-mail to Users"
+#: ../../templates/show_mail_users.inc.php:75
+msgid "Flagged Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:28
-msgid "Mail to"
+#: ../../templates/show_mail_users.inc.php:79
+#: ../../templates/show_admin_info.inc.php:34
+msgid "Disabled Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:45
-#: ../../templates/show_all_popular.inc.php:29
-msgid "Most Popular Albums"
+#: ../../templates/show_mail_users.inc.php:87
+msgid "Most Popular Threshold in days"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:52
-msgid "Latest Artist Additions"
+#: ../../templates/show_mail_users.inc.php:98
+msgid "Subject"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:56
-#: ../../templates/show_all_popular.inc.php:26
-msgid "Most Popular Artists"
+#: ../../templates/show_mail_users.inc.php:105
+msgid "Message"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:63
-msgid "Latest Album Additions"
+#: ../../templates/show_mail_users.inc.php:114
+msgid "Send Mail"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:67
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
+#: ../../templates/show_add_user.inc.php:23
+msgid "Adding a New User"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:73
-msgid "Flagged Songs"
+#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:60
+msgid "Content Manager"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
-msgid "Disabled Songs"
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_preference_box.inc.php:61
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:85
-msgid "Most Popular Threshold in days"
+#: ../../templates/show_add_user.inc.php:84
+#: ../../templates/sidebar_admin.inc.php:11
+msgid "Add User"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:96
-msgid "Subject"
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:103
-msgid "Message"
+#: ../../templates/show_add_access.inc.php:67
+msgid "RPC"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:113
-msgid "Send Mail"
+#: ../../templates/show_add_access.inc.php:72
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:32
-msgid "Last Ten Flagged Records"
+#: ../../templates/show_add_access.inc.php:82
+msgid "Create ACL"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:40
-#: ../../templates/show_flagged.inc.php:73
-#: ../../templates/show_ip_history.inc.php:28
-msgid "Show All"
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
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"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:22
-msgid "Admin Controls"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
-msgid "Base Playlist"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
-msgid "Clear Playlist"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
+#: ../../templates/show_playlist_edit.inc.php:40
+msgid "Private"
msgstr ""
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
msgstr ""
-#: ../../templates/show_flagged.inc.php:28
-msgid "Object"
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
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"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
msgstr ""
-#: ../../templates/show_flagged.inc.php:31
-msgid "Status"
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
msgstr ""
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
msgstr ""
-#: ../../templates/show_flagged.inc.php:64
-msgid "Approve"
+#: ../../templates/show_gather_art.inc.php:23
+#: ../../lib/class/catalog.class.php:972
+msgid "Starting Album Art Search"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../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_rename_artist.inc.php:37
-msgid "Update id3 tags"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:25
-msgid "Newest Artist Additions"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Play All Songs By"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Play Random Songs By"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:52
+msgid "Update from tags"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
+#: ../../templates/show_artist_box.inc.php:39
+msgid "Find duplicate artists"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:54
-msgid "Local Image"
+#: ../../templates/show_artist_box.inc.php:42
+msgid "Recommend Similar"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:34
-msgid "Edit Playlist"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:35
-msgid "Normalize Tracks"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:51
+msgid "Less Played"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:36
-msgid "Play This Playlist"
+#: ../../templates/show_random.inc.php:52
+msgid "Full Albums"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:37
-msgid "Play Random"
+#: ../../templates/show_random.inc.php:53
+msgid "Full Artist"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:38
-msgid "Delete This Playlist"
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
+#: ../../templates/show_random.inc.php:59
+msgid "From catalog"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
+#: ../../templates/show_random.inc.php:65
+msgid "Size Limit"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:43
-msgid "Delete Empty Playlists"
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:644
+msgid "Now Playing"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
+#: ../../templates/sidebar_preferences.inc.php:34
+msgid "Localplay Modules"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
+#: ../../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
+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 ""
#: ../../templates/show_edit_catalog.inc.php:22
@@ -1836,71 +2211,71 @@ msgid "Settings for"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:29
-#: ../../templates/show_add_catalog.inc.php:38
+#: ../../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:39
+#: ../../templates/show_add_catalog.inc.php:36
msgid "album name"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:31
-#: ../../templates/show_add_catalog.inc.php:40
+#: ../../templates/show_add_catalog.inc.php:37
msgid "artist name"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:32
-#: ../../templates/show_add_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:38
msgid "id3 comment"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:33
-#: ../../templates/show_add_catalog.inc.php:42
+#: ../../templates/show_add_catalog.inc.php:39
msgid "genre"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:34
-#: ../../templates/show_add_catalog.inc.php:43
+#: ../../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:44
+#: ../../templates/show_add_catalog.inc.php:41
msgid "song title"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:36
-#: ../../templates/show_add_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:42
msgid "year"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:37
-#: ../../templates/show_add_catalog.inc.php:46
+#: ../../templates/show_add_catalog.inc.php:43
msgid "other"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
+#: ../../templates/show_add_catalog.inc.php:52
msgid "Catalog Type"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
+#: ../../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:50
+#: ../../templates/show_edit_catalog.inc.php:51
msgid "Filename pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "Folder Pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "(no leading or ending '/')"
msgstr ""
@@ -1908,91 +2283,80 @@ msgstr ""
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"
+#: ../../templates/show_democratic_playlist.inc.php:38
+msgid "Playing from base Playlist"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
-msgid "Create"
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
+msgid "Votes"
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)"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-msgid "Catalog Name"
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:51
-msgid "Path"
-msgstr ""
-
-#: ../../templates/show_add_catalog.inc.php:59
-msgid "Remote"
+#: ../../templates/show_edit_artist.inc.php:23
+msgid "Edit Artist"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Required for Remote Catalogs"
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:68
-msgid "Filename Pattern"
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:82
-msgid "Build Playlists from m3u Files"
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:90
-msgid "Add Catalog"
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Adding a New User"
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:257
+msgid "Stream"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260
+msgid "Democratic"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:265
+msgid "Flash Player"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
+#: ../../templates/show_play_selected.inc.php:28
+msgid "Play Selected"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:26
-msgid "Duplicate Songs"
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:34
-msgid "Length"
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
-msgid "Size"
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:75
-msgid "Disable Songs"
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
msgstr ""
#: ../../templates/show_ip_history.inc.php:23
@@ -2003,936 +2367,880 @@ 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_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_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_edit_album.inc.php:23
-msgid "Edit Album"
-msgstr ""
-
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
-msgid "Update Album"
-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"
+#: ../../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_recently_played.inc.php:23
-msgid "months ago"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:26
-msgid "Recently Played"
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:33
-msgid "Last Played"
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
msgstr ""
-#: ../../templates/show_edit_artist.inc.php:23
-msgid "Edit Artist"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:23
-msgid "Albums of the Moment"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
msgstr ""
-#: ../../localplay.php:50 ../../localplay.php:58
-msgid "Song(s) Removed from Playlist"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
msgstr ""
-#: ../../localplay.php:77
-msgid "Localplay Init Failed"
+#: ../../templates/show_localplay.inc.php:32
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
msgstr ""
-#: ../../browse.php:48 ../../albums.php:213
-msgid "Show Albums starting with"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
msgstr ""
-#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252
-msgid "Show Artists starting with"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
msgstr ""
-#: ../../browse.php:124
-msgid "Show Titles Starting With"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
msgstr ""
-#: ../../search.php:47
-msgid "Error: No Keyword Entered"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
msgstr ""
-#: ../../ampache/templates/sidebar.inc.php:38
-msgid "Lists"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
msgstr ""
-#: ../../ratings.php:33
-msgid "Rating Updated"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
msgstr ""
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
msgstr ""
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
+#: ../../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 ""
-#: ../../login.php:94
-msgid "Unable to create new account"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
msgstr ""
-#: ../../login.php:103
-msgid "No local account found"
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
msgstr ""
-#: ../../login.php:176
-msgid "Message of the Day"
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
msgstr ""
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
msgstr ""
-#: ../../preferences.php:61
-msgid "Password Updated"
+#: ../../templates/show_list_duplicates.inc.php:26
+msgid "Duplicate Songs"
msgstr ""
-#: ../../update.php:73
-msgid "Ampache Update"
+#: ../../templates/show_list_duplicates.inc.php:44
+#: ../../templates/show_list_duplicates.inc.php:89
+msgid "Length"
msgstr ""
-#: ../../tv.php:62
-msgid "Playlist Cleared"
+#: ../../templates/show_list_duplicates.inc.php:46
+#: ../../templates/show_list_duplicates.inc.php:91
+msgid "Size"
msgstr ""
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
+#: ../../templates/show_list_duplicates.inc.php:96
+msgid "Disable Songs"
msgstr ""
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
msgstr ""
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
+#: ../../templates/sidebar_home.inc.php:4
+msgid "Currently Playing"
msgstr ""
-#: ../../activate.php:43
-msgid "No user with this name registered"
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
+msgid "Statistics"
msgstr ""
-#: ../../activate.php:47
-msgid "The validation key used isn't correct."
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
msgstr ""
-#: ../../activate.php:52
-msgid "User activated"
+#: ../../templates/sidebar_home.inc.php:22
+msgid "Advanced"
msgstr ""
-#: ../../activate.php:52
-msgid "This User ID is activated and can be used"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
msgstr ""
-#: ../../playlist.php:46
-msgid "Playlist Deleted"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
msgstr ""
-#: ../../playlist.php:46
-msgid "The Requested Playlist has been deleted"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
msgstr ""
-#: ../../playlist.php:56
-msgid "Are you sure you want to delete this playlist"
+#: ../../templates/sidebar_admin.inc.php:15
+msgid "Access Control"
msgstr ""
-#: ../../playlist.php:57
-msgid "Confirm Action"
+#: ../../templates/sidebar_admin.inc.php:17
+msgid "Add ACL"
msgstr ""
-#: ../../playlist.php:117
-msgid "Playlist Created"
+#: ../../templates/sidebar_admin.inc.php:18
+msgid "Show ACL(s)"
msgstr ""
-#: ../../playlist.php:117
-msgid " has been created"
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Cleaning the"
msgstr ""
-#: ../../playlist.php:126
-msgid "Remote Selected Tracks"
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
msgstr ""
-#: ../../playlist.php:145
-msgid "Playlist Updated"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
msgstr ""
-#: ../../playlist.php:146
-msgid "has been updated and is now"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
msgstr ""
-#: ../../playlist.php:166
-msgid "Playlist Imported"
+#: ../../templates/show_test.inc.php:33
+msgid ""
+"You've reached this page because a configuration error has occured. Debug "
+"Information below"
msgstr ""
-#: ../../playlist.php:195
-msgid "Empty Playlists Deleted"
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
msgstr ""
-#: ../../flag.php:46
-msgid "Item Flagged"
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
msgstr ""
-#: ../../flag.php:46
-msgid "The specified item has been flagged"
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
msgstr ""
-#: ../../albums.php:48
-msgid "Album Art Cleared"
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
msgstr ""
-#: ../../albums.php:48
-msgid "Album Art information has been removed from the database"
+#: ../../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 ""
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
-msgid "Album Art Not Located"
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
msgstr ""
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
+#: ../../templates/show_test.inc.php:78
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"
+"This test checks to see if you have the mysql extensions loaded for PHP. "
+"These are required for Ampache to work."
msgstr ""
-#: ../../register.php:81
-msgid "Error Captcha Required"
+#: ../../templates/show_test.inc.php:82
+msgid "PHP Session Support"
msgstr ""
-#: ../../register.php:88
-msgid "Error Captcha Failed"
+#: ../../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 ""
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
msgstr ""
-#: ../../register.php:100
-msgid "You did not enter a username"
+#: ../../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 ""
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../templates/show_test.inc.php:119
+msgid "PHP PCRE Support"
msgstr ""
-#: ../../register.php:130
-msgid "You must enter a password"
+#: ../../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 ""
-#: ../../register.php:134
-msgid "Your passwords do not match"
+#: ../../templates/show_test.inc.php:136
+msgid "PHP PutENV Support"
msgstr ""
-#: ../../register.php:152
-msgid "Error: Insert Failed"
+#: ../../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 ""
-#: ../../register.php:169
-msgid "Registration Complete"
+#: ../../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 ""
-#: ../../bin/print_tags.php.inc:64
+#: ../../templates/show_test.inc.php:189
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"
+"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 ""
-#: ../../bin/print_tags.php.inc:70
-msgid "Filename:"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
+#: ../../templates/show_test.inc.php:209
+msgid ""
+"This attempts to connect to your database using the values from your ampache."
+"cfg.php"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
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"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:153
-msgid "Continue? (Y/N):"
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:178
-msgid "Error: "
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:179
-msgid "!\n"
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
msgstr ""
-#: ../../templates/show_big_art.inc:29
-msgid "Album Art"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
msgstr ""
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:49
-msgid "Remove"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
msgstr ""
-#: ../../templates/list_header.inc:110
-msgid "Prev"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
msgstr ""
-#: ../../templates/list_header.inc:156
-msgid "Next"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
msgstr ""
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-msgid "You are currently logged in as"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
msgstr ""
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
msgstr ""
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
msgstr ""
-#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92
-msgid "Rating"
+#: ../../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_songs.inc:183
-msgid "Total"
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
msgstr ""
-#: ../../templates/show_install_config.inc:53
-#: ../../templates/show_install.inc:56
-msgid "Step 2 - Creating the Ampache.cfg.php file"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
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"
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
msgstr ""
-#: ../../templates/show_install_config.inc:64
-msgid "Web Path"
+#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
+#: ../../templates/show_playlists.inc.php:34
+#: ../../templates/show_playlists.inc.php:51
+msgid "Playlist Name"
msgstr ""
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:52
+msgid "# Songs"
msgstr ""
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
+#: ../../templates/show_playlists.inc.php:36
+#: ../../templates/show_playlists.inc.php:53
+msgid "Owner"
msgstr ""
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
+#: ../../activate.php:42
+msgid "No user with this name registered"
msgstr ""
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
+#: ../../activate.php:46
+msgid "The validation key used isn't correct."
msgstr ""
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
+#: ../../activate.php:51
+msgid "User activated"
msgstr ""
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
+#: ../../activate.php:51
+msgid "This User ID is activated and can be used"
msgstr ""
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
+#: ../../democratic.php:80
+msgid "Playlist Cleared"
msgstr ""
-#: ../../templates/show_album.inc:56
-msgid "Play Random from Album"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
+#: ../../lib/class/flag.class.php:280
+msgid "Approved"
msgstr ""
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
+#: ../../lib/class/flag.class.php:281
+msgid "Pending"
msgstr ""
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
msgstr ""
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
+#: ../../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 ""
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
msgstr ""
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
msgstr ""
-#: ../../templates/show_preferences.inc:65
-msgid "Streaming"
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
msgstr ""
-#: ../../templates/show_preferences.inc:68
-msgid "Options"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
msgstr ""
-#: ../../templates/show_preferences.inc:72
-msgid "Account"
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
msgstr ""
-#: ../../templates/show_preferences.inc:76
-msgid "System"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
msgstr ""
-#: ../../templates/show_preferences.inc:79
-msgid "Modules"
+#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740
+#: ../../lib/class/album.class.php:434
+msgid "Error: Unable to open"
msgstr ""
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
+#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452
+msgid "Error: Unable to change to directory"
msgstr ""
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
msgstr ""
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
msgstr ""
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
msgstr ""
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
msgstr ""
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
msgstr ""
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
msgstr ""
-#: ../../templates/show_random_play.inc:61
-msgid "From catalog"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
msgstr ""
-#: ../../templates/show_random_play.inc:67
-msgid "Size Limit"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
msgstr ""
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
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"
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
msgstr ""
-#: ../../templates/show_install.inc:72
-msgid "MySQL Administrative Username"
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
msgstr ""
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
msgstr ""
-#: ../../templates/show_install.inc:80
-msgid "Create Database User for New Database"
+#: ../../lib/class/catalog.class.php:1187
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
msgstr ""
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
msgstr ""
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
msgstr ""
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
msgstr ""
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
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."
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_add_access.inc:35
-#: ../../templates/show_edit_access.inc:35
-msgid "Start IP Address"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
msgstr ""
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
msgstr ""
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
-msgid "Read"
+#: ../../lib/class/catalog.class.php:1420
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
+#: ../../lib/class/catalog.class.php:1656
+msgid " FOUND"
msgstr ""
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
-msgid "ACL Type"
+#: ../../lib/class/catalog.class.php:1658
+msgid "Searching for new Album Art"
msgstr ""
-#: ../../templates/show_add_access.inc:67
-msgid "Stream Access"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Update Finished."
msgstr ""
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Checked"
msgstr ""
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
+#: ../../lib/class/catalog.class.php:1706
+msgid "songs updated."
msgstr ""
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
+#: ../../lib/class/localplay.class.php:647
+msgid "Stopped"
msgstr ""
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
+#: ../../lib/class/localplay.class.php:650
+msgid "Paused"
msgstr ""
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-msgid "Remote Key"
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_add_access.inc:87
-msgid "Create ACL"
+#: ../../lib/preferences.php:245
+msgid "Enable"
msgstr ""
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
+#: ../../lib/preferences.php:272
+msgid "M3U"
msgstr ""
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
+#: ../../lib/preferences.php:273
+msgid "Simple M3U"
msgstr ""
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
+#: ../../lib/preferences.php:274
+msgid "PLS"
msgstr ""
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
+#: ../../lib/preferences.php:275
+msgid "Asx"
msgstr ""
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
+#: ../../lib/preferences.php:276
+msgid "RAM"
msgstr ""
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
+#: ../../lib/preferences.php:277
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
+#: ../../lib/preferences.php:310
+msgid "Disabled"
msgstr ""
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
msgstr ""
-#: ../../templates/show_users.inc:53
-msgid "Registration Date"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../templates/show_users.inc:57
-msgid "Activity"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
msgstr ""
-#: ../../templates/show_users.inc:61
-msgid "Last Ip"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
msgstr ""
-#: ../../templates/show_users.inc:66
-msgid "On-line"
+#: ../../lib/preferences.php:343
+msgid "Always"
msgstr ""
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
msgstr ""
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
msgstr ""
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
msgstr ""
-#: ../../templates/show_artist.inc:38
-msgid "Tracks"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
msgstr ""
-#: ../../templates/show_edit_access.inc:23
-msgid "Edit Access List"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
msgstr ""
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
msgstr ""
-#: ../../templates/show_test.inc:35
-msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
msgstr ""
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
msgstr ""
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
+#: ../../lib/general.lib.php:496
+msgid "British English"
msgstr ""
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
msgstr ""
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
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."
+#: ../../lib/general.lib.php:580
+msgid "On"
msgstr ""
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
+#: ../../lib/general.lib.php:583
+msgid "Off"
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."
+#: ../../lib/ui.lib.php:92
+msgid "Error Access Denied"
msgstr ""
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
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."
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
msgstr ""
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
+#: ../../lib/ui.lib.php:556
+msgid "Random Play"
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"
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
+msgid "Admin-Catalog"
msgstr ""
-#: ../../templates/show_test.inc:121
-msgid "PHP PCRE Support"
+#: ../../lib/ui.lib.php:576
+msgid "Admin-User Management"
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."
+#: ../../lib/ui.lib.php:580
+msgid "Admin-Mail Users"
msgstr ""
-#: ../../templates/show_test.inc:138
-msgid "PHP PutENV Support"
+#: ../../lib/ui.lib.php:584
+msgid "Admin-Manage Access Lists"
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"
+#: ../../lib/ui.lib.php:588
+msgid "Admin-Site Preferences"
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."
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
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"
+#: ../../lib/ui.lib.php:596
+msgid "Browse Music"
msgstr ""
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
msgstr ""
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
+#: ../../albums.php:32
+msgid "Album Art information has been removed from the database"
msgstr ""
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
msgstr ""
-#: ../../templates/show_test.inc:256
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
msgid ""
-"This attempts to connect to your database using the values from your ampache."
-"cfg.php"
+"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 ""
-#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26
-msgid "Search Ampache"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
msgstr ""
-#: ../../templates/show_similar_artists.inc:23
-msgid "Similar Artists"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
msgstr ""
-#: ../../templates/show_similar_artists.inc:25
-msgid "Please check the artists you want to merge with the current one"
+#: ../../albums.php:168 ../../artists.php:52
+msgid "Update From Tags Complete"
msgstr ""
-#: ../../templates/show_similar_artists.inc:62
-msgid "Back"
+#: ../../albums.php:169 ../../artists.php:53
+msgid "Return"
msgstr ""
-#: ../../templates/show_similar_artists.inc:73
-msgid "Rename selected"
+#: ../../modules/localplay/mpd.controller.php:213
+msgid "Instance Name"
msgstr ""
-#: ../../templates/show_similar_artists.inc:83
-msgid "Advanced Options"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
msgstr ""
-#: ../../templates/show_similar_artists.inc:144
-msgid "Search Again"
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
msgstr ""
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
msgstr ""
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
msgstr ""
-#: ../../templates/show_login_form.inc:48
-msgid "Register"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
msgstr ""
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
msgstr ""
-#: ../../templates/show_search.inc:73
-msgid "Played"
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
msgstr ""
-#: ../../templates/show_search.inc:96
-msgid "One Star"
+#: ../../localplay.php:72 ../../localplay.php:80
+msgid "Song(s) Removed from Playlist"
msgstr ""
-#: ../../templates/show_search.inc:97
-msgid "Two Stars"
+#: ../../playlist.php:57
+msgid "Playlist Created"
msgstr ""
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
+#: ../../playlist.php:57
+msgid " has been created"
msgstr ""
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
+#: ../../playlist.php:78
+msgid "Playlist Updated"
msgstr ""
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
+#: ../../playlist.php:79
+msgid "has been updated and is now"
msgstr ""
-#: ../../templates/show_search.inc:103
-msgid "Operator"
+#: ../../playlist.php:101
+msgid "Playlist Imported"
msgstr ""
-#: ../../templates/show_search.inc:106
-msgid "AND"
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
msgstr ""
-#: ../../templates/show_search.inc:112
-msgid "Method"
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
msgstr ""
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
+#: ../../login.php:87
+msgid "Unable to create new account"
msgstr ""
-#: ../../templates/show_search.inc:116
-msgid "Exact"
+#: ../../login.php:96
+msgid "No local account found"
msgstr ""
-#: ../../templates/show_search.inc:119
-msgid "Maximum Results"
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
msgstr ""
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
+#: ../../artists.php:186
+msgid "Show Artists starting with"
msgstr ""
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
+#: ../../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 ""
-#: ../../templates/show_search.inc:147
-msgid "Save"
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
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 <translate@mr-miky.com>\n"
"Language-Team: Italian\n"
@@ -18,999 +18,1113 @@ msgstr ""
"X-Generator: KBabel 1.11\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../play/index.php:64 ../../download/index.php:61
-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"
-
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
-msgstr "Errore: Impossibile cambiare alla cartella"
-
-#: ../../lib/class/catalog.class.php:374
-msgid "Error: Unable to get filesize for"
-msgstr "Errore, impossibile leggere la dimensione del file"
+#: ../../register.php:82
+msgid "Error Captcha Required"
+msgstr "Errore Captcha richiesto"
-#: ../../lib/class/catalog.class.php:411
-msgid "is not readable by ampache"
-msgstr "non è leggibile da ampache"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
+msgstr "Errore Captcha fallito"
-#: ../../lib/class/catalog.class.php:530
-msgid "album's with art"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
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"
+#: ../../register.php:101
+msgid "You did not enter a username"
+msgstr "Non hai inserito un nome utente"
-#: ../../lib/class/catalog.class.php:1064
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
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"
+#: ../../register.php:131
+msgid "You must enter a password"
+msgstr "Devi inserire una password"
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Code"
-msgstr "Codice"
+#: ../../register.php:135
+msgid "Your passwords do not match"
+msgstr "Le passord non corrispondono"
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Reason"
-msgstr "Motivazione"
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
+msgstr "Errore, Nome utente giĂ  in uso"
-#: ../../lib/class/catalog.class.php:1123
-msgid "Completed updating remote catalog(s)"
-msgstr "Terminato aggiornamento remoto catalogo(ghi)."
+#: ../../register.php:157
+msgid "Error: Insert Failed"
+msgstr "Errore: inserimento fallito"
-#: ../../lib/class/catalog.class.php:1158
-msgid "Added"
-msgstr "Aggiunti"
+#: ../../register.php:174
+msgid "Registration Complete"
+msgstr "Registrazione completata"
-#: ../../lib/class/catalog.class.php:1240
+#: ../../update.php:51
#, 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"
+msgid "Ampache Update"
+msgstr "Ampache Debug"
-#: ../../lib/class/catalog.class.php:1313
-msgid "files removed"
-msgstr "files rimossi"
+#: ../../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:1520
-msgid "Updating the"
-msgstr "Aggiornamento di"
+#: ../../ratings.php:32
+msgid "Rating Updated"
+msgstr "Voto aggiornato"
-#: ../../lib/class/catalog.class.php:1521
-msgid "songs found checking tag information."
-msgstr "controllo informazioni tag dei brani trovati."
+#: ../../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:1522
-msgid "Verifed"
+#: ../../radio.php:50
+msgid "Radio Station Added"
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"
+#: ../../admin/flag.php:97
+#, fuzzy
+msgid "Song Updated"
+msgstr "Voto aggiornato"
-#: ../../lib/class/catalog.class.php:1634
+#: ../../admin/flag.php:97
#, fuzzy
-msgid "Update Finished."
-msgstr "Aggiornamento catalogo terminato"
+msgid "The requested song has been updated"
+msgstr "I brani richiesti sono stati disabilitati"
-#: ../../lib/class/catalog.class.php:1634
+#: ../../admin/flag.php:139
#, fuzzy
-msgid "Checked"
-msgstr "Controllo in corso"
+msgid "Album Updated"
+msgstr "Aggiornato"
-#: ../../lib/class/catalog.class.php:1634
+#: ../../admin/flag.php:181
#, fuzzy
-msgid "songs updated."
-msgstr "è stata aggiornata"
+msgid "Artist Updated"
+msgstr "Playlist 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"
+#: ../../admin/flag.php:246
+#, fuzzy
+msgid "Songs Updated"
+msgstr "Voto aggiornato"
-#: ../../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"
+#: ../../admin/flag.php:254
+#, fuzzy
+msgid "Flag Removed"
+msgstr "Modifica marcati"
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
-msgstr "Bitrate"
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
+msgstr ""
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
-msgstr "Voto"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
+msgstr ""
-#: ../../lib/class/song.class.php:373
-msgid "Mode"
-msgstr "Modo"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
+msgstr "Brani disabilitati"
-#: ../../lib/class/song.class.php:377
-#: ../../templates/show_tv_playlist.inc.php:46
-#: ../../templates/show_songs.inc:51
-msgid "Time"
-msgstr "Durata"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
+msgstr "I brani richiesti sono stati disabilitati"
-#: ../../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"
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
+msgstr "Brani abilitati"
-#: ../../lib/class/song.class.php:385
-msgid "Filesize"
-msgstr "Dimensione file"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
+msgstr "I brani richiesti sono stati abilitati"
-#: ../../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"
+#: ../../admin/flag.php:305
+#, fuzzy
+msgid "Flagged Records"
+msgstr "Marcata da"
-#: ../../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"
+#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
+#: ../../admin/catalog.php:95 ../../admin/catalog.php:153
+#, fuzzy
+msgid "Catalog Updated"
+msgstr "Aggiornamento catalogo terminato"
-#: ../../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"
+#: ../../admin/catalog.php:106
+#, fuzzy
+msgid "Catalog Deleted"
+msgstr "Dimensione catalogo"
-#: ../../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"
+#: ../../admin/catalog.php:106
+msgid "The Catalog and all associated records have been deleted"
+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 "Genere"
+#: ../../admin/catalog.php:115
+#, fuzzy
+msgid "Songs Removed"
+msgstr "Brani abilitati"
-#: ../../lib/class/artist.class.php:225
-msgid "Error: Name Identical"
-msgstr "Errore: Nome identico"
+#: ../../admin/catalog.php:118
+msgid "No Songs Removed"
+msgstr ""
-#: ../../lib/class/flag.class.php:264
+#: ../../admin/catalog.php:121
#, fuzzy
-msgid "Approved"
-msgstr "Spostato"
+msgid "Disabled Songs Processed"
+msgstr "Mostra brani disabilitati"
-#: ../../lib/class/flag.class.php:265
+#: ../../admin/catalog.php:141
#, 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 ""
+msgid "Catalog Cleaned"
+msgstr "Pulizia catalogo terminata"
-#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr ""
+#: ../../admin/catalog.php:191
+#, fuzzy
+msgid "Catalog Created"
+msgstr "Nome catalogo"
-#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59
+#: ../../admin/catalog.php:208
#, fuzzy
-msgid "Other"
-msgstr "altro"
+msgid "Catalog statistics cleared"
+msgstr "Statistiche catalogo"
-#: ../../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"
+#: ../../admin/catalog.php:223
+msgid "Now Playing Cleared"
+msgstr "'In esecuzione ora' cancellato"
-#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64
-#: ../../templates/show_now_playing.inc:32
-msgid "Now Playing"
-msgstr "In esecuzione"
+#: ../../admin/catalog.php:223
+msgid "All now playing data has been cleared"
+msgstr "Tutti gli 'In esecuzione ora' sono stati cancellati"
-#: ../../lib/class/localplay.class.php:564
+#: ../../admin/catalog.php:233
#, fuzzy
-msgid "Stopped"
-msgstr "Arresta"
+msgid "No Disabled songs found"
+msgstr "Mostra brani disabilitati"
-#: ../../lib/class/localplay.class.php:567
+#: ../../admin/catalog.php:242
#, fuzzy
-msgid "Paused"
-msgstr "Pausa"
-
-#: ../../lib/class/album.class.php:163
-msgid "Various"
-msgstr "Vari"
+msgid "Delete Catalog"
+msgstr "Aggiorna cataloghi"
-#: ../../lib/class/genre.class.php:285
-msgid "Show Genres starting with"
-msgstr "Mostra generi che iniziano per"
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
+msgstr "Vuoi veramente cancellare questo catalogo?"
-#: ../../lib/rating.lib.php:43
-msgid "Don't Play"
-msgstr "Non riprodurre"
+#: ../../admin/catalog.php:261
+msgid "Album Art Search Finished"
+msgstr "Ricerca copertine terminata"
-#: ../../lib/rating.lib.php:46
-msgid "It's Pretty Bad"
-msgstr ""
+#: ../../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"
-#: ../../lib/rating.lib.php:49
-msgid "It's Ok"
-msgstr "E' ok"
+#: ../../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"
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
+#: ../../admin/users.php:79
+msgid "User Updated"
msgstr ""
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
-msgstr "lo adoro!"
-
-#: ../../lib/rating.lib.php:58
-msgid "It's Insane"
+#: ../../admin/users.php:79
+msgid "updated"
msgstr ""
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
+#: ../../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 ""
-#: ../../lib/preferences.php:258
-msgid "Enable"
-msgstr "Abilitato"
+#: ../../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"
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
-msgstr "Disabilitato"
+#: ../../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"
-#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41
-#: ../../templates/show_playtype_switch.inc.php:30
-msgid "Stream"
-msgstr "Stream"
+#: ../../admin/users.php:119
+msgid "New User Added"
+msgstr ""
-#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42
-#: ../../templates/show_playtype_switch.inc.php:34
-msgid "Downsample"
+#: ../../admin/users.php:124
+msgid "User Enabled"
msgstr ""
-#: ../../lib/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
+#: ../../admin/users.php:129
+msgid "User Disabled"
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"
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
+msgstr "Errore"
-#: ../../lib/preferences.php:282
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "XSPF Player"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
msgstr ""
-#: ../../lib/preferences.php:289
-msgid "M3U"
-msgstr "M3U"
+#: ../../admin/users.php:154
+msgid "User Deleted"
+msgstr "Utente cancellato"
-#: ../../lib/preferences.php:290
-msgid "Simple M3U"
-msgstr "M3U semplice"
+#: ../../admin/users.php:157
+msgid "Delete Error"
+msgstr "Errore di cancellazione"
-#: ../../lib/preferences.php:291
-msgid "PLS"
-msgstr "PLS"
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
+msgstr "Impossibile cancellare l' ultimo utente amministratore"
-#: ../../lib/preferences.php:292
-msgid "Asx"
-msgstr "Asx"
+#: ../../admin/users.php:163
+msgid "Deletion Request"
+msgstr ""
-#: ../../lib/preferences.php:293
-msgid "RAM"
-msgstr "RAM"
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
+msgstr "Sei sicuro di volere cancellare permanentemente"
-#: ../../lib/preferences.php:294
-msgid "XSPF"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../lib/preferences.php:326
+#: ../../admin/modules.php:54 ../../admin/modules.php:92
#, fuzzy
-msgid "Disabled"
-msgstr "Disabilitato"
+msgid "Are you sure you want to remove this plugin?"
+msgstr "Sei sicuro di volere cancellare questa playlist"
+
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
+#, fuzzy
+msgid "Plugin Deactivated"
+msgstr "Utente attivato"
-#: ../../lib/preferences.php:327
-msgid "Global"
+#: ../../admin/modules.php:85
+#, fuzzy
+msgid "Plugin Activated"
+msgstr "Utente attivato"
+
+#: ../../admin/modules.php:120
+msgid "Plugins"
msgstr ""
-#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58
-msgid "Local"
-msgstr "Locale"
+#: ../../admin/modules.php:126
+msgid "Localplay Controllers"
+msgstr ""
-#: ../../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"
+#: ../../admin/access.php:35
+msgid "Deleted"
+msgstr "Cancellato"
-#: ../../lib/playlist.lib.php:194 ../../playlist.php:63
-msgid "New Playlist"
-msgstr "Nuova playlist"
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
+msgstr ""
-#: ../../lib/ui.lib.php:115
-msgid "Error Access Denied"
-msgstr "Errore Accesso negato"
+#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55
+#: ../../lib/class/catalog.class.php:1281
+msgid "Added"
+msgstr "Aggiunti"
-#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87
-#: ../../ampache/templates/sidebar.inc.php:89
-msgid "Browse"
-msgstr "Sfoglia"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
+msgstr ""
-#: ../../lib/ui.lib.php:196
-msgid "Show w/o art"
-msgstr "Mostra senza immagini"
+#: ../../admin/access.php:45 ../../preferences.php:90
+#: ../../lib/class/catalog.class.php:1020
+msgid "Updated"
+msgstr "Aggiornato"
-#: ../../lib/ui.lib.php:199
-msgid "Show all"
-msgstr "Mostra tutto"
+#: ../../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"
-#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81
+#: ../../admin/mail.php:90
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
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../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"
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
msgid "days"
msgstr "giorni"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hour"
msgstr "ora"
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
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 ""
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Totale utenti"
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
-msgstr "Riproduzione locale"
+#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Utenti connessi"
-#: ../../lib/ui.lib.php:799
-#, fuzzy
-msgid "Random Play"
-msgstr "Casuale"
+#: ../../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"
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Playlist"
+#: ../../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"
-#: ../../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"
+#: ../../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"
-#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79
-#: ../../ampache/templates/sidebar.inc.php:81
-msgid "Preferences"
-msgstr "Impostazioni"
+#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Dimensione catalogo"
-#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815
-#, fuzzy
-msgid "Admin-Catalog"
-msgstr "Aggiungi catalogo"
+#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Durata catalogo"
-#: ../../lib/ui.lib.php:819
+#: ../../admin/mail.php:260
#, fuzzy
-msgid "Admin-User Management"
-msgstr "Gestione utenti"
+msgid "E-mail Sent"
+msgstr "Gestione E-mail"
-#: ../../lib/ui.lib.php:823
-#, fuzzy
-msgid "Admin-Mail Users"
-msgstr "Posta utenti"
+#: ../../admin/mail.php:261
+msgid "Your E-mail was successfully sent."
+msgstr ""
-#: ../../lib/ui.lib.php:827
-#, fuzzy
-msgid "Admin-Manage Access Lists"
-msgstr "Liste accesso"
+#: ../../preferences.php:35 ../../preferences.php:60
+#: ../../lib/preferences.php:311
+msgid "Server"
+msgstr ""
-#: ../../lib/ui.lib.php:831
-#, fuzzy
-msgid "Admin-Site Preferences"
-msgstr "Impostazioni amministrazione"
+#: ../../preferences.php:86
+msgid "Error Update Failed"
+msgstr ""
-#: ../../lib/ui.lib.php:835
-msgid "Admin-Manage Modules"
+#: ../../preferences.php:91
+msgid "Your Account has been updated"
msgstr ""
-#: ../../lib/ui.lib.php:839
+#: ../../flag.php:45
#, 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"
+msgid "Item Flagged"
+msgstr "Marcata da"
-#: ../../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"
+#: ../../flag.php:45
+#, fuzzy
+msgid "The specified item has been flagged"
+msgstr "La playlist richiesta è stata cancellata"
-#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110
-#: ../../ampache/templates/sidebar.inc.php:112
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
#, fuzzy
-msgid "Statistics"
-msgstr "Statistiche catalogo"
+msgid "Catalogs"
+msgstr "Catalogo"
-#: ../../lib/ui.lib.php:1429
-msgid "Manage Users"
-msgstr "Gestione utenti"
+#: ../../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"
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
-msgstr "Aggiungi nuovo utente"
+#: ../../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"
-#: ../../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"
+#: ../../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"
-#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880
-msgid "English"
-msgstr "Inglese"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr ""
-#: ../../lib/general.lib.php:881
-msgid "British English"
-msgstr "Inglese britannico"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+#, fuzzy
+msgid "Clean"
+msgstr "Cancella informazioni"
-#: ../../lib/general.lib.php:887
-msgid "Turkish"
-msgstr "Turco"
+#: ../../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"
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
-msgstr "Cinese semplificato"
+#: ../../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"
-#: ../../lib/general.lib.php:966
-msgid "On"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../lib/general.lib.php:969
-msgid "Off"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
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 ""
+#: ../../templates/show_admin_tools.inc.php:68
+#, fuzzy
+msgid "No Catalogs Found"
+msgstr "Non è stato trovato alcun catalogo"
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "file"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+#, fuzzy
+msgid "Clean All"
+msgstr "Vuota tutti i cataloghi"
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
msgstr ""
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+#, fuzzy
+msgid "Add to All"
+msgstr "Aggiungi a"
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+#, fuzzy
+msgid "Update All"
+msgstr "Aggiornato"
-#: ../../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)."
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:21
+msgid "Other Tools"
msgstr ""
-#: ../../admin/catalog.php:62 ../../admin/catalog.php:82
-#: ../../admin/catalog.php:107 ../../admin/catalog.php:168
+#: ../../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 "Catalog Updated"
-msgstr "Aggiornamento catalogo terminato"
+msgid "Generate New Config"
+msgstr "Scrivi configurazione"
-#: ../../admin/catalog.php:119
+#: ../../templates/show_admin_tools.inc.php:93
#, fuzzy
-msgid "Catalog Deleted"
-msgstr "Dimensione catalogo"
+msgid "Preferences Permissions"
+msgstr "Impostazioni"
-#: ../../admin/catalog.php:119
-msgid "The Catalog and all associated records has been deleted"
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
msgstr ""
-#: ../../admin/catalog.php:128
-#, fuzzy
-msgid "Songs Removed"
-msgstr "Brani abilitati"
-
-#: ../../admin/catalog.php:131
-msgid "No Songs Removed"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
-#: ../../admin/catalog.php:134
+#: ../../templates/show_admin_tools.inc.php:96
#, fuzzy
-msgid "Disabled Songs Processed"
-msgstr "Mostra brani disabilitati"
+msgid "Check for New Version"
+msgstr "Controllo configurazione"
-#: ../../admin/catalog.php:155
-#, fuzzy
-msgid "Catalog Cleaned"
-msgstr "Pulizia catalogo terminata"
+#: ../../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"
-#: ../../admin/catalog.php:198
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:73
#, fuzzy
-msgid "Catalog Created"
-msgstr "Nome catalogo"
+msgid "Object"
+msgstr "Oggetto"
-#: ../../admin/catalog.php:199
-#, fuzzy
-msgid "Catalog Created and Songs Indexed"
-msgstr "Pulizia catalogo terminata"
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:75
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Marcatura"
-#: ../../admin/catalog.php:212
-#, fuzzy
-msgid "Catalog statistics cleared"
-msgstr "Statistiche catalogo"
+#: ../../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"
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
-msgstr "'In esecuzione ora' cancellato"
+#: ../../templates/show_flagged.inc.php:41
+#: ../../templates/show_flagged.inc.php:77
+msgid "Status"
+msgstr "Stato"
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
-msgstr "Tutti gli 'In esecuzione ora' sono stati cancellati"
+#: ../../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"
-#: ../../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?"
+#: ../../templates/show_flagged.inc.php:83
+msgid "Reject"
+msgstr "Rifiuta"
-#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76
-msgid "Clear Catalog Stats"
-msgstr "Azzera stato del catalogo"
+#: ../../templates/show_flagged.inc.php:84
+msgid "Approve"
+msgstr ""
-#: ../../admin/catalog.php:241
+#: ../../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 "No Disabled songs found"
-msgstr "Mostra brani disabilitati"
+msgid "Update"
+msgstr "Aggiornato"
-#: ../../admin/catalog.php:249
+#: ../../templates/show_flagged.inc.php:91
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
#, fuzzy
-msgid "Delete Catalog"
-msgstr "Aggiorna cataloghi"
+msgid "Show All"
+msgstr "Mostra tutto"
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
-msgstr "Vuoi veramente cancellare questo catalogo?"
+#: ../../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"
-#: ../../admin/catalog.php:261 ../../admin/catalog.php:264
-msgid "Album Art Search Finished"
-msgstr "Ricerca copertine terminata"
+#: ../../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"
-#: ../../admin/flag.php:97
-#, fuzzy
-msgid "Song Updated"
-msgstr "Voto aggiornato"
+#: ../../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"
-#: ../../admin/flag.php:97
-#, fuzzy
-msgid "The requested song has been updated"
-msgstr "I brani richiesti sono stati disabilitati"
+#: ../../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"
-#: ../../admin/flag.php:139
-#, fuzzy
-msgid "Album Updated"
-msgstr "Aggiornato"
+#: ../../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 ""
-#: ../../admin/flag.php:181
-#, fuzzy
-msgid "Artist Updated"
-msgstr "Playlist aggiornata"
+#: ../../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"
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Songs Updated"
-msgstr "Voto aggiornato"
+#: ../../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"
-#: ../../admin/flag.php:254
-#, fuzzy
-msgid "Flag Removed"
-msgstr "Modifica marcati"
+#: ../../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"
-#: ../../admin/flag.php:255
-msgid "Flag Removed from"
+#: ../../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."
-#: ../../admin/flag.php:270
-msgid "Flags Updated"
-msgstr ""
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
+msgstr "Crea account Amministratore"
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
-msgstr "Brani disabilitati"
+#: ../../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"
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
-msgstr "I brani richiesti sono stati disabilitati"
+#: ../../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"
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
-msgstr "Brani abilitati"
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
+msgstr "Crea account"
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
-msgstr "I brani richiesti sono stati abilitati"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Percorso"
-#: ../../admin/flag.php:305
-#, fuzzy
-msgid "Flagged Records"
-msgstr "Marcata da"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
+msgstr ""
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
-#, fuzzy
-msgid "Site"
-msgstr "Dimensione"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr ""
-#: ../../admin/access.php:42
-#, fuzzy
-msgid "Confirm Delete"
-msgstr "Voce cancellata"
+#: ../../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"
-#: ../../admin/access.php:43
-msgid "Do you really want to delete this Access Record?"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
msgstr ""
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
-msgstr "Voce cancellata"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
+msgstr ""
-#: ../../admin/access.php:49
-msgid "Your Access List Entry has been removed"
+#: ../../templates/show_song.inc.php:22
+msgid "Details"
msgstr ""
-#: ../../admin/access.php:54
-msgid "Entry Added"
-msgstr "Voce aggiunta"
+#: ../../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"
-#: ../../admin/access.php:54
-msgid "Your new Access List Entry has been created"
+#: ../../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 ""
-#: ../../admin/access.php:58
-#, fuzzy
-msgid "Entry Updated"
-msgstr "Voce aggiunta"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
+msgstr ""
-#: ../../admin/access.php:58
+#: ../../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 "Access List Entry updated"
-msgstr "Aggiungi voce a lista accessi"
-
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
-msgstr "Errore, E' necessario un nome utente"
+msgid "Song Title"
+msgstr "Titolo brano"
-#: ../../admin/users.php:68 ../../admin/users.php:108
-msgid "Error Passwords don't match"
-msgstr "Errore password non corrispondente"
+#: ../../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"
-#: ../../admin/users.php:120 ../../register.php:138
-msgid "Error Username already exists"
-msgstr "Errore, Nome utente giĂ  in uso"
+#: ../../templates/sidebar_browse.inc.php:15
+msgid "Radio Stations"
+msgstr ""
-#: ../../admin/users.php:142
-msgid "Deletion Request"
+#: ../../templates/sidebar_browse.inc.php:18
+msgid "Filters"
msgstr ""
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
-msgstr "Sei sicuro di volere cancellare permanentemente"
+#: ../../templates/sidebar_browse.inc.php:23
+msgid "Minimum Count"
+msgstr ""
-#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
-msgstr "No"
+#: ../../templates/sidebar_browse.inc.php:25
+msgid "Rated"
+msgstr ""
-#: ../../admin/users.php:150
-msgid "User Deleted"
-msgstr "Utente cancellato"
+#: ../../templates/sidebar_browse.inc.php:28
+msgid "Unplayed"
+msgstr ""
-#: ../../admin/users.php:153
-msgid "Delete Error"
-msgstr "Errore di cancellazione"
+#: ../../templates/sidebar_browse.inc.php:31
+msgid "Show Art"
+msgstr ""
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
-msgstr "Impossibile cancellare l' ultimo utente amministratore"
+#: ../../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 ""
-#: ../../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"
+#: ../../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"
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
-msgid "Total Users"
-msgstr "Totale utenti"
+#: ../../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"
-#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26
-msgid "Connected Users"
-msgstr "Utenti connessi"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+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 "Brani"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:102
+msgid "Last Seen"
+msgstr "Ultimo accesso"
-#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31
-msgid "Catalog Size"
-msgstr "Dimensione catalogo"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
+msgstr ""
-#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32
-msgid "Catalog Time"
-msgstr "Durata catalogo"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr ""
-#: ../../admin/mail.php:252
-#, fuzzy
-msgid "E-mail Sent"
-msgstr "Gestione E-mail"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr ""
-#: ../../admin/mail.php:253
-msgid "Your E-mail was successfully sent."
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../admin/modules.php:41
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
#, fuzzy
-msgid "Module Activated"
-msgstr "Utente attivato"
+msgid "Recently Played"
+msgstr "Meno ascoltati"
-#: ../../admin/modules.php:48
-#, fuzzy
-msgid "Are you sure you want to remove this module?"
-msgstr "Sei sicuro di volere cancellare questa playlist"
+#: ../../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"
-#: ../../admin/modules.php:56
-#, fuzzy
-msgid "Module Deactivated"
-msgstr "Utente attivato"
+#: ../../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"
-#: ../../admin/modules.php:72
-#, fuzzy
-msgid "Plugin Activated"
-msgstr "Utente attivato"
+#: ../../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"
-#: ../../admin/modules.php:79
-#, fuzzy
-msgid "Are you sure you want to remove this plugin?"
-msgstr "Sei sicuro di volere cancellare questa playlist"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr "Copertine"
-#: ../../admin/modules.php:95
-#, fuzzy
-msgid "Plugin Deactivated"
-msgstr "Utente attivato"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr ""
-#: ../../admin/system.php:120
-#, fuzzy
-msgid "Export Failed"
-msgstr "Errore Captcha fallito"
+#: ../../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"
@@ -1035,518 +1149,763 @@ 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_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 "Installazione Ampache"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302
+#, fuzzy
+msgid "Other"
+msgstr "altro"
-#: ../../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 ""
-"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_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 ""
-"Un server MySQL con nome utente e password che consentono di creare/"
-"modificare database"
-#: ../../templates/show_install_account.inc.php:47
+#: ../../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 ""
-"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"
+#: ../../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"
-msgstr "Passo 1 - Creazione ed inserimento del database Ampache"
+#: ../../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"
-msgstr "Passo 2 - Creazione del file ampache.cfg.php"
+#: ../../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: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_localplay_status.inc.php:51
+msgid "Volume"
+msgstr "Volume"
-#: ../../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 ""
-"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_localplay_status.inc.php:55
+#, fuzzy
+msgid "Repeat"
+msgstr "Rifiuta"
-#: ../../templates/show_install_account.inc.php:60
-msgid "Create Admin Account"
-msgstr "Crea account Amministratore"
+#: ../../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_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_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+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 "Password"
+#: ../../templates/show_disabled_songs.inc.php:65
+#, fuzzy
+msgid "Remove"
+msgstr "Remoto"
-#: ../../templates/show_install_account.inc.php:74
-msgid "Create Account"
-msgstr "Crea account"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:28
-#: ../../templates/sidebar.inc.php:104
-#: ../../ampache/templates/sidebar.inc.php:106
-msgid "Playlists"
-msgstr "Playlists"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Aggiungi voce"
-#: ../../templates/show_playlists.inc.php:33
-msgid "Playlist Name"
-msgstr "Nome playlist"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Indirizzo iniziale"
-#: ../../templates/show_playlists.inc.php:34
-msgid "# Songs"
-msgstr "N° Brani"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "Indirizzo finale"
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
-msgstr "Proprietario"
+#: ../../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_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_access_list.inc.php:48
+msgid "Key"
+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 "Visualizza"
+#: ../../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_playlists.inc.php:55
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_access_list.inc:67
-msgid "Edit"
-msgstr "Modifica"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:101
+msgid "Fullname"
+msgstr "Nome completo"
-#: ../../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_users.inc.php:41
+#: ../../templates/show_users.inc.php:103
+msgid "Registration Date"
+msgstr "Data registrazione"
-#: ../../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 "Casuale"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
+#, fuzzy
+msgid "Last Ip"
+msgstr "Ultimo accesso"
-#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
-msgstr "Scarica"
+#: ../../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_playlists.inc.php:75
+#: ../../templates/show_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
#, fuzzy
-msgid "No Playlists Found"
+msgid "Base Playlist"
msgstr "Nuova playlist"
-#: ../../templates/show_duplicates.inc.php:25
-msgid "Find Duplicates"
-msgstr "Trova duplicati"
+#: ../../templates/show_manage_democratic.inc.php:58
+msgid "Create New Playlist"
+msgstr "Crea nuova playlist"
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
-msgstr "Tipo di ricerca"
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_search.inc.php:91
+msgid "Rating"
+msgstr "Voto"
-#: ../../templates/show_duplicates.inc.php:36
-msgid "Artist and Title"
-msgstr "Artista e titolo"
+#: ../../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_duplicates.inc.php:37
-msgid "Artist, Album and Title"
-msgstr "Artista, album e titolo"
+#: ../../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_duplicates.inc.php:44
-msgid "Select Best Guess"
+#: ../../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_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
-msgstr "Si"
+#: ../../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_tv.inc.php:42
-msgid "Controls"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/show_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
-#, fuzzy
-msgid "Current Playlist"
-msgstr "Crea nuova playlist"
+#: ../../templates/show_edit_user.inc.php:23
+msgid "Editing existing User"
+msgstr "Modifica utente esistente"
-#: ../../templates/show_playlist_edit.inc.php:27
-#, fuzzy
-msgid "Editing Playlist"
-msgstr "Playlist"
+#: ../../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_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_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_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"
+#: ../../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_playlist_edit.inc.php:39
-msgid "Public"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:40
-msgid "Private"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Make Default"
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
+#: ../../templates/show_create_democratic.inc.php:39
+#: ../../templates/show_add_playlist.inc.php:42
#, fuzzy
-msgid "Update"
-msgstr "Aggiornato"
+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
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
-msgstr "Utenti"
+msgid "Browse"
+msgstr "Sfoglia"
#: ../../templates/sidebar.inc.php:29
-#: ../../ampache/templates/sidebar.inc.php:29
-msgid "Mail Users"
-msgstr "Posta utenti"
+#: ../../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:31
-#: ../../ampache/templates/sidebar.inc.php:31
+#: ../../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 "Config"
-msgstr "Scrivi configurazione"
+msgid "Current Playlist"
+msgstr "Crea nuova playlist"
+
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
+msgstr ""
-#: ../../templates/sidebar.inc.php:32
-#: ../../ampache/templates/sidebar.inc.php:32
-msgid "Access List"
-msgstr "Liste di accesso"
+#: ../../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/sidebar.inc.php:37
-#: ../../ampache/templates/sidebar.inc.php:37
+#: ../../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 "Song Title"
-msgstr "Titolo brano"
+msgid "Description"
+msgstr "descrizione"
-#: ../../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/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/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
-msgstr "Minuti"
+#: ../../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/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
-msgstr "Meno ascoltati"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+#, fuzzy
+msgid "Activate"
+msgstr "Utente attivato"
-#: ../../templates/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
-msgstr "Accoda"
+#: ../../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/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/sidebar.inc.php:189
-#: ../../ampache/templates/sidebar.inc.php:191
-msgid "Logout"
-msgstr "Uscita"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
+msgstr "Utente amministratore MySQL"
-#: ../../templates/show_admin_tools.inc.php:27
-#, fuzzy
-msgid "Catalogs"
-msgstr "Catalogo"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
+msgstr "Password amministratore MySQL"
-#: ../../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_install.inc.php:81
+msgid "Create Database User for New Database"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:42
-msgid "Add"
-msgstr "Aggiungi"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
+msgstr "Nome utente del database Ampache"
-#: ../../templates/show_admin_tools.inc.php:44
-msgid "Verify"
+#: ../../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_admin_tools.inc.php:46
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
+msgstr "Inserisci database"
+
+#: ../../templates/show_similar_artists.inc.php:23
#, fuzzy
-msgid "Clean"
-msgstr "Cancella informazioni"
+msgid "Similar Artists"
+msgstr "Tutti gli artisti"
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:57
-msgid "Gather Art"
-msgstr ""
+#: ../../templates/show_similar_artists.inc.php:66
+#, fuzzy
+msgid "Back"
+msgstr "Traccia"
-#: ../../templates/show_admin_tools.inc.php:65
+#: ../../templates/show_similar_artists.inc.php:77
#, fuzzy
-msgid "No Catalogs Found"
-msgstr "Non è stato trovato alcun catalogo"
+msgid "Rename selected"
+msgstr "Aggiorna selezione"
-#: ../../templates/show_admin_tools.inc.php:71
+#: ../../templates/show_similar_artists.inc.php:91
#, fuzzy
-msgid "Clean All"
-msgstr "Vuota tutti i cataloghi"
+msgid "Advanced Options"
+msgstr "Avanzato"
-#: ../../templates/show_admin_tools.inc.php:72
-msgid "Verify All"
+#: ../../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_admin_tools.inc.php:73
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "Aggiorna tags Id3"
+
+#: ../../templates/show_playlist.inc.php:30
#, fuzzy
-msgid "Add to All"
-msgstr "Aggiungi a"
+msgid "Normalize Tracks"
+msgstr "Tracce totali"
-#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_playlist.inc.php:31
+msgid "Play All"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:32
#, fuzzy
-msgid "Update All"
-msgstr "Aggiornato"
+msgid "Play Random"
+msgstr "Riproduzione casuale brani"
-#: ../../templates/show_admin_tools.inc.php:77
-#: ../../templates/show_add_catalog.inc.php:78
-msgid "Gather Album Art"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
-msgstr "Mostra brani duplicati"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
-msgstr "Cancella 'Ora in ascolto'"
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75
-#, fuzzy
-msgid "Generate New Config"
-msgstr "Scrivi configurazione"
+#: ../../templates/show_albums.inc.php:40
+#: ../../templates/show_albums.inc.php:61
+msgid "Cover"
+msgstr "Copertina"
-#: ../../templates/show_admin_tools.inc.php:86
+#: ../../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 "Preferences Permissions"
+msgid "Preference Administration"
msgstr "Impostazioni"
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
+#: ../../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_admin_tools.inc.php:88
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
#, fuzzy
-msgid "Check for New Version"
-msgstr "Controllo configurazione"
+msgid "minutes ago"
+msgstr "Minuti"
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
-msgstr "Album per"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "hours ago"
+msgstr "ore"
-#: ../../templates/show_artist_box.inc.php:33
-msgid "Show All Songs By"
-msgstr "Mostra tutti i brani di"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "days ago"
+msgstr "giorni"
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
-msgstr "Riproduci tutti i brani di"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Play Random Songs By"
-msgstr "Riproduci a caso i brani di"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
-msgstr "Aggiorna dai Tags"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "years ago"
+msgstr "anno"
-#: ../../templates/show_artist_box.inc.php:38
-msgid "Rename Artist"
-msgstr "Rinomina artista"
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:88
+msgid "Last Played"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:39
-#, fuzzy
-msgid "Find duplicate artists"
-msgstr "Trova duplicati"
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr "Cerca Ampache"
-#: ../../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_search.inc.php:30
+msgid "Keywords"
+msgstr "Parola chiave"
+
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
+msgstr "Ascoltato"
-#: ../../templates/show_user.inc.php:36
-msgid "Results Per Page"
-msgstr "Risultati per pagina"
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr "Si"
-#: ../../templates/show_user.inc.php:42
-#, fuzzy
-msgid "New Password"
-msgstr "Password"
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr "No"
-#: ../../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_search.inc.php:80
+msgid "Min Bitrate"
+msgstr "Bitrate min."
-#: ../../templates/show_user.inc.php:55
-msgid "Clear Stats"
-msgstr "Azzera stati"
+#: ../../templates/show_search.inc.php:95
+#, fuzzy
+msgid "One Star"
+msgstr "Proprietario"
-#: ../../templates/show_user.inc.php:65
+#: ../../templates/show_search.inc.php:96
#, fuzzy
-msgid "Update Account"
-msgstr "Crea account"
+msgid "Two Stars"
+msgstr "Totale utenti"
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../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_user_stats.inc.php:29
+#: ../../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 "Favorite Artists"
-msgstr "Tutti gli artisti"
+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_user_stats.inc.php:40
+#: ../../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 "Favorite Albums"
-msgstr "Tutti gli album"
+msgid "ACL Type"
+msgstr "tipo catalogo"
-#: ../../templates/show_user_stats.inc.php:51
+#: ../../templates/show_edit_access.inc.php:34
+#: ../../templates/show_add_access.inc.php:64
#, fuzzy
-msgid "Favorite Songs"
-msgstr "Totale brani"
+msgid "Stream Access"
+msgstr "Stream"
-#: ../../templates/show_tv_playlist.inc.php:31
-msgid "Playing from base Playlist"
+#: ../../templates/show_edit_access.inc.php:35
+#: ../../templates/show_add_access.inc.php:65
+msgid "Web Interface"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:44
-#, fuzzy
-msgid "Votes"
-msgstr "altro"
+#: ../../templates/show_edit_access.inc.php:36
+#: ../../templates/show_add_access.inc.php:66
+msgid "Local Network Definition"
+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 "Brano"
+#: ../../templates/show_edit_access.inc.php:37
+msgid "XML-RPC"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
-msgid "Preference"
-msgstr "Parametro"
+#: ../../templates/show_edit_access.inc.php:43
+#: ../../templates/show_add_access.inc.php:32
+msgid "Start IP Address"
+msgstr "Indirizzo IP iniziale"
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
-msgstr "Valore"
+#: ../../templates/show_edit_access.inc.php:49
+#: ../../templates/show_add_access.inc.php:38
+msgid "End IP Address"
+msgstr "Indirizzo IP finale"
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
-msgstr "Applica a tutti"
+#: ../../templates/show_edit_access.inc.php:62
+#: ../../templates/show_add_access.inc.php:75
+#, fuzzy
+msgid "Remote Key"
+msgstr "Remoto"
-#: ../../templates/show_preference_box.inc.php:51
-msgid "description"
-msgstr "descrizione"
+#: ../../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"
@@ -1564,11 +1923,6 @@ msgstr "Accetto"
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"
@@ -1577,118 +1931,76 @@ msgstr "Cancella informazioni"
msgid "Register User"
msgstr "Registra utente"
-#: ../../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 ""
-#: ../../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_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Ricordami"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../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_modules.inc.php:38
-#, fuzzy
-msgid "Localplay Modules"
-msgstr "Controllo riproduzione locale"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr ""
-#: ../../templates/show_modules.inc.php:41
-#, fuzzy
-msgid "Module Name"
-msgstr "Nome completo"
+#: ../../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_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_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_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-#, fuzzy
-msgid "Deactivate"
-msgstr "Utente attivato"
+#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
+msgstr "Genere piĂą popolare"
-#: ../../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_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:69
+msgid "Most Popular Songs"
+msgstr "Brani piĂą popolari"
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
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_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: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
+#: ../../templates/show_edit_album.inc.php:41
msgid "Flag for Retagging"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:89
+#: ../../templates/show_edit_song.inc.php:88
#, 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_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:537
+msgid "Genres"
+msgstr "Generi"
-#: ../../templates/show_import_playlist.inc.php:48
-msgid "Import Playlist"
-msgstr "Importa playlist"
-
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-msgstr "Visualizzazione..."
-
-#: ../../templates/show_mail_users.inc.php:25
+#: ../../templates/show_mail_users.inc.php:24
#, fuzzy
msgid "Send E-mail to Users"
msgstr "Posta utenti"
@@ -1697,250 +2009,300 @@ msgstr "Posta utenti"
msgid "Mail to"
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
+#: ../../templates/show_mail_users.inc.php:54
#, 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
+#: ../../templates/show_mail_users.inc.php:65
#, 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
+#: ../../templates/show_mail_users.inc.php:75
msgid "Flagged Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
+#: ../../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:85
+#: ../../templates/show_mail_users.inc.php:87
#, fuzzy
msgid "Most Popular Threshold in days"
msgstr "Brani piĂą popolari"
-#: ../../templates/show_mail_users.inc.php:96
+#: ../../templates/show_mail_users.inc.php:98
msgid "Subject"
msgstr "Oggetto"
-#: ../../templates/show_mail_users.inc.php:103
+#: ../../templates/show_mail_users.inc.php:105
msgid "Message"
msgstr "Messaggio"
-#: ../../templates/show_mail_users.inc.php:113
+#: ../../templates/show_mail_users.inc.php:114
msgid "Send Mail"
msgstr "Invia Mail"
-#: ../../templates/show_admin_info.inc.php:32
-msgid "Last Ten Flagged Records"
+#: ../../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_admin_info.inc.php:40
-#: ../../templates/show_flagged.inc.php:73
-#: ../../templates/show_ip_history.inc.php:28
-#, fuzzy
-msgid "Show All"
-msgstr "Mostra tutto"
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_preference_box.inc.php:61
+msgid "Catalog Manager"
+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"
+#: ../../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_tv_adminctl.inc.php:22
-#, fuzzy
-msgid "Admin Controls"
-msgstr "Sezioni amministratore"
+#: ../../templates/show_add_access.inc.php:72
+msgid "RPC Options"
+msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
+#: ../../templates/show_add_access.inc.php:82
#, fuzzy
-msgid "Base Playlist"
-msgstr "Nuova playlist"
+msgid "Create ACL"
+msgstr "Crea account"
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
-#, fuzzy
-msgid "Clear Playlist"
-msgstr "Nuova playlist"
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
+msgstr "Valore"
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
-msgstr "Continua"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Applica a tutti"
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
-msgstr "Annulla"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
-msgstr "Seleziona"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
+msgstr "descrizione"
-#: ../../templates/show_flagged.inc.php:28
+#: ../../templates/show_playlist_edit.inc.php:26
#, fuzzy
-msgid "Object"
-msgstr "Oggetto"
+msgid "Editing Playlist"
+msgstr "Playlist"
-#: ../../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_playlist_edit.inc.php:39
+msgid "Public"
+msgstr ""
-#: ../../templates/show_flagged.inc.php:31
-msgid "Status"
-msgstr "Stato"
+#: ../../templates/show_playlist_edit.inc.php:40
+msgid "Private"
+msgstr ""
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
-msgstr "Rifiuta"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
+msgstr "Trova duplicati"
-#: ../../templates/show_flagged.inc.php:64
-msgid "Approve"
-msgstr ""
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
+msgstr "Tipo di ricerca"
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Rinomina"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
+msgstr "Artista e titolo"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
+msgstr "Artista, album e titolo"
+
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "Aggiorna tags Id3"
+#: ../../templates/show_gather_art.inc.php:23
+#: ../../lib/class/catalog.class.php:972
+msgid "Starting Album Art Search"
+msgstr "Inizio ricerca copertine."
-#: ../../templates/show_all_recent.inc.php:25
-msgid "Newest Artist Additions"
-msgstr "Nuovi artisti aggiunti recentemente"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
+msgstr "Cercato"
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
-msgstr "Nuovi album aggiunti recentemente"
+#: ../../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_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
-msgstr ""
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Album per"
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
-msgstr "Personalizza ricerca"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Mostra tutti i brani di"
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
-msgstr "URL diretto all' immagine"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Play All Songs By"
+msgstr "Riproduci tutti i brani di"
+
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Play Random Songs By"
+msgstr "Riproduci a caso i brani di"
-#: ../../templates/show_get_albumart.inc.php:54
+#: ../../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:39
#, fuzzy
-msgid "Local Image"
-msgstr "Riproduzione locale"
+msgid "Find duplicate artists"
+msgstr "Trova duplicati"
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
-msgstr "Preleva copertina"
+#: ../../templates/show_artist_box.inc.php:42
+msgid "Recommend Similar"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
-msgstr "Azioni Playlist"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Riproduzione selezione casuale"
-#: ../../templates/show_playlist_box.inc.php:34
-#, fuzzy
-msgid "Edit Playlist"
-msgstr "Playlist"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Totale voci"
-#: ../../templates/show_playlist_box.inc.php:35
-#, fuzzy
-msgid "Normalize Tracks"
-msgstr "Tracce totali"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Da genere"
-#: ../../templates/show_playlist_box.inc.php:36
-#, fuzzy
-msgid "Play This Playlist"
-msgstr "Playlist"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
+msgstr "Standard"
-#: ../../templates/show_playlist_box.inc.php:37
-#, fuzzy
-msgid "Play Random"
-msgstr "Riproduzione casuale brani"
+#: ../../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_random.inc.php:53
+msgid "Full Artist"
+msgstr "Artista completo"
+
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
+msgstr "Minuti"
-#: ../../templates/show_playlist_box.inc.php:38
+#: ../../templates/show_random.inc.php:59
#, fuzzy
-msgid "Delete This Playlist"
-msgstr "Crea nuova playlist"
+msgid "From catalog"
+msgstr "da catalogo"
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
-msgstr "Importazione da file"
+#: ../../templates/show_random.inc.php:65
+msgid "Size Limit"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
-msgstr "Crea nuova playlist"
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
+msgstr "Accoda"
-#: ../../templates/show_playlist_box.inc.php:43
+#: ../../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/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
#, fuzzy
-msgid "Delete Empty Playlists"
-msgstr "Importa playlist"
+msgid "Modules"
+msgstr "Modo"
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
-msgstr "Genere piĂą popolare"
+#: ../../templates/sidebar_preferences.inc.php:34
+#, fuzzy
+msgid "Localplay Modules"
+msgstr "Controllo riproduzione locale"
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/sidebar_localplay.inc.php:13
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
-msgstr "Riproduci selezionati"
+#: ../../templates/sidebar_localplay.inc.php:14
+#: ../../templates/sidebar_home.inc.php:12
+msgid "Show Playlist"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
-msgstr "Scarica selezionati"
+#: ../../templates/sidebar_localplay.inc.php:18
+msgid "Active Instance"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
-msgstr "Imposta numero brano"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Localplay Disabled"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
-msgstr "Rimuovi brani selezionati"
+#: ../../templates/show_get_albumart.inc.php:23
+msgid "Customize Search"
+msgstr "Personalizza ricerca"
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
-msgstr "Aggiungi a"
+#: ../../templates/show_get_albumart.inc.php:44
+msgid "Direct URL to Image"
+msgstr "URL diretto all' immagine"
+
+#: ../../templates/show_get_albumart.inc.php:52
+#, fuzzy
+msgid "Local Image"
+msgstr "Riproduzione locale"
+
+#: ../../templates/show_get_albumart.inc.php:63
+msgid "Get Art"
+msgstr "Preleva copertina"
+
+#: ../../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
@@ -1948,71 +2310,71 @@ msgid "Settings for"
msgstr "Impostazioni per catalogo in"
#: ../../templates/show_edit_catalog.inc.php:29
-#: ../../templates/show_add_catalog.inc.php:38
+#: ../../templates/show_add_catalog.inc.php:35
msgid "Auto-inserted Fields"
msgstr "Inserimento automatico campi"
#: ../../templates/show_edit_catalog.inc.php:30
-#: ../../templates/show_add_catalog.inc.php:39
+#: ../../templates/show_add_catalog.inc.php:36
msgid "album name"
msgstr "nome album"
#: ../../templates/show_edit_catalog.inc.php:31
-#: ../../templates/show_add_catalog.inc.php:40
+#: ../../templates/show_add_catalog.inc.php:37
msgid "artist name"
msgstr "nome artista"
#: ../../templates/show_edit_catalog.inc.php:32
-#: ../../templates/show_add_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:38
msgid "id3 comment"
msgstr " commento id3"
#: ../../templates/show_edit_catalog.inc.php:33
-#: ../../templates/show_add_catalog.inc.php:42
+#: ../../templates/show_add_catalog.inc.php:39
msgid "genre"
msgstr "genere"
#: ../../templates/show_edit_catalog.inc.php:34
-#: ../../templates/show_add_catalog.inc.php:43
+#: ../../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_edit_catalog.inc.php:35
-#: ../../templates/show_add_catalog.inc.php:44
+#: ../../templates/show_add_catalog.inc.php:41
msgid "song title"
msgstr "tiolo brano"
#: ../../templates/show_edit_catalog.inc.php:36
-#: ../../templates/show_add_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:42
msgid "year"
msgstr "anno"
#: ../../templates/show_edit_catalog.inc.php:37
-#: ../../templates/show_add_catalog.inc.php:46
+#: ../../templates/show_add_catalog.inc.php:43
msgid "other"
msgstr "altro"
#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
+#: ../../templates/show_add_catalog.inc.php:52
msgid "Catalog Type"
msgstr "tipo catalogo"
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
+#: ../../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:50
+#: ../../templates/show_edit_catalog.inc.php:51
msgid "Filename pattern"
msgstr "Filtro nome file"
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../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:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../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 '/')"
@@ -2020,25 +2382,107 @@ msgstr "(non inizianti o terminanti per '/')"
msgid "Save Catalog Settings"
msgstr "Salva impostazioni catalogo"
-#: ../../templates/show_localplay_status.inc.php:52
-msgid "Volume"
-msgstr "Volume"
+#: ../../templates/show_democratic_playlist.inc.php:38
+msgid "Playing from base Playlist"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:56
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
#, fuzzy
-msgid "Repeat"
-msgstr "Rifiuta"
+msgid "Votes"
+msgstr "altro"
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "Crea nuova playlist"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
+msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
+msgstr ""
+
+#: ../../templates/show_edit_artist.inc.php:23
#, fuzzy
-msgid "Create"
-msgstr "Bitrate"
+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
+msgid "Play Selected"
+msgstr "Riproduci selezionati"
+
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
+msgstr "Scarica selezionati"
+
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
+msgstr "Imposta numero brano"
+
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
+msgstr "Rimuovi brani selezionati"
-#: ../../templates/show_add_catalog.inc.php:30
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
+msgstr "Aggiungi a"
+
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
+msgstr ""
+
+#: ../../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 "Data"
+
+#: ../../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)"
@@ -2047,1078 +2491,1151 @@ msgstr ""
"musica) o l' ULR ad una installazione remota di Ampache (ad es. http://"
"theotherampache.com)"
-#: ../../templates/show_add_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:32
msgid "Catalog Name"
msgstr "Nome catalogo"
-#: ../../templates/show_add_catalog.inc.php:51
-msgid "Path"
-msgstr "Percorso"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Locale"
-#: ../../templates/show_add_catalog.inc.php:59
+#: ../../templates/show_add_catalog.inc.php:56
msgid "Remote"
msgstr "Remoto"
-#: ../../templates/show_add_catalog.inc.php:65
+#: ../../templates/show_add_catalog.inc.php:62
msgid "Required for Remote Catalogs"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:68
+#: ../../templates/show_add_catalog.inc.php:65
msgid "Filename Pattern"
msgstr "Filtro nome file"
-#: ../../templates/show_add_catalog.inc.php:82
+#: ../../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:90
+#: ../../templates/show_add_catalog.inc.php:85
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_localplay.inc.php:32
+#: ../../templates/rightbar.inc.php:53
+#, fuzzy
+msgid "Clear Playlist"
+msgstr "Nuova playlist"
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
-msgstr "Modifica utente esistente"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
-msgstr "Livello accesso utente"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
-msgstr "Aggiungi utente"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
-msgstr "Aggiorna utente"
+#: ../../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 "Importazione playlist da file"
+
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Tipo playlist"
+
+#: ../../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_user_stats.inc.php:22
+msgid "Favorites"
+msgstr ""
+
+#: ../../templates/show_user_stats.inc.php:30
+#, fuzzy
+msgid "Favorite Artists"
+msgstr "Tutti gli artisti"
+
+#: ../../templates/show_user_stats.inc.php:43
+#, fuzzy
+msgid "Favorite Albums"
+msgstr "Tutti gli album"
+
+#: ../../templates/show_user_stats.inc.php:56
+#, fuzzy
+msgid "Favorite Songs"
+msgstr "Totale brani"
#: ../../templates/show_list_duplicates.inc.php:26
msgid "Duplicate Songs"
msgstr "Brani duplicati"
-#: ../../templates/show_list_duplicates.inc.php:34
+#: ../../templates/show_list_duplicates.inc.php:44
+#: ../../templates/show_list_duplicates.inc.php:89
msgid "Length"
msgstr "Durata"
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
+#: ../../templates/show_list_duplicates.inc.php:46
+#: ../../templates/show_list_duplicates.inc.php:91
msgid "Size"
msgstr "Dimensione"
-#: ../../templates/show_list_duplicates.inc.php:75
+#: ../../templates/show_list_duplicates.inc.php:96
#, fuzzy
msgid "Disable Songs"
msgstr "Mostra brani disabilitati"
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
+#: ../../templates/sidebar_home.inc.php:4
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:34
-msgid "Date"
-msgstr "Data"
-
-#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
#, fuzzy
-msgid "IP Address"
-msgstr "Indirizzo IP finale"
+msgid "Statistics"
+msgstr "Statistiche catalogo"
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/sidebar_home.inc.php:22
+msgid "Advanced"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
-#, fuzzy
-msgid "Preference Administration"
-msgstr "Impostazioni"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
+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 "Livello"
+#: ../../templates/sidebar_admin.inc.php:15
+msgid "Access Control"
+msgstr ""
-#: ../../templates/show_preference_admin.inc.php:37
-msgid "Guest"
+#: ../../templates/sidebar_admin.inc.php:17
+msgid "Add ACL"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-#, fuzzy
-msgid "Edit Album"
-msgstr "Album"
+#: ../../templates/sidebar_admin.inc.php:18
+msgid "Show ACL(s)"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
+#: ../../templates/show_clean_catalog.inc.php:23
#, fuzzy
-msgid "Update Album"
-msgstr "Riproduci album"
+msgid "Cleaning the"
+msgstr "Aggiornamento di"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
+msgstr "Controllo in corso"
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr "Avvio nuova ricerca brano in"
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr "catalogo"
+
+#: ../../templates/show_test.inc.php:33
+msgid ""
+"You've reached this page because a configuration error has occured. Debug "
+"Information below"
msgstr ""
+"Hai raggiunto questa pagina perché si è verificato un errore di "
+"configurazione. Seguono informazioni di debug"
-#: ../../templates/show_recently_played.inc.php:23
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
+msgstr "CONTROLLO"
+
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
+msgstr "STATO"
+
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
+msgstr "DESCRIZIONE"
+
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
+msgstr "Versione 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 ""
+"Questo verifica che stai usando una versione di PHP certamente funzionante "
+"con Ampache"
+
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
+msgstr "Mysql per 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 ""
+"Questo test verifica se le estensioni mysql per PHP sono caricate. Queste "
+"estensioni sono indispensabili per fare funzionare Ampache."
+
+#: ../../templates/show_test.inc.php:82
+msgid "PHP Session Support"
+msgstr "Supporto sessioni 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 ""
+"Questo test effettue dei controlli per assicurarsi che tu abbia il supporto "
+"per le sessioni PHP abilitato. Le sessioni sono necessarie ad Ampache per "
+"funzionare."
+
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
+msgstr "Supporto 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 ""
+
+#: ../../templates/show_test.inc.php:119
#, fuzzy
-msgid "minutes ago"
-msgstr "Minuti"
+msgid "PHP PCRE Support"
+msgstr "Supporto PHP ICONV"
-#: ../../templates/show_recently_played.inc.php:23
+#: ../../templates/show_test.inc.php:132
#, fuzzy
-msgid "hours ago"
-msgstr "ore"
+msgid ""
+"This test makes sure you have PCRE support compiled into your version of "
+"PHP, this is required for Ampache."
+msgstr ""
+"Questo test effettue dei controlli per assicurarsi che tu abbia il supporto "
+"per le sessioni PHP abilitato. Le sessioni sono necessarie ad Ampache per "
+"funzionare."
-#: ../../templates/show_recently_played.inc.php:23
+#: ../../templates/show_test.inc.php:136
#, fuzzy
-msgid "days ago"
-msgstr "giorni"
+msgid "PHP PutENV Support"
+msgstr "Supporto PHP ICONV"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
+#: ../../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_recently_played.inc.php:23
-msgid "months ago"
+#: ../../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_recently_played.inc.php:23
-#, fuzzy
-msgid "years ago"
-msgstr "anno"
+#: ../../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_recently_played.inc.php:26
-#, fuzzy
-msgid "Recently Played"
-msgstr "Meno ascoltati"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
+msgstr "Connessione DB"
-#: ../../templates/show_recently_played.inc.php:33
-msgid "Last Played"
+#: ../../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_edit_artist.inc.php:23
-#, fuzzy
-msgid "Edit Artist"
-msgstr "Artista"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
+msgstr ""
-#: ../../templates/show_random_albums.inc.php:23
-msgid "Albums of the Moment"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
msgstr ""
-#: ../../localplay.php:50 ../../localplay.php:58
-msgid "Song(s) Removed from Playlist"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
msgstr ""
-#: ../../localplay.php:77
-#, fuzzy
-msgid "Localplay Init Failed"
-msgstr "Controllo riproduzione locale"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Modifica"
-#: ../../browse.php:48 ../../albums.php:213
-msgid "Show Albums starting with"
-msgstr "Mostra album che iniziano per"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "impostazioni"
-#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252
-msgid "Show Artists starting with"
-msgstr "Mostra artisti che iniziano per"
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Aggiorna impostazioni"
-#: ../../browse.php:124
+#: ../../templates/show_account.inc.php:40
#, fuzzy
-msgid "Show Titles Starting With"
-msgstr "Mostra artisti che iniziano per"
+msgid "New Password"
+msgstr "Password"
-#: ../../search.php:47
-msgid "Error: No Keyword Entered"
-msgstr "Errore: Nessuna parola chiave inserita"
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Azzera stati"
-#: ../../ampache/templates/sidebar.inc.php:38
-msgid "Lists"
-msgstr "Liste"
+#: ../../templates/show_account.inc.php:64
+#, fuzzy
+msgid "Update Account"
+msgstr "Crea account"
-#: ../../ratings.php:33
-msgid "Rating Updated"
-msgstr "Voto aggiornato"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Precedente"
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
-msgstr "Il voto per questo oggetto è stato aggiornato"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr ""
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
msgstr ""
-#: ../../login.php:94
-msgid "Unable to create new account"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
msgstr ""
-#: ../../login.php:103
-msgid "No local account found"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
msgstr ""
-#: ../../login.php:176
-msgid "Message of the Day"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
msgstr ""
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
-msgstr "Errore: Password non corrispondente o vuota"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
+msgstr ""
-#: ../../preferences.php:61
-#, fuzzy
-msgid "Password Updated"
-msgstr "Playlist aggiornata"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
+msgstr ""
-#: ../../update.php:73
-#, fuzzy
-msgid "Ampache Update"
-msgstr "Ampache Debug"
+#: ../../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 ""
-#: ../../tv.php:62
-#, fuzzy
-msgid "Playlist Cleared"
-msgstr "Playlist creata."
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
+msgstr "Riproduci casualmente dall' album"
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
-msgstr "Inizio aggiornamento da Tags"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
+msgstr ""
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
-msgstr "Aggiornamento da Tags ultimato"
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
+msgstr "Trova copertina album"
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
-msgstr "Ritorna"
+#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
+msgstr ""
-#: ../../activate.php:43
+#: ../../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"
+
+#: ../../activate.php:42
msgid "No user with this name registered"
msgstr "Non c'è nessun utente registrato con questo nome"
-#: ../../activate.php:47
+#: ../../activate.php:46
msgid "The validation key used isn't correct."
msgstr "La chiave di validazione usata non è corretta"
-#: ../../activate.php:52
+#: ../../activate.php:51
msgid "User activated"
msgstr "Utente attivato"
-#: ../../activate.php:52
+#: ../../activate.php:51
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"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../playlist.php:57
+#: ../../democratic.php:80
#, fuzzy
-msgid "Confirm Action"
-msgstr "Conferma password"
-
-#: ../../playlist.php:117
-msgid "Playlist Created"
+msgid "Playlist Cleared"
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"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr ""
-#: ../../playlist.php:146
+#: ../../lib/class/flag.class.php:280
#, fuzzy
-msgid "has been updated and is now"
-msgstr "è stata aggiornata"
+msgid "Approved"
+msgstr "Spostato"
-#: ../../playlist.php:166
+#: ../../lib/class/flag.class.php:281
#, fuzzy
-msgid "Playlist Imported"
-msgstr "Playlist creata."
+msgid "Pending"
+msgstr "Aggiunta"
-#: ../../playlist.php:195
-#, fuzzy
-msgid "Empty Playlists Deleted"
-msgstr "Playlist cancellata"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
+msgstr ""
-#: ../../flag.php:46
-#, fuzzy
-msgid "Item Flagged"
-msgstr "Marcata da"
+#: ../../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"
-#: ../../flag.php:46
-#, fuzzy
-msgid "The specified item has been flagged"
-msgstr "La playlist richiesta è stata cancellata"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
+msgstr "Voto"
-#: ../../albums.php:48
-msgid "Album Art Cleared"
-msgstr "Copertina creata"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
+msgstr "Modo"
-#: ../../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"
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
+msgstr "Dimensione file"
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
-msgid "Album Art Not Located"
-msgstr "Copertina non rintracciata"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
+msgstr "Gestione utenti"
-#: ../../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."
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
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"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
+msgstr "Playlists"
-#: ../../register.php:81
-msgid "Error Captcha Required"
-msgstr "Errore Captcha richiesto"
+#: ../../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"
-#: ../../register.php:88
-msgid "Error Captcha Failed"
-msgstr "Errore Captcha fallito"
+#: ../../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"
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
-msgstr ""
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
+msgstr "Errore, impossibile leggere la dimensione del file"
-#: ../../register.php:100
-msgid "You did not enter a username"
-msgstr "Non hai inserito un nome utente"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
+msgstr "non è leggibile da ampache"
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr ""
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
+msgstr "Avvio costruzione catalogo"
-#: ../../register.php:130
-msgid "You must enter a password"
-msgstr "Devi inserire una password"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
+msgstr "Sincronizzazione remota in corso"
-#: ../../register.php:134
-msgid "Your passwords do not match"
-msgstr "Le passord non corrispondono"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
+msgstr "Aggiunta playlist da"
-#: ../../register.php:152
-msgid "Error: Insert Failed"
-msgstr "Errore: inserimento fallito"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
+msgstr "Catalogo terminato"
-#: ../../register.php:169
-msgid "Registration Complete"
-msgstr "Registrazione completata"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
+msgstr "Tempo impiegato"
-#: ../../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 ""
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
+msgstr "Totale brani"
-#: ../../bin/print_tags.php.inc:70
-msgid "Filename:"
-msgstr "Nome file:"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
+msgstr "Brani per secondo"
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
-msgstr "Errore: Impossibile scrivere su"
+#: ../../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"
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
+#: ../../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"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
-msgstr "Aggiunta"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
+msgstr "Errore connettendosi a"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
-msgstr "al database"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
+msgstr "Codice"
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
-msgstr "Cancellato"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
+msgstr "Motivazione"
-#: ../../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"
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
+msgstr "Terminato aggiornamento remoto catalogo(ghi)."
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
+#: ../../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 ""
-#: ../../templates/show_disabled_songs.inc:49
+#: ../../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 "Remove"
-msgstr "Remoto"
+msgid "Update Finished."
+msgstr "Aggiornamento catalogo terminato"
-#: ../../templates/list_header.inc:110
-msgid "Prev"
-msgstr "Precedente"
+#: ../../lib/class/catalog.class.php:1706
+#, fuzzy
+msgid "Checked"
+msgstr "Controllo in corso"
-#: ../../templates/list_header.inc:156
-msgid "Next"
-msgstr "Successivo"
+#: ../../lib/class/catalog.class.php:1706
+#, fuzzy
+msgid "songs updated."
+msgstr "è stata aggiornata"
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-msgid "You are currently logged in as"
-msgstr "Sei attualmente connesso come"
+#: ../../lib/class/localplay.class.php:647
+#, fuzzy
+msgid "Stopped"
+msgstr "Arresta"
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
+#: ../../lib/class/localplay.class.php:650
+#, fuzzy
+msgid "Paused"
+msgstr "Pausa"
+
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
-msgstr "Titolo brano"
+#: ../../lib/preferences.php:245
+msgid "Enable"
+msgstr "Abilitato"
-#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92
-msgid "Rating"
-msgstr "Voto"
+#: ../../lib/preferences.php:272
+msgid "M3U"
+msgstr "M3U"
-#: ../../templates/show_songs.inc:183
-msgid "Total"
-msgstr "Totale"
+#: ../../lib/preferences.php:273
+msgid "Simple M3U"
+msgstr "M3U semplice"
-#: ../../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"
+#: ../../lib/preferences.php:274
+msgid "PLS"
+msgstr "PLS"
-#: ../../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"
+#: ../../lib/preferences.php:275
+msgid "Asx"
+msgstr "Asx"
+
+#: ../../lib/preferences.php:276
+msgid "RAM"
+msgstr "RAM"
+
+#: ../../lib/preferences.php:277
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_install_config.inc:64
-msgid "Web Path"
-msgstr "Percorso Web"
+#: ../../lib/preferences.php:310
+#, fuzzy
+msgid "Disabled"
+msgstr "Disabilitato"
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
-msgstr "Nome del database desiderato"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
+msgstr ""
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
-msgstr "Server MySQL"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
+msgstr ""
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
-msgstr "Nome utente MySQL"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
+msgstr ""
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
-msgstr "Password MySQL"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
+msgstr ""
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
-msgstr "Scrivi configurazione"
+#: ../../lib/preferences.php:343
+msgid "Always"
+msgstr ""
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php esiste"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Non riprodurre"
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php Configurato?"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr ""
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
-msgstr "Controllo configurazione"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "E' ok"
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
-msgstr "Riproduci album"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr ""
-#: ../../templates/show_album.inc:56
-msgid "Play Random from Album"
-msgstr "Riproduci casualmente dall' album"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "lo adoro!"
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
msgstr ""
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
-msgstr "Trova copertina album"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr ""
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
-msgstr "Modifica"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
+msgstr "Inglese"
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
-msgstr "impostazioni"
+#: ../../lib/general.lib.php:496
+msgid "British English"
+msgstr "Inglese britannico"
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
-msgstr "Ricostruisci impostazioni"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
+msgstr "Turco"
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
+msgstr "Cinese semplificato"
+
+#: ../../lib/general.lib.php:580
+msgid "On"
msgstr ""
-#: ../../templates/show_preferences.inc:65
-#, fuzzy
-msgid "Streaming"
-msgstr "Stream"
+#: ../../lib/general.lib.php:583
+msgid "Off"
+msgstr ""
-#: ../../templates/show_preferences.inc:68
-#, fuzzy
-msgid "Options"
-msgstr "Azioni"
+#: ../../lib/ui.lib.php:92
+msgid "Error Access Denied"
+msgstr "Errore Accesso negato"
-#: ../../templates/show_preferences.inc:72
-msgid "Account"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
msgstr ""
-#: ../../templates/show_preferences.inc:76
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
+msgstr "Riproduzione locale"
+
+#: ../../lib/ui.lib.php:556
#, fuzzy
-msgid "System"
-msgstr "Stream"
+msgid "Random Play"
+msgstr "Casuale"
-#: ../../templates/show_preferences.inc:79
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
#, fuzzy
-msgid "Modules"
-msgstr "Modo"
+msgid "Admin-Catalog"
+msgstr "Aggiungi catalogo"
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
-msgstr "Aggiorna impostazioni"
+#: ../../lib/ui.lib.php:576
+#, fuzzy
+msgid "Admin-User Management"
+msgstr "Gestione utenti"
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
-msgstr "Riproduzione selezione casuale"
+#: ../../lib/ui.lib.php:580
+#, fuzzy
+msgid "Admin-Mail Users"
+msgstr "Posta utenti"
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
-msgstr "Totale voci"
+#: ../../lib/ui.lib.php:584
+#, fuzzy
+msgid "Admin-Manage Access Lists"
+msgstr "Liste accesso"
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
-msgstr "Da genere"
+#: ../../lib/ui.lib.php:588
+#, fuzzy
+msgid "Admin-Site Preferences"
+msgstr "Impostazioni amministrazione"
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
-msgstr "Standard"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
+msgstr ""
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
-msgstr "Tutti gli album"
+#: ../../lib/ui.lib.php:596
+#, fuzzy
+msgid "Browse Music"
+msgstr "Sfoglia"
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
-msgstr "Artista completo"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
+msgstr "Copertina creata"
-#: ../../templates/show_random_play.inc:61
+#: ../../albums.php:32
#, fuzzy
-msgid "From catalog"
-msgstr "da catalogo"
-
-#: ../../templates/show_random_play.inc:67
-msgid "Size Limit"
+msgid "Album Art information has been removed from the database"
msgstr ""
+"Le informazioni sulla copertina dell' album sono state rimosse dal database"
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
-msgstr "Illimitato"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
+msgstr "Copertina non rintracciata"
-#: ../../templates/show_install.inc:54
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+#, fuzzy
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"
+"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."
-#: ../../templates/show_install.inc:72
-msgid "MySQL Administrative Username"
-msgstr "Utente amministratore MySQL"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
+msgstr "Copertina inserita"
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
-msgstr "Password amministratore MySQL"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
+msgstr "Inizio aggiornamento da Tags"
-#: ../../templates/show_install.inc:80
-msgid "Create Database User for New Database"
+#: ../../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 ""
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
-msgstr "Nome utente del database Ampache"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
+msgstr ""
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
-msgstr "Password utente del database Ampache"
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
+msgstr ""
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
-msgstr "Inserisci database"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "file"
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
-msgstr "Aggiungi accesso ad un Host"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+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."
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
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"
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr ""
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
-msgstr "Indirizzo IP finale"
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
+msgstr ""
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
-#, fuzzy
-msgid "Read"
-msgstr "Casuale"
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
+msgstr ""
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
+#: ../../localplay.php:72 ../../localplay.php:80
+msgid "Song(s) Removed from Playlist"
msgstr ""
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
+#: ../../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 "ACL Type"
-msgstr "tipo catalogo"
+msgid "has been updated and is now"
+msgstr "è stata aggiornata"
-#: ../../templates/show_add_access.inc:67
+#: ../../playlist.php:101
#, fuzzy
-msgid "Stream Access"
-msgstr "Stream"
+msgid "Playlist Imported"
+msgstr "Playlist creata."
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
-msgstr ""
+#: ../../playlist.php:130
+#, fuzzy
+msgid "Empty Playlists Deleted"
+msgstr "Playlist cancellata"
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
msgstr ""
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
+#: ../../login.php:87
+msgid "Unable to create new account"
msgstr ""
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
+#: ../../login.php:96
+msgid "No local account found"
msgstr ""
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-#, fuzzy
-msgid "Remote Key"
-msgstr "Remoto"
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr "Errore: Nessuna parola chiave inserita"
-#: ../../templates/show_add_access.inc:87
-#, fuzzy
-msgid "Create ACL"
-msgstr "Crea account"
+#: ../../artists.php:186
+msgid "Show Artists starting with"
+msgstr "Mostra artisti che iniziano per"
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
+#: ../../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 ""
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
-msgstr "Aggiungi voce"
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
+msgstr "Nome file:"
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
-msgstr "Indirizzo iniziale"
+#~ msgid "Album Art Already Found"
+#~ msgstr "Copertina album giĂ  trovata"
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
-msgstr "Indirizzo finale"
+#~ msgid "Error: Name Identical"
+#~ msgstr "Errore: Nome identico"
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
-msgstr ""
+#~ msgid "Show Genres starting with"
+#~ msgstr "Mostra generi che iniziano per"
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
-msgstr "Rovoca"
+#~ msgid "No songs in this playlist."
+#~ msgstr "Non ci sono brani in questa playlist"
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
-msgstr "Nome completo"
+#~ msgid "New Playlist"
+#~ msgstr "Nuova playlist"
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
-msgstr "Ultimo accesso"
+#~ msgid "Show w/o art"
+#~ msgstr "Mostra senza immagini"
-#: ../../templates/show_users.inc:53
-msgid "Registration Date"
-msgstr "Data registrazione"
+#~ msgid "Show all"
+#~ msgstr "Mostra tutto"
-#: ../../templates/show_users.inc:57
-msgid "Activity"
-msgstr ""
+#~ msgid "Add a new user"
+#~ msgstr "Aggiungi nuovo utente"
-#: ../../templates/show_users.inc:61
#, fuzzy
-msgid "Last Ip"
-msgstr "Ultimo accesso"
+#~ msgid "Catalog Created and Songs Indexed"
+#~ msgstr "Pulizia catalogo terminata"
-#: ../../templates/show_users.inc:66
-msgid "On-line"
-msgstr "In linea"
+#~ msgid "Do you really want to clear the statistics for this catalog?"
+#~ msgstr "Vuoi veramente eliminare le statistiche di questo catalogo?"
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
-msgstr "Copertina"
+#, fuzzy
+#~ msgid "Site"
+#~ msgstr "Dimensione"
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
-msgstr "Nome album"
+#, fuzzy
+#~ msgid "Confirm Delete"
+#~ msgstr "Voce cancellata"
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
-msgstr "Anno album"
+#~ msgid "Entry Deleted"
+#~ msgstr "Voce cancellata"
+
+#~ msgid "Entry Added"
+#~ msgstr "Voce aggiunta"
-#: ../../templates/show_artist.inc:38
#, fuzzy
-msgid "Tracks"
-msgstr "Traccia"
+#~ msgid "Entry Updated"
+#~ msgstr "Voce aggiunta"
-#: ../../templates/show_edit_access.inc:23
#, fuzzy
-msgid "Edit Access List"
-msgstr "Liste di accesso"
+#~ msgid "Module Activated"
+#~ msgstr "Utente attivato"
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
-msgstr "Ampache Debug"
+#, fuzzy
+#~ msgid "Are you sure you want to remove this module?"
+#~ msgstr "Sei sicuro di volere cancellare questa playlist"
-#: ../../templates/show_test.inc:35
-msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
-msgstr ""
-"Hai raggiunto questa pagina perché si è verificato un errore di "
-"configurazione. Seguono informazioni di debug"
+#, fuzzy
+#~ msgid "Module Deactivated"
+#~ msgstr "Utente attivato"
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
-msgstr "CONTROLLO"
+#, fuzzy
+#~ msgid "No Playlists Found"
+#~ msgstr "Nuova playlist"
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
-msgstr "STATO"
+#~ msgid "Users"
+#~ msgstr "Utenti"
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
-msgstr "DESCRIZIONE"
+#~ msgid "Mail Users"
+#~ msgstr "Posta utenti"
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
-msgstr "Versione PHP"
+#, fuzzy
+#~ msgid "Config"
+#~ msgstr "Scrivi configurazione"
-#: ../../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 ""
-"Questo verifica che stai usando una versione di PHP certamente funzionante "
-"con Ampache"
+#~ msgid "Access List"
+#~ msgstr "Liste di accesso"
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
-msgstr "Mysql per PHP"
+#~ msgid "Rename Artist"
+#~ msgstr "Rinomina artista"
-#: ../../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 ""
-"Questo test verifica se le estensioni mysql per PHP sono caricate. Queste "
-"estensioni sono indispensabili per fare funzionare Ampache."
+#~ msgid "Results Per Page"
+#~ msgstr "Risultati per pagina"
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
-msgstr "Supporto sessioni PHP"
+#, fuzzy
+#~ msgid "Module Name"
+#~ msgstr "Nome completo"
-#: ../../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 ""
-"Questo test effettue dei controlli per assicurarsi che tu abbia il supporto "
-"per le sessioni PHP abilitato. Le sessioni sono necessarie ad Ampache per "
-"funzionare."
+#, fuzzy
+#~ msgid "Admin Controls"
+#~ msgstr "Sezioni amministratore"
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
-msgstr "Supporto PHP ICONV"
+#~ msgid "Newest Artist Additions"
+#~ msgstr "Nuovi artisti aggiunti recentemente"
-#: ../../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 ""
+#~ msgid "Newest Album Additions"
+#~ msgstr "Nuovi album aggiunti recentemente"
-#: ../../templates/show_test.inc:121
-#, fuzzy
-msgid "PHP PCRE Support"
-msgstr "Supporto PHP ICONV"
+#~ msgid "Playlist Actions"
+#~ msgstr "Azioni Playlist"
-#: ../../templates/show_test.inc:134
#, fuzzy
-msgid ""
-"This test makes sure you have PCRE support compiled into your version of "
-"PHP, this is required for Ampache."
-msgstr ""
-"Questo test effettue dei controlli per assicurarsi che tu abbia il supporto "
-"per le sessioni PHP abilitato. Le sessioni sono necessarie ad Ampache per "
-"funzionare."
+#~ msgid "Edit Playlist"
+#~ msgstr "Playlist"
-#: ../../templates/show_test.inc:138
#, fuzzy
-msgid "PHP PutENV Support"
-msgstr "Supporto PHP ICONV"
+#~ msgid "Play This Playlist"
+#~ msgstr "Playlist"
-#: ../../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 ""
+#, fuzzy
+#~ msgid "Delete This Playlist"
+#~ msgstr "Crea nuova playlist"
-#: ../../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 ""
+#~ msgid "Import From File"
+#~ msgstr "Importazione da file"
-#: ../../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 ""
+#, fuzzy
+#~ msgid "Delete Empty Playlists"
+#~ msgstr "Importa playlist"
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
-msgstr "Ampache.cfg.php aggiornato?"
+#, fuzzy
+#~ msgid "Localplay Init Failed"
+#~ msgstr "Controllo riproduzione locale"
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
-msgstr "In Ampache.cfg.php manca quanto segue:"
+#~ msgid "Show Albums starting with"
+#~ msgstr "Mostra album che iniziano per"
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
-msgstr "Connessione DB"
+#, fuzzy
+#~ msgid "Show Titles Starting With"
+#~ msgstr "Mostra artisti che iniziano per"
-#: ../../templates/show_test.inc:256
-msgid ""
-"This attempts to connect to your database using the values from your ampache."
-"cfg.php"
-msgstr ""
+#~ msgid "Lists"
+#~ msgstr "Liste"
-#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26
-msgid "Search Ampache"
-msgstr "Cerca Ampache"
+#~ msgid "Error: Password Does Not Match or Empty"
+#~ msgstr "Errore: Password non corrispondente o vuota"
-#: ../../templates/show_similar_artists.inc:23
#, fuzzy
-msgid "Similar Artists"
-msgstr "Tutti gli artisti"
+#~ msgid "Password Updated"
+#~ msgstr "Playlist aggiornata"
-#: ../../templates/show_similar_artists.inc:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr ""
+#~ msgid "Playlist Deleted"
+#~ msgstr "Playlist cancellata"
-#: ../../templates/show_similar_artists.inc:62
-#, fuzzy
-msgid "Back"
-msgstr "Traccia"
+#~ msgid "The Requested Playlist has been deleted"
+#~ msgstr "La playlist richiesta è stata cancellata"
-#: ../../templates/show_similar_artists.inc:73
-#, fuzzy
-msgid "Rename selected"
-msgstr "Aggiorna selezione"
+#~ msgid "Are you sure you want to delete this playlist"
+#~ msgstr "Sei sicuro di volere cancellare questa playlist"
-#: ../../templates/show_similar_artists.inc:83
#, fuzzy
-msgid "Advanced Options"
-msgstr "Avanzato"
+#~ msgid "Confirm Action"
+#~ msgstr "Conferma password"
-#: ../../templates/show_similar_artists.inc:144
-#, fuzzy
-msgid "Search Again"
-msgstr "Cerca Ampache"
+#~ msgid "Remote Selected Tracks"
+#~ msgstr "Brani selezionati da remoto"
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
-msgstr ""
+#~ msgid "Error: Unable to write to"
+#~ msgstr "Errore: Impossibile scrivere su"
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
-msgstr "Ricordami"
+#~ msgid "Adding"
+#~ msgstr "Aggiunta"
-#: ../../templates/show_login_form.inc:48
-msgid "Register"
-msgstr "Registra"
+#~ msgid "to database"
+#~ msgstr "al database"
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
-msgstr "Parola chiave"
+#~ msgid "Continue? (Y/N):"
+#~ msgstr "Continua? (Y/N):"
-#: ../../templates/show_search.inc:73
-msgid "Played"
-msgstr "Ascoltato"
+#~ msgid "Error: "
+#~ msgstr "Errore: "
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
-msgstr "Bitrate min."
+#~ msgid "!\n"
+#~ msgstr "!\n"
-#: ../../templates/show_search.inc:96
-#, fuzzy
-msgid "One Star"
-msgstr "Proprietario"
+#~ msgid "You are currently logged in as"
+#~ msgstr "Sei attualmente connesso come"
-#: ../../templates/show_search.inc:97
-#, fuzzy
-msgid "Two Stars"
-msgstr "Totale utenti"
+#~ msgid "Song title"
+#~ msgstr "Titolo brano"
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
-msgstr ""
+#~ msgid "Total"
+#~ msgstr "Totale"
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
-msgstr ""
+#~ msgid "Rebuild Preferences"
+#~ msgstr "Ricostruisci impostazioni"
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
-msgstr ""
+#, fuzzy
+#~ msgid "Streaming"
+#~ msgstr "Stream"
-#: ../../templates/show_search.inc:103
-msgid "Operator"
-msgstr "Operatore"
+#, fuzzy
+#~ msgid "Options"
+#~ msgstr "Azioni"
-#: ../../templates/show_search.inc:106
-msgid "AND"
-msgstr "E"
+#, fuzzy
+#~ msgid "System"
+#~ msgstr "Stream"
-#: ../../templates/show_search.inc:112
-msgid "Method"
-msgstr "Modo"
+#~ 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_search.inc:115
-msgid "Fuzzy"
-msgstr "Fuzzy"
+#~ msgid "Revoke"
+#~ msgstr "Rovoca"
-#: ../../templates/show_search.inc:116
-msgid "Exact"
-msgstr "Esatto"
+#~ msgid "Album Name"
+#~ msgstr "Nome album"
+
+#~ msgid "Album Year"
+#~ msgstr "Anno album"
-#: ../../templates/show_search.inc:119
#, fuzzy
-msgid "Maximum Results"
-msgstr "N° massimo risultati"
+#~ msgid "Tracks"
+#~ msgstr "Traccia"
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
-msgstr "Cancella formulario"
+#, fuzzy
+#~ msgid "Edit Access List"
+#~ msgstr "Liste di accesso"
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
-msgstr ""
+#~ 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:"
-#: ../../templates/show_search.inc:147
-msgid "Save"
-msgstr "Salva"
+#~ 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 <terence.theijn@gmail.com>\n"
"Language-Team: Dutch <terence.theijn@gmail.com>\n"
@@ -16,1043 +16,730 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:64 ../../download/index.php:61
-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"
-
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
-msgstr "Fout: Kan niet naar directory veranderen"
-
-#: ../../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"
-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"
+#: ../../register.php:82
+msgid "Error Captcha Required"
+msgstr "Fout: Verificatie Verplicht"
-#: ../../lib/class/catalog.class.php:1313
-msgid "files removed"
-msgstr "files verwijderd"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
+msgstr "Fout: Verificatie Niet Goed"
-#: ../../lib/class/catalog.class.php:1520
-msgid "Updating the"
-msgstr "Werk bij de"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
+msgstr "U <U>moet</U> de gebruikersovereenkomst accepteren"
-#: ../../lib/class/catalog.class.php:1521
-msgid "songs found checking tag information."
-msgstr "Liedje gevonden bezig met controleren van tag informatie"
+#: ../../register.php:101
+msgid "You did not enter a username"
+msgstr "U heeft geen gebruikersnaam opgegeven"
-#: ../../lib/class/catalog.class.php:1522
-msgid "Verifed"
-msgstr "Geverifieerd"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr "Vul uw voor- en achternaam in"
-#: ../../lib/class/catalog.class.php:1574
-msgid " FOUND"
-msgstr " GEVONDEN"
+#: ../../register.php:131
+msgid "You must enter a password"
+msgstr "U moet een paswoord opgeven"
-#: ../../lib/class/catalog.class.php:1576
-msgid "Searching for new Album Art"
-msgstr "Bezig met zoeken naar nieuwe album hoes"
+#: ../../register.php:135
+msgid "Your passwords do not match"
+msgstr "Uw opgegeven paswoorden komen niet overeen"
-#: ../../lib/class/catalog.class.php:1580
-msgid "Album Art Already Found"
-msgstr "Album hoes reeds gevonden"
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
+msgstr "Fout Gebruikersnaam bestaat al"
-#: ../../lib/class/catalog.class.php:1634
-#, fuzzy
-msgid "Update Finished."
-msgstr "Bijwerken Catalogus Gereed"
+#: ../../register.php:157
+msgid "Error: Insert Failed"
+msgstr "Fout: Gebruiker kon niet worden aangemaakt"
-#: ../../lib/class/catalog.class.php:1634
-#, fuzzy
-msgid "Checked"
-msgstr "Bezig met Controleren"
+#: ../../register.php:174
+msgid "Registration Complete"
+msgstr "Registratie Compleet"
-#: ../../lib/class/catalog.class.php:1634
+#: ../../update.php:51
#, fuzzy
-msgid "songs updated."
-msgstr "liedjes bijgewerkt."
+msgid "Ampache Update"
+msgstr "Ampache Bijwerken"
-#: ../../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"
+#: ../../play/index.php:72
+msgid "Session Expired: please log in again at"
+msgstr "Sessie Verlopen: log opnieuw in op"
-#: ../../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"
+#: ../../ratings.php:32
+msgid "Rating Updated"
+msgstr "Waardering Bijgewerkt"
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
-msgstr ""
+#: ../../ratings.php:32
+msgid "Your rating for this object has been updated"
+msgstr "Uw Waardeering voor dit object is bijgewerkt"
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
+#: ../../radio.php:50
+msgid "Radio Station Added"
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
+#: ../../admin/flag.php:97
#, fuzzy
-msgid "Approved"
-msgstr "Verplaatst"
+msgid "Song Updated"
+msgstr "Liedje Bijgewerkt"
-#: ../../lib/class/flag.class.php:265
+#: ../../admin/flag.php:97
#, 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"
+msgid "The requested song has been updated"
+msgstr "Het gevraagde liedje is bijgewerkt"
-#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59
+#: ../../admin/flag.php:139
#, 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"
+msgid "Album Updated"
+msgstr "Bijgewerkt"
-#: ../../lib/class/localplay.class.php:567
+#: ../../admin/flag.php:181
#, 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"
+msgid "Artist Updated"
+msgstr "Speellijst bijgewerkt"
-#: ../../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
+#: ../../admin/flag.php:246
#, 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 ""
+msgid "Songs Updated"
+msgstr "Liedje Bijgewerkt"
-#: ../../lib/preferences.php:326
+#: ../../admin/flag.php:254
#, 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"
+msgid "Flag Removed"
+msgstr "Markering verwijderd"
-#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48
-#: ../../ampache/templates/sidebar.inc.php:50
-msgid "Home"
-msgstr "Begin"
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
+msgstr "Markering verwijderd van"
-#: ../../lib/ui.lib.php:793
-msgid "Upload"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
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"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
+msgstr "Liedjes Gedeactiveerd"
-#: ../../lib/ui.lib.php:839
-#, fuzzy
-msgid "Browse Music"
-msgstr "Bladeren"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
+msgstr "De gevraagde liedjes zijn gedeactiveerd"
-#: ../../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 ""
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
+msgstr "Liedjes Geactiveerd"
-#: ../../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"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
+msgstr "De Gevraagde liedjes zijn geactiveerd"
-#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110
-#: ../../ampache/templates/sidebar.inc.php:112
+#: ../../admin/flag.php:305
#, 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."
+msgid "Flagged Records"
+msgstr "Gemarkeerd door"
-#: ../../admin/catalog.php:62 ../../admin/catalog.php:82
-#: ../../admin/catalog.php:107 ../../admin/catalog.php:168
+#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
+#: ../../admin/catalog.php:95 ../../admin/catalog.php:153
#, fuzzy
msgid "Catalog Updated"
msgstr "Bijwerken Catalogus Gereed"
-#: ../../admin/catalog.php:119
+#: ../../admin/catalog.php:106
#, 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:106
+msgid "The Catalog and all associated records have been deleted"
+msgstr ""
-#: ../../admin/catalog.php:128
+#: ../../admin/catalog.php:115
#, fuzzy
msgid "Songs Removed"
msgstr "Liedjes verwijderd"
-#: ../../admin/catalog.php:131
+#: ../../admin/catalog.php:118
msgid "No Songs Removed"
msgstr "Geen Liedjes Verwijderd"
-#: ../../admin/catalog.php:134
+#: ../../admin/catalog.php:121
#, fuzzy
msgid "Disabled Songs Processed"
msgstr "Laat gedeactiveerde Liedjes Zien"
-#: ../../admin/catalog.php:155
+#: ../../admin/catalog.php:141
#, fuzzy
msgid "Catalog Cleaned"
msgstr "Opschoning Catalogus Gereed"
-#: ../../admin/catalog.php:198
+#: ../../admin/catalog.php:191
#, 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
+#: ../../admin/catalog.php:208
#, fuzzy
msgid "Catalog statistics cleared"
msgstr "Catalogus Statistieken opgeschoond"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:223
msgid "Now Playing Cleared"
msgstr "Nu Speelt Opgeschoond"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:223
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
+#: ../../admin/catalog.php:233
#, fuzzy
msgid "No Disabled songs found"
msgstr "Geen Gedeactiveerde Liedjes gevonden"
-#: ../../admin/catalog.php:249
+#: ../../admin/catalog.php:242
#, fuzzy
msgid "Delete Catalog"
msgstr "Verwijder Catalogus"
-#: ../../admin/catalog.php:249
+#: ../../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 ../../admin/catalog.php:264
+#: ../../admin/catalog.php:261
msgid "Album Art Search Finished"
msgstr "Album Hoes Zoeken beeindigd"
-#: ../../admin/flag.php:97
-#, fuzzy
-msgid "Song Updated"
-msgstr "Liedje Bijgewerkt"
+#: ../../admin/users.php:51 ../../admin/users.php:95
+#: ../../lib/class/user.class.php:408
+msgid "Error Username Required"
+msgstr "Fout Gebruikersnaam Verplicht"
-#: ../../admin/flag.php:97
-#, fuzzy
-msgid "The requested song has been updated"
-msgstr "Het gevraagde liedje is bijgewerkt"
+#: ../../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/flag.php:139
-#, fuzzy
-msgid "Album Updated"
-msgstr "Bijgewerkt"
+#: ../../admin/users.php:79
+msgid "User Updated"
+msgstr ""
-#: ../../admin/flag.php:181
-#, fuzzy
-msgid "Artist Updated"
-msgstr "Speellijst bijgewerkt"
+#: ../../admin/users.php:79
+msgid "updated"
+msgstr ""
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Songs Updated"
-msgstr "Liedje Bijgewerkt"
+#: ../../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/flag.php:254
-#, fuzzy
-msgid "Flag Removed"
-msgstr "Markering verwijderd"
+#: ../../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/flag.php:255
-msgid "Flag Removed from"
-msgstr "Markering verwijderd van"
+#: ../../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/flag.php:270
-msgid "Flags Updated"
+#: ../../admin/users.php:119
+msgid "New User Added"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
-msgstr "Liedjes Gedeactiveerd"
+#: ../../admin/users.php:124
+msgid "User Enabled"
+msgstr ""
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
-msgstr "De gevraagde liedjes zijn gedeactiveerd"
+#: ../../admin/users.php:129
+msgid "User Disabled"
+msgstr ""
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
-msgstr "Liedjes Geactiveerd"
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
+msgstr "Fout"
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
-msgstr "De Gevraagde liedjes zijn geactiveerd"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
+msgstr ""
-#: ../../admin/flag.php:305
+#: ../../admin/users.php:154
+msgid "User Deleted"
+msgstr "Gebruiker Verwijderd"
+
+#: ../../admin/users.php:157
+msgid "Delete Error"
+msgstr "Verwijder Fout"
+
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
+msgstr "Kan de laatste admin gebruiker niet verwijderen"
+
+#: ../../admin/users.php:163
+msgid "Deletion Request"
+msgstr "Verwijder Verzoek"
+
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
+msgstr "Weet je zeker dat je dit permanent wilt verwijderem"
+
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
+msgstr ""
+
+#: ../../admin/modules.php:54 ../../admin/modules.php:92
#, fuzzy
-msgid "Flagged Records"
-msgstr "Gemarkeerd door"
+msgid "Are you sure you want to remove this plugin?"
+msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?"
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
#, fuzzy
-msgid "Site"
-msgstr "Grootte"
+msgid "Plugin Deactivated"
+msgstr "Module geactiveerd"
-#: ../../admin/access.php:42
+#: ../../admin/modules.php:85
#, fuzzy
-msgid "Confirm Delete"
-msgstr "Bevestig verwijdering"
+msgid "Plugin Activated"
+msgstr "Module geactiveerd"
-#: ../../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/modules.php:120
+msgid "Plugins"
+msgstr ""
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
-msgstr "Entry Verwijderd"
+#: ../../admin/modules.php:126
+msgid "Localplay Controllers"
+msgstr ""
+
+#: ../../admin/access.php:35
+msgid "Deleted"
+msgstr "Verwijderd"
-#: ../../admin/access.php:49
+#: ../../admin/access.php:35
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:40 ../../templates/show_song.inc.php:55
+#: ../../lib/class/catalog.class.php:1281
+msgid "Added"
+msgstr "Toegevoegd"
-#: ../../admin/access.php:54
+#: ../../admin/access.php:40
msgid "Your new Access List Entry has been created"
msgstr "Uw Nieuwe Toegangs Regel is gecreerd"
-#: ../../admin/access.php:58
-#, fuzzy
-msgid "Entry Updated"
-msgstr "Entry Toegevoegd"
+#: ../../admin/access.php:45 ../../preferences.php:90
+#: ../../lib/class/catalog.class.php:1020
+msgid "Updated"
+msgstr "Bijgewerkt"
-#: ../../admin/access.php:58
+#: ../../admin/access.php:45
#, fuzzy
msgid "Access List Entry updated"
msgstr "Uw Toegangs Regel is bijgewerkt"
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
-msgstr "Fout Gebruikersnaam Verplicht"
-
-#: ../../admin/users.php:68 ../../admin/users.php:108
-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/system.php:64
+#, fuzzy
+msgid "Export Failed"
+msgstr "Export Gefaalt"
-#: ../../admin/users.php:142
-msgid "Deletion Request"
-msgstr "Verwijder Verzoek"
+#: ../../admin/mail.php:90
+msgid "No Catalogs Found!"
+msgstr "Geen Catalogus Gevonden"
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
-msgstr "Weet je zeker dat je dit permanent wilt verwijderem"
+#: ../../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/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
-msgstr "Nee"
+#: ../../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/users.php:150
-msgid "User Deleted"
-msgstr "Gebruiker Verwijderd"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "day"
+msgstr "dag"
-#: ../../admin/users.php:153
-msgid "Delete Error"
-msgstr "Verwijder Fout"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "days"
+msgstr "dagen"
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
-msgstr "Kan de laatste admin gebruiker niet verwijderen"
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hour"
+msgstr "uur"
-#: ../../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/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hours"
+msgstr "uren"
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
msgid "Total Users"
msgstr "Gebruikers Totaal"
-#: ../../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 "Actieve Gebruikers"
-#: ../../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 "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: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 "Catalogus Grootte"
-#: ../../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 "Catalogus Tijd"
-#: ../../admin/mail.php:252
+#: ../../admin/mail.php:260
msgid "E-mail Sent"
msgstr "E-mail Verzonden"
-#: ../../admin/mail.php:253
+#: ../../admin/mail.php:261
msgid "Your E-mail was successfully sent."
msgstr "Uw E-mail is succesvol verzonden."
-#: ../../admin/modules.php:41
+#: ../../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 "Module Activated"
-msgstr "Module geactiveerd"
+msgid "Item Flagged"
+msgstr "Item Gemarkeerd"
-#: ../../admin/modules.php:48
+#: ../../flag.php:45
#, fuzzy
-msgid "Are you sure you want to remove this module?"
-msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?"
+msgid "The specified item has been flagged"
+msgstr "Het gevraagde item is gemaarkeerd"
-#: ../../admin/modules.php:56
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
#, fuzzy
-msgid "Module Deactivated"
-msgstr "Module geactiveerd"
+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"
-#: ../../admin/modules.php:72
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
#, fuzzy
-msgid "Plugin Activated"
-msgstr "Module geactiveerd"
+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"
-#: ../../admin/modules.php:79
+#: ../../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 "Are you sure you want to remove this plugin?"
-msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?"
+msgid "No Catalogs Found"
+msgstr "Geen Catalogus Gevonden"
-#: ../../admin/modules.php:95
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
#, fuzzy
-msgid "Plugin Deactivated"
-msgstr "Module geactiveerd"
+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"
-#: ../../admin/system.php:120
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
#, fuzzy
-msgid "Export Failed"
-msgstr "Export Gefaalt"
+msgid "Add to All"
+msgstr "Voeg Toe aan Alle"
-#: ../../templates/show_flag.inc.php:41
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
#, fuzzy
-msgid "Flag Song"
-msgstr "Markeer Liedje"
+msgid "Update All"
+msgstr "Werk Alle bij"
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
+#: ../../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 "File"
-msgstr "bestand"
+msgid "Generate New Config"
+msgstr "Schrijf Config"
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
+#: ../../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_flag.inc.php:53
-msgid "Reason to flag"
-msgstr "Reden van markering"
+#: ../../templates/show_admin_tools.inc.php:96
+#, fuzzy
+msgid "Check for New Version"
+msgstr "Check voor Nieuwe Versie"
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr "Incorrecte Tags"
+#: ../../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_flag.inc.php:70
-#: ../../templates/show_flagged.inc.php:30
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:75
+#: ../../templates/show_flag.inc.php:69
msgid "Flag"
msgstr "Markeer"
-#: ../../templates/show_install_account.inc.php:36
+#: ../../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:36
-#: ../../templates/show_install.inc: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:43
+#: ../../templates/show_install_account.inc.php:39
#: ../../templates/show_install_lang.inc.php:39
-#: ../../templates/show_install_config.inc:42
-#: ../../templates/show_install.inc:40
+#: ../../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 "
@@ -1062,17 +749,17 @@ msgstr ""
"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_account.inc.php:42
#: ../../templates/show_install_lang.inc.php:42
-#: ../../templates/show_install_config.inc:45
-#: ../../templates/show_install.inc:43
+#: ../../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:47
+#: ../../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"
@@ -1080,10 +767,10 @@ 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:49
+#: ../../templates/show_install_account.inc.php:45
#: ../../templates/show_install_lang.inc.php:46
-#: ../../templates/show_install_config.inc:48
-#: ../../templates/show_install.inc:47
+#: ../../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 "
@@ -1096,23 +783,23 @@ msgstr ""
"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
+#: ../../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:54
+#: ../../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:55
-#: ../../templates/show_install_config.inc:57
-#: ../../templates/show_install.inc:57
+#: ../../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:57
+#: ../../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"
@@ -1120,441 +807,1112 @@ 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
+#: ../../templates/show_install_account.inc.php:56
msgid "Create Admin Account"
msgstr "Maak een Beheer Account aan"
-#: ../../templates/show_install_account.inc.php:65
+#: ../../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_edit_user.inc.php:40
-#: ../../templates/show_recently_played.inc.php:29
-#: ../../templates/show_users.inc:43
+#: ../../templates/show_add_user.inc.php:29
msgid "Username"
msgstr "Gebruikersnaam"
-#: ../../templates/show_install_account.inc.php:69
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:52
#: ../../templates/show_user_registration.inc.php:126
-#: ../../templates/show_edit_user.inc.php:63
-#: ../../templates/show_login_form.inc:37
+#: ../../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:74
+#: ../../templates/show_install_account.inc.php:69
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_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Directory"
-#: ../../templates/show_playlists.inc.php:34
-msgid "# Songs"
-msgstr "# Liedjes"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
-msgstr "Eigenaar"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:36
+#: ../../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:54
+#: ../../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_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_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_playlists.inc.php:55
+#: ../../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_access_list.inc:67
+#: ../../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_playlists.inc.php:61
-#: ../../templates/show_tv_adminctl.inc.php:44
-#: ../../templates/show_random_play.inc:82
-msgid "Play"
-msgstr "Speel"
+#: ../../templates/show_flag.inc.php:41
+#, fuzzy
+msgid "Flag Song"
+msgstr "Markeer Liedje"
-#: ../../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 "Willekeurig"
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+#, fuzzy
+msgid "File"
+msgstr "bestand"
-#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
msgstr ""
-#: ../../templates/show_playlists.inc.php:75
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr "Reden van markering"
+
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
+msgstr "Incorrecte Tags"
+
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299
+msgid "Re-encode"
+msgstr "Opnieuw encoderen"
+
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302
#, fuzzy
-msgid "No Playlists Found"
-msgstr "Geen Speellijst Gevonden"
+msgid "Other"
+msgstr "anders"
-#: ../../templates/show_duplicates.inc.php:25
-msgid "Find Duplicates"
-msgstr "Zoek Dubbele"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
+msgstr "van"
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
-msgstr "Zoek Type"
+#: ../../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_duplicates.inc.php:36
-msgid "Artist and Title"
-msgstr "Artiest en Titel"
+#: ../../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_duplicates.inc.php:37
-msgid "Artist, Album and Title"
-msgstr "Artiest, Album en Titel"
+#: ../../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_duplicates.inc.php:44
-msgid "Select Best Guess"
+#: ../../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.php.dist file"
msgstr ""
+"Uw webserver leesrechten heeft op de files /sql/ampache.sql en de file /"
+"config/ampache.cfg.php.dist"
-#: ../../templates/show_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
-msgstr "Ja"
+#: ../../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 ""
+
+#: ../../templates/show_random_albums.inc.php:46
+#: ../../templates/show_album.inc.php:45
+msgid "Play Album"
+msgstr "Speel Album"
-#: ../../templates/show_tv.inc.php:42
-msgid "Controls"
-msgstr "Bedieningen"
+#: ../../templates/show_localplay_status.inc.php:51
+msgid "Volume"
+msgstr ""
-#: ../../templates/show_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
+#: ../../templates/show_localplay_status.inc.php:55
#, fuzzy
-msgid "Current Playlist"
-msgstr "Huidige Speellijst"
+msgid "Repeat"
+msgstr "Herhalen"
+
+#: ../../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_playlist_edit.inc.php:27
+#: ../../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 "Editing Playlist"
-msgstr "Bewerk Speellijst"
+msgid "Remove"
+msgstr "Verwijder"
-#: ../../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_access_list.inc.php:29
+msgid "Ampache Access Control"
+msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:36
+#: ../../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_random_play.inc:49
-#: ../../templates/show_access_list.inc:51
+#: ../../templates/show_playlist_edit.inc.php:36
+#: ../../templates/show_random.inc.php:47
msgid "Type"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:39
-msgid "Public"
-msgstr "Publiek"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:101
+msgid "Fullname"
+msgstr "Volledige Naam"
-#: ../../templates/show_playlist_edit.inc.php:40
-msgid "Private"
-msgstr "Prive"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:103
+msgid "Registration Date"
+msgstr "Registratie Datum"
-#: ../../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
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
#, fuzzy
-msgid "Update"
-msgstr "Bijwerken"
+msgid "Last Ip"
+msgstr "Laatste Ip Adres"
-#: ../../templates/sidebar.inc.php:28
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
-msgstr "Gebruikers"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:109
+msgid "On-line"
+msgstr "Actief"
-#: ../../templates/sidebar.inc.php:29
-#: ../../ampache/templates/sidebar.inc.php:29
-msgid "Mail Users"
-msgstr "Mail Gebruikers"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr ""
-#: ../../templates/sidebar.inc.php:31
-#: ../../ampache/templates/sidebar.inc.php:31
+#: ../../templates/show_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
#, fuzzy
-msgid "Config"
+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/sidebar.inc.php:32
-#: ../../ampache/templates/sidebar.inc.php:32
-msgid "Access List"
-msgstr "Toegangs Lijst"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr "Ampache.cfg.php Bestaat"
-#: ../../templates/sidebar.inc.php:37
-#: ../../ampache/templates/sidebar.inc.php:37
-#, fuzzy
-msgid "Song Title"
-msgstr "Naam Liedje"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Ampache.cfg.php Geconfigureerd?"
-#: ../../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/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "Check voor Config"
-#: ../../templates/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
-msgstr "Minuten"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
+msgstr ""
-#: ../../templates/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
-msgstr "Minst Gespeeld"
+#: ../../templates/show_edit_user.inc.php:23
+msgid "Editing existing User"
+msgstr "Bewerk bestaande Gebruiker"
-#: ../../templates/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
+#: ../../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/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
-msgstr "Bekijk Democratisch"
+#: ../../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:189
-#: ../../ampache/templates/sidebar.inc.php:191
+#: ../../templates/sidebar.inc.php:66
msgid "Logout"
msgstr "Uitloggen"
-#: ../../templates/show_admin_tools.inc.php:27
-#, fuzzy
-msgid "Catalogs"
-msgstr "Catalogus"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "Werk bij de"
-#: ../../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_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_admin_tools.inc.php:42
-msgid "Add"
-msgstr "Voeg Toe"
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
+msgstr "Liedje gevonden bezig met controleren van tag informatie"
-#: ../../templates/show_admin_tools.inc.php:44
-msgid "Verify"
-msgstr "Verifieer"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
+msgstr "Geverifieerd"
-#: ../../templates/show_admin_tools.inc.php:46
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_localplay_playlist.inc.php:22
+#: ../../templates/show_localplay.inc.php:43
#, fuzzy
-msgid "Clean"
-msgstr "Wis"
+msgid "Current Playlist"
+msgstr "Huidige Speellijst"
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:57
-msgid "Gather Art"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
+msgstr ""
+
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:65
+#: ../../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 "No Catalogs Found"
-msgstr "Geen Catalogus Gevonden"
+msgid "Description"
+msgstr "beschrijving"
-#: ../../templates/show_admin_tools.inc.php:71
+#: ../../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 "Clean All"
-msgstr "Schoon Alle"
+msgid "Version"
+msgstr "PHP Versie"
-#: ../../templates/show_admin_tools.inc.php:72
-msgid "Verify All"
-msgstr "Verifieer Alle"
+#: ../../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_admin_tools.inc.php:73
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
#, fuzzy
-msgid "Add to All"
-msgstr "Voeg Toe aan Alle"
+msgid "Activate"
+msgstr "Activeer"
-#: ../../templates/show_admin_tools.inc.php:74
-#, fuzzy
-msgid "Update All"
-msgstr "Werk Alle bij"
+#: ../../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_admin_tools.inc.php:77
-#: ../../templates/show_add_catalog.inc.php:78
-msgid "Gather Album Art"
-msgstr "Vergaar Albums Hoesjes"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
-msgstr "Andere Gereedschappen"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
+msgstr "MySQl Administratieve Gebruikersnaam"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
-msgstr "Laat dubbele liedjes zien"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
+msgstr "MySQl Administratieve Paswoord"
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
-msgstr "Leeg Nu Speelt"
+#: ../../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_admin_tools.inc.php:85 ../../templates/header.inc:75
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
+msgstr "Maak Database"
+
+#: ../../templates/show_similar_artists.inc.php:23
#, fuzzy
-msgid "Generate New Config"
-msgstr "Schrijf Config"
+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_admin_tools.inc.php:86
+#: ../../templates/show_similar_artists.inc.php:66
#, fuzzy
-msgid "Preferences Permissions"
-msgstr "Instellingen Permissies"
+msgid "Back"
+msgstr "Terug"
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
-msgstr "Exporteer naar Itunes DB"
+#: ../../templates/show_similar_artists.inc.php:77
+#, fuzzy
+msgid "Rename selected"
+msgstr "Hernoem Geselecteerde"
-#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/show_similar_artists.inc.php:91
#, fuzzy
-msgid "Check for New Version"
-msgstr "Check voor Nieuwe Versie"
+msgid "Advanced Options"
+msgstr "Geavanceerde Opties"
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
-msgstr "Albums bij"
+#: ../../templates/show_similar_artists.inc.php:152
+#, fuzzy
+msgid "Search Again"
+msgstr "Doorzoek Opnieuw"
-#: ../../templates/show_artist_box.inc.php:33
-msgid "Show All Songs By"
-msgstr "Alle Liedjes van"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
+msgstr "Maak een nieuwe speellijst aan"
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
-msgstr "Speel Alle Liedjes van"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
+msgstr "Hernoem"
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Play Random Songs By"
-msgstr "Speel Willekeurige Liedjes van"
+#: ../../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_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
-msgstr "Werk bij via tags"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr "Voeg Huidige Toe"
-#: ../../templates/show_artist_box.inc.php:38
-msgid "Rename Artist"
-msgstr "Hernoem Artiest"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "Werk id3 tags bij"
-#: ../../templates/show_artist_box.inc.php:39
+#: ../../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 "Find duplicate artists"
-msgstr "Zoek Dubbele Artiesten"
+msgid "Play Random"
+msgstr "Speel Willekeurige Liedjes"
-#: ../../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_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
msgstr ""
-#: ../../templates/show_user.inc.php:36
-msgid "Results Per Page"
-msgstr "Resultaten Per Pagina"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
+msgstr ""
-#: ../../templates/show_user.inc.php:42
+#: ../../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 "New Password"
-msgstr "Nieuwe Paswoord"
+msgid "Preference Administration"
+msgstr "Beheer Instellingen"
-#: ../../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_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_user.inc.php:55
-msgid "Clear Stats"
-msgstr "Maak Stats Leeg"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr "seconden geleden"
-#: ../../templates/show_user.inc.php:65
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
#, fuzzy
-msgid "Update Account"
-msgstr "Maak Account aan"
+msgid "minutes ago"
+msgstr "minuten geleden"
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
-msgstr "Favorieten"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "hours ago"
+msgstr "uren geleden"
-#: ../../templates/show_user_stats.inc.php:29
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
#, fuzzy
-msgid "Favorite Artists"
-msgstr "Favorieten"
+msgid "days ago"
+msgstr "dagen geleden"
-#: ../../templates/show_user_stats.inc.php:40
+#: ../../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 "Favorite Albums"
-msgstr "Favorieten"
+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_user_stats.inc.php:51
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:95
#, fuzzy
-msgid "Favorite Songs"
-msgstr "Favorieten"
+msgid "One Star"
+msgstr "Een Ster"
-#: ../../templates/show_tv_playlist.inc.php:31
+#: ../../templates/show_search.inc.php:96
#, fuzzy
-msgid "Playing from base Playlist"
-msgstr "Speel van Basis Speellijst"
+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_tv_playlist.inc.php:44
+#: ../../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 "Votes"
-msgstr "Stemmen"
+msgid "ACL Type"
+msgstr "Toegangs Type"
-#: ../../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_edit_access.inc.php:34
+#: ../../templates/show_add_access.inc.php:64
+#, fuzzy
+msgid "Stream Access"
+msgstr "Stream Toegang"
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
-msgid "Preference"
-msgstr "Instelling"
+#: ../../templates/show_edit_access.inc.php:35
+#: ../../templates/show_add_access.inc.php:65
+msgid "Web Interface"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
-msgstr "Waarde"
+#: ../../templates/show_edit_access.inc.php:36
+#: ../../templates/show_add_access.inc.php:66
+msgid "Local Network Definition"
+msgstr "Lokale Netwerk Defenitie"
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
-msgstr "Pas toe op iedereen"
+#: ../../templates/show_edit_access.inc.php:37
+msgid "XML-RPC"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:51
-msgid "description"
-msgstr "beschrijving"
+#: ../../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"
@@ -1572,11 +1930,6 @@ msgstr "Ik ben Akkoord"
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"
@@ -1585,120 +1938,76 @@ msgstr "Wis Formulier"
msgid "Register User"
msgstr "Registreer Gebruiker"
-#: ../../templates/show_install_lang.inc.php:37
-#: ../../templates/show_install.inc:38
-msgid "Requirements"
-msgstr "Vereisten"
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+msgid "Login"
+msgstr "Inloggen"
-#: ../../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 ""
-"Uw webserver leesrechten heeft op de files /sql/ampache.sql en de file /"
-"config/ampache.cfg.php.dist"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Onthoud mij"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
-msgstr "Start Configuratie"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "Registreer"
-#: ../../templates/show_modules.inc.php:38
-#, fuzzy
-msgid "Localplay Modules"
-msgstr "Lokaal Afspelen"
+#: ../../templates/show_login_form.inc.php:87
+msgid "Message of the Day"
+msgstr "Bericht van de Dag"
-#: ../../templates/show_modules.inc.php:41
-#, fuzzy
-msgid "Module Name"
-msgstr "Module Naam"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr ""
-#: ../../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_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_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-#, fuzzy
-msgid "Deactivate"
-msgstr "Deactiveer"
+#: ../../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_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_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
+msgstr "Meest Populaire Genres"
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
-msgstr "Aanwezige Plugins"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:69
+msgid "Most Popular Songs"
+msgstr "Meest Populaire Nummers"
-#: ../../templates/show_modules.inc.php:73
-#, fuzzy
-msgid "Description"
-msgstr "beschrijving"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
+msgstr ""
-#: ../../templates/show_modules.inc.php:74
-#, fuzzy
-msgid "Version"
-msgstr "PHP Versie"
+#: ../../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: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
+#: ../../templates/show_edit_album.inc.php:41
msgid "Flag for Retagging"
msgstr "Markeer voor opnieuw Taggen"
-#: ../../templates/show_edit_song.inc.php:89
+#: ../../templates/show_edit_song.inc.php:88
#, 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_genre.inc.php:29
-msgid "Viewing"
-msgstr "Bekijken"
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:537
+msgid "Genres"
+msgstr ""
-#: ../../templates/show_mail_users.inc.php:25
+#: ../../templates/show_mail_users.inc.php:24
#, fuzzy
msgid "Send E-mail to Users"
msgstr "Mail Gebruikers"
@@ -1707,246 +2016,300 @@ msgstr "Mail Gebruikers"
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
+#: ../../templates/show_mail_users.inc.php:54
#, 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
+#: ../../templates/show_mail_users.inc.php:65
#, 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
+#: ../../templates/show_mail_users.inc.php:75
msgid "Flagged Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
+#: ../../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:85
+#: ../../templates/show_mail_users.inc.php:87
#, fuzzy
msgid "Most Popular Threshold in days"
msgstr "Meest Populaire Nummers"
-#: ../../templates/show_mail_users.inc.php:96
+#: ../../templates/show_mail_users.inc.php:98
msgid "Subject"
msgstr "Onderwerp"
-#: ../../templates/show_mail_users.inc.php:103
+#: ../../templates/show_mail_users.inc.php:105
msgid "Message"
msgstr "Bericht"
-#: ../../templates/show_mail_users.inc.php:113
+#: ../../templates/show_mail_users.inc.php:114
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_add_user.inc.php:23
+msgid "Adding a New User"
+msgstr "Nieuwe gebruiker toevoegen"
-#: ../../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_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:60
+msgid "Content Manager"
+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 "van"
+#: ../../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_tv_adminctl.inc.php:22
-msgid "Admin Controls"
-msgstr "Beheer Bediening"
+#: ../../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_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
+#: ../../templates/show_add_access.inc.php:82
#, fuzzy
-msgid "Base Playlist"
-msgstr "Basis Speellijst"
+msgid "Create ACL"
+msgstr "Maak Toegangs Entry aan"
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
+#: ../../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 "Clear Playlist"
-msgstr "Maak Speellijst Leeg"
+msgid "Editing Playlist"
+msgstr "Bewerk Speellijst"
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
-msgstr "Ga Verder"
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "Publiek"
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
-msgstr "Annuleer"
+#: ../../templates/show_playlist_edit.inc.php:40
+msgid "Private"
+msgstr "Prive"
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
-msgstr "Selecteer"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
+msgstr "Zoek Dubbele"
-#: ../../templates/show_flagged.inc.php:28
-msgid "Object"
-msgstr ""
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
+msgstr "Zoek Type"
-#: ../../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_duplicates.inc.php:36
+msgid "Artist and Title"
+msgstr "Artiest en Titel"
-#: ../../templates/show_flagged.inc.php:31
-msgid "Status"
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
+msgstr "Artiest, Album en Titel"
+
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
msgstr ""
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
-msgstr "Wijgeren"
+#: ../../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_flagged.inc.php:64
-msgid "Approve"
-msgstr "Goedkeuren"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
+msgstr "Doorzocht"
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Hernoem"
+#: ../../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 "Nee"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr "Voeg Huidige Toe"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Albums bij"
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "Werk id3 tags bij"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Alle Liedjes van"
-#: ../../templates/show_all_recent.inc.php:25
-msgid "Newest Artist Additions"
-msgstr "Laatste Toegevoegde Artiesten"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Play All Songs By"
+msgstr "Speel Alle Liedjes van"
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
-msgstr "Laatste Toegevoegde Albums"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Play Random Songs By"
+msgstr "Speel Willekeurige Liedjes van"
+
+#: ../../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:39
+#, fuzzy
+msgid "Find duplicate artists"
+msgstr "Zoek Dubbele Artiesten"
-#: ../../templates/show_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
+#: ../../templates/show_artist_box.inc.php:42
+msgid "Recommend Similar"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
-msgstr "Pas Zoekopdracht aan"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Speel Willekeurige Selectie"
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
-msgstr "Directe URL naar Hoesje"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Item aantal"
-#: ../../templates/show_get_albumart.inc.php:54
-#, fuzzy
-msgid "Local Image"
-msgstr "Lokaal Hoesje"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Van Genre"
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
-msgstr "Haal Hoesje op"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
+msgstr "Standaard"
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
-msgstr "Speellijst Actie"
+#: ../../templates/show_random.inc.php:51
+msgid "Less Played"
+msgstr "Minst Gespeeld"
-#: ../../templates/show_playlist_box.inc.php:34
-#, fuzzy
-msgid "Edit Playlist"
-msgstr "Bewerk Speellijst"
+#: ../../templates/show_random.inc.php:52
+msgid "Full Albums"
+msgstr "Volledige Albums"
-#: ../../templates/show_playlist_box.inc.php:35
-msgid "Normalize Tracks"
-msgstr "Normalizeer Nummers"
+#: ../../templates/show_random.inc.php:53
+msgid "Full Artist"
+msgstr "Volledige Artiest"
-#: ../../templates/show_playlist_box.inc.php:36
-msgid "Play This Playlist"
-msgstr "Speel deze Speellijst"
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
+msgstr "Minuten"
-#: ../../templates/show_playlist_box.inc.php:37
+#: ../../templates/show_random.inc.php:59
#, fuzzy
-msgid "Play Random"
-msgstr "Speel Willekeurige Liedjes"
+msgid "From catalog"
+msgstr "Uit catalogus"
+
+#: ../../templates/show_random.inc.php:65
+msgid "Size Limit"
+msgstr "Grootte Limiet"
+
+#: ../../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 "Nu Speelt"
-#: ../../templates/show_playlist_box.inc.php:38
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr "Bekijken"
+
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
+msgstr ""
+
+#: ../../templates/sidebar_preferences.inc.php:18
#, fuzzy
-msgid "Delete This Playlist"
-msgstr "Verwijder deze Speellijst"
+msgid "Account"
+msgstr "Maak Account aan"
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
-msgstr "Importeer vanuit Bestand"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
-msgstr "Maak Nieuwe Speellijst aan"
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:43
+#: ../../templates/sidebar_preferences.inc.php:34
#, fuzzy
-msgid "Delete Empty Playlists"
-msgstr "Verwijder Lege Speellijst"
+msgid "Localplay Modules"
+msgstr "Lokaal Afspelen"
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
-msgstr "Meest Populaire Genres"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr "Aanwezige Plugins"
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/sidebar_localplay.inc.php:13
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/sidebar_localplay.inc.php:14
+#: ../../templates/sidebar_home.inc.php:12
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
-msgstr "Speel Geselecteerde"
+#: ../../templates/sidebar_localplay.inc.php:18
+msgid "Active Instance"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
-msgstr "Download Geselecteerde"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Localplay Disabled"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
-msgstr "Wijzig Nummers"
+#: ../../templates/show_get_albumart.inc.php:23
+msgid "Customize Search"
+msgstr "Pas Zoekopdracht aan"
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
-msgstr "Verwijder Geselecteerd Nummers"
+#: ../../templates/show_get_albumart.inc.php:44
+msgid "Direct URL to Image"
+msgstr "Directe URL naar Hoesje"
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
-msgstr "Voeg Toe"
+#: ../../templates/show_get_albumart.inc.php:52
+#, fuzzy
+msgid "Local Image"
+msgstr "Lokaal Hoesje"
+
+#: ../../templates/show_get_albumart.inc.php:63
+msgid "Get Art"
+msgstr "Haal Hoesje op"
+
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr ""
#: ../../templates/show_edit_catalog.inc.php:22
#, fuzzy
@@ -1954,71 +2317,71 @@ msgid "Settings for"
msgstr "Instelling voor catalogus in"
#: ../../templates/show_edit_catalog.inc.php:29
-#: ../../templates/show_add_catalog.inc.php:38
+#: ../../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:39
+#: ../../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:40
+#: ../../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:41
+#: ../../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:42
+#: ../../templates/show_add_catalog.inc.php:39
msgid "genre"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:34
-#: ../../templates/show_add_catalog.inc.php:43
+#: ../../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:44
+#: ../../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:45
+#: ../../templates/show_add_catalog.inc.php:42
msgid "year"
msgstr "jaar"
#: ../../templates/show_edit_catalog.inc.php:37
-#: ../../templates/show_add_catalog.inc.php:46
+#: ../../templates/show_add_catalog.inc.php:43
msgid "other"
msgstr "anders"
#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
+#: ../../templates/show_add_catalog.inc.php:52
msgid "Catalog Type"
msgstr "Catalogus Type"
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
+#: ../../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:50
+#: ../../templates/show_edit_catalog.inc.php:51
msgid "Filename pattern"
msgstr "Bestandsnaam patroon"
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../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:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../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 '/')"
@@ -2026,25 +2389,108 @@ msgstr "(niet beginnen of eindigen met een '/')"
msgid "Save Catalog Settings"
msgstr "Sla Catalogus instellingen op"
-#: ../../templates/show_localplay_status.inc.php:52
-msgid "Volume"
+#: ../../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_localplay_status.inc.php:56
+#: ../../templates/show_edit_album.inc.php:23
#, fuzzy
-msgid "Repeat"
-msgstr "Herhalen"
+msgid "Edit Album"
+msgstr "Bewerk Album"
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "Maak een nieuwe speellijst aan"
+#: ../../templates/show_edit_album.inc.php:47
+#, fuzzy
+msgid "Update Album"
+msgstr "Werk Alle bij"
-#: ../../templates/show_add_playlist.inc.php:42
+#: ../../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 "Create"
-msgstr "Creeer"
+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
+msgid "Play Selected"
+msgstr "Speel Geselecteerde"
+
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
+msgstr "Download Geselecteerde"
+
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
+msgstr "Wijzig Nummers"
+
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
+msgstr "Verwijder Geselecteerd Nummers"
-#: ../../templates/show_add_catalog.inc.php:30
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
+msgstr "Voeg Toe"
+
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
+msgstr "IP Geschiedenis"
+
+#: ../../templates/show_ip_history.inc.php:26
+msgid "Show Unique"
+msgstr "Laat Unieke zien"
+
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
+msgstr "Datum"
+
+#: ../../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)"
@@ -2053,1089 +2499,1193 @@ msgstr ""
"of deurl naar een remote Ampache installatie (bijv. http://eenandervoorbeeld."
"com) op"
-#: ../../templates/show_add_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:32
msgid "Catalog Name"
msgstr "Catalogus Naam"
-#: ../../templates/show_add_catalog.inc.php:51
-msgid "Path"
-msgstr "Directory"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Lokaal"
-#: ../../templates/show_add_catalog.inc.php:59
+#: ../../templates/show_add_catalog.inc.php:56
msgid "Remote"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
+#: ../../templates/show_add_catalog.inc.php:62
msgid "Required for Remote Catalogs"
msgstr "Verplicht voor Remote Catalogus"
-#: ../../templates/show_add_catalog.inc.php:68
+#: ../../templates/show_add_catalog.inc.php:65
msgid "Filename Pattern"
msgstr "Bestands Patroon"
-#: ../../templates/show_add_catalog.inc.php:82
+#: ../../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:90
+#: ../../templates/show_add_catalog.inc.php:85
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_localplay.inc.php:32
+#: ../../templates/rightbar.inc.php:53
+#, fuzzy
+msgid "Clear Playlist"
+msgstr "Maak Speellijst Leeg"
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
-msgstr "Bewerk bestaande Gebruiker"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr "Aanbevelingen"
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
-msgstr "Gebruikers toegangs niveau"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
-msgstr "Voeg Gebruiker Toe"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr "Album Aanbeveling"
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
-msgstr "Bewerk Gebruiker"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
+msgstr "Nummer Aanbeveling"
+
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
+msgstr "Importeer speellijst vanuit een bestand"
+
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Speellijst Type"
+
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Importeer Speellijst"
+
+#: ../../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 "Favorieten"
+
+#: ../../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:34
+#: ../../templates/show_list_duplicates.inc.php:44
+#: ../../templates/show_list_duplicates.inc.php:89
msgid "Length"
msgstr "Lengte"
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
+#: ../../templates/show_list_duplicates.inc.php:46
+#: ../../templates/show_list_duplicates.inc.php:91
msgid "Size"
msgstr "Grootte"
-#: ../../templates/show_list_duplicates.inc.php:75
+#: ../../templates/show_list_duplicates.inc.php:96
#, fuzzy
msgid "Disable Songs"
msgstr "Laat gedeactiveerde Liedjes Zien"
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
-msgstr "IP Geschiedenis"
-
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
-msgstr "Laat Unieke zien"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:34
-msgid "Date"
-msgstr "Datum"
+#: ../../templates/sidebar_home.inc.php:4
+msgid "Currently Playing"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
#, fuzzy
-msgid "IP Address"
-msgstr "Eind IP Adres"
+msgid "Statistics"
+msgstr "Statistieken"
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr "Aanbevelingen"
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
+msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/sidebar_home.inc.php:22
+msgid "Advanced"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
-msgstr "Album Aanbeveling"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
+msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
-msgstr "Nummer Aanbeveling"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
+msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
-#, fuzzy
-msgid "Preference Administration"
-msgstr "Beheer Instellingen"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
+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 "Niveau"
+#: ../../templates/sidebar_admin.inc.php:15
+msgid "Access Control"
+msgstr ""
-#: ../../templates/show_preference_admin.inc.php:37
-msgid "Guest"
-msgstr "Gast"
+#: ../../templates/sidebar_admin.inc.php:17
+msgid "Add ACL"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-#, fuzzy
-msgid "Edit Album"
-msgstr "Bewerk Album"
+#: ../../templates/sidebar_admin.inc.php:18
+msgid "Show ACL(s)"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
+#: ../../templates/show_clean_catalog.inc.php:23
#, fuzzy
-msgid "Update Album"
-msgstr "Werk Alle bij"
+msgid "Cleaning the"
+msgstr "Bijwerken van"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr "seconden geleden"
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
+msgstr "Bezig met Controleren"
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr "Start Nieuwe Zoekopdracht voor liedje"
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr "catalogus"
+
+#: ../../templates/show_test.inc.php:33
+msgid ""
+"You've reached this page because a configuration error has occured. Debug "
+"Information below"
+msgstr ""
+"U bent hier uitgekomen omdat er een configuratie fout is opgetreden."
+"Onderstaand de debug informatie."
+
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
+msgstr "CONTROLEER"
+
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
+msgstr ""
+
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
+msgstr "OMSCHRIJVING"
+
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
+msgstr "PHP Versie"
+
+#: ../../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 ""
+"Deze test zorg ervoor dat Ampache werkt met de huidige php versie waarmee u "
+"werkt"
+
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
+msgstr "MySQL voor 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 ""
+"Deze test cheked of u de mysql extensies geladen heeft in PHP.Dit is een "
+"vereiste voor Ampache"
-#: ../../templates/show_recently_played.inc.php:23
+#: ../../templates/show_test.inc.php:82
+msgid "PHP Session Support"
+msgstr "PHP Sessie Ondersteuning"
+
+#: ../../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 ""
+"Dit is een test of PHP sessie support aanstaatDit is een vereiste voor "
+"Ampache"
+
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
+msgstr "PHP ICONV Ondersteuning"
+
+#: ../../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 ""
+"Deze test controleert of je Iconv hebt geinstaleerd. Iconvis niet vereist "
+"voor de werking van Ampache maar wordt wel aangeraden"
+
+#: ../../templates/show_test.inc.php:119
#, fuzzy
-msgid "minutes ago"
-msgstr "minuten geleden"
+msgid "PHP PCRE Support"
+msgstr "PHP PCRE Ondersteuning"
-#: ../../templates/show_recently_played.inc.php:23
+#: ../../templates/show_test.inc.php:132
#, fuzzy
-msgid "hours ago"
-msgstr "uren geleden"
+msgid ""
+"This test makes sure you have PCRE support compiled into your version of "
+"PHP, this is required for Ampache."
+msgstr ""
+"Dit is een test of PCRE ondersteuning aanstaat in uw PHP versie. Dit is een "
+"vereiste voor Ampache"
-#: ../../templates/show_recently_played.inc.php:23
+#: ../../templates/show_test.inc.php:136
#, fuzzy
-msgid "days ago"
-msgstr "dagen geleden"
+msgid "PHP PutENV Support"
+msgstr "PHP PutENV Ondersteuning"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr "weken gelden"
+#: ../../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 ""
+"Deze test controleert if PHP niet in SafeMode draait en dat we de memory "
+"limieten kunnen aanpassen. Dit is niet verplicht maar kan wel ten koste gaan "
+"van bepaalde onderdelen van Ampache"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr "maanden geleden"
+#: ../../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 ""
+"Dit probeert /config/ampache.cfg.php te lezen. Als dit faalt is de fileniet "
+"op de goede locatie aanwezig of\n"
+"\t niet leesbaar door de webserver."
-#: ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "years ago"
-msgstr "jaren geleden"
+#: ../../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_recently_played.inc.php:26
-#, fuzzy
-msgid "Recently Played"
-msgstr "Minst Gespeeld"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
+msgstr "DB Connectie"
-#: ../../templates/show_recently_played.inc.php:33
-msgid "Last Played"
+#: ../../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_edit_artist.inc.php:23
-#, fuzzy
-msgid "Edit Artist"
-msgstr "Artiest"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
+msgstr ""
-#: ../../templates/show_random_albums.inc.php:23
-msgid "Albums of the Moment"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
msgstr ""
-#: ../../localplay.php:50 ../../localplay.php:58
-msgid "Song(s) Removed from Playlist"
-msgstr "Liedje(s) Verwijderd van Speellijst "
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
+msgstr ""
-#: ../../localplay.php:77
-#, fuzzy
-msgid "Localplay Init Failed"
-msgstr "Lokale Afspeel Initialisatie Gefaalt"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Bezig met Bewerken"
-#: ../../browse.php:48 ../../albums.php:213
-msgid "Show Albums starting with"
-msgstr "Albums beginnend met"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "instellingen"
-#: ../../browse.php:78 ../../artists.php:230 ../../artists.php:252
-msgid "Show Artists starting with"
-msgstr "Artiesten beginnend met"
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Werk Instellingen bij"
-#: ../../browse.php:124
+#: ../../templates/show_account.inc.php:40
#, fuzzy
-msgid "Show Titles Starting With"
-msgstr "Titels beginnend met"
+msgid "New Password"
+msgstr "Nieuwe Paswoord"
-#: ../../search.php:47
-msgid "Error: No Keyword Entered"
-msgstr "Fout: Geen Zoekwoord opgegeven"
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Maak Stats Leeg"
-#: ../../ampache/templates/sidebar.inc.php:38
-msgid "Lists"
-msgstr "Lijsten"
+#: ../../templates/show_account.inc.php:64
+#, fuzzy
+msgid "Update Account"
+msgstr "Maak Account aan"
-#: ../../ratings.php:33
-msgid "Rating Updated"
-msgstr "Waardering Bijgewerkt"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Vorige"
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
-msgstr "Uw Waardeering voor dit object is bijgewerkt"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr ""
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
-msgstr "Gebruiker gedeactiveerd neem contact op met beheerder"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr ""
-#: ../../login.php:94
-msgid "Unable to create new account"
-msgstr "Niet in staat op nieuw account aan te maken"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../login.php:103
-msgid "No local account found"
-msgstr "Geen lokaal account gevonden"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
+msgstr ""
-#: ../../login.php:176
-msgid "Message of the Day"
-msgstr "Bericht van de Dag"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
+msgstr ""
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
-msgstr "fout: Paswoorden zijn Niet Gelijk of Leeg"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
+msgstr ""
-#: ../../preferences.php:61
-#, fuzzy
-msgid "Password Updated"
-msgstr "Paswoord bijgewerkt"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
+msgstr ""
-#: ../../update.php:73
-#, fuzzy
-msgid "Ampache Update"
-msgstr "Ampache Bijwerken"
+#: ../../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 ""
-#: ../../tv.php:62
-#, fuzzy
-msgid "Playlist Cleared"
-msgstr "Speellijst aangemaakt"
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
+msgstr "Speel Willekeurig van Album"
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
-msgstr "Start met bijwerken vanuit Tags"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
+msgstr "Reset Album Hoes"
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
-msgstr "Bijwerken vanuit Tags voltooid"
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
+msgstr "Zoek Album Hoes"
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
-msgstr "Terug"
+#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
+msgstr ""
-#: ../../activate.php:43
+#: ../../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:47
+#: ../../activate.php:46
msgid "The validation key used isn't correct."
msgstr "De validatie key die u gebuikt is niet correct"
-#: ../../activate.php:52
+#: ../../activate.php:51
msgid "User activated"
msgstr "Gebruiker geactiveerd"
-#: ../../activate.php:52
+#: ../../activate.php:51
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?"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../playlist.php:57
+#: ../../democratic.php:80
#, fuzzy
-msgid "Confirm Action"
-msgstr "Bevestig Actie"
-
-#: ../../playlist.php:117
-msgid "Playlist Created"
+msgid "Playlist Cleared"
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"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr ""
-#: ../../playlist.php:146
+#: ../../lib/class/flag.class.php:280
#, fuzzy
-msgid "has been updated and is now"
-msgstr " is bijgewerkt"
+msgid "Approved"
+msgstr "Verplaatst"
-#: ../../playlist.php:166
+#: ../../lib/class/flag.class.php:281
#, fuzzy
-msgid "Playlist Imported"
-msgstr "Speellijst bijgewerkt"
+msgid "Pending"
+msgstr "Bezig met Toevoegen"
-#: ../../playlist.php:195
-#, fuzzy
-msgid "Empty Playlists Deleted"
-msgstr "Speellijst Verwijderd"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
+msgstr "Opnieuw Taggen"
-#: ../../flag.php:46
-#, fuzzy
-msgid "Item Flagged"
-msgstr "Item Gemarkeerd"
+#: ../../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"
-#: ../../flag.php:46
-#, fuzzy
-msgid "The specified item has been flagged"
-msgstr "Het gevraagde item is gemaarkeerd"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
+msgstr ""
-#: ../../albums.php:48
-msgid "Album Art Cleared"
-msgstr "Album Hoes verwijderd"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
+msgstr "Modus"
-#: ../../albums.php:48
-#, fuzzy
-msgid "Album Art information has been removed from the database"
-msgstr "Album Hoes informatie is verwijderd uit de database"
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
+msgstr "Bestands grootte"
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
-msgid "Album Art Not Located"
-msgstr "Album Hoesje niet Gevonden"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
+msgstr "Beheer Gebruikers"
-#: ../../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."
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
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"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
+msgstr "Speellijsten"
-#: ../../register.php:81
-msgid "Error Captcha Required"
-msgstr "Fout: Verificatie Verplicht"
+#: ../../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"
-#: ../../register.php:88
-msgid "Error Captcha Failed"
-msgstr "Fout: Verificatie Niet Goed"
+#: ../../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"
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
-msgstr "U <U>moet</U> de gebruikersovereenkomst accepteren"
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
+msgstr "Fout: Kan bestands grootte niet opvragen voor"
-#: ../../register.php:100
-msgid "You did not enter a username"
-msgstr "U heeft geen gebruikersnaam opgegeven"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
+msgstr "is niet leesbaar voor Ampache"
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr "Vul uw voor- en achternaam in"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
+msgstr "Start bouwen van Catalogus"
-#: ../../register.php:130
-msgid "You must enter a password"
-msgstr "U moet een paswoord opgeven"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
+msgstr "Start Remote Synchronisatie"
-#: ../../register.php:134
-msgid "Your passwords do not match"
-msgstr "Uw opgegeven paswoorden komen niet overeen"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
+msgstr "Speellijst toegevoegd van"
-#: ../../register.php:152
-msgid "Error: Insert Failed"
-msgstr "Fout: Gebruiker kon niet worden aangemaakt"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
+msgstr "Catalogus Klaar"
-#: ../../register.php:169
-msgid "Registration Complete"
-msgstr "Registratie Compleet"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
+msgstr "Totale Tijd"
-#: ../../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 ""
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
+msgstr "Totaal Aantal Liedjes"
-#: ../../bin/print_tags.php.inc:70
-msgid "Filename:"
-msgstr "Bestandsnaam"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
+msgstr "Liedjes per Seconde"
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
-msgstr "Fout: kan niet schrijven naar:"
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
+msgstr "Geen Update Nodig"
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
-msgstr "Fout: Upload Directory is niet binnen een catalogus"
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
+msgstr "Bezig met bijwerken van Remote Catalogus"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
-msgstr "Bezig met Toevoegen"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
+msgstr "Bijwerken Catalogus Gereed"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
-msgstr "aan database"
+#: ../../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"
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
-msgstr "Verwijderd"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
+msgstr "Fout met connectie naar"
-#: ../../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"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:153
-msgid "Continue? (Y/N):"
-msgstr "Doorgaan? (Y/N):"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
+msgstr "Reden"
-#: ../../bin/quarantine_migration.php.inc:178
-msgid "Error: "
-msgstr "Fout: "
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
+msgstr "Klaar met Bijwerken van Remote Catalogus(sen)"
-#: ../../bin/quarantine_migration.php.inc:179
-msgid "!\n"
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_big_art.inc:29
-msgid "Album Art"
-msgstr "Album Hoes"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
+msgstr "Opschoning Catalogus Gereed"
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
-msgstr "Klik om venster te sluiten"
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
+msgstr "files verwijderd"
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
-msgstr "Tijd van toevoegen"
+#: ../../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"
-#: ../../templates/show_disabled_songs.inc:49
+#: ../../lib/class/catalog.class.php:1706
#, fuzzy
-msgid "Remove"
-msgstr "Verwijder"
+msgid "Update Finished."
+msgstr "Bijwerken Catalogus Gereed"
-#: ../../templates/list_header.inc:110
-msgid "Prev"
-msgstr "Vorige"
+#: ../../lib/class/catalog.class.php:1706
+#, fuzzy
+msgid "Checked"
+msgstr "Bezig met Controleren"
-#: ../../templates/list_header.inc:156
-msgid "Next"
-msgstr "Volgende"
+#: ../../lib/class/catalog.class.php:1706
+#, fuzzy
+msgid "songs updated."
+msgstr "liedjes bijgewerkt."
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-msgid "You are currently logged in as"
-msgstr "U Bent ingelogd als"
+#: ../../lib/class/localplay.class.php:647
+msgid "Stopped"
+msgstr "Gestopt"
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
+#: ../../lib/class/localplay.class.php:650
+#, fuzzy
+msgid "Paused"
+msgstr "Gespeeld"
+
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
-msgstr "Naam Liedje"
+#: ../../lib/preferences.php:245
+msgid "Enable"
+msgstr "Activeer"
-#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92
-msgid "Rating"
-msgstr "Waardering"
+#: ../../lib/preferences.php:272
+msgid "M3U"
+msgstr ""
-#: ../../templates/show_songs.inc:183
-msgid "Total"
-msgstr "Totaal"
+#: ../../lib/preferences.php:273
+msgid "Simple M3U"
+msgstr ""
-#: ../../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"
+#: ../../lib/preferences.php:274
+msgid "PLS"
+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"
+#: ../../lib/preferences.php:275
+msgid "Asx"
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"
+#: ../../lib/preferences.php:276
+msgid "RAM"
+msgstr ""
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
-msgstr "Gewenste Database Naam"
+#: ../../lib/preferences.php:277
+msgid "XSPF"
+msgstr ""
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
-msgstr "MySQL Hostnaam"
+#: ../../lib/preferences.php:310
+#, fuzzy
+msgid "Disabled"
+msgstr "Deactiveer"
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
-msgstr "MySQl Gebruikersnaam"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
+msgstr ""
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
-msgstr "MySQL Paswoord"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
+msgstr ""
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
-msgstr "Schrijf Config"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
+msgstr ""
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php Bestaat"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
+msgstr ""
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php Geconfigureerd?"
+#: ../../lib/preferences.php:343
+msgid "Always"
+msgstr ""
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
-msgstr "Check voor Config"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Niet Afspelen"
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
-msgstr "Speel Album"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "Het is vrij slecht"
-#: ../../templates/show_album.inc:56
-msgid "Play Random from Album"
-msgstr "Speel Willekeurig van Album"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "Het is goed"
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
-msgstr "Reset Album Hoes"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "Het is Vrij Goed"
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
-msgstr "Zoek Album Hoes"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "Ik ben er gek van"
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
-msgstr "Bezig met Bewerken"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "Het is te Gek"
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
-msgstr "instellingen"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "Niet te geloven"
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
-msgstr "Herlaad Instellingen"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
+msgstr "Amerikaans Engels"
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
-msgstr ""
+#: ../../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"
-#: ../../templates/show_preferences.inc:65
-msgid "Streaming"
+#: ../../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 ""
-#: ../../templates/show_preferences.inc:68
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
+msgstr "Lokaal Afspelen"
+
+#: ../../lib/ui.lib.php:556
#, fuzzy
-msgid "Options"
-msgstr "Acties"
+msgid "Random Play"
+msgstr "Willekeurig Aspelen"
-#: ../../templates/show_preferences.inc:72
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
#, fuzzy
-msgid "Account"
-msgstr "Maak Account aan"
+msgid "Admin-Catalog"
+msgstr "Voeg Catalogus Toe"
-#: ../../templates/show_preferences.inc:76
-msgid "System"
-msgstr ""
+#: ../../lib/ui.lib.php:576
+#, fuzzy
+msgid "Admin-User Management"
+msgstr "Gebruikers Overeenkomst"
-#: ../../templates/show_preferences.inc:79
-msgid "Modules"
-msgstr ""
+#: ../../lib/ui.lib.php:580
+#, fuzzy
+msgid "Admin-Mail Users"
+msgstr "Mail Gebruikers"
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
-msgstr "Werk Instellingen bij"
+#: ../../lib/ui.lib.php:584
+#, fuzzy
+msgid "Admin-Manage Access Lists"
+msgstr "Toegangs Regels"
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
-msgstr "Speel Willekeurige Selectie"
+#: ../../lib/ui.lib.php:588
+#, fuzzy
+msgid "Admin-Site Preferences"
+msgstr "Beheer Site Instellingen"
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
-msgstr "Item aantal"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
+msgstr "Beheer Modules"
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
-msgstr "Van Genre"
+#: ../../lib/ui.lib.php:596
+#, fuzzy
+msgid "Browse Music"
+msgstr "Bladeren"
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
-msgstr "Standaard"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
+msgstr "Album Hoes verwijderd"
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
-msgstr "Volledige Albums"
+#: ../../albums.php:32
+#, fuzzy
+msgid "Album Art information has been removed from the database"
+msgstr "Album Hoes informatie is verwijderd uit de database"
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
-msgstr "Volledige Artiest"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
+msgstr "Album Hoesje niet Gevonden"
-#: ../../templates/show_random_play.inc:61
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
#, fuzzy
-msgid "From catalog"
-msgstr "Uit catalogus"
+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."
-#: ../../templates/show_random_play.inc:67
-msgid "Size Limit"
-msgstr "Grootte Limiet"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
+msgstr "Album Hoesje Toegevoegd"
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
-msgstr "Ongelimiteerd"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
+msgstr "Start met bijwerken vanuit Tags"
-#: ../../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"
+#: ../../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 ""
-"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"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
+msgstr ""
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
-msgstr "MySQl Administratieve Paswoord"
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
+msgstr ""
-#: ../../templates/show_install.inc:80
-msgid "Create Database User for New Database"
-msgstr "Maak Database Gebruiker aan voor nieuwe Database"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "bestand"
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
-msgstr "Ampache Database Gebruikersnaam"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "Bestands uploads niet gesupport"
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
-msgstr "Ampache Database Gebruikers Paswoord"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "Geen bestand geupload"
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
-msgstr "Maak Database"
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr "Er was een probleem met de bestands upload: %s is niet geupload"
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
-msgstr "Maak Toegang voor Host"
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
+msgstr ""
+"Er was een probleem met de bestands upload: de bestands groote %s was groter "
+"dan het maximummaximum grootte (%d bytes)"
-#: ../../templates/show_add_access.inc:23
+#: ../../modules/horde/Browser.php:903
+#, php-format
msgid ""
-"Use the form below to add a host that you want to have access to your "
-"Ampache catalog."
+"There was a problem with the file upload: The %s was only partially uploaded."
msgstr ""
-"Gebruik onderstaand formulier om op te geven welke host de Ampache catalogus "
-"mag benaderen"
+"Er was een probleem met de bestands upload: Het bestand %s is gedeeltelijk "
+"geupload."
-#: ../../templates/show_add_access.inc:35
-#: ../../templates/show_edit_access.inc:35
-msgid "Start IP Address"
-msgstr "Start Ip Adres"
+#: ../../localplay.php:72 ../../localplay.php:80
+msgid "Song(s) Removed from Playlist"
+msgstr "Liedje(s) Verwijderd van Speellijst "
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
-msgstr "Eind IP Adres"
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "Speellijst aangemaakt"
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
-#, fuzzy
-msgid "Read"
-msgstr "Lees"
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " is aangemaakt"
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
-msgstr "Lezen/Schrijven"
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr "Speellijst bijgewerkt"
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
+#: ../../playlist.php:79
#, fuzzy
-msgid "ACL Type"
-msgstr "Toegangs Type"
+msgid "has been updated and is now"
+msgstr " is bijgewerkt"
-#: ../../templates/show_add_access.inc:67
+#: ../../playlist.php:101
#, fuzzy
-msgid "Stream Access"
-msgstr "Stream Toegang"
+msgid "Playlist Imported"
+msgstr "Speellijst bijgewerkt"
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
-msgstr ""
+#: ../../playlist.php:130
+#, fuzzy
+msgid "Empty Playlists Deleted"
+msgstr "Speellijst Verwijderd"
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
-msgstr "Lokale Netwerk Defenitie"
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
+msgstr "Gebruiker gedeactiveerd neem contact op met beheerder"
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
+#: ../../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 ""
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
-msgstr "XML-RPC Opties"
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
+msgstr "Bestandsnaam"
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-msgid "Remote Key"
-msgstr "Remote Sleutel"
+#~ msgid "album's with art"
+#~ msgstr "album's met hoesje"
-#: ../../templates/show_add_access.inc:87
-#, fuzzy
-msgid "Create ACL"
-msgstr "Maak Toegangs Entry aan"
+#~ msgid "Album Art Already Found"
+#~ msgstr "Album hoes reeds gevonden"
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
-msgstr "Host Toegang naar uw Catalogus"
+#~ msgid "Error: Name Identical"
+#~ msgstr "Fout: Identieke Naam"
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
-msgstr "Voeg Entry Toe"
+#~ msgid "Show Genres starting with"
+#~ msgstr "Laat Genres zien beginnend met"
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
-msgstr "Start Adres"
+#~ msgid "Global"
+#~ msgstr "Globaal"
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
-msgstr "Eind Adres"
+#~ msgid "No songs in this playlist."
+#~ msgstr "Geen liedjes in deze speellijst"
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
-msgstr "Sleutel"
+#~ msgid "New Playlist"
+#~ msgstr "Nieuwe Speellijst"
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
-msgstr "Verwijder"
+#~ msgid "Show w/o art"
+#~ msgstr "Zonder Hoes"
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
-msgstr "Volledige Naam"
+#~ msgid "Show all"
+#~ msgstr "Alles"
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
-msgstr "Laatst Gezien"
+#~ msgid "Add a new user"
+#~ msgstr "Voeg gebruiker toe"
-#: ../../templates/show_users.inc:53
-msgid "Registration Date"
-msgstr "Registratie Datum"
+#~ 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"
-#: ../../templates/show_users.inc:57
-msgid "Activity"
-msgstr "Activiteit"
+#~ msgid "The Catalog and all associated records has been deleted"
+#~ msgstr "De Catalogus en alle verwante items verwijderd"
-#: ../../templates/show_users.inc:61
#, fuzzy
-msgid "Last Ip"
-msgstr "Laatste Ip Adres"
+#~ msgid "Catalog Created and Songs Indexed"
+#~ msgstr "Catalogus Gereed an Liedjes Geindexeerd"
-#: ../../templates/show_users.inc:66
-msgid "On-line"
-msgstr "Actief"
+#~ 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?"
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
-msgstr "Hoes"
+#, fuzzy
+#~ msgid "Site"
+#~ msgstr "Grootte"
+
+#, fuzzy
+#~ msgid "Confirm Delete"
+#~ msgstr "Bevestig verwijdering"
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
-msgstr "Album Naam"
+#~ msgid "Do you really want to delete this Access Record?"
+#~ msgstr "Weet je zeker dat je deze Toegangs Regel wilt verwijderen"
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
-msgstr "Album Jaar"
+#~ msgid "Entry Deleted"
+#~ msgstr "Entry Verwijderd"
+
+#~ msgid "Entry Added"
+#~ msgstr "Entry Toegevoegd"
-#: ../../templates/show_artist.inc:38
#, fuzzy
-msgid "Tracks"
-msgstr "Nummer"
+#~ msgid "Entry Updated"
+#~ msgstr "Entry Toegevoegd"
-#: ../../templates/show_edit_access.inc:23
#, fuzzy
-msgid "Edit Access List"
-msgstr "Bewerk Toegangs Lijst"
+#~ msgid "Module Activated"
+#~ msgstr "Module geactiveerd"
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
-msgstr ""
+#, fuzzy
+#~ msgid "Are you sure you want to remove this module?"
+#~ msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?"
-#: ../../templates/show_test.inc:35
-msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
-msgstr ""
-"U bent hier uitgekomen omdat er een configuratie fout is opgetreden."
-"Onderstaand de debug informatie."
+#, fuzzy
+#~ msgid "Module Deactivated"
+#~ msgstr "Module geactiveerd"
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
-msgstr "CONTROLEER"
+#, fuzzy
+#~ msgid "No Playlists Found"
+#~ msgstr "Geen Speellijst Gevonden"
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
-msgstr ""
+#~ msgid "Controls"
+#~ msgstr "Bedieningen"
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
-msgstr "OMSCHRIJVING"
+#~ msgid "Users"
+#~ msgstr "Gebruikers"
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
-msgstr "PHP Versie"
+#~ msgid "Mail Users"
+#~ msgstr "Mail Gebruikers"
-#: ../../templates/show_test.inc:61
-msgid ""
-"This tests to make sure that you are running a version of PHP that is known "
-"to work with Ampache."
-msgstr ""
-"Deze test zorg ervoor dat Ampache werkt met de huidige php versie waarmee u "
-"werkt"
+#, fuzzy
+#~ msgid "Config"
+#~ msgstr "Schrijf Config"
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
-msgstr "MySQL voor PHP"
+#~ msgid "Access List"
+#~ msgstr "Toegangs Lijst"
-#: ../../templates/show_test.inc:80
-msgid ""
-"This test checks to see if you have the mysql extensions loaded for PHP. "
-"These are required for Ampache to work."
-msgstr ""
-"Deze test cheked of u de mysql extensies geladen heeft in PHP.Dit is een "
-"vereiste voor Ampache"
+#~ msgid "Democratic View"
+#~ msgstr "Bekijk Democratisch"
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
-msgstr "PHP Sessie Ondersteuning"
+#~ msgid "Rename Artist"
+#~ msgstr "Hernoem Artiest"
-#: ../../templates/show_test.inc:99
-msgid ""
-"This test checks to make sure that you have PHP session support enabled. "
-"Sessions are required for Ampache to work."
-msgstr ""
-"Dit is een test of PHP sessie support aanstaatDit is een vereiste voor "
-"Ampache"
+#~ msgid "Results Per Page"
+#~ msgstr "Resultaten Per Pagina"
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
-msgstr "PHP ICONV Ondersteuning"
+#, fuzzy
+#~ msgid "Module Name"
+#~ msgstr "Module Naam"
-#: ../../templates/show_test.inc:117
-msgid ""
-"This test checks to make sure you have Iconv support installed. Iconv "
-"support is not required for Ampache, but it is highly recommended"
-msgstr ""
-"Deze test controleert of je Iconv hebt geinstaleerd. Iconvis niet vereist "
-"voor de werking van Ampache maar wordt wel aangeraden"
+#~ 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"
-#: ../../templates/show_test.inc:121
#, fuzzy
-msgid "PHP PCRE Support"
-msgstr "PHP PCRE Ondersteuning"
+#~ msgid "Edit Playlist"
+#~ msgstr "Bewerk Speellijst"
+
+#~ msgid "Play This Playlist"
+#~ msgstr "Speel deze Speellijst"
-#: ../../templates/show_test.inc:134
#, fuzzy
-msgid ""
-"This test makes sure you have PCRE support compiled into your version of "
-"PHP, this is required for Ampache."
-msgstr ""
-"Dit is een test of PCRE ondersteuning aanstaat in uw PHP versie. Dit is een "
-"vereiste voor Ampache"
+#~ msgid "Delete This Playlist"
+#~ msgstr "Verwijder deze Speellijst"
+
+#~ msgid "Import From File"
+#~ msgstr "Importeer vanuit Bestand"
-#: ../../templates/show_test.inc:138
#, fuzzy
-msgid "PHP PutENV Support"
-msgstr "PHP PutENV Ondersteuning"
+#~ msgid "Delete Empty Playlists"
+#~ msgstr "Verwijder Lege Speellijst"
-#: ../../templates/show_test.inc:151
-msgid ""
-"This test makes sure that PHP isn't running in SafeMode and that we are able "
-"to modify the memory limits. While not required, without these abilities "
-"some features of ampache may not work correctly"
-msgstr ""
-"Deze test controleert if PHP niet in SafeMode draait en dat we de memory "
-"limieten kunnen aanpassen. Dit is niet verplicht maar kan wel ten koste gaan "
-"van bepaalde onderdelen van Ampache"
+#, fuzzy
+#~ msgid "Localplay Init Failed"
+#~ msgstr "Lokale Afspeel Initialisatie Gefaalt"
-#: ../../templates/show_test.inc:170
-msgid ""
-"This attempts to read /config/ampache.cfg.php If this fails either the "
-"ampache.cfg.php is not in the correct locations or\n"
-"\tit is not currently readable by your webserver."
-msgstr ""
-"Dit probeert /config/ampache.cfg.php te lezen. Als dit faalt is de fileniet "
-"op de goede locatie aanwezig of\n"
-"\t niet leesbaar door de webserver."
+#~ msgid "Show Albums starting with"
+#~ msgstr "Albums beginnend met"
-#: ../../templates/show_test.inc:193
-msgid ""
-"This test makes sure that you have set all of the required configuration "
-"variables and that we are able to \n"
-"\tcompletely parse your config file"
-msgstr ""
-"Deze test zorgt ervoor dat alle benodigde variabelen gezet zijn endat we in "
-"staat zijn om deze allemaal uit te lezen"
+#, fuzzy
+#~ msgid "Show Titles Starting With"
+#~ msgstr "Titels beginnend met"
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
-msgstr "Ampache.cfg.php Actueel?"
+#~ msgid "Lists"
+#~ msgstr "Lijsten"
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
-msgstr "Ampache.cfg.php mist het volgende:"
+#~ msgid "Error: Password Does Not Match or Empty"
+#~ msgstr "fout: Paswoorden zijn Niet Gelijk of Leeg"
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
-msgstr "DB Connectie"
+#, fuzzy
+#~ msgid "Password Updated"
+#~ msgstr "Paswoord bijgewerkt"
-#: ../../templates/show_test.inc:256
-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"
+#~ msgid "Playlist Deleted"
+#~ msgstr "Speellijst Verwijderd"
-#: ../../templates/show_search_bar.inc:26 ../../templates/show_search.inc:26
-msgid "Search Ampache"
-msgstr "Doorzoek Ampache"
+#~ 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?"
-#: ../../templates/show_similar_artists.inc:23
#, fuzzy
-msgid "Similar Artists"
-msgstr "Gelijkwaardige Artiest"
+#~ msgid "Confirm Action"
+#~ msgstr "Bevestig Actie"
-#: ../../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"
+#~ msgid "Remote Selected Tracks"
+#~ msgstr "Remote Geslecteerde Nummers"
-#: ../../templates/show_similar_artists.inc:62
-#, fuzzy
-msgid "Back"
-msgstr "Terug"
+#~ msgid "Error: Unable to write to"
+#~ msgstr "Fout: kan niet schrijven naar:"
-#: ../../templates/show_similar_artists.inc:73
-#, fuzzy
-msgid "Rename selected"
-msgstr "Hernoem Geselecteerde"
+#~ msgid "Error: Upload directory not inside a catalog"
+#~ msgstr "Fout: Upload Directory is niet binnen een catalogus"
-#: ../../templates/show_similar_artists.inc:83
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Geavanceerde Opties"
+#~ msgid "Adding"
+#~ msgstr "Bezig met Toevoegen"
-#: ../../templates/show_similar_artists.inc:144
-#, fuzzy
-msgid "Search Again"
-msgstr "Doorzoek Opnieuw"
+#~ msgid "to database"
+#~ msgstr "aan database"
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
-msgstr "Inloggen"
+#~ msgid "Continue? (Y/N):"
+#~ msgstr "Doorgaan? (Y/N):"
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
-msgstr "Onthoud mij"
+#~ msgid "Error: "
+#~ msgstr "Fout: "
-#: ../../templates/show_login_form.inc:48
-msgid "Register"
-msgstr "Registreer"
+#~ msgid "You are currently logged in as"
+#~ msgstr "U Bent ingelogd als"
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
-msgstr "Kern Woorden"
+#~ msgid "Song title"
+#~ msgstr "Naam Liedje"
-#: ../../templates/show_search.inc:73
-msgid "Played"
-msgstr "Gespeeld"
+#~ msgid "Total"
+#~ msgstr "Totaal"
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
-msgstr ""
+#~ msgid "Rebuild Preferences"
+#~ msgstr "Herlaad Instellingen"
-#: ../../templates/show_search.inc:96
#, fuzzy
-msgid "One Star"
-msgstr "Een Ster"
+#~ msgid "Options"
+#~ msgstr "Acties"
-#: ../../templates/show_search.inc:97
-#, fuzzy
-msgid "Two Stars"
-msgstr "Twee Sterren"
+#~ 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_search.inc:98
-msgid "Three Stars"
-msgstr "Drie Sterren"
+#~ msgid "XML-RPC Options"
+#~ msgstr "XML-RPC Opties"
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
-msgstr "Vier Sterren"
+#~ msgid "Host Access to Your Catalog"
+#~ msgstr "Host Toegang naar uw Catalogus"
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
-msgstr "Vijf Sterren"
+#~ msgid "Revoke"
+#~ msgstr "Verwijder"
-#: ../../templates/show_search.inc:103
-msgid "Operator"
-msgstr "Combinatie"
+#~ msgid "Album Name"
+#~ msgstr "Album Naam"
-#: ../../templates/show_search.inc:106
-msgid "AND"
-msgstr "EN"
+#~ msgid "Album Year"
+#~ msgstr "Album Jaar"
-#: ../../templates/show_search.inc:112
-msgid "Method"
-msgstr "Methode"
+#, fuzzy
+#~ msgid "Tracks"
+#~ msgstr "Nummer"
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
-msgstr "Ongeveer"
+#, fuzzy
+#~ msgid "Edit Access List"
+#~ msgstr "Bewerk Toegangs Lijst"
-#: ../../templates/show_search.inc:116
-msgid "Exact"
-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 ""
+#~ "Deze test zorgt ervoor dat alle benodigde variabelen gezet zijn endat we "
+#~ "in staat zijn om deze allemaal uit te lezen"
-#: ../../templates/show_search.inc:119
-msgid "Maximum Results"
-msgstr "Maximum resultaten"
+#~ 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:"
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
-msgstr "Herstel Formulier"
+#~ msgid "Reset Form"
+#~ msgstr "Herstel Formulier"
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
-msgstr "Sla Zoekopdracht op in Speellijst"
+#~ msgid "Save Search As Track on"
+#~ msgstr "Sla Zoekopdracht op in Speellijst"
-#: ../../templates/show_search.inc:147
-msgid "Save"
-msgstr "Opslaan"
+#~ 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 <littlesavage@orionet.ru>\n"
"Language-Team: British English <en@li.org>\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 "ëÁÔÁĚĎÇ ĎÂÎĎ×ĚĹÎ"
-
-#: ../../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 "ëÁÔÁĚĎÇ ĎŢÉÝĹÎ"
+#: ../../register.php:82
+msgid "Error Captcha Required"
+msgstr ""
-#: ../../admin/catalog.php:198
-msgid "Catalog Created"
-msgstr "ëÁÔÁĚĎÇ ÓĎÚÄÁÎ"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
+msgstr ""
-#: ../../admin/catalog.php:199
-msgid "Catalog Created and Songs Indexed"
-msgstr "ëÁÔÁĚĎÇ ÓĎÚÄÁÎ É ĐĹÓÎÉ ĐŇĎÉÎÄĹËÓÉŇĎ×ÁÎŮ"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
+msgstr "÷Ů <U>ÄĎĚÖÎŮ</U> ĐŇÉÎŃÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŘÓËĎĹ ÓĎÇĚÁŰĹÎÉĹ"
-#: ../../admin/catalog.php:212
-msgid "Catalog statistics cleared"
-msgstr "óÔÁÔÉÓÔÉËÁ ËÁÔÁĚĎÇÁ ŐÄÁĚĹÎÁ"
+#: ../../register.php:101
+msgid "You did not enter a username"
+msgstr "÷Ů ÎĹ ××ĹĚÉ ÉÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
-msgstr "đŇĎÉÇŇŮ×ÁÎÉĹ ĎŢÉÝĹÎÎŮČ"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr "đĎÖÁĚŐĘÓÔÁ, ××ĹÄÉÔĹ ×ÁŰĹ ĐĎĚÎĎĹ ÉÍŃ (éÍŃ ćÁÍÉĚÉŃ)"
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
-msgstr "÷ÓŃ ĐŇĎÉÇŇÁÎÎŮĹ ÔŇĹËÉ ŐÄÁĚĹÎŮ"
+#: ../../register.php:131
+msgid "You must enter a password"
+msgstr "÷Ů ÄĎĚÖÎŮ ××ĹÓÔÉ ĐÁŇĎĚŘ"
-#: ../../admin/catalog.php:229
-msgid "Do you really want to clear the statistics for this catalog?"
-msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ĎŢÉÓÔÉÔŘ ÓÔÁÔÉÓÔÉËŐ ÄĚŃ ÜÔĎÇĎ ËÁÔÁĚĎÇÁ?"
+#: ../../register.php:135
+msgid "Your passwords do not match"
+msgstr "÷ÁŰ ĐÁŇĎĚŘ ÎĹ ÓĎ×ĐÁÄÁĹÔ"
-#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76
-msgid "Clear Catalog Stats"
-msgstr "óÔÁÔÉÓÔÉËÁ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×"
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
+msgstr "ďŰÉÂËÁ: đĎĚŘÚĎ×ÁÔĹĚŘ Ó ÔÁËÉÍ ÉÍĹÎĹÍ ŐÖĹ ÓŐÝĹÓÔ×ŐĹÔ"
-#: ../../admin/catalog.php:241
-msgid "No Disabled songs found"
-msgstr "ďÔËĚŔŢĹÎÎŮČ ĐĹÓĹÎ ÎĹ ÎÁĘÄĹÎĎ"
+#: ../../register.php:157
+msgid "Error: Insert Failed"
+msgstr "ďŰÉÂËÁ: äĎÂÁ×ĚĹÎÉĹ ÚÁËĎÎŢÉĚĎÓŘ ÎĹŐÄÁŢĹĘ"
-#: ../../admin/catalog.php:249
-msgid "Delete Catalog"
-msgstr "őÄÁĚÉÔŘ ËÁÔÁĚĎÇ"
+#: ../../register.php:174
+msgid "Registration Complete"
+msgstr "ňĹÇÉÓÔŇÁĂÉŃ ÚÁ×ĹŇŰĹÎÁ"
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
-msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ËÁÔÁĚĎÇ?"
+#: ../../update.php:51
+msgid "Ampache Update"
+msgstr "ďÂÎĎ×ĚĹÎÉĹ Ampache"
-#: ../../admin/catalog.php:258 ../../lib/class/catalog.class.php:847
-#: ../../lib/class/catalog.class.php:1024
-msgid "Starting Album Art Search"
-msgstr "îÁŢÁÔ ĐĎÉÓË ÁĚŘÂĎÍÎŮČ ĎÂĚĎÖĹË"
+#: ../../play/index.php:72
+msgid "Session Expired: please log in again at"
+msgstr "÷ŇĹÍŃ ÓĹÓÓÉÉ ÉÓŢĹŇĐÁÎĎ: ĐĎÖÁĚŐĘÓÔÁ, ÚÁĘÄÉÔĹ ĹÝĹ ŇÁÚ"
-#: ../../admin/catalog.php:259 ../../lib/class/catalog.class.php:848
-#: ../../lib/class/catalog.class.php:1025
-msgid "Searched"
-msgstr "đŇĎÓÍĎÔŇĹÎĎ"
+#: ../../ratings.php:32
+msgid "Rating Updated"
+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 "îĹÔ"
+#: ../../ratings.php:32
+msgid "Your rating for this object has been updated"
+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,1552 +127,2260 @@ 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/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/preferences.php:60 ../../admin/preferences.php:83
-msgid "Site"
-msgstr "óÁĘÔ"
+#: ../../admin/catalog.php:242
+msgid "Delete Catalog"
+msgstr "őÄÁĚÉÔŘ ËÁÔÁĚĎÇ"
+
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
+msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ËÁÔÁĚĎÇ?"
-#: ../../admin/users.php:65 ../../admin/users.php:112
+#: ../../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: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:150
+#: ../../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:81 ../../lib/ui.lib.php:539
+#: ../../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: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:82 ../../lib/ui.lib.php:540
-#: ../../templates/show_add_catalog.inc.php:28
-#: ../../templates/show_admin_tools.inc.php:75
+#: ../../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: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:120 ../../lib/ui.lib.php:578
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
msgid "day"
msgstr "ÄĹÎŘ"
-#: ../../admin/mail.php:120 ../../lib/ui.lib.php:578
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
msgid "days"
msgstr "ÄÎÉ"
-#: ../../admin/mail.php:122 ../../lib/ui.lib.php:580
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hour"
msgstr "ŢÁÓ"
-#: ../../admin/mail.php:122 ../../lib/ui.lib.php:580
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
msgid "hours"
msgstr "ŢÁÓŮ"
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
+#: ../../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: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
+#: ../../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: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
+#: ../../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: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
+#: ../../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/system.php:120
-msgid "Export Failed"
-msgstr "üËÓĐĎŇÔ ÎĹ ŐÄÁĚÓŃ"
+#: ../../preferences.php:35 ../../preferences.php:60
+#: ../../lib/preferences.php:311
+msgid "Server"
+msgstr ""
-#: ../../admin/modules.php:41
-msgid "Module Activated"
-msgstr "íĎÄŐĚŘ ÁËÔÉ×ÉŇĎ×ÁÎ"
+#: ../../preferences.php:86
+msgid "Error Update Failed"
+msgstr ""
-#: ../../admin/modules.php:48
-msgid "Are you sure you want to remove this module?"
-msgstr "÷Ů Ő×ĹŇĹÎŮ ŢÔĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ÍĎÄŐĚŘ?"
+#: ../../preferences.php:91
+msgid "Your Account has been updated"
+msgstr ""
-#: ../../admin/modules.php:56
-msgid "Module Deactivated"
-msgstr "íĎÄŐĚŘ ÄĹÁËÔÉ×ÉŇĎ×ÁÎ"
+#: ../../flag.php:45
+msgid "Item Flagged"
+msgstr "đĎÚÉĂÉŃ ĎÔÍĹŢĹÎÁ"
-#: ../../admin/modules.php:72
-msgid "Plugin Activated"
-msgstr "đĚÁÇÉÎ ÁËÔÉ×ÉŇĎ×ÁÎ"
+#: ../../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?"
-msgstr "÷Ů Ő×ĹŇĹÎŮ ŢÔĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ĐĚÁÇÉÎ?"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
+msgid "Catalogs"
+msgstr "ëÁÔÁĚĎÇÉ"
-#: ../../admin/modules.php:95
-msgid "Plugin Deactivated"
-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 "éÍŃ"
-#: ../../download/index.php:61 ../../play/index.php:64
-msgid "Session Expired: please log in again at"
-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 "äĹĘÓÔ×ÉĹ"
-#: ../../lib/class/genre.class.php:285
-msgid "Show Genres starting with"
-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 "äĎÂÁ×ÉÔŘ"
-#: ../../lib/class/album.class.php:163
-msgid "Various"
-msgstr "ňÁÚĚÉŢÎŮĹ"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+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 "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
+msgstr "ďŢÉÓÔÉÔŘ"
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
-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 "÷ÓĹ"
-#: ../../lib/class/catalog.class.php:374
-msgid "Error: Unable to get filesize for"
-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/class/catalog.class.php:411
-msgid "is not readable by ampache"
-msgstr "ÎĹ ŢÉÔÁĹÍ ĐŇĎÇŇÁÍÍĎĘ ampache"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
+msgstr "âŮÓÔŇĎ"
-#: ../../lib/class/catalog.class.php:530
-msgid "album's with art"
-msgstr "ÁĚŘÂĎÍŮ Ó ĎÂĚĎÖËÁÍÉ"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
+msgstr "÷ŮÂŇÁÔŘ ĎÂĚĎÖËŐ"
-#: ../../lib/class/catalog.class.php:812
-msgid "Starting Catalog Build"
-msgstr "îÁŢÁÔĎ ĐĎÓÔŇĎĹÎÉĹ ËÁÔÁĚĎÇÁ"
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
+msgstr "ëÁÔÁĚĎÇĎ× ÎĹ ÎÁĘÄĹÎĎ"
-#: ../../lib/class/catalog.class.php:816
-msgid "Running Remote Sync"
-msgstr "úÁĐŐÝĹÎĎ ŐÄÁĚĹÎÎĎĹ ĎÂÎĎ×ĚĹÎÉĹ"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
+msgstr "ďŢÉÓÔÉÔŘ ×ÓĹ"
-#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992
-msgid "Found"
-msgstr "îÁĘÄĹÎĎ"
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
+msgstr "đŇĎ×ĹŇÉÔŘ ×ÓĹ"
-#: ../../lib/class/catalog.class.php:840
-#: ../../lib/class/catalog.class.php:1014
-msgid "Added Playlist From"
-msgstr "äĎÂÁ×ĚĹÎ ĐĚĹĘĚÉÓÔ ÉÚ"
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
+msgstr "äĎÂÁ×ÉÔŘ ×Ď ×ÓĹ"
-#: ../../lib/class/catalog.class.php:858
-msgid "Catalog Finished"
-msgstr "ëÁÔÁĚĎÇ çĎÔĎ×"
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
+msgstr "ďÂÎĎ×ÉÔŘ ×ÓĹ"
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1044
-msgid "Total Time"
-msgstr "đĎĚÎĎĹ ×ŇĹÍŃ"
+#: ../../templates/show_admin_tools.inc.php:83
+#: ../../templates/sidebar_admin.inc.php:24
+msgid "Clear Catalog Stats"
+msgstr "óÔÁÔÉÓÔÉËÁ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×"
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1045
-msgid "Total Songs"
-msgstr "÷ÓĹÇĎ ĐĹÓĹÎ"
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr "đĎÄĎÂŇÁÔŘ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ"
-#: ../../lib/class/catalog.class.php:859
-#: ../../lib/class/catalog.class.php:1045
-msgid "Songs Per Seconds"
-msgstr "đĹÓĹÎ × ÓĹËŐÎÄŐ"
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:21
+msgid "Other Tools"
+msgstr "äŇŐÇÉĹ ÓŇĹÄÓÔ×Á"
-#: ../../lib/class/catalog.class.php:894
-#: ../../lib/class/catalog.class.php:1565
-msgid "Updated"
-msgstr "ďÂÎĎ×ĚĹÎĎ"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "đĎËÁÚÁÔŘ ÄŐÂĚÉŇŐŔÝÉĹÓŃ ĐĹÓÎÉ"
-#: ../../lib/class/catalog.class.php:901
-msgid "No Update Needed"
-msgstr "ďÂÎĎ×ĚĹÎÉĹ ÎĹ ÔŇĹÂŐĹÔÓŃ"
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:23
+msgid "Clear Now Playing"
+msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "Starting New Song Search on"
-msgstr "îÁŢÁÔ ĐĎÉÓË ÎĎ×ŮČ ĐĹÓĹÎ ×"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
+msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ËĎÎĆÉÇ"
-#: ../../lib/class/catalog.class.php:983
-msgid "catalog"
-msgstr "ËÁÔÁĚĎÇ"
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
+msgstr "äĎÓÔŐĐ Ë ĐŇĹÄĐĎŢÔĹÎÉŃÍ"
-#: ../../lib/class/catalog.class.php:987
-msgid "Running Remote Update"
-msgstr "úÁĐŐÝĹÎĎ ŐÄÁĚĹÎÎĎĹ ĎÂÎĎ×ĚĹÎÉĹ"
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
+msgstr "üËÓĐĎŇÔÉŇĎ×ÁÔŘ × Itunes âä"
-#: ../../lib/class/catalog.class.php:1044
-msgid "Catalog Update Finished"
-msgstr "ďÂÎĎ×ĚĹÎÉĹ ËÁÔÁĚĎÇÁ ÚÁ×ĹŇŰĹÎĎ"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
+msgstr ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Error"
-msgstr "ďŰÉÂËÁ"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr "đŇĎ×ĹŇÉÔŘ ÎĎ×ŐŔ ×ĹŇÓÉŔ"
-#: ../../lib/class/catalog.class.php:1064
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-msgstr "îĹ×ĎÚÍĎÖÎĎ ÚÁÇŇŐÚÉÔŘ ÂÉÂĚÉĎÔĹËŐ XMLRPC, ŐÂĹÄÉÔĹÓŘ ŢÔĎ XML-RPC ×ËĚŔŢĹÎĎ"
+#: ../../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/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Error connecting to"
-msgstr "ďŰÉÂËÁ ĐŇÉ ÓĎĹÄÉÎĹÎÉÉ Ó"
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:73
+msgid "Object"
+msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Code"
-msgstr "ëĎÄ"
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:75
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "ďÔÍĹŢĹÎÎŮĹ"
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Reason"
-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/class/catalog.class.php:1123
-msgid "Completed updating remote catalog(s)"
-msgstr "úÁËĎÎŢĹÎĎ ĎÂÎĎ×ĚĹÎÉĹ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×"
+#: ../../templates/show_flagged.inc.php:41
+#: ../../templates/show_flagged.inc.php:77
+msgid "Status"
+msgstr "óÔÁÔŐÓ"
-#: ../../lib/class/catalog.class.php:1158
-msgid "Added"
-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/class/catalog.class.php:1240
-msgid "Cleaning the"
-msgstr "ďŢÉÓÔËÁ"
+#: ../../templates/show_flagged.inc.php:83
+msgid "Reject"
+msgstr "ďÔËĚĎÎÉÔŘ"
-#: ../../lib/class/catalog.class.php:1240
-#: ../../lib/class/catalog.class.php:1520 ../../templates/sidebar.inc.php:30
-msgid "Catalog"
-msgstr "ëÁÔÁĚĎÇ"
+#: ../../templates/show_flagged.inc.php:84
+msgid "Approve"
+msgstr "ďÄĎÂŇÉÔŘ"
-#: ../../lib/class/catalog.class.php:1241
-msgid "Checking"
-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/class/catalog.class.php:1313
-msgid "Catalog Clean Done"
-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 "đĎËÁÚÁÔŘ ×ÓĹ"
-#: ../../lib/class/catalog.class.php:1313
-msgid "files removed"
-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"
-#: ../../lib/class/catalog.class.php:1520
-msgid "Updating the"
-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 ""
+"äÁÎÎÁŃ ÓÔŇÁÎÉĂÁ ĐŇĹÄÎÁÚÎÁŢĹÎÁ ÄĚŃ ŐÓÔÁÎĎ×ËÉ ÂÁÚŮ ÄÁÎÎŮČ Ampache É "
+"ÄĚŃÓĎÚÄÁÎÉŃ ĆÁĘĚÁ ampache.cfg.php. đĹŇĹÄ ÔĹÍ, ËÁË ĐŇĎÄĎĚÖÉÔŘ, ĐĎÖÁĚŐĘÓÔÁ, "
+"ŐÂĹÄÉÔĹÓŘ ŢÔĎ Ő ×ÁÓ ×ŮĐĎĚÎĹÎŮ ÓĚĹÄŐŔÝÉĹ ŐÓĚĎ×ÉŃ:"
-#: ../../lib/class/catalog.class.php:1521
-msgid "songs found checking tag information."
-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 ""
+"óĹŇ×ĹŇ MySQL Ó ĚĎÇÉÎĎÍ É ĐÁŇĎĚĹÍ, ËĎÔĎŇĎÍŐ ÍĎÖÎĎ ÓĎÚÄÁ×ÁÔŘ/ÉÚÍĹÎŃÔŘ ÂÁÚŮ "
+"ÄÁÎÎŮČ"
-#: ../../lib/class/catalog.class.php:1522
-msgid "Verifed"
-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 ""
+"÷ÁŰ ×ĹÂ-ÓĹŇ×ĹŇ ÉÍĹĹÔ ÄĎÓÔŐĐ ÎÁ ŢÔĹÎÉĹ Ë ĆÁĘĚÁÍ /sql/ampache.sql É /config/"
+"ampache.cfg.dist.php"
-#: ../../lib/class/catalog.class.php:1574
-msgid " FOUND"
-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 ""
+"ëÁË ÔĎĚŘËĎ ×Ů ŐÂĹÄÉÔĹÓŘ, ŢÔĎ Ő ×ÁÓ ×ŮĐĎĚÎĹÎŮ ×ÓĹ ŐÓĚĎ×ÉŃ, ××ĹÄÉÔĹÉÎĆĎŇÍÁĂÉŔ "
+"ÎÉÖĹ. ő ×ÁÓ ÂŐÄĹÔ ÂŐÄŐÔ ÚÁĐŇĎŰĹÎŮ ÔĎĚŘËĎ ĎÂŃÚÁÔĹĚŘÎŮĹ ÚÎÁŢĹÎÉŃËĎÎĆÉÇÁ. ĺÓĚÉ "
+"÷Ů ÚÁČĎÔÉÔĹ ×ÎĹÓÔÉ ÉÚÍĹÎĹÎÉŃ × ×ÁŰŐ ŐÓÔÁÎĎ×ËŐ 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"
-#: ../../lib/class/catalog.class.php:1576
-msgid "Searching for new Album Art"
-msgstr "đĎÉÓË ÎĎ×ĎĘ ĎÂĚĎÖËÉ ÁĚŘÂĎÍÁ"
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
+msgstr "űÁÇ 2 - óĎÚÄÁÎÉĹ ĆÁĘĚÁ ampache.cfg.php"
-#: ../../lib/class/catalog.class.php:1580
-msgid "Album Art Already Found"
-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 "űÁÇ 3 - îÁÓÔŇĎĘËÁ ĐĹŇ×ÉŢÎĎÇĎ ÁËËÁŐÎÔÁ"
-#: ../../lib/class/catalog.class.php:1634
-msgid "Update Finished."
-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 ""
+"îÁ ÜÔĎÍ ŰÁÇĹ ÂŐÄĹÔ ÓĎÚÄÁÎ ÷ÁŰ ĐĹŇ×ÉŢÎŮĘ ÁËËÁŐÎÔ ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ.ëÁË ÔĎĚŘËĎ "
+"ÁËËÁŐÎÔ ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ ÂŐÄĹÔ ÓĎÚÄÁÎ, ÷Ů ÂŐÄĹÔĹ ĐĹŇĹÎÁĐŇÁ×ĚĹÎŮîÁ ÓÔŇÁÎÉĂŐ "
+"×ČĎÄÁ."
-#: ../../lib/class/catalog.class.php:1634
-msgid "Checked"
-msgstr "ďÔÍĹŢĹÎ"
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
+msgstr "óĎÚÄÁÎÉĹ ÁËËÁŐÎÔÁ ÁÄÍÉÎÉÓÔŇÁÔĎŇÁ "
-#: ../../lib/class/catalog.class.php:1634
-msgid "songs updated."
-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 "đĎĚŘÚĎ×ÁÔĹĚŘ"
-#: ../../lib/class/artist.class.php:225
-msgid "Error: Name Identical"
-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 "đÁŇĎĚŘ"
-#: ../../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 "îÁÚ×ÁÎÉĹ"
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
+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 "ĎÂÎĎ×ĚĹÎĎ ×"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "đŐÔŘ"
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
-msgstr "âÉÔŇĹĘÄ"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
+msgstr ""
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
-msgstr "óËĎŇĎÓÔŘ"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr ""
-#: ../../lib/class/song.class.php:373
-msgid "Mode"
-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 "äĹĘÓÔ×ÉŃ"
-#: ../../lib/class/song.class.php:377
-#: ../../templates/show_tv_playlist.inc.php:46
-#: ../../templates/show_songs.inc:51
-msgid "Time"
-msgstr "÷ŇĹÍŃ"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+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 "ôŇĹË"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
+msgstr "XSPF ĐŇĎÉÇŇŮ×ÁÔĹĚŘ"
-#: ../../lib/class/song.class.php:385
-msgid "Filesize"
-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 "îÁÚ×ÁÎÉĹ"
-#: ../../lib/class/song.class.php:390
+#: ../../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_recently_played.inc.php:32
-#: ../../templates/show_list_duplicates.inc.php:32
-#: ../../templates/show_get_albumart.inc.php:30
+#: ../../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_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
+#: ../../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 "éÓĐĎĚÎÉÔĹĚŘ"
-#: ../../lib/class/song.class.php:395
+#: ../../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_recently_played.inc.php:31
-#: ../../templates/show_list_duplicates.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:38
+#: ../../templates/show_get_albumart.inc.php:36
#: ../../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
+#: ../../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 "áĚŘÂĎÍ"
-#: ../../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 "çĎÄ"
-
-#: ../../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_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_genres.inc.php:36
#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_songs.inc:54 ../../templates/show_search.inc:57
+#: ../../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 "óÔÉĚŘ"
-#: ../../lib/class/flag.class.php:264
-msgid "Approved"
-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 "âÉÔŇĹĘÄ"
-#: ../../lib/class/flag.class.php:265
-msgid "Pending"
-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 "ćÁĘĚ"
-#: ../../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 "őÄÁĚÉÔŘ"
+#: ../../templates/show_song.inc.php:50
+msgid "Last Updated"
+msgstr ""
-#: ../../lib/class/flag.class.php:280
-msgid "Re-Tag"
-msgstr "éÚÍĹÎÉÔŘ ÔĹÇ"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
+msgstr ""
-#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-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 "đĹÓÎŃ"
-#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59
-msgid "Other"
-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 ""
-#: ../../lib/class/flag.class.php:289 ../../lib/class/localplay.class.php:569
-#: ../../lib/general.lib.php:890
+#: ../../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
-#: ../../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 "óĹĘŢÁÓ ÓĚŐŰÁŔÔ"
+#: ../../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 "đĎĚÎĎĹ ÉÍŃ"
-#: ../../lib/class/localplay.class.php:563
-msgid "Stopped"
-msgstr "ďÓÔÁÎĎ×ĚĹÎĎ"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+msgstr ""
-#: ../../lib/class/localplay.class.php:566
-msgid "Paused"
-msgstr "đÁŐÚÁ"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:102
+msgid "Last Seen"
+msgstr "đĎÓĚĹÄÎĹĹ ĐĎŃ×ĚĹÎÉĹ"
-#: ../../lib/rating.lib.php:43
-msgid "Don't Play"
-msgstr "îĹ ÉÇŇÁÔŘ"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
+msgstr "áËÔÉ×ÎĎÓÔŘ"
-#: ../../lib/rating.lib.php:46
-msgid "It's Pretty Bad"
-msgstr "đĚĎČĎ"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr ""
-#: ../../lib/rating.lib.php:49
-msgid "It's Ok"
-msgstr "čĎŇĎŰĎ"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr ""
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
-msgstr "ďŢĹÎŘ ČĎŇĎŰĎ"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
+msgstr ""
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
-msgstr "đŇĎÓÔĎ ÓŐĐĹŇ!"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
+msgid "Recently Played"
+msgstr "îĹÄÁ×ÎĎ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÎŮĹ"
-#: ../../lib/rating.lib.php:58
-msgid "It's Insane"
+#: ../../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 ""
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
+#: ../../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 ""
-#: ../../lib/debug.lib.php:218
+#: ../../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 ""
-"You defined the option \"debug = on\" but didn't define a log path for the "
-"log to be stored"
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.php.dist file"
msgstr ""
-"÷Ů ×ŮÂŇÁĚÉ ĎĐĂÉŔ \"debug = on\", ÎĎ ÎĹ ĎĐŇĹÄĹĚÉĚÉ ĐŐÓÔŘ, ÇÄĹ ÓĎČŇÁÎŃÔŘ ĚĎÇ"
-
-#: ../../lib/preferences.php:258
-msgid "Enable"
-msgstr "÷ËĚŔŢĹÎĎ"
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.php.dist file"
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
-msgstr "÷ŮËĚŔŢĹÎĎ"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr ""
-#: ../../lib/preferences.php:271
-#: ../../templates/show_playtype_switch.inc.php:30
-#: ../../templates/show_tv_adminctl.inc.php:41
-msgid "Stream"
-msgstr "đĎÔĎË"
+#: ../../templates/show_random_albums.inc.php:23
+msgid "Albums of the Moment"
+msgstr "áĚŘÂĎÍŮ ÍÇÎĎ×ĹÎÉŃ"
-#: ../../lib/preferences.php:274
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/show_tv_adminctl.inc.php:42
-msgid "Downsample"
-msgstr "ó ĐĎÎÉÖĹÎÉĹÍ ÂÉÔŇĹĘÄÁ"
+#: ../../templates/show_random_albums.inc.php:46
+#: ../../templates/show_album.inc.php:45
+msgid "Play Album"
+msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÁĚŘÂĎÍ"
-#: ../../lib/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
-msgstr "äĹÍĎËŇÁÔÉŢÎŮĘ"
+#: ../../templates/show_localplay_status.inc.php:51
+msgid "Volume"
+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 "ěĎËÁĚŘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ"
+#: ../../templates/show_localplay_status.inc.php:55
+msgid "Repeat"
+msgstr "đĎ×ÔĎŇŃÔŘ"
-#: ../../lib/preferences.php:282
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "XSPF Player"
-msgstr "XSPF ĐŇĎÉÇŇŮ×ÁÔĹĚŘ"
+#: ../../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 "óĚŐŢÁĘÎĎ"
-#: ../../lib/preferences.php:289
-msgid "M3U"
-msgstr "M3U"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+msgstr "÷ŇĹÍŃ ÄĎÂÁ×ĚĹÎÉŃ"
-#: ../../lib/preferences.php:290
-msgid "Simple M3U"
-msgstr "đŇĎÓÔĎĘ M3U"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
+msgstr "őÄÁĚÉÔŘ"
-#: ../../lib/preferences.php:291
-msgid "PLS"
-msgstr "PLS"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
+msgstr ""
-#: ../../lib/preferences.php:292
-msgid "Asx"
-msgstr "Asx"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "äĎÂÁ×ÉÔŘ ÚÁĐÉÓŘ"
-#: ../../lib/preferences.php:293
-msgid "RAM"
-msgstr "RAM"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "îÁŢÁĚŘÎŮĘ ÁÄŇĹÓ"
-#: ../../lib/preferences.php:294
-msgid "XSPF"
-msgstr "XSPF"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "ëĎÎĹŢÎŮĘ ÁÄŇĹÓ"
-#: ../../lib/preferences.php:326
-msgid "Disabled"
-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 "őŇĎ×ĹÎŘ"
-#: ../../lib/preferences.php:327
-msgid "Global"
-msgstr "çĚĎÂÁĚŘÎŮĘ"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
+msgstr "ëĚŔŢ"
-#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58
-msgid "Local"
-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 "ôÉĐ"
-#: ../../lib/playlist.lib.php:74
-msgid "No songs in this playlist."
-msgstr "îĹÔ ĐĹÓĹÎ × ÜÔĎÍ ĐĚĹĘĚÉÓÔĹ."
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:101
+msgid "Fullname"
+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
-msgid "All"
-msgstr "÷ÓĹ"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:103
+msgid "Registration Date"
+msgstr "äÁÔÁ ŇĹÇÉÓÔŇÁĂÉÉ"
-#: ../../lib/playlist.lib.php:194 ../../playlist.php:63
-msgid "New Playlist"
-msgstr "îĎ×ŮĘ ĐĚĹĘĚÉÓÔ"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
+msgid "Last Ip"
+msgstr "đĎÓĚĹÄÎÉĘ IP"
-#: ../../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_users.inc.php:47
+#: ../../templates/show_users.inc.php:109
+msgid "On-line"
+msgstr "On-line"
-#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880
-msgid "English"
-msgstr "English"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr ""
-#: ../../lib/general.lib.php:881
-msgid "British English"
+#: ../../templates/show_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
msgstr ""
-#: ../../lib/general.lib.php:887
-msgid "Turkish"
-msgstr "Turkish"
+#: ../../templates/show_manage_democratic.inc.php:58
+msgid "Create New Playlist"
+msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ĐĚĹĘĚÉÓÔ"
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
+#: ../../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"
-#: ../../lib/general.lib.php:966
-msgid "On"
-msgstr "÷ËĚ"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
+msgstr ""
-#: ../../lib/general.lib.php:969
-msgid "Off"
-msgstr "÷ŮËĚ"
+#: ../../templates/show_install_config.inc.php:60
+msgid "Web Path"
+msgstr "÷Ĺ ĐŐÔŘ"
-#: ../../lib/ui.lib.php:115
-msgid "Error Access Denied"
-msgstr "ďŰÉÂËÁ: ÄĎÓÔŐĐ ÚÁĐŇĹÝĹÎ"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "öĹĚÁĹÍĎĹ ÉÍŃ ÂÁÚŮ ÄÁÎÎŮČ"
-#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87
-msgid "Browse"
-msgstr "đŇĎÓÍĎÔŇ"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "éÍŃ ČĎÓÔÁ MySQL"
-#: ../../lib/ui.lib.php:196
-msgid "Show w/o art"
-msgstr "đĎËÁÚÁÔŘ ÂĹÚ ĎÂĚĎÖËÉ"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "éÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ MySQL"
-#: ../../lib/ui.lib.php:199
-msgid "Show all"
-msgstr "đĎËÁÚÁÔŘ ×ÓŁ"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "đÁŇĎĚŘ MySQL"
-#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48
-msgid "Home"
-msgstr "çĚÁ×ÎÁŃ"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr "óĎČŇÁÎÉÔŘ ËĎÎĆÉÇŐŇÁĂÉŔ"
-#: ../../lib/ui.lib.php:793
-msgid "Upload"
-msgstr "úÁËÁŢÁÔŘ"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr "Ampache.cfg.php ÓŐÝĹÓÔ×ŐĹÔ"
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
-msgstr "ěĎËÁĚŘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Ampache.cfg.php ÎÁÓÔŇĎĹÎ?"
-#: ../../lib/ui.lib.php:799
-msgid "Random Play"
-msgstr "óĚŐŢÁĘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "đŇĎ×ĹŇÉÔŘ ËĎÎĆÉÇŐŇÁĂÉŔ"
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-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 "ďÂÎĎ×ÉÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
-#: ../../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/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
-msgid "Statistics"
-msgstr "óÔÁÔÉÓÔÉËÁ"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
+msgstr "Stop"
-#: ../../lib/ui.lib.php:1429
-msgid "Manage Users"
-msgstr "őĐŇÁ×ĚĹÎÉĹ ĐĎĚŘÚĎ×ÁÔĹĚŃÍÉ"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
+msgstr "Pause"
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
-msgstr "äĎÂÁ×ÉÔŘ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "éÇŇÁÔŘ"
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "ĆÁĘĚ"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "äÁĚĹĹ"
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-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 "ďĐÉÓÁÎÉĹ"
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-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 "÷ĹŇÓÉŃ"
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr "âŮĚÁ ĐŇĎÂĚĹÍÁ Ó ÚÁÇŇŐÚËĎĘ ĆÁĘĚÁ: %s ÎĹ ÂŮĚ ÚÁÇŇŐÖĹÎ."
+#: ../../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 "÷ŮËĚŔŢĹÎĎ"
-#: ../../modules/horde/Browser.php:901
-#, php-format
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
+msgstr "áËÔÉ×ÉŇĎ×ÁÔŘ"
+
+#: ../../templates/show_install.inc.php:54
msgid ""
-"There was a problem with the file upload: The %s was larger than the maximum "
-"allowed size (%d bytes)."
+"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 ""
-"âŮĚÁ ĐŇĎÂĚĹÍÁ Ó ÚÁÇŇŐÚËĎĘ ĆÁĘĚÁ: ŇÁÚÍĹŇ ÚÁÇŇŐÖÁĹÍĎÇĎ ĆÁĘĚÁ %s ĐŇĹ×ŮŰÁĹÔ "
-"ÍÁËÉÍÁĚŘÎĎ ÄĎÍŐÓÔÉÍŮĘ ŇÁÚÍĹŇ (%d ÂÁĘÔ)."
+"îÁ ÄÁÎÎĎÍ ŰÁÇĹ ÂŐÄĹÔ ÓĎÚÄÁÎÁ É ÄĎÂÁ×ĚĹÎÁ ÂÁÚÁ ÄÁÎÎŮČ Ampache. đĎÖÁĚŐĘÓÔÁ, "
+"ĐŇĹÄĎÓÔÁ×ŘÔĹ mysql ÁËËÁŐÎÔ Ó ĐŇÁ×ÁÍÉ ÓĎÚÄÁÎÉŃ ÂÁÚ ÄÁÎÎŮČ. äÁÎÎŮĘ ŰÁÇ ÍĎÖĹÔ "
+"ÚÁÎŃÔŘ ÎĹËĎÔĎŇĎĹ ×ŇĹÍŃ × ÚÁ×ÉÓÉÍĎÓÔÉ ĎÔ ÓËĎŇĎÓÔÉ ÷ÁŰĹÇĎ ËĎÍĐŘŔÔĹŇÁ."
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr "âŮĚÁ ĐŇĎÂĚĹÍÁ Ó ÚÁÇŇŐÚËĎĘ ĆÁĘĚÁ: ĆÁĘĚ ÂŮĚ ÚÁÇŇŐÖĹÎ ŢÁÓÔÉŢÎĎ."
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
+msgstr ""
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr "ďÔÍĹÔÉÔŘ ĐĹÓÎŔ"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
+msgstr ""
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
-msgstr "ćÁĘĚ"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
+msgstr ""
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
-msgstr "đŐÎËÔ"
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
+msgstr "óĎÚÄÁÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ ÄĚŃ ÎĎ×ĎĘ ÂÁÚŮ ÄÁÎÎŮČ"
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
-msgstr "đŇÉŢÉÎÁ ĎÔÍĹÔËÉ"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
+msgstr "éÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ Ampache"
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr "îĹ×ĹŇÎŮĹ ÔĹÇÉ"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
+msgstr "đÁŇĎĚŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ Ampache"
-#: ../../templates/show_flag.inc.php:70
-#: ../../templates/show_flagged.inc.php:30
-msgid "Flag"
-msgstr "ďÔÍĹŢĹÎÎŮĹ"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:52
-msgid "Volume"
-msgstr "çŇĎÍËĎÓÔŘ"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
+msgstr "äĎÂÁ×ÉÔŘ ÂÁÚŐ ÄÁÎÎŮČ"
-#: ../../templates/show_localplay_status.inc.php:56
-msgid "Repeat"
-msgstr "đĎ×ÔĎŇŃÔŘ"
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
+msgstr "đĎČĎÖÉĹ ÉÓĐĎĚÎÉÔĹĚÉ"
-#: ../../templates/show_localplay_status.inc.php:62
-#: ../../templates/show_playlists.inc.php:63
-#: ../../templates/sidebar.inc.php:133
-msgid "Random"
-msgstr "óĚŐŢÁĘÎĎ"
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+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_similar_artists.inc.php:66
+msgid "Back"
+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_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 ""
-"äÁÎÎÁŃ ÓÔŇÁÎÉĂÁ ĐŇĹÄÎÁÚÎÁŢĹÎÁ ÄĚŃ ŐÓÔÁÎĎ×ËÉ ÂÁÚŮ ÄÁÎÎŮČ 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"
+#: ../../templates/show_playlist.inc.php:32
+msgid "Play Random"
+msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ"
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
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"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
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"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
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/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr "ďŰÉÂËÁ: ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĘ ĆÁĘĚ ŐÓÔÁŇĹĚ"
-#: ../../templates/show_install_account.inc.php:54
-msgid "Step 2 - Creating the ampache.cfg.php file"
-msgstr "űÁÇ 2 - óĎÚÄÁÎÉĹ ĆÁĘĚÁ ampache.cfg.php"
+#: ../../templates/show_albums.inc.php:40
+#: ../../templates/show_albums.inc.php:61
+msgid "Cover"
+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"
-msgstr "űÁÇ 3 - îÁÓÔŇĎĘËÁ ĐĹŇ×ÉŢÎĎÇĎ ÁËËÁŐÎÔÁ"
+#: ../../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_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_preference_admin.inc.php:22
+msgid "Preference Administration"
+msgstr "őĐŇÁ×ĚĹÎÉĹ ĐŇĹÄĐĎŢÔĹÎÉŃÍÉ"
-#: ../../templates/show_install_account.inc.php:60
-msgid "Create Admin Account"
-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_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_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+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_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr "ÍÉÎŐÔ ÎÁÚÁÄ"
-#: ../../templates/show_install_account.inc.php:74
-msgid "Create Account"
-msgstr "óĎÚÄÁÔŘ ÁËËÁŐÎÔ"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
+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_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
+msgstr "ÄÎĹĘ ÎÁÚÁÄ"
-#: ../../templates/show_add_catalog.inc.php:35
-msgid "Catalog Name"
-msgstr "ëÁÔÁĚĎÇ"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr "ÎĹÄĹĚŘ ÎÁÚÁÄ"
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
-msgstr "á×ÔĎÍÁÔÉŢĹÓËÉ ÄĎÂÁ×ĚĹÎÎŮĹ ĐĎĚŃ"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr "ÍĹÓŃĂĹ× ÎÁÚÁÄ"
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr "ÎÁÚ×ÁÎÉĹ ÁĚŘÂĎÍÁ"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
+msgstr "ĚĹÔ ÎÁÚÁÄ"
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr "ÉÍŃ ÉÓĐĎĚÎÉÔĹĚŃ"
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:88
+msgid "Last Played"
+msgstr "đĎÓĚĹÄÎÉĘ ŇÁÚ"
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
-msgstr "id3 ËĎÍÍĹÎÔÁŇÉÉ"
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr "éÓËÁÔŘ"
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr "ÖÁÎŇ"
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
+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_search.inc.php:72
+msgid "Played"
+msgstr "đŇĎÉÇŇÁÎÎÁŃ"
-#: ../../templates/show_add_catalog.inc.php:44
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
-msgstr "ÎÁÚ×ÁÎÉĹ ĐĹÓÎÉ"
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr "äÁ"
-#: ../../templates/show_add_catalog.inc.php:45
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr "ÇĎÄ"
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr "îĹÔ"
-#: ../../templates/show_add_catalog.inc.php:46
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr "ÄŇŐÇĎĹ"
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
+msgstr "íÉÎ ÂÉÔŇĹĘÄ"
-#: ../../templates/show_add_catalog.inc.php:51
-msgid "Path"
-msgstr "đŐÔŘ"
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
+msgstr "ďÄÎÁ Ú×ĹÚÄÁ"
-#: ../../templates/show_add_catalog.inc.php:55
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
-msgstr "ôÉĐ ËÁÔÁĚĎÇÁ"
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
+msgstr "ä×Ĺ Ú×ĹÚÄŮ"
-#: ../../templates/show_add_catalog.inc.php:59
-msgid "Remote"
-msgstr "őÄÁĚĹÎÎŮĘ"
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr "ôŇÉ Ú×ĹÚÄŮ"
-#: ../../templates/show_add_catalog.inc.php:64
-#: ../../templates/show_edit_catalog.inc.php:44
-msgid "XML-RPC Key"
-msgstr "XML-RPC ËĚŔŢ"
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
+msgstr "ţĹÔŮŇĹ Ú×ĹÚÄŮ"
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Required for Remote Catalogs"
-msgstr "ôŇĹÂŐĹÔÓŃ ÄĚŃ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×"
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
+msgstr "đŃÔŘ Ú×ĹÚÄ"
-#: ../../templates/show_add_catalog.inc.php:68
-msgid "Filename Pattern"
-msgstr "űÁÂĚĎÎ ÉÍĹÎÉ ĆÁĘĚÁ"
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
+msgstr "ďĐĹŇÁÔĎŇ"
-#: ../../templates/show_add_catalog.inc.php:73
-#: ../../templates/show_edit_catalog.inc.php:57
-msgid "Folder Pattern"
-msgstr "űÁÂĚĎÎ ĐÁĐËÉ"
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr "é"
-#: ../../templates/show_add_catalog.inc.php:73
-#: ../../templates/show_edit_catalog.inc.php:57
-msgid "(no leading or ending '/')"
-msgstr "(ÂĹÚ ÎÁŢÁĚŘÎĎÇĎ ÉĚÉ ÚÁ×ĹŇŰÁŔÝĹÇĎ '/')"
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
+msgstr "íĹÔĎÄ"
-#: ../../templates/show_add_catalog.inc.php:78
-#: ../../templates/show_admin_tools.inc.php:77
-msgid "Gather Album Art"
-msgstr "đĎÄĎÂŇÁÔŘ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ"
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
+msgstr "îĹŢĹÔËÉĘ"
-#: ../../templates/show_add_catalog.inc.php:82
-msgid "Build Playlists from m3u Files"
-msgstr "óĎÚÄÁ×ÁÔŘ ĐĚĹĘĚÉÓÔŮ ÉÚ m3u ĆÁĘĚĎ×"
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr "ţĹÔËÉĘ"
-#: ../../templates/show_add_catalog.inc.php:90
-msgid "Add Catalog"
-msgstr "äĎÂÁ×ÉÔŘ ËÁÔÁĚĎÇ"
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
+msgstr "íÁËÓÉÍŐÍ ŇĹÚŐĚŘÔÁÔĎ×"
-#: ../../templates/show_tv.inc.php:42
-msgid "Controls"
-msgstr "őĐŇÁ×ĚĹÎÉĹ"
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:68
+msgid "Unlimited"
+msgstr "îĹ ĎÇŇÁÎÉŢĹÎĎ"
-#: ../../templates/show_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:43
-msgid "Current Playlist"
-msgstr "ôĹËŐÝÉĘ ĐĚĹĘĚÉÓÔ"
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:6
+msgid "Add Radio Station"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:28
-#: ../../templates/sidebar.inc.php:104
-msgid "Playlists"
-msgstr "đĚĹĘĚÉÓÔŮ"
+#: ../../templates/show_add_live_stream.inc.php:35
+#: ../../templates/show_edit_live_stream_row.inc.php:28
+msgid "Homepage"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:33
-msgid "Playlist Name"
-msgstr "đĚĹĘĚÉÓÔ"
+#: ../../templates/show_add_live_stream.inc.php:42
+#: ../../templates/show_edit_live_stream_row.inc.php:27
+msgid "Stream URL"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:34
-msgid "# Songs"
-msgstr "No đĹÓÎÉ"
+#: ../../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_playlists.inc.php:35
-msgid "Owner"
-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_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_edit_access.inc.php:22
+msgid "Edit ACL"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:52
+#: ../../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
-#: ../../templates/show_add_access.inc:56
-#: ../../templates/show_edit_access.inc:66
+#: ../../lib/class/access.class.php:271
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_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:54
+#: ../../lib/class/access.class.php:274
+msgid "Read"
+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_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:55
+#: ../../lib/class/access.class.php:277
+msgid "Read/Write"
+msgstr "ţÔĹÎÉĹ/úÁĐÉÓŘ"
-#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
-msgstr "óËÁŢÁÔŘ"
+#: ../../templates/show_user_registration.inc.php:54
+msgid "Ampache New User Registration"
+msgstr "ňĹÇÉÓÔŇÁĂÉŃ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ Ampache"
-#: ../../templates/show_playlists.inc.php:75
-msgid "No Playlists Found"
-msgstr "đĚĹĘĚÉÓÔŮ ÎĹ ÎÁĘÄĹÎŮ"
+#: ../../templates/show_user_registration.inc.php:69
+msgid "User Agreement"
+msgstr "đĎĚŘÚĎ×ÁÔĹĚŘÓËĎĹ ÓĎÇĚÁŰĹÎÉĹ"
-#: ../../templates/show_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
-msgstr "äÁ"
+#: ../../templates/show_user_registration.inc.php:79
+msgid "I Accept"
+msgstr "ń ĐŇÉÎÉÍÁŔ"
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
-msgstr "ěŔÂÉÍŮĹ"
+#: ../../templates/show_user_registration.inc.php:93
+msgid "User Information"
+msgstr "éÎĆĎŇÍÁĂÉŃ Ď ĐĎĚŘÚĎ×ÁÔĹĚĹ"
-#: ../../templates/show_user_stats.inc.php:29
-msgid "Favorite Artists"
-msgstr "ěŔÂÉÍŮĹ ÉÓĐĎĚÎÉÔĹĚÉ"
+#: ../../templates/show_user_registration.inc.php:155
+msgid "Clear Info"
+msgstr "ďŢÉÓÔÉÔŘ ÉÎĆĎ"
-#: ../../templates/show_user_stats.inc.php:40
-msgid "Favorite Albums"
-msgstr "ěŔÂÉÍŮĹ ÁĚŘÂĎÍŮ"
+#: ../../templates/show_user_registration.inc.php:156
+msgid "Register User"
+msgstr "úÁŇĹÇÉÓÔŇÉŇĎ×ÁÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
-#: ../../templates/show_user_stats.inc.php:51
-msgid "Favorite Songs"
-msgstr "ěŔÂÉÍŮĹ ĐĹÓÎÉ"
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+msgid "Login"
+msgstr "ěĎÇÉÎ"
-#: ../../templates/show_playlist_edit.inc.php:27
-msgid "Editing Playlist"
-msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ ĐĚĹĘĚÉÓÔÁ"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+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_login_form.inc.php:78
+msgid "Register"
+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_login_form.inc.php:87
+msgid "Message of the Day"
+msgstr "ćŇÁÚÁ ÄÎŃ"
-#: ../../templates/show_playlist_edit.inc.php:39
-msgid "Public"
-msgstr "ďÂÝĹĹ"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:40
-msgid "Private"
-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_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/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55
+msgid "Most Popular Albums"
+msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÁĚŘÂĎÍŮ"
-#: ../../templates/sidebar.inc.php:28
-msgid "Users"
-msgstr "đĎĚŘÚĎ×ÁÔĹĚÉ"
+#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
+msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÖÁÎŇŮ"
-#: ../../templates/sidebar.inc.php:29
-msgid "Mail Users"
-msgstr "Mail Users"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:69
+msgid "Most Popular Songs"
+msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ĐĹÓÎÉ"
-#: ../../templates/sidebar.inc.php:31
-msgid "Config"
+#: ../../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/sidebar.inc.php:32
-msgid "Access List"
+#: ../../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/sidebar.inc.php:37
-msgid "Song Title"
-msgstr "đĹÓÎŃ"
+#: ../../templates/show_mail_users.inc.php:98
+msgid "Subject"
+msgstr "ôĹÍÁ"
-#: ../../templates/sidebar.inc.php:60
-#: ../../templates/show_preference_admin.inc.php:39
-#: ../../templates/show_tv_playlist.inc.php:48
-msgid "Admin"
-msgstr "áÄÍÉÎËÁ"
+#: ../../templates/show_mail_users.inc.php:105
+msgid "Message"
+msgstr "óĎĎÂÝĹÎÉĹ"
-#: ../../templates/sidebar.inc.php:154 ../../templates/show_random_play.inc:56
-msgid "Minutes"
-msgstr "íÉÎŐÔ"
+#: ../../templates/show_mail_users.inc.php:114
+msgid "Send Mail"
+msgstr "đĎÓĚÁÔŘ ÓĎĎÂÝĹÎÉĹ"
-#: ../../templates/sidebar.inc.php:157 ../../templates/show_random_play.inc:53
-msgid "Less Played"
-msgstr "ňĹÖĹ ĐŇĎÉÇŇŮ×ÁĹÍŮĹ"
+#: ../../templates/show_add_user.inc.php:23
+msgid "Adding a New User"
+msgstr "äĎÂÁ×ĚĹÎÉĹ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
-#: ../../templates/sidebar.inc.php:162
-msgid "Enqueue"
-msgstr "÷ ĎŢĹŇĹÄŘ"
+#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:60
+msgid "Content Manager"
+msgstr ""
-#: ../../templates/sidebar.inc.php:185
-msgid "Democratic View"
-msgstr "äĹÍĎËŇÁÔÉŢÎŮĘ ×ÉÄ"
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_preference_box.inc.php:61
+msgid "Catalog Manager"
+msgstr ""
-#: ../../templates/sidebar.inc.php:189
-msgid "Logout"
-msgstr "÷ŮĘÔÉ"
+#: ../../templates/show_add_user.inc.php:84
+#: ../../templates/sidebar_admin.inc.php:11
+msgid "Add User"
+msgstr "äĎÂÁ×ÉÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
-#: ../../templates/show_admin_tools.inc.php:27
-msgid "Catalogs"
-msgstr "ëÁÔÁĚĎÇÉ"
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+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_add_access.inc.php:67
+msgid "RPC"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:42
-msgid "Add"
-msgstr "äĎÂÁ×ÉÔŘ"
+#: ../../templates/show_add_access.inc.php:72
+msgid "RPC Options"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:44
-msgid "Verify"
-msgstr "đŇĎ×ĹŇÉÔŘ"
+#: ../../templates/show_add_access.inc.php:82
+msgid "Create ACL"
+msgstr "óĎÚÄÁÔŘ ACL"
-#: ../../templates/show_admin_tools.inc.php:46
-msgid "Clean"
-msgstr "ďŢÉÓÔÉÔŘ"
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
+msgstr "úÎÁŢĹÎÉĹ"
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
-msgstr "âŮÓÔŇĎ"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "đŇÉÍĹÎÉÔŘ ËĎ ×ÓĹÍ"
-#: ../../templates/show_admin_tools.inc.php:57
-msgid "Gather Art"
-msgstr "÷ŮÂŇÁÔŘ ĎÂĚĎÖËŐ"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:65
-msgid "No Catalogs Found"
-msgstr "ëÁÔÁĚĎÇĎ× ÎĹ ÎÁĘÄĹÎĎ"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
+msgstr "ĎĐÉÓÁÎÉĹ"
-#: ../../templates/show_admin_tools.inc.php:71
-msgid "Clean All"
-msgstr "ďŢÉÓÔÉÔŘ ×ÓĹ"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
+msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ ĐĚĹĘĚÉÓÔÁ"
-#: ../../templates/show_admin_tools.inc.php:72
-msgid "Verify All"
-msgstr "đŇĎ×ĹŇÉÔŘ ×ÓĹ"
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "ďÂÝĹĹ"
-#: ../../templates/show_admin_tools.inc.php:73
-msgid "Add to All"
-msgstr "äĎÂÁ×ÉÔŘ ×Ď ×ÓĹ"
+#: ../../templates/show_playlist_edit.inc.php:40
+msgid "Private"
+msgstr "ţÁÓÔÎĎĹ"
-#: ../../templates/show_admin_tools.inc.php:74
-msgid "Update All"
-msgstr "ďÂÎĎ×ÉÔŘ ×ÓĹ"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
+msgstr "îÁĘÔÉ ÄŐÂĚÉËÁÔŮ"
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
-msgstr "äŇŐÇÉĹ ÓŇĹÄÓÔ×Á"
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
+msgstr "ôÉĐ ĐĎÉÓËÁ"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
-msgstr "đĎËÁÚÁÔŘ ÄŐÂĚÉŇŐŔÝÉĹÓŃ ĐĹÓÎÉ"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
+msgstr "éÓĐĎĚÎÉÔĹĚŘ É ÎÁÚ×ÁÎÉĹ"
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
-msgstr ""
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
+msgstr "éÓĐĎĚÎÉÔĹĚŘ, ÁĚŘÂĎÍ É ÎÁÚ×ÁÎÉĹ"
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:76
-msgid "Generate New Config"
-msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ËĎÎĆÉÇ"
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
+msgstr "÷ŮÂŇÁÔŘ ÎÁÉÂĎĚĹĹ ĐĎÄČĎÄŃÝÉĘ"
-#: ../../templates/show_admin_tools.inc.php:86
-msgid "Preferences Permissions"
-msgstr "äĎÓÔŐĐ Ë ĐŇĹÄĐĎŢÔĹÎÉŃÍ"
+#: ../../templates/show_gather_art.inc.php:23
+#: ../../lib/class/catalog.class.php:972
+msgid "Starting Album Art Search"
+msgstr "îÁŢÁÔ ĐĎÉÓË ÁĚŘÂĎÍÎŮČ ĎÂĚĎÖĹË"
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
-msgstr "üËÓĐĎŇÔÉŇĎ×ÁÔŘ × Itunes âä"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
+msgstr "đŇĎÓÍĎÔŇĹÎĎ"
-#: ../../templates/show_admin_tools.inc.php:88
-msgid "Check for New Version"
-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: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
+#: ../../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 "đĹŇĹÉÍĹÎĎ×ÁÔŘ ÉÓĐĎĚÎÉÔĹĚŃ"
-
#: ../../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_artist_box.inc.php:42
+msgid "Recommend Similar"
+msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "New Password"
-msgstr "îĎ×ŮĘ ĐÁŇĎĚŘ"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+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_random.inc.php:26
+msgid "Item count"
+msgstr "ëĎĚÉŢĹÓÔ×Ď"
-#: ../../templates/show_user.inc.php:55
-msgid "Clear Stats"
-msgstr "ďŢÉÓÔÉÔŘ ÓÔÁÔÉÓÔÉËŐ"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "öÁÎŇÁ"
-#: ../../templates/show_user.inc.php:65
-msgid "Update Account"
-msgstr "ďÂÎĎ×ÉÔŘ ÁËËÁŐÎÔ"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
+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_random.inc.php:51
+msgid "Less Played"
+msgstr "ňĹÖĹ ĐŇĎÉÇŇŮ×ÁĹÍŮĹ"
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
-msgid "Preference"
-msgstr "đŇĹÄĐĎŢÔĹÎÉĹ"
+#: ../../templates/show_random.inc.php:52
+msgid "Full Albums"
+msgstr "đĎĚÎĎÓÔŘŔ ÁĚŘÂĎÍŮ"
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
-msgstr "úÎÁŢĹÎÉĹ"
+#: ../../templates/show_random.inc.php:53
+msgid "Full Artist"
+msgstr "đĎĚÎĎÓÔŘŔ ÉÓĐĎĚÎÉÔĹĚÉ"
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
-msgstr "đŇÉÍĹÎÉÔŘ ËĎ ×ÓĹÍ"
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
+msgstr "íÉÎŐÔ"
-#: ../../templates/show_preference_box.inc.php:51
-msgid "description"
-msgstr "ĎĐÉÓÁÎÉĹ"
+#: ../../templates/show_random.inc.php:59
+msgid "From catalog"
+msgstr "ëÁÔÁĚĎÇÁ"
-#: ../../templates/show_user_registration.inc.php:54
-msgid "Ampache New User Registration"
-msgstr "ňĹÇÉÓÔŇÁĂÉŃ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ Ampache"
+#: ../../templates/show_random.inc.php:65
+msgid "Size Limit"
+msgstr "ěÉÍÉÔ ĐĎ ŇÁÚÍĹŇŐ"
-#: ../../templates/show_user_registration.inc.php:69
-msgid "User Agreement"
-msgstr "đĎĚŘÚĎ×ÁÔĹĚŘÓËĎĹ ÓĎÇĚÁŰĹÎÉĹ"
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
+msgstr "÷ ĎŢĹŇĹÄŘ"
-#: ../../templates/show_user_registration.inc.php:79
-msgid "I Accept"
-msgstr "ń ĐŇÉÎÉÍÁŔ"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:644
+msgid "Now Playing"
+msgstr "óĹĘŢÁÓ ÓĚŐŰÁŔÔ"
-#: ../../templates/show_user_registration.inc.php:93
-msgid "User Information"
-msgstr "éÎĆĎŇÍÁĂÉŃ Ď ĐĎĚŘÚĎ×ÁÔĹĚĹ"
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr "đŇĎÓÍĎÔŇ"
-#: ../../templates/show_user_registration.inc.php:108
-#: ../../templates/show_edit_user.inc.php:48
-msgid "Full Name"
-msgstr "đĎĚÎĎĹ ÉÍŃ"
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
+msgstr ""
-#: ../../templates/show_user_registration.inc.php:155
-msgid "Clear Info"
-msgstr "ďŢÉÓÔÉÔŘ ÉÎĆĎ"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr "áËËÁŐÎÔ"
-#: ../../templates/show_user_registration.inc.php:156
-msgid "Register User"
-msgstr "úÁŇĹÇÉÓÔŇÉŇĎ×ÁÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
-msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÁĚŘÂĎÍ"
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
+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/sidebar_preferences.inc.php:34
+msgid "Localplay Modules"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
-msgid "Update Album"
-msgstr "ďÂÎĎ×ÉÔŘ ÁĚŘÂĎÍ"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr "äĎÓÔŐĐÎŮĹ ĐĚÁÇÉÎŮ"
-#: ../../templates/show_install_lang.inc.php:37
-#: ../../templates/show_install.inc:38
-msgid "Requirements"
-msgstr "ôŇĹÂĎ×ÁÎÉŃ"
+#: ../../templates/sidebar_localplay.inc.php:13
+msgid "Show instances"
+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"
+#: ../../templates/sidebar_localplay.inc.php:14
+#: ../../templates/sidebar_home.inc.php:12
+msgid "Show Playlist"
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/sidebar_localplay.inc.php:18
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_modules.inc.php:38
-msgid "Localplay Modules"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_modules.inc.php:41
-msgid "Module Name"
+#: ../../templates/show_get_albumart.inc.php:23
+msgid "Customize Search"
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_get_albumart.inc.php:44
+msgid "Direct URL to Image"
+msgstr "đŇŃÍĎĘ URL Ë ÉÚĎÂŇÁÖĹÎÉŔ"
-#: ../../templates/show_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-msgid "Deactivate"
-msgstr "äĹÁËÔÉ×ÉŇĎ×ÁÔŘ"
+#: ../../templates/show_get_albumart.inc.php:52
+msgid "Local Image"
+msgstr "ěĎËÁĚŘÎĎĹ ÉÚĎÂŇÁÖĹÎÉĹ"
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
-msgstr "äĎÓÔŐĐÎŮĹ ĐĚÁÇÉÎŮ"
+#: ../../templates/show_get_albumart.inc.php:63
+msgid "Get Art"
+msgstr "đĎĚŐŢÉÔŘ ĎÂĚĎÖËŐ"
-#: ../../templates/show_modules.inc.php:73
-msgid "Description"
-msgstr "ďĐÉÓÁÎÉĹ"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr "ďÔĚÁÄËÁ Ampache"
-#: ../../templates/show_modules.inc.php:74
-msgid "Version"
-msgstr "÷ĹŇÓÉŃ"
+#: ../../templates/show_edit_catalog.inc.php:22
+msgid "Settings for"
+msgstr "îÁÓÔŇĎĘËÉ ÄĚŃ"
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ĐĚĹĘĚÉÓÔ"
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../templates/show_add_catalog.inc.php:35
+msgid "Auto-inserted Fields"
+msgstr "á×ÔĎÍÁÔÉŢĹÓËÉ ÄĎÂÁ×ĚĹÎÎŮĹ ĐĎĚŃ"
-#: ../../templates/show_add_playlist.inc.php:42
-msgid "Create"
-msgstr "óĎÚÄÁÔŘ"
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
+msgstr "ÎÁÚ×ÁÎÉĹ ÁĚŘÂĎÍÁ"
-#: ../../templates/show_edit_song.inc.php:23
-msgid "Edit Song"
-msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ĐĹÓÎŔ"
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
+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_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
+msgstr "id3 ËĎÍÍĹÎÔÁŇÉÉ"
-#: ../../templates/show_edit_song.inc.php:89
-msgid "Update Song"
-msgstr "ďÂÎĎ×ÉÔŘ ĐĹÓÎŔ"
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr "ÖÁÎŇ"
-#: ../../templates/show_edit_catalog.inc.php:22
-msgid "Settings for"
-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:50
+#: ../../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_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr "ÓĹËŐÎÄ ÎÁÚÁÄ"
+#: ../../templates/show_democratic_playlist.inc.php:38
+msgid "Playing from base Playlist"
+msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
-msgstr "ÍÉÎŐÔ ÎÁÚÁÄ"
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
+msgid "Votes"
+msgstr "çĎĚĎÓĎ×"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
-msgstr "ŢÁÓĎ× ÎÁÚÁÄ"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
+msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
-msgstr "ÄÎĹĘ ÎÁÚÁÄ"
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
+msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr "ÎĹÄĹĚŘ ÎÁÚÁÄ"
+#: ../../templates/show_edit_artist.inc.php:23
+msgid "Edit Artist"
+msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÉÓĐĎĚÎÉÔĹĚŃ"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr "ÍĹÓŃĂĹ× ÎÁÚÁÄ"
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
+msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
-msgstr "ĚĹÔ ÎÁÚÁÄ"
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
+msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÁĚŘÂĎÍ"
-#: ../../templates/show_recently_played.inc.php:26
-msgid "Recently Played"
-msgstr "îĹÄÁ×ÎĎ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÎŮĹ"
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
+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_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr "đĎÓĚĹÄÎÉĹ ÄĹÓŃÔŘ ĎÔÍĹŢĹÎÎŮČ ÚÁĐÉÓĹĘ"
-#: ../../templates/show_recently_played.inc.php:33
-msgid "Last Played"
-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"
@@ -1712,21 +2390,59 @@ msgstr "éÓÔĎŇÉŃ IP"
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
+#: ../../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 "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 "ňĹËĎÍĹÎÄÁĂÉÉ"
@@ -1742,1236 +2458,1116 @@ msgstr "ňĹËĎÍĹÎÄŐĹÍŮĹ ÁĚŘÂĎÍŮ"
msgid "Recommended Songs"
msgstr "ňĹËĎÍĹÎÄŐĹÍŮĹ ĐĹÓÎÉ"
-#: ../../templates/show_import_playlist.inc.php:24
+#: ../../templates/show_import_playlist.inc.php:23
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
+#: ../../templates/show_import_playlist.inc.php:47
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_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_mail_users.inc.php:28
-msgid "Mail to"
-msgstr "îÁĐÉÓÁÔŘ ĐÉÓŘÍĎ"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr "ěŔÂÉÍŮĹ"
-#: ../../templates/show_mail_users.inc.php:45
-#: ../../templates/show_all_popular.inc.php:29
-msgid "Most Popular Albums"
-msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÁĚŘÂĎÍŮ"
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
+msgstr "ěŔÂÉÍŮĹ ÉÓĐĎĚÎÉÔĹĚÉ"
-#: ../../templates/show_mail_users.inc.php:52
-msgid "Latest Artist Additions"
-msgstr "đĎÓĚĹÄÎÉĹ ĐĎÓÔŐĐĚĹÎÉŃ ÉÓĐĎĚÎÉÔĹĚĹĘ"
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
+msgstr "ěŔÂÉÍŮĹ ÁĚŘÂĎÍŮ"
-#: ../../templates/show_mail_users.inc.php:56
-#: ../../templates/show_all_popular.inc.php:26
-msgid "Most Popular Artists"
-msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÉÓĐĎĚÎÉÔĹĚÉ"
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
+msgstr "ěŔÂÉÍŮĹ ĐĹÓÎÉ"
-#: ../../templates/show_mail_users.inc.php:63
-msgid "Latest Album Additions"
-msgstr "đĎÓĚĹÄÎÉĹ ĐĎÓÔŐĐĚĹÎÉŃ ÁĚŘÂĎÍĎ×"
+#: ../../templates/show_list_duplicates.inc.php:26
+msgid "Duplicate Songs"
+msgstr "äŐÂĚÉŇŐŔÝÉĹÓŃ ĐĹÓÎÉ"
-#: ../../templates/show_mail_users.inc.php:67
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ĐĹÓÎÉ"
+#: ../../templates/show_list_duplicates.inc.php:44
+#: ../../templates/show_list_duplicates.inc.php:89
+msgid "Length"
+msgstr "đŇĎÄĎĚÖÉÔĹĚŘÎĎÓÔŘ"
-#: ../../templates/show_mail_users.inc.php:73
-msgid "Flagged Songs"
-msgstr "ďÔÍĹŢĹÎÎŮĹ ĐĹÓÎÉ"
+#: ../../templates/show_list_duplicates.inc.php:46
+#: ../../templates/show_list_duplicates.inc.php:91
+msgid "Size"
+msgstr "ňÁÚÍĹŇ"
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
-msgid "Disabled Songs"
-msgstr "ďÔËĚŔŢĹÎÎŮĹ ĐĹÓÎÉ"
+#: ../../templates/show_list_duplicates.inc.php:96
+msgid "Disable Songs"
+msgstr "ďÔËĚŔŢÉÔŘ ĐĹÓÎÉ"
-#: ../../templates/show_mail_users.inc.php:85
-msgid "Most Popular Threshold in days"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
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/sidebar_home.inc.php:4
+msgid "Currently Playing"
+msgstr ""
-#: ../../templates/show_admin_info.inc.php:32
-msgid "Last Ten Flagged Records"
-msgstr "đĎÓĚĹÄÎÉĹ ÄĹÓŃÔŘ ĎÔÍĹŢĹÎÎŮČ ÚÁĐÉÓĹĘ"
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
+msgid "Statistics"
+msgstr "óÔÁÔÉÓÔÉËÁ"
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
-msgstr "őĐŇÁ×ĚĹÎÉĹ ĐŇĹÄĐĎŢÔĹÎÉŃÍÉ"
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
+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/sidebar_home.inc.php:22
+msgid "Advanced"
+msgstr ""
-#: ../../templates/show_preference_admin.inc.php:37
-msgid "Guest"
-msgstr "çĎÓÔŘ"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
+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/sidebar_admin.inc.php:9
+msgid "User Tools"
+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/sidebar_admin.inc.php:12
+msgid "Browse Users"
+msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:31
-msgid "Playing from base Playlist"
+#: ../../templates/sidebar_admin.inc.php:15
+msgid "Access Control"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:44
-msgid "Votes"
-msgstr "çĎĚĎÓĎ×"
+#: ../../templates/sidebar_admin.inc.php:17
+msgid "Add ACL"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Adding a New User"
-msgstr "äĎÂÁ×ĚĹÎÉĹ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
+#: ../../templates/sidebar_admin.inc.php:18
+msgid "Show ACL(s)"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
-msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ ÓŐÝĹÓÔ×ŐŔÝĹÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Cleaning the"
+msgstr "ďŢÉÓÔËÁ"
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
-msgstr "őŇĎ×ĹÎŘ ÄĎÓÔŐĐÁ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
+msgstr "đŇĎ×ĹŇËÁ"
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
-msgstr "äĎÂÁ×ÉÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr "îÁŢÁÔ ĐĎÉÓË ÎĎ×ŮČ ĐĹÓĹÎ ×"
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
-msgstr "ďÂÎĎ×ÉÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr "ËÁÔÁĚĎÇ"
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
-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_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
-msgstr "ďÔÍĹÎÉÔŘ"
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
+msgstr "đňď÷ĺňëá"
-#: ../../templates/show_list_duplicates.inc.php:26
-msgid "Duplicate Songs"
-msgstr "äŐÂĚÉŇŐŔÝÉĹÓŃ ĐĹÓÎÉ"
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
+msgstr "óôáôőó"
-#: ../../templates/show_list_duplicates.inc.php:34
-msgid "Length"
-msgstr "đŇĎÄĎĚÖÉÔĹĚŘÎĎÓÔŘ"
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
+msgstr "ďđéóáîéĺ"
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
-msgid "Size"
-msgstr "ňÁÚÍĹŇ"
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
+msgstr "÷ĹŇÓÉŃ PHP"
-#: ../../templates/show_list_duplicates.inc.php:75
-msgid "Disable Songs"
-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 "üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ, ŢÔĎ Ampache ŇÁÂĎÔÁĹÔ Ó ÷ÁŰĹĘ ×ĹŇÓÉĹĘ PHP."
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
-msgstr "÷ŮÂŇÁÔŘ"
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
+msgstr "Mysql ÄĚŃ PHP"
-#: ../../templates/show_flagged.inc.php:28
-msgid "Object"
+#: ../../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_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_test.inc.php:82
+msgid "PHP Session Support"
+msgstr "đĎÄÄĹŇÖËÁ PHP Session"
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
-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 ""
+"üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ ŐÓÔÁÎĎ×ËŐ ĐĎÄÄĹŇÖËÉ Php Sessions. đĎÄÄĹŇÖËÁ Sessions "
+"ÔŇĹÂŐĹÔÓŃ ÄĚŃ ŇÁÂĎÔŮ Ampache"
-#: ../../templates/show_duplicates.inc.php:36
-msgid "Artist and Title"
-msgstr "éÓĐĎĚÎÉÔĹĚŘ É ÎÁÚ×ÁÎÉĹ"
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
+msgstr "đĎÄÄĹŇÖËÁ PHP ICONV"
-#: ../../templates/show_duplicates.inc.php:37
-msgid "Artist, Album and Title"
-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 ""
+"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ ĐĎÄÄĹŇÖËÁ Iconv ŐÓÔÁÎĎ×ĚĹÎÁ."
+"đĎÄÄĹŇÖËÁ Iconv ÎĹ ÔŇĹÂŐĹÔÓŃ ÄĚŃ Ampache, ÎĎ ĎÎÁ ÓÔŇĎÇĎ ŇĹËĎÍĹÎÄŐĹÔÓŃ."
-#: ../../templates/show_duplicates.inc.php:44
-msgid "Select Best Guess"
-msgstr "÷ŮÂŇÁÔŘ ÎÁÉÂĎĚĹĹ ĐĎÄČĎÄŃÝÉĘ"
+#: ../../templates/show_test.inc.php:119
+msgid "PHP PCRE Support"
+msgstr "đĎÄÄĹŇÖËÁ PHP PCRE"
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-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 ""
+"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ PHP ÓĎÂŇÁÎ Ó ĐĎÄÄĹŇÖËĎĘ PCRE,"
+"ÎĹĎÂČĎÄÉÍĎĘ ÄĚŃ Ampache"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr "äĎÂÁ×ÉÔŘ ÔĹËŐÝŐŔ"
+#: ../../templates/show_test.inc.php:136
+msgid "PHP PutENV Support"
+msgstr "đĎÄÄĹŇÖËÁ PHP PutENV"
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "ďÂÎĎ×ÉÔŘ id3 ÔĹÇÉ"
+#: ../../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_tv_adminctl.inc.php:22
-msgid "Admin Controls"
+#: ../../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_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
-msgid "Base Playlist"
+#: ../../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_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
-msgid "Clear Playlist"
-msgstr "ďŢÉÓÔÉÔŘ ĐĚĹĘĚÉÓÔ"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
+msgstr "DB Connection"
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
+#: ../../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_get_albumart.inc.php:46
-msgid "Direct URL to Image"
-msgstr "đŇŃÍĎĘ URL Ë ÉÚĎÂŇÁÖĹÎÉŔ"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
+msgstr ""
-#: ../../templates/show_get_albumart.inc.php:54
-msgid "Local Image"
-msgstr "ěĎËÁĚŘÎĎĹ ÉÚĎÂŇÁÖĹÎÉĹ"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
+msgstr ""
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
-msgstr "đĎĚŐŢÉÔŘ ĎÂĚĎÖËŐ"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
+msgstr ""
-#: ../../templates/show_all_recent.inc.php:25
-msgid "Newest Artist Additions"
-msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ÉÓĐĎĚÎÉÔĹĚĹĘ"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ"
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
-msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ÁĚŘÂĎÍĎ×"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "ĐŇĹÄĐĎŢÔĹÎÉŃ"
-#: ../../templates/show_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
-msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ĐĎÔĎËĎ×"
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "ďÂÎĎ×ÉÔŘ ĐŇĹÄĐĎŢÔĹÎÉŃ"
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
-msgstr "äĹĘÓÔ×ÉŃ ÎÁÄ ĐĚĹĘĚÉÓÔĎÍ"
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
+msgstr "îĎ×ŮĘ ĐÁŇĎĚŘ"
-#: ../../templates/show_playlist_box.inc.php:34
-msgid "Edit Playlist"
-msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ĐĚĹĘĚÉÓÔ"
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "ďŢÉÓÔÉÔŘ ÓÔÁÔÉÓÔÉËŐ"
-#: ../../templates/show_playlist_box.inc.php:35
-msgid "Normalize Tracks"
-msgstr "îĎŇÍÁĚÉÚÉŇĎ×ÁÔŘ ÔŇĹËÉ"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
+msgstr "ďÂÎĎ×ÉÔŘ ÁËËÁŐÎÔ"
-#: ../../templates/show_playlist_box.inc.php:36
-msgid "Play This Playlist"
-msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÜÔĎÔ ĐĚĹĘĚÉÓÔ"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "îÁÚÁÄ"
-#: ../../templates/show_playlist_box.inc.php:37
-msgid "Play Random"
-msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:38
-msgid "Delete This Playlist"
-msgstr "őÄÁĚÉÔŘ ÜÔĎÔ ĐĚĹĘĚÉÓÔ"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
-msgstr "éÍĐĎŇÔÉŇĎ×ÁÔŘ ÉÚ ĆÁĘĚÁ"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
-msgstr "óĎÚÄÁÔŘ ÎĎ×ŮĘ ĐĚĹĘĚÉÓÔ"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
+msgstr ""
-#: ../../templates/show_playlist_box.inc.php:43
-msgid "Delete Empty Playlists"
-msgstr "őÄÁĚÉÔŘ ĐŐÓÔŮĹ ĐĚĹĘĚÉÓÔŮ"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
+msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
-msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ÖÁÎŇŮ"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
+msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr "óÁÍŮĹ ĐĎĐŐĚŃŇÎŮĹ ĐĎÔĎËÉ"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
+msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-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_edit_artist.inc.php:23
-msgid "Edit Artist"
-msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÉÓĐĎĚÎÉÔĹĚŃ"
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
+msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ ÉÚ ÁĚŘÂĎÍÁ"
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
-msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ×ŮÂŇÁÎÎŮĹ"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
+msgstr "óÂŇĎÓÉÔŘ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ"
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
-msgstr "óËÁŢÁÔŘ ×ŮÂŇÁÎÎŮĹ"
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
+msgstr "îÁĘÔÉ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ"
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
-msgstr "đŇĎÓÔÁ×ÉÔŘ ÎĎÍĹŇÁ ÔŇĹËĎ×"
+#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
+msgstr ""
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
-msgstr "őÄÁĚÉÔŘ ×ŮÂŇÁÎÎŮĹ ÔŇĹËÉ"
+#: ../../templates/show_playlists.inc.php:34
+#: ../../templates/show_playlists.inc.php:51
+msgid "Playlist Name"
+msgstr "đĚĹĘĚÉÓÔ"
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
-msgstr "äĎÂÁ×ÉÔŘ ×"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:52
+msgid "# Songs"
+msgstr "No đĹÓÎÉ"
-#: ../../templates/show_random_albums.inc.php:23
-msgid "Albums of the Moment"
-msgstr "áĚŘÂĎÍŮ ÍÇÎĎ×ĹÎÉŃ"
+#: ../../templates/show_playlists.inc.php:36
+#: ../../templates/show_playlists.inc.php:53
+msgid "Owner"
+msgstr "÷ĚÁÄĹĚĹĂ"
-#: ../../activate.php:43
+#: ../../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 "üÔĎÔ 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."
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-"ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÎĹ ÍĎÖĹÔ ÂŮÔŘ ÎÁĘÄĹÎÁ. üÔĎ ÍĎÖĹÔ ÂŮÔŘ ×ŮÚ×ÁÎĎ ĎŰÉÂËĎĘ ÄĎÓÔŐĐÁ"
-"ÎÁ ÚÁĐÉÓŘ, ÉĚÉ ÔĹÍ ŢÔĎ ĆÁĘĚ ÎĹ ÂŮĚ ĐĎĚŐŢĹÎ ËĎŇŇĹËÔÎĎ."
-#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185
-msgid "Album Art Inserted"
-msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÄĎÂÁ×ĚĹÎÁ"
+#: ../../democratic.php:80
+msgid "Playlist Cleared"
+msgstr "đĚĹĘĚÉÓÔ ĎŢÉÝĹÎ"
-#: ../../albums.php:191 ../../artists.php:91
-msgid "Starting Update from Tags"
-msgstr "îÁŢÁÔĎ ĎÂÎĎ×ĚĹÎÉĹ ÉÚ ÔĹÇĎ×"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr ""
-#: ../../albums.php:196 ../../artists.php:96
-msgid "Update From Tags Complete"
-msgstr "úÁ×ĹŇŰĹÎĎ ĎÂÎĎ×ĚĹÎÉĹ ÉÚ ÔĹÇĎ×"
+#: ../../lib/class/flag.class.php:280
+msgid "Approved"
+msgstr "ďÄĎÂŇĹÎĎ"
-#: ../../albums.php:197 ../../artists.php:97
-msgid "Return"
-msgstr "÷ĎÚ×ŇÁÔ"
+#: ../../lib/class/flag.class.php:281
+msgid "Pending"
+msgstr "îÁ ŇÁÓÓÍĎÔŇĹÎÉÉ"
-#: ../../albums.php:213 ../../browse.php:48
-msgid "Show Albums starting with"
-msgstr "đĎËÁÚÁÔŘ ÁĚŘÂĎÍŮ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
+msgstr "éÚÍĹÎÉÔŘ ÔĹÇ"
-#: ../../artists.php:230 ../../artists.php:252 ../../browse.php:78
-msgid "Show Artists starting with"
-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 "ĎÂÎĎ×ĚĹÎĎ ×"
-#: ../../browse.php:124
-msgid "Show Titles Starting With"
-msgstr "đĎËÁÚÁÔŘ ÎÁÚ×ÁÎÉŃ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
+msgstr "óËĎŇĎÓÔŘ"
-#: ../../flag.php:46
-msgid "Item Flagged"
-msgstr "đĎÚÉĂÉŃ ĎÔÍĹŢĹÎÁ"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
+msgstr "ňĹÖÉÍ"
-#: ../../flag.php:46
-msgid "The specified item has been flagged"
-msgstr "őËÁÚÁÎÎÁŃ ĐĎÚÉĂÉŃ ĎÔÍĹŢĹÎÁ"
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
+msgstr "ňÁÚÍĹŇ ĆÁĘĚÁ"
-#: ../../localplay.php:50 ../../localplay.php:58
-msgid "Song(s) Removed from Playlist"
-msgstr "đĹÓÎŃ(ĐĹÓÎÉ) ŐÄÁĚĹÎÎŮĹ ÉÚ ĐĚĹĘĚÉÓÔÁ"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
+msgstr "őĐŇÁ×ĚĹÎÉĹ ĐĎĚŘÚĎ×ÁÔĹĚŃÍÉ"
-#: ../../localplay.php:77
-msgid "Localplay Init Failed"
-msgstr "éÎÉĂÉÁĚÉÚÁĂÉŃ ĚĎËÁĚŘÎĎÇĎ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉŃ ÚÁ×ĹŇŰÉĚÁÓŘ ÎĹŐÄÁŢĹĘ"
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
+msgstr ""
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
-msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ ĎÔËĚŔŢĹÎ. đĎÖÁĚŐĘÓÔÁ, Ó×ŃÖÉÔĹÓŘ Ó ÁÄÍÉÎÉÓÔŇÁÔĎŇĎÍ"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
+msgstr "đĚĹĘĚÉÓÔŮ"
-#: ../../login.php:94
-msgid "Unable to create new account"
-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 "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ"
-#: ../../login.php:103
-msgid "No local account found"
-msgstr "ěĎËÁĚŘÎŮĘ ÁËËÁŐÎÔ ÎĹ ÂŮĚ ÎÁĘÄĹÎ"
+#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452
+msgid "Error: Unable to change to directory"
+msgstr "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ÉÚÍĹÎÉÔŘ ÄÉŇĹËÔĎŇÉŔ"
-#: ../../login.php:176
-msgid "Message of the Day"
-msgstr "ćŇÁÚÁ ÄÎŃ"
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
+msgstr "ďŰÉÂËÁ: îĹ×ĎÚÍĎÖÎĎ ĐĎĚŐŢÉÔŘ ŇÁÚÍĹŇ ĆÁĘĚÁ ÄĚŃ"
-#: ../../playlist.php:46
-msgid "Playlist Deleted"
-msgstr "đĚĹĘĚÉÓÔ ŐÄÁĚĹÎ"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
+msgstr "ÎĹ ŢÉÔÁĹÍ ĐŇĎÇŇÁÍÍĎĘ ampache"
-#: ../../playlist.php:46
-msgid "The Requested Playlist has been deleted"
-msgstr "úÁĐŇĎŰĹÎÎŮĘ ĐĚĹĘĚÉÓÔ ÂŮĚ ŐÄÁĚĹÎ"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
+msgstr "îÁŢÁÔĎ ĐĎÓÔŇĎĹÎÉĹ ËÁÔÁĚĎÇÁ"
-#: ../../playlist.php:56
-msgid "Are you sure you want to delete this playlist"
-msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ĐĚĹĘĚÉÓÔ?"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
+msgstr "úÁĐŐÝĹÎĎ ŐÄÁĚĹÎÎĎĹ ĎÂÎĎ×ĚĹÎÉĹ"
-#: ../../playlist.php:57
-msgid "Confirm Action"
-msgstr "đĎÄÔ×ĹŇÖÄĹÎÉĹ ÄĹĘÓÔ×ÉŃ"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
+msgstr "äĎÂÁ×ĚĹÎ ĐĚĹĘĚÉÓÔ ÉÚ"
-#: ../../playlist.php:117
-msgid "Playlist Created"
-msgstr "đĚĹĘĚÉÓÔ ÓĎÚÄÁÎ"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
+msgstr "ëÁÔÁĚĎÇ çĎÔĎ×"
-#: ../../playlist.php:117
-msgid " has been created"
-msgstr " ÂŮĚ ĎŢÉÝĹÎ"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
+msgstr "đĎĚÎĎĹ ×ŇĹÍŃ"
-#: ../../playlist.php:126
-msgid "Remote Selected Tracks"
-msgstr ""
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
+msgstr "÷ÓĹÇĎ ĐĹÓĹÎ"
-#: ../../playlist.php:145
-msgid "Playlist Updated"
-msgstr "đĚĹĘĚÉÓÔ ĎÂÎĎ×ĚĹÎ"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
+msgstr "đĹÓĹÎ × ÓĹËŐÎÄŐ"
-#: ../../playlist.php:146
-msgid "has been updated and is now"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
+msgstr "ďÂÎĎ×ĚĹÎÉĹ ÎĹ ÔŇĹÂŐĹÔÓŃ"
-#: ../../playlist.php:166
-msgid "Playlist Imported"
-msgstr "đĚĹĘĚÉÓÔ ÉÍĐĎŇÔÉŇĎ×ÁÎ"
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
+msgstr "úÁĐŐÝĹÎĎ ŐÄÁĚĹÎÎĎĹ ĎÂÎĎ×ĚĹÎÉĹ"
-#: ../../playlist.php:195
-msgid "Empty Playlists Deleted"
-msgstr "đŐÓÔĎĘ ĐĚĹĘĚÉÓÔ ŐÄÁĚĹÎ"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
+msgstr "ďÂÎĎ×ĚĹÎÉĹ ËÁÔÁĚĎÇÁ ÚÁ×ĹŇŰĹÎĎ"
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
-msgstr "ďŰÉÂËÁ: đÁŇĎĚŘ ÎĹ ÓĎ×ĐÁÄÁĹÔ, ÉĚÉ ĐŐÓÔ"
+#: ../../lib/class/catalog.class.php:1187
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+msgstr "îĹ×ĎÚÍĎÖÎĎ ÚÁÇŇŐÚÉÔŘ ÂÉÂĚÉĎÔĹËŐ XMLRPC, ŐÂĹÄÉÔĹÓŘ ŢÔĎ XML-RPC ×ËĚŔŢĹÎĎ"
-#: ../../preferences.php:61
-msgid "Password Updated"
-msgstr "đÁŇĎĚŘ ĎÂÎĎ×ĚĹÎ"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
+msgstr "ďŰÉÂËÁ ĐŇÉ ÓĎĹÄÉÎĹÎÉÉ Ó"
-#: ../../ratings.php:33
-msgid "Rating Updated"
-msgstr "ňĹĘÔÉÎÇ ĎÂÎĎ×ĚĹÎ"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
+msgstr "ëĎÄ"
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
-msgstr "÷ÁŰ ŇĹĘÔÉÎÇ ÄĚŃ ÄÁÎÎĎÇĎ ĎÂßĹËÔÁ ĎÂÎĎ×ĚĹÎ"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
+msgstr "đŇÉŢÉÎÁ"
-#: ../../register.php:81
-msgid "Error Captcha Required"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
+msgstr "úÁËĎÎŢĹÎĎ ĎÂÎĎ×ĚĹÎÉĹ ŐÄÁĚĹÎÎŮČ ËÁÔÁĚĎÇĎ×"
-#: ../../register.php:88
-msgid "Error Captcha Failed"
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
-msgstr "÷Ů <U>ÄĎĚÖÎŮ</U> ĐŇÉÎŃÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŘÓËĎĹ ÓĎÇĚÁŰĹÎÉĹ"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
+msgstr "ďŢÉÓÔËÁ ËÁÔÁĚĎÇÁ ÚÁ×ĹŇŰĹÎÁ"
-#: ../../register.php:100
-msgid "You did not enter a username"
-msgstr "÷Ů ÎĹ ××ĹĚÉ ÉÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
+msgstr "ĆÁĘĚŮ ŐÄÁĚĹÎŮ"
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr "đĎÖÁĚŐĘÓÔÁ, ××ĹÄÉÔĹ ×ÁŰĹ ĐĎĚÎĎĹ ÉÍŃ (éÍŃ ćÁÍÉĚÉŃ)"
+#: ../../lib/class/catalog.class.php:1420
+msgid "Optimizing Tables"
+msgstr ""
-#: ../../register.php:130
-msgid "You must enter a password"
-msgstr "÷Ů ÄĎĚÖÎŮ ××ĹÓÔÉ ĐÁŇĎĚŘ"
+#: ../../lib/class/catalog.class.php:1656
+msgid " FOUND"
+msgstr " îáęäĺîď"
-#: ../../register.php:134
-msgid "Your passwords do not match"
-msgstr "÷ÁŰ ĐÁŇĎĚŘ ÎĹ ÓĎ×ĐÁÄÁĹÔ"
+#: ../../lib/class/catalog.class.php:1658
+msgid "Searching for new Album Art"
+msgstr "đĎÉÓË ÎĎ×ĎĘ ĎÂĚĎÖËÉ ÁĚŘÂĎÍÁ"
-#: ../../register.php:152
-msgid "Error: Insert Failed"
-msgstr "ďŰÉÂËÁ: äĎÂÁ×ĚĹÎÉĹ ÚÁËĎÎŢÉĚĎÓŘ ÎĹŐÄÁŢĹĘ"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Update Finished."
+msgstr "ďÂÎĎ×ĚĹÎÉĹ ÚÁ×ĹŇŰĹÎĎ"
-#: ../../register.php:169
-msgid "Registration Complete"
-msgstr "ňĹÇÉÓÔŇÁĂÉŃ ÚÁ×ĹŇŰĹÎÁ"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Checked"
+msgstr "ďÔÍĹŢĹÎ"
-#: ../../search.php:47
-msgid "Error: No Keyword Entered"
-msgstr "ďŰÉÂËÁ: îĹ ××ĹÄĹÎŮ ËĚŔŢĹ×ŮĹ ÓĚĎ×Á"
+#: ../../lib/class/catalog.class.php:1706
+msgid "songs updated."
+msgstr "ĐĹÓĹÎ ĎÂÎĎ×ĚĹÎĎ."
-#: ../../tv.php:62
-msgid "Playlist Cleared"
-msgstr "đĚĹĘĚÉÓÔ ĎŢÉÝĹÎ"
+#: ../../lib/class/localplay.class.php:647
+msgid "Stopped"
+msgstr "ďÓÔÁÎĎ×ĚĹÎĎ"
-#: ../../update.php:73
-msgid "Ampache Update"
-msgstr "ďÂÎĎ×ĚĹÎÉĹ Ampache"
+#: ../../lib/class/localplay.class.php:650
+msgid "Paused"
+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"
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-"[print_tags.php.inc]\n"
-"üÔĎÔ ÓËŇÉĐÔ ËĎÍÁÎÄÎĎĘ ÓÔŇĎËÉ ĐĎËÁÖĹÔ ÉÎĆĎŇÍÁĂÉŔ ÉÚ ÔĹÇÁ ŐËÁÚÁÎÎĎÇĎ ĆÁĘĚÁ"
-"ÔÁËĎĘ, ËÁËĎĘ ĎÎÁ ÂŐÄĹÔ × Ampache\n"
-" \n"
-#: ../../bin/print_tags.php.inc:70
-msgid "Filename:"
-msgstr "ćÁĘĚ:"
+#: ../../lib/preferences.php:245
+msgid "Enable"
+msgstr "÷ËĚŔŢĹÎĎ"
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
-msgstr "ďŰÉÂËÁ: ÎĹ ŐÄÁĚĎÓŘ ÚÁĐÉÓÁÔŘ "
+#: ../../lib/preferences.php:272
+msgid "M3U"
+msgstr "M3U"
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
-msgstr "ďŰÉÂËÁ: ÄÉŇĹËÔĎŇÉŃ ÄĚŃ ÚÁËÁŢĹË ÎÁČĎÄÉÔÓŃ ÎĹ × ËÁÔÁĚĎÇĹ"
+#: ../../lib/preferences.php:273
+msgid "Simple M3U"
+msgstr "đŇĎÓÔĎĘ M3U"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
-msgstr "äĎÂÁ×ĚĹÎÉĹ"
+#: ../../lib/preferences.php:274
+msgid "PLS"
+msgstr "PLS"
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
-msgstr "× ÂÁÚŐ ÄÁÎÎŮČ"
+#: ../../lib/preferences.php:275
+msgid "Asx"
+msgstr "Asx"
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
-msgstr "őÄÁĚĹÎ"
+#: ../../lib/preferences.php:276
+msgid "RAM"
+msgstr "RAM"
-#: ../../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 "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ"
+#: ../../lib/preferences.php:277
+msgid "XSPF"
+msgstr "XSPF"
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
-msgstr "ýĹĚËÎÉÔĹ ÄĚŃ ÚÁËŇŮÔÉŃ ĎËÎÁ"
+#: ../../lib/preferences.php:310
+msgid "Disabled"
+msgstr "ďÔËĚŔŢĹÎĎ"
-#: ../../templates/list_header.inc:110
-msgid "Prev"
-msgstr "îÁÚÁÄ"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
+msgstr ""
-#: ../../templates/list_header.inc:156
-msgid "Next"
-msgstr "äÁĚĹĹ"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
-msgstr "÷ŇĹÍŃ ÄĎÂÁ×ĚĹÎÉŃ"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc:49
-msgid "Remove"
-msgstr "őÄÁĚÉÔŘ"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
+msgstr ""
-#: ../../templates/header.inc:64
-msgid "You are currently logged in as"
-msgstr "÷Ů ÚÁŰĚÉ ËÁË "
+#: ../../lib/preferences.php:343
+msgid "Always"
+msgstr ""
-#: ../../templates/header.inc:75
-msgid "Error Config File Out of Date"
-msgstr "ďŰÉÂËÁ: ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĘ ĆÁĘĚ ŐÓÔÁŇĹĚ"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "îĹ ÉÇŇÁÔŘ"
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
-msgstr "îÁÚ×ÁÎÉĹ ĐĹÓÎÉ"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "đĚĎČĎ"
-#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92
-msgid "Rating"
-msgstr "ňĹĘÔÉÎÇ"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "čĎŇĎŰĎ"
-#: ../../templates/show_songs.inc:183
-msgid "Total"
-msgstr "÷ÓĹÇĎ"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+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"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+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"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
msgstr ""
-"îÁ ÜÔÉČ ŰÁÇÁČ ÂŐÄŐÔ ÚÁĐŇĎŰĹÎŮ ĎÓÎĎ×ÎŮĹ ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĹ ÚÎÁŢĹÎÉŃ É "
-"ÂŐÄĹÔ ĐŇĎÉÚ×ĹÄĹÎÁ ĐĎĐŮÔËÁ ÚÁĐÉÓÁÔŘ ÉČ ÎÁĐŇŃÍŐŔ ÎÁ ×Ĺ ÓĹŇ×ĹŇ. ĺÓĚÉ ÄĎÓÔŐĐ "
-"ÂŐÄĹÔ ÚÁĐŇĹÝĹÎ, ÂŐÄĹÔ ÚÁĐŇĎÓ ÎÁ ÓËÁŢÉ×ÁÎÉĹ ËĎÎĆÉÇŐŇÁĂÉĎÎÎĎÇĎ ĆÁĘĚÁ. "
-"đĎÖÁĚŐĘÓÔÁ, ĐĎĚĎÖÉÔĹ ÓËÁŢÁÎÎŮĘ ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĘ ĆÁĘĚ × /config"
-#: ../../templates/show_install_config.inc:64
-msgid "Web Path"
-msgstr "÷Ĺ ĐŐÔŘ"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr ""
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
-msgstr "öĹĚÁĹÍĎĹ ÉÍŃ ÂÁÚŮ ÄÁÎÎŮČ"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
+msgstr "English"
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
-msgstr "éÍŃ ČĎÓÔÁ MySQL"
+#: ../../lib/general.lib.php:496
+msgid "British English"
+msgstr ""
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
-msgstr "éÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ MySQL"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
+msgstr "Turkish"
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
-msgstr "đÁŇĎĚŘ MySQL"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
+msgstr ""
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
-msgstr "óĎČŇÁÎÉÔŘ ËĎÎĆÉÇŐŇÁĂÉŔ"
+#: ../../lib/general.lib.php:580
+msgid "On"
+msgstr "÷ËĚ"
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php ÓŐÝĹÓÔ×ŐĹÔ"
+#: ../../lib/general.lib.php:583
+msgid "Off"
+msgstr "÷ŮËĚ"
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php ÎÁÓÔŇĎĹÎ?"
+#: ../../lib/ui.lib.php:92
+msgid "Error Access Denied"
+msgstr "ďŰÉÂËÁ: ÄĎÓÔŐĐ ÚÁĐŇĹÝĹÎ"
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
-msgstr "đŇĎ×ĹŇÉÔŘ ËĎÎĆÉÇŐŇÁĂÉŔ"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
+msgstr "úÁËÁŢÁÔŘ"
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
-msgstr "ňĹÄÁËÔÉŇĎ×ÁÎÉĹ"
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
+msgstr "ěĎËÁĚŘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ"
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
-msgstr "ĐŇĹÄĐĎŢÔĹÎÉŃ"
+#: ../../lib/ui.lib.php:556
+msgid "Random Play"
+msgstr "óĚŐŢÁĘÎĎĹ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉĹ"
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
-msgstr "đĹŇĹÓÔŇĎÉÔŘ ĐŇĹÄĐĎŢÔĹÎÉŃ"
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
+msgid "Admin-Catalog"
+msgstr "áÄÍÉÎËÁ-ëÁÔÁĚĎÇ"
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
-msgstr "éÎÔĹŇĆĹĘÓ"
+#: ../../lib/ui.lib.php:576
+msgid "Admin-User Management"
+msgstr "áÄÍÉÎËÁ-őĐŇÁ×ĚĹÎÉĹ ĐĎĚŘÚĎ×ÁÔĹĚŃÍÉ"
-#: ../../templates/show_preferences.inc:65
-msgid "Streaming"
-msgstr "đĎÔĎËĎ×ĎĹ ×ĹÝÁÎÉĹ"
+#: ../../lib/ui.lib.php:580
+msgid "Admin-Mail Users"
+msgstr "áÄÍÉÎËÁ-đĎŢÔĎ×ŮĹ ĐĎĚŘÚĎ×ÁÔĹĚÉ"
-#: ../../templates/show_preferences.inc:68
-msgid "Options"
-msgstr "îÁÓÔŇĎĘËÉ"
+#: ../../lib/ui.lib.php:584
+msgid "Admin-Manage Access Lists"
+msgstr "áÄÍÉÎËÁ-ĐŇÁ×ÉÔŘ ÓĐÉÓËÉ ÄĎÓÔŐĐÁ"
-#: ../../templates/show_preferences.inc:72
-msgid "Account"
-msgstr "áËËÁŐÎÔ"
+#: ../../lib/ui.lib.php:588
+msgid "Admin-Site Preferences"
+msgstr "áÄÍÉÎËÁ-ĐŇĹÄĐĎŢÔĹÎÉŃ ÓÁĘÔÁ"
-#: ../../templates/show_preferences.inc:76
-msgid "System"
-msgstr "óÉÓÔĹÍÁ"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
+msgstr "áÄÍÉÎËÁ-ĐŇÁ×ÉÔŘ ÍĎÄŐĚÉ"
-#: ../../templates/show_preferences.inc:79
-msgid "Modules"
-msgstr "íĎÄŐĚÉ"
+#: ../../lib/ui.lib.php:596
+msgid "Browse Music"
+msgstr "óÍĎÔŇĹÔŘ ÍŐÚŮËŐ"
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
-msgstr "ďÂÎĎ×ÉÔŘ ĐŇĹÄĐĎŢÔĹÎÉŃ"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
+msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ĎŢÉÝĹÎÁ"
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
-msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÁĚŘÂĎÍ"
+#: ../../albums.php:32
+msgid "Album Art information has been removed from the database"
+msgstr "éÎĆĎŇÍÁĂÉŃ Ď ĎÂĚĎÖËĹ ÁĚŘÂĎÍÁ ÂŮĚÁ ŐÄÁĚĹÎÁ ÉÚ ÂÁÚŮ ÄÁÎÎŮČ"
-#: ../../templates/show_album.inc:56
-msgid "Play Random from Album"
-msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎĎ ÉÚ ÁĚŘÂĎÍÁ"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
+msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÎĹ ÎÁĘÄĹÎÁ"
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
-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 ""
+"ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÎĹ ÍĎÖĹÔ ÂŮÔŘ ÎÁĘÄĹÎÁ. üÔĎ ÍĎÖĹÔ ÂŮÔŘ ×ŮÚ×ÁÎĎ ĎŰÉÂËĎĘ "
+"ÄĎÓÔŐĐÁÎÁ ÚÁĐÉÓŘ, ÉĚÉ ÔĹÍ ŢÔĎ ĆÁĘĚ ÎĹ ÂŮĚ ĐĎĚŐŢĹÎ ËĎŇŇĹËÔÎĎ."
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
-msgstr "îÁĘÔÉ ĎÂĚĎÖËŐ ÁĚŘÂĎÍÁ"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
+msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ÄĎÂÁ×ĚĹÎÁ"
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
-msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÓĚŐŢÁĘÎŮĘ ÎÁÂĎŇ"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
+msgstr "îÁŢÁÔĎ ĎÂÎĎ×ĚĹÎÉĹ ÉÚ ÔĹÇĎ×"
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
-msgstr "ëĎĚÉŢĹÓÔ×Ď"
+#: ../../albums.php:168 ../../artists.php:52
+msgid "Update From Tags Complete"
+msgstr "úÁ×ĹŇŰĹÎĎ ĎÂÎĎ×ĚĹÎÉĹ ÉÚ ÔĹÇĎ×"
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
-msgstr "öÁÎŇÁ"
+#: ../../albums.php:169 ../../artists.php:53
+msgid "Return"
+msgstr "÷ĎÚ×ŇÁÔ"
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
-msgstr "óÔÁÎÄÁŇÔÎŮĘ"
+#: ../../modules/localplay/mpd.controller.php:213
+msgid "Instance Name"
+msgstr ""
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
-msgstr "đĎĚÎĎÓÔŘŔ ÁĚŘÂĎÍŮ"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
+msgstr ""
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
-msgstr "đĎĚÎĎÓÔŘŔ ÉÓĐĎĚÎÉÔĹĚÉ"
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
+msgstr ""
-#: ../../templates/show_random_play.inc:61
-msgid "From catalog"
-msgstr "ëÁÔÁĚĎÇÁ"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "ĆÁĘĚ"
-#: ../../templates/show_random_play.inc:67
-msgid "Size Limit"
-msgstr "ěÉÍÉÔ ĐĎ ŇÁÚÍĹŇŐ"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "úÁÇŇŐÚËÁ ĆÁĘĚÁ ÎĹ ĐĎÄÄĹŇÖÉ×ÁĹÔÓŃ."
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
-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 "âŮĚÁ ĐŇĎÂĚĹÍÁ Ó ÚÁÇŇŐÚËĎĘ ĆÁĘĚÁ: %s ÎĹ ÂŮĚ ÚÁÇŇŐÖĹÎ."
-#: ../../templates/show_install.inc:54
+#: ../../modules/horde/Browser.php:901
+#, php-format
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"
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
-"îÁ ÄÁÎÎĎÍ ŰÁÇĹ ÂŐÄĹÔ ÓĎÚÄÁÎÁ É ÄĎÂÁ×ĚĹÎÁ ÂÁÚÁ ÄÁÎÎŮČ Ampache. "
-"đĎÖÁĚŐĘÓÔÁ, ĐŇĹÄĎÓÔÁ×ŘÔĹ mysql ÁËËÁŐÎÔ Ó ĐŇÁ×ÁÍÉ ÓĎÚÄÁÎÉŃ ÂÁÚ ÄÁÎÎŮČ. "
-"äÁÎÎŮĘ ŰÁÇ ÍĎÖĹÔ ÚÁÎŃÔŘ ÎĹËĎÔĎŇĎĹ ×ŇĹÍŃ × ÚÁ×ÉÓÉÍĎÓÔÉ ĎÔ ÓËĎŇĎÓÔÉ ÷ÁŰĹÇĎ "
-"ËĎÍĐŘŔÔĹŇÁ."
+"âŮĚÁ ĐŇĎÂĚĹÍÁ Ó ÚÁÇŇŐÚËĎĘ ĆÁĘĚÁ: ŇÁÚÍĹŇ ÚÁÇŇŐÖÁĹÍĎÇĎ ĆÁĘĚÁ %s ĐŇĹ×ŮŰÁĹÔ "
+"ÍÁËÉÍÁĚŘÎĎ ÄĎÍŐÓÔÉÍŮĘ ŇÁÚÍĹŇ (%d ÂÁĘÔ)."
-#: ../../templates/show_install.inc:72
-msgid "MySQL Administrative Username"
-msgstr ""
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
+msgstr "âŮĚÁ ĐŇĎÂĚĹÍÁ Ó ÚÁÇŇŐÚËĎĘ ĆÁĘĚÁ: ĆÁĘĚ ÂŮĚ ÚÁÇŇŐÖĹÎ ŢÁÓÔÉŢÎĎ."
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
+#: ../../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 ""
-#: ../../templates/show_install.inc:80
-msgid "Create Database User for New Database"
-msgstr "óĎÚÄÁÔŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ ÄĚŃ ÎĎ×ĎĘ ÂÁÚŮ ÄÁÎÎŮČ"
+#: ../../playlist.php:101
+msgid "Playlist Imported"
+msgstr "đĚĹĘĚÉÓÔ ÉÍĐĎŇÔÉŇĎ×ÁÎ"
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
-msgstr "éÍŃ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ Ampache"
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
+msgstr "đŐÓÔĎĘ ĐĚĹĘĚÉÓÔ ŐÄÁĚĹÎ"
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
-msgstr "đÁŇĎĚŘ ĐĎĚŘÚĎ×ÁÔĹĚŃ ÂÁÚŮ ÄÁÎÎŮČ Ampache"
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
+msgstr "đĎĚŘÚĎ×ÁÔĹĚŘ ĎÔËĚŔŢĹÎ. đĎÖÁĚŐĘÓÔÁ, Ó×ŃÖÉÔĹÓŘ Ó ÁÄÍÉÎÉÓÔŇÁÔĎŇĎÍ"
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
-msgstr "äĎÂÁ×ÉÔŘ ÂÁÚŐ ÄÁÎÎŮČ"
+#: ../../login.php:87
+msgid "Unable to create new account"
+msgstr "îĹ ŐÄÁĚĎÓŘ ÓĎÚÄÁÔŘ ÎĎ×ŮĘ ÁËËÁŐÎÔ"
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
-msgstr "äĎÂÁ×ÉÔŘ ÄĎÓÔŐĐ ÄĚŃ ČĎÓÔÁ"
+#: ../../login.php:96
+msgid "No local account found"
+msgstr "ěĎËÁĚŘÎŮĘ ÁËËÁŐÎÔ ÎĹ ÂŮĚ ÎÁĘÄĹÎ"
-#: ../../templates/show_add_access.inc:23
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr "ďŰÉÂËÁ: îĹ ××ĹÄĹÎŮ ËĚŔŢĹ×ŮĹ ÓĚĎ×Á"
+
+#: ../../artists.php:186
+msgid "Show Artists starting with"
+msgstr "đĎËÁÚÁÔŘ ÉÓĐĎĚÎÉÔĹĚĹĘ ÎÁŢÉÎÁŔÝÉČÓŃ Ó "
+
+#: ../../bin/print_tags.inc:66
msgid ""
-"Use the form below to add a host that you want to have access to your "
-"Ampache catalog."
+"[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 ""
-"éÓĐĎĚŘÚŐĘÔĹ ÄÁÎÎŐŔ ĆĎŇÍŐ ÄĚŃ ÄĎÂÁ×ĚĹÎÉŃ ČĎÓÔÁ, ËĎÔĎŇĎÍŐ ÷Ů ČĎÔÉÔĹ"
-"ĐŇĹÄĎÓÔÁ×ÉÔŘ ÄĎÓÔŐĐ Ë ÷ÁŰĹÍŐ ËÁÔÁĚĎÇŐ Ampache"
+"[print_tags.php.inc]\n"
+"üÔĎÔ ÓËŇÉĐÔ ËĎÍÁÎÄÎĎĘ ÓÔŇĎËÉ ĐĎËÁÖĹÔ ÉÎĆĎŇÍÁĂÉŔ ÉÚ ÔĹÇÁ ŐËÁÚÁÎÎĎÇĎ "
+"ĆÁĘĚÁÔÁËĎĘ, ËÁËĎĘ ĎÎÁ ÂŐÄĹÔ × Ampache\n"
+" \n"
-#: ../../templates/show_add_access.inc:35
-#: ../../templates/show_edit_access.inc:35
-msgid "Start IP Address"
-msgstr "îÁŢÁĚŘÎŮĘ IP ÁÄŇĹÓ"
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
+msgstr "ćÁĘĚ:"
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
-msgstr "ëĎÎĹŢÎŮĘ IP ÁÄŇĹÓ"
+#~ msgid "The Catalog and all associated records has been deleted"
+#~ msgstr "ëÁÔÁĚĎÇ É ×ÓĹ Ó×ŃÚÁÎÎŮĹ Ó ÎÉÍ ÚÁĐÉÓÉ ŐÄÁĚĹÎŮ"
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
-msgid "Read"
-msgstr "ţÔĹÎÉĹ"
+#~ msgid "Catalog Created and Songs Indexed"
+#~ msgstr "ëÁÔÁĚĎÇ ÓĎÚÄÁÎ É ĐĹÓÎÉ ĐŇĎÉÎÄĹËÓÉŇĎ×ÁÎŮ"
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
-msgstr "ţÔĹÎÉĹ/úÁĐÉÓŘ"
+#~ msgid "Do you really want to clear the statistics for this catalog?"
+#~ msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ĎŢÉÓÔÉÔŘ ÓÔÁÔÉÓÔÉËŐ ÄĚŃ ÜÔĎÇĎ ËÁÔÁĚĎÇÁ?"
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
-msgid "ACL Type"
-msgstr "ôÉĐ ACL"
+#~ msgid "Confirm Delete"
+#~ msgstr "đĎÄÔ×ĹŇÄÉÔĹ ŐÄÁĚĹÎÉĹ"
-#: ../../templates/show_add_access.inc:67
-msgid "Stream Access"
-msgstr "đĎÔĎËĎ×ŮĘ ÄĎÓÔŐĐ"
+#~ msgid "Do you really want to delete this Access Record?"
+#~ msgstr "÷Ů ÄĹĘÓÔ×ÉÔĹĚŘÎĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ úÁĐÉÓŘ?"
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
-msgstr "÷Ĺ ÉÎÔĹŇĆĹĘÓ"
+#~ msgid "Entry Deleted"
+#~ msgstr "úÁĐÉÓŘ ŐÄÁĚĹÎÁ"
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
-msgstr "ďĐŇĹÄĹĚĹÎÉĹ ĚĎËÁĚŘÎŮĘ ÓĹÔÉ"
+#~ msgid "Entry Added"
+#~ msgstr "úÁĐÉÓŘ ÄĎÂÁ×ĚĹÎÁ"
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
-msgstr "XML-RPC"
+#~ msgid "Entry Updated"
+#~ msgstr "úÁĐÉÓŘ ĎÂÎĎ×ĚĹÎÁ"
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
-msgstr "ďĐĂÉÉ XML-RPC"
+#~ msgid "Site"
+#~ msgstr "óÁĘÔ"
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-msgid "Remote Key"
-msgstr "őÄÁĚĹÎÎŮĘ ËĚŔŢ"
+#~ msgid "Module Activated"
+#~ msgstr "íĎÄŐĚŘ ÁËÔÉ×ÉŇĎ×ÁÎ"
-#: ../../templates/show_add_access.inc:87
-msgid "Create ACL"
-msgstr "óĎÚÄÁÔŘ ACL"
+#~ msgid "Are you sure you want to remove this module?"
+#~ msgstr "÷Ů Ő×ĹŇĹÎŮ ŢÔĎ ČĎÔÉÔĹ ŐÄÁĚÉÔŘ ÜÔĎÔ ÍĎÄŐĚŘ?"
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
-msgstr "äĎÓÔŐĐ Ë ÷ÁŰĹÍŐ ËÁÔÁĚĎÇŐ"
+#~ msgid "Module Deactivated"
+#~ msgstr "íĎÄŐĚŘ ÄĹÁËÔÉ×ÉŇĎ×ÁÎ"
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
-msgstr "äĎÂÁ×ÉÔŘ ÚÁĐÉÓŘ"
+#~ msgid "Show Genres starting with"
+#~ msgstr "đĎËÁÚÁÔŘ ÖÁÎŇŮ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó "
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
-msgstr "îÁŢÁĚŘÎŮĘ ÁÄŇĹÓ"
+#~ msgid "album's with art"
+#~ msgstr "ÁĚŘÂĎÍŮ Ó ĎÂĚĎÖËÁÍÉ"
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
-msgstr "ëĎÎĹŢÎŮĘ ÁÄŇĹÓ"
+#~ msgid "Album Art Already Found"
+#~ msgstr "ďÂĚĎÖËÁ ÁĚŘÂĎÍÁ ŐÖĹ ÎÁĘÄĹÎÁ"
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
-msgstr "ëĚŔŢ"
+#~ msgid "Error: Name Identical"
+#~ msgstr "ďŰÉÂËÁ: éÍĹÎÁ ÉÄĹÎÔÉŢÎŮ"
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
-msgstr "ďÔĎÚ×ÁÔŘ"
+#~ msgid ""
+#~ "You defined the option \"debug = on\" but didn't define a log path for "
+#~ "the log to be stored"
+#~ msgstr ""
+#~ "÷Ů ×ŮÂŇÁĚÉ ĎĐĂÉŔ \"debug = on\", ÎĎ ÎĹ ĎĐŇĹÄĹĚÉĚÉ ĐŐÓÔŘ, ÇÄĹ ÓĎČŇÁÎŃÔŘ ĚĎÇ"
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
-msgstr "éÍŃ"
+#~ msgid "Downsample"
+#~ msgstr "ó ĐĎÎÉÖĹÎÉĹÍ ÂÉÔŇĹĘÄÁ"
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
-msgstr "đĎÓĚĹÄÎĹĹ ĐĎŃ×ĚĹÎÉĹ"
+#~ msgid "Global"
+#~ msgstr "çĚĎÂÁĚŘÎŮĘ"
-#: ../../templates/show_users.inc:53
-msgid "Registration Date"
-msgstr "äÁÔÁ ŇĹÇÉÓÔŇÁĂÉÉ"
+#~ msgid "No songs in this playlist."
+#~ msgstr "îĹÔ ĐĹÓĹÎ × ÜÔĎÍ ĐĚĹĘĚÉÓÔĹ."
-#: ../../templates/show_users.inc:57
-msgid "Activity"
-msgstr "áËÔÉ×ÎĎÓÔŘ"
+#~ msgid "New Playlist"
+#~ msgstr "îĎ×ŮĘ ĐĚĹĘĚÉÓÔ"
-#: ../../templates/show_users.inc:61
-msgid "Last Ip"
-msgstr "đĎÓĚĹÄÎÉĘ IP"
+#~ msgid "Show w/o art"
+#~ msgstr "đĎËÁÚÁÔŘ ÂĹÚ ĎÂĚĎÖËÉ"
-#: ../../templates/show_users.inc:66
-msgid "On-line"
-msgstr "On-line"
+#~ msgid "Show all"
+#~ msgstr "đĎËÁÚÁÔŘ ×ÓŁ"
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
-msgstr "ďÂĚĎÖËÁ"
+#~ msgid "Add a new user"
+#~ msgstr "äĎÂÁ×ÉÔŘ ÎĎ×ĎÇĎ ĐĎĚŘÚĎ×ÁÔĹĚŃ"
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
-msgstr "áĚŘÂĎÍ"
+#~ msgid "Controls"
+#~ msgstr "őĐŇÁ×ĚĹÎÉĹ"
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
-msgstr "çĎÄ"
+#~ msgid "No Playlists Found"
+#~ msgstr "đĚĹĘĚÉÓÔŮ ÎĹ ÎÁĘÄĹÎŮ"
-#: ../../templates/show_artist.inc:38
-msgid "Tracks"
-msgstr "ôŇĹËÉ"
+#~ msgid "Users"
+#~ msgstr "đĎĚŘÚĎ×ÁÔĹĚÉ"
-#: ../../templates/show_edit_access.inc:23
-msgid "Edit Access List"
-msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÓĐÉÓĎË ÄĎÓÔŐĐÁ"
+#~ msgid "Mail Users"
+#~ msgstr "Mail Users"
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
-msgstr "ďÔĚÁÄËÁ Ampache"
+#~ msgid "Democratic View"
+#~ msgstr "äĹÍĎËŇÁÔÉŢÎŮĘ ×ÉÄ"
-#: ../../templates/show_test.inc:35
-msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
-msgstr ""
-"÷Ů ×ŮŰĚÉ ÎÁ ÜÔŐ ÓÔŇÁÎÉĂŐ, ÔÁË ËÁË ×ĎÚÎÉËĚÁ ĎŰÉÂËÁ ËĎÎĆÉÇŐŇÁĂÉÉ. "
-"ďÔĚÁÄĎŢÎÁŃ ÉÎĆĎŇÍÁĂÉŃ ĐŇĹÄÓÔÁ×ĚĹÎÁ ÎÉÖĹ."
+#~ msgid "Rename Artist"
+#~ msgstr "đĹŇĹÉÍĹÎĎ×ÁÔŘ ÉÓĐĎĚÎÉÔĹĚŃ"
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
-msgstr "đňď÷ĺňëá"
+#~ msgid "Results Per Page"
+#~ msgstr "ňĹÚŐĚŘÔÁÔĎ× ÎÁ ÓÔŇÁÎÉĂĹ"
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
-msgstr "óôáôőó"
+#~ msgid "Newest Artist Additions"
+#~ msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ÉÓĐĎĚÎÉÔĹĚĹĘ"
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
-msgstr "ďđéóáîéĺ"
+#~ msgid "Newest Album Additions"
+#~ msgstr "đĎÓĚĹÄÎÉĹ ÄĎÂÁ×ĚĹÎÉŃ ÁĚŘÂĎÍĎ×"
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
-msgstr "÷ĹŇÓÉŃ PHP"
+#~ msgid "Newest Live Stream Additions"
+#~ 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 ""
-"üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ, ŢÔĎ Ampache ŇÁÂĎÔÁĹÔ Ó ÷ÁŰĹĘ ×ĹŇÓÉĹĘ PHP."
+#~ msgid "Playlist Actions"
+#~ msgstr "äĹĘÓÔ×ÉŃ ÎÁÄ ĐĚĹĘĚÉÓÔĎÍ"
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
-msgstr "Mysql ÄĚŃ PHP"
+#~ msgid "Edit Playlist"
+#~ 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 ""
-"üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ ÚÁÇŇŐÚËŐ ŇÁÓŰÉŇĹÎÉŃ mysql ÄĚŃ PHP"
-"ďÎĎ ÔŇĹÂŐĹÔÓŃ ÄĚŃ ŇÁÂĎÔŮ Ampache"
+#~ msgid "Play This Playlist"
+#~ msgstr "÷ĎÓĐŇĎÉÚ×ĹÓÔÉ ÜÔĎÔ ĐĚĹĘĚÉÓÔ"
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
-msgstr "đĎÄÄĹŇÖËÁ PHP Session"
+#~ msgid "Delete This Playlist"
+#~ 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 ""
-"üÔĎÔ ÔĹÓÔ ĐŇĎ×ĹŇŃĹÔ ŐÓÔÁÎĎ×ËŐ ĐĎÄÄĹŇÖËÉ Php Sessions. "
-"đĎÄÄĹŇÖËÁ Sessions ÔŇĹÂŐĹÔÓŃ ÄĚŃ ŇÁÂĎÔŮ Ampache"
+#~ msgid "Import From File"
+#~ msgstr "éÍĐĎŇÔÉŇĎ×ÁÔŘ ÉÚ ĆÁĘĚÁ"
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
-msgstr "đĎÄÄĹŇÖËÁ PHP ICONV"
+#~ msgid "Delete Empty Playlists"
+#~ 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 ""
-"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ ĐĎÄÄĹŇÖËÁ Iconv ŐÓÔÁÎĎ×ĚĹÎÁ."
-"đĎÄÄĹŇÖËÁ Iconv ÎĹ ÔŇĹÂŐĹÔÓŃ ÄĚŃ Ampache, ÎĎ ĎÎÁ ÓÔŇĎÇĎ ŇĹËĎÍĹÎÄŐĹÔÓŃ."
+#~ msgid "Show Albums starting with"
+#~ msgstr "đĎËÁÚÁÔŘ ÁĚŘÂĎÍŮ ÎÁŢÉÎÁŔÝÉĹÓŃ Ó"
-#: ../../templates/show_test.inc:121
-msgid "PHP PCRE Support"
-msgstr "đĎÄÄĹŇÖËÁ PHP PCRE"
+#~ msgid "Show Titles Starting With"
+#~ 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 ""
-"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ PHP ÓĎÂŇÁÎ Ó ĐĎÄÄĹŇÖËĎĘ PCRE,"
-"ÎĹĎÂČĎÄÉÍĎĘ ÄĚŃ Ampache"
+#~ msgid "Localplay Init Failed"
+#~ msgstr "éÎÉĂÉÁĚÉÚÁĂÉŃ ĚĎËÁĚŘÎĎÇĎ ×ĎÓĐŇĎÉÚ×ĹÄĹÎÉŃ ÚÁ×ĹŇŰÉĚÁÓŘ ÎĹŐÄÁŢĹĘ"
-#: ../../templates/show_test.inc:138
-msgid "PHP PutENV Support"
-msgstr "đĎÄÄĹŇÖËÁ PHP PutENV"
+#~ msgid "Playlist Deleted"
+#~ 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 ""
-"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ ÔĎÇĎ, ŢÔĎ PHP ÚÁĐŐÝĹÎ ÎĹ × ÂĹÚĎĐÁÓÎĎÍ "
-"ŇĹÖÉÍĹ(SafeMode), É ŢÔĎ ÉÍĹĹÔÓŃ ×ĎÚÍĎÖÎĎÓÔŘ ŇĹÄÁËÔÉŇĎ×ÁÎÉŃ ĚÉÍÉÔĎ×"
-"ĐÁÍŃÔÉ. čĎÔŃ ÜÔĎ É ÎĹ ÔŇĹÂŐĹÔÓŃ, ÂĹÚ ÜÔÉČ ×ĎÚÍĎÖÎĎÓÔĹĘ ÎĹËĎÔĎŇŮĹ ĆŐÎËĂÉÉ"
-"Ampache ÍĎÇŐÔ ŇÁÂĎÔÁÔŘ ÎĹĐŇÁ×ÉĚŘÎĎ."
+#~ msgid "The Requested Playlist has been deleted"
+#~ 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 ""
-"âŐÄĹÔ ĐŇĎÉÚ×ĹÄĹÎÁ ĐĎĐŮÔËÁ ŢÔĹÎÉŃ /config/ampache.cfg.php ĺĹ ÎĹŐÄÁŢÁ ÂŐÄĹÔ "
-"ĎÚÎÁŢÁÔŘ ŢÔĎ ĚÉÂĎ ampache.cfg.php ÉÍĹĹÔ ÎĹ×ĹŇÎĎĹ ÍĹÓÔĎĐĎĚĎÖĹÎÉĹ,\n"
-"\tĚÉÂĎ ĎÎ ÎĹ ÍĎÖĹÔ ÂŮÔŘ ĐŇĎŢÉÔÁÎ ÷ÁŰÉÍ ×ĹÂ-ÓĹŇ×ĹŇĎÍ."
+#~ msgid "Are you sure you want to delete this playlist"
+#~ 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 ""
-"üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ, ÔĎÇĎ ŢÔĎ Ő ÷ÁÓ ŐÓÔÁÎĎ×ĚĹÎŮ ×ÓĹ"
-"ĎÂŃÚÁÔÁĹĚŘÎŮĹ ĐÁŇÁÍĹÔŇŮ ËĎÎĆÉÇŐŇÁĂÉÉ, É ŢÔĎ ĆÁĘĚ ËĎÎĆÉÇŐŇÁĂÉÉ ÍĎÖĹÔ ÂŮÔŘ "
-"ĎÂŇÁÂĎÔÁÎ"
+#~ msgid "Confirm Action"
+#~ msgstr "đĎÄÔ×ĹŇÖÄĹÎÉĹ ÄĹĘÓÔ×ÉŃ"
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
-msgstr "Ampache.cfg.php Up to Date?"
+#~ msgid "Error: Password Does Not Match or Empty"
+#~ msgstr "ďŰÉÂËÁ: đÁŇĎĚŘ ÎĹ ÓĎ×ĐÁÄÁĹÔ, ÉĚÉ ĐŐÓÔ"
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
-msgstr "Ampache.cfg.php is missing the following:"
+#~ msgid "Password Updated"
+#~ msgstr "đÁŇĎĚŘ ĎÂÎĎ×ĚĹÎ"
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
-msgstr "DB Connection"
+#~ msgid "Error: Unable to write to"
+#~ msgstr "ďŰÉÂËÁ: ÎĹ ŐÄÁĚĎÓŘ ÚÁĐÉÓÁÔŘ "
-#: ../../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"
+#~ msgid "Error: Upload directory not inside a catalog"
+#~ 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 "đĎČĎÖÉĹ ÉÓĐĎĚÎÉÔĹĚÉ"
+#~ msgid "Adding"
+#~ msgstr "äĎÂÁ×ĚĹÎÉĹ"
-#: ../../templates/show_similar_artists.inc:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr "đĎÖÁĚŐĘÓÔÁ ×ŮÄĹĚÉÔĹ ÉÓĐĎĚÎÉÔĹĚĹĘ, ËĎÔĎŇŮČ ×Ů ČĎÔÉÔĹ ĎÂßĹÄÉÎÉÔŘ Ó ÔĹËŐÝÉÍ"
+#~ msgid "to database"
+#~ msgstr "× ÂÁÚŐ ÄÁÎÎŮČ"
-#: ../../templates/show_similar_artists.inc:62
-msgid "Back"
-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"
-#: ../../templates/show_similar_artists.inc:73
-msgid "Rename selected"
-msgstr "đĹŇĹÉÍĹÎĎ×ÁÔŘ ×ŮÄĹĚĹÎÎŮĹ"
+#~ msgid "Continue? (Y/N):"
+#~ msgstr "đŇĎÄĎĚÖÉÔŘ? (Y/N):"
-#: ../../templates/show_similar_artists.inc:83
-msgid "Advanced Options"
-msgstr "äĎĐĎĚÎÉÔĹĚŘÎŮĹ ÎÁÓÔŇĎĘËÉ"
+#~ msgid "Error: "
+#~ msgstr "ďŰÉÂËÁ: "
-#: ../../templates/show_similar_artists.inc:144
-msgid "Search Again"
-msgstr "éÓËÁÔŘ ĹÝĹ"
+#~ msgid "You are currently logged in as"
+#~ msgstr "÷Ů ÚÁŰĚÉ ËÁË "
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
-msgstr "ěĎÇÉÎ"
+#~ msgid "Song title"
+#~ msgstr "îÁÚ×ÁÎÉĹ ĐĹÓÎÉ"
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
-msgstr "úÁĐĎÍÎÉÔŘ ÍĹÎŃ"
+#~ msgid "Total"
+#~ msgstr "÷ÓĹÇĎ"
-#: ../../templates/show_login_form.inc:48
-msgid "Register"
-msgstr "ňĹÇÉÓÔŇÁĂÉŃ"
+#~ msgid "Rebuild Preferences"
+#~ msgstr "đĹŇĹÓÔŇĎÉÔŘ ĐŇĹÄĐĎŢÔĹÎÉŃ"
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
-msgstr "ëĚŔŢĹ×ŮĹ ÓĚĎ×Á"
+#~ msgid "Interface"
+#~ msgstr "éÎÔĹŇĆĹĘÓ"
-#: ../../templates/show_search.inc:73
-msgid "Played"
-msgstr "đŇĎÉÇŇÁÎÎÁŃ"
+#~ msgid "Streaming"
+#~ msgstr "đĎÔĎËĎ×ĎĹ ×ĹÝÁÎÉĹ"
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
-msgstr "íÉÎ ÂÉÔŇĹĘÄ"
+#~ msgid "Options"
+#~ msgstr "îÁÓÔŇĎĘËÉ"
-#: ../../templates/show_search.inc:96
-msgid "One Star"
-msgstr "ďÄÎÁ Ú×ĹÚÄÁ"
+#~ msgid "System"
+#~ msgstr "óÉÓÔĹÍÁ"
-#: ../../templates/show_search.inc:97
-msgid "Two Stars"
-msgstr "ä×Ĺ Ú×ĹÚÄŮ"
+#~ msgid ""
+#~ "Use the form below to add a host that you want to have access to your "
+#~ "Ampache catalog."
+#~ msgstr ""
+#~ "éÓĐĎĚŘÚŐĘÔĹ ÄÁÎÎŐŔ ĆĎŇÍŐ ÄĚŃ ÄĎÂÁ×ĚĹÎÉŃ ČĎÓÔÁ, ËĎÔĎŇĎÍŐ ÷Ů "
+#~ "ČĎÔÉÔĹĐŇĹÄĎÓÔÁ×ÉÔŘ ÄĎÓÔŐĐ Ë ÷ÁŰĹÍŐ ËÁÔÁĚĎÇŐ Ampache"
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
-msgstr "ôŇÉ Ú×ĹÚÄŮ"
+#~ msgid "XML-RPC Options"
+#~ msgstr "ďĐĂÉÉ XML-RPC"
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
-msgstr "ţĹÔŮŇĹ Ú×ĹÚÄŮ"
+#~ msgid "Host Access to Your Catalog"
+#~ msgstr "äĎÓÔŐĐ Ë ÷ÁŰĹÍŐ ËÁÔÁĚĎÇŐ"
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
-msgstr "đŃÔŘ Ú×ĹÚÄ"
+#~ msgid "Revoke"
+#~ msgstr "ďÔĎÚ×ÁÔŘ"
-#: ../../templates/show_search.inc:103
-msgid "Operator"
-msgstr "ďĐĹŇÁÔĎŇ"
+#~ msgid "Album Name"
+#~ msgstr "áĚŘÂĎÍ"
-#: ../../templates/show_search.inc:106
-msgid "AND"
-msgstr "é"
+#~ msgid "Album Year"
+#~ msgstr "çĎÄ"
-#: ../../templates/show_search.inc:112
-msgid "Method"
-msgstr "íĹÔĎÄ"
+#~ msgid "Tracks"
+#~ msgstr "ôŇĹËÉ"
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
-msgstr "îĹŢĹÔËÉĘ"
+#~ msgid "Edit Access List"
+#~ msgstr "ňĹÄÁËÔÉŇĎ×ÁÔŘ ÓĐÉÓĎË ÄĎÓÔŐĐÁ"
-#: ../../templates/show_search.inc:116
-msgid "Exact"
-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 ""
+#~ "üÔĎÔ ÔĹÓÔ ĐŇĹÄÎÁÚÎÁŢĹÎ ÄĚŃ ĐŇĎ×ĹŇËÉ, ÔĎÇĎ ŢÔĎ Ő ÷ÁÓ ŐÓÔÁÎĎ×ĚĹÎŮ "
+#~ "×ÓĹĎÂŃÚÁÔÁĹĚŘÎŮĹ ĐÁŇÁÍĹÔŇŮ ËĎÎĆÉÇŐŇÁĂÉÉ, É ŢÔĎ ĆÁĘĚ ËĎÎĆÉÇŐŇÁĂÉÉ ÍĎÖĹÔ "
+#~ "ÂŮÔŘ ĎÂŇÁÂĎÔÁÎ"
-#: ../../templates/show_search.inc:119
-msgid "Maximum Results"
-msgstr "íÁËÓÉÍŐÍ ŇĹÚŐĚŘÔÁÔĎ×"
+#~ msgid "Ampache.cfg.php Up to Date?"
+#~ msgstr "Ampache.cfg.php Up to Date?"
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
-msgstr "ďŢÉÓÔÉÔŘ"
+#~ msgid "Ampache.cfg.php is missing the following:"
+#~ msgstr "Ampache.cfg.php is missing the following:"
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
-msgstr ""
+#~ msgid "Reset Form"
+#~ msgstr "ďŢÉÓÔÉÔŘ"
-#: ../../templates/show_search.inc:147
-msgid "Save"
-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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,1481 +16,1837 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:64 ../../download/index.php:61
-msgid "Session Expired: please log in again at"
+#: ../../register.php:82
+msgid "Error Captcha Required"
msgstr ""
-#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621
-#: ../../lib/class/album.class.php:328
-msgid "Error: Unable to open"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
msgstr ""
-#: ../../lib/class/catalog.class.php:374
-msgid "Error: Unable to get filesize for"
+#: ../../register.php:101
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/class/catalog.class.php:411
-msgid "is not readable by ampache"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
msgstr ""
-#: ../../lib/class/catalog.class.php:530
-#, fuzzy
-msgid "album's with art"
-msgstr "Kapaksz Albmler"
+#: ../../register.php:131
+msgid "You must enter a password"
+msgstr ""
-#: ../../lib/class/catalog.class.php:812
-msgid "Starting Catalog Build"
+#: ../../register.php:135
+msgid "Your passwords do not match"
msgstr ""
-#: ../../lib/class/catalog.class.php:816
-msgid "Running Remote Sync"
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
msgstr ""
-#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992
-msgid "Found"
+#: ../../register.php:157
+msgid "Error: Insert Failed"
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"
+#: ../../register.php:174
+msgid "Registration Complete"
msgstr ""
-#: ../../lib/class/catalog.class.php:840
-#: ../../lib/class/catalog.class.php:1014
-msgid "Added Playlist From"
+#: ../../update.php:51
+msgid "Ampache Update"
msgstr ""
-#: ../../lib/class/catalog.class.php:847
-#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258
-msgid "Starting Album Art Search"
+#: ../../play/index.php:72
+msgid "Session Expired: please log in again at"
msgstr ""
-#: ../../lib/class/catalog.class.php:848
-#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259
-msgid "Searched"
+#: ../../ratings.php:32
+msgid "Rating Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-msgid "Catalog Finished"
+#: ../../ratings.php:32
+msgid "Your rating for this object has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1044
-msgid "Total Time"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1045
-msgid "Total Songs"
+#: ../../admin/flag.php:97
+#, fuzzy
+msgid "Song Updated"
+msgstr "ID3 Gncelleme"
+
+#: ../../admin/flag.php:97
+msgid "The requested song has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:859
-#: ../../lib/class/catalog.class.php:1045
-msgid "Songs Per Seconds"
+#: ../../admin/flag.php:139
+#, fuzzy
+msgid "Album Updated"
+msgstr "Albm kapa bulundu"
+
+#: ../../admin/flag.php:181
+msgid "Artist Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:894
-#: ../../lib/class/catalog.class.php:1565
-msgid "Updated"
+#: ../../admin/flag.php:246
+#, fuzzy
+msgid "Songs Updated"
+msgstr "ID3 Gncelleme"
+
+#: ../../admin/flag.php:254
+#, fuzzy
+msgid "Flag Removed"
+msgstr "Seilmileri iaretle"
+
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
msgstr ""
-#: ../../lib/class/catalog.class.php:901
-msgid "No Update Needed"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "Starting New Song Search on"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "catalog"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:987
-msgid "Running Remote Update"
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1044
-msgid "Catalog Update Finished"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Error"
+#: ../../admin/flag.php:305
+#, fuzzy
+msgid "Flagged Records"
+msgstr "aretleyen"
+
+#: ../../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 ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+#: ../../admin/catalog.php:115
+msgid "Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Error connecting to"
+#: ../../admin/catalog.php:118
+msgid "No Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Code"
+#: ../../admin/catalog.php:121
+msgid "Disabled Songs Processed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Reason"
+#: ../../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 ""
-#: ../../lib/class/catalog.class.php:1123
-msgid "Completed updating remote catalog(s)"
+#: ../../admin/catalog.php:223
+msgid "Now Playing Cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1158
-msgid "Added"
+#: ../../admin/catalog.php:223
+msgid "All now playing data has been cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1240
-msgid "Cleaning the"
+#: ../../admin/catalog.php:233
+msgid "No Disabled songs found"
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"
+#: ../../admin/catalog.php:242
+msgid "Delete Catalog"
msgstr ""
-#: ../../lib/class/catalog.class.php:1241
-msgid "Checking"
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "Catalog Clean Done"
+#: ../../admin/catalog.php:261
+msgid "Album Art Search Finished"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "files removed"
+#: ../../admin/users.php:51 ../../admin/users.php:95
+#: ../../lib/class/user.class.php:408
+msgid "Error Username Required"
msgstr ""
-#: ../../lib/class/catalog.class.php:1520
-msgid "Updating the"
+#: ../../admin/users.php:54 ../../admin/users.php:91
+#: ../../lib/class/user.class.php:412
+msgid "Error Passwords don't match"
msgstr ""
-#: ../../lib/class/catalog.class.php:1521
-msgid "songs found checking tag information."
+#: ../../admin/users.php:79
+msgid "User Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1522
-msgid "Verifed"
+#: ../../admin/users.php:79
+msgid "updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1574
-msgid " FOUND"
+#: ../../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 ""
-#: ../../lib/class/catalog.class.php:1576
-msgid "Searching for new Album Art"
+#: ../../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 ""
-#: ../../lib/class/catalog.class.php:1580
-msgid "Album Art Already Found"
+#: ../../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 ""
-#: ../../lib/class/catalog.class.php:1634
-#, fuzzy
-msgid "Update Finished."
-msgstr "Profil gncelleme"
+#: ../../admin/users.php:119
+msgid "New User Added"
+msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "Checked"
+#: ../../admin/users.php:124
+msgid "User Enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "songs updated."
+#: ../../admin/users.php:129
+msgid "User Disabled"
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"
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
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"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
msgstr ""
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
+#: ../../admin/users.php:154
+msgid "User Deleted"
msgstr ""
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
+#: ../../admin/users.php:157
+msgid "Delete Error"
msgstr ""
-#: ../../lib/class/song.class.php:373
-msgid "Mode"
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
msgstr ""
-#: ../../lib/class/song.class.php:377
-#: ../../templates/show_tv_playlist.inc.php:46
-#: ../../templates/show_songs.inc:51
-msgid "Time"
+#: ../../admin/users.php:163
+msgid "Deletion Request"
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"
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
msgstr ""
-#: ../../lib/class/song.class.php:385
-msgid "Filesize"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
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"
+#: ../../admin/modules.php:54 ../../admin/modules.php:92
+msgid "Are you sure you want to remove this plugin?"
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"
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
+msgid "Plugin Deactivated"
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"
+#: ../../admin/modules.php:85
+msgid "Plugin Activated"
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"
+#: ../../admin/modules.php:120
+msgid "Plugins"
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"
+#: ../../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 ""
-#: ../../lib/class/artist.class.php:225
-msgid "Error: Name Identical"
+#: ../../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 ""
-#: ../../lib/class/flag.class.php:264
+#: ../../admin/access.php:45
#, fuzzy
-msgid "Approved"
-msgstr "Kip"
+msgid "Access List Entry updated"
+msgstr "Eriim listesi"
-#: ../../lib/class/flag.class.php:265
-msgid "Pending"
+#: ../../admin/system.php:64
+msgid "Export Failed"
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"
+#: ../../admin/mail.php:90
+msgid "No Catalogs Found!"
msgstr ""
-#: ../../lib/class/flag.class.php:280
-msgid "Re-Tag"
+#: ../../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/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
+#: ../../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/flag.class.php:286 ../../templates/show_flag.inc.php:59
-msgid "Other"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "day"
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"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "days"
msgstr ""
-#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64
-#: ../../templates/show_now_playing.inc:32
-msgid "Now Playing"
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hour"
msgstr ""
-#: ../../lib/class/localplay.class.php:564
-msgid "Stopped"
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hours"
msgstr ""
-#: ../../lib/class/localplay.class.php:567
-msgid "Paused"
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
msgstr ""
-#: ../../lib/class/album.class.php:163
-msgid "Various"
+#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
msgstr ""
-#: ../../lib/class/genre.class.php:285
-msgid "Show Genres starting with"
+#: ../../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/rating.lib.php:43
-msgid "Don't Play"
+#: ../../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/rating.lib.php:46
-msgid "It's Pretty Bad"
+#: ../../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/rating.lib.php:49
-msgid "It's Ok"
+#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
msgstr ""
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
+#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
msgstr ""
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
+#: ../../admin/mail.php:260
+msgid "E-mail Sent"
msgstr ""
-#: ../../lib/rating.lib.php:58
-msgid "It's Insane"
+#: ../../admin/mail.php:261
+msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
+#: ../../preferences.php:35 ../../preferences.php:60
+#: ../../lib/preferences.php:311
+msgid "Server"
msgstr ""
-#: ../../lib/preferences.php:258
-msgid "Enable"
+#: ../../preferences.php:86
+msgid "Error Update Failed"
msgstr ""
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
+#: ../../preferences.php:91
+msgid "Your Account has been updated"
msgstr ""
-#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41
-#: ../../templates/show_playtype_switch.inc.php:30
-msgid "Stream"
+#: ../../flag.php:45
+#, fuzzy
+msgid "Item Flagged"
+msgstr "aretleyen"
+
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
msgstr ""
-#: ../../lib/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42
-#: ../../templates/show_playtype_switch.inc.php:34
-msgid "Downsample"
+#: ../../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 ""
-#: ../../lib/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
+#: ../../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 ""
-#: ../../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"
+#: ../../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 ""
-#: ../../lib/preferences.php:282
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "XSPF Player"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
msgstr ""
-#: ../../lib/preferences.php:289
-msgid "M3U"
+#: ../../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 ""
-#: ../../lib/preferences.php:290
-msgid "Simple M3U"
+#: ../../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/preferences.php:291
-msgid "PLS"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../lib/preferences.php:292
-msgid "Asx"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
msgstr ""
-#: ../../lib/preferences.php:293
-msgid "RAM"
+#: ../../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 ""
-#: ../../lib/preferences.php:294
-msgid "XSPF"
+#: ../../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 ""
-#: ../../lib/preferences.php:326
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
#, fuzzy
-msgid "Disabled"
-msgstr "edilgenletir"
+msgid "Update All"
+msgstr "Profil gncelleme"
-#: ../../lib/preferences.php:327
-msgid "Global"
+#: ../../templates/show_admin_tools.inc.php:83
+#: ../../templates/sidebar_admin.inc.php:24
+msgid "Clear Catalog Stats"
msgstr ""
-#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58
-msgid "Local"
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
msgstr ""
-#: ../../lib/playlist.lib.php:74
-msgid "No songs in this playlist."
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:21
+msgid "Other Tools"
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"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
msgstr ""
-#: ../../lib/playlist.lib.php:194 ../../playlist.php:63
-msgid "New Playlist"
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:23
+msgid "Clear Now Playing"
msgstr ""
-#: ../../lib/ui.lib.php:115
-msgid "Error Access Denied"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
msgstr ""
-#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87
-#: ../../ampache/templates/sidebar.inc.php:89
-msgid "Browse"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:196
-msgid "Show w/o art"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
-#: ../../lib/ui.lib.php:199
-msgid "Show all"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
msgstr ""
-#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81
-msgid "No Catalogs Found!"
+#: ../../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:540 ../../admin/mail.php:82
-#: ../../templates/show_admin_tools.inc.php:75
-#: ../../templates/show_add_catalog.inc.php:28
-msgid "Add a Catalog"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
-msgid "day"
+#: ../../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:578 ../../admin/mail.php:120
-msgid "days"
+#: ../../templates/show_flagged.inc.php:41
+#: ../../templates/show_flagged.inc.php:77
+msgid "Status"
msgstr ""
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
-msgid "hour"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
-msgid "hours"
+#: ../../templates/show_flagged.inc.php:84
+msgid "Approve"
msgstr ""
-#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48
-#: ../../ampache/templates/sidebar.inc.php:50
-msgid "Home"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:793
-msgid "Upload"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:799
-msgid "Random Play"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
+#: ../../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 ""
-#: ../../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"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79
-#: ../../ampache/templates/sidebar.inc.php:81
-msgid "Preferences"
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr ""
-#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815
-msgid "Admin-Catalog"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:819
-#, fuzzy
-msgid "Admin-User Management"
-msgstr "Kullanc ad"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:823
-msgid "Admin-Mail Users"
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
msgstr ""
-#: ../../lib/ui.lib.php:827
-#, fuzzy
-msgid "Admin-Manage Access Lists"
-msgstr "Eriim listesi"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:831
-#, fuzzy
-msgid "Admin-Site Preferences"
-msgstr "Ynetici tercihleri"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:835
-msgid "Admin-Manage Modules"
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
msgstr ""
-#: ../../lib/ui.lib.php:839
-msgid "Browse Music"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
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"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
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"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110
-#: ../../ampache/templates/sidebar.inc.php:112
-msgid "Statistics"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:1429
-msgid "Manage Users"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
msgstr ""
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
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"
+#: ../../templates/show_song.inc.php:22
+msgid "Details"
msgstr ""
-#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880
-msgid "English"
+#: ../../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 ""
-#: ../../lib/general.lib.php:881
-msgid "British English"
+#: ../../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 ""
-#: ../../lib/general.lib.php:887
-msgid "Turkish"
+#: ../../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 ""
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
+#: ../../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 ""
-#: ../../lib/general.lib.php:966
-msgid "On"
+#: ../../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 ""
-#: ../../lib/general.lib.php:969
-msgid "Off"
+#: ../../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 ""
-#: ../../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"
+#: ../../templates/show_song.inc.php:50
+msgid "Last Updated"
msgstr ""
-#: ../../modules/horde/Browser.php:867
-msgid "file"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
msgstr ""
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
+#: ../../templates/sidebar_browse.inc.php:15
+msgid "Radio Stations"
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)."
+#: ../../templates/sidebar_browse.inc.php:18
+msgid "Filters"
msgstr ""
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
+#: ../../templates/sidebar_browse.inc.php:23
+msgid "Minimum Count"
msgstr ""
-#: ../../admin/catalog.php:62 ../../admin/catalog.php:82
-#: ../../admin/catalog.php:107 ../../admin/catalog.php:168
-#, fuzzy
-msgid "Catalog Updated"
-msgstr "Kalalog smi"
+#: ../../templates/sidebar_browse.inc.php:25
+msgid "Rated"
+msgstr ""
-#: ../../admin/catalog.php:119
-#, fuzzy
-msgid "Catalog Deleted"
-msgstr "Seilmileri iaretle"
+#: ../../templates/sidebar_browse.inc.php:28
+msgid "Unplayed"
+msgstr ""
-#: ../../admin/catalog.php:119
-msgid "The Catalog and all associated records has been deleted"
+#: ../../templates/sidebar_browse.inc.php:31
+msgid "Show Art"
msgstr ""
-#: ../../admin/catalog.php:128
-msgid "Songs Removed"
+#: ../../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 ""
-#: ../../admin/catalog.php:131
-msgid "No Songs Removed"
+#: ../../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 ""
-#: ../../admin/catalog.php:134
-msgid "Disabled Songs Processed"
+#: ../../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 ""
-#: ../../admin/catalog.php:155
-#, fuzzy
-msgid "Catalog Cleaned"
-msgstr "Kalalog smi"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+msgstr ""
-#: ../../admin/catalog.php:198
-#, fuzzy
-msgid "Catalog Created"
-msgstr "Kalalog smi"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:102
+msgid "Last Seen"
+msgstr ""
-#: ../../admin/catalog.php:199
-msgid "Catalog Created and Songs Indexed"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
msgstr ""
-#: ../../admin/catalog.php:212
-msgid "Catalog statistics cleared"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
msgstr ""
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../admin/catalog.php:229
-msgid "Do you really want to clear the statistics for this catalog?"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
+msgid "Recently Played"
msgstr ""
-#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76
-msgid "Clear Catalog Stats"
+#: ../../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 ""
-#: ../../admin/catalog.php:241
-msgid "No Disabled songs found"
+#: ../../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 ""
-#: ../../admin/catalog.php:249
-msgid "Delete Catalog"
+#: ../../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 ""
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
msgstr ""
-#: ../../admin/catalog.php:261 ../../admin/catalog.php:264
-msgid "Album Art Search Finished"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
msgstr ""
-#: ../../admin/flag.php:97
-#, fuzzy
-msgid "Song Updated"
-msgstr "ID3 Gncelleme"
+#: ../../templates/show_song_row.inc.php:34
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:55
+msgid "Download"
+msgstr ""
-#: ../../admin/flag.php:97
-msgid "The requested song has been updated"
+#: ../../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 ""
-#: ../../admin/flag.php:139
-#, fuzzy
-msgid "Album Updated"
-msgstr "Albm kapa bulundu"
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr "arky iaretle"
-#: ../../admin/flag.php:181
-msgid "Artist Updated"
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
msgstr ""
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Songs Updated"
-msgstr "ID3 Gncelleme"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
+msgstr ""
-#: ../../admin/flag.php:254
-#, fuzzy
-msgid "Flag Removed"
-msgstr "Seilmileri iaretle"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr ""
-#: ../../admin/flag.php:255
-msgid "Flag Removed from"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
msgstr ""
-#: ../../admin/flag.php:270
-msgid "Flags Updated"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299
+msgid "Re-encode"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302
+msgid "Other"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
msgstr ""
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+#: ../../lib/class/catalog.class.php:946
+msgid "Found"
msgstr ""
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
+#: ../../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 ""
-#: ../../admin/flag.php:305
-#, fuzzy
-msgid "Flagged Records"
-msgstr "aretleyen"
+#: ../../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 ""
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
-msgid "Site"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
msgstr ""
-#: ../../admin/access.php:42
-msgid "Confirm Delete"
+#: ../../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 ""
-#: ../../admin/access.php:43
-msgid "Do you really want to delete this Access Record?"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
msgstr ""
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
+#: ../../templates/show_random_albums.inc.php:23
+msgid "Albums of the Moment"
msgstr ""
-#: ../../admin/access.php:49
-msgid "Your Access List Entry has been removed"
+#: ../../templates/show_random_albums.inc.php:46
+#: ../../templates/show_album.inc.php:45
+msgid "Play Album"
msgstr ""
-#: ../../admin/access.php:54
-msgid "Entry Added"
+#: ../../templates/show_localplay_status.inc.php:51
+msgid "Volume"
msgstr ""
-#: ../../admin/access.php:54
-msgid "Your new Access List Entry has been created"
+#: ../../templates/show_localplay_status.inc.php:55
+msgid "Repeat"
msgstr ""
-#: ../../admin/access.php:58
-#, fuzzy
-msgid "Entry Updated"
-msgstr "ID3 Gncelleme"
+#: ../../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 ""
-#: ../../admin/access.php:58
-#, fuzzy
-msgid "Access List Entry updated"
-msgstr "Eriim listesi"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+msgstr ""
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
msgstr ""
-#: ../../admin/users.php:68 ../../admin/users.php:108
-msgid "Error Passwords don't match"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
msgstr ""
-#: ../../admin/users.php:120 ../../register.php:138
-msgid "Error Username already exists"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
msgstr ""
-#: ../../admin/users.php:142
-msgid "Deletion Request"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
msgstr ""
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
msgstr ""
-#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
+#: ../../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 ""
-#: ../../admin/users.php:150
-msgid "User Deleted"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
msgstr ""
-#: ../../admin/users.php:153
-msgid "Delete Error"
+#: ../../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 ""
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:101
+msgid "Fullname"
msgstr ""
-#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41
-#: ../../templates/show_local_catalog_info.inc.php:23
-msgid "Catalog Statistics"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:103
+msgid "Registration Date"
msgstr ""
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
-msgid "Total Users"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
+msgid "Last Ip"
msgstr ""
-#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26
-msgid "Connected Users"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:109
+msgid "On-line"
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"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
msgstr ""
-#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31
-msgid "Catalog Size"
+#: ../../templates/show_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
+#, fuzzy
+msgid "Base Playlist"
+msgstr "Yeni ark listesi"
+
+#: ../../templates/show_manage_democratic.inc.php:58
+msgid "Create New Playlist"
msgstr ""
-#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32
-msgid "Catalog Time"
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_search.inc.php:91
+msgid "Rating"
msgstr ""
-#: ../../admin/mail.php:252
-msgid "E-mail Sent"
+#: ../../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 ""
-#: ../../admin/mail.php:253
-msgid "Your E-mail was successfully sent."
+#: ../../templates/show_install_config.inc.php:49
+#: ../../templates/show_install.inc.php:56
+msgid "Step 2 - Creating the Ampache.cfg.php file"
msgstr ""
-#: ../../admin/modules.php:41
-msgid "Module Activated"
+#: ../../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 ""
-#: ../../admin/modules.php:48
-msgid "Are you sure you want to remove this module?"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
msgstr ""
-#: ../../admin/modules.php:56
-msgid "Module Deactivated"
+#: ../../templates/show_install_config.inc.php:60
+msgid "Web Path"
msgstr ""
-#: ../../admin/modules.php:72
-msgid "Plugin Activated"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
msgstr ""
-#: ../../admin/modules.php:79
-msgid "Are you sure you want to remove this plugin?"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
msgstr ""
-#: ../../admin/modules.php:95
-msgid "Plugin Deactivated"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
msgstr ""
-#: ../../admin/system.php:120
-msgid "Export Failed"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
msgstr ""
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr "arky iaretle"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr ""
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
msgstr ""
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
msgstr ""
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
msgstr ""
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/show_flag.inc.php:70
-#: ../../templates/show_flagged.inc.php:30
-msgid "Flag"
+#: ../../templates/show_edit_user.inc.php:23
+msgid "Editing existing User"
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_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_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_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_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_user.inc.php:69
+#: ../../templates/show_add_user.inc.php:69
+msgid "User Access Level"
msgstr ""
-#: ../../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"
+#: ../../templates/show_edit_user.inc.php:83
+msgid "Update User"
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_edit_album_row.inc.php:35
+#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
+msgid "Various"
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_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_install_account.inc.php:54
-msgid "Step 2 - Creating the ampache.cfg.php file"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
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_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
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_create_democratic.inc.php:34
+msgid "Make Default"
msgstr ""
-#: ../../templates/show_install_account.inc.php:60
-msgid "Create Admin Account"
+#: ../../templates/show_create_democratic.inc.php:39
+#: ../../templates/show_add_playlist.inc.php:42
+msgid "Create"
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"
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
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"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
msgstr ""
-#: ../../templates/show_install_account.inc.php:74
-msgid "Create Account"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:547
+msgid "Home"
msgstr ""
-#: ../../templates/show_playlists.inc.php:28
-#: ../../templates/sidebar.inc.php:104
-#: ../../ampache/templates/sidebar.inc.php:106
-msgid "Playlists"
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
msgstr ""
-#: ../../templates/show_playlists.inc.php:33
-msgid "Playlist Name"
+#: ../../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/show_playlists.inc.php:34
-msgid "# Songs"
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:565
+msgid "Preferences"
msgstr ""
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
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"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
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"
+#: ../../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_playlists.inc.php:55
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_access_list.inc:67
-msgid "Edit"
+#: ../../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_playlists.inc.php:61
-#: ../../templates/show_tv_adminctl.inc.php:44
-#: ../../templates/show_random_play.inc:82
+#: ../../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_playlists.inc.php:63
-#: ../../templates/sidebar.inc.php:133
-#: ../../templates/show_localplay_status.inc.php:62
-#: ../../ampache/templates/sidebar.inc.php:135
-msgid "Random"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
msgstr ""
-#: ../../templates/show_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
+#: ../../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_playlists.inc.php:75
-#, fuzzy
-msgid "No Playlists Found"
-msgstr "Sonu bulunamad"
+#: ../../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_duplicates.inc.php:25
-msgid "Find Duplicates"
+#: ../../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_duplicates.inc.php:29
-msgid "Search Type"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:36
-msgid "Artist and Title"
+#: ../../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_duplicates.inc.php:37
-msgid "Artist, Album and Title"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:44
-msgid "Select Best Guess"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
msgstr ""
-#: ../../templates/show_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
msgstr ""
-#: ../../templates/show_tv.inc.php:42
-msgid "Controls"
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
msgstr ""
-#: ../../templates/show_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
-msgid "Current Playlist"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:27
-msgid "Editing Playlist"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
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"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
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"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:39
-msgid "Public"
+#: ../../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_playlist_edit.inc.php:40
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:77
#, fuzzy
-msgid "Private"
-msgstr "Size zel"
+msgid "Rename selected"
+msgstr "Seilmileri iaretle"
-#: ../../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
+#: ../../templates/show_similar_artists.inc.php:91
#, fuzzy
-msgid "Update"
-msgstr "ID3 Gncelleme"
+msgid "Advanced Options"
+msgstr "Eklendi"
-#: ../../templates/sidebar.inc.php:28
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
msgstr ""
-#: ../../templates/sidebar.inc.php:29
-#: ../../ampache/templates/sidebar.inc.php:29
-msgid "Mail Users"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
msgstr ""
-#: ../../templates/sidebar.inc.php:31
-#: ../../ampache/templates/sidebar.inc.php:31
-msgid "Config"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
msgstr ""
-#: ../../templates/sidebar.inc.php:32
-#: ../../ampache/templates/sidebar.inc.php:32
-msgid "Access List"
+#: ../../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/sidebar.inc.php:37
-#: ../../ampache/templates/sidebar.inc.php:37
-msgid "Song Title"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
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"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
msgstr ""
-#: ../../templates/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
+#: ../../templates/show_playlist.inc.php:30
+msgid "Normalize Tracks"
msgstr ""
-#: ../../templates/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
+#: ../../templates/show_playlist.inc.php:31
+msgid "Play All"
msgstr ""
-#: ../../templates/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
+#: ../../templates/show_playlist.inc.php:32
+msgid "Play Random"
msgstr ""
-#: ../../templates/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
msgstr ""
-#: ../../templates/sidebar.inc.php:189
-#: ../../ampache/templates/sidebar.inc.php:191
-msgid "Logout"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:27
-#, fuzzy
-msgid "Catalogs"
-msgstr "Katalogdan"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+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"
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:42
-msgid "Add"
+#: ../../templates/show_albums.inc.php:40
+#: ../../templates/show_albums.inc.php:61
+msgid "Cover"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:44
-msgid "Verify"
+#: ../../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_admin_tools.inc.php:46
-#, fuzzy
-msgid "Clean"
-msgstr "sil"
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
+#: ../../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_admin_tools.inc.php:57
-msgid "Gather Art"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:65
-#, fuzzy
-msgid "No Catalogs Found"
-msgstr "Sonu bulunamad"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:71
-msgid "Clean All"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:72
-#, fuzzy
-msgid "Verify All"
-msgstr "Hepsini grntle"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:73
-msgid "Add to All"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:74
-#, fuzzy
-msgid "Update All"
-msgstr "Profil gncelleme"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:77
-#: ../../templates/show_add_catalog.inc.php:78
-msgid "Gather Album Art"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:88
+msgid "Last Played"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75
-msgid "Generate New Config"
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:86
-#, fuzzy
-msgid "Preferences Permissions"
-msgstr "Eriim listesindeki izinleri dzenle"
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
+#: ../../templates/show_search.inc.php:77
+msgid "No"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-msgid "Check for New Version"
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:33
-msgid "Show All Songs By"
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Play Random Songs By"
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-msgid "Rename Artist"
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:39
-msgid "Find duplicate artists"
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
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_search.inc.php:111
+msgid "Method"
msgstr ""
-#: ../../templates/show_user.inc.php:36
-msgid "Results Per Page"
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-#, fuzzy
-msgid "New Password"
-msgstr "Parola deitirme"
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+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_search.inc.php:118
+msgid "Maximum Results"
msgstr ""
-#: ../../templates/show_user.inc.php:55
-msgid "Clear Stats"
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:68
+msgid "Unlimited"
msgstr ""
-#: ../../templates/show_user.inc.php:65
-msgid "Update Account"
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:6
+msgid "Add Radio Station"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/show_add_live_stream.inc.php:35
+#: ../../templates/show_edit_live_stream_row.inc.php:28
+msgid "Homepage"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:29
-#, fuzzy
-msgid "Favorite Artists"
-msgstr "Tm Sanatlar"
+#: ../../templates/show_add_live_stream.inc.php:42
+#: ../../templates/show_edit_live_stream_row.inc.php:27
+msgid "Stream URL"
+msgstr ""
-#: ../../templates/show_user_stats.inc.php:40
-msgid "Favorite Albums"
+#: ../../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_user_stats.inc.php:51
-#, fuzzy
-msgid "Favorite Songs"
-msgstr "arky iaretle"
+#: ../../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_tv_playlist.inc.php:31
-msgid "Playing from base Playlist"
+#: ../../templates/show_edit_access.inc.php:22
+msgid "Edit ACL"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:44
-msgid "Votes"
+#: ../../templates/show_edit_access.inc.php:30
+#: ../../templates/show_add_access.inc.php:61
+msgid "ACL Type"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:45
-#: ../../templates/show_list_duplicates.inc.php:31
-#: ../../templates/show_recently_played.inc.php:30
-msgid "Song"
+#: ../../templates/show_edit_access.inc.php:34
+#: ../../templates/show_add_access.inc.php:64
+msgid "Stream Access"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
-msgid "Preference"
+#: ../../templates/show_edit_access.inc.php:35
+#: ../../templates/show_add_access.inc.php:65
+msgid "Web Interface"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
+#: ../../templates/show_edit_access.inc.php:36
+#: ../../templates/show_add_access.inc.php:66
+msgid "Local Network Definition"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
+#: ../../templates/show_edit_access.inc.php:37
+msgid "XML-RPC"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:51
-msgid "description"
+#: ../../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
@@ -1509,11 +1865,6 @@ msgstr ""
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 ""
@@ -1522,352 +1873,368 @@ msgstr ""
msgid "Register User"
msgstr ""
-#: ../../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 ""
-#: ../../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_login_form.inc.php:66
+msgid "Remember Me"
msgstr ""
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
msgstr ""
-#: ../../templates/show_modules.inc.php:38
-#, fuzzy
-msgid "Localplay Modules"
-msgstr "Yerel alma Dzeni"
+#: ../../templates/show_login_form.inc.php:87
+msgid "Message of the Day"
+msgstr ""
-#: ../../templates/show_modules.inc.php:41
-msgid "Module Name"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/show_modules.inc.php:48
-#: ../../templates/show_modules.inc.php:81
-#: ../../templates/show_tv_adminctl.inc.php:28
-msgid "Activate"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61
+msgid "Most Popular Artists"
msgstr ""
-#: ../../templates/show_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-msgid "Deactivate"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55
+msgid "Most Popular Albums"
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_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
+msgstr ""
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:69
+msgid "Most Popular Songs"
msgstr ""
-#: ../../templates/show_modules.inc.php:73
-msgid "Description"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/show_modules.inc.php:74
-msgid "Version"
+#: ../../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: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
+#: ../../templates/show_edit_album.inc.php:41
msgid "Flag for Retagging"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:89
+#: ../../templates/show_edit_song.inc.php:88
#, fuzzy
msgid "Update Song"
msgstr "Profil gncelleme"
-#: ../../templates/show_import_playlist.inc.php:24
-msgid "Importing a Playlist from a File"
+#: ../../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_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"
+#: ../../templates/show_mail_users.inc.php:28
+msgid "Mail to"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
+#: ../../templates/show_mail_users.inc.php:54
+msgid "Latest Artist Additions"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:48
-msgid "Import Playlist"
+#: ../../templates/show_mail_users.inc.php:65
+msgid "Latest Album Additions"
msgstr ""
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
+#: ../../templates/show_mail_users.inc.php:75
+msgid "Flagged Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:25
-msgid "Send E-mail to Users"
+#: ../../templates/show_mail_users.inc.php:79
+#: ../../templates/show_admin_info.inc.php:34
+msgid "Disabled Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:28
-msgid "Mail to"
+#: ../../templates/show_mail_users.inc.php:87
+msgid "Most Popular Threshold in days"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:45
-#: ../../templates/show_all_popular.inc.php:29
-msgid "Most Popular Albums"
+#: ../../templates/show_mail_users.inc.php:98
+msgid "Subject"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:52
-msgid "Latest Artist Additions"
+#: ../../templates/show_mail_users.inc.php:105
+msgid "Message"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:56
-#: ../../templates/show_all_popular.inc.php:26
-msgid "Most Popular Artists"
+#: ../../templates/show_mail_users.inc.php:114
+msgid "Send Mail"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:63
-msgid "Latest Album Additions"
+#: ../../templates/show_add_user.inc.php:23
+msgid "Adding a New User"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:67
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
+#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:60
+msgid "Content Manager"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:73
-msgid "Flagged Songs"
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_preference_box.inc.php:61
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
-msgid "Disabled Songs"
+#: ../../templates/show_add_user.inc.php:84
+#: ../../templates/sidebar_admin.inc.php:11
+msgid "Add User"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:85
-msgid "Most Popular Threshold in days"
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:96
-msgid "Subject"
+#: ../../templates/show_add_access.inc.php:67
+msgid "RPC"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:103
-msgid "Message"
+#: ../../templates/show_add_access.inc.php:72
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:113
-msgid "Send Mail"
+#: ../../templates/show_add_access.inc.php:82
+msgid "Create ACL"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:32
-msgid "Last Ten Flagged Records"
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
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 "Hepsini grntle"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to 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"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:22
-#, fuzzy
-msgid "Admin Controls"
-msgstr "Ynetici Ksm"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
+msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
-#, fuzzy
-msgid "Base Playlist"
-msgstr "Yeni ark listesi"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
+msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr ""
+
+#: ../../templates/show_playlist_edit.inc.php:40
#, fuzzy
-msgid "Clear Playlist"
-msgstr "Yeni ark listesi"
+msgid "Private"
+msgstr "Size zel"
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
msgstr ""
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
msgstr ""
-#: ../../templates/show_flagged.inc.php:28
-#, fuzzy
-msgid "Object"
-msgstr "Nesne tr"
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
+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"
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
msgstr ""
-#: ../../templates/show_flagged.inc.php:31
-msgid "Status"
+#: ../../templates/show_gather_art.inc.php:23
+#: ../../lib/class/catalog.class.php:972
+msgid "Starting Album Art Search"
msgstr ""
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
msgstr ""
-#: ../../templates/show_flagged.inc.php:64
-msgid "Approve"
+#: ../../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_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Play All Songs By"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:25
-msgid "Newest Artist Additions"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Play Random Songs By"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:52
+msgid "Update from tags"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
+#: ../../templates/show_artist_box.inc.php:39
+msgid "Find duplicate artists"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
+#: ../../templates/show_artist_box.inc.php:42
+msgid "Recommend Similar"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:54
-msgid "Local Image"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:34
-msgid "Edit Playlist"
+#: ../../templates/show_random.inc.php:51
+msgid "Less Played"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:35
-msgid "Normalize Tracks"
+#: ../../templates/show_random.inc.php:52
+msgid "Full Albums"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:36
-msgid "Play This Playlist"
+#: ../../templates/show_random.inc.php:53
+msgid "Full Artist"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:37
-msgid "Play Random"
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:38
-msgid "Delete This Playlist"
+#: ../../templates/show_random.inc.php:59
+#, fuzzy
+msgid "From catalog"
+msgstr "Katalogdan"
+
+#: ../../templates/show_random.inc.php:65
+#, fuzzy
+msgid "Size Limit"
+msgstr "Snrlar grntle"
+
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:644
+msgid "Now Playing"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:43
+#: ../../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
#, fuzzy
-msgid "Delete Empty Playlists"
-msgstr "Yeni ark listesi"
+msgid "Localplay Modules"
+msgstr "Yerel alma Dzeni"
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/sidebar_localplay.inc.php:13
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/sidebar_localplay.inc.php:14
+#: ../../templates/sidebar_home.inc.php:12
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
+#: ../../templates/sidebar_localplay.inc.php:18
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
+#: ../../templates/show_get_albumart.inc.php:23
+msgid "Customize Search"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
+#: ../../templates/show_get_albumart.inc.php:44
+msgid "Direct URL to Image"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
+#: ../../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 ""
#: ../../templates/show_edit_catalog.inc.php:22
@@ -1875,71 +2242,71 @@ msgid "Settings for"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:29
-#: ../../templates/show_add_catalog.inc.php:38
+#: ../../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:39
+#: ../../templates/show_add_catalog.inc.php:36
msgid "album name"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:31
-#: ../../templates/show_add_catalog.inc.php:40
+#: ../../templates/show_add_catalog.inc.php:37
msgid "artist name"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:32
-#: ../../templates/show_add_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:38
msgid "id3 comment"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:33
-#: ../../templates/show_add_catalog.inc.php:42
+#: ../../templates/show_add_catalog.inc.php:39
msgid "genre"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:34
-#: ../../templates/show_add_catalog.inc.php:43
+#: ../../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:44
+#: ../../templates/show_add_catalog.inc.php:41
msgid "song title"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:36
-#: ../../templates/show_add_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:42
msgid "year"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:37
-#: ../../templates/show_add_catalog.inc.php:46
+#: ../../templates/show_add_catalog.inc.php:43
msgid "other"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
+#: ../../templates/show_add_catalog.inc.php:52
msgid "Catalog Type"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
+#: ../../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:50
+#: ../../templates/show_edit_catalog.inc.php:51
msgid "Filename pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "Folder Pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "(no leading or ending '/')"
msgstr ""
@@ -1947,94 +2314,85 @@ msgstr ""
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"
+#: ../../templates/show_democratic_playlist.inc.php:38
+msgid "Playing from base Playlist"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
-msgid "Create"
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
+msgid "Votes"
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)"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-msgid "Catalog Name"
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:51
-msgid "Path"
-msgstr ""
+#: ../../templates/show_edit_artist.inc.php:23
+#, fuzzy
+msgid "Edit Artist"
+msgstr "Tm Sanatlar"
-#: ../../templates/show_add_catalog.inc.php:59
-msgid "Remote"
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Required for Remote Catalogs"
-msgstr ""
+#: ../../templates/show_edit_album.inc.php:23
+#, fuzzy
+msgid "Edit Album"
+msgstr "Tm albmler"
-#: ../../templates/show_add_catalog.inc.php:68
-msgid "Filename Pattern"
-msgstr ""
+#: ../../templates/show_edit_album.inc.php:47
+#, fuzzy
+msgid "Update Album"
+msgstr "Profil gncelleme"
-#: ../../templates/show_add_catalog.inc.php:82
-msgid "Build Playlists from m3u Files"
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:90
-msgid "Add Catalog"
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Adding a New User"
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:257
+msgid "Stream"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260
+msgid "Democratic"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:265
+msgid "Flash Player"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
+#: ../../templates/show_play_selected.inc.php:28
+msgid "Play Selected"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:26
-msgid "Duplicate Songs"
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:34
-msgid "Length"
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
-msgid "Size"
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
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,952 +2401,927 @@ 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_user_recommendations.inc.php:22
-msgid "Recommendations"
+#: ../../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_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
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_add_catalog.inc.php:65
+msgid "Filename Pattern"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:37
-msgid "Guest"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-#, fuzzy
-msgid "Edit Album"
-msgstr "Tm albmler"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
+#: ../../templates/show_localplay.inc.php:32
+#: ../../templates/rightbar.inc.php:53
#, fuzzy
-msgid "Update Album"
-msgstr "Profil gncelleme"
+msgid "Clear Playlist"
+msgstr "Yeni ark listesi"
-#: ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:26
-msgid "Recently 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_recently_played.inc.php:33
-msgid "Last Played"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
msgstr ""
-#: ../../templates/show_edit_artist.inc.php:23
+#: ../../templates/show_user_stats.inc.php:30
#, fuzzy
-msgid "Edit Artist"
+msgid "Favorite Artists"
msgstr "Tm Sanatlar"
-#: ../../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"
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
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"
-msgstr ""
+#: ../../templates/show_list_duplicates.inc.php:96
+#, fuzzy
+msgid "Disable Songs"
+msgstr "edilgenletir"
-#: ../../ampache/templates/sidebar.inc.php:38
-msgid "Lists"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
msgstr ""
-#: ../../ratings.php:33
-msgid "Rating Updated"
+#: ../../templates/sidebar_home.inc.php:4
+msgid "Currently Playing"
msgstr ""
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
+msgid "Statistics"
msgstr ""
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
msgstr ""
-#: ../../login.php:94
-msgid "Unable to create new account"
+#: ../../templates/sidebar_home.inc.php:22
+msgid "Advanced"
msgstr ""
-#: ../../login.php:103
-msgid "No local account found"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
msgstr ""
-#: ../../login.php:176
-msgid "Message of the Day"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
msgstr ""
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
msgstr ""
-#: ../../preferences.php:61
-msgid "Password Updated"
+#: ../../templates/sidebar_admin.inc.php:15
+msgid "Access Control"
msgstr ""
-#: ../../update.php:73
-msgid "Ampache Update"
+#: ../../templates/sidebar_admin.inc.php:17
+msgid "Add ACL"
msgstr ""
-#: ../../tv.php:62
-msgid "Playlist Cleared"
+#: ../../templates/sidebar_admin.inc.php:18
+msgid "Show ACL(s)"
msgstr ""
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Cleaning the"
msgstr ""
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
msgstr ""
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
msgstr ""
-#: ../../activate.php:43
-msgid "No user with this name registered"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
msgstr ""
-#: ../../activate.php:47
-msgid "The validation key used isn't correct."
+#: ../../templates/show_test.inc.php:33
+msgid ""
+"You've reached this page because a configuration error has occured. Debug "
+"Information below"
msgstr ""
-#: ../../activate.php:52
-msgid "User activated"
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
msgstr ""
-#: ../../activate.php:52
-msgid "This User ID is activated and can be used"
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
msgstr ""
-#: ../../playlist.php:46
-msgid "Playlist Deleted"
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
msgstr ""
-#: ../../playlist.php:46
-msgid "The Requested Playlist has been deleted"
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
msgstr ""
-#: ../../playlist.php:56
-msgid "Are you sure you want to delete this playlist"
+#: ../../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 ""
-#: ../../playlist.php:57
-#, fuzzy
-msgid "Confirm Action"
-msgstr "Veritaban balants"
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
+msgstr ""
-#: ../../playlist.php:117
-msgid "Playlist Created"
+#: ../../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 ""
-#: ../../playlist.php:117
-msgid " has been created"
+#: ../../templates/show_test.inc.php:82
+msgid "PHP Session Support"
msgstr ""
-#: ../../playlist.php:126
-msgid "Remote Selected Tracks"
+#: ../../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 ""
-#: ../../playlist.php:145
-msgid "Playlist Updated"
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
msgstr ""
-#: ../../playlist.php:146
-msgid "has been updated and is now"
+#: ../../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 ""
-#: ../../playlist.php:166
-msgid "Playlist Imported"
+#: ../../templates/show_test.inc.php:119
+msgid "PHP PCRE Support"
msgstr ""
-#: ../../playlist.php:195
-msgid "Empty Playlists Deleted"
+#: ../../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 ""
-#: ../../flag.php:46
-#, fuzzy
-msgid "Item Flagged"
-msgstr "aretleyen"
+#: ../../templates/show_test.inc.php:136
+msgid "PHP PutENV Support"
+msgstr ""
-#: ../../flag.php:46
-msgid "The specified item has been flagged"
+#: ../../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 ""
-#: ../../albums.php:48
-msgid "Album Art Cleared"
+#: ../../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 ""
-#: ../../albums.php:48
-#, fuzzy
-msgid "Album Art information has been removed from the database"
-msgstr "Albm kapa ile ilgili bilgiler veritabanndan silindi"
+#: ../../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 ""
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
-msgid "Album Art Not Located"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
msgstr ""
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
+#: ../../templates/show_test.inc.php:209
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."
+"This attempts to connect to your database using the values from your ampache."
+"cfg.php"
msgstr ""
-#: ../../albums.php:79 ../../albums.php:106 ../../albums.php:185
-msgid "Album Art Inserted"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
msgstr ""
-#: ../../register.php:81
-msgid "Error Captcha Required"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
msgstr ""
-#: ../../register.php:88
-msgid "Error Captcha Failed"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
msgstr ""
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
msgstr ""
-#: ../../register.php:100
-msgid "You did not enter a username"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
msgstr ""
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
msgstr ""
-#: ../../register.php:130
-msgid "You must enter a password"
+#: ../../templates/show_account.inc.php:40
+#, fuzzy
+msgid "New Password"
+msgstr "Parola deitirme"
+
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
msgstr ""
-#: ../../register.php:134
-msgid "Your passwords do not match"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
msgstr ""
-#: ../../register.php:152
-msgid "Error: Insert Failed"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
msgstr ""
-#: ../../register.php:169
-msgid "Registration Complete"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
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"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
msgstr ""
-#: ../../bin/print_tags.php.inc:70
-msgid "Filename:"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
+#: ../../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 ""
-#: ../../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"
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:153
-msgid "Continue? (Y/N):"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:178
-msgid "Error: "
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:179
-msgid "!\n"
+#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_big_art.inc:29
-msgid "Album Art"
+#: ../../templates/show_playlists.inc.php:34
+#: ../../templates/show_playlists.inc.php:51
+msgid "Playlist Name"
msgstr ""
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:52
+msgid "# Songs"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
+#: ../../templates/show_playlists.inc.php:36
+#: ../../templates/show_playlists.inc.php:53
+msgid "Owner"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:49
-msgid "Remove"
+#: ../../activate.php:42
+msgid "No user with this name registered"
msgstr ""
-#: ../../templates/list_header.inc:110
-msgid "Prev"
+#: ../../activate.php:46
+msgid "The validation key used isn't correct."
msgstr ""
-#: ../../templates/list_header.inc:156
-msgid "Next"
+#: ../../activate.php:51
+msgid "User activated"
msgstr ""
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-msgid "You are currently logged in as"
+#: ../../activate.php:51
+msgid "This User ID is activated and can be used"
msgstr ""
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
+#: ../../democratic.php:80
+msgid "Playlist Cleared"
msgstr ""
-#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92
-msgid "Rating"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../templates/show_songs.inc:183
-msgid "Total"
+#: ../../lib/class/flag.class.php:280
+#, fuzzy
+msgid "Approved"
+msgstr "Kip"
+
+#: ../../lib/class/flag.class.php:281
+msgid "Pending"
msgstr ""
-#: ../../templates/show_install_config.inc:53
-#: ../../templates/show_install.inc:56
-msgid "Step 2 - Creating the Ampache.cfg.php file"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
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"
+#: ../../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 ""
-#: ../../templates/show_install_config.inc:64
-msgid "Web Path"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
msgstr ""
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
msgstr ""
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
msgstr ""
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
msgstr ""
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
msgstr ""
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
msgstr ""
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
+#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740
+#: ../../lib/class/album.class.php:434
+msgid "Error: Unable to open"
msgstr ""
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
+#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452
+msgid "Error: Unable to change to directory"
msgstr ""
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
msgstr ""
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
msgstr ""
-#: ../../templates/show_album.inc:56
-msgid "Play Random from Album"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
msgstr ""
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
msgstr ""
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
msgstr ""
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
msgstr ""
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
msgstr ""
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
msgstr ""
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
msgstr ""
-#: ../../templates/show_preferences.inc:65
-msgid "Streaming"
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
msgstr ""
-#: ../../templates/show_preferences.inc:68
-msgid "Options"
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
msgstr ""
-#: ../../templates/show_preferences.inc:72
-msgid "Account"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
msgstr ""
-#: ../../templates/show_preferences.inc:76
-msgid "System"
+#: ../../lib/class/catalog.class.php:1187
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
msgstr ""
-#: ../../templates/show_preferences.inc:79
-msgid "Modules"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
msgstr ""
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
msgstr ""
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
msgstr ""
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
msgstr ""
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
msgstr ""
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
msgstr ""
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
+#: ../../lib/class/catalog.class.php:1420
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_random_play.inc:61
-#, fuzzy
-msgid "From catalog"
-msgstr "Katalogdan"
+#: ../../lib/class/catalog.class.php:1656
+msgid " FOUND"
+msgstr ""
-#: ../../templates/show_random_play.inc:67
+#: ../../lib/class/catalog.class.php:1658
+msgid "Searching for new Album Art"
+msgstr ""
+
+#: ../../lib/class/catalog.class.php:1706
#, fuzzy
-msgid "Size Limit"
-msgstr "Snrlar grntle"
+msgid "Update Finished."
+msgstr "Profil gncelleme"
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Checked"
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"
+#: ../../lib/class/catalog.class.php:1706
+msgid "songs updated."
msgstr ""
-#: ../../templates/show_install.inc:72
-msgid "MySQL Administrative Username"
+#: ../../lib/class/localplay.class.php:647
+msgid "Stopped"
msgstr ""
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
+#: ../../lib/class/localplay.class.php:650
+msgid "Paused"
msgstr ""
-#: ../../templates/show_install.inc:80
-msgid "Create Database User for New Database"
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
+#: ../../lib/preferences.php:245
+msgid "Enable"
msgstr ""
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
+#: ../../lib/preferences.php:272
+msgid "M3U"
msgstr ""
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
+#: ../../lib/preferences.php:273
+msgid "Simple M3U"
msgstr ""
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
+#: ../../lib/preferences.php:274
+msgid "PLS"
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."
+#: ../../lib/preferences.php:275
+msgid "Asx"
msgstr ""
-#: ../../templates/show_add_access.inc:35
-#: ../../templates/show_edit_access.inc:35
-msgid "Start IP Address"
+#: ../../lib/preferences.php:276
+msgid "RAM"
msgstr ""
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
+#: ../../lib/preferences.php:277
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
-msgid "Read"
-msgstr ""
+#: ../../lib/preferences.php:310
+#, fuzzy
+msgid "Disabled"
+msgstr "edilgenletir"
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
msgstr ""
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
-msgid "ACL Type"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../templates/show_add_access.inc:67
-msgid "Stream Access"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
msgstr ""
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
msgstr ""
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
+#: ../../lib/preferences.php:343
+msgid "Always"
msgstr ""
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
msgstr ""
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
msgstr ""
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-msgid "Remote Key"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
msgstr ""
-#: ../../templates/show_add_access.inc:87
-msgid "Create ACL"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
msgstr ""
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
msgstr ""
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
msgstr ""
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
msgstr ""
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
msgstr ""
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
+#: ../../lib/general.lib.php:496
+msgid "British English"
msgstr ""
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
msgstr ""
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
msgstr ""
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
+#: ../../lib/general.lib.php:580
+msgid "On"
msgstr ""
-#: ../../templates/show_users.inc:53
-msgid "Registration Date"
+#: ../../lib/general.lib.php:583
+msgid "Off"
msgstr ""
-#: ../../templates/show_users.inc:57
-msgid "Activity"
+#: ../../lib/ui.lib.php:92
+msgid "Error Access Denied"
msgstr ""
-#: ../../templates/show_users.inc:61
-msgid "Last Ip"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
msgstr ""
-#: ../../templates/show_users.inc:66
-msgid "On-line"
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
msgstr ""
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
+#: ../../lib/ui.lib.php:556
+msgid "Random Play"
msgstr ""
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
+msgid "Admin-Catalog"
msgstr ""
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
-msgstr ""
+#: ../../lib/ui.lib.php:576
+#, fuzzy
+msgid "Admin-User Management"
+msgstr "Kullanc ad"
-#: ../../templates/show_artist.inc:38
-msgid "Tracks"
+#: ../../lib/ui.lib.php:580
+msgid "Admin-Mail Users"
msgstr ""
-#: ../../templates/show_edit_access.inc:23
+#: ../../lib/ui.lib.php:584
#, fuzzy
-msgid "Edit Access List"
+msgid "Admin-Manage Access Lists"
msgstr "Eriim listesi"
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
-msgstr ""
+#: ../../lib/ui.lib.php:588
+#, fuzzy
+msgid "Admin-Site Preferences"
+msgstr "Ynetici tercihleri"
-#: ../../templates/show_test.inc:35
-msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
msgstr ""
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
+#: ../../lib/ui.lib.php:596
+msgid "Browse Music"
msgstr ""
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
msgstr ""
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
-msgstr ""
+#: ../../albums.php:32
+#, fuzzy
+msgid "Album Art information has been removed from the database"
+msgstr "Albm kapa ile ilgili bilgiler veritabanndan silindi"
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
msgstr ""
-#: ../../templates/show_test.inc:61
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
msgid ""
-"This tests to make sure that you are running a version of PHP that is known "
-"to work with Ampache."
+"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 ""
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
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."
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
msgstr ""
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
+#: ../../albums.php:168 ../../artists.php:52
+msgid "Update From Tags Complete"
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."
+#: ../../albums.php:169 ../../artists.php:53
+msgid "Return"
msgstr ""
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
+#: ../../modules/localplay/mpd.controller.php:213
+msgid "Instance Name"
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"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
msgstr ""
-#: ../../templates/show_test.inc:121
-msgid "PHP PCRE Support"
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
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."
+#: ../../modules/horde/Browser.php:867
+msgid "file"
msgstr ""
-#: ../../templates/show_test.inc:138
-msgid "PHP PutENV Support"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
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"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
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."
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
msgstr ""
-#: ../../templates/show_test.inc:193
+#: ../../modules/horde/Browser.php:901
+#, php-format
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"
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
-#: ../../templates/show_test.inc:256
+#: ../../modules/horde/Browser.php:903
+#, php-format
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"
-
-#: ../../templates/show_similar_artists.inc:25
-msgid "Please check the artists you want to merge with the current one"
+"There was a problem with the file upload: The %s was only partially uploaded."
msgstr ""
-#: ../../templates/show_similar_artists.inc:62
-msgid "Back"
+#: ../../localplay.php:72 ../../localplay.php:80
+msgid "Song(s) Removed from Playlist"
msgstr ""
-#: ../../templates/show_similar_artists.inc:73
-#, fuzzy
-msgid "Rename selected"
-msgstr "Seilmileri iaretle"
-
-#: ../../templates/show_similar_artists.inc:83
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Eklendi"
-
-#: ../../templates/show_similar_artists.inc:144
-msgid "Search Again"
+#: ../../playlist.php:57
+msgid "Playlist Created"
msgstr ""
-#: ../../templates/show_login_form.inc:35
-#: ../../templates/show_login_form.inc:42
-msgid "Login"
+#: ../../playlist.php:57
+msgid " has been created"
msgstr ""
-#: ../../templates/show_login_form.inc:39
-msgid "Remember Me"
+#: ../../playlist.php:78
+msgid "Playlist Updated"
msgstr ""
-#: ../../templates/show_login_form.inc:48
-msgid "Register"
+#: ../../playlist.php:79
+msgid "has been updated and is now"
msgstr ""
-#: ../../templates/show_search.inc:33
-msgid "Keywords"
+#: ../../playlist.php:101
+msgid "Playlist Imported"
msgstr ""
-#: ../../templates/show_search.inc:73
-msgid "Played"
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
msgstr ""
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
msgstr ""
-#: ../../templates/show_search.inc:96
-msgid "One Star"
+#: ../../login.php:87
+msgid "Unable to create new account"
msgstr ""
-#: ../../templates/show_search.inc:97
-msgid "Two Stars"
+#: ../../login.php:96
+msgid "No local account found"
msgstr ""
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
msgstr ""
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
+#: ../../artists.php:186
+msgid "Show Artists starting with"
msgstr ""
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
+#: ../../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 ""
-#: ../../templates/show_search.inc:103
-msgid "Operator"
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
msgstr ""
-#: ../../templates/show_search.inc:106
-msgid "AND"
-msgstr ""
+#, fuzzy
+#~ msgid "album's with art"
+#~ msgstr "Kapaksz Albmler"
-#: ../../templates/show_search.inc:112
-msgid "Method"
-msgstr ""
+#, fuzzy
+#~ msgid "Entry Updated"
+#~ msgstr "ID3 Gncelleme"
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
-msgstr ""
+#, fuzzy
+#~ msgid "No Playlists Found"
+#~ msgstr "Sonu bulunamad"
-#: ../../templates/show_search.inc:116
-msgid "Exact"
-msgstr ""
+#, fuzzy
+#~ msgid "Admin Controls"
+#~ msgstr "Ynetici Ksm"
-#: ../../templates/show_search.inc:119
-msgid "Maximum Results"
-msgstr ""
+#, fuzzy
+#~ msgid "Delete Empty Playlists"
+#~ msgstr "Yeni ark listesi"
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
-msgstr ""
+#, fuzzy
+#~ msgid "Localplay Init Failed"
+#~ msgstr "Yerel alma Dzeni"
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
-msgstr ""
+#, fuzzy
+#~ msgid "Confirm Action"
+#~ msgstr "Veritaban balants"
-#: ../../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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,1457 +16,1817 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:64 ../../download/index.php:61
-msgid "Session Expired: please log in again at"
+#: ../../register.php:82
+msgid "Error Captcha Required"
msgstr ""
-#: ../../lib/class/catalog.class.php:303 ../../lib/class/catalog.class.php:621
-#: ../../lib/class/album.class.php:328
-msgid "Error: Unable to open"
+#: ../../register.php:89
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/class/catalog.class.php:317
-msgid "Error: Unable to change to directory"
+#: ../../register.php:96
+msgid "You <U>must</U> accept the user agreement"
msgstr ""
-#: ../../lib/class/catalog.class.php:374
-msgid "Error: Unable to get filesize for"
+#: ../../register.php:101
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/class/catalog.class.php:411
-msgid "is not readable by ampache"
+#: ../../register.php:105
+msgid "Please fill in your full name (Firstname Lastname)"
msgstr ""
-#: ../../lib/class/catalog.class.php:530
-msgid "album's with art"
+#: ../../register.php:131
+msgid "You must enter a password"
msgstr ""
-#: ../../lib/class/catalog.class.php:812
-msgid "Starting Catalog Build"
+#: ../../register.php:135
+msgid "Your passwords do not match"
msgstr ""
-#: ../../lib/class/catalog.class.php:816
-msgid "Running Remote Sync"
+#: ../../register.php:139 ../../admin/users.php:100
+msgid "Error Username already exists"
msgstr ""
-#: ../../lib/class/catalog.class.php:821 ../../lib/class/catalog.class.php:992
-msgid "Found"
+#: ../../register.php:157
+msgid "Error: Insert Failed"
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"
+#: ../../register.php:174
+msgid "Registration Complete"
msgstr ""
-#: ../../lib/class/catalog.class.php:840
-#: ../../lib/class/catalog.class.php:1014
-msgid "Added Playlist From"
+#: ../../update.php:51
+msgid "Ampache Update"
msgstr ""
-#: ../../lib/class/catalog.class.php:847
-#: ../../lib/class/catalog.class.php:1024 ../../admin/catalog.php:258
-msgid "Starting Album Art Search"
+#: ../../play/index.php:72
+msgid "Session Expired: please log in again at"
msgstr ""
-#: ../../lib/class/catalog.class.php:848
-#: ../../lib/class/catalog.class.php:1025 ../../admin/catalog.php:259
-msgid "Searched"
+#: ../../ratings.php:32
+msgid "Rating Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-msgid "Catalog Finished"
+#: ../../ratings.php:32
+msgid "Your rating for this object has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1044
-msgid "Total Time"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/class/catalog.class.php:858
-#: ../../lib/class/catalog.class.php:1045
-msgid "Total Songs"
+#: ../../admin/flag.php:97
+#, fuzzy
+msgid "Song Updated"
+msgstr "ID3 "
+
+#: ../../admin/flag.php:97
+msgid "The requested song has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:859
-#: ../../lib/class/catalog.class.php:1045
-msgid "Songs Per Seconds"
+#: ../../admin/flag.php:139
+#, fuzzy
+msgid "Album Updated"
+msgstr "ID3 "
+
+#: ../../admin/flag.php:181
+msgid "Artist Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:894
-#: ../../lib/class/catalog.class.php:1565
-msgid "Updated"
+#: ../../admin/flag.php:246
+#, fuzzy
+msgid "Songs Updated"
+msgstr "ID3 "
+
+#: ../../admin/flag.php:254
+msgid "Flag Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:901
-msgid "No Update Needed"
+#: ../../admin/flag.php:255
+msgid "Flag Removed from"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "Starting New Song Search on"
+#: ../../admin/flag.php:270
+msgid "Flags Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:983
-msgid "catalog"
+#: ../../admin/flag.php:289
+msgid "Songs Disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:987
-msgid "Running Remote Update"
+#: ../../admin/flag.php:289
+msgid "The requested song(s) have been disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1044
-msgid "Catalog Update Finished"
+#: ../../admin/flag.php:300
+msgid "Songs Enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Error"
+#: ../../admin/flag.php:300
+msgid "The requested song(s) have been enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1064
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+#: ../../admin/flag.php:305
+msgid "Flagged Records"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Error connecting to"
+#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
+#: ../../admin/catalog.php:95 ../../admin/catalog.php:153
+msgid "Catalog Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Code"
+#: ../../admin/catalog.php:106
+msgid "Catalog Deleted"
msgstr ""
-#: ../../lib/class/catalog.class.php:1107
-#: ../../lib/class/catalog.class.php:1162
-msgid "Reason"
+#: ../../admin/catalog.php:106
+msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../lib/class/catalog.class.php:1123
-msgid "Completed updating remote catalog(s)"
+#: ../../admin/catalog.php:115
+msgid "Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1158
-msgid "Added"
+#: ../../admin/catalog.php:118
+msgid "No Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1240
-msgid "Cleaning the"
+#: ../../admin/catalog.php:121
+msgid "Disabled Songs Processed"
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"
+#: ../../admin/catalog.php:141
+msgid "Catalog Cleaned"
msgstr ""
-#: ../../lib/class/catalog.class.php:1241
-msgid "Checking"
+#: ../../admin/catalog.php:191
+msgid "Catalog Created"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "Catalog Clean Done"
+#: ../../admin/catalog.php:208
+msgid "Catalog statistics cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313
-msgid "files removed"
+#: ../../admin/catalog.php:223
+msgid "Now Playing Cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1520
-msgid "Updating the"
+#: ../../admin/catalog.php:223
+msgid "All now playing data has been cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1521
-msgid "songs found checking tag information."
+#: ../../admin/catalog.php:233
+msgid "No Disabled songs found"
msgstr ""
-#: ../../lib/class/catalog.class.php:1522
-msgid "Verifed"
+#: ../../admin/catalog.php:242
+msgid "Delete Catalog"
msgstr ""
-#: ../../lib/class/catalog.class.php:1574
-msgid " FOUND"
+#: ../../admin/catalog.php:242
+msgid "Do you really want to delete this catalog?"
msgstr ""
-#: ../../lib/class/catalog.class.php:1576
-msgid "Searching for new Album Art"
+#: ../../admin/catalog.php:261
+msgid "Album Art Search Finished"
msgstr ""
-#: ../../lib/class/catalog.class.php:1580
-msgid "Album Art Already Found"
+#: ../../admin/users.php:51 ../../admin/users.php:95
+#: ../../lib/class/user.class.php:408
+msgid "Error Username Required"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "Update Finished."
+#: ../../admin/users.php:54 ../../admin/users.php:91
+#: ../../lib/class/user.class.php:412
+msgid "Error Passwords don't match"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "Checked"
+#: ../../admin/users.php:79
+msgid "User Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1634
-msgid "songs updated."
+#: ../../admin/users.php:79
+msgid "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"
+#: ../../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 ""
-#: ../../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"
+#: ../../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 ""
-#: ../../lib/class/song.class.php:365
-#: ../../templates/show_list_duplicates.inc.php:35
-#: ../../templates/show_songs.inc:53
-msgid "Bitrate"
+#: ../../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 ""
-#: ../../lib/class/song.class.php:369
-msgid "Rate"
+#: ../../admin/users.php:119
+msgid "New User Added"
msgstr ""
-#: ../../lib/class/song.class.php:373
-msgid "Mode"
+#: ../../admin/users.php:124
+msgid "User Enabled"
msgstr ""
-#: ../../lib/class/song.class.php:377
-#: ../../templates/show_tv_playlist.inc.php:46
-#: ../../templates/show_songs.inc:51
-msgid "Time"
+#: ../../admin/users.php:129
+msgid "User Disabled"
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"
+#: ../../admin/users.php:132 ../../lib/class/catalog.class.php:1187
+msgid "Error"
msgstr ""
-#: ../../lib/class/song.class.php:385
-msgid "Filesize"
+#: ../../admin/users.php:132
+msgid "Unable to Disabled last Administrator"
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"
+#: ../../admin/users.php:154
+msgid "User Deleted"
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"
+#: ../../admin/users.php:157
+msgid "Delete Error"
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"
+#: ../../admin/users.php:157
+msgid "Unable to delete last Admin User"
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"
+#: ../../admin/users.php:163
+msgid "Deletion Request"
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"
+#: ../../admin/users.php:164
+msgid "Are you sure you want to permanently delete"
msgstr ""
-#: ../../lib/class/artist.class.php:225
-msgid "Error: Name Identical"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../lib/class/flag.class.php:264
-msgid "Approved"
+#: ../../admin/modules.php:54 ../../admin/modules.php:92
+msgid "Are you sure you want to remove this plugin?"
msgstr ""
-#: ../../lib/class/flag.class.php:265
-msgid "Pending"
+#: ../../admin/modules.php:66 ../../admin/modules.php:111
+msgid "Plugin Deactivated"
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"
+#: ../../admin/modules.php:85
+msgid "Plugin Activated"
msgstr ""
-#: ../../lib/class/flag.class.php:280
-msgid "Re-Tag"
+#: ../../admin/modules.php:120
+msgid "Plugins"
msgstr ""
-#: ../../lib/class/flag.class.php:283 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
+#: ../../admin/modules.php:126
+msgid "Localplay Controllers"
msgstr ""
-#: ../../lib/class/flag.class.php:286 ../../templates/show_flag.inc.php:59
-msgid "Other"
+#: ../../admin/access.php:35
+msgid "Deleted"
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"
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
msgstr ""
-#: ../../lib/class/localplay.class.php:561 ../../templates/show_tv.inc.php:64
-#: ../../templates/show_now_playing.inc:32
-msgid "Now Playing"
+#: ../../admin/access.php:40 ../../templates/show_song.inc.php:55
+#: ../../lib/class/catalog.class.php:1281
+msgid "Added"
msgstr ""
-#: ../../lib/class/localplay.class.php:564
-msgid "Stopped"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
msgstr ""
-#: ../../lib/class/localplay.class.php:567
-msgid "Paused"
+#: ../../admin/access.php:45 ../../preferences.php:90
+#: ../../lib/class/catalog.class.php:1020
+msgid "Updated"
msgstr ""
-#: ../../lib/class/album.class.php:163
-msgid "Various"
+#: ../../admin/access.php:45
+msgid "Access List Entry updated"
msgstr ""
-#: ../../lib/class/genre.class.php:285
-msgid "Show Genres starting with"
+#: ../../admin/system.php:64
+msgid "Export Failed"
msgstr ""
-#: ../../lib/rating.lib.php:43
-msgid "Don't Play"
+#: ../../admin/mail.php:90
+msgid "No Catalogs Found!"
msgstr ""
-#: ../../lib/rating.lib.php:46
-msgid "It's Pretty Bad"
+#: ../../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/rating.lib.php:49
-msgid "It's Ok"
+#: ../../admin/mail.php:92 ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:43
+msgid "Catalog Statistics"
msgstr ""
-#: ../../lib/rating.lib.php:52
-msgid "It's Pretty Good"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "day"
msgstr ""
-#: ../../lib/rating.lib.php:55
-msgid "I Love It!"
+#: ../../admin/mail.php:129 ../../lib/class/catalog.class.php:176
+msgid "days"
msgstr ""
-#: ../../lib/rating.lib.php:58
-msgid "It's Insane"
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hour"
msgstr ""
-#: ../../lib/rating.lib.php:62
-msgid "Off the Charts!"
+#: ../../admin/mail.php:131 ../../lib/class/catalog.class.php:178
+msgid "hours"
msgstr ""
-#: ../../lib/preferences.php:258
-msgid "Enable"
+#: ../../admin/mail.php:141 ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
msgstr ""
-#: ../../lib/preferences.php:259
-#: ../../templates/show_list_duplicates.inc.php:30
-msgid "Disable"
+#: ../../admin/mail.php:142 ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
msgstr ""
-#: ../../lib/preferences.php:271 ../../templates/show_tv_adminctl.inc.php:41
-#: ../../templates/show_playtype_switch.inc.php:30
-msgid "Stream"
+#: ../../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/preferences.php:274 ../../templates/show_tv_adminctl.inc.php:42
-#: ../../templates/show_playtype_switch.inc.php:34
-msgid "Downsample"
+#: ../../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/preferences.php:277
-#: ../../templates/show_playtype_switch.inc.php:36
-msgid "Democratic"
+#: ../../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/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"
+#: ../../admin/mail.php:146 ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
msgstr ""
-#: ../../lib/preferences.php:282
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "XSPF Player"
+#: ../../admin/mail.php:147 ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
msgstr ""
-#: ../../lib/preferences.php:289
-msgid "M3U"
+#: ../../admin/mail.php:260
+msgid "E-mail Sent"
msgstr ""
-#: ../../lib/preferences.php:290
-msgid "Simple M3U"
+#: ../../admin/mail.php:261
+msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../lib/preferences.php:291
-msgid "PLS"
+#: ../../preferences.php:35 ../../preferences.php:60
+#: ../../lib/preferences.php:311
+msgid "Server"
msgstr ""
-#: ../../lib/preferences.php:292
-msgid "Asx"
+#: ../../preferences.php:86
+msgid "Error Update Failed"
msgstr ""
-#: ../../lib/preferences.php:293
-msgid "RAM"
+#: ../../preferences.php:91
+msgid "Your Account has been updated"
msgstr ""
-#: ../../lib/preferences.php:294
-msgid "XSPF"
+#: ../../flag.php:45
+msgid "Item Flagged"
msgstr ""
-#: ../../lib/preferences.php:326
-msgid "Disabled"
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
msgstr ""
-#: ../../lib/preferences.php:327
-msgid "Global"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:2
+#: ../../lib/class/browse.class.php:562
+msgid "Catalogs"
msgstr ""
-#: ../../lib/preferences.php:328 ../../templates/show_add_catalog.inc.php:58
-msgid "Local"
+#: ../../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/playlist.lib.php:74
-msgid "No songs in this playlist."
+#: ../../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 ""
-#: ../../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"
+#: ../../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 ""
-#: ../../lib/playlist.lib.php:194 ../../playlist.php:63
-msgid "New Playlist"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
msgstr ""
-#: ../../lib/ui.lib.php:115
-msgid "Error Access Denied"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
msgstr ""
-#: ../../lib/ui.lib.php:194 ../../templates/sidebar.inc.php:87
-#: ../../ampache/templates/sidebar.inc.php:89
-msgid "Browse"
+#: ../../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/ui.lib.php:196
-msgid "Show w/o art"
+#: ../../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/ui.lib.php:199
-msgid "Show all"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../lib/ui.lib.php:539 ../../admin/mail.php:81
-msgid "No Catalogs Found!"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
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"
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
msgstr ""
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
-msgid "day"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
msgstr ""
-#: ../../lib/ui.lib.php:578 ../../admin/mail.php:120
-msgid "days"
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
msgstr ""
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
-msgid "hour"
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
msgstr ""
-#: ../../lib/ui.lib.php:580 ../../admin/mail.php:122
-msgid "hours"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:790 ../../templates/sidebar.inc.php:48
-#: ../../ampache/templates/sidebar.inc.php:50
-msgid "Home"
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
msgstr ""
-#: ../../lib/ui.lib.php:793
-msgid "Upload"
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:21
+msgid "Other Tools"
msgstr ""
-#: ../../lib/ui.lib.php:796
-msgid "Local Play"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
msgstr ""
-#: ../../lib/ui.lib.php:799
-msgid "Random Play"
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:23
+msgid "Clear Now Playing"
msgstr ""
-#: ../../lib/ui.lib.php:802 ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
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"
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
msgstr ""
-#: ../../lib/ui.lib.php:808 ../../templates/sidebar.inc.php:79
-#: ../../ampache/templates/sidebar.inc.php:81
-msgid "Preferences"
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
msgstr ""
-#: ../../lib/ui.lib.php:811 ../../lib/ui.lib.php:815
-msgid "Admin-Catalog"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
-#: ../../lib/ui.lib.php:819
-msgid "Admin-User Management"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
msgstr ""
-#: ../../lib/ui.lib.php:823
-msgid "Admin-Mail Users"
+#: ../../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:827
-msgid "Admin-Manage Access Lists"
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:73
+msgid "Object"
msgstr ""
-#: ../../lib/ui.lib.php:831
-msgid "Admin-Site Preferences"
+#: ../../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:835
-msgid "Admin-Manage Modules"
+#: ../../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:839
-msgid "Browse Music"
+#: ../../templates/show_flagged.inc.php:41
+#: ../../templates/show_flagged.inc.php:77
+msgid "Status"
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"
+#: ../../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: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"
+#: ../../templates/show_flagged.inc.php:83
+msgid "Reject"
msgstr ""
-#: ../../lib/ui.lib.php:855 ../../templates/sidebar.inc.php:110
-#: ../../ampache/templates/sidebar.inc.php:112
-msgid "Statistics"
+#: ../../templates/show_flagged.inc.php:84
+msgid "Approve"
msgstr ""
-#: ../../lib/ui.lib.php:1429
-msgid "Manage Users"
+#: ../../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 ""
-#: ../../lib/ui.lib.php:1430
-msgid "Add a new user"
+#: ../../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 ""
-#: ../../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"
+#: ../../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 ""
-#: ../../lib/general.lib.php:869 ../../lib/general.lib.php:880
-msgid "English"
+#: ../../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 ""
-#: ../../lib/general.lib.php:881
-msgid "British English"
+#: ../../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 ""
-#: ../../lib/general.lib.php:887
-msgid "Turkish"
+#: ../../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 ""
-#: ../../lib/general.lib.php:888
-msgid "Simplified Chinese"
+#: ../../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 ""
-#: ../../lib/general.lib.php:966
-msgid "On"
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr ""
-#: ../../lib/general.lib.php:969
-msgid "Off"
+#: ../../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 ""
-#: ../../lib/debug.lib.php:218
+#: ../../templates/show_install_account.inc.php:52
msgid ""
-"You defined the option \"debug = on\" but didn't define a log path for the "
-"log to be stored"
+"This step creates your initial Ampache admin account. Once your admin "
+"account has been created you will be directed to the login page"
msgstr ""
-#: ../../modules/horde/Browser.php:867
-msgid "file"
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
msgstr ""
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
+#: ../../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 ""
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
+#: ../../templates/show_install_account.inc.php:69
+msgid "Create Account"
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)."
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
msgstr ""
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-#: ../../admin/catalog.php:62 ../../admin/catalog.php:82
-#: ../../admin/catalog.php:107 ../../admin/catalog.php:168
-msgid "Catalog Updated"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../admin/catalog.php:119
-msgid "Catalog Deleted"
+#: ../../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 ""
-#: ../../admin/catalog.php:119
-msgid "The Catalog and all associated records has been deleted"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
msgstr ""
-#: ../../admin/catalog.php:128
-msgid "Songs Removed"
+#: ../../templates/show_embed_xspf.inc.php:24
+msgid "XSPF Player"
msgstr ""
-#: ../../admin/catalog.php:131
-msgid "No Songs Removed"
+#: ../../templates/show_song.inc.php:22
+msgid "Details"
msgstr ""
-#: ../../admin/catalog.php:134
-msgid "Disabled Songs Processed"
+#: ../../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 ""
-#: ../../admin/catalog.php:155
-msgid "Catalog Cleaned"
+#: ../../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 ""
-#: ../../admin/catalog.php:198
-msgid "Catalog Created"
+#: ../../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 ""
-#: ../../admin/catalog.php:199
-msgid "Catalog Created and Songs Indexed"
+#: ../../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 ""
-#: ../../admin/catalog.php:212
-msgid "Catalog statistics cleared"
+#: ../../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 ""
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
+#: ../../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 ""
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
+#: ../../templates/show_song.inc.php:50
+msgid "Last Updated"
msgstr ""
-#: ../../admin/catalog.php:229
-msgid "Do you really want to clear the statistics for this catalog?"
+#: ../../templates/sidebar_browse.inc.php:3
+msgid "Browse By"
msgstr ""
-#: ../../admin/catalog.php:230 ../../templates/show_admin_tools.inc.php:76
-msgid "Clear Catalog Stats"
+#: ../../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 ""
-#: ../../admin/catalog.php:241
-msgid "No Disabled songs found"
+#: ../../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 ""
-#: ../../admin/catalog.php:249
-msgid "Delete Catalog"
+#: ../../templates/sidebar_browse.inc.php:15
+msgid "Radio Stations"
msgstr ""
-#: ../../admin/catalog.php:249
-msgid "Do you really want to delete this catalog?"
+#: ../../templates/sidebar_browse.inc.php:18
+msgid "Filters"
msgstr ""
-#: ../../admin/catalog.php:261 ../../admin/catalog.php:264
-msgid "Album Art Search Finished"
+#: ../../templates/sidebar_browse.inc.php:23
+msgid "Minimum Count"
msgstr ""
-#: ../../admin/flag.php:97
-#, fuzzy
-msgid "Song Updated"
-msgstr "ID3 "
+#: ../../templates/sidebar_browse.inc.php:25
+msgid "Rated"
+msgstr ""
-#: ../../admin/flag.php:97
-msgid "The requested song has been updated"
+#: ../../templates/sidebar_browse.inc.php:28
+msgid "Unplayed"
msgstr ""
-#: ../../admin/flag.php:139
-#, fuzzy
-msgid "Album Updated"
-msgstr "ID3 "
+#: ../../templates/sidebar_browse.inc.php:31
+msgid "Show Art"
+msgstr ""
-#: ../../admin/flag.php:181
-msgid "Artist Updated"
+#: ../../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 ""
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Songs Updated"
-msgstr "ID3 "
+#: ../../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 ""
-#: ../../admin/flag.php:254
-msgid "Flag Removed"
+#: ../../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 ""
-#: ../../admin/flag.php:255
-msgid "Flag Removed from"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../admin/flag.php:270
-msgid "Flags Updated"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:102
+msgid "Last Seen"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "Songs Disabled"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:104
+msgid "Activity"
msgstr ""
-#: ../../admin/flag.php:289
-msgid "The requested song(s) have been disabled"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../admin/flag.php:300
-msgid "Songs Enabled"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
msgstr ""
-#: ../../admin/flag.php:300
-msgid "The requested song(s) have been enabled"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../admin/flag.php:305
-msgid "Flagged Records"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:41
+#: ../../server/ajax.server.php:312
+msgid "Recently Played"
msgstr ""
-#: ../../admin/preferences.php:60 ../../admin/preferences.php:83
-msgid "Site"
+#: ../../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 ""
-#: ../../admin/access.php:42
-msgid "Confirm Delete"
+#: ../../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 ""
-#: ../../admin/access.php:43
-msgid "Do you really want to delete this Access Record?"
+#: ../../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 ""
-#: ../../admin/access.php:49
-msgid "Entry Deleted"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
msgstr ""
-#: ../../admin/access.php:49
-msgid "Your Access List Entry has been removed"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
msgstr ""
-#: ../../admin/access.php:54
-msgid "Entry Added"
+#: ../../templates/show_song_row.inc.php:34
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:55
+msgid "Download"
msgstr ""
-#: ../../admin/access.php:54
-msgid "Your new Access List Entry has been created"
+#: ../../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 ""
-#: ../../admin/access.php:58
-#, fuzzy
-msgid "Entry Updated"
-msgstr "ID3 "
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr ""
-#: ../../admin/access.php:58
-msgid "Access List Entry updated"
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
msgstr ""
-#: ../../admin/users.php:65 ../../admin/users.php:112
-msgid "Error Username Required"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
msgstr ""
-#: ../../admin/users.php:68 ../../admin/users.php:108
-msgid "Error Passwords don't match"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
msgstr ""
-#: ../../admin/users.php:120 ../../register.php:138
-msgid "Error Username already exists"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
msgstr ""
-#: ../../admin/users.php:142
-msgid "Deletion Request"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:299
+msgid "Re-encode"
msgstr ""
-#: ../../admin/users.php:143
-msgid "Are you sure you want to permanently delete"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:302
+msgid "Other"
msgstr ""
-#: ../../admin/users.php:148 ../../templates/show_confirm_action.inc.php:29
-#: ../../templates/show_search.inc:78
-msgid "No"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
msgstr ""
-#: ../../admin/users.php:150
-msgid "User Deleted"
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+#: ../../lib/class/catalog.class.php:946
+msgid "Found"
msgstr ""
-#: ../../admin/users.php:153
-msgid "Delete Error"
+#: ../../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 ""
-#: ../../admin/users.php:153
-msgid "Unable to delete last Admin User"
+#: ../../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 ""
-#: ../../admin/mail.php:83 ../../templates/show_mail_users.inc.php:41
-#: ../../templates/show_local_catalog_info.inc.php:23
-msgid "Catalog Statistics"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
msgstr ""
-#: ../../admin/mail.php:132 ../../templates/show_local_catalog_info.inc.php:27
-msgid "Total Users"
+#: ../../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 ""
-#: ../../admin/mail.php:133 ../../templates/show_local_catalog_info.inc.php:26
-msgid "Connected Users"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
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"
+#: ../../templates/show_random_albums.inc.php:23
+msgid "Albums of the Moment"
msgstr ""
-#: ../../admin/mail.php:137 ../../templates/show_local_catalog_info.inc.php:31
-msgid "Catalog Size"
+#: ../../templates/show_random_albums.inc.php:46
+#: ../../templates/show_album.inc.php:45
+msgid "Play Album"
msgstr ""
-#: ../../admin/mail.php:138 ../../templates/show_local_catalog_info.inc.php:32
-msgid "Catalog Time"
+#: ../../templates/show_localplay_status.inc.php:51
+msgid "Volume"
msgstr ""
-#: ../../admin/mail.php:252
-msgid "E-mail Sent"
+#: ../../templates/show_localplay_status.inc.php:55
+msgid "Repeat"
msgstr ""
-#: ../../admin/mail.php:253
-msgid "Your E-mail was successfully sent."
+#: ../../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 ""
-#: ../../admin/modules.php:41
-msgid "Module Activated"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
msgstr ""
-#: ../../admin/modules.php:48
-msgid "Are you sure you want to remove this module?"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
msgstr ""
-#: ../../admin/modules.php:56
-msgid "Module Deactivated"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
msgstr ""
-#: ../../admin/modules.php:72
-msgid "Plugin Activated"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
msgstr ""
-#: ../../admin/modules.php:79
-msgid "Are you sure you want to remove this plugin?"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
msgstr ""
-#: ../../admin/modules.php:95
-msgid "Plugin Deactivated"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
msgstr ""
-#: ../../admin/system.php:120
-msgid "Export Failed"
+#: ../../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_flag.inc.php:41
-msgid "Flag Song"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
msgstr ""
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
+#: ../../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_flag.inc.php:49
-msgid "Item"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:101
+msgid "Fullname"
msgstr ""
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:103
+msgid "Registration Date"
msgstr ""
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:106
+msgid "Last Ip"
msgstr ""
-#: ../../templates/show_flag.inc.php:70
-#: ../../templates/show_flagged.inc.php:30
-msgid "Flag"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:109
+msgid "On-line"
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_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
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_manage_democratic.inc.php:32
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
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_manage_democratic.inc.php:58
+msgid "Create New Playlist"
msgstr ""
-#: ../../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"
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_search.inc.php:91
+msgid "Rating"
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
+#: ../../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 ""
-"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"
+"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_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_config.inc.php:56
+msgid "Generate Config File"
msgstr ""
-#: ../../templates/show_install_account.inc.php:54
-msgid "Step 2 - Creating the ampache.cfg.php file"
+#: ../../templates/show_install_config.inc.php:60
+msgid "Web Path"
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_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
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_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
msgstr ""
-#: ../../templates/show_install_account.inc.php:60
-msgid "Create Admin Account"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
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"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
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"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
msgstr ""
-#: ../../templates/show_install_account.inc.php:74
-msgid "Create Account"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
msgstr ""
-#: ../../templates/show_playlists.inc.php:28
-#: ../../templates/sidebar.inc.php:104
-#: ../../ampache/templates/sidebar.inc.php:106
-msgid "Playlists"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
msgstr ""
-#: ../../templates/show_playlists.inc.php:33
-msgid "Playlist Name"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
msgstr ""
-#: ../../templates/show_playlists.inc.php:34
-msgid "# Songs"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/show_playlists.inc.php:35
-msgid "Owner"
+#: ../../templates/show_edit_user.inc.php:23
+msgid "Editing existing User"
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"
+#: ../../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_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"
+#: ../../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_playlists.inc.php:55
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_access_list.inc:67
-msgid "Edit"
+#: ../../templates/show_edit_user.inc.php:69
+#: ../../templates/show_add_user.inc.php:69
+msgid "User Access Level"
msgstr ""
-#: ../../templates/show_playlists.inc.php:61
-#: ../../templates/show_tv_adminctl.inc.php:44
-#: ../../templates/show_random_play.inc:82
-msgid "Play"
+#: ../../templates/show_edit_user.inc.php:83
+msgid "Update User"
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
-msgid "Random"
+#: ../../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_playlists.inc.php:66 ../../templates/show_album.inc:65
-#: ../../templates/show_random_play.inc:84
-msgid "Download"
+#: ../../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_playlists.inc.php:75
-msgid "No Playlists Found"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:25
-msgid "Find Duplicates"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:29
-msgid "Search Type"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Make Default"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:36
-msgid "Artist and Title"
+#: ../../templates/show_create_democratic.inc.php:39
+#: ../../templates/show_add_playlist.inc.php:42
+msgid "Create"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:37
-msgid "Artist, Album and Title"
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:44
-msgid "Select Best Guess"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
msgstr ""
-#: ../../templates/show_confirm_action.inc.php:28
-#: ../../templates/show_search.inc:77
-msgid "Yes"
+#: ../../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_tv.inc.php:42
-msgid "Controls"
+#: ../../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_tv.inc.php:57
-#: ../../templates/show_localplay.inc.php:42
+#: ../../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_playlist_edit.inc.php:27
-msgid "Editing Playlist"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
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"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
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"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:39
-msgid "Public"
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:40
-msgid "Private"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
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/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:28
-#: ../../ampache/templates/sidebar.inc.php:28
-msgid "Users"
+#: ../../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/sidebar.inc.php:29
-#: ../../ampache/templates/sidebar.inc.php:29
-msgid "Mail Users"
+#: ../../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/sidebar.inc.php:31
-#: ../../ampache/templates/sidebar.inc.php:31
-msgid "Config"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
msgstr ""
-#: ../../templates/sidebar.inc.php:32
-#: ../../ampache/templates/sidebar.inc.php:32
-msgid "Access List"
+#: ../../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/sidebar.inc.php:37
-#: ../../ampache/templates/sidebar.inc.php:37
-msgid "Song Title"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
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"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
msgstr ""
-#: ../../templates/sidebar.inc.php:154
-#: ../../ampache/templates/sidebar.inc.php:156
-#: ../../templates/show_random_play.inc:56
-msgid "Minutes"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
msgstr ""
-#: ../../templates/sidebar.inc.php:157
-#: ../../ampache/templates/sidebar.inc.php:159
-#: ../../templates/show_random_play.inc:53
-msgid "Less Played"
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
msgstr ""
-#: ../../templates/sidebar.inc.php:162
-#: ../../ampache/templates/sidebar.inc.php:164
-msgid "Enqueue"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
msgstr ""
-#: ../../templates/sidebar.inc.php:185
-#: ../../ampache/templates/sidebar.inc.php:187
-msgid "Democratic View"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
msgstr ""
-#: ../../templates/sidebar.inc.php:189
-#: ../../ampache/templates/sidebar.inc.php:191
-msgid "Logout"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:27
-msgid "Catalogs"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
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"
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:42
-msgid "Add"
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:44
-msgid "Verify"
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:46
-msgid "Clean"
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:56
-msgid "Fast"
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:57
-msgid "Gather Art"
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:65
-msgid "No Catalogs Found"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:71
-msgid "Clean All"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:72
-msgid "Verify All"
+#: ../../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_admin_tools.inc.php:73
-msgid "Add to All"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:74
-#, fuzzy
-msgid "Update All"
-msgstr "ID3 "
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:77
-#: ../../templates/show_add_catalog.inc.php:78
-msgid "Gather Album Art"
+#: ../../templates/show_playlist.inc.php:30
+msgid "Normalize Tracks"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-msgid "Other Tools"
+#: ../../templates/show_playlist.inc.php:31
+msgid "Play All"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Show Duplicate Songs"
+#: ../../templates/show_playlist.inc.php:32
+msgid "Play Random"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Clear Now Playing"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:85 ../../templates/header.inc:75
-msgid "Generate New Config"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:12
+msgid "Add Instance"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:86
-msgid "Preferences Permissions"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:87
-msgid "Export To Itunes DB"
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-msgid "Check for New Version"
+#: ../../templates/show_albums.inc.php:40
+#: ../../templates/show_albums.inc.php:61
+msgid "Cover"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-msgid "Albums by"
+#: ../../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_artist_box.inc.php:33
-msgid "Show All Songs By"
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Play All Songs By"
+#: ../../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_artist_box.inc.php:35
-msgid "Play Random Songs By"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:37
-#: ../../templates/show_album.inc:62
-msgid "Update from tags"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-msgid "Rename Artist"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:39
-msgid "Find duplicate artists"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
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_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
msgstr ""
-#: ../../templates/show_user.inc.php:36
-msgid "Results Per Page"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "New Password"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
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_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:88
+msgid "Last Played"
msgstr ""
-#: ../../templates/show_user.inc.php:55
-msgid "Clear Stats"
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
msgstr ""
-#: ../../templates/show_user.inc.php:65
-msgid "Update Account"
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:29
-msgid "Favorite Artists"
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:40
-msgid "Favorite Albums"
+#: ../../templates/show_search.inc.php:77
+msgid "No"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:51
-msgid "Favorite Songs"
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:31
-msgid "Playing from base Playlist"
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:44
-msgid "Votes"
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
msgstr ""
-#: ../../templates/show_tv_playlist.inc.php:45
-#: ../../templates/show_list_duplicates.inc.php:31
-#: ../../templates/show_recently_played.inc.php:30
-msgid "Song"
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:42
-#: ../../templates/show_preference_admin.inc.php:26
-msgid "Preference"
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:43
-msgid "Value"
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:45
-msgid "Apply to All"
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:51
-msgid "description"
+#: ../../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
@@ -1485,11 +1845,6 @@ msgstr ""
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 ""
@@ -1498,343 +1853,362 @@ msgstr ""
msgid "Register User"
msgstr ""
-#: ../../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 ""
-#: ../../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_login_form.inc.php:66
+msgid "Remember Me"
msgstr ""
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
msgstr ""
-#: ../../templates/show_modules.inc.php:38
-msgid "Localplay Modules"
+#: ../../templates/show_login_form.inc.php:87
+msgid "Message of the Day"
msgstr ""
-#: ../../templates/show_modules.inc.php:41
-msgid "Module Name"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/show_modules.inc.php:48
-#: ../../templates/show_modules.inc.php:81
-#: ../../templates/show_tv_adminctl.inc.php:28
-msgid "Activate"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:58 ../../stats.php:61
+msgid "Most Popular Artists"
msgstr ""
-#: ../../templates/show_modules.inc.php:52
-#: ../../templates/show_modules.inc.php:85
-msgid "Deactivate"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:47 ../../stats.php:55
+msgid "Most Popular Albums"
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"
+#: ../../templates/show_all_popular.inc.php:32 ../../stats.php:67
+msgid "Most Popular Genres"
msgstr ""
-#: ../../templates/show_modules.inc.php:70
-msgid "Available Plugins"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:69
+msgid "Most Popular Songs"
msgstr ""
-#: ../../templates/show_modules.inc.php:73
-msgid "Description"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/show_modules.inc.php:74
-msgid "Version"
+#: ../../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: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
+#: ../../templates/show_edit_album.inc.php:41
msgid "Flag for Retagging"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:89
+#: ../../templates/show_edit_song.inc.php:88
msgid "Update Song"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:24
-msgid "Importing a Playlist from a File"
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:537
+msgid "Genres"
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"
+#: ../../templates/show_mail_users.inc.php:24
+msgid "Send E-mail to Users"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
+#: ../../templates/show_mail_users.inc.php:28
+msgid "Mail to"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:48
-msgid "Import Playlist"
+#: ../../templates/show_mail_users.inc.php:54
+msgid "Latest Artist Additions"
msgstr ""
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
+#: ../../templates/show_mail_users.inc.php:65
+msgid "Latest Album Additions"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:25
-msgid "Send E-mail to Users"
+#: ../../templates/show_mail_users.inc.php:75
+msgid "Flagged Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:28
-msgid "Mail to"
+#: ../../templates/show_mail_users.inc.php:79
+#: ../../templates/show_admin_info.inc.php:34
+msgid "Disabled Songs"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:45
-#: ../../templates/show_all_popular.inc.php:29
-msgid "Most Popular Albums"
+#: ../../templates/show_mail_users.inc.php:87
+msgid "Most Popular Threshold in days"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:52
-msgid "Latest Artist Additions"
+#: ../../templates/show_mail_users.inc.php:98
+msgid "Subject"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:56
-#: ../../templates/show_all_popular.inc.php:26
-msgid "Most Popular Artists"
+#: ../../templates/show_mail_users.inc.php:105
+msgid "Message"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:63
-msgid "Latest Album Additions"
+#: ../../templates/show_mail_users.inc.php:114
+msgid "Send Mail"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:67
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
+#: ../../templates/show_add_user.inc.php:23
+msgid "Adding a New User"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:73
-msgid "Flagged Songs"
+#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:60
+msgid "Content Manager"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:77
-#: ../../templates/show_admin_info.inc.php:36
-msgid "Disabled Songs"
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_preference_box.inc.php:61
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:85
-msgid "Most Popular Threshold in days"
+#: ../../templates/show_add_user.inc.php:84
+#: ../../templates/sidebar_admin.inc.php:11
+msgid "Add User"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:96
-msgid "Subject"
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:103
-msgid "Message"
+#: ../../templates/show_add_access.inc.php:67
+msgid "RPC"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:113
-msgid "Send Mail"
+#: ../../templates/show_add_access.inc.php:72
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:32
-msgid "Last Ten Flagged Records"
+#: ../../templates/show_add_access.inc.php:82
+msgid "Create ACL"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:40
-#: ../../templates/show_flagged.inc.php:73
-#: ../../templates/show_ip_history.inc.php:28
-msgid "Show All"
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+msgid "Value"
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"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:22
-msgid "Admin Controls"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:25
-#: ../../templates/show_tv_adminctl.inc.php:47
-msgid "Base Playlist"
+#: ../../templates/show_preference_box.inc.php:49
+msgid "description"
msgstr ""
-#: ../../templates/show_tv_adminctl.inc.php:36
-#: ../../templates/show_localplay.inc.php:32
-msgid "Clear Playlist"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:26
-msgid "Continue"
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:28
-#: ../../templates/show_preferences.inc:96
-#: ../../templates/show_similar_artists.inc:74
-msgid "Cancel"
+#: ../../templates/show_playlist_edit.inc.php:40
+msgid "Private"
msgstr ""
-#: ../../templates/show_flagged.inc.php:27
-#: ../../templates/show_disabled_songs.inc:25
-#: ../../templates/show_artist.inc:33
-msgid "Select"
+#: ../../templates/show_duplicates.inc.php:25
+msgid "Find Duplicates"
msgstr ""
-#: ../../templates/show_flagged.inc.php:28
-msgid "Object"
+#: ../../templates/show_duplicates.inc.php:29
+msgid "Search Type"
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"
+#: ../../templates/show_duplicates.inc.php:36
+msgid "Artist and Title"
msgstr ""
-#: ../../templates/show_flagged.inc.php:31
-msgid "Status"
+#: ../../templates/show_duplicates.inc.php:37
+msgid "Artist, Album and Title"
msgstr ""
-#: ../../templates/show_flagged.inc.php:63
-msgid "Reject"
+#: ../../templates/show_duplicates.inc.php:44
+msgid "Select Best Guess"
msgstr ""
-#: ../../templates/show_flagged.inc.php:64
-msgid "Approve"
+#: ../../templates/show_gather_art.inc.php:23
+#: ../../lib/class/catalog.class.php:972
+msgid "Starting Album Art Search"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../lib/class/catalog.class.php:973
+msgid "Searched"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../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_rename_artist.inc.php:37
-msgid "Update id3 tags"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:25
-msgid "Newest Artist Additions"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:28
-msgid "Newest Album Additions"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Play All Songs By"
msgstr ""
-#: ../../templates/show_all_recent.inc.php:31
-msgid "Newest Live Stream Additions"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Play Random Songs By"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:52
+msgid "Update from tags"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:46
-msgid "Direct URL to Image"
+#: ../../templates/show_artist_box.inc.php:39
+msgid "Find duplicate artists"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:54
-msgid "Local Image"
+#: ../../templates/show_artist_box.inc.php:42
+msgid "Recommend Similar"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:66
-msgid "Get Art"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:29
-msgid "Playlist Actions"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:34
-msgid "Edit Playlist"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:35
-msgid "Normalize Tracks"
+#: ../../templates/show_random.inc.php:50
+msgid "Standard"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:36
-msgid "Play This Playlist"
+#: ../../templates/show_random.inc.php:51
+msgid "Less Played"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:37
-msgid "Play Random"
+#: ../../templates/show_random.inc.php:52
+msgid "Full Albums"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:38
-msgid "Delete This Playlist"
+#: ../../templates/show_random.inc.php:53
+msgid "Full Artist"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:40
-msgid "Import From File"
+#: ../../templates/show_random.inc.php:54
+msgid "Minutes"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:41
-msgid "Create New Playlist"
+#: ../../templates/show_random.inc.php:59
+msgid "From catalog"
msgstr ""
-#: ../../templates/show_playlist_box.inc.php:43
-msgid "Delete Empty Playlists"
+#: ../../templates/show_random.inc.php:65
+msgid "Size Limit"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-msgid "Most Popular Genres"
+#: ../../templates/show_random.inc.php:79
+msgid "Enqueue"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:644
+msgid "Now Playing"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
msgstr ""
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
+#: ../../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 ""
+
+#: ../../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 ""
#: ../../templates/show_edit_catalog.inc.php:22
@@ -1842,71 +2216,71 @@ msgid "Settings for"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:29
-#: ../../templates/show_add_catalog.inc.php:38
+#: ../../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:39
+#: ../../templates/show_add_catalog.inc.php:36
msgid "album name"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:31
-#: ../../templates/show_add_catalog.inc.php:40
+#: ../../templates/show_add_catalog.inc.php:37
msgid "artist name"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:32
-#: ../../templates/show_add_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:38
msgid "id3 comment"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:33
-#: ../../templates/show_add_catalog.inc.php:42
+#: ../../templates/show_add_catalog.inc.php:39
msgid "genre"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:34
-#: ../../templates/show_add_catalog.inc.php:43
+#: ../../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:44
+#: ../../templates/show_add_catalog.inc.php:41
msgid "song title"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:36
-#: ../../templates/show_add_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:42
msgid "year"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:37
-#: ../../templates/show_add_catalog.inc.php:46
+#: ../../templates/show_add_catalog.inc.php:43
msgid "other"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:41
-#: ../../templates/show_add_catalog.inc.php:55
+#: ../../templates/show_add_catalog.inc.php:52
msgid "Catalog Type"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:44
-#: ../../templates/show_add_catalog.inc.php:64
+#: ../../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:50
+#: ../../templates/show_edit_catalog.inc.php:51
msgid "Filename pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "Folder Pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:57
-#: ../../templates/show_add_catalog.inc.php:73
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
msgid "(no leading or ending '/')"
msgstr ""
@@ -1914,91 +2288,80 @@ msgstr ""
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"
+#: ../../templates/show_democratic_playlist.inc.php:38
+msgid "Playing from base Playlist"
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)"
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
+msgid "Votes"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-msgid "Catalog Name"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:51
-msgid "Path"
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:59
-msgid "Remote"
+#: ../../templates/show_edit_artist.inc.php:23
+msgid "Edit Artist"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Required for Remote Catalogs"
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:68
-msgid "Filename Pattern"
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:82
-msgid "Build Playlists from m3u Files"
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:90
-msgid "Add Catalog"
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Adding a New User"
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:29
-msgid "Editing existing User"
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:257
+msgid "Stream"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:80
-msgid "User Access Level"
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:10 ../../lib/preferences.php:260
+msgid "Democratic"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:94
-msgid "Add User"
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:265
+msgid "Flash Player"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:98
-msgid "Update User"
+#: ../../templates/show_play_selected.inc.php:28
+msgid "Play Selected"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:26
-msgid "Duplicate Songs"
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:34
-msgid "Length"
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:36
-#: ../../templates/show_songs.inc:52
-msgid "Size"
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
msgstr ""
-#: ../../templates/show_list_duplicates.inc.php:75
-msgid "Disable Songs"
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
msgstr ""
#: ../../templates/show_ip_history.inc.php:23
@@ -2009,939 +2372,887 @@ 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_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr ""
-
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../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_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
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_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:37
-msgid "Guest"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:47
-#: ../../templates/show_edit_artist.inc.php:41
-msgid "Update Album"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
+#: ../../templates/show_localplay.inc.php:32
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:26
-msgid "Recently Played"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
msgstr ""
-#: ../../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
-msgid "Edit Artist"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:23
-msgid "Albums of the Moment"
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
msgstr ""
-#: ../../localplay.php:50 ../../localplay.php:58
-msgid "Song(s) Removed from Playlist"
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
msgstr ""
-#: ../../localplay.php:77
-msgid "Localplay Init Failed"
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
msgstr ""
-#: ../../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
+msgid "Disable Songs"
msgstr ""
-#: ../../ampache/templates/sidebar.inc.php:38
-msgid "Lists"
+#: ../../templates/sidebar_home.inc.php:2
+msgid "Information"
msgstr ""
-#: ../../ratings.php:33
-msgid "Rating Updated"
+#: ../../templates/sidebar_home.inc.php:4
+msgid "Currently Playing"
msgstr ""
-#: ../../ratings.php:33
-msgid "Your rating for this object has been updated"
+#: ../../templates/sidebar_home.inc.php:5 ../../lib/ui.lib.php:612
+msgid "Statistics"
msgstr ""
-#: ../../login.php:80
-msgid "User Disabled please contact Admin"
+#: ../../templates/sidebar_home.inc.php:13
+msgid "Manage Playlist"
msgstr ""
-#: ../../login.php:94
-msgid "Unable to create new account"
+#: ../../templates/sidebar_home.inc.php:22
+msgid "Advanced"
msgstr ""
-#: ../../login.php:103
-msgid "No local account found"
+#: ../../templates/sidebar_admin.inc.php:5
+msgid "Show Catalogs"
msgstr ""
-#: ../../login.php:176
-msgid "Message of the Day"
+#: ../../templates/sidebar_admin.inc.php:9
+msgid "User Tools"
msgstr ""
-#: ../../preferences.php:53
-msgid "Error: Password Does Not Match or Empty"
+#: ../../templates/sidebar_admin.inc.php:12
+msgid "Browse Users"
msgstr ""
-#: ../../preferences.php:61
-msgid "Password Updated"
+#: ../../templates/sidebar_admin.inc.php:15
+msgid "Access Control"
msgstr ""
-#: ../../update.php:73
-msgid "Ampache Update"
+#: ../../templates/sidebar_admin.inc.php:17
+msgid "Add ACL"
msgstr ""
-#: ../../tv.php:62
-msgid "Playlist Cleared"
+#: ../../templates/sidebar_admin.inc.php:18
+msgid "Show ACL(s)"
msgstr ""
-#: ../../artists.php:91 ../../albums.php:191
-msgid "Starting Update from Tags"
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Cleaning the"
msgstr ""
-#: ../../artists.php:96 ../../albums.php:196
-msgid "Update From Tags Complete"
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
msgstr ""
-#: ../../artists.php:97 ../../albums.php:197
-msgid "Return"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
msgstr ""
-#: ../../activate.php:43
-msgid "No user with this name registered"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
msgstr ""
-#: ../../activate.php:47
-msgid "The validation key used isn't correct."
+#: ../../templates/show_test.inc.php:33
+msgid ""
+"You've reached this page because a configuration error has occured. Debug "
+"Information below"
msgstr ""
-#: ../../activate.php:52
-msgid "User activated"
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
msgstr ""
-#: ../../activate.php:52
-msgid "This User ID is activated and can be used"
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
msgstr ""
-#: ../../playlist.php:46
-msgid "Playlist Deleted"
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
msgstr ""
-#: ../../playlist.php:46
-msgid "The Requested Playlist has been deleted"
+#: ../../templates/show_test.inc.php:44
+msgid "PHP Version"
msgstr ""
-#: ../../playlist.php:56
-msgid "Are you sure you want to delete this playlist"
+#: ../../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 ""
-#: ../../playlist.php:57
-msgid "Confirm Action"
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
msgstr ""
-#: ../../playlist.php:117
-msgid "Playlist Created"
+#: ../../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 ""
-#: ../../playlist.php:117
-msgid " has been created"
+#: ../../templates/show_test.inc.php:82
+msgid "PHP Session Support"
msgstr ""
-#: ../../playlist.php:126
-msgid "Remote Selected Tracks"
+#: ../../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 ""
-#: ../../playlist.php:145
-msgid "Playlist Updated"
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
msgstr ""
-#: ../../playlist.php:146
-msgid "has been updated and is now"
+#: ../../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 ""
-#: ../../playlist.php:166
-msgid "Playlist Imported"
+#: ../../templates/show_test.inc.php:119
+msgid "PHP PCRE Support"
msgstr ""
-#: ../../playlist.php:195
-msgid "Empty Playlists Deleted"
+#: ../../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 ""
-#: ../../flag.php:46
-msgid "Item Flagged"
+#: ../../templates/show_test.inc.php:136
+msgid "PHP PutENV Support"
msgstr ""
-#: ../../flag.php:46
-msgid "The specified item has been flagged"
+#: ../../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 ""
-#: ../../albums.php:48
-msgid "Album Art Cleared"
+#: ../../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 ""
-#: ../../albums.php:48
-msgid "Album Art information has been removed from the database"
+#: ../../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 ""
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
-msgid "Album Art Not Located"
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
msgstr ""
-#: ../../albums.php:66 ../../albums.php:83 ../../albums.php:159
+#: ../../templates/show_test.inc.php:209
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"
+"This attempts to connect to your database using the values from your ampache."
+"cfg.php"
msgstr ""
-#: ../../register.php:81
-msgid "Error Captcha Required"
+#: ../../templates/show_index.inc.php:49
+msgid "Newest Albums"
msgstr ""
-#: ../../register.php:88
-msgid "Error Captcha Failed"
+#: ../../templates/show_index.inc.php:54
+msgid "Newest Artists"
msgstr ""
-#: ../../register.php:95
-msgid "You <U>must</U> accept the user agreement"
+#: ../../templates/show_index.inc.php:59
+msgid "Newest Genres"
msgstr ""
-#: ../../register.php:100
-msgid "You did not enter a username"
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
msgstr ""
-#: ../../register.php:104
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
msgstr ""
-#: ../../register.php:130
-msgid "You must enter a password"
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
msgstr ""
-#: ../../register.php:134
-msgid "Your passwords do not match"
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
msgstr ""
-#: ../../register.php:152
-msgid "Error: Insert Failed"
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
msgstr ""
-#: ../../register.php:169
-msgid "Registration Complete"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
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"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
msgstr ""
-#: ../../bin/print_tags.php.inc:70
-msgid "Filename:"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:61
-msgid "Error: Unable to write to"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:68
-msgid "Error: Upload directory not inside a catalog"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "Adding"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:386
+msgid "Pure Random"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:107
-msgid "to database"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:383
+msgid "Related Artist"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:124
-msgid "Deleted"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:377
+msgid "Related Album"
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"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:380
+msgid "Related Genre"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:153
-msgid "Continue? (Y/N):"
+#: ../../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 ""
-#: ../../bin/quarantine_migration.php.inc:178
-msgid "Error: "
+#: ../../templates/show_album.inc.php:46
+msgid "Play Random from Album"
msgstr ""
-#: ../../bin/quarantine_migration.php.inc:179
-msgid "!\n"
+#: ../../templates/show_album.inc.php:48
+msgid "Reset Album Art"
msgstr ""
-#: ../../templates/show_big_art.inc:29
-msgid "Album Art"
+#: ../../templates/show_album.inc.php:50
+msgid "Find Album Art"
msgstr ""
-#: ../../templates/show_big_art.inc:33
-msgid "Click to close window"
+#: ../../templates/show_album.inc.php:58 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:90
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:30
-msgid "Addition Time"
+#: ../../templates/show_playlists.inc.php:34
+#: ../../templates/show_playlists.inc.php:51
+msgid "Playlist Name"
msgstr ""
-#: ../../templates/show_disabled_songs.inc:49
-msgid "Remove"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:52
+msgid "# Songs"
msgstr ""
-#: ../../templates/list_header.inc:110
-msgid "Prev"
+#: ../../templates/show_playlists.inc.php:36
+#: ../../templates/show_playlists.inc.php:53
+msgid "Owner"
msgstr ""
-#: ../../templates/list_header.inc:156
-msgid "Next"
+#: ../../activate.php:42
+msgid "No user with this name registered"
msgstr ""
-#: ../../templates/header.inc:63 ../../ampache/templates/header.inc:64
-msgid "You are currently logged in as"
+#: ../../activate.php:46
+msgid "The validation key used isn't correct."
msgstr ""
-#: ../../templates/header.inc:74
-msgid "Error Config File Out of Date"
+#: ../../activate.php:51
+msgid "User activated"
msgstr ""
-#: ../../templates/show_songs.inc:47
-msgid "Song title"
+#: ../../activate.php:51
+msgid "This User ID is activated and can be used"
msgstr ""
-#: ../../templates/show_songs.inc:57 ../../templates/show_search.inc:92
-msgid "Rating"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-#: ../../templates/show_songs.inc:183
-msgid "Total"
+#: ../../democratic.php:80
+msgid "Playlist Cleared"
msgstr ""
-#: ../../templates/show_install_config.inc:53
-#: ../../templates/show_install.inc:56
-msgid "Step 2 - Creating the Ampache.cfg.php file"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
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"
+#: ../../lib/class/flag.class.php:280
+msgid "Approved"
msgstr ""
-#: ../../templates/show_install_config.inc:64
-msgid "Web Path"
+#: ../../lib/class/flag.class.php:281
+msgid "Pending"
msgstr ""
-#: ../../templates/show_install_config.inc:68
-#: ../../templates/show_install.inc:64
-msgid "Desired Database Name"
+#: ../../lib/class/flag.class.php:296
+msgid "Re-Tag"
msgstr ""
-#: ../../templates/show_install_config.inc:72
-#: ../../templates/show_install.inc:68
-msgid "MySQL Hostname"
+#: ../../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 ""
-#: ../../templates/show_install_config.inc:76
-msgid "MySQL Username"
+#: ../../lib/class/song.class.php:341
+msgid "Rate"
msgstr ""
-#: ../../templates/show_install_config.inc:80
-msgid "MySQL Password"
+#: ../../lib/class/song.class.php:345
+msgid "Mode"
msgstr ""
-#: ../../templates/show_install_config.inc:85
-msgid "Write Config"
+#: ../../lib/class/song.class.php:357
+msgid "Filesize"
msgstr ""
-#: ../../templates/show_install_config.inc:92
-#: ../../templates/show_test.inc:155
-msgid "Ampache.cfg.php Exists"
+#: ../../lib/class/browse.class.php:542
+msgid "Manage Users"
msgstr ""
-#: ../../templates/show_install_config.inc:109
-#: ../../templates/show_test.inc:176
-msgid "Ampache.cfg.php Configured?"
+#: ../../lib/class/browse.class.php:552
+msgid "Radion Stations"
msgstr ""
-#: ../../templates/show_install_config.inc:130
-msgid "Check for Config"
+#: ../../lib/class/browse.class.php:557
+msgid "Playlists"
msgstr ""
-#: ../../templates/show_album.inc:55
-msgid "Play Album"
+#: ../../lib/class/catalog.class.php:403 ../../lib/class/catalog.class.php:740
+#: ../../lib/class/album.class.php:434
+msgid "Error: Unable to open"
msgstr ""
-#: ../../templates/show_album.inc:56
-msgid "Play Random from Album"
+#: ../../lib/class/catalog.class.php:409 ../../lib/class/catalog.class.php:452
+msgid "Error: Unable to change to directory"
msgstr ""
-#: ../../templates/show_album.inc:58
-msgid "Reset Album Art"
+#: ../../lib/class/catalog.class.php:480
+msgid "Error: Unable to get filesize for"
msgstr ""
-#: ../../templates/show_album.inc:60
-msgid "Find Album Art"
+#: ../../lib/class/catalog.class.php:486
+msgid "is not readable by ampache"
msgstr ""
-#: ../../templates/show_preferences.inc:53
-msgid "Editing"
+#: ../../lib/class/catalog.class.php:937
+msgid "Starting Catalog Build"
msgstr ""
-#: ../../templates/show_preferences.inc:53
-msgid "preferences"
+#: ../../lib/class/catalog.class.php:941
+msgid "Running Remote Sync"
msgstr ""
-#: ../../templates/show_preferences.inc:55
-msgid "Rebuild Preferences"
+#: ../../lib/class/catalog.class.php:965
+#: ../../lib/class/catalog.class.php:1137
+msgid "Added Playlist From"
msgstr ""
-#: ../../templates/show_preferences.inc:62
-msgid "Interface"
+#: ../../lib/class/catalog.class.php:983
+msgid "Catalog Finished"
msgstr ""
-#: ../../templates/show_preferences.inc:65
-msgid "Streaming"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1166
+msgid "Total Time"
msgstr ""
-#: ../../templates/show_preferences.inc:68
-msgid "Options"
+#: ../../lib/class/catalog.class.php:983
+#: ../../lib/class/catalog.class.php:1167
+msgid "Total Songs"
msgstr ""
-#: ../../templates/show_preferences.inc:72
-msgid "Account"
+#: ../../lib/class/catalog.class.php:984
+#: ../../lib/class/catalog.class.php:1167
+msgid "Songs Per Seconds"
msgstr ""
-#: ../../templates/show_preferences.inc:76
-msgid "System"
+#: ../../lib/class/catalog.class.php:1027
+msgid "No Update Needed"
msgstr ""
-#: ../../templates/show_preferences.inc:79
-msgid "Modules"
+#: ../../lib/class/catalog.class.php:1111
+msgid "Running Remote Update"
msgstr ""
-#: ../../templates/show_preferences.inc:92
-msgid "Update Preferences"
+#: ../../lib/class/catalog.class.php:1166
+msgid "Catalog Update Finished"
msgstr ""
-#: ../../templates/show_random_play.inc:25
-msgid "Play Random Selection"
+#: ../../lib/class/catalog.class.php:1187
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
msgstr ""
-#: ../../templates/show_random_play.inc:28
-msgid "Item count"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Error connecting to"
msgstr ""
-#: ../../templates/show_random_play.inc:43
-msgid "From genre"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Code"
msgstr ""
-#: ../../templates/show_random_play.inc:52
-msgid "Standard"
+#: ../../lib/class/catalog.class.php:1230
+#: ../../lib/class/catalog.class.php:1285
+msgid "Reason"
msgstr ""
-#: ../../templates/show_random_play.inc:54
-msgid "Full Albums"
+#: ../../lib/class/catalog.class.php:1246
+msgid "Completed updating remote catalog(s)"
msgstr ""
-#: ../../templates/show_random_play.inc:55
-msgid "Full Artist"
+#: ../../lib/class/catalog.class.php:1362
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_random_play.inc:61
-msgid "From catalog"
+#: ../../lib/class/catalog.class.php:1419
+msgid "Catalog Clean Done"
msgstr ""
-#: ../../templates/show_random_play.inc:67
-msgid "Size Limit"
+#: ../../lib/class/catalog.class.php:1419
+msgid "files removed"
msgstr ""
-#: ../../templates/show_random_play.inc:70 ../../templates/show_search.inc:122
-msgid "Unlimited"
+#: ../../lib/class/catalog.class.php:1420
+msgid "Optimizing Tables"
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"
+#: ../../lib/class/catalog.class.php:1656
+msgid " FOUND"
msgstr ""
-#: ../../templates/show_install.inc:72
-msgid "MySQL Administrative Username"
+#: ../../lib/class/catalog.class.php:1658
+msgid "Searching for new Album Art"
msgstr ""
-#: ../../templates/show_install.inc:76
-msgid "MySQL Administrative Password"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Update Finished."
msgstr ""
-#: ../../templates/show_install.inc:80
-msgid "Create Database User for New Database"
+#: ../../lib/class/catalog.class.php:1706
+msgid "Checked"
msgstr ""
-#: ../../templates/show_install.inc:84
-msgid "Ampache Database Username"
+#: ../../lib/class/catalog.class.php:1706
+msgid "songs updated."
msgstr ""
-#: ../../templates/show_install.inc:88
-msgid "Ampache Database User Password"
+#: ../../lib/class/localplay.class.php:647
+msgid "Stopped"
msgstr ""
-#: ../../templates/show_install.inc:93
-msgid "Insert Database"
+#: ../../lib/class/localplay.class.php:650
+msgid "Paused"
msgstr ""
-#: ../../templates/show_add_access.inc:22
-msgid "Add Access for a Host"
+#: ../../lib/class/album.class.php:217
+msgid "Disk"
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."
+#: ../../lib/preferences.php:245
+msgid "Enable"
msgstr ""
-#: ../../templates/show_add_access.inc:35
-#: ../../templates/show_edit_access.inc:35
-msgid "Start IP Address"
+#: ../../lib/preferences.php:272
+msgid "M3U"
msgstr ""
-#: ../../templates/show_add_access.inc:41
-#: ../../templates/show_edit_access.inc:41
-msgid "End IP Address"
+#: ../../lib/preferences.php:273
+msgid "Simple M3U"
msgstr ""
-#: ../../templates/show_add_access.inc:57
-#: ../../templates/show_edit_access.inc:67
-msgid "Read"
+#: ../../lib/preferences.php:274
+msgid "PLS"
msgstr ""
-#: ../../templates/show_add_access.inc:58
-#: ../../templates/show_edit_access.inc:68
-msgid "Read/Write"
+#: ../../lib/preferences.php:275
+msgid "Asx"
msgstr ""
-#: ../../templates/show_add_access.inc:64
-#: ../../templates/show_edit_access.inc:31
-msgid "ACL Type"
+#: ../../lib/preferences.php:276
+msgid "RAM"
msgstr ""
-#: ../../templates/show_add_access.inc:67
-msgid "Stream Access"
+#: ../../lib/preferences.php:277
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_add_access.inc:68
-msgid "Web Interface"
+#: ../../lib/preferences.php:310
+msgid "Disabled"
msgstr ""
-#: ../../templates/show_add_access.inc:69
-msgid "Local Network Definition"
+#: ../../lib/preferences.php:332
+msgid "Send on Add"
msgstr ""
-#: ../../templates/show_add_access.inc:70
-msgid "XML-RPC"
+#: ../../lib/preferences.php:333
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../templates/show_add_access.inc:75
-msgid "XML-RPC Options"
+#: ../../lib/preferences.php:334
+msgid "Clear on Send"
msgstr ""
-#: ../../templates/show_add_access.inc:78
-#: ../../templates/show_edit_access.inc:54
-msgid "Remote Key"
+#: ../../lib/preferences.php:335 ../../lib/preferences.php:342
+msgid "Default"
msgstr ""
-#: ../../templates/show_add_access.inc:87
-msgid "Create ACL"
+#: ../../lib/preferences.php:343
+msgid "Always"
msgstr ""
-#: ../../templates/show_access_list.inc:29
-msgid "Host Access to Your Catalog"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
msgstr ""
-#: ../../templates/show_access_list.inc:39
-msgid "Add Entry"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
msgstr ""
-#: ../../templates/show_access_list.inc:46
-msgid "Start Address"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
msgstr ""
-#: ../../templates/show_access_list.inc:47
-msgid "End Address"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
msgstr ""
-#: ../../templates/show_access_list.inc:50
-msgid "Key"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
msgstr ""
-#: ../../templates/show_access_list.inc:69
-msgid "Revoke"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
msgstr ""
-#: ../../templates/show_users.inc:40
-msgid "Fullname"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
msgstr ""
-#: ../../templates/show_users.inc:48
-msgid "Last Seen"
+#: ../../lib/general.lib.php:484 ../../lib/general.lib.php:495
+msgid "English"
msgstr ""
-#: ../../templates/show_users.inc:53
-msgid "Registration Date"
+#: ../../lib/general.lib.php:496
+msgid "British English"
msgstr ""
-#: ../../templates/show_users.inc:57
-msgid "Activity"
+#: ../../lib/general.lib.php:502
+msgid "Turkish"
msgstr ""
-#: ../../templates/show_users.inc:61
-msgid "Last Ip"
+#: ../../lib/general.lib.php:503
+msgid "Simplified Chinese"
msgstr ""
-#: ../../templates/show_users.inc:66
-msgid "On-line"
+#: ../../lib/general.lib.php:580
+msgid "On"
msgstr ""
-#: ../../templates/show_artist.inc:35
-msgid "Cover"
+#: ../../lib/general.lib.php:583
+msgid "Off"
msgstr ""
-#: ../../templates/show_artist.inc:36
-msgid "Album Name"
+#: ../../lib/ui.lib.php:92
+msgid "Error Access Denied"
msgstr ""
-#: ../../templates/show_artist.inc:37
-msgid "Album Year"
+#: ../../lib/ui.lib.php:550
+msgid "Upload"
msgstr ""
-#: ../../templates/show_artist.inc:38
-msgid "Tracks"
+#: ../../lib/ui.lib.php:553
+msgid "Local Play"
msgstr ""
-#: ../../templates/show_edit_access.inc:23
-msgid "Edit Access List"
+#: ../../lib/ui.lib.php:556
+msgid "Random Play"
msgstr ""
-#: ../../templates/show_test.inc:34
-msgid "Ampache Debug"
+#: ../../lib/ui.lib.php:568 ../../lib/ui.lib.php:572
+msgid "Admin-Catalog"
msgstr ""
-#: ../../templates/show_test.inc:35
-msgid ""
-"You've reached this page because a configuration error has occured. Debug "
-"Information below"
+#: ../../lib/ui.lib.php:576
+msgid "Admin-User Management"
msgstr ""
-#: ../../templates/show_test.inc:39
-msgid "CHECK"
+#: ../../lib/ui.lib.php:580
+msgid "Admin-Mail Users"
msgstr ""
-#: ../../templates/show_test.inc:41
-msgid "STATUS"
+#: ../../lib/ui.lib.php:584
+msgid "Admin-Manage Access Lists"
msgstr ""
-#: ../../templates/show_test.inc:43
-msgid "DESCRIPTION"
+#: ../../lib/ui.lib.php:588
+msgid "Admin-Site Preferences"
msgstr ""
-#: ../../templates/show_test.inc:46
-msgid "PHP Version"
+#: ../../lib/ui.lib.php:592
+msgid "Admin-Manage Modules"
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."
+#: ../../lib/ui.lib.php:596
+msgid "Browse Music"
msgstr ""
-#: ../../templates/show_test.inc:65
-msgid "Mysql for PHP"
+#: ../../albums.php:32
+msgid "Album Art Cleared"
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."
+#: ../../albums.php:32
+msgid "Album Art information has been removed from the database"
msgstr ""
-#: ../../templates/show_test.inc:84
-msgid "PHP Session Support"
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
msgstr ""
-#: ../../templates/show_test.inc:99
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
msgid ""
-"This test checks to make sure that you have PHP session support enabled. "
-"Sessions are required for Ampache to work."
+"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 ""
-#: ../../templates/show_test.inc:103
-msgid "PHP ICONV Support"
+#: ../../albums.php:52 ../../albums.php:80 ../../albums.php:155
+msgid "Album Art Inserted"
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"
+#: ../../albums.php:164 ../../artists.php:48
+msgid "Starting Update from Tags"
msgstr ""
-#: ../../templates/show_test.inc:121
-msgid "PHP PCRE Support"
+#: ../../albums.php:168 ../../artists.php:52
+msgid "Update From Tags Complete"
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."
+#: ../../albums.php:169 ../../artists.php:53
+msgid "Return"
msgstr ""
-#: ../../templates/show_test.inc:138
-msgid "PHP PutENV Support"
+#: ../../modules/localplay/mpd.controller.php:213
+msgid "Instance Name"
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"
+#: ../../modules/localplay/mpd.controller.php:214
+msgid "Hostname"
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."
+#: ../../modules/localplay/mpd.controller.php:215
+msgid "Port"
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"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
msgstr ""
-#: ../../templates/show_test.inc:203
-msgid "Ampache.cfg.php Up to Date?"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
msgstr ""
-#: ../../templates/show_test.inc:221
-msgid "Ampache.cfg.php is missing the following:"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
msgstr ""
-#: ../../templates/show_test.inc:240
-msgid "DB Connection"
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
msgstr ""
-#: ../../templates/show_test.inc:256
+#: ../../modules/horde/Browser.php:901
+#, php-format
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"
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
-#: ../../templates/show_search.inc:73
-msgid "Played"
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
msgstr ""
-#: ../../templates/show_search.inc:81
-msgid "Min Bitrate"
+#: ../../localplay.php:72 ../../localplay.php:80
+msgid "Song(s) Removed from Playlist"
msgstr ""
-#: ../../templates/show_search.inc:96
-msgid "One Star"
+#: ../../playlist.php:57
+msgid "Playlist Created"
msgstr ""
-#: ../../templates/show_search.inc:97
-msgid "Two Stars"
+#: ../../playlist.php:57
+msgid " has been created"
msgstr ""
-#: ../../templates/show_search.inc:98
-msgid "Three Stars"
+#: ../../playlist.php:78
+msgid "Playlist Updated"
msgstr ""
-#: ../../templates/show_search.inc:99
-msgid "Four Stars"
+#: ../../playlist.php:79
+msgid "has been updated and is now"
msgstr ""
-#: ../../templates/show_search.inc:100
-msgid "Five Stars"
+#: ../../playlist.php:101
+msgid "Playlist Imported"
msgstr ""
-#: ../../templates/show_search.inc:103
-msgid "Operator"
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
msgstr ""
-#: ../../templates/show_search.inc:106
-msgid "AND"
+#: ../../login.php:73
+msgid "User Disabled please contact Admin"
msgstr ""
-#: ../../templates/show_search.inc:112
-msgid "Method"
+#: ../../login.php:87
+msgid "Unable to create new account"
msgstr ""
-#: ../../templates/show_search.inc:115
-msgid "Fuzzy"
+#: ../../login.php:96
+msgid "No local account found"
msgstr ""
-#: ../../templates/show_search.inc:116
-msgid "Exact"
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
msgstr ""
-#: ../../templates/show_search.inc:119
-msgid "Maximum Results"
+#: ../../artists.php:186
+msgid "Show Artists starting with"
msgstr ""
-#: ../../templates/show_search.inc:134
-msgid "Reset Form"
+#: ../../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 ""
-#: ../../templates/show_search.inc:145
-msgid "Save Search As Track on"
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
msgstr ""
-#: ../../templates/show_search.inc:147
-msgid "Save"
-msgstr ""
+#, fuzzy
+#~ msgid "Entry Updated"
+#~ msgstr "ID3 "
#~ msgid "owned by"
#~ msgstr " "