summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-10 09:27:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-10 09:27:42 +0000
commit2f5c09b55c9f0f4149d2ae3ff41678807dab322a (patch)
tree27a1ab5be2047c970f15c590e8bf530d88a1d585 /locale
parent65912668d225fd72a8efb9f73520609523be400b (diff)
downloadampache-2f5c09b55c9f0f4149d2ae3ff41678807dab322a.tar.gz
ampache-2f5c09b55c9f0f4149d2ae3ff41678807dab322a.tar.bz2
ampache-2f5c09b55c9f0f4149d2ae3ff41678807dab322a.zip
updated locales, hopefully one of the last commits before 3.4 stable release
Diffstat (limited to 'locale')
-rwxr-xr-xlocale/base/gather-messages.sh2
-rwxr-xr-xlocale/base/merge-messages.sh14
-rw-r--r--locale/base/messages.po176
-rw-r--r--locale/ca_CA/LC_MESSAGES/messages.mobin42697 -> 42402 bytes
-rw-r--r--locale/ca_CA/LC_MESSAGES/messages.po4808
-rw-r--r--locale/de_DE/LC_MESSAGES/messages.mobin43990 -> 42402 bytes
-rw-r--r--locale/de_DE/LC_MESSAGES/messages.po7816
-rw-r--r--locale/el_GR/LC_MESSAGES/messages.mobin56403 -> 42402 bytes
-rw-r--r--locale/el_GR/LC_MESSAGES/messages.po4943
-rw-r--r--locale/en_GB/LC_MESSAGES/messages.mobin29937 -> 42402 bytes
-rw-r--r--locale/en_GB/LC_MESSAGES/messages.po4781
-rw-r--r--locale/es_ES/LC_MESSAGES/messages.mobin21081 -> 42402 bytes
-rw-r--r--locale/es_ES/LC_MESSAGES/messages.po4598
-rw-r--r--locale/fr_FR/LC_MESSAGES/messages.mobin44634 -> 42402 bytes
-rw-r--r--locale/fr_FR/LC_MESSAGES/messages.po4839
-rw-r--r--locale/it_IT/LC_MESSAGES/messages.mobin29883 -> 42402 bytes
-rw-r--r--locale/it_IT/LC_MESSAGES/messages.po4798
-rw-r--r--locale/nl_NL/LC_MESSAGES/messages.mobin31249 -> 42402 bytes
-rw-r--r--locale/nl_NL/LC_MESSAGES/messages.po4874
-rw-r--r--locale/ru_RU/LC_MESSAGES/messages.mobin45801 -> 42402 bytes
-rw-r--r--locale/ru_RU/LC_MESSAGES/messages.po4948
-rw-r--r--locale/tr_TR/LC_MESSAGES/messages.mobin28712 -> 42402 bytes
-rw-r--r--locale/tr_TR/LC_MESSAGES/messages.po4119
-rw-r--r--locale/zh_CN/LC_MESSAGES/messages.mobin23162 -> 42402 bytes
-rw-r--r--locale/zh_CN/LC_MESSAGES/messages.po3949
25 files changed, 27775 insertions, 26890 deletions
diff --git a/locale/base/gather-messages.sh b/locale/base/gather-messages.sh
index 8d0814f2..c2a1a050 100755
--- a/locale/base/gather-messages.sh
+++ b/locale/base/gather-messages.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2001 - 2007 Ampache.org
+# Copyright (c) Ampache.org
# All rights reserved.
#
# This program is free software; you can redistribute it and/or
diff --git a/locale/base/merge-messages.sh b/locale/base/merge-messages.sh
index 0dfffa87..e7750c8e 100755
--- a/locale/base/merge-messages.sh
+++ b/locale/base/merge-messages.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2001 - 2007 Ampache.org
+# Copyright (c) Ampache.org
# All rights reserved.
#
# This program is free software; you can redistribute it and/or
@@ -19,14 +19,24 @@
msgmerge -N ../de_DE/LC_MESSAGES/messages.po ./messages.po --output-file=../de_DE/LC_MESSAGES/messages.po
+msgfmt -o ../de_DE/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../ca_CA/LC_MESSAGES/messages.po ./messages.po --output-file=../ca_CA/LC_MESSAGES/messages.po
+msgfmt -o ../ca_CA/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../el_GR/LC_MESSAGES/messages.po ./messages.po --output-file=../el_GR/LC_MESSAGES/messages.po
+msgfmt -o ../el_GR/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../es_ES/LC_MESSAGES/messages.po ./messages.po --output-file=../es_ES/LC_MESSAGES/messages.po
+msgfmt -o ../es_ES/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../en_GB/LC_MESSAGES/messages.po ./messages.po --output-file=../en_GB/LC_MESSAGES/messages.po
+msgfmt -o ../en_GB/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../fr_FR/LC_MESSAGES/messages.po ./messages.po --output-file=../fr_FR/LC_MESSAGES/messages.po
+msgfmt -o ../fr_FR/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../it_IT/LC_MESSAGES/messages.po ./messages.po --output-file=../it_IT/LC_MESSAGES/messages.po
+msgfmt -o ../it_IT/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../nl_NL/LC_MESSAGES/messages.po ./messages.po --output-file=../nl_NL/LC_MESSAGES/messages.po
+msgfmt -o ../nl_NL/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../tr_TR/LC_MESSAGES/messages.po ./messages.po --output-file=../tr_TR/LC_MESSAGES/messages.po
+msgfmt -o ../tr_TR/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../zh_CN/LC_MESSAGES/messages.po ./messages.po --output-file=../zh_CN/LC_MESSAGES/messages.po
+msgfmt -o ../zh_CN/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
msgmerge -N ../ru_RU/LC_MESSAGES/messages.po ./messages.po --output-file=../ru_RU/LC_MESSAGES/messages.po
-msgmerge -N ../is_IS/LC_MESSAGES/messages.po ./messages.po --output-file=../is_IS/LC_MESSAGES/messages.po
+msgfmt -o ../ru_RU/LC_MESSAGES/messages.mo ../de_DE/LC_MESSAGES/messages.po
diff --git a/locale/base/messages.po b/locale/base/messages.po
index d52d4d7e..1becb90b 100644
--- a/locale/base/messages.po
+++ b/locale/base/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-04-20 18:31-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\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"
@@ -61,14 +61,6 @@ msgstr ""
msgid "Session Expired: please log in again at"
msgstr ""
-#: ../../ratings.php:32
-msgid "Rating Updated"
-msgstr ""
-
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
-msgstr ""
-
#: ../../radio.php:50
msgid "Radio Station Added"
msgstr ""
@@ -121,64 +113,64 @@ msgstr ""
msgid "The requested song(s) have been enabled"
msgstr ""
-#: ../../admin/catalog.php:52 ../../admin/catalog.php:70
-#: ../../admin/catalog.php:93 ../../admin/catalog.php:151
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
msgid "Catalog Updated"
msgstr ""
-#: ../../admin/catalog.php:104
+#: ../../admin/catalog.php:110
msgid "Catalog Deleted"
msgstr ""
-#: ../../admin/catalog.php:104
+#: ../../admin/catalog.php:110
msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../admin/catalog.php:113
+#: ../../admin/catalog.php:119
msgid "Songs Removed"
msgstr ""
-#: ../../admin/catalog.php:116
+#: ../../admin/catalog.php:122
msgid "No Songs Removed"
msgstr ""
-#: ../../admin/catalog.php:119
+#: ../../admin/catalog.php:125
msgid "Disabled Songs Processed"
msgstr ""
-#: ../../admin/catalog.php:139
+#: ../../admin/catalog.php:146
msgid "Catalog Cleaned"
msgstr ""
-#: ../../admin/catalog.php:189
+#: ../../admin/catalog.php:197
msgid "Catalog Created"
msgstr ""
-#: ../../admin/catalog.php:206
+#: ../../admin/catalog.php:214
msgid "Catalog statistics cleared"
msgstr ""
-#: ../../admin/catalog.php:223
+#: ../../admin/catalog.php:231
msgid "Now Playing Cleared"
msgstr ""
-#: ../../admin/catalog.php:223
+#: ../../admin/catalog.php:231
msgid "All now playing data has been cleared"
msgstr ""
-#: ../../admin/catalog.php:233
+#: ../../admin/catalog.php:241
msgid "No Disabled songs found"
msgstr ""
-#: ../../admin/catalog.php:242
+#: ../../admin/catalog.php:250
msgid "Delete Catalog"
msgstr ""
-#: ../../admin/catalog.php:242
+#: ../../admin/catalog.php:250
msgid "Do you really want to delete this catalog?"
msgstr ""
-#: ../../admin/catalog.php:261
+#: ../../admin/catalog.php:270
msgid "Album Art Search Finished"
msgstr ""
@@ -335,8 +327,14 @@ msgstr ""
msgid "Access List Entry updated"
msgstr ""
-#: ../../admin/system.php:64
-msgid "Export Failed"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
msgstr ""
#: ../../admin/mail.php:57
@@ -551,7 +549,7 @@ msgid "Show Duplicate Songs"
msgstr ""
#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
+#: ../../templates/sidebar_admin.inc.php:48
msgid "Clear Now Playing"
msgstr ""
@@ -914,7 +912,7 @@ msgid "Active Playlist"
msgstr ""
#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
-#: ../../server/ajax.server.php:294
+#: ../../server/ajax.server.php:300
msgid "Recently Played"
msgstr ""
@@ -1292,6 +1290,7 @@ msgid "Generate Config File"
msgstr ""
#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
msgid "Web Path"
msgstr ""
@@ -1376,6 +1375,74 @@ msgstr ""
msgid "Various"
msgstr ""
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
+msgstr ""
+
#: ../../templates/show_search_bar.inc.php:29
#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
msgid "Search"
@@ -1639,6 +1706,7 @@ msgid "Normalize Tracks"
msgstr ""
#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
#: ../../templates/show_artist_row.inc.php:33
#: ../../templates/show_album_row.inc.php:49
#: ../../templates/show_playlist_row.inc.php:33
@@ -1689,14 +1757,6 @@ msgstr ""
msgid "Preference Administration"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
-msgstr ""
-
#: ../../templates/show_localplay_playlist.inc.php:23
msgid "Current Playlist"
msgstr ""
@@ -2092,12 +2152,6 @@ msgstr ""
msgid "Create ACL"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr ""
-
#: ../../templates/show_preference_box.inc.php:43
#: ../../templates/show_preference_box.inc.php:73
msgid "Apply to All"
@@ -2108,11 +2162,6 @@ msgstr ""
msgid "Access Level"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr ""
-
#: ../../templates/show_playlist_edit.inc.php:26
msgid "Editing Playlist"
msgstr ""
@@ -2294,7 +2343,7 @@ msgstr ""
#: ../../templates/show_duplicate.inc.php:23
#: ../../templates/show_duplicate.inc.php:42
-#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/sidebar_admin.inc.php:46
msgid "Find Duplicates"
msgstr ""
@@ -2356,10 +2405,19 @@ msgid "Get Art"
msgstr ""
#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
#: ../../templates/show_test.inc.php:32
msgid "Ampache Debug"
msgstr ""
+#: ../../templates/show_search_options.inc.php:23
+msgid "Options"
+msgstr ""
+
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
+msgstr ""
+
#: ../../templates/show_edit_catalog.inc.php:22
msgid "Settings for"
msgstr ""
@@ -2589,7 +2647,7 @@ msgid "Add Catalog"
msgstr ""
#: ../../templates/show_export.inc.php:28
-#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/sidebar_admin.inc.php:50
msgid "Export Catalog"
msgstr ""
@@ -2700,20 +2758,20 @@ msgstr ""
msgid "Show ACL(s)"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:46
+#: ../../templates/sidebar_admin.inc.php:47
msgid "Mail Users"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:48
+#: ../../templates/sidebar_admin.inc.php:49
#: ../../templates/show_account.inc.php:53
msgid "Clear Stats"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:50
+#: ../../templates/sidebar_admin.inc.php:51
msgid "Manage Flagged"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:52
+#: ../../templates/sidebar_admin.inc.php:53
msgid "Manage Shoutbox"
msgstr ""
@@ -2835,6 +2893,10 @@ msgid ""
"cfg.php"
msgstr ""
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
+
#: ../../templates/show_user_preferences.inc.php:28
#: ../../templates/show_preferences.inc.php:28
msgid "Editing"
@@ -2905,7 +2967,7 @@ msgstr ""
#: ../../templates/show_album.inc.php:35
#: ../../lib/class/catalog.class.php:1798
#: ../../lib/class/catalog.class.php:1880
-#: ../../lib/class/catalog.class.php:1965
+#: ../../lib/class/catalog.class.php:1963
msgid "Unknown (Orphaned)"
msgstr ""
@@ -3216,11 +3278,11 @@ msgstr ""
msgid "Off"
msgstr ""
-#: ../../lib/install.php:243
+#: ../../lib/install.php:253
msgid "No Username/Password specified"
msgstr ""
-#: ../../lib/install.php:248
+#: ../../lib/install.php:258
msgid "Passwords do not match"
msgstr ""
diff --git a/locale/ca_CA/LC_MESSAGES/messages.mo b/locale/ca_CA/LC_MESSAGES/messages.mo
index aa2b756d..a743d873 100644
--- a/locale/ca_CA/LC_MESSAGES/messages.mo
+++ b/locale/ca_CA/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/ca_CA/LC_MESSAGES/messages.po b/locale/ca_CA/LC_MESSAGES/messages.po
index 41a85da2..583fb821 100644
--- a/locale/ca_CA/LC_MESSAGES/messages.po
+++ b/locale/ca_CA/LC_MESSAGES/messages.po
@@ -12,13 +12,13 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# , fuzzy
# <>, 2008.
-#
-#
+#
+#
msgid ""
msgstr ""
"Project-Id-Version: ampache VERSION1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\n"
"PO-Revision-Date: 2008-01-04 16:41+0100\n"
"Last-Translator: Guillem Lluch Moll <glluch@ya.com>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
@@ -26,930 +26,172 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr "La sessi ha acabat: entra de nou"
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-msgid "Private"
-msgstr "Privada"
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr "Artistes"
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr "Varis"
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr "Error: impossible d'obrir"
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr "Tot"
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr "Veure"
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-msgid "Read"
-msgstr "LLegit"
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr "LLegit/Escrit"
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:176
-#, fuzzy
-msgid "day"
-msgid_plural "days"
-msgstr[0] "dia"
-msgstr[1] "dia"
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-#, fuzzy
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] "hora"
-msgstr[1] "hora"
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr "Engegant sincronitzaci remota"
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr "Error: impossible canviar de directori"
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr "Error: impossible de aconseguit la mida"
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr "ampache no ho pot llegir"
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr "Actualitzat"
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr "No es necessita cap actualitzaci "
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr "Engegant actualitzaci remota"
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr "Afeguit llista des de"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr "Actualitzaci del catleg finalitzada"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr "Temps total"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr "Canons en total"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr "Canons per segon"
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr "Error"
-
-#: ../../lib/class/catalog.class.php:1204
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-msgstr ""
-"Ha estat impossible de carregar la llibreria XMLRPC, asegureu-vos que XML-"
-"RPC s actiu"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
-msgstr "Error connectant a"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
-msgstr "Codi"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
-msgstr "Ra"
-
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
-msgstr "Catleg(s) remots completament actualitzats"
-
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
-msgstr "Afegit"
-
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
-msgstr "Netetja del catleg feta"
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
-msgstr "arxius esborrats"
-
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
-msgstr "TROBAT"
-
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
-msgstr "Cercant noves portades"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Update Finished."
-msgstr "Actualitzaci acabada"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Checked"
-msgstr "Comprovant"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "songs updated."
-msgstr "canons actualitzades"
-
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:251
-msgid "Approved"
-msgstr "Aprovat"
-
-#: ../../lib/class/flag.class.php:252
-msgid "Pending"
-msgstr "Pendent"
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr "Borra"
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr "Re-tag"
-
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr "Torna a codificar"
-
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-msgid "Other"
-msgstr "Altre"
-
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr "Desconegut"
-
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
-msgstr "Ara sonant"
-
-#: ../../lib/class/localplay.class.php:642
-msgid "Stopped"
-msgstr "Aturat"
-
-#: ../../lib/class/localplay.class.php:645
-msgid "Paused"
-msgstr "Pausat"
-
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
-msgstr "Errada Cal el nom d'usuari"
-
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
-msgstr "Errada no hi poden faltar les contrasenyes"
-
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
-msgstr "Canons"
-
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr "lbums"
-
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-msgid "Genres"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
-msgstr "Gesti d'usuaris"
-
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
-msgstr "LListes de reproducci"
-
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-msgid "Catalogs"
-msgstr "Catlegs"
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:748
-msgid "Flagged Records"
-msgstr "Registres assenyalats"
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr ""
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr ""
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr ""
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr ""
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr ""
-
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
-msgstr "Sense sonar"
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr "Es prou dolent"
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr "s OK"
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr "s prou bo"
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
-msgstr "M'encanta"
-
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
-msgstr "s dolent"
-
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
-msgstr "OfftheCharts!"
-
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr "Perms"
-
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
-msgstr "No perms"
-
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-msgid "None"
-msgstr "No cap"
-
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
-msgstr "Stream"
-
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
-msgstr "Democrtic"
-
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-msgid "Localplay"
-msgstr "Sona localment"
-
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
-msgstr ""
-
-#: ../../lib/preferences.php:189
-msgid "M3U"
-msgstr "M3U"
-
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
-msgstr "M3U simple"
-
-#: ../../lib/preferences.php:191
-msgid "PLS"
-msgstr "PLS"
-
-#: ../../lib/preferences.php:192
-msgid "Asx"
-msgstr "Asx"
-
-#: ../../lib/preferences.php:193
-msgid "RAM"
-msgstr "RAM"
-
-#: ../../lib/preferences.php:194
-msgid "XSPF"
-msgstr "XSPF"
-
-#: ../../lib/preferences.php:228
-msgid "Disabled"
-msgstr "Desactivat"
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
-msgstr "Usuari"
-
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr ""
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
-msgstr "Administrar"
-
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
-msgstr ""
-
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
-msgstr ""
-
-#: ../../lib/preferences.php:262
-msgid "Always"
-msgstr ""
-
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
-msgstr "Angls"
-
-#: ../../lib/general.lib.php:398
-msgid "British English"
-msgstr "Angls britnic"
-
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
-msgstr "Turc"
-
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
-msgstr "Xins simplificat"
-
-#: ../../lib/general.lib.php:467
-msgid "On"
-msgstr "Engegat"
-
-#: ../../lib/general.lib.php:470
-msgid "Off"
-msgstr "Parat"
-
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
-msgstr ""
-
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
-msgstr ""
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr "segons enrrera"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
-msgstr "minuts enrrera"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
-msgstr "hores enrera"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
-msgstr "dies arrera"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr "semanes arrera"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr "mesos arrera"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
-msgstr "anys arrera"
-
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
-msgstr "Inici"
-
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
-msgstr "Pujat"
-
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
-msgstr "Reproduir localment"
-
-#: ../../lib/ui.lib.php:350
-msgid "Random Play"
-msgstr "Reproduir aleatriament"
-
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "LLista"
-
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
-msgstr "Cerca"
-
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
-msgstr "Preferncies"
-
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-msgid "Admin-Catalog"
-msgstr "Admin-Catleg"
-
-#: ../../lib/ui.lib.php:370
-msgid "Admin-User Management"
-msgstr "Admin-Gesti d'usuaris"
-
-#: ../../lib/ui.lib.php:374
-msgid "Admin-Mail Users"
-msgstr "Admin-Correu dels usuaris"
+#: ../../register.php:73
+msgid "Error Captcha Required"
+msgstr "Error es necessita el Captcha"
-#: ../../lib/ui.lib.php:378
-msgid "Admin-Manage Access Lists"
-msgstr "Admin-Gestionar la llista d'accs"
+#: ../../register.php:80
+msgid "Error Captcha Failed"
+msgstr "Error s'ha fallat el captcha"
-#: ../../lib/ui.lib.php:382
-msgid "Admin-Site Preferences"
-msgstr "Admin-Preferncies del lloc"
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
+msgstr "Tu <U> has </U> d'acceptar la licncia d'usuari"
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
-msgstr "Admin-Gesti de mduls"
+#: ../../register.php:92
+msgid "You did not enter a username"
+msgstr "No has estrat cap nom d'usuari"
-#: ../../lib/ui.lib.php:390
-msgid "Browse Music"
-msgstr "Mostra la msica"
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr "Per favor entra el teu nom complert (Nom i Cognoms)"
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
-msgstr "Gnere"
+#: ../../register.php:122
+msgid "You must enter a password"
+msgstr "Has d'entrar una contresenya"
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
-msgid "Statistics"
-msgstr "Estadstiques"
+#: ../../register.php:126
+msgid "Your passwords do not match"
+msgstr "No s'ha trobat la teva contrasenya"
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
-msgstr ""
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
+msgstr "Errada el nom d'usuari ja existeix"
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr "Recomenacions"
+#: ../../register.php:158
+msgid "Error: Insert Failed"
+msgstr "Error: s'ha fallat l'insersi"
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
-msgstr "Nom"
+#: ../../update.php:47 ../../update.php:51
+msgid "Ampache Update"
+msgstr "Ampache actualitzat"
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr ""
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
+msgstr "La sessi ha acabat: entra de nou"
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
-msgstr "Ttol"
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr "Ordre"
-
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr "Artista"
+#: ../../admin/flag.php:89
+msgid "Song Updated"
+msgstr "Canons actualitzades"
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
-msgid "Recently Played"
-msgstr "Escoltat recentment"
+#: ../../admin/flag.php:89
+msgid "The requested song has been updated"
+msgstr "La can demanada s'ha actualitzat"
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
-msgstr ""
+#: ../../admin/flag.php:131
+msgid "Album Updated"
+msgstr "Album actualitzat"
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
-msgstr ""
+#: ../../admin/flag.php:173
+msgid "Artist Updated"
+msgstr "Artista actualitzat"
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
-msgstr ""
+#: ../../admin/flag.php:238
+msgid "Songs Updated"
+msgstr "Canons actualitzades"
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
-msgstr "Contrasenya"
+#: ../../admin/flag.php:246
+msgid "Flag Removed"
+msgstr "Bandera llevada"
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "arxiu"
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
+msgstr "Bandera llevada de"
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr "La pujada d'arxius no est suportada"
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
+msgstr "Bandera actualitzat"
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "No hi ha cap arxiu pujat"
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
+msgstr "Canons desactivades"
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr "Hi ha un problema amb l'arxiu pujat: no s'ha pogut pujar %s"
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
+msgstr "Les canons demanades han esta desactivades"
-#: ../../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 ""
-"Hi ha un problema amb l'arxiu pujat: %s ms llarg del mxim perms (%d bytes)"
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
+msgstr "Canons permeses"
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr ""
-"S'ha produt un problema amb la pujada d'arxius: noms el %s s'ha carregat."
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
+msgstr "Les canons demanades han estat activades"
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
msgid "Catalog Updated"
msgstr "Catleg pujat"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "Catalog Deleted"
msgstr "Catleg borrat"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../admin/catalog.php:112
+#: ../../admin/catalog.php:119
msgid "Songs Removed"
msgstr "Canons esborrades"
-#: ../../admin/catalog.php:115
+#: ../../admin/catalog.php:122
msgid "No Songs Removed"
msgstr "No cap can esborrada"
-#: ../../admin/catalog.php:118
+#: ../../admin/catalog.php:125
msgid "Disabled Songs Processed"
msgstr "Canons desactivades processades"
-#: ../../admin/catalog.php:138
+#: ../../admin/catalog.php:146
msgid "Catalog Cleaned"
msgstr "Catleg netejat"
-#: ../../admin/catalog.php:188
+#: ../../admin/catalog.php:197
msgid "Catalog Created"
msgstr "Catleg creat"
-#: ../../admin/catalog.php:205
+#: ../../admin/catalog.php:214
msgid "Catalog statistics cleared"
msgstr "Les estadstiques del catleg han estat esborrades"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "Now Playing Cleared"
msgstr "Ara escoltant netejat"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "All now playing data has been cleared"
msgstr "Tots els \"ara escoltant\" s'ha esborrat"
-#: ../../admin/catalog.php:232
+#: ../../admin/catalog.php:241
msgid "No Disabled songs found"
msgstr "No s'han trobat canons desactivades"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Delete Catalog"
msgstr "Esborra el catleg"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Do you really want to delete this catalog?"
msgstr "Realment vols esborrar aquest catleg"
-#: ../../admin/catalog.php:260
+#: ../../admin/catalog.php:270
msgid "Album Art Search Finished"
msgstr "Finalitzat la cerca de portades"
-#: ../../admin/flag.php:89
-msgid "Song Updated"
-msgstr "Canons actualitzades"
-
-#: ../../admin/flag.php:89
-msgid "The requested song has been updated"
-msgstr "La can demanada s'ha actualitzat"
-
-#: ../../admin/flag.php:131
-msgid "Album Updated"
-msgstr "Album actualitzat"
-
-#: ../../admin/flag.php:173
-msgid "Artist Updated"
-msgstr "Artista actualitzat"
-
-#: ../../admin/flag.php:238
-msgid "Songs Updated"
-msgstr "Canons actualitzades"
-
-#: ../../admin/flag.php:246
-msgid "Flag Removed"
-msgstr "Bandera llevada"
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr "Bandera llevada de"
-
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
-msgstr "Bandera actualitzat"
-
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
-msgstr "Canons desactivades"
-
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
-msgstr "Les canons demanades han esta desactivades"
-
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
-msgstr "Canons permeses"
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
+msgstr "Errada Cal el nom d'usuari"
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
-msgstr "Les canons demanades han estat activades"
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
+msgstr "Errada no hi poden faltar les contrasenyes"
#: ../../admin/users.php:83
msgid "User Updated"
@@ -959,17 +201,44 @@ msgstr ""
msgid "updated"
msgstr ""
-#: ../../admin/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
-msgstr "Errada el nom d'usuari ja existeix"
-
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
msgid "Guest"
msgstr "Convidat"
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
+msgstr "Usuari"
+
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
+msgstr "Administrar"
+
#: ../../admin/users.php:129
msgid "New User Added"
msgstr ""
@@ -982,6 +251,10 @@ msgstr ""
msgid "User Disabled"
msgstr ""
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
+msgstr "Error"
+
#: ../../admin/users.php:142
msgid "Unable to Disabled last Administrator"
msgstr ""
@@ -1010,26 +283,34 @@ msgstr "Ests segur que ho vols esborrar permanentment"
msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
msgid "Are you sure you want to remove this plugin?"
msgstr "Ests segur que vols esborrar aquest plugin?"
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
msgid "Plugin Deactivated"
msgstr "Plugin desactivat"
-#: ../../admin/modules.php:85
+#: ../../admin/modules.php:87
msgid "Plugin Activated"
msgstr "Plugin activat"
-#: ../../admin/modules.php:120
+#: ../../admin/modules.php:122
msgid "Plugins"
msgstr ""
-#: ../../admin/modules.php:126
+#: ../../admin/modules.php:128
msgid "Localplay Controllers"
msgstr ""
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
+msgstr ""
+
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
+msgstr ""
+
#: ../../admin/access.php:35
msgid "Deleted"
msgstr "Esborrat"
@@ -1038,14 +319,33 @@ msgstr "Esborrat"
msgid "Your Access List Entry has been removed"
msgstr "La teva llista d'accs ha esta esborrada"
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
+msgstr "Afegit"
+
#: ../../admin/access.php:40
msgid "Your new Access List Entry has been created"
msgstr "La teva llista d'accs ha estat creada"
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
+msgstr "Actualitzat"
+
#: ../../admin/access.php:45
msgid "Access List Entry updated"
msgstr "Actualitzada la llistra d'entrada"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
+msgstr ""
+
#: ../../admin/mail.php:57
msgid "E-mail Sent"
msgstr "Enviar e-mail"
@@ -1054,84 +354,282 @@ msgstr "Enviar e-mail"
msgid "Your E-mail was successfully sent."
msgstr "El teu e-mail s'ha enviat correctament"
-#: ../../admin/system.php:64
-msgid "Export Failed"
-msgstr "Ha fallat l'exportaci"
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
+msgstr ""
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
+#: ../../preferences.php:91
+msgid "Error Update Failed"
msgstr ""
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
-msgstr "lbums del moment"
+#: ../../flag.php:45
+msgid "Item Flagged"
+msgstr "Item asenyalat"
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
-msgstr ""
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
+msgstr "L'tem especificat s'ha senyalat"
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
-msgstr "Escoltar"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+msgid "Catalogs"
+msgstr "Catlegs"
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
-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:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../templates/show_edit_live_stream_row.inc.php:26
+#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52
+msgid "Name"
+msgstr "Nom"
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:34
+#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
+msgstr "Acci"
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
+msgstr "Afegir"
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
-msgid "Clear Playlist"
-msgstr "Netejar la llista"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr "Verificar"
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
+msgstr "Netejar"
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
-msgstr "No hi ha dades"
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
+msgstr "Tot"
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
+msgstr "Borra"
+
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
+msgstr "Rpid"
+
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
+msgstr "Recollir portades"
+
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
+msgstr "No s'han trobat catlegs"
+
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
+msgstr "Esborra tot"
+
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
+msgstr "Verifica tot"
+
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
+msgstr "Afegeix a tot"
+
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
+msgstr "Actualitza tot"
+
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
+msgstr "Afegeix un catleg"
+
+#: ../../templates/show_admin_tools.inc.php:83
+msgid "Clear Catalog Stats"
+msgstr "Esborrar les estadstiques del catleg"
+
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr "Recollir portades"
+
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:43
+msgid "Other Tools"
+msgstr "Altres eines"
+
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "Mostra canons repetides"
+
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:48
+msgid "Clear Now Playing"
+msgstr "Esborra ara escoltant"
+
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
+msgstr "Generar una configuraci nova"
+
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
+msgstr "Preferncies dels permissos"
+
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
+msgstr "Exporta a la base de dades d'itunes"
+
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr "Comprova si hi ha una nova versi"
+
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+msgid "Object"
+msgstr "Objecte"
+
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Senyal"
+
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
+msgstr "Comentari"
+
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
+msgstr "Estat"
+
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+msgid "No Records Found"
+msgstr "No s'han trobat registres"
+
#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.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 de l'Ampache"
#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
#: ../../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 "
@@ -1142,9 +640,9 @@ msgstr ""
"asseguri's que t els segents requisits previs "
#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
#: ../../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 ""
@@ -1160,9 +658,9 @@ msgstr ""
"cfg.php"
#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
#: ../../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 "
@@ -1175,8 +673,8 @@ msgstr ""
"teva installaci de l'ampache noms has d'editar /config/ampache.cfg.php"
#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
#: ../../templates/show_install_config.inc.php:48
+#: ../../templates/show_install.inc.php:52
msgid "Step 1 - Creating and Inserting the Ampache Database"
msgstr "Pas 1 - Crear i inserir la base de dades de l'ampache"
@@ -1185,8 +683,8 @@ msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr "Pas 2 - Crear l'arxiu ampache.cfg.php"
#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
#: ../../templates/show_install_config.inc.php:53
+#: ../../templates/show_install.inc.php:57
msgid "Step 3 - Setup Initial Account"
msgstr "Pas 3 - Compte inicial"
@@ -1203,20 +701,30 @@ msgid "Create Admin Account"
msgstr "Compte d'administraci creada"
#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
#: ../../templates/show_now_playing_row.inc.php:29
#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
msgid "Username"
msgstr "Nom d'usuari"
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
+msgstr "Contrasenya"
+
#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_add_user.inc.php:63
#: ../../templates/show_account.inc.php:47
msgid "Confirm Password"
@@ -1226,889 +734,887 @@ msgstr "Confirma la contrasenya"
msgid "Create Account"
msgstr "Crear un compte"
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
-msgstr "Afegeix un catleg"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Path"
-#: ../../templates/show_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)"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-"Al formulari de sota posa-hi o b un directori local (p.e. /dades/musica) o "
-"la URL a una instalaci remota de l'Ampache (p.e. http://laltreampache.com)"
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
-msgstr "Nom del catleg"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
-msgstr "Auto-insereix els camps"
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
+msgstr "Accions"
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr "lbum-nom"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr "artiste nom"
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
+msgstr "Reproductor XSPF"
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
-msgstr "comentari (id3)"
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
+msgstr "Refusa"
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr "gnere"
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
+msgstr "Perms"
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
-msgstr "rastregi el nombre (embuatat amb l'administraci 0) "
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
+msgstr ""
+
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+msgid "Song Title"
msgstr "Ttol de la can"
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr "any"
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
+msgstr "lbums"
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr "altre"
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
+msgstr "Artista"
-#: ../../templates/show_add_catalog.inc.php:48
-#: ../../templates/show_catalogs.inc.php:33
-#: ../../templates/show_catalogs.inc.php:61
-msgid "Path"
-msgstr "Path"
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
+msgstr "Gnere"
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
-msgstr "Tipus de catleg"
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
+msgstr "LLista"
-#: ../../templates/show_add_catalog.inc.php:55
-msgid "Local"
-msgstr "Local"
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:56
-msgid "Remote"
-msgstr "Remot"
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
-msgstr "Clau XML-RPC"
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:62
-msgid "Required for Remote Catalogs"
-msgstr "Necessari pels catlegs remots"
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Filename Pattern"
-msgstr "Patr d'arxiu"
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
-msgstr "Patr de carpeta"
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
-msgstr "(no comenant ni acabant en '/')"
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
-msgstr "Recollir portades"
+#: ../../templates/sidebar_browse.inc.php:69
+msgid "All Playlists"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
-msgstr "Crea una lllista de reproducci des d'arxius m3u"
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
-msgstr "Afegir al catleg"
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
+msgstr "Desconegut"
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
+msgstr "Nom complert"
+
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
+msgstr "ltima vegada vist"
+
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
+msgstr "Activitat"
+
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
-msgstr "Volum"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
+msgid "Recently Played"
+msgstr "Escoltat recentment"
-#: ../../templates/show_localplay_status.inc.php:33
-msgid "Repeat"
-msgstr "Repetix"
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
+msgstr "Album"
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
-msgstr "Aleatori"
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
+msgstr "Ordre"
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
-msgstr "Afegir"
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
+msgstr "Temps"
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
-msgstr "No de la llista"
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
+msgstr "Calificaci"
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
-msgstr "# Canons"
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
+msgstr "No hi ha dades"
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
-msgstr "Propietari"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr "Portades"
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
-msgstr "Accions"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr "Fes click per tancar la finestra"
-#: ../../templates/show_album_row.inc.php:43
#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
msgid "Post Shout"
msgstr ""
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
+msgstr "Baixar"
+
#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
+#: ../../templates/show_playlist_song_row.inc.php:37
#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
#: ../../templates/show_playlist_row.inc.php:37
msgid "Edit"
msgstr "Editar"
-#: ../../templates/show_similar_artists.inc.php:23
-msgid "Similar Artists"
-msgstr "Artistes similars"
-
-#: ../../templates/show_similar_artists.inc.php:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr "Per favor, comprova els artistes que vols ajuntar amb l'actual"
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr "Can senyalada"
-#: ../../templates/show_similar_artists.inc.php:66
-msgid "Back"
-msgstr "Arrera"
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
+msgstr "Arxiu"
-#: ../../templates/show_similar_artists.inc.php:77
-msgid "Rename selected"
-msgstr "Reanomanar els seleccionats"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
+msgstr "tem"
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
-msgstr "Cancella"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr "Motiu del senyal"
-#: ../../templates/show_similar_artists.inc.php:91
-msgid "Advanced Options"
-msgstr "Opcions avanades"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
+msgstr "Tags incorectes"
-#: ../../templates/show_similar_artists.inc.php:152
-msgid "Search Again"
-msgstr "Cerca de nou"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
+msgstr "Torna a codificar"
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
-msgstr ""
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
+msgid "Other"
+msgstr "Altre"
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
-msgstr ""
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
+msgstr "fora de"
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
-msgstr ""
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+msgid "Found"
+msgstr "Trobat"
-#: ../../templates/sidebar_localplay.inc.php:42
-msgid "Active Instance"
+#: ../../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/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
-msgstr "Preferits"
-
-#: ../../templates/show_user_stats.inc.php:30
-msgid "Favorite Artists"
-msgstr "Artistes preferits"
-
-#: ../../templates/show_user_stats.inc.php:43
-msgid "Favorite Albums"
-msgstr "lbums preferits"
-
-#: ../../templates/show_user_stats.inc.php:56
-msgid "Favorite Songs"
-msgstr "Canons preferides"
-
-#: ../../templates/show_random.inc.php:22
-msgid "Play Random Selection"
-msgstr "Reproduir aleatoriament la selecci"
-
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
-msgstr "tems contats"
-
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
-msgstr "Del gnere"
-
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
-msgstr "Longitud"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
+msgstr "Requisits"
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
-msgstr "Sense lmit"
+#: ../../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 ""
+"La teva web t accs de lectura a /sql/ampache.sql i a l'arxiu /config/"
+"ampache.cfg.php.dist "
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr "Configuraci inicial"
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
-msgstr "Tipus"
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
+msgstr ""
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
-msgstr "Estndart"
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
+msgstr "lbums del moment"
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
-msgstr "Menys escoltades"
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
+msgstr "Reproduir l'lbum"
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
-msgstr "lbums sencers"
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
+msgstr ""
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
-msgstr "Artists sencers"
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
+msgstr ""
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
msgstr ""
-#: ../../templates/show_random.inc.php:76
-msgid "From catalog"
-msgstr "Del catleg"
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
+msgstr ""
-#: ../../templates/show_random.inc.php:82
-msgid "Size Limit"
-msgstr "Mida lmit"
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
+msgstr "Volum"
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
-msgstr "Encua"
+#: ../../templates/show_localplay_status.inc.php:33
+msgid "Repeat"
+msgstr "Repetix"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
-msgstr "Comenant a cercar noves canons a"
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
+msgstr "Aleatori"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
-msgstr "catleg"
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
+msgstr "Netejar la llista"
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_run_add_catalog.inc.php:24
-msgid "Found"
-msgstr "Trobat"
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
+msgstr "Tria"
-#: ../../templates/show_adds_catalog.inc.php:25
-#: ../../templates/show_verify_catalog.inc.php:26
-#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
-#: ../../templates/show_clean_catalog.inc.php:25
-msgid "Reading"
-msgstr ""
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
+msgstr "Ttol"
-#: ../../templates/show_playlist_edit.inc.php:26
-msgid "Editing Playlist"
-msgstr "Edita la llista"
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
+msgstr "Nom de l'arxiu"
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
-msgstr "Pblic"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+msgstr "Temps afegit"
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
-msgid "Update"
-msgstr "Actualitzar"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
+msgstr "Esborra"
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
-msgstr "Login"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
+msgstr ""
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
-msgstr "Recorda'm"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Afegir entrada"
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
-msgstr "Registrar-se"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Adrea inicial"
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
-msgstr "Missatge del dia"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "Adrea final"
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
-msgstr "Acci"
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
+msgstr "Nivell"
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
-msgstr "Verificar"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
+msgstr "Clau"
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-msgid "Clean"
-msgstr "Netejar"
+#: ../../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:62
+msgid "Type"
+msgstr "Tipus"
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
-msgstr "Rpid"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
+msgstr "Nom sencer"
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
-msgstr "Recollir portades"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
+msgstr "Data del registre"
-#: ../../templates/show_admin_tools.inc.php:68
-msgid "No Catalogs Found"
-msgstr "No s'han trobat catlegs"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
+msgid "Last Ip"
+msgstr "ltim IP"
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
-msgid "Clean All"
-msgstr "Esborra tot"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
+msgstr "En lnia"
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-msgid "Verify All"
-msgstr "Verifica tot"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-msgid "Add to All"
-msgstr "Afegeix a tot"
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
+msgstr "LLista base"
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
-msgid "Update All"
-msgstr "Actualitza tot"
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr "Esborrar les estadstiques del catleg"
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
-msgstr "Altres eines"
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
+msgstr "Canons"
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr "Mostra canons repetides"
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Escoltar"
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
-msgstr "Esborra ara escoltant"
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
+msgstr "Crea una nova llista"
-#: ../../templates/show_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
-msgid "Generate New Config"
-msgstr "Generar una configuraci nova"
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
+msgstr "Can"
-#: ../../templates/show_admin_tools.inc.php:93
-msgid "Preferences Permissions"
-msgstr "Preferncies dels permissos"
+#: ../../templates/show_install_config.inc.php:49
+#: ../../templates/show_install.inc.php:56
+msgid "Step 2 - Creating the Ampache.cfg.php file"
+msgstr "Pas 2 - Creant l'arxiu Ampache.cfg.php"
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
-msgstr "Exporta a la base de dades d'itunes"
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:96
-msgid "Check for New Version"
-msgstr "Comprova si hi ha una nova versi"
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
+msgstr "Patrh del web"
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr "Can senyalada"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "Nom desitjat per la base de dades"
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
-msgstr "Arxiu"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "MySQL hostname"
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
-msgstr "tem"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "Usuari de MySQL"
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
-msgstr "Motiu del senyal"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "Contresenya de MySQL"
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr "Tags incorectes"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr "Escriure configuraci"
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
-msgstr "Comentari"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr "Ja existeix Ampache.cfg.php"
-#: ../../templates/show_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
-msgstr "Senyal"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Est configurat AMpache.cfg.php?"
-#: ../../templates/sidebar_admin.inc.php:27
-msgid "Show Catalogs"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "Comprovant per la configuraci"
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
-msgstr "Afegir usuari"
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
+msgstr "Editar l'usuari existent"
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
+msgstr "E-mail"
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr "Nivell d'accs de l'usuari"
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
-msgstr "Trobar les repetides"
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
+msgstr "Actualitza l'usuari"
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
-msgstr "Correu dels usuaris"
+#: ../../templates/show_edit_album_row.inc.php:35
+#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
+msgid "Various"
+msgstr "Varis"
-#: ../../templates/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
-msgstr "Neteja estadstiques"
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-msgid "Song Title"
-msgstr "Ttol de la can"
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr "Valor"
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
msgstr ""
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
-msgstr "Nom complert"
-
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
msgstr ""
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
-msgstr "ltima vegada vist"
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
+msgstr "Preferncies"
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
-msgstr "Activitat"
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr "Cerca"
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-#: ../../templates/show_artist_box.inc.php:26
-msgid "Albums by"
-msgstr "Albums de"
-
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Show All Songs By"
-msgstr "Mostra totes les canons de"
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+msgid "Create"
+msgstr "Crea"
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Add All Songs By"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
-msgstr "Actualitza des de els tags"
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
msgstr ""
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
-msgstr "Album"
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "Pblic"
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
-msgstr "Temps"
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
+msgid "Private"
+msgstr "Privada"
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
-msgstr "Calificaci"
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
+msgstr "Continua"
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-msgid "Current Playlist"
-msgstr "LLista actual"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
+msgstr "Cancella"
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
-msgid "No Records Found"
-msgstr "No s'han trobat registres"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:352
+msgid "Home"
+msgstr "Inici"
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
+msgstr "Mostra"
+
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+msgid "Localplay"
+msgstr "Sona localment"
+
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
msgstr "Preferncies"
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr "Valor"
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
+msgstr "Sortir"
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
-msgstr "Aplica a tot"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "Actualitzant el"
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
+msgstr "Catleg"
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr "descripci"
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
+msgstr "canons trobades comprovant la informaci dels tags"
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
+msgstr "Verificat"
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
msgstr ""
-#: ../../templates/header.inc.php:71
-msgid "Log out"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
-msgstr "Errror l'arxiu de configuraci ha caducat"
-
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:56
-msgid "User Agreement"
-msgstr "LLicncia d'usuari"
-
-#: ../../templates/show_user_registration.inc.php:65
-msgid "I Accept"
-msgstr "Accepto"
-
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
-msgstr "Informaci de l'usuari"
-
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
-msgstr "E-mail"
-
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
-msgstr "Registra l'usuari"
-
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
-msgstr "Edita l'lbum"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
+msgstr ""
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
-msgstr "Any"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "Segent"
-#: ../../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 "Assenyala per revisar els tags"
+#: ../../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 "Descripci"
-#: ../../templates/show_edit_album.inc.php:47
-msgid "Update Album"
-msgstr "Actualitza l'lbum"
+#: ../../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 "Versi"
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
-msgstr "Requisits"
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
+msgstr "No perms"
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-msgid ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.php.dist file"
-msgstr ""
-"La teva web t accs de lectura a /sql/ampache.sql i a l'arxiu /config/"
-"ampache.cfg.php.dist "
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
+msgstr "Activar"
#: ../../templates/show_install.inc.php:54
msgid ""
@@ -2120,25 +1626,10 @@ msgstr ""
"la base de dades Mysql amb els drets de creaci. Aquest pas pot dur un temps "
"depenent de la velocitat de la seva computadora"
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr "Pas 2 - Creant l'arxiu Ampache.cfg.php"
-
#: ../../templates/show_install.inc.php:61
msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
-msgstr "Nom desitjat per la base de dades"
-
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
-msgstr "MySQL hostname"
-
#: ../../templates/show_install.inc.php:73
msgid "MySQL Administrative Username"
msgstr "Nom d'usuari de l'administrador de Mysql"
@@ -2167,47 +1658,271 @@ msgstr ""
msgid "Insert Database"
msgstr "Inserar base de dades"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
-msgstr "Configuraci inicial"
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
+msgstr ""
+
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
+msgstr "Artistes similars"
+
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr "Per favor, comprova els artistes que vols ajuntar amb l'actual"
+
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr "Arrera"
+
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
+msgstr "Reanomanar els seleccionats"
+
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
+msgstr "Opcions avanades"
+
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
+msgstr "Cerca de nou"
#: ../../templates/show_add_playlist.inc.php:24
msgid "Create a new playlist"
msgstr "Crea una llista nova"
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
-msgid "Create"
-msgstr "Crea"
-
-#: ../../templates/show_edit_song.inc.php:23
-msgid "Edit Song"
-msgstr "Edita la can"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
+msgstr "Reanomena"
+#: ../../templates/show_rename_artist.inc.php:33
+#: ../../templates/show_search.inc.php:106
+#: ../../templates/show_add_live_stream.inc.php:64
#: ../../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.php:106
msgid "OR"
msgstr "OR"
-#: ../../templates/show_edit_song.inc.php:88
-msgid "Update Song"
-msgstr "Actualitza la can"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr "Insereix l'actual"
-#: ../../templates/show_edit_catalog.inc.php:22
-msgid "Settings for"
-msgstr "Configuraci per"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "id3 tags actualitzats"
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
-msgstr "Patr de arxiu"
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
+msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
-msgstr "Guarda la configuraci del catleg"
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../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 "Actualitzar"
+
+#: ../../templates/show_playlist.inc.php:29
+msgid "Normalize Tracks"
+msgstr "Normalitza les canons"
+
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
+msgstr ""
+
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
+
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr "Errror l'arxiu de configuraci ha caducat"
+
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
+msgstr "Cover"
+
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
+msgstr "Any"
+
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
+msgstr "Preferncies administratives"
+
+#: ../../templates/show_localplay_playlist.inc.php:23
+msgid "Current Playlist"
+msgstr "LLista actual"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr "segons enrrera"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr "minuts enrrera"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
+msgstr "hores enrera"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
+msgstr "dies arrera"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr "semanes arrera"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr "mesos arrera"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
+msgstr "anys arrera"
+
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
+msgstr "ltim escoltat"
+
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr "Cerca Ampache"
+
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
+msgstr "Slabes"
+
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
+msgstr "Escoltat"
+
+#: ../../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 mnim"
+
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
+msgstr "1 estella"
+
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
+msgstr "2 estrelles"
+
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr "3 estrelles"
+
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
+msgstr "4 estrelles"
+
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
+msgstr "5 estrelles"
+
+#: ../../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 "Mtode"
+
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
+msgstr "Fuzzy"
+
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr "Exacte"
+
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
+msgstr "Resultats com a mxim"
+
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr "Sense lmit"
+
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+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:60
+#: ../../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:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
+msgstr ""
#: ../../templates/show_edit_access.inc.php:22
msgid "Edit ACL"
@@ -2253,106 +1968,150 @@ msgstr "Adrea IP final"
msgid "Remote Key"
msgstr "Clau remota"
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
-msgstr "Nivell"
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
+msgstr "Veure"
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+msgid "Read"
+msgstr "LLegit"
+
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
+msgstr "LLegit/Escrit"
+
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
-msgstr "Reproduir l'lbum"
+#: ../../templates/show_user_registration.inc.php:56
+msgid "User Agreement"
+msgstr "LLicncia d'usuari"
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
-msgstr "Can"
+#: ../../templates/show_user_registration.inc.php:65
+msgid "I Accept"
+msgstr "Accepto"
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
-msgstr "ltim escoltat"
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
+msgstr "Informaci de l'usuari"
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
-msgstr "Artistes recomanats"
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
+msgstr "Registra l'usuari"
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
-msgstr "lbums recomanats"
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
+msgstr "Login"
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
-msgstr "Canons recomanades"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Recorda'm"
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
-msgstr "IP histric"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "Registrar-se"
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
-msgstr "Mostra unics"
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
+msgstr "Missatge del dia"
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
-msgid "Show All"
-msgstr "Mostra-ho tot"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
-msgstr "Data"
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:38
-#: ../../templates/show_ip_history.inc.php:52
-msgid "IP Address"
-msgstr "Adrea IP"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
+msgstr "Artistes ms populars"
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
-msgstr "Mostra"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
+msgstr "lbums ms populars"
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
-msgstr "Sortir"
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
+msgstr "Els gneres ms populars"
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
-msgstr "Importar un llista des d'un fitxer"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
+msgstr "Les canons ms populars"
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
-msgstr "Nom de l'arxiu"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
+msgstr "Els ms populars Streams"
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
-msgstr "Tipus de llista"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
+msgstr "Els tags ms populars"
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
-msgstr "Importa una llista de reproducci"
+#: ../../templates/show_edit_song.inc.php:23
+msgid "Edit Song"
+msgstr "Edita la can"
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-msgstr "Veient"
+#: ../../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 "Assenyala per revisar els tags"
+
+#: ../../templates/show_edit_song.inc.php:88
+msgid "Update Song"
+msgstr "Actualitza la can"
+
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr "Estadsitques del catleg"
+
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Usuaris connectats"
+
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Usuaris en total"
+
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr "Artistes"
+
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+msgid "Genres"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Mida del catleg"
+
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Temps del catleg"
#: ../../templates/show_mail_users.inc.php:23
msgid "Send E-mail to Users"
@@ -2366,36 +2125,14 @@ msgstr "E-mail a "
msgid "Inactive Users"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr "Estadsitques del catleg"
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr "lbums ms populars"
-
#: ../../templates/show_mail_users.inc.php:53
msgid "Latest Artist Additions"
msgstr "ltims artistes afegits"
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr "Artistes ms populars"
-
#: ../../templates/show_mail_users.inc.php:64
msgid "Latest Album Additions"
msgstr "ltims albums afegits"
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "Les canons ms populars"
-
#: ../../templates/show_mail_users.inc.php:74
msgid "Flagged Songs"
msgstr "Canons senyalades"
@@ -2421,71 +2158,72 @@ msgstr "Missatge"
msgid "Send Mail"
msgstr "Enviar e-mail"
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
+msgstr "Afegir un nou usuari"
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
+msgstr "Afegir usuari"
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
-msgstr ""
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+msgstr "Afegir accs per un host"
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
-msgstr "Els deu ltims registres assenyalats"
-
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
-msgstr "Preferncies administratives"
+#: ../../templates/show_add_access.inc.php:84
+msgid "Create ACL"
+msgstr "Crear ACL"
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
-msgstr "Editar l'usuari existent"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Aplica a tot"
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
-msgstr "Nivell d'accs de l'usuari"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
-msgstr "Actualitza l'usuari"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
+msgstr "Edita la llista"
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
-msgstr "Usuaris connectats"
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
+msgstr "Registre complert"
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
-msgstr "Usuaris en total"
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
-msgstr "Mida del catleg"
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
-msgstr "Temps del catleg"
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
+msgstr ""
#: ../../templates/show_duplicates.inc.php:22
msgid "Duplicate Songs"
msgstr "Canons repetides"
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr "Longitud"
+
#: ../../templates/show_duplicates.inc.php:41
#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
msgid "Bitrate"
msgstr "Bitratge"
@@ -2494,54 +2232,148 @@ msgstr "Bitratge"
msgid "Size"
msgstr "Mida"
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
-msgstr "Continua"
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
+msgstr "Comenant a cercar portades"
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
-msgid "Object"
-msgstr "Objecte"
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr "Cercant"
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
-msgstr "Estat"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
+msgid "None"
+msgstr "No cap"
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Albums de"
+
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Mostra totes les canons de"
+
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Add All Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
+msgstr "Actualitza des de els tags"
+
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
msgstr ""
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Reproduir aleatoriament la selecci"
+
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "tems contats"
+
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Del gnere"
+
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+#, fuzzy
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "hora"
+msgstr[1] "hora"
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
+msgstr "Estndart"
+
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
+msgstr "Menys escoltades"
+
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
+msgstr "lbums sencers"
+
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
+msgstr "Artists sencers"
+
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
msgstr ""
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
+#: ../../templates/show_random.inc.php:76
+msgid "From catalog"
+msgstr "Del catleg"
+
+#: ../../templates/show_random.inc.php:82
+msgid "Size Limit"
+msgstr "Mida lmit"
+
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
+msgstr "Encua"
+
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
+msgstr "Ara sonant"
+
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr "Veient"
+
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Reanomena"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr "Compte"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr "Insereix l'actual"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "id3 tags actualitzats"
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
+msgstr "Mduls"
+
+#: ../../templates/sidebar_preferences.inc.php:34
+msgid "Localplay Modules"
+msgstr "Mduls de reproducci local"
+
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr "Plugins disponibles"
+
+#: ../../templates/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
+msgstr "Trobar les repetides"
#: ../../templates/show_duplicate.inc.php:27
msgid "Search Type"
@@ -2559,52 +2391,31 @@ msgstr "Artista, lbum i ttol"
msgid "Search Disabled Songs"
msgstr ""
-#: ../../templates/show_playlist.inc.php:30
-msgid "Normalize Tracks"
-msgstr "Normalitza les canons"
-
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
-msgstr ""
-
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
-msgstr "Segent"
-
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-msgid "Base Playlist"
-msgstr "LLista base"
-
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
-msgstr "Crea una nova llista"
-
#: ../../templates/show_get_albumart.inc.php:23
msgid "Customize Search"
msgstr "Personalitza la cerca"
@@ -2621,28 +2432,96 @@ msgstr "Imatge local"
msgid "Get Art"
msgstr "Aconsegueix la portada"
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-msgid "Description"
-msgstr "Descripci"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr "AmpacheDebug"
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
-msgid "Version"
-msgstr "Versi"
+#: ../../templates/show_search_options.inc.php:23
+msgid "Options"
+msgstr "Opcions"
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-msgid "Activate"
-msgstr "Activar"
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:46
-msgid "Deactivate"
-msgstr "Desactivar"
+#: ../../templates/show_edit_catalog.inc.php:22
+msgid "Settings for"
+msgstr "Configuraci per"
+
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../templates/show_add_catalog.inc.php:35
+msgid "Auto-inserted Fields"
+msgstr "Auto-insereix els camps"
+
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
+msgstr "lbum-nom"
+
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
+msgstr "artiste nom"
+
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
+msgstr "comentari (id3)"
+
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr "gnere"
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr "rastregi el nombre (embuatat amb l'administraci 0) "
+
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:41
+msgid "song title"
+msgstr "Ttol de la can"
+
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
+msgstr "any"
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr "altre"
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr "Tipus de catleg"
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
+msgstr "Clau XML-RPC"
+
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr "Patr de arxiu"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr "Patr de carpeta"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr "(no comenant ni acabant en '/')"
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
+msgstr "Guarda la configuraci del catleg"
#: ../../templates/show_democratic_playlist.inc.php:38
msgid "Playing from base Playlist"
@@ -2661,19 +2540,6 @@ msgstr ""
msgid "Add Vote"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
-msgstr "Els gneres ms populars"
-
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr "Els ms populars Streams"
-
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr "Els tags ms populars"
-
#: ../../templates/show_edit_artist.inc.php:23
msgid "Edit Artist"
msgstr "Edita l'artista"
@@ -2682,6 +2548,60 @@ msgstr "Edita l'artista"
msgid "Update Artist"
msgstr ""
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
+msgstr "L'usuari ID est activat i es pot emprar"
+
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+msgstr ""
+
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
+msgstr "Edita l'lbum"
+
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
+msgstr "Actualitza l'lbum"
+
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr "Els deu ltims registres assenyalats"
+
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+msgid "Show All"
+msgstr "Mostra-ho tot"
+
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
+msgstr "Desactivar"
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr "Stream"
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr "Democrtic"
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
+msgstr ""
+
#: ../../templates/show_play_selected.inc.php:28
msgid "Play Selected"
msgstr "Repodueix els triats"
@@ -2702,210 +2622,189 @@ msgstr "Esborra les canons triades"
msgid "Add to"
msgstr "Afegeix a"
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr "Afegir un nou usuari"
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
+msgstr "IP histric"
-#: ../../templates/show_export.inc.php:32
-#: ../../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 "Catleg"
+#: ../../templates/show_ip_history.inc.php:26
+msgid "Show Unique"
+msgstr "Mostra unics"
-#: ../../templates/show_export.inc.php:51
-msgid "Format"
-msgstr ""
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
+msgstr "Data"
-#: ../../templates/show_export.inc.php:61
-msgid "Export"
+#: ../../templates/show_ip_history.inc.php:38
+#: ../../templates/show_ip_history.inc.php:52
+msgid "IP Address"
+msgstr "Adrea 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 ""
+"Al formulari de sota posa-hi o b un directori local (p.e. /dades/musica) o "
+"la URL a una instalaci remota de l'Ampache (p.e. http://laltreampache.com)"
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
-msgstr "Reproductor XSPF"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
+msgstr "Nom del catleg"
-#: ../../templates/show_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
-msgstr "Cover"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Local"
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
-msgstr ""
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
+msgstr "Remot"
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
-msgstr ""
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
+msgstr "Necessari pels catlegs remots"
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
-msgstr "Reiniciar portada"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
+msgstr "Patr d'arxiu"
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
-msgstr "Trobar la portada"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
+msgstr "Crea una lllista de reproducci des d'arxius m3u"
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
-msgstr "Baixar"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr "Afegir al catleg"
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
-msgstr "Nom sencer"
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
+msgstr ""
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
-msgstr "Data del registre"
+#: ../../templates/show_export.inc.php:51
+msgid "Format"
+msgstr ""
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
-msgid "Last Ip"
-msgstr "ltim IP"
+#: ../../templates/show_export.inc.php:61
+msgid "Export"
+msgstr ""
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
-msgstr "En lnia"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr "Recomenacions"
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
-msgstr "fora de"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr "Artistes recomanats"
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
-msgstr "Actualitzant el"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr "lbums recomanats"
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
-msgstr "canons trobades comprovant la informaci dels tags"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
+msgstr "Canons recomanades"
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
-msgstr "Verificat"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
+msgstr "Importar un llista des d'un fitxer"
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
-msgstr ""
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Tipus de llista"
-#: ../../templates/show_big_art.inc.php:29
-msgid "Album Art"
-msgstr "Portades"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Importa una llista de reproducci"
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
-msgstr "Fes click per tancar la finestra"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr "Preferits"
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
-msgstr "Previ"
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
+msgstr "Artistes preferits"
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
+msgstr "lbums preferits"
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
+msgstr "Canons preferides"
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:18
-msgid "Account"
-msgstr "Compte"
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
+msgid "Statistics"
+msgstr "Estadstiques"
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:32
-msgid "Modules"
-msgstr "Mduls"
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
+msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:34
-msgid "Localplay Modules"
-msgstr "Mduls de reproducci local"
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
+msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
-msgstr "Plugins disponibles"
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
+msgstr ""
-#: ../../templates/show_account.inc.php:40
-msgid "New Password"
-msgstr "Nova contrasenya"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
+msgstr ""
-#: ../../templates/show_account.inc.php:64
-msgid "Update Account"
-msgstr "Actualitza el compte"
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
+msgstr ""
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
-msgstr "Editant"
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
+msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
-msgstr "preferncies"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
+msgstr ""
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
-msgstr "Actualitzant les preferncies"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
+msgstr "Correu dels usuaris"
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
-msgstr "AmpacheDebug"
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Neteja estadstiques"
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
-msgstr "Comenant a cercar portades"
-
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
-msgstr "Cercant"
-
#: ../../templates/show_clean_catalog.inc.php:23
msgid "Cleaning the"
msgstr "Netetgant el"
@@ -2914,6 +2813,14 @@ msgstr "Netetgant el"
msgid "Checking"
msgstr "Comprovant"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr "Comenant a cercar noves canons a"
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr "catleg"
+
#: ../../templates/show_test.inc.php:33
msgid ""
"You've reached this page because a configuration error has occured. Debug "
@@ -2977,10 +2884,8 @@ msgstr "PHP ICONV suportat"
#: ../../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"
+"support is required for Ampache"
msgstr ""
-"Aquest test serveix per assegurar que tens el suport ICONV instalataquest "
-"suport no s necessari per l'Ampache, per s molt recomanable"
#: ../../templates/show_test.inc.php:119
msgid "PHP PCRE Support"
@@ -3009,11 +2914,6 @@ msgstr ""
"sense aquestes habilitatsalgunes funcions de l'ampache tal vegada no aniran "
"b"
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr "Ja existeix Ampache.cfg.php"
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -3024,11 +2924,6 @@ msgstr ""
"no s al lloc correcte o\n"
"\tit no s pot llegir pel teu servidor web"
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr "Est configurat AMpache.cfg.php?"
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -3047,360 +2942,445 @@ msgstr ""
"Aix intenta connectar a la teva base de dates usant els valors del teu "
"ampache.cfg.php"
-#: ../../templates/show_search.inc.php:26
-msgid "Search Ampache"
-msgstr "Cerca Ampache"
-
-#: ../../templates/show_search.inc.php:30
-msgid "Keywords"
-msgstr "Slabes"
-
-#: ../../templates/show_search.inc.php:72
-msgid "Played"
-msgstr "Escoltat"
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
-msgstr "S"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Editant"
-#: ../../templates/show_search.inc.php:77
-msgid "No"
-msgstr "No"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "preferncies"
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
-msgstr "Bitrate mnim"
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Actualitzant les preferncies"
-#: ../../templates/show_search.inc.php:95
-msgid "One Star"
-msgstr "1 estella"
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
+msgstr ""
-#: ../../templates/show_search.inc.php:96
-msgid "Two Stars"
-msgstr "2 estrelles"
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
+msgstr "Nova contrasenya"
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
-msgstr "3 estrelles"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
+msgstr "Actualitza el compte"
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
-msgstr "4 estrelles"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Previ"
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
-msgstr "5 estrelles"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr ""
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
-msgstr "Operador"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr ""
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
-msgstr "Y"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../templates/show_search.inc.php:111
-msgid "Method"
-msgstr "Mtode"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
+msgstr ""
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
-msgstr "Fuzzy"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
+msgstr ""
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
-msgstr "Exacte"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
+msgstr ""
-#: ../../templates/show_search.inc.php:118
-msgid "Maximum Results"
-msgstr "Resultats com a mxim"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
+msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
msgstr ""
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
msgstr ""
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
+msgstr "Reiniciar portada"
+
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
+msgstr "Trobar la portada"
+
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
-msgstr "Afegir entrada"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
+msgstr "No de la llista"
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
-msgstr "Adrea inicial"
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
+msgstr "# Canons"
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
-msgstr "Adrea final"
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
+msgstr "Propietari"
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
-msgstr "Clau"
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
+msgstr ""
-#: ../../templates/show_add_access.inc.php:22
-msgid "Add Access for a Host"
-msgstr "Afegir accs per un host"
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
+msgstr ""
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
msgstr ""
-#: ../../templates/show_add_access.inc.php:84
-msgid "Create ACL"
-msgstr "Crear ACL"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
-msgstr "Tria"
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
-msgstr "Temps afegit"
+#: ../../lib/class/flag.class.php:251
+msgid "Approved"
+msgstr "Aprovat"
-#: ../../templates/show_disabled_songs.inc.php:65
-msgid "Remove"
-msgstr "Esborra"
+#: ../../lib/class/flag.class.php:252
+msgid "Pending"
+msgstr "Pendent"
-#: ../../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"
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
+msgstr "Re-tag"
+
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
+msgstr "Gesti d'usuaris"
+
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
+msgstr "LListes de reproducci"
+
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
msgstr ""
-"Aquests passos adopten la configuraci dels valors bsics; primer intentar "
-"escriure'ls directament al teu servidor web. Si se li nega l'accs et far "
-"preguntes i descarregar l'arxiu de configuraci. Per favor, posa la "
-"descrrega en el directori de configuraci /config "
-#: ../../templates/show_install_config.inc.php:56
-msgid "Generate Config File"
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
msgstr ""
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
-msgstr "Patrh del web"
+#: ../../lib/class/browse.class.php:777
+msgid "Flagged Records"
+msgstr "Registres assenyalats"
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
-msgstr "Usuari de MySQL"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
+msgstr "Error connectant a"
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
-msgstr "Contresenya de MySQL"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
+msgstr "Codi"
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
-msgstr "Escriure configuraci"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
+msgstr "Ra"
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
-msgstr "Comprovant per la configuraci"
+#: ../../lib/class/catalog.class.php:177
+#, fuzzy
+msgid "day"
+msgid_plural "days"
+msgstr[0] "dia"
+msgstr[1] "dia"
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
-msgstr ""
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
+msgstr "Engegant sincronitzaci remota"
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
-msgstr ""
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
+msgstr "Error: impossible d'obrir"
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
-msgstr "L'usuari ID est activat i es pot emprar"
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
+msgstr "Error: impossible canviar de directori"
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
-msgstr ""
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
+msgstr "Error: impossible de aconseguit la mida"
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
-msgstr ""
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
+msgstr "ampache no ho pot llegir"
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
+msgstr "No es necessita cap actualitzaci "
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
+msgstr "Engegant actualitzaci remota"
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
+msgstr "Afeguit llista des de"
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
+msgstr "Actualitzaci del catleg finalitzada"
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
+msgstr "Temps total"
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
+msgstr "Canons en total"
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
+msgstr "Canons per segon"
+
+#: ../../lib/class/catalog.class.php:1210
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
msgstr ""
+"Ha estat impossible de carregar la llibreria XMLRPC, asegureu-vos que XML-"
+"RPC s actiu"
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
-msgstr "Refusa"
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
+msgstr "Catleg(s) remots completament actualitzats"
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
+msgstr "Netetja del catleg feta"
+
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
+msgstr "arxius esborrats"
+
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
-msgstr "Registre complert"
+#: ../../lib/class/catalog.class.php:1736
+msgid "Update Finished."
+msgstr "Actualitzaci acabada"
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
+#: ../../lib/class/catalog.class.php:1736
+msgid "Checked"
+msgstr "Comprovant"
+
+#: ../../lib/class/catalog.class.php:1736
+msgid "songs updated."
+msgstr "canons actualitzades"
+
+#: ../../lib/class/localplay.class.php:642
+msgid "Stopped"
+msgstr "Aturat"
+
+#: ../../lib/class/localplay.class.php:645
+msgid "Paused"
+msgstr "Pausat"
+
+#: ../../lib/preferences.php:189
+msgid "M3U"
+msgstr "M3U"
+
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
+msgstr "M3U simple"
+
+#: ../../lib/preferences.php:191
+msgid "PLS"
+msgstr "PLS"
+
+#: ../../lib/preferences.php:192
+msgid "Asx"
+msgstr "Asx"
+
+#: ../../lib/preferences.php:193
+msgid "RAM"
+msgstr "RAM"
+
+#: ../../lib/preferences.php:194
+msgid "XSPF"
+msgstr "XSPF"
+
+#: ../../lib/preferences.php:228
+msgid "Disabled"
+msgstr "Desactivat"
+
+#: ../../lib/preferences.php:230
+msgid "Manager"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
msgstr ""
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
-msgstr "Error: no s'ha entrat cap lletre"
+#: ../../lib/preferences.php:262
+msgid "Always"
+msgstr ""
-#: ../../ratings.php:32
-msgid "Rating Updated"
-msgstr "Calificaci actualitzada"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Sense sonar"
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
-msgstr "La teva calificaci per aquest objecte s'ha actualitzat"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "Es prou dolent"
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
-msgstr "Usuari desactivat per favor contacte amb l'Administrador"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "s OK"
-#: ../../login.php:83
-msgid "Unable to create new account"
-msgstr "Ha esta impossible crear el nou compte"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "s prou bo"
-#: ../../login.php:92
-msgid "No local account found"
-msgstr "No s'ha trobat cap compte local"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "M'encanta"
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
-msgstr ""
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "s dolent"
-#: ../../preferences.php:91
-msgid "Error Update Failed"
-msgstr ""
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "OfftheCharts!"
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
-msgstr ""
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
+msgstr "Xins simplificat"
-#: ../../update.php:47 ../../update.php:51
-msgid "Ampache Update"
-msgstr "Ampache actualitzat"
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr "Engegat"
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
-msgstr "Comenant a actualitzar des de els tags"
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr "Parat"
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
-msgstr "Actualitzaci des de els tags completada"
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr ""
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
-msgstr "Tornar"
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr ""
-#: ../../artists.php:188
-msgid "Show Artists starting with"
-msgstr "Mostra artistes que comencen per"
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr "Pujat"
-#: ../../playlist.php:57
-msgid "Playlist Created"
-msgstr "LLista creada"
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr "Reproduir localment"
-#: ../../playlist.php:57
-msgid " has been created"
-msgstr "s'ha creat"
+#: ../../lib/ui.lib.php:361
+msgid "Random Play"
+msgstr "Reproduir aleatriament"
-#: ../../playlist.php:78
-msgid "Playlist Updated"
-msgstr "LLista actualitzada"
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
+msgid "Admin-Catalog"
+msgstr "Admin-Catleg"
-#: ../../playlist.php:79
-msgid "has been updated and is now"
-msgstr "s'ha actualitzat i s ara"
+#: ../../lib/ui.lib.php:381
+msgid "Admin-User Management"
+msgstr "Admin-Gesti d'usuaris"
-#: ../../playlist.php:101
-msgid "Playlist Imported"
-msgstr "LLista importada"
+#: ../../lib/ui.lib.php:385
+msgid "Admin-Mail Users"
+msgstr "Admin-Correu dels usuaris"
-#: ../../playlist.php:130
-msgid "Empty Playlists Deleted"
-msgstr "LLista buida esborrada"
+#: ../../lib/ui.lib.php:389
+msgid "Admin-Manage Access Lists"
+msgstr "Admin-Gestionar la llista d'accs"
-#: ../../flag.php:45
-msgid "Item Flagged"
-msgstr "Item asenyalat"
+#: ../../lib/ui.lib.php:393
+msgid "Admin-Site Preferences"
+msgstr "Admin-Preferncies del lloc"
-#: ../../flag.php:45
-msgid "The specified item has been flagged"
-msgstr "L'tem especificat s'ha senyalat"
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr "Admin-Gesti de mduls"
+
+#: ../../lib/ui.lib.php:401
+msgid "Browse Music"
+msgstr "Mostra la msica"
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
+msgstr ""
#: ../../albums.php:32
msgid "Album Art Cleared"
@@ -3426,49 +3406,108 @@ msgstr ""
msgid "Album Art Inserted"
msgstr "Portada inserida"
-#: ../../register.php:73
-msgid "Error Captcha Required"
-msgstr "Error es necessita el Captcha"
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
+msgstr "Comenant a actualitzar des de els tags"
-#: ../../register.php:80
-msgid "Error Captcha Failed"
-msgstr "Error s'ha fallat el captcha"
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
+msgstr "Actualitzaci des de els tags completada"
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
-msgstr "Tu <U> has </U> d'acceptar la licncia d'usuari"
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
+msgstr "Tornar"
-#: ../../register.php:92
-msgid "You did not enter a username"
-msgstr "No has estrat cap nom d'usuari"
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
+msgstr ""
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr "Per favor entra el teu nom complert (Nom i Cognoms)"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
+msgstr ""
-#: ../../register.php:122
-msgid "You must enter a password"
-msgstr "Has d'entrar una contresenya"
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
+msgstr ""
-#: ../../register.php:126
-msgid "Your passwords do not match"
-msgstr "No s'ha trobat la teva contrasenya"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "arxiu"
-#: ../../register.php:158
-msgid "Error: Insert Failed"
-msgstr "Error: s'ha fallat l'insersi"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "La pujada d'arxius no est suportada"
-#: ../../radio.php:50
-msgid "Radio Station Added"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "No hi ha cap arxiu pujat"
+
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr "Hi ha un problema amb l'arxiu pujat: no s'ha pogut pujar %s"
+
+#: ../../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 ""
+"Hi ha un problema amb l'arxiu pujat: %s ms llarg del mxim perms (%d bytes)"
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
msgstr ""
+"S'ha produt un problema amb la pujada d'arxius: noms el %s s'ha carregat."
-#: ../../democratic.php:92
-msgid "Playlist Cleared"
-msgstr "Llista netejada"
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "LLista creada"
+
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr "s'ha creat"
+
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr "LLista actualitzada"
+
+#: ../../playlist.php:79
+msgid "has been updated and is now"
+msgstr "s'ha actualitzat i s ara"
+
+#: ../../playlist.php:101
+msgid "Playlist Imported"
+msgstr "LLista importada"
+
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
+msgstr "LLista buida esborrada"
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr "Usuari desactivat per favor contacte amb l'Administrador"
+
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr "Ha esta impossible crear el nou compte"
+
+#: ../../login.php:92
+msgid "No local account found"
+msgstr "No s'ha trobat cap compte local"
+
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr "Error: no s'ha entrat cap lletre"
+
+#: ../../artists.php:188
+msgid "Show Artists starting with"
+msgstr "Mostra artistes que comencen per"
#: ../../bin/print_tags.inc:66
msgid ""
@@ -3488,6 +3527,54 @@ msgstr ""
msgid "Filename:"
msgstr "Nom de l'arxiu:"
+#~ msgid " FOUND"
+#~ msgstr "TROBAT"
+
+#~ msgid "Searching for new Album Art"
+#~ msgstr "Cercant noves portades"
+
+#~ msgid "English"
+#~ msgstr "Angls"
+
+#~ msgid "British English"
+#~ msgstr "Angls britnic"
+
+#~ msgid "Turkish"
+#~ msgstr "Turc"
+
+#~ msgid "Export Failed"
+#~ msgstr "Ha fallat l'exportaci"
+
+#~ msgid "description"
+#~ msgstr "descripci"
+
+#~ 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 ""
+#~ "Aquest test serveix per assegurar que tens el suport ICONV instalataquest "
+#~ "suport no s necessari per l'Ampache, per s molt recomanable"
+
+#~ 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 ""
+#~ "Aquests passos adopten la configuraci dels valors bsics; primer "
+#~ "intentar escriure'ls directament al teu servidor web. Si se li nega "
+#~ "l'accs et far preguntes i descarregar l'arxiu de configuraci. Per "
+#~ "favor, posa la descrrega en el directori de configuraci /config "
+
+#~ msgid "Rating Updated"
+#~ msgstr "Calificaci actualitzada"
+
+#~ msgid "Your rating for this object has been updated"
+#~ msgstr "La teva calificaci per aquest objecte s'ha actualitzat"
+
+#~ msgid "Playlist Cleared"
+#~ msgstr "Llista netejada"
+
#~ msgid "album's with art"
#~ msgstr "album amb portada"
@@ -3798,9 +3885,6 @@ msgstr "Nom de l'arxiu:"
#~ msgid "Streaming"
#~ msgstr "Streaming"
-#~ msgid "Options"
-#~ msgstr "Opcions"
-
#~ msgid "System"
#~ msgstr "Sistema"
diff --git a/locale/de_DE/LC_MESSAGES/messages.mo b/locale/de_DE/LC_MESSAGES/messages.mo
index 3624ce9b..a743d873 100644
--- a/locale/de_DE/LC_MESSAGES/messages.mo
+++ b/locale/de_DE/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/de_DE/LC_MESSAGES/messages.po b/locale/de_DE/LC_MESSAGES/messages.po
index 8d8db888..0c3c82e4 100644
--- a/locale/de_DE/LC_MESSAGES/messages.po
+++ b/locale/de_DE/LC_MESSAGES/messages.po
@@ -1,3879 +1,3953 @@
# de_DE translation of Ampache
# Copyright (C) 2007 Ampache.org
# This file is distributed under the same license as the Ampache package.
-#
+#
# Nikolai Försterling <devel@fosternet.de>, 2007.
# Marco Meile <silicium@natural-geek.org>, 2008 - v3.4
-msgid ""
-msgstr ""
-"Project-Id-Version: messages\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 01:15-0700\n"
-"PO-Revision-Date: 2007-09-13 13:17+0200\n"
-"Last-Translator: Silicium <silicium@natural-geek.org>\n"
-"Language-Team: <contact@opensnom.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr "Sitzung abgelaufen: Bitte erneut einloggen"
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-msgid "Private"
-msgstr "privat"
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr "Interpreten"
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr "Verschiedene"
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr "Fehler: Fehler beim lesen"
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr "Alle"
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr "Anzeigen"
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-msgid "Read"
-msgstr "Lesen"
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr "Lesen/Schreiben"
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr "Nie"
-
-#: ../../lib/class/catalog.class.php:176
-#, fuzzy
-msgid "day"
-msgid_plural "days"
-msgstr[0] "Tag"
-msgstr[1] "Tage"
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-#, fuzzy
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] "Stunde"
-msgstr[1] "Stunden"
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr "Remote Synchronisation läuft"
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr "Fehler: Das Verzeichnis kann nicht gewechselt werden"
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr "Fehler: Probleme beim lesen der Dateigrösse für"
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr "ist von Ampache nicht lesbar"
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr "Aktualisiert"
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr "Keine Aktualisierung nötig"
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr "Starte Remote Update"
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr "Wiedergabeliste hinzugefügt von"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr "Katalog-Aktualisierung abgeschlossen"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr "Spielzeit"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr "Alle Songs"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr "Songs pro Sekunde"
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr "Fehler"
-
-#: ../../lib/class/catalog.class.php:1204
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-msgstr ""
-"Kann XMLRPC Library nicht laden, bitte stellen Sie sicher, dass XML-RPC aktiviert "
-"ist"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
-msgstr "Fehler beim verbinden zu"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
-msgstr "Grund"
-
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
-msgstr "Aktualisierung der Remote-Kataloge abgeschlossen"
-
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
-msgstr "Hinzugefügt"
-
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
-msgstr "Katalogverzeichnis nicht lesbar. Bereinigung beendet"
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
-msgstr "Bereinigen des Kataloges abgeschlossen"
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
-msgstr "Dateien gelöscht"
-
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
-msgstr "Tabellen Optimieren"
-
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
-msgstr "GEFUNDEN"
-
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
-msgstr "Suche nach neuen Album Covers"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Update Finished."
-msgstr "Aktualisierung abgeschlossen."
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Checked"
-msgstr "Geprüft"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "songs updated."
-msgstr "Songs aktualisiert."
-
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
-msgstr "Unbekannt (Verwaist)"
-
-#: ../../lib/class/flag.class.php:251
-msgid "Approved"
-msgstr "Erlaubt"
-
-#: ../../lib/class/flag.class.php:252
-msgid "Pending"
-msgstr "Warten"
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr "Löschen"
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr "TagNeuLesen"
-
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr "Neu encodieren"
-
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-msgid "Other"
-msgstr "Andere"
-
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr "Unbekannt"
-
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
-msgstr "Aktuell wird gespielt"
-
-#: ../../lib/class/localplay.class.php:642
-msgid "Stopped"
-msgstr "Angehalten"
-
-#: ../../lib/class/localplay.class.php:645
-msgid "Paused"
-msgstr "Pause"
-
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
-msgstr "Fehler: Benutzername wird Benötigt"
-
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
-msgstr "Fehler: Falsches Passwort"
-
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
-msgstr "Songs"
-
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr "Alben"
-
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-msgid "Genres"
-msgstr "Stil"
-
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
-msgstr "Benutzer verwalten"
-
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
-msgstr "Radiosender"
-
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
-msgstr "Wiedergabelisten"
-
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
-msgstr "Playlist Songs"
-
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-msgid "Catalogs"
-msgstr "Kataloge"
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr "Shoutbox Aufzeichnungen"
-
-#: ../../lib/class/browse.class.php:748
-msgid "Flagged Records"
-msgstr "Markierte Datensätze"
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr "Ähnliche Alben"
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr "Ähnliche Musikstile"
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr "Ähnliche Interpreten"
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr "Absolut zufällig"
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr "Song bei MyStrands kaufen"
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr "Minuten"
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr "Primär"
-
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
-msgstr "Nicht abspielen"
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr "Ist wirklich schlecht"
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr "Ist OK"
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr "Ist wirklich gut"
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
-msgstr "Ich liebe es!"
-
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
-msgstr "Ist wahnsinnig"
-
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
-msgstr "Aus der Hitparade!"
-
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr "Aktivieren"
-
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
-msgstr "Deaktivieren"
-
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-msgid "None"
-msgstr "Kein"
-
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
-msgstr "Stream"
-
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
-msgstr "demokratisch"
-
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-msgid "Localplay"
-msgstr "Lokal abspielen"
-
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
-msgstr ""
-
-#: ../../lib/preferences.php:189
-msgid "M3U"
-msgstr ""
-
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
-msgstr "einfache M3U"
-
-#: ../../lib/preferences.php:191
-msgid "PLS"
-msgstr ""
-
-#: ../../lib/preferences.php:192
-msgid "Asx"
-msgstr ""
-
-#: ../../lib/preferences.php:193
-msgid "RAM"
-msgstr ""
-
-#: ../../lib/preferences.php:194
-msgid "XSPF"
-msgstr ""
-
-#: ../../lib/preferences.php:228
-msgid "Disabled"
-msgstr "Deaktiviert"
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
-msgstr "Benutzer"
-
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr ""
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
-msgstr "Admin"
-
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr "Während dem hinzufügen senden"
-
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
-msgstr "Während dem hinzufügen senden und löschen"
-
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
-msgstr "Während dem hinzufügen löschen"
-
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
-msgstr "Voreinstellung"
-
-#: ../../lib/preferences.php:262
-msgid "Always"
-msgstr "Immer"
-
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
-msgstr "Englisch"
-
-#: ../../lib/general.lib.php:398
-msgid "British English"
-msgstr "Britisch Englisch"
-
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
-msgstr "Türkisch"
-
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
-msgstr "Vereinfachtes Chinesisch"
-
-#: ../../lib/general.lib.php:467
-msgid "On"
-msgstr "Ein"
-
-#: ../../lib/general.lib.php:470
-msgid "Off"
-msgstr "Aus"
-
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
-msgstr "Kein Benutzer/Passwort angegeben"
-
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
-msgstr "Passwörter nicht identisch"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr "Sekunden"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
-msgstr "Minuten"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
-msgstr "Stunden"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
-msgstr "Tagen"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr "Wochen"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr "Monaten"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
-msgstr "Jahren"
-
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
-msgstr "Startseite"
-
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
-msgstr "hochladen"
-
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
-msgstr "Lokal abspielen"
-
-#: ../../lib/ui.lib.php:350
-msgid "Random Play"
-msgstr "Zufällig Abspielen"
-
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Wiedergabeliste"
-
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
-msgstr "Suchen"
-
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
-msgstr "Einstellungen"
-
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-msgid "Admin-Catalog"
-msgstr "Admin-Katalog"
-
-#: ../../lib/ui.lib.php:370
-msgid "Admin-User Management"
-msgstr "Admin-Benutzer Verwaltung"
-
-#: ../../lib/ui.lib.php:374
-msgid "Admin-Mail Users"
-msgstr "Admin-Mail Benutzer"
-
-#: ../../lib/ui.lib.php:378
-msgid "Admin-Manage Access Lists"
-msgstr "Admin-Bearbeiten Zugriffslisten"
-
-#: ../../lib/ui.lib.php:382
-msgid "Admin-Site Preferences"
-msgstr "Admin-Seiten Einstellungen"
-
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
-msgstr "Admin-Bearbeiten Module"
-
-#: ../../lib/ui.lib.php:390
-msgid "Browse Music"
-msgstr "Songs durchsuchen"
-
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
-msgstr "Stil"
-
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
-msgid "Statistics"
-msgstr "Statistik"
-
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
-msgstr "Neu hinzufügen"
-
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr "Empfehlungen"
-
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
-msgstr "Name"
-
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr ""
-
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
-msgstr "Suche vermisste Songs"
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
-msgstr "Titel"
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr "Song"
-
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr "Interpret"
-
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
-msgid "Recently Played"
-msgstr "kürzlich gespielt"
-
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
-msgstr "Name der Instanz"
-
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
-msgstr ""
-
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
-msgstr ""
-
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
-msgstr "Passwort"
-
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "Datei"
-
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr "Hochladen von Dateien nicht unterstützt"
-
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "Keine Datei hochgeladen"
-
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr ""
-"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nicht "
-"hochgeladen."
-
-#: ../../modules/horde/Browser.php:901
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was larger than the maximum "
-"allowed size (%d bytes)."
-msgstr ""
-"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s ist größer "
-"als die maximal erlaubte Größe (%d bytes)."
-
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr ""
-"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nur "
-"teilweise hochgeladen."
-
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
-msgid "Catalog Updated"
-msgstr "Katalog aktualisiert"
-
-#: ../../admin/catalog.php:103
-msgid "Catalog Deleted"
-msgstr "Katalog gelöscht"
-
-#: ../../admin/catalog.php:103
-msgid "The Catalog and all associated records have been deleted"
-msgstr "Der Katalog und alle verknüpften Datenbankeinträge wurden gelöscht"
-
-#: ../../admin/catalog.php:112
-msgid "Songs Removed"
-msgstr "Song gelöscht"
-
-#: ../../admin/catalog.php:115
-msgid "No Songs Removed"
-msgstr "Keine Song gelöscht"
-
-#: ../../admin/catalog.php:118
-msgid "Disabled Songs Processed"
-msgstr "Sperren der Songs abgeschlossen"
-
-#: ../../admin/catalog.php:138
-msgid "Catalog Cleaned"
-msgstr "Katalog geleert"
-
-#: ../../admin/catalog.php:188
-msgid "Catalog Created"
-msgstr "Katalog erstellt"
-
-#: ../../admin/catalog.php:205
-msgid "Catalog statistics cleared"
-msgstr "Katalogstatistik gelöscht"
-
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
-msgstr "Zur Zeit gespielte Liste geleert"
-
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
-msgstr "Übersicht der aktuell abspielenden Songs gelöscht"
-
-#: ../../admin/catalog.php:232
-msgid "No Disabled songs found"
-msgstr "Keine gesperrten Songs gefunden"
-
-#: ../../admin/catalog.php:241
-msgid "Delete Catalog"
-msgstr "Katalog löschen"
-
-#: ../../admin/catalog.php:241
-msgid "Do you really want to delete this catalog?"
-msgstr "Wollen Sie diesen Katalog wirklich löschen?"
-
-#: ../../admin/catalog.php:260
-msgid "Album Art Search Finished"
-msgstr "Album Cover-Suche beendet"
-
-#: ../../admin/flag.php:89
-msgid "Song Updated"
-msgstr "Song aktualisiert"
-
-#: ../../admin/flag.php:89
-msgid "The requested song has been updated"
-msgstr "Der gewünschte Song wurde aktualisiert"
-
-#: ../../admin/flag.php:131
-msgid "Album Updated"
-msgstr "Album aktualisiert"
-
-#: ../../admin/flag.php:173
-msgid "Artist Updated"
-msgstr "Interpreten aktualisiert"
-
-#: ../../admin/flag.php:238
-msgid "Songs Updated"
-msgstr "Songs aktualisiert"
-
-#: ../../admin/flag.php:246
-msgid "Flag Removed"
-msgstr "Markierung entfernt"
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr "Markierung entfernt von"
-
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
-msgstr "Markierung aktualisiert"
-
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
-msgstr "Songs gesperrt"
-
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
-msgstr "Die gewünschten Songs wurden gesperrt"
-
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
-msgstr "Songs freigegeben"
-
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
-msgstr "Die gewünschten Songs wurden freigegeben"
-
-#: ../../admin/users.php:83
-msgid "User Updated"
-msgstr "Benutzer aktualisiert"
-
-#: ../../admin/users.php:83
-msgid "updated"
-msgstr "aktualisiert"
-
-#: ../../admin/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
-msgstr "Fehler Benutzername existiert bereits"
-
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
-#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
-#: ../../templates/show_add_user.inc.php:76
-msgid "Guest"
-msgstr "Gast"
-
-#: ../../admin/users.php:129
-msgid "New User Added"
-msgstr "Neuer Benutzer hinzugefügt"
-
-#: ../../admin/users.php:134
-msgid "User Enabled"
-msgstr "Benutzer Entsperrt"
-
-#: ../../admin/users.php:139
-msgid "User Disabled"
-msgstr "User Gesperrt"
-
-#: ../../admin/users.php:142
-msgid "Unable to Disabled last Administrator"
-msgstr "Der letzte Administrator kann nicht deaktiviert werden"
-
-#: ../../admin/users.php:164
-msgid "User Deleted"
-msgstr "Benutzer gelöscht"
-
-#: ../../admin/users.php:167
-msgid "Delete Error"
-msgstr "Fehler beim löschen"
-
-#: ../../admin/users.php:167
-msgid "Unable to delete last Admin User"
-msgstr "Der letzte Administrator kann nicht gelöscht werden"
-
-#: ../../admin/users.php:173
-msgid "Deletion Request"
-msgstr "Benutzer Löschen"
-
-#: ../../admin/users.php:174
-msgid "Are you sure you want to permanently delete"
-msgstr "Sind Sie sicher endgültig zu löschen"
-
-#: ../../admin/modules.php:38
-msgid "Install Failed, Controller Error"
-msgstr "Installation Fehlgeschlagen, Controller Error"
-
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
-msgid "Are you sure you want to remove this plugin?"
-msgstr "Wollen Sie das Modul wirklich deaktivieren?"
-
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
-msgid "Plugin Deactivated"
-msgstr "Plugin deaktiviert"
-
-#: ../../admin/modules.php:85
-msgid "Plugin Activated"
-msgstr "Plugin aktiviert"
-
-#: ../../admin/modules.php:120
-msgid "Plugins"
-msgstr ""
-
-#: ../../admin/modules.php:126
-msgid "Localplay Controllers"
-msgstr ""
-
-#: ../../admin/access.php:35
-msgid "Deleted"
-msgstr "Gelöscht"
-
-#: ../../admin/access.php:35
-msgid "Your Access List Entry has been removed"
-msgstr "Eintrag Gelöscht!"
-
-#: ../../admin/access.php:40
-msgid "Your new Access List Entry has been created"
-msgstr "der neue Eintrag wurde erstellt"
-
-#: ../../admin/access.php:45
-msgid "Access List Entry updated"
-msgstr "Eintrag aktualisiert"
-
-#: ../../admin/mail.php:57
-msgid "E-mail Sent"
-msgstr "E-mail gesendet"
-
-#: ../../admin/mail.php:58
-msgid "Your E-mail was successfully sent."
-msgstr "Ihre E-mail wurde gesendet"
-
-#: ../../admin/system.php:64
-msgid "Export Failed"
-msgstr "Export fehlgeschlagen"
-
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
-msgstr "Shoutbox Post aktualisiert"
-
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
-msgstr "Shoutbox Post gelöscht"
-
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
-msgstr "Empfehlenswerte Alben"
-
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
-msgstr "Laden..."
-
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
-msgstr "Abspielen"
-
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
-msgstr "Zur Wiedergabeliste hinzufügen "
-
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
-msgstr "Zur neuen Wiedergabeliste hinzugefügt"
-
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
-msgstr "Herunterladen"
-
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
-msgid "Clear Playlist"
-msgstr "Wiedergabeliste leeren"
-
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
-msgstr "dynamisch hinzufügen"
-
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
-msgstr "zu wenig Statistische Daten"
-
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
-msgstr "Mehr"
-
-#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
-#: ../../templates/show_install_lang.inc.php:32
-#: ../../templates/show_install_config.inc.php:32
-msgid "Ampache Installation"
-msgstr "Ampache Installation"
-
-#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
-#: ../../templates/show_install_lang.inc.php:39
-#: ../../templates/show_install_config.inc.php:38
-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 bereitet die Installation der Ampache Datenbank vor "
-"und erstellt für Sie die ampache.cfg.php Konfigurationsdatei. "
-"Bevor Sie mit der Installation fortfahren stellen Sie bitte sicher, "
-"dass folgende Voraussetzungen erfüllt sind."
-
-#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
-#: ../../templates/show_install_lang.inc.php:42
-#: ../../templates/show_install_config.inc.php:41
-msgid ""
-"A MySQL Server with a username and password that can create/modify databases"
-msgstr ""
-"Ein MySQL Server mit bekanntem Benutzername und Passwort auf dem Datenbanken "
-"erstellt/modifiziert werden können"
-
-#: ../../templates/show_install_account.inc.php:43
-msgid ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.dist.php file"
-msgstr ""
-"Ihr Webserver benötigt Leseberechtigung an den Dateien"
-"/sql/ampache.sql und /config/ampache.cfg.dist.php"
-
-#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
-#: ../../templates/show_install_lang.inc.php:46
-#: ../../templates/show_install_config.inc.php:44
-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, "
-"können Sie mit der Installation von Ampache beginnen. Sie werden nur nach den "
-"unbedingt benötigten Informationen gefragt. Wenn Sie später Änderungen an Ihrer "
-"Ampache Installation durchführen möchten, editieren Sie einfach die Datei"
-"/config/ampache.cfg.php im Ampache Verzeichnis"
-
-#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
-#: ../../templates/show_install_config.inc.php:48
-msgid "Step 1 - Creating and Inserting the Ampache Database"
-msgstr "Schritt 1 - Erstellen der Ampache Datenbank"
-
-#: ../../templates/show_install_account.inc.php:49
-msgid "Step 2 - Creating the ampache.cfg.php file"
-msgstr "Schritt 2 - Erstellen der ampache.cfg.php Konfigurationsdatei"
-
-#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
-#: ../../templates/show_install_config.inc.php:53
-msgid "Step 3 - Setup Initial Account"
-msgstr "Schritt 3 - Administrations Benutzer erstellen"
-
-#: ../../templates/show_install_account.inc.php:52
-msgid ""
-"This step creates your initial Ampache admin account. Once your admin "
-"account has been created you will be directed to the login page"
-msgstr ""
-"Dieser Schritt erstellt das Ampache Admin-Konto. Sobald Ihr Admin-Konto "
-"erstellt wurde, werden Sie zur Login-Seite weitergeleitet"
-
-#: ../../templates/show_install_account.inc.php:56
-msgid "Create Admin Account"
-msgstr "Admin Konto erstellen"
-
-#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
-#: ../../templates/show_now_playing_row.inc.php:29
-#: ../../templates/show_edit_user.inc.php:31
-#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Username"
-msgstr "Benutzername"
-
-#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
-#: ../../templates/show_edit_user.inc.php:63
-#: ../../templates/show_add_user.inc.php:63
-#: ../../templates/show_account.inc.php:47
-msgid "Confirm Password"
-msgstr "Passwort wiederholen"
-
-#: ../../templates/show_install_account.inc.php:73
-msgid "Create Account"
-msgstr "Konto erstellen"
-
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
-msgstr "Einen Katalog hinzufügen"
-
-#: ../../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."
-"Stellen Sie sicher, dass Der Webserver Benutzer Leserechte auf dem Verzeichnis hat,"
-"Bzw. auf der Entfernen Ampache Installation, XML-RPC korrekt eingerichtet ist."
-
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
-msgstr "Katalogname"
-
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
-msgstr "Automatisch eingefügte Felder"
-
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr "Albumname"
-
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr "Interpretenname"
-
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
-msgstr "id3-Kommentar"
-
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr "Stil"
-
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
-msgstr "Titelnummer (Mit einer 0 am Anfang)"
-
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
-msgstr "Titel"
-
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr "Jahr"
-
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr "andere"
-
-#: ../../templates/show_add_catalog.inc.php:48
-#: ../../templates/show_catalogs.inc.php:33
-#: ../../templates/show_catalogs.inc.php:61
-msgid "Path"
-msgstr "Pfad"
-
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
-msgstr "Katalog Typ"
-
-#: ../../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:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
-msgstr "XML-RPC Schlüssel"
-
-#: ../../templates/show_add_catalog.inc.php:62
-msgid "Required for Remote Catalogs"
-msgstr "Wird für entferne Kataloge benötigt"
-
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Filename Pattern"
-msgstr "Dateinamen-Muster"
-
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
-msgstr "Verzeichnisnamen-Muster"
-
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
-msgstr "(Ohne '/' an Anfang oder Ende"
-
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
-msgstr "Nach Covern suchen"
-
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
-msgstr "Erstelle Wiedergabelisten mittels m3u Dateien"
-
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
-msgstr "Katalog hinzufügen"
-
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
-msgstr "Steuerung für den Lokalen Player"
-
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
-msgstr "Lautlos"
-
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
-msgstr "Leiser"
-
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
-msgstr "Lauter"
-
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
-msgstr "Lautstärke"
-
-#: ../../templates/show_localplay_status.inc.php:33
-msgid "Repeat"
-msgstr "Wiederholen"
-
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
-msgstr "Zufällig"
-
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
-msgstr "Hinzufügen"
-
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
-msgstr "Name der Wiedergabeliste"
-
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
-msgstr "# Songs"
-
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
-msgstr "Besitzer"
-
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
-msgstr "Aktionen"
-
-#: ../../templates/show_album_row.inc.php:43
-#: ../../templates/show_song_row.inc.php:37
-msgid "Post Shout"
-msgstr "Shout Absenden"
-
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
-#: ../../templates/show_live_stream_row.inc.php:31
-#: ../../templates/show_playlist_row.inc.php:37
-msgid "Edit"
-msgstr "Editieren"
-
-#: ../../templates/show_similar_artists.inc.php:23
-msgid "Similar Artists"
-msgstr "Ähnliche Interpreten"
-
-#: ../../templates/show_similar_artists.inc.php:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr ""
-"Bitte den Interpreten markieren, den Sie mit dem aktuellen verbinden möchten"
-
-#: ../../templates/show_similar_artists.inc.php:66
-msgid "Back"
-msgstr "Zurück"
-
-#: ../../templates/show_similar_artists.inc.php:77
-msgid "Rename selected"
-msgstr "Ausgewählte umbenennen"
-
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
-msgstr "Abbrechen"
-
-#: ../../templates/show_similar_artists.inc.php:91
-msgid "Advanced Options"
-msgstr "Erweiterte Einstellungen"
-
-#: ../../templates/show_similar_artists.inc.php:152
-msgid "Search Again"
-msgstr "Weitersuchen"
-
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
-msgstr "Sitzung hinzufügen"
-
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
-msgstr "Sitzungen anzeigen"
-
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
-msgstr "Wiedergabeliste anzeigen"
-
-#: ../../templates/sidebar_localplay.inc.php:42
-msgid "Active Instance"
-msgstr "Aktive Sitzung"
-
-#: ../../templates/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
-msgstr "Lokales Abspielen Deaktiviert"
-
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
-msgstr "Favoriten"
-
-#: ../../templates/show_user_stats.inc.php:30
-msgid "Favorite Artists"
-msgstr "Beliebteste Interpreten"
-
-#: ../../templates/show_user_stats.inc.php:43
-msgid "Favorite Albums"
-msgstr "Beliebteste Alben"
-
-#: ../../templates/show_user_stats.inc.php:56
-msgid "Favorite Songs"
-msgstr "Beliebteste Songs"
-
-#: ../../templates/show_random.inc.php:22
-msgid "Play Random Selection"
-msgstr "Spiele Zufallsauswahl"
-
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
-msgstr "Anzahl"
-
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
-msgstr "von Stil"
-
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
-msgstr "Länge"
-
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
-msgstr "Unbegrenzt"
-
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] "Minute"
-msgstr[1] "Minuten"
-
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
-msgstr "Typ"
-
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
-msgstr ""
-
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
-msgstr "selten gespielt"
-
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
-msgstr "Alle Alben"
-
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
-msgstr "Alle Interpreten"
-
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
-msgstr "Beste Bewertungen"
-
-#: ../../templates/show_random.inc.php:76
-msgid "From catalog"
-msgstr "Von Katalog"
-
-#: ../../templates/show_random.inc.php:82
-msgid "Size Limit"
-msgstr "Größenbegrenzung"
-
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
-msgstr "Abspielen (Queue)"
-
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
-msgstr "Starte neue Song-Suche in"
-
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
-msgstr "Katalog"
-
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_run_add_catalog.inc.php:24
-msgid "Found"
-msgstr "gefunden"
-
-#: ../../templates/show_adds_catalog.inc.php:25
-#: ../../templates/show_verify_catalog.inc.php:26
-#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
-#: ../../templates/show_clean_catalog.inc.php:25
-msgid "Reading"
-msgstr "Lese"
-
-#: ../../templates/show_playlist_edit.inc.php:26
-msgid "Editing Playlist"
-msgstr "Wiedergabeliste editieren"
-
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
-msgstr "öffentliche"
-
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
-msgid "Update"
-msgstr "Aktualisieren"
-
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
-msgstr "Login"
-
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
-msgstr "Speichere Login"
-
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
-msgstr "Registrieren"
-
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
-msgstr "Nachricht des Tages"
-
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
-msgstr "Aktion"
-
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
-msgstr "Prüfen"
-
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-msgid "Clean"
-msgstr "Bereinigen"
-
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
-msgstr "Schnell"
-
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
-msgstr "Cover holen"
-
-#: ../../templates/show_admin_tools.inc.php:68
-msgid "No Catalogs Found"
-msgstr "Keine Kataloge gefunden"
-
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
-msgid "Clean All"
-msgstr "Alle bereinigen"
-
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-msgid "Verify All"
-msgstr "Alle prüfen"
-
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-msgid "Add to All"
-msgstr "Zu allen hinzufügen"
-
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
-msgid "Update All"
-msgstr "Alle aktualisieren"
-
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr "Katalogstatistiken löschen"
-
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
-msgstr "Andere Werkzeuge"
-
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr "Doppelte Songs anzeigen"
-
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-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 nach Itunes DB"
-
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
-msgstr "Inaktive Benutzer anzeigen"
-
-#: ../../templates/show_admin_tools.inc.php:96
-msgid "Check for New Version"
-msgstr "Nach neuer Version suchen"
-
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr "Song markieren"
-
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
-msgstr "Datei"
-
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
-msgstr "Song"
-
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
-msgstr "Grund der Markierung"
-
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr "Fehlerhafte Tags"
-
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
-msgstr "Kommentar"
-
-#: ../../templates/show_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
-msgstr "Markierung"
-
+msgid ""
+msgstr ""
+"Project-Id-Version: messages\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\n"
+"PO-Revision-Date: 2007-09-13 13:17+0200\n"
+"Last-Translator: Silicium <silicium@natural-geek.org>\n"
+"Language-Team: <contact@opensnom.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#: ../../register.php:73
+msgid "Error Captcha Required"
+msgstr "Fehler Captcha benötigt"
+
+#: ../../register.php:80
+msgid "Error Captcha Failed"
+msgstr "Fehler Captcha fehlgeschlagen"
+
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
+msgstr "Sie <u>müssen</u> diese Vereinbarung akzeptieren"
+
+#: ../../register.php:92
+msgid "You did not enter a username"
+msgstr "Sie haben keinen Benutzernamen eingegeben"
+
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr "Bitte geben Sie Ihren kompletten Namen ein (Vorname Nachname)"
+
+#: ../../register.php:122
+msgid "You must enter a password"
+msgstr "Sie müssen ein Passwort eingeben"
+
+#: ../../register.php:126
+msgid "Your passwords do not match"
+msgstr "Passwort falsch"
+
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
+msgstr "Fehler Benutzername existiert bereits"
+
+#: ../../register.php:158
+msgid "Error: Insert Failed"
+msgstr "Fehler: einfügen fehlgeschlagen"
+
+#: ../../update.php:47 ../../update.php:51
+msgid "Ampache Update"
+msgstr "Ampache Update"
+
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
+msgstr "Sitzung abgelaufen: Bitte erneut einloggen"
+
+#: ../../radio.php:50
+msgid "Radio Station Added"
+msgstr "Radiosender Hinzugefügt"
+
+#: ../../admin/flag.php:89
+msgid "Song Updated"
+msgstr "Song aktualisiert"
+
+#: ../../admin/flag.php:89
+msgid "The requested song has been updated"
+msgstr "Der gewünschte Song wurde aktualisiert"
+
+#: ../../admin/flag.php:131
+msgid "Album Updated"
+msgstr "Album aktualisiert"
+
+#: ../../admin/flag.php:173
+msgid "Artist Updated"
+msgstr "Interpreten aktualisiert"
+
+#: ../../admin/flag.php:238
+msgid "Songs Updated"
+msgstr "Songs aktualisiert"
+
+#: ../../admin/flag.php:246
+msgid "Flag Removed"
+msgstr "Markierung entfernt"
+
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
+msgstr "Markierung entfernt von"
+
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
+msgstr "Markierung aktualisiert"
+
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
+msgstr "Songs gesperrt"
+
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
+msgstr "Die gewünschten Songs wurden gesperrt"
+
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
+msgstr "Songs freigegeben"
+
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
+msgstr "Die gewünschten Songs wurden freigegeben"
+
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
+msgid "Catalog Updated"
+msgstr "Katalog aktualisiert"
+
+#: ../../admin/catalog.php:110
+msgid "Catalog Deleted"
+msgstr "Katalog gelöscht"
+
+#: ../../admin/catalog.php:110
+msgid "The Catalog and all associated records have been deleted"
+msgstr "Der Katalog und alle verknüpften Datenbankeinträge wurden gelöscht"
+
+#: ../../admin/catalog.php:119
+msgid "Songs Removed"
+msgstr "Song gelöscht"
+
+#: ../../admin/catalog.php:122
+msgid "No Songs Removed"
+msgstr "Keine Song gelöscht"
+
+#: ../../admin/catalog.php:125
+msgid "Disabled Songs Processed"
+msgstr "Sperren der Songs abgeschlossen"
+
+#: ../../admin/catalog.php:146
+msgid "Catalog Cleaned"
+msgstr "Katalog geleert"
+
+#: ../../admin/catalog.php:197
+msgid "Catalog Created"
+msgstr "Katalog erstellt"
+
+#: ../../admin/catalog.php:214
+msgid "Catalog statistics cleared"
+msgstr "Katalogstatistik gelöscht"
+
+#: ../../admin/catalog.php:231
+msgid "Now Playing Cleared"
+msgstr "Zur Zeit gespielte Liste geleert"
+
+#: ../../admin/catalog.php:231
+msgid "All now playing data has been cleared"
+msgstr "Übersicht der aktuell abspielenden Songs gelöscht"
+
+#: ../../admin/catalog.php:241
+msgid "No Disabled songs found"
+msgstr "Keine gesperrten Songs gefunden"
+
+#: ../../admin/catalog.php:250
+msgid "Delete Catalog"
+msgstr "Katalog löschen"
+
+#: ../../admin/catalog.php:250
+msgid "Do you really want to delete this catalog?"
+msgstr "Wollen Sie diesen Katalog wirklich löschen?"
+
+#: ../../admin/catalog.php:270
+msgid "Album Art Search Finished"
+msgstr "Album Cover-Suche beendet"
+
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
+msgstr "Fehler: Benutzername wird Benötigt"
+
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
+msgstr "Fehler: Falsches Passwort"
+
+#: ../../admin/users.php:83
+msgid "User Updated"
+msgstr "Benutzer aktualisiert"
+
+#: ../../admin/users.php:83
+msgid "updated"
+msgstr "aktualisiert"
+
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
+#: ../../templates/show_preference_admin.inc.php:41
+#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
+msgid "Guest"
+msgstr "Gast"
+
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
+msgstr "Benutzer"
+
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
+msgstr "Admin"
+
+#: ../../admin/users.php:129
+msgid "New User Added"
+msgstr "Neuer Benutzer hinzugefügt"
+
+#: ../../admin/users.php:134
+msgid "User Enabled"
+msgstr "Benutzer Entsperrt"
+
+#: ../../admin/users.php:139
+msgid "User Disabled"
+msgstr "User Gesperrt"
+
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
+msgstr "Fehler"
+
+#: ../../admin/users.php:142
+msgid "Unable to Disabled last Administrator"
+msgstr "Der letzte Administrator kann nicht deaktiviert werden"
+
+#: ../../admin/users.php:164
+msgid "User Deleted"
+msgstr "Benutzer gelöscht"
+
+#: ../../admin/users.php:167
+msgid "Delete Error"
+msgstr "Fehler beim löschen"
+
+#: ../../admin/users.php:167
+msgid "Unable to delete last Admin User"
+msgstr "Der letzte Administrator kann nicht gelöscht werden"
+
+#: ../../admin/users.php:173
+msgid "Deletion Request"
+msgstr "Benutzer Löschen"
+
+#: ../../admin/users.php:174
+msgid "Are you sure you want to permanently delete"
+msgstr "Sind Sie sicher endgültig zu löschen"
+
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
+msgstr "Installation Fehlgeschlagen, Controller Error"
+
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
+msgid "Are you sure you want to remove this plugin?"
+msgstr "Wollen Sie das Modul wirklich deaktivieren?"
+
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
+msgid "Plugin Deactivated"
+msgstr "Plugin deaktiviert"
+
+#: ../../admin/modules.php:87
+msgid "Plugin Activated"
+msgstr "Plugin aktiviert"
+
+#: ../../admin/modules.php:122
+msgid "Plugins"
+msgstr ""
+
+#: ../../admin/modules.php:128
+msgid "Localplay Controllers"
+msgstr ""
+
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
+msgstr "Shoutbox Post aktualisiert"
+
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
+msgstr "Shoutbox Post gelöscht"
+
+#: ../../admin/access.php:35
+msgid "Deleted"
+msgstr "Gelöscht"
+
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
+msgstr "Eintrag Gelöscht!"
+
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
+msgstr "Hinzugefügt"
+
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
+msgstr "der neue Eintrag wurde erstellt"
+
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
+msgstr "Aktualisiert"
+
+#: ../../admin/access.php:45
+msgid "Access List Entry updated"
+msgstr "Eintrag aktualisiert"
+
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
+msgstr ""
+
+#: ../../admin/mail.php:57
+msgid "E-mail Sent"
+msgstr "E-mail gesendet"
+
+#: ../../admin/mail.php:58
+msgid "Your E-mail was successfully sent."
+msgstr "Ihre E-mail wurde gesendet"
+
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
+msgstr ""
+
+#: ../../preferences.php:91
+msgid "Error Update Failed"
+msgstr "Error Update Fehlgeschlagen"
+
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
+msgstr "Ihr Konto wurde aktualisiert"
+
+#: ../../flag.php:45
+msgid "Item Flagged"
+msgstr "Eintrag markiert"
+
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
+msgstr "Der gewählte Eintrag wurde markiert"
+
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+msgid "Catalogs"
+msgstr "Kataloge"
+
+#: ../../templates/show_admin_tools.inc.php:33
+#: ../../templates/show_admin_tools.inc.php:73
+#: ../../templates/show_catalogs.inc.php:32
+#: ../../templates/show_catalogs.inc.php:60
+#: ../../templates/show_access_list.inc.php:43
+#: ../../templates/show_create_democratic.inc.php:26
+#: ../../templates/show_localplay_controllers.inc.php:32
+#: ../../templates/show_localplay_controllers.inc.php:63
+#: ../../templates/show_add_playlist.inc.php:28
+#: ../../templates/show_localplay_playlist.inc.php:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../templates/show_edit_live_stream_row.inc.php:26
+#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52
+msgid "Name"
+msgstr "Name"
+
+#: ../../templates/show_admin_tools.inc.php:34
+#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
+msgstr "Aktion"
+
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
+msgstr "Hinzufügen"
+
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr "Prüfen"
+
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
+msgstr "Bereinigen"
+
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
+msgstr "Alle"
+
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
+msgstr "Löschen"
+
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
+msgstr "Schnell"
+
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
+msgstr "Cover holen"
+
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
+msgstr "Keine Kataloge gefunden"
+
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
+msgstr "Alle bereinigen"
+
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
+msgstr "Alle prüfen"
+
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
+msgstr "Zu allen hinzufügen"
+
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
+msgstr "Alle aktualisieren"
+
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
+msgstr "Einen Katalog hinzufügen"
+
+#: ../../templates/show_admin_tools.inc.php:83
+msgid "Clear Catalog Stats"
+msgstr "Katalogstatistiken löschen"
+
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr "Nach Covern suchen"
+
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:43
+msgid "Other Tools"
+msgstr "Andere Werkzeuge"
+
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "Doppelte Songs anzeigen"
+
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:48
+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 nach Itunes DB"
+
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
+msgstr "Inaktive Benutzer anzeigen"
+
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr "Nach neuer Version suchen"
+
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+msgid "Object"
+msgstr "Auswahl"
+
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Markierung"
+
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
+msgstr "Kommentar"
+
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
+msgstr "Status"
+
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+msgid "No Records Found"
+msgstr "Keine Datensätze gefunden"
+
+#: ../../templates/show_install_account.inc.php:32
+#: ../../templates/show_install_lang.inc.php:32
+#: ../../templates/show_install_config.inc.php:32
+#: ../../templates/show_install.inc.php:32
+msgid "Ampache Installation"
+msgstr "Ampache Installation"
+
+#: ../../templates/show_install_account.inc.php:39
+#: ../../templates/show_install_lang.inc.php:39
+#: ../../templates/show_install_config.inc.php:38
+#: ../../templates/show_install.inc.php:40
+msgid ""
+"This Page handles the installation of the Ampache database and the creation "
+"of the ampache.cfg.php file. Before you continue please make sure that you "
+"have the following pre-requisites"
+msgstr ""
+"Diese Seite bereitet die Installation der Ampache Datenbank vor und erstellt "
+"für Sie die ampache.cfg.php Konfigurationsdatei. Bevor Sie mit der "
+"Installation fortfahren stellen Sie bitte sicher, dass folgende "
+"Voraussetzungen erfüllt sind."
+
+#: ../../templates/show_install_account.inc.php:42
+#: ../../templates/show_install_lang.inc.php:42
+#: ../../templates/show_install_config.inc.php:41
+#: ../../templates/show_install.inc.php:43
+msgid ""
+"A MySQL Server with a username and password that can create/modify databases"
+msgstr ""
+"Ein MySQL Server mit bekanntem Benutzername und Passwort auf dem Datenbanken "
+"erstellt/modifiziert werden können"
+
+#: ../../templates/show_install_account.inc.php:43
+msgid ""
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.dist.php file"
+msgstr ""
+"Ihr Webserver benötigt Leseberechtigung an den Dateien/sql/ampache.sql und /"
+"config/ampache.cfg.dist.php"
+
+#: ../../templates/show_install_account.inc.php:45
+#: ../../templates/show_install_lang.inc.php:46
+#: ../../templates/show_install_config.inc.php:44
+#: ../../templates/show_install.inc.php:47
+msgid ""
+"Once you have ensured that you have the above requirements please fill out "
+"the information below. You will only be asked for the required config "
+"values. If you would like to make changes to your ampache install at a later "
+"date simply edit /config/ampache.cfg.php"
+msgstr ""
+"Wenn Sie sicher sind, dass die obenstehenden Voraussetzungen erfüllt werden, "
+"können Sie mit der Installation von Ampache beginnen. Sie werden nur nach "
+"den unbedingt benötigten Informationen gefragt. Wenn Sie später Änderungen "
+"an Ihrer Ampache Installation durchführen möchten, editieren Sie einfach die "
+"Datei/config/ampache.cfg.php im Ampache Verzeichnis"
+
+#: ../../templates/show_install_account.inc.php:48
+#: ../../templates/show_install_config.inc.php:48
+#: ../../templates/show_install.inc.php:52
+msgid "Step 1 - Creating and Inserting the Ampache Database"
+msgstr "Schritt 1 - Erstellen der Ampache Datenbank"
+
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
+msgstr "Schritt 2 - Erstellen der ampache.cfg.php Konfigurationsdatei"
+
+#: ../../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 - Administrations Benutzer erstellen"
+
+#: ../../templates/show_install_account.inc.php:52
+msgid ""
+"This step creates your initial Ampache admin account. Once your admin "
+"account has been created you will be directed to the login page"
+msgstr ""
+"Dieser Schritt erstellt das Ampache Admin-Konto. Sobald Ihr Admin-Konto "
+"erstellt wurde, werden Sie zur Login-Seite weitergeleitet"
+
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
+msgstr "Admin Konto erstellen"
+
+#: ../../templates/show_install_account.inc.php:60
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+#: ../../templates/show_now_playing_row.inc.php:29
+#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
+#: ../../templates/show_add_user.inc.php:31
+msgid "Username"
+msgstr "Benutzername"
+
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
+msgstr "Passwort"
+
+#: ../../templates/show_install_account.inc.php:68
+#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
+#: ../../templates/show_add_user.inc.php:63
+#: ../../templates/show_account.inc.php:47
+msgid "Confirm Password"
+msgstr "Passwort wiederholen"
+
+#: ../../templates/show_install_account.inc.php:73
+msgid "Create Account"
+msgstr "Konto erstellen"
+
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Pfad"
+
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
+msgstr "Letzte Verifizierung"
+
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr "Zuletzt Hinzugefügt"
+
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
+msgstr "Aktionen"
+
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr "Suche nach allen Covern"
+
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
+msgstr ""
+
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
+msgstr "Verwerfen"
+
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
+msgstr "Aktivieren"
+
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
+msgstr ""
+
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
+msgstr "Anzeige nach"
+
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+msgid "Song Title"
+msgstr "Titel"
+
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
+msgstr "Alben"
+
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
+msgstr "Interpret"
+
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
+msgstr "Stil"
+
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
+msgstr "Wiedergabeliste"
+
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
+msgstr "Radiosender"
+
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
+msgstr "Filter"
+
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
+msgstr "Beginnt mit"
+
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
+msgstr "Mindesanzahl"
+
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
+msgstr "Bewertet"
+
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
+msgstr "nicht gespielte"
+
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
+msgstr "zeige Cover"
+
+#: ../../templates/sidebar_browse.inc.php:69
+msgid "All Playlists"
+msgstr "Alle Wiedergabelisten"
+
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
+msgstr "Nie"
+
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
+msgstr "Unbekannt"
+
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
+msgstr "Kompletter Name"
+
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+msgstr ""
+
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
+msgstr "Zuletzt anwesend"
+
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
+msgstr "Aktivität"
+
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr "Benutzer ist Angemeldet"
+
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr "Benutzer ist Abgemeldet"
+
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
+msgstr "Aktive Wiedergabeliste"
+
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
+msgid "Recently Played"
+msgstr "kürzlich gespielt"
+
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
+msgstr "Album"
+
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
+msgstr "Song"
+
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
+msgstr "Dauer"
+
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
+msgstr "Bewertung"
+
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
+msgstr "zu wenig Statistische Daten"
+
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr "Album Cover"
+
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr "Klick um Fenster zu schließen"
+
+#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
+msgid "Post Shout"
+msgstr "Shout Absenden"
+
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
+msgstr "Download"
+
+#: ../../templates/show_song_row.inc.php:46
+#: ../../templates/show_playlist_song_row.inc.php:37
+#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
+#: ../../templates/show_playlist_row.inc.php:37
+msgid "Edit"
+msgstr "Editieren"
+
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr "Song markieren"
+
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
+msgstr "Datei"
+
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
+msgstr "Song"
+
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr "Grund der Markierung"
+
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
+msgstr "Fehlerhafte Tags"
+
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
+msgstr "Neu encodieren"
+
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
+msgid "Other"
+msgstr "Andere"
+
+#: ../../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
+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 "Lese"
+
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
+msgstr "Änderungen Speichern"
+
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
+msgstr "Anforderungen"
+
+#: ../../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 ""
+"Ihr Websever hat Leserechte an der Datei /sql/ampache.sql und /config/"
+"ampache.cfg.php.dist"
+
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr "Starte Konfiguration"
+
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
+msgstr "Aktualisieren"
+
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
+msgstr "Empfehlenswerte Alben"
+
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
+msgstr "Album abspielen"
+
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
+msgstr "Steuerung für den Lokalen Player"
+
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
+msgstr "Lautlos"
+
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
+msgstr "Leiser"
+
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
+msgstr "Lauter"
+
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
+msgstr "Lautstärke"
+
+#: ../../templates/show_localplay_status.inc.php:33
+msgid "Repeat"
+msgstr "Wiederholen"
+
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
+msgstr "Zufällig"
+
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
+msgstr "Wiedergabeliste leeren"
+
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
+msgstr "Auswahl"
+
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
+msgstr "Titel"
+
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
+msgstr "Dateinamen"
+
+#: ../../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 "Ampache Zugriffsverwaltung"
+
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Eintrag hinzufügen"
+
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Start Adresse"
+
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "End Adresse"
+
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
+msgstr "Level"
+
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
+msgstr "Schlüssel"
+
+#: ../../templates/show_access_list.inc.php:49
+#: ../../templates/show_add_playlist.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:36
+#: ../../templates/show_random.inc.php:62
+msgid "Type"
+msgstr "Typ"
+
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
+msgstr "Kompletter Name"
+
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
+msgstr "Registrierungsdatum "
+
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
+msgid "Last Ip"
+msgstr "Letzte IP-Adr."
+
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
+msgstr "Verbunden"
+
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr "Verwalte Demokratische Wiedergabelisten"
+
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
+msgstr "Basis-Wiedergabeliste"
+
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
+msgstr ""
+
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
+msgstr "Voreinstellung"
+
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
+msgstr "Songs"
+
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Abspielen"
+
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
+msgstr "Neue Wiedergabeliste erstellen"
+
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
+msgstr "Song"
+
+#: ../../templates/show_install_config.inc.php:49
+#: ../../templates/show_install.inc.php:56
+msgid "Step 2 - Creating the Ampache.cfg.php file"
+msgstr "Schritt 2 - Erstellen der Ampache.cfg.php Datei"
+
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
+msgstr ""
+
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
+msgstr "Konfigurationsdatei Erstellen"
+
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
+msgstr "Web Pfad"
+
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "Gewünschter Datenbank Name"
+
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr ""
+
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "MySQL Benutzername"
+
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "MySQL Passwort"
+
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr "Schreibe Konfiguration"
+
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr "Ampache.cfg vorhanden"
+
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Ampache.cfg.php konfiguriert?"
+
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "Prüfe die Konfiguration"
+
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
+msgstr "Weiter zu Schritt 3"
+
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
+msgstr "Existierenden Benutzer editieren"
+
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
+msgstr ""
+
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr "Benutzer Zugriffs-Level"
+
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
+msgstr "Inhaltsmanager"
+
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
+msgstr "Katalogmanager"
+
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
+msgstr "Benutzer aktualisieren"
+
+#: ../../templates/show_edit_album_row.inc.php:35
+#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
+msgid "Various"
+msgstr "Verschiedene"
+
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr "Wert"
+
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
+msgstr ""
+
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
+msgstr "Einstellung"
+
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr "Suchen"
+
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
+msgstr "Erweiterte Suche"
+
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
+msgstr "Poste in Shoutbox"
+
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
+msgstr ""
+
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+msgid "Create"
+msgstr "Erstellen"
+
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
+msgstr "Erstelle Demokratische Wiedergabeliste"
+
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
+msgstr ""
+
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
+msgstr "Minuten"
+
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
+msgstr "Als Standard"
+
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "öffentliche"
+
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
+msgid "Private"
+msgstr "privat"
+
+#: ../../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:352
+msgid "Home"
+msgstr "Startseite"
+
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
+msgstr "Anzeigen..."
+
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+msgid "Localplay"
+msgstr "Lokal abspielen"
+
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
+msgstr "Einstellungen"
+
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
+msgstr "Abmelden"
+
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "Aktualisiere den"
+
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../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 "Songs gefunden prüfe TAG Informationen"
+
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
+msgstr "Geprüft"
+
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
+msgstr ""
+
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
+msgstr "Zurück"
+
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
+msgstr "Stopp"
+
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
+msgstr ""
+
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "Nächste"
+
+#: ../../templates/show_localplay_controllers.inc.php:33
+#: ../../templates/show_localplay_controllers.inc.php:64
+#: ../../templates/show_plugins.inc.php:33
+#: ../../templates/show_plugins.inc.php:62
+msgid "Description"
+msgstr "Beschreibung"
+
+#: ../../templates/show_localplay_controllers.inc.php:34
+#: ../../templates/show_localplay_controllers.inc.php:65
+#: ../../templates/show_plugins.inc.php:34
+#: ../../templates/show_plugins.inc.php:63
+msgid "Version"
+msgstr "Version"
+
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
+msgstr "Deaktivieren"
+
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
+msgstr "Aktiviere"
+
+#: ../../templates/show_install.inc.php:54
+msgid ""
+"This step creates and inserts the Ampache database, as such please provide a "
+"mysql account with database creation rights. This step may take a while "
+"depending upon the speed of your computer"
+msgstr ""
+"Dieser Schritt erstellt die Ampache Datenbank und die Tabellen. Sie "
+"benötigen ein MySQL Konto mit dem Recht eine Datenbank zu erstellen.Dieser "
+"Schritt kann einige Zeit dauern, abhängig von der Geschwindigkeit Ihres "
+"Computers"
+
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
+msgstr "Ampache Datenbank Einspielen"
+
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
+msgstr "Administrativer MySQL Benutzer"
+
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
+msgstr "MySQL Administrationspasswort"
+
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
+msgstr "Erstelle Datenbank Benutzer für die neue Datenbank"
+
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
+msgstr "Ampache Datenbank Benutzername"
+
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
+msgstr "Ampache Datenbank Passwort"
+
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
+msgstr "überschreibe existiere"
+
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
+msgstr "Datenbank einfügen"
+
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
+msgstr "Bearbeite Lokal-Abspielen Instanz"
+
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
+msgstr "Aktualisiere Instanz"
+
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
+msgstr "Ähnliche Interpreten"
+
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr ""
+"Bitte den Interpreten markieren, den Sie mit dem aktuellen verbinden möchten"
+
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr "Zurück"
+
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
+msgstr "Ausgewählte umbenennen"
+
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
+msgstr "Erweiterte Einstellungen"
+
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
+msgstr "Weitersuchen"
+
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
+msgstr "Neue Wiedergabeliste erstellen"
+
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
+msgstr "Umbenennen"
+
+#: ../../templates/show_rename_artist.inc.php:33
+#: ../../templates/show_search.inc.php:106
+#: ../../templates/show_add_live_stream.inc.php:64
+#: ../../templates/show_edit_song.inc.php:40
+#: ../../templates/show_edit_song.inc.php:48
+#: ../../templates/show_edit_song.inc.php:56
+msgid "OR"
+msgstr "ODER"
+
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr "Füge aktuellen ein"
+
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "Aktualisieren des id3 TAG"
+
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
+msgstr "Vorhandenen Shoutbox Post Bearbeiten"
+
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:55
+#: ../../templates/show_edit_access.inc.php:83
+#: ../../templates/show_playlist_edit.inc.php:47
+#: ../../templates/show_play_selected.inc.php:64
+msgid "Update"
+msgstr "Aktualisieren"
+
+#: ../../templates/show_playlist.inc.php:29
+msgid "Normalize Tracks"
+msgstr "Songs durchnummerieren"
+
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
+msgstr "Herunterladen"
+
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
+msgstr "Alle Hinzufügen"
+
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
+msgstr "Zufällige Hinzufügen"
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr "Instanz zum Lokal-Abspielen hinzufügen"
+
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
+msgstr "Sitzung hinzufügen"
+
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr "Abmelden"
+
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr "Fehler Konfigurationsdatei abgelaufen"
+
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
+msgstr "Cover"
+
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
+msgstr "Jahr"
+
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
+msgstr "Administrations-Einstellungen"
+
+#: ../../templates/show_localplay_playlist.inc.php:23
+msgid "Current Playlist"
+msgstr "Aktuelle Wiedergabeliste"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr "Sekunden"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr "Minuten"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
+msgstr "Stunden"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
+msgstr "Tagen"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr "Wochen"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr "Monaten"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
+msgstr "Jahren"
+
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
+msgstr "zuletzt gespielt vor"
+
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr "In Ampache suchen"
+
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
+msgstr "Schlüsselwörter"
+
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
+msgstr "Abgespielt"
+
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr "Ja"
+
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr "Nein"
+
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
+msgstr "Min Bitrate"
+
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
+msgstr "Ein Stern"
+
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
+msgstr "Zwei Sterne"
+
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr "Drei Sterne"
+
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
+msgstr "Vier Sterne"
+
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
+msgstr "Fünf Sterne"
+
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr "UND"
+
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
+msgstr "Methode"
+
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
+msgstr "Unscharf"
+
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr "Exakt"
+
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
+msgstr "Maximale Ergebnisse"
+
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr "Unbegrenzt"
+
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+msgid "Add Radio Station"
+msgstr "Radiosender hinzufügen"
+
+#: ../../templates/show_add_live_stream.inc.php:35
+#: ../../templates/show_edit_live_stream_row.inc.php:28
+msgid "Homepage"
+msgstr ""
+
+#: ../../templates/show_add_live_stream.inc.php:42
+#: ../../templates/show_edit_live_stream_row.inc.php:27
+msgid "Stream URL"
+msgstr ""
+
+#: ../../templates/show_add_live_stream.inc.php:49
+#: ../../templates/show_live_streams.inc.php:38
+#: ../../templates/show_live_streams.inc.php:60
+#: ../../templates/show_edit_live_stream_row.inc.php:30
+msgid "Frequency"
+msgstr "Frequenz"
+
+#: ../../templates/show_add_live_stream.inc.php:55
+#: ../../templates/show_live_streams.inc.php:37
+#: ../../templates/show_live_streams.inc.php:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
+msgstr "Kennung"
+
+#: ../../templates/show_edit_access.inc.php:22
+msgid "Edit ACL"
+msgstr "ACL Bearbeiten"
+
+#: ../../templates/show_edit_access.inc.php:30
+#: ../../templates/show_add_access.inc.php:63
+msgid "ACL Type"
+msgstr "ACL Typ"
+
+#: ../../templates/show_edit_access.inc.php:34
+#: ../../templates/show_add_access.inc.php:66
+msgid "Stream Access"
+msgstr "Stream Zugriff"
+
+#: ../../templates/show_edit_access.inc.php:35
+#: ../../templates/show_add_access.inc.php:67
+msgid "Web Interface"
+msgstr "Grundeinstellungen"
+
+#: ../../templates/show_edit_access.inc.php:36
+#: ../../templates/show_add_access.inc.php:68
+msgid "Local Network Definition"
+msgstr "Lokale Netzwerk Definition"
+
+#: ../../templates/show_edit_access.inc.php:37
+#: ../../templates/show_add_access.inc.php:69
+msgid "RPC"
+msgstr ""
+
+#: ../../templates/show_edit_access.inc.php:43
+#: ../../templates/show_add_access.inc.php:32
+msgid "Start IP Address"
+msgstr "Von IP Adresse"
+
+#: ../../templates/show_edit_access.inc.php:50
+#: ../../templates/show_add_access.inc.php:39
+msgid "End IP Address"
+msgstr "Bis IP Adresse"
+
+#: ../../templates/show_edit_access.inc.php:63
+#: ../../templates/show_add_access.inc.php:77
+msgid "Remote Key"
+msgstr "Entfernter Schlüssel"
+
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
+msgstr "Anzeigen"
+
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+msgid "Read"
+msgstr "Lesen"
+
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
+msgstr "Lesen/Schreiben"
+
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
+msgstr ""
+
+#: ../../templates/show_user_registration.inc.php:56
+msgid "User Agreement"
+msgstr "Benutzer-Vereinbarung"
+
+#: ../../templates/show_user_registration.inc.php:65
+msgid "I Accept"
+msgstr "Ich akzeptiere"
+
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
+msgstr "Benutzer Information"
+
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
+msgstr "Registriere Benutzer"
+
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
+msgstr "Login"
+
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Speichere Login"
+
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "Registrieren"
+
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
+msgstr "Nachricht des Tages"
+
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr "Lokal-Abspielen Instanzen Anzeigen"
+
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
+msgstr "Instanz Bearbeiten "
+
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
+msgstr "Meistgespielte Interpreten"
+
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
+msgstr "Meistgespielte Alben"
+
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
+msgstr "Die Populürsten Genres"
+
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
+msgstr "Meistgespielte Songs"
+
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
+msgstr "Die populärsten Live Streams"
+
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
+msgstr "Die populärsten Tags"
+
+#: ../../templates/show_edit_song.inc.php:23
+msgid "Edit Song"
+msgstr "Songs editieren"
+
+#: ../../templates/show_edit_song.inc.php:81
+#: ../../templates/show_edit_artist.inc.php:35
+#: ../../templates/show_edit_album.inc.php:41
+msgid "Flag for Retagging"
+msgstr "Für Neu Taggen Markieren"
+
+#: ../../templates/show_edit_song.inc.php:88
+msgid "Update Song"
+msgstr "Song aktualisieren"
+
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr "Katalogstatistik"
+
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Verbundene Benutzer"
+
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Gesamtzahl Benutzer"
+
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr "Interpreten"
+
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+msgid "Genres"
+msgstr "Stil"
+
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Kataloggröße"
+
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Katalog Spielzeit"
+
+#: ../../templates/show_mail_users.inc.php:23
+msgid "Send E-mail to Users"
+msgstr "Sende E-mail zu Benutzern"
+
+#: ../../templates/show_mail_users.inc.php:27
+msgid "Mail to"
+msgstr "Mail an"
+
+#: ../../templates/show_mail_users.inc.php:33
+msgid "Inactive Users"
+msgstr "Inaktive Benutzer"
+
+#: ../../templates/show_mail_users.inc.php:53
+msgid "Latest Artist Additions"
+msgstr "Neuste Interpretenzugänge"
+
+#: ../../templates/show_mail_users.inc.php:64
+msgid "Latest Album Additions"
+msgstr "Neuste Albenzugänge"
+
+#: ../../templates/show_mail_users.inc.php:74
+msgid "Flagged Songs"
+msgstr "Markierte Songs"
+
+#: ../../templates/show_mail_users.inc.php:78
+#: ../../templates/show_admin_info.inc.php:34
+msgid "Disabled Songs"
+msgstr "Gesperrte Songs"
+
+#: ../../templates/show_mail_users.inc.php:86
+msgid "Most Popular Threshold in days"
+msgstr "Meistgespielte Songs in Tagen"
+
+#: ../../templates/show_mail_users.inc.php:97
+msgid "Subject"
+msgstr "Betreff"
+
+#: ../../templates/show_mail_users.inc.php:104
+msgid "Message"
+msgstr "Nachricht"
+
+#: ../../templates/show_mail_users.inc.php:112
+msgid "Send Mail"
+msgstr "Sende Mail"
+
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
+msgstr "Neuen Benutzer hinzufügen"
+
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
+msgstr "Benutzer hinzufügen"
+
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+msgstr "Zugang für einen Rechner einrichten"
+
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
+msgstr "RPC Optionen"
+
+#: ../../templates/show_add_access.inc.php:84
+msgid "Create ACL"
+msgstr "Erstelle ACL"
+
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "bei allen anwenden"
+
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr "Berechtigung"
+
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
+msgstr "Wiedergabeliste editieren"
+
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
+msgstr "Registrierung komplett"
+
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
+msgstr ""
+"Ihr Account wurde erstellt, ein Aktivierungscode wurde an die angegebene E-"
+"Mail Adresse gesendet. Bitte Prüfen Sie ihre E-Mails für weitere "
+"Informationen "
+
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
+msgstr "Zurück zur Loginseite"
+
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
+msgstr "Zugriff Verweigert"
+
+#: ../../templates/show_duplicates.inc.php:22
+msgid "Duplicate Songs"
+msgstr "Doppelte Songs anzeigen"
+
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr "Länge"
+
+#: ../../templates/show_duplicates.inc.php:41
+#: ../../templates/show_duplicates.inc.php:79
+msgid "Bitrate"
+msgstr "Bitrate"
+
+#: ../../templates/show_duplicates.inc.php:42
+#: ../../templates/show_duplicates.inc.php:80
+msgid "Size"
+msgstr "Größe"
+
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
+msgstr "Starte Cover Suche"
+
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr "Gesucht"
+
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
+msgid "None"
+msgstr "Kein"
+
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Alben von"
+
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Zeige alle Songs von"
+
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Add All Songs By"
+msgstr "Alle Songs hinzufügen von"
+
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
+msgstr "Füge Zufallslieder hinzu von"
+
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
+msgstr "Aktualisieren vom Tag"
+
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
+msgstr "ähnliche Empfehlungen"
+
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Spiele Zufallsauswahl"
+
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Anzahl"
+
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "von Stil"
+
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] "Minute"
+msgstr[1] "Minuten"
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+#, fuzzy
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "Stunde"
+msgstr[1] "Stunden"
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
+msgstr "selten gespielt"
+
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
+msgstr "Alle Alben"
+
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
+msgstr "Alle Interpreten"
+
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
+msgstr "Beste Bewertungen"
+
+#: ../../templates/show_random.inc.php:76
+msgid "From catalog"
+msgstr "Von Katalog"
+
+#: ../../templates/show_random.inc.php:82
+msgid "Size Limit"
+msgstr "Größenbegrenzung"
+
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
+msgstr "Abspielen (Queue)"
+
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
+msgstr "Aktuell wird gespielt"
+
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr "Anzeigen"
+
+#: ../../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/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
+msgstr "Duplikate suchen"
+
+#: ../../templates/show_duplicate.inc.php:27
+msgid "Search Type"
+msgstr "Suchart"
+
+#: ../../templates/show_duplicate.inc.php:34
+msgid "Artist and Title"
+msgstr "Interpret und Titel"
+
+#: ../../templates/show_duplicate.inc.php:35
+msgid "Artist, Album and Title"
+msgstr "Interpret, Album und Titel"
+
+#: ../../templates/show_duplicate.inc.php:37
+msgid "Search Disabled Songs"
+msgstr "Suche Gesperrte Songs"
+
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
+msgstr "Sitzungen anzeigen"
+
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
+msgstr "Wiedergabeliste anzeigen"
+
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
+msgstr "Aktive Sitzung"
+
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
+msgstr "Lokales Abspielen Deaktiviert"
+
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
+msgstr ""
+
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
+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/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr "Ampache Debug"
+
+#: ../../templates/show_search_options.inc.php:23
+msgid "Options"
+msgstr "Optionen"
+
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
+msgstr ""
+
+#: ../../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:35
+msgid "Auto-inserted Fields"
+msgstr "Automatisch eingefügte Felder"
+
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../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:37
+msgid "artist name"
+msgstr "Interpretenname"
+
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../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:39
+msgid "genre"
+msgstr "Stil"
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr "Titelnummer (Mit einer 0 am Anfang)"
+
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../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:42
+msgid "year"
+msgstr "Jahr"
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr "andere"
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr "Katalog Typ"
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
+msgstr "XML-RPC Schlüssel"
+
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr "Dateinamenmuster"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr "Verzeichnisnamen-Muster"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr "(Ohne '/' an Anfang oder Ende"
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
+msgstr "Katalogeinstellungen sichern"
+
+#: ../../templates/show_democratic_playlist.inc.php:38
+msgid "Playing from base Playlist"
+msgstr "Spiele von Hauptwiedergabeliste"
+
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
+msgid "Votes"
+msgstr "Bewertungen"
+
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
+msgstr "Bewertung Entfernen"
+
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
+msgstr "Bewertung Hinzufügen"
+
+#: ../../templates/show_edit_artist.inc.php:23
+msgid "Edit Artist"
+msgstr "Bearbeite Interpret"
+
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
+msgstr "Artist Aktualisieren"
+
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
+msgstr "Benutzer Aktiviert"
+
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
+msgstr "Diese Benutzer-ID ist aktiviert und kann benutzt werden"
+
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr "Validierung Fehlgeschlagen"
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+msgstr "Der Validierungsschlüssel ist ungültig"
+
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
+msgstr "Bearbeite Album"
+
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
+msgstr "Aktualisiere Album"
+
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr "Die letzten 10 markierten Songs"
+
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+msgid "Show All"
+msgstr "Zeige alle"
+
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
+msgstr "Deaktivieren"
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr "Stream"
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr "demokratisch"
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
+msgstr ""
+
+#: ../../templates/show_play_selected.inc.php:28
+msgid "Play Selected"
+msgstr "Ausgewählte abspielen"
+
+#: ../../templates/show_play_selected.inc.php:31
+msgid "Download Selected"
+msgstr "Ausgewählte herunterladen"
+
+#: ../../templates/show_play_selected.inc.php:40
+msgid "Set Track Numbers"
+msgstr "Songnummern setzen"
+
+#: ../../templates/show_play_selected.inc.php:41
+msgid "Remove Selected Tracks"
+msgstr "Ausgewählte Songs entfernen"
+
+#: ../../templates/show_play_selected.inc.php:47
+msgid "Add to"
+msgstr "Hinzufügen"
+
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
+msgstr "IP Historie"
+
+#: ../../templates/show_ip_history.inc.php:26
+msgid "Show Unique"
+msgstr "Zeige Einmalige"
+
+#: ../../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
+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.Stellen Sie sicher, dass Der Webserver Benutzer "
+"Leserechte auf dem Verzeichnis hat,Bzw. auf der Entfernen Ampache "
+"Installation, XML-RPC korrekt eingerichtet ist."
+
+#: ../../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 "Wird für entferne Kataloge benötigt"
+
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
+msgstr "Dateinamen-Muster"
+
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
+msgstr "Erstelle Wiedergabelisten mittels m3u Dateien"
+
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr "Katalog hinzufügen"
+
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
+msgstr "Katalog exportieren"
+
+#: ../../templates/show_export.inc.php:51
+msgid "Format"
+msgstr ""
+
+#: ../../templates/show_export.inc.php:61
+msgid "Export"
+msgstr "Exportieren"
+
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr "Empfehlungen"
+
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr "Empfohlene Interpreten"
+
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr "Empfohlene Alben"
+
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
+msgstr "Empfohlene Songs"
+
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
+msgstr "Importiere eine Wiedergabeliste aus einer Datei"
+
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Wiedergabelisten Typ"
+
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Importiere Wiedergabeliste"
+
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr "Favoriten"
+
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
+msgstr "Beliebteste Interpreten"
+
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
+msgstr "Beliebteste Alben"
+
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
+msgstr "Beliebteste Songs"
+
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
+msgstr ""
+
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
+msgstr "gerade gespielt"
+
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
+msgid "Statistics"
+msgstr "Statistik"
+
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
+msgstr "Verwalte Wiedergabeliste"
+
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
+msgstr "Erweitert"
+
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
+msgstr ""
+
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
+msgstr "Hinzugefügt am"
+
# 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:27
-msgid "Show Catalogs"
-msgstr "Zeige Kataloge"
-
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
-msgstr "Benutzerwerkzeuge"
-
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
-msgstr "Benutzer hinzufügen"
-
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
-msgstr "Zeige Benutzer"
-
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
-msgstr "Zugangs Kontrolle"
-
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
-msgstr "ACL Hinzufügen"
-
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
-msgstr "ACL(s) anzeigen"
-
-#: ../../templates/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
-msgstr "Duplikate suchen"
-
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
-msgstr "Mail an Benutzer"
-
-#: ../../templates/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
-msgstr "Statistiken löschen"
-
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
-msgstr "Katalog exportieren"
-
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
-msgstr "Verwalte Markierungen"
-
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
-msgstr "Verwalte Shoutbox"
-
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
-msgstr "Anzeige nach"
-
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-msgid "Song Title"
-msgstr "Titel"
-
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
-msgstr "Filter"
-
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
-msgstr "Beginnt mit"
-
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
-msgstr "Mindesanzahl"
-
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
-msgstr "Bewertet"
-
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
-msgstr "nicht gespielte"
-
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
-msgstr "zeige Cover"
-
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
-msgstr "Alle Wiedergabelisten"
-
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
-msgstr "Kompletter Name"
-
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
-msgstr ""
-
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
-msgstr "Zuletzt anwesend"
-
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
-msgstr "Aktivität"
-
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
-msgstr "Benutzer ist Angemeldet"
-
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
-msgstr "Benutzer ist Abgemeldet"
-
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
-msgstr "Aktive Wiedergabeliste"
-
-#: ../../templates/show_artist_box.inc.php:23
-#: ../../templates/show_artist_box.inc.php:26
-msgid "Albums by"
-msgstr "Alben von"
-
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Show All Songs By"
-msgstr "Zeige alle Songs von"
-
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Add All Songs By"
-msgstr "Alle Songs hinzufügen von"
-
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
-msgstr "Füge Zufallslieder hinzu von"
-
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
-msgstr "Aktualisieren vom Tag"
-
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
-msgstr "ähnliche Empfehlungen"
-
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
-msgstr "Album"
-
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
-msgstr "Dauer"
-
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
-msgstr "Bewertung"
-
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-msgid "Current Playlist"
-msgstr "Aktuelle Wiedergabeliste"
-
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
-msgid "No Records Found"
-msgstr "Keine Datensätze gefunden"
-
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
-msgstr "Einstellung"
-
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr "Wert"
-
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
-msgstr "bei allen anwenden"
-
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
-msgstr "Berechtigung"
-
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr "Beschreibung"
-
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
-msgstr "Inhaltsmanager"
-
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
-msgstr "Katalogmanager"
-
-#: ../../templates/header.inc.php:71
-msgid "Log out"
-msgstr "Abmelden"
-
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
-msgstr "Fehler Konfigurationsdatei abgelaufen"
-
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
-msgstr ""
-
-#: ../../templates/show_user_registration.inc.php:56
-msgid "User Agreement"
-msgstr "Benutzer-Vereinbarung"
-
-#: ../../templates/show_user_registration.inc.php:65
-msgid "I Accept"
-msgstr "Ich akzeptiere"
-
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
-msgstr "Benutzer Information"
-
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
-msgstr ""
-
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
-msgstr "Registriere Benutzer"
-
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
-msgstr "Bearbeite Album"
-
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
-msgstr "Jahr"
-
-#: ../../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 "Für Neu Taggen Markieren"
-
-#: ../../templates/show_edit_album.inc.php:47
-msgid "Update Album"
-msgstr "Aktualisiere Album"
-
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
-msgstr "Anforderungen"
-
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-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_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."
-"Dieser Schritt kann einige Zeit dauern, abhängig von der Geschwindigkeit Ihres Computers"
-
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr "Schritt 2 - Erstellen der Ampache.cfg.php Datei"
-
-#: ../../templates/show_install.inc.php:61
-msgid "Insert Ampache Database"
-msgstr "Ampache Datenbank Einspielen"
-
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
-msgstr "Gewünschter Datenbank Name"
-
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
-msgstr ""
-
-#: ../../templates/show_install.inc.php:73
-msgid "MySQL Administrative Username"
-msgstr "Administrativer MySQL Benutzer"
-
-#: ../../templates/show_install.inc.php:77
-msgid "MySQL Administrative Password"
-msgstr "MySQL Administrationspasswort"
-
-#: ../../templates/show_install.inc.php:81
-msgid "Create Database User for New Database"
-msgstr "Erstelle Datenbank Benutzer für die neue Datenbank"
-
-#: ../../templates/show_install.inc.php:85
-msgid "Ampache Database Username"
-msgstr "Ampache Datenbank Benutzername"
-
-#: ../../templates/show_install.inc.php:89
-msgid "Ampache Database User Password"
-msgstr "Ampache Datenbank Passwort"
-
-#: ../../templates/show_install.inc.php:93
-msgid "Overwrite Existing"
-msgstr "überschreibe existiere"
-
-#: ../../templates/show_install.inc.php:98
-msgid "Insert Database"
-msgstr "Datenbank einfügen"
-
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
-msgstr "Starte Konfiguration"
-
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "Neue Wiedergabeliste erstellen"
-
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
-msgid "Create"
-msgstr "Erstellen"
-
-#: ../../templates/show_edit_song.inc.php:23
-msgid "Edit Song"
-msgstr "Songs 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.php:106
-msgid "OR"
-msgstr "ODER"
-
-#: ../../templates/show_edit_song.inc.php:88
-msgid "Update Song"
-msgstr "Song aktualisieren"
-
-#: ../../templates/show_edit_catalog.inc.php:22
-msgid "Settings for"
-msgstr "Einstellungen für"
-
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
-msgstr "Dateinamenmuster"
-
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
-msgstr "Katalogeinstellungen sichern"
-
-#: ../../templates/show_edit_access.inc.php:22
-msgid "Edit ACL"
-msgstr "ACL Bearbeiten"
-
-#: ../../templates/show_edit_access.inc.php:30
-#: ../../templates/show_add_access.inc.php:63
-msgid "ACL Type"
-msgstr "ACL Typ"
-
-#: ../../templates/show_edit_access.inc.php:34
-#: ../../templates/show_add_access.inc.php:66
-msgid "Stream Access"
-msgstr "Stream Zugriff"
-
-#: ../../templates/show_edit_access.inc.php:35
-#: ../../templates/show_add_access.inc.php:67
-msgid "Web Interface"
-msgstr "Grundeinstellungen"
-
-#: ../../templates/show_edit_access.inc.php:36
-#: ../../templates/show_add_access.inc.php:68
-msgid "Local Network Definition"
-msgstr "Lokale Netzwerk Definition"
-
-#: ../../templates/show_edit_access.inc.php:37
-#: ../../templates/show_add_access.inc.php:69
-msgid "RPC"
-msgstr ""
-
-#: ../../templates/show_edit_access.inc.php:43
-#: ../../templates/show_add_access.inc.php:32
-msgid "Start IP Address"
-msgstr "Von IP Adresse"
-
-#: ../../templates/show_edit_access.inc.php:50
-#: ../../templates/show_add_access.inc.php:39
-msgid "End IP Address"
-msgstr "Bis IP Adresse"
-
-#: ../../templates/show_edit_access.inc.php:63
-#: ../../templates/show_add_access.inc.php:77
-msgid "Remote Key"
-msgstr "Entfernter Schlüssel"
-
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
-msgstr "Level"
-
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
-msgstr "Aktualisieren"
-
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
-msgstr "Album abspielen"
-
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
-msgstr "Song"
-
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
-msgstr "zuletzt gespielt vor"
-
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
-msgstr "Empfohlene Interpreten"
-
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
-msgstr "Empfohlene Alben"
-
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
-msgstr "Empfohlene Songs"
-
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
-msgstr "IP Historie"
-
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
-msgstr "Zeige Einmalige"
-
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
-msgid "Show All"
-msgstr "Zeige alle"
-
-#: ../../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
-msgid "IP Address"
-msgstr "IP Adresse"
-
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
-msgstr "Anzeigen..."
-
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
-msgstr "Abmelden"
-
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
-msgstr "Importiere eine Wiedergabeliste aus einer Datei"
-
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
-msgstr "Dateinamen"
-
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
-msgstr "Wiedergabelisten Typ"
-
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
-msgstr "Importiere Wiedergabeliste"
-
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-msgstr "Anzeigen"
-
-#: ../../templates/show_mail_users.inc.php:23
-msgid "Send E-mail to Users"
-msgstr "Sende E-mail zu Benutzern"
-
-#: ../../templates/show_mail_users.inc.php:27
-msgid "Mail to"
-msgstr "Mail an"
-
-#: ../../templates/show_mail_users.inc.php:33
-msgid "Inactive Users"
-msgstr "Inaktive Benutzer"
-
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr "Katalogstatistik"
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr "Meistgespielte Alben"
-
-#: ../../templates/show_mail_users.inc.php:53
-msgid "Latest Artist Additions"
-msgstr "Neuste Interpretenzugänge"
-
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr "Meistgespielte Interpreten"
-
-#: ../../templates/show_mail_users.inc.php:64
-msgid "Latest Album Additions"
-msgstr "Neuste Albenzugänge"
-
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "Meistgespielte Songs"
-
-#: ../../templates/show_mail_users.inc.php:74
-msgid "Flagged Songs"
-msgstr "Markierte Songs"
-
-#: ../../templates/show_mail_users.inc.php:78
-#: ../../templates/show_admin_info.inc.php:34
-msgid "Disabled Songs"
-msgstr "Gesperrte Songs"
-
-#: ../../templates/show_mail_users.inc.php:86
-msgid "Most Popular Threshold in days"
-msgstr "Meistgespielte Songs in Tagen"
-
-#: ../../templates/show_mail_users.inc.php:97
-msgid "Subject"
-msgstr "Betreff"
-
-#: ../../templates/show_mail_users.inc.php:104
-msgid "Message"
-msgstr "Nachricht"
-
-#: ../../templates/show_mail_users.inc.php:112
-msgid "Send Mail"
-msgstr "Sende Mail"
-
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr "gerade gespielt"
-
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr "Radiosender hinzufügen"
-
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
-msgstr "Verwalte Wiedergabeliste"
-
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
-msgstr "Erweitert"
-
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
-msgstr "Die letzten 10 markierten Songs"
-
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
-msgstr "Administrations-Einstellungen"
-
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
-msgstr "Existierenden Benutzer editieren"
-
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
-msgstr "Benutzer Zugriffs-Level"
-
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
-msgstr "Benutzer aktualisieren"
-
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
-msgstr "Verbundene Benutzer"
-
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
-msgstr "Gesamtzahl Benutzer"
-
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
-msgstr "Kataloggröße"
-
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
-msgstr "Katalog Spielzeit"
-
-#: ../../templates/show_duplicates.inc.php:22
-msgid "Duplicate Songs"
-msgstr "Doppelte Songs anzeigen"
-
-#: ../../templates/show_duplicates.inc.php:41
-#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
-msgid "Bitrate"
-msgstr "Bitrate"
-
-#: ../../templates/show_duplicates.inc.php:42
-#: ../../templates/show_duplicates.inc.php:80
-msgid "Size"
-msgstr "Größe"
-
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
-msgstr "Weiter"
-
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
-msgid "Object"
-msgstr "Auswahl"
-
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
-msgstr "Status"
-
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
-msgstr ""
-
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
-msgstr ""
-
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
-msgstr "Sprache"
-
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
-msgstr "Katalognummer"
-
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
-msgstr "Letzte Aktualisierung"
-
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Umbenennen"
-
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr "Füge aktuellen ein"
-
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "Aktualisieren des id3 TAG"
-
-#: ../../templates/show_duplicate.inc.php:27
-msgid "Search Type"
-msgstr "Suchart"
-
-#: ../../templates/show_duplicate.inc.php:34
-msgid "Artist and Title"
-msgstr "Interpret und Titel"
-
-#: ../../templates/show_duplicate.inc.php:35
-msgid "Artist, Album and Title"
-msgstr "Interpret, Album und Titel"
-
-#: ../../templates/show_duplicate.inc.php:37
-msgid "Search Disabled Songs"
-msgstr "Suche Gesperrte Songs"
-
-#: ../../templates/show_playlist.inc.php:30
-msgid "Normalize Tracks"
-msgstr "Songs durchnummerieren"
-
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
-msgstr "Alle Hinzufügen"
-
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
-msgstr "Zufällige Hinzufügen"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
-msgstr "Zurück"
-
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
-msgstr "Stopp"
-
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
-msgstr ""
-
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
-msgstr "Nächste"
-
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
-msgstr "Verwalte Demokratische Wiedergabelisten"
-
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-msgid "Base Playlist"
-msgstr "Basis-Wiedergabeliste"
-
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
-msgstr ""
-
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
-msgstr "Neue Wiedergabeliste erstellen"
-
-#: ../../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_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-msgid "Description"
-msgstr "Beschreibung"
-
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
-msgid "Version"
-msgstr "Version"
-
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-msgid "Activate"
-msgstr "Aktiviere"
-
-#: ../../templates/show_plugins.inc.php:46
-msgid "Deactivate"
-msgstr "Deaktivieren"
-
-#: ../../templates/show_democratic_playlist.inc.php:38
-msgid "Playing from base Playlist"
-msgstr "Spiele von Hauptwiedergabeliste"
-
-#: ../../templates/show_democratic_playlist.inc.php:51
-#: ../../templates/show_democratic_playlist.inc.php:86
-msgid "Votes"
-msgstr "Bewertungen"
-
-#: ../../templates/show_democratic_playlist.inc.php:67
-msgid "Remove Vote"
-msgstr "Bewertung Entfernen"
-
-#: ../../templates/show_democratic_playlist.inc.php:69
-msgid "Add Vote"
-msgstr "Bewertung Hinzufügen"
-
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
-msgstr "Die Populürsten Genres"
-
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr "Die populärsten Live Streams"
-
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr "Die populärsten Tags"
-
-#: ../../templates/show_edit_artist.inc.php:23
-msgid "Edit Artist"
-msgstr "Bearbeite Interpret"
-
-#: ../../templates/show_edit_artist.inc.php:41
-msgid "Update Artist"
-msgstr "Artist Aktualisieren"
-
-#: ../../templates/show_play_selected.inc.php:28
-msgid "Play Selected"
-msgstr "Ausgewählte abspielen"
-
-#: ../../templates/show_play_selected.inc.php:31
-msgid "Download Selected"
-msgstr "Ausgewählte herunterladen"
-
-#: ../../templates/show_play_selected.inc.php:40
-msgid "Set Track Numbers"
-msgstr "Songnummern setzen"
-
-#: ../../templates/show_play_selected.inc.php:41
-msgid "Remove Selected Tracks"
-msgstr "Ausgewählte Songs entfernen"
-
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Add to"
-msgstr "Hinzufügen"
-
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr "Neuen Benutzer hinzufügen"
-
-#: ../../templates/show_export.inc.php:32
-#: ../../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_export.inc.php:51
-msgid "Format"
-msgstr ""
-
-#: ../../templates/show_export.inc.php:61
-msgid "Export"
-msgstr "Exportieren"
-
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
-msgstr ""
-
-#: ../../templates/show_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
-msgstr "Cover"
-
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
-msgstr "Album Hinzufügen"
-
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
-msgstr "Füge zufällige aus dem Album hinzu"
-
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
-msgstr "Cover zurücksetzen"
-
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
-msgstr "Cover finden"
-
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
-msgstr "Download"
-
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
-msgstr "Kompletter Name"
-
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
-msgstr "Registrierungsdatum "
-
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
-msgid "Last Ip"
-msgstr "Letzte IP-Adr."
-
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
-msgstr "Verbunden"
-
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
-msgstr "von"
-
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
-msgstr "Aktualisiere den"
-
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
-msgstr "Songs gefunden prüfe TAG Informationen"
-
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
-msgstr "Geprüft"
-
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
-msgstr "Änderungen Speichern"
-
-#: ../../templates/show_big_art.inc.php:29
-msgid "Album Art"
-msgstr "Album Cover"
-
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
-msgstr "Klick um Fenster zu schließen"
-
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
-msgstr "Vorherige"
-
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
-msgstr "Vorhandenen Shoutbox Post Bearbeiten"
-
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
-msgstr ""
-
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
-msgstr "Zugriff Verweigert"
-
-#: ../../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/show_account.inc.php:40
-msgid "New Password"
-msgstr "Neues Passwort"
-
-#: ../../templates/show_account.inc.php:64
-msgid "Update Account"
-msgstr "Konto aktualisieren"
-
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
-msgstr "Kennung"
-
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
-msgstr "Frequenz"
-
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
-msgstr "Editieren der"
-
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
-msgstr "Einstellungen"
-
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
-msgstr "Einstellungen aktualisieren"
-
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
-msgstr "Ampache Debug"
-
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
-msgstr ""
-
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
-msgstr ""
-
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
-msgstr "Starte Cover Suche"
-
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
-msgstr "Gesucht"
-
-#: ../../templates/show_clean_catalog.inc.php:23
-msgid "Cleaning the"
-msgstr "Säubere den"
-
-#: ../../templates/show_clean_catalog.inc.php:24
-msgid "Checking"
-msgstr "Prüfe"
-
-#: ../../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."
-
-#: ../../templates/show_test.inc.php:37
-msgid "CHECK"
-msgstr "Prüfe"
-
-#: ../../templates/show_test.inc.php:39
-msgid "STATUS"
-msgstr "STATUS"
-
-#: ../../templates/show_test.inc.php:41
-msgid "DESCRIPTION"
-msgstr "BESCHREIBUNG"
-
-#: ../../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 ""
-"Dieser Test überprüft, ob sie eine PHP Version benutzen, mit der Ampache "
-"funktioniert."
-
-#: ../../templates/show_test.inc.php:63
-msgid "Mysql for PHP"
-msgstr "MySQL für 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 ""
-"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.php:82
-msgid "PHP Session Support"
-msgstr "PHP Session Unterstützung"
-
-#: ../../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."
-
-#: ../../templates/show_test.inc.php:101
-msgid "PHP ICONV Support"
-msgstr "PHP ICONV Unterstützung"
-
-#: ../../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"
-
-#: ../../templates/show_test.inc.php:119
-msgid "PHP PCRE Support"
-msgstr "PHP PCRE Unterstützung"
-
-#: ../../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."
-
-#: ../../templates/show_test.inc.php:136
-msgid "PHP PutENV Support"
-msgstr "PHP PutENV Unterstützung"
-
-#: ../../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"
-
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg vorhanden"
-
-#: ../../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"
-
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php konfiguriert?"
-
-#: ../../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 ""
-"Dieser Test Prüft ob alle benötigten Werte in der Konfigurationsdatei gesetzt sind,"
-"und ob diese fehlerfrei gelesen werden kann "
-
-#: ../../templates/show_test.inc.php:193
-msgid "DB Connection"
-msgstr "Datenbank Verbindung"
-
-#: ../../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."
-
-#: ../../templates/show_search.inc.php:26
-msgid "Search Ampache"
-msgstr "In Ampache suchen"
-
-#: ../../templates/show_search.inc.php:30
-msgid "Keywords"
-msgstr "Schlüsselwörter"
-
-#: ../../templates/show_search.inc.php:72
-msgid "Played"
-msgstr "Abgespielt"
-
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
-msgstr "Ja"
-
-#: ../../templates/show_search.inc.php:77
-msgid "No"
-msgstr "Nein"
-
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
-msgstr "Min Bitrate"
-
-#: ../../templates/show_search.inc.php:95
-msgid "One Star"
-msgstr "Ein Stern"
-
-#: ../../templates/show_search.inc.php:96
-msgid "Two Stars"
-msgstr "Zwei Sterne"
-
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
-msgstr "Drei Sterne"
-
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
-msgstr "Vier Sterne"
-
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
-msgstr "Fünf Sterne"
-
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
-msgstr ""
-
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
-msgstr "UND"
-
-#: ../../templates/show_search.inc.php:111
-msgid "Method"
-msgstr "Methode"
-
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
-msgstr "Unscharf"
-
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
-msgstr "Exakt"
-
-#: ../../templates/show_search.inc.php:118
-msgid "Maximum Results"
-msgstr "Maximale Ergebnisse"
-
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
-msgstr "Erweiterte Suche"
-
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
-msgstr "Letzte Verifizierung"
-
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
-msgstr "Zuletzt Hinzugefügt"
-
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
-msgstr "Suche nach allen Covern"
-
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
-msgstr "Instanz zum Lokal-Abspielen hinzufügen"
-
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
-msgstr "Ampache Zugriffsverwaltung"
-
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
-msgstr "Eintrag hinzufügen"
-
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
-msgstr "Start Adresse"
-
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
-msgstr "End Adresse"
-
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
-msgstr "Schlüssel"
-
-#: ../../templates/show_add_access.inc.php:22
-msgid "Add Access for a Host"
-msgstr "Zugang für einen Rechner einrichten"
-
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
-msgstr "RPC Optionen"
-
-#: ../../templates/show_add_access.inc.php:84
-msgid "Create ACL"
-msgstr "Erstelle ACL"
-
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
-msgstr "Lokal-Abspielen Instanzen Anzeigen"
-
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
-msgstr "Instanz Bearbeiten "
-
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
-msgstr "Auswahl"
-
-#: ../../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_install_config.inc.php:51
-msgid ""
-"This steps takes the basic config values, and first attempts to write them "
-"out directly to your webserver. If access is denied it will prompt you to "
-"download the config file. Please put the downloaded config file in /config"
-msgstr ""
-"In diesem Schritt werden die Werte für die Basis-Konfiguration benötigt, "
-"und versucht die Konfiguration direkt in Konfigurationsdatei zu schreiben. "
-"Ist der Zugriff nicht erlaubt, erhalten Sie eine Meldung die "
-"Konfigurationsdatei herunterzuladen. Bitte speichern Sie dann die editierte "
-"Konfigurationsdatei im Verzeichnis /config"
-
-#: ../../templates/show_install_config.inc.php:56
-msgid "Generate Config File"
-msgstr "Konfigurationsdatei Erstellen"
-
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
-msgstr "Web Pfad"
-
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
-msgstr "MySQL Benutzername"
-
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
-msgstr "MySQL Passwort"
-
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
-msgstr "Schreibe Konfiguration"
-
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
-msgstr "Prüfe die Konfiguration"
-
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
-msgstr "Weiter zu Schritt 3"
-
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
-msgstr "Benutzer Aktiviert"
-
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
-msgstr "Diese Benutzer-ID ist aktiviert und kann benutzt werden"
-
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
-msgstr "Validierung Fehlgeschlagen"
-
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
-msgstr "Der Validierungsschlüssel ist ungültig"
-
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
-msgstr "Erstelle Demokratische Wiedergabeliste"
-
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
-msgstr ""
-
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
-msgstr "Als Standard"
-
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
-msgstr "Neueste Alben"
-
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
-msgstr "Neueste Interpreten"
-
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
-msgstr "Neueste Genres"
-
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
-msgstr "Poste in Shoutbox"
-
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
-msgstr ""
-
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
-msgstr "Verwerfen"
-
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
-msgstr "Bearbeite Lokal-Abspielen Instanz"
-
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
-msgstr "Aktualisiere Instanz"
-
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
-msgstr "Registrierung komplett"
-
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
-msgstr ""
-"Ihr Account wurde erstellt, ein Aktivierungscode wurde an die angegebene "
-"E-Mail Adresse gesendet. Bitte Prüfen Sie ihre E-Mails für weitere Informationen "
-
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
-msgstr "Zurück zur Loginseite"
-
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
-msgstr ""
-
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
-msgstr "Hinzugefügt am"
-
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
-msgstr "Fehler: Kein Schlüsselwort eingegeben"
-
-#: ../../ratings.php:32
-msgid "Rating Updated"
-msgstr "Bewertung aktualisiert"
-
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
-msgstr "Ihre Bewertung für dieses Objekt wurde aktualisiert"
-
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
-msgstr "Benutzer deaktiviert, bitte Admin kontaktieren"
-
-#: ../../login.php:83
-msgid "Unable to create new account"
-msgstr "Kann neues Konto nicht erstellen"
-
-#: ../../login.php:92
-msgid "No local account found"
-msgstr "Keine lokales Konto gefunden"
-
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
-msgstr ""
-
-#: ../../preferences.php:91
-msgid "Error Update Failed"
-msgstr "Error Update Fehlgeschlagen"
-
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
-msgstr "Ihr Konto wurde aktualisiert"
-
-#: ../../update.php:47 ../../update.php:51
-msgid "Ampache Update"
-msgstr "Ampache Update"
-
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
-msgstr "Starte Aktualisierung von TAGs"
-
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
-msgstr "Aktualisierung von den TAGs vollständig"
-
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
-msgstr "Zurück"
-
-#: ../../artists.php:188
-msgid "Show Artists starting with"
-msgstr "Zeige Interpreten mit folgendem Beginn"
-
-#: ../../playlist.php:57
-msgid "Playlist Created"
-msgstr "Wiedergabeliste erstellt"
-
-#: ../../playlist.php:57
-msgid " has been created"
-msgstr " wurde erstellt"
-
-#: ../../playlist.php:78
-msgid "Playlist Updated"
-msgstr "Wiedergabeliste aktualisiert"
-
-#: ../../playlist.php:79
-msgid "has been updated and is now"
-msgstr "wurde aktualisiert und ist nun"
-
-#: ../../playlist.php:101
-msgid "Playlist Imported"
-msgstr "Wiedergabeliste importiert"
-
-#: ../../playlist.php:130
-msgid "Empty Playlists Deleted"
-msgstr "Leere Wiedergabelisten gelöscht"
-
-#: ../../flag.php:45
-msgid "Item Flagged"
-msgstr "Eintrag markiert"
-
-#: ../../flag.php:45
-msgid "The specified item has been flagged"
-msgstr "Der gewählte Eintrag wurde markiert"
-
-#: ../../albums.php:32
-msgid "Album Art Cleared"
-msgstr "Album Cover gelöscht"
-
-#: ../../albums.php:32
-msgid "Album Art information has been removed from the database"
-msgstr "Information des Covers wurde aus der Datenbank gelöscht"
-
-#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
-msgid "Album Art Not Located"
-msgstr "Cover nicht vorhanden"
-
-#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
-msgid ""
-"Album Art could not be located at this time. This may be due to write access "
-"error, or the file is not received corectly."
-msgstr ""
-"Album konnte zur Zeit nicht gefunden werden. Dies kann an einem "
-"Schreibzugriffsfehler liegen oder die Daten wurden nicht korrekt empfangen"
-
-#: ../../albums.php:52 ../../albums.php:80
-msgid "Album Art Inserted"
-msgstr "Album Cover hinzugefügt"
-
-#: ../../register.php:73
-msgid "Error Captcha Required"
-msgstr "Fehler Captcha benötigt"
-
-#: ../../register.php:80
-msgid "Error Captcha Failed"
-msgstr "Fehler Captcha fehlgeschlagen"
-
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
-msgstr "Sie <u>müssen</u> diese Vereinbarung akzeptieren"
-
-#: ../../register.php:92
-msgid "You did not enter a username"
-msgstr "Sie haben keinen Benutzernamen eingegeben"
-
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr "Bitte geben Sie Ihren kompletten Namen ein (Vorname Nachname)"
-
-#: ../../register.php:122
-msgid "You must enter a password"
-msgstr "Sie müssen ein Passwort eingeben"
-
-#: ../../register.php:126
-msgid "Your passwords do not match"
-msgstr "Passwort falsch"
-
-#: ../../register.php:158
-msgid "Error: Insert Failed"
-msgstr "Fehler: einfügen fehlgeschlagen"
-
-#: ../../radio.php:50
-msgid "Radio Station Added"
-msgstr "Radiosender Hinzugefügt"
-
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
-msgstr "Die geforderte Wiedergabeliste wurde gelöscht"
-
-#: ../../democratic.php:92
-msgid "Playlist Cleared"
-msgstr "Playlist gelöscht"
-
-#: ../../bin/print_tags.inc:66
-msgid ""
-"[print_tags.php.inc]\n"
-"This commandline script will display the tag information for the specified "
-"filename as it will \n"
-"appear to Ampache. \n"
-" \n"
-msgstr ""
-"[print_tags.php.inc]\n"
-"Dieses Kommandozeilen Skript zeigt die TAG Information der gewählten Datei "
-"wie sie \n"
-"in Ampache erscheinen. \n"
-" \n"
-
-#: ../../bin/print_tags.inc:72
-msgid "Filename:"
-msgstr "Dateiname:"
-
-#~ msgid "days"
-#~ msgstr "Tage"
-
-#~ msgid "hours"
-#~ msgstr "Stunden"
-
-#~ msgid "Starting Catalog Build"
-#~ msgstr "Starte Katalogerstellung"
-
-#~ msgid "Catalog Finished"
-#~ msgstr "Katalog fertig"
-
-#~ msgid "updated to"
-#~ msgstr "aktualisiert zu"
-
-#~ msgid "Rate"
-#~ msgstr "Anteil"
-
-#~ msgid "Mode"
-#~ msgstr "Modus"
-
-#~ msgid "Filesize"
-#~ msgstr "Dateigröße"
-
-#~ msgid "Approve"
-#~ msgstr "Erlauben"
-
-#~ msgid "Song(s) Removed from Playlist"
-#~ msgstr "Stück(e) von der Wiedergabeliste gelöscht"
-
-#~ msgid "No Catalogs Found!"
-#~ msgstr "Keine Kataloge gefunden"
-
-#~ msgid "Play Random"
-#~ msgstr "Spiele zufällige Stücke"
-
-#~ msgid "XML-RPC"
-#~ msgstr "XML-RPC"
-
-#~ msgid "Ampache New User Registration"
-#~ msgstr "Ampache neuen Benutzer registrieren"
-
-#~ msgid "Clear Info"
-#~ msgstr "Info löschen"
-
-#~ msgid "Select Best Guess"
-#~ msgstr "Wähle vermutlich besten"
-
-#~ msgid "Play All Songs By"
-#~ msgstr "Spiele alle Stücke von"
-
-#~ msgid "Play Random Songs By"
-#~ msgstr "Spiele Zufallsauswahl von"
-
-#~ msgid "Find duplicate artists"
-#~ msgstr "Doppelte Stücke anzeigen"
-
-#~ msgid "Minutes"
-#~ msgstr "Minuten"
-
-#~ msgid "Disable Songs"
-#~ msgstr "Sperre Stücke"
-
-#~ msgid "Play Random from Album"
-#~ msgstr "Spiele zufällig vom Album"
-
-#~ msgid "No user with this name registered"
-#~ msgstr "Kein Benutzer mit diesem Namen registriert"
-
-#~ msgid "The validation key used isn't correct."
-#~ msgstr "Die Prüfung des Schlüssels ergab dass diese nicht korrekt ist"
-
-#~ msgid "User activated"
-#~ msgstr "Benutzer aktiviert"
-
-#~ msgid "Error Access Denied"
-#~ msgstr "Fehler Zugriff verweigert"
-
-#~ msgid "album's with art"
-#~ msgstr "Alben mit Cover"
-
-#~ msgid "Album Art Already Found"
-#~ msgstr "Album Cover bereits gefunden"
-
-#~ msgid "Error: Name Identical"
-#~ msgstr "Fehler: Name identisch"
-
-#~ msgid "Show Genres starting with"
-#~ msgstr "Zeige Genres beginnend mit"
-
-#~ msgid "No songs in this playlist."
-#~ msgstr "Keine Stücke in dieser Wiedergabeliste"
-
-#~ msgid "New Playlist"
-#~ msgstr "Neue Wiedergabeliste"
-
-#~ msgid "Show w/o art"
-#~ msgstr "Ohne Cover"
-
-#~ msgid "Show all"
-#~ msgstr "Zeige Alle"
-
-#~ msgid "Add a new user"
-#~ msgstr "Neuen Benutzer hinzufügen"
-
-#~ msgid ""
-#~ "You defined the option \"debug = on\" but didn't define a log path for "
-#~ "the log to be stored"
-#~ msgstr ""
-#~ "Sie haben die Option \"debug = on\" definiert und keinen Pfad für die "
-#~ "Logdatei angegeben"
-
-#~ msgid "The Catalog and all associated records has been deleted"
-#~ msgstr "Der Katalog und alle damit verbundenen Datensätze wurde gelöscht"
-
-#~ msgid "Catalog Created and Songs Indexed"
-#~ msgstr "Katalog erstellt und Stücke indiziert"
-
-#~ msgid "Do you really want to clear the statistics for this catalog?"
-#~ msgstr "Wollen sie wirklich die Katalogstatistik dieses Kataloges löschen?"
-
-#~ msgid "Site"
-#~ msgstr "Seite"
-
-#~ msgid "Confirm Delete"
-#~ msgstr "Löschen bestätigen"
-
-#~ msgid "Do you really want to delete this Access Record?"
-#~ msgstr "Wollen sie wirklich diesen Zugangs-Eintrag löschen?"
-
-#~ msgid "Entry Deleted"
-#~ msgstr "Eintrag gelöscht"
-
-#~ msgid "Entry Added"
-#~ msgstr "Eintrag hinzugefügt"
-
-#~ msgid "Entry Updated"
-#~ msgstr "Eintrag aktualisiert"
-
-#~ msgid "Module Activated"
-#~ msgstr "Modul aktiviert"
-
-#~ msgid "Are you sure you want to remove this module?"
-#~ msgstr "Wollen sie wirklich das Modul deaktivieren?"
-
-#~ msgid "Module Deactivated"
-#~ msgstr "Modul deaktiviert"
-
-#~ msgid "No Playlists Found"
-#~ msgstr "Keine Wiedergabelisten gefunden"
-
-#~ msgid "Controls"
-#~ msgstr "Bedienelemente"
-
-#~ msgid "Users"
-#~ msgstr "Benutzer"
-
-#~ msgid "Config"
-#~ msgstr "Konfiguration"
-
-#~ msgid "Access List"
-#~ msgstr "Zugriffsliste"
-
-#~ msgid "Democratic View"
-#~ msgstr "Demokratische Ansicht"
-
-#~ msgid "Rename Artist"
-#~ msgstr "Interpret umbenennen"
-
-#~ msgid "Results Per Page"
-#~ msgstr "Anzeigen pro Seite"
-
-#~ msgid "Module Name"
-#~ msgstr "Modul Name"
-
-#~ msgid "Admin Controls"
-#~ msgstr "Admin Bedienelement"
-
-#~ msgid "Newest Artist Additions"
-#~ msgstr "Neuste Interpretenzugänge"
-
-#~ msgid "Newest Album Additions"
-#~ msgstr "Neuste Albenzugänge"
-
-#~ msgid "Newest Live Stream Additions"
-#~ msgstr "Neuester Live Stream"
-
-#~ msgid "Playlist Actions"
-#~ msgstr "Wiedergabelisten-Aktionen"
-
-#~ msgid "Edit Playlist"
-#~ msgstr "Wiedergabeliste editieren"
-
-#~ msgid "Play This Playlist"
-#~ msgstr "Spiele diese Wiedergabeliste"
-
-#~ msgid "Delete This Playlist"
-#~ msgstr "Diese Wiedergabeliste löschen"
-
-#~ msgid "Import From File"
-#~ msgstr "Importiere von Datei"
-
-#~ msgid "Delete Empty Playlists"
-#~ msgstr "Lösche leere Wiedergabelisten"
-
-#~ msgid "Localplay Init Failed"
-#~ msgstr "Lokal abspielen fehlgeschlagen"
-
-#~ msgid "Show Albums starting with"
-#~ msgstr "Zeige Alben beginnend mit"
-
-#~ msgid "Show Titles Starting With"
-#~ msgstr "Zeige Titel mit folgendem Beginn"
-
-#~ msgid "Lists"
-#~ msgstr "Listen"
-
-#~ msgid "Error: Password Does Not Match or Empty"
-#~ msgstr "Fehler: Passwort falsch oder nicht ausgefüllt"
-
-#~ msgid "Password Updated"
-#~ msgstr "Passwort aktualisiert"
-
-#~ msgid "Playlist Deleted"
-#~ msgstr "Wiedergabeliste gelöscht"
-
-#~ msgid "The Requested Playlist has been deleted"
-#~ msgstr "Die gewünschte Wiedergabeliste wurde gelöscht"
-
-#~ msgid "Are you sure you want to delete this playlist"
-#~ msgstr "Wollen sie wirklich diese Wiedergabeliste löschen?"
-
-#~ msgid "Confirm Action"
-#~ msgstr "Aktion bestätigen"
-
-#~ msgid "Remote Selected Tracks"
-#~ msgstr "Entfernt Ausgewählte Stücke"
-
-#~ msgid "Error: Unable to write to"
-#~ msgstr "Fehler: Kann nicht schreiben in"
-
-#~ msgid "Error: Upload directory not inside a catalog"
-#~ msgstr "Fehler: Upload Verzeichnis liegt nicht innerhalb eines Kataloges"
-
-#~ msgid "Adding"
-#~ msgstr "Hinzufügen"
-
-#~ msgid "to database"
-#~ msgstr "in die Datenbank"
-
-#~ msgid ""
-#~ "\n"
-#~ "\t\n"
-#~ "************* WARNING *************\n"
-#~ "This script will move, and \n"
-#~ "potentially delete uploaded files.\n"
-#~ "************* WARNING *************\n"
-#~ "\n"
-#~ "All files marked for add will be moved to the upload directory. All "
-#~ "files \n"
-#~ "marked for deletion will be deleted. This script must be run as a user "
-#~ "with\n"
-#~ "sufficient rights to perform the above two functions. \n"
-#~ "\n"
-#~ "\t\n"
-#~ msgstr ""
-#~ "\n"
-#~ "\t\n"
-#~ "************* WARNUNG *************\n"
-#~ "Dieses Skript wird hochgeladene Dateien \n"
-#~ "verschieben potentiell löschen.\n"
-#~ "************* WARNUNG *************\n"
-#~ "\n"
-#~ "Alle zum hinzufügen markierten Dateien werden in das Upload-Verzeichnis "
-#~ "verschoben. Alle zum löschen \n"
-#~ "markierten Dateien werden gelöscht. Dieses Skript muss unter einem "
-#~ "Benutzer laufen der ausreichende Rechte \n"
-#~ "besitzt die beiden oben genannten Funktionen auszuführen. \n"
-#~ "\n"
-#~ "\t\n"
-
-#~ msgid "Continue? (Y/N):"
-#~ msgstr "Weiter? (Y/N)"
-
-#~ msgid "Error: "
-#~ msgstr "Fehler:"
-
-#~ msgid "You are currently logged in as"
-#~ msgstr "Momentan angemeldet als"
-
-#~ msgid "Song title"
-#~ msgstr "Titel"
-
-#~ msgid "Total"
-#~ msgstr "Insgesamt"
-
-#~ msgid "Rebuild Preferences"
-#~ msgstr "Einstellungen neu erstellen"
-
-#~ msgid "Interface"
-#~ msgstr "Grundeinstellungen"
-
-#~ msgid "Streaming"
-#~ msgstr "Datenstrom"
-
-#~ msgid "Options"
-#~ msgstr "Optionen"
-
-#~ msgid ""
-#~ "Use the form below to add a host that you want to have access to your "
-#~ "Ampache catalog."
-#~ msgstr ""
-#~ "Um einem Rechner den Zugang zu Ihrem Katalog zu gewähren, füllen sie das "
-#~ "folgende Formular aus."
-
-#~ msgid "XML-RPC Options"
-#~ msgstr "XML-RPC Optionen"
-
-#~ msgid "Host Access to Your Catalog"
-#~ msgstr "Host Zugriff zu Ihrem Katalog"
-
-#~ msgid "Revoke"
-#~ msgstr "Zurückziehen"
-
-#~ msgid "Album Name"
-#~ msgstr "Album Name"
-
-#~ msgid "Album Year"
-#~ msgstr "Album Jahr"
-
-#~ msgid "Tracks"
-#~ msgstr "Titel"
-
-#~ msgid "Edit Access List"
-#~ msgstr "Zugriffsliste bearbeiten"
-
-#~ msgid ""
-#~ "This test makes sure that you have set all of the required configuration "
-#~ "variables and that we are able to \n"
-#~ "\tcompletely parse your config file"
-#~ msgstr ""
-#~ "Hier testen wir, dass alle erforderlichen Konfigurationsvariablen gesetzt "
-#~ "sind, und dass \n"
-#~ "wir ihre Konfigurationsdatei lesen können."
-
-#~ msgid "Ampache.cfg.php Up to Date?"
-#~ msgstr "Ampache.cfg konfiguriert?"
-
-#~ msgid "Ampache.cfg.php is missing the following:"
-#~ msgstr "In der Ampache.cfg.php wird folgendes vermisst:"
-
-#~ msgid "Reset Form"
-#~ msgstr "Formular zurücksetzen"
-
-#~ msgid "Save Search As Track on"
-#~ msgstr "Sichere Suchergebnis in"
-
-#~ msgid "Save"
-#~ msgstr "Speichern"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
+msgstr "Zeige Kataloge"
+
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
+msgstr "Benutzerwerkzeuge"
+
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
+msgstr "Zeige Benutzer"
+
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
+msgstr "Zugangs Kontrolle"
+
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
+msgstr "ACL Hinzufügen"
+
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
+msgstr "ACL(s) anzeigen"
+
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
+msgstr "Mail an Benutzer"
+
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Statistiken löschen"
+
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
+msgstr "Verwalte Markierungen"
+
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
+msgstr "Verwalte Shoutbox"
+
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Cleaning the"
+msgstr "Säubere den"
+
+#: ../../templates/show_clean_catalog.inc.php:24
+msgid "Checking"
+msgstr "Prüfe"
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr "Starte neue Song-Suche in"
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr "Katalog"
+
+#: ../../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."
+
+#: ../../templates/show_test.inc.php:37
+msgid "CHECK"
+msgstr "Prüfe"
+
+#: ../../templates/show_test.inc.php:39
+msgid "STATUS"
+msgstr "STATUS"
+
+#: ../../templates/show_test.inc.php:41
+msgid "DESCRIPTION"
+msgstr "BESCHREIBUNG"
+
+#: ../../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 ""
+"Dieser Test überprüft, ob sie eine PHP Version benutzen, mit der Ampache "
+"funktioniert."
+
+#: ../../templates/show_test.inc.php:63
+msgid "Mysql for PHP"
+msgstr "MySQL für 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 ""
+"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.php:82
+msgid "PHP Session Support"
+msgstr "PHP Session Unterstützung"
+
+#: ../../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."
+
+#: ../../templates/show_test.inc.php:101
+msgid "PHP ICONV Support"
+msgstr "PHP ICONV Unterstützung"
+
+#: ../../templates/show_test.inc.php:115
+msgid ""
+"This test checks to make sure you have Iconv support installed. Iconv "
+"support is required for Ampache"
+msgstr ""
+
+#: ../../templates/show_test.inc.php:119
+msgid "PHP PCRE Support"
+msgstr "PHP PCRE Unterstützung"
+
+#: ../../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."
+
+#: ../../templates/show_test.inc.php:136
+msgid "PHP PutENV Support"
+msgstr "PHP PutENV Unterstützung"
+
+#: ../../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"
+
+#: ../../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"
+
+#: ../../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 ""
+"Dieser Test Prüft ob alle benötigten Werte in der Konfigurationsdatei "
+"gesetzt sind,und ob diese fehlerfrei gelesen werden kann "
+
+#: ../../templates/show_test.inc.php:193
+msgid "DB Connection"
+msgstr "Datenbank Verbindung"
+
+#: ../../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."
+
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
+
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Editieren der"
+
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "Einstellungen"
+
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Einstellungen aktualisieren"
+
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
+msgstr "Laden..."
+
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
+msgstr "Neues Passwort"
+
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
+msgstr "Konto aktualisieren"
+
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Vorherige"
+
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr "Zur Wiedergabeliste hinzufügen "
+
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr "Zur neuen Wiedergabeliste hinzugefügt"
+
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr "dynamisch hinzufügen"
+
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
+msgstr "Absolut zufällig"
+
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
+msgstr "Ähnliche Interpreten"
+
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
+msgstr "Ähnliche Alben"
+
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
+msgstr "Ähnliche Musikstile"
+
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
+msgstr "Mehr"
+
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
+msgstr ""
+
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
+msgstr "Unbekannt (Verwaist)"
+
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
+msgstr "Album Hinzufügen"
+
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
+msgstr "Füge zufällige aus dem Album hinzu"
+
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
+msgstr "Cover zurücksetzen"
+
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
+msgstr "Cover finden"
+
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
+msgstr "Suche vermisste Songs"
+
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
+msgstr "Name der Wiedergabeliste"
+
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
+msgstr "# Songs"
+
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
+msgstr "Besitzer"
+
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
+msgstr "Neueste Alben"
+
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
+msgstr "Neueste Interpreten"
+
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
+msgstr "Neueste Genres"
+
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
+
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
+msgstr "Die geforderte Wiedergabeliste wurde gelöscht"
+
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr "Song bei MyStrands kaufen"
+
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
+msgstr "Primär"
+
+#: ../../lib/class/flag.class.php:251
+msgid "Approved"
+msgstr "Erlaubt"
+
+#: ../../lib/class/flag.class.php:252
+msgid "Pending"
+msgstr "Warten"
+
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
+msgstr "TagNeuLesen"
+
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
+msgstr "Benutzer verwalten"
+
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
+msgstr "Wiedergabelisten"
+
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
+msgstr "Playlist Songs"
+
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
+msgstr "Shoutbox Aufzeichnungen"
+
+#: ../../lib/class/browse.class.php:777
+msgid "Flagged Records"
+msgstr "Markierte Datensätze"
+
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
+msgstr "Fehler beim verbinden zu"
+
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
+msgstr ""
+
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
+msgstr "Grund"
+
+#: ../../lib/class/catalog.class.php:177
+#, fuzzy
+msgid "day"
+msgid_plural "days"
+msgstr[0] "Tag"
+msgstr[1] "Tage"
+
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
+msgstr "Remote Synchronisation läuft"
+
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
+msgstr "Fehler: Fehler beim lesen"
+
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
+msgstr "Fehler: Das Verzeichnis kann nicht gewechselt werden"
+
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
+msgstr "Fehler: Probleme beim lesen der Dateigrösse für"
+
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
+msgstr "ist von Ampache nicht lesbar"
+
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
+msgstr ""
+
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
+msgstr "Keine Aktualisierung nötig"
+
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
+msgstr "Starte Remote Update"
+
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
+msgstr "Wiedergabeliste hinzugefügt von"
+
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
+msgstr "Katalog-Aktualisierung abgeschlossen"
+
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
+msgstr "Spielzeit"
+
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
+msgstr "Alle Songs"
+
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
+msgstr "Songs pro Sekunde"
+
+#: ../../lib/class/catalog.class.php:1210
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+msgstr ""
+"Kann XMLRPC Library nicht laden, bitte stellen Sie sicher, dass XML-RPC "
+"aktiviert ist"
+
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
+msgstr "Aktualisierung der Remote-Kataloge abgeschlossen"
+
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
+msgstr "Katalogverzeichnis nicht lesbar. Bereinigung beendet"
+
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
+msgstr "Bereinigen des Kataloges abgeschlossen"
+
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
+msgstr "Dateien gelöscht"
+
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
+msgstr "Tabellen Optimieren"
+
+#: ../../lib/class/catalog.class.php:1736
+msgid "Update Finished."
+msgstr "Aktualisierung abgeschlossen."
+
+#: ../../lib/class/catalog.class.php:1736
+msgid "Checked"
+msgstr "Geprüft"
+
+#: ../../lib/class/catalog.class.php:1736
+msgid "songs updated."
+msgstr "Songs aktualisiert."
+
+#: ../../lib/class/localplay.class.php:642
+msgid "Stopped"
+msgstr "Angehalten"
+
+#: ../../lib/class/localplay.class.php:645
+msgid "Paused"
+msgstr "Pause"
+
+#: ../../lib/preferences.php:189
+msgid "M3U"
+msgstr ""
+
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
+msgstr "einfache M3U"
+
+#: ../../lib/preferences.php:191
+msgid "PLS"
+msgstr ""
+
+#: ../../lib/preferences.php:192
+msgid "Asx"
+msgstr ""
+
+#: ../../lib/preferences.php:193
+msgid "RAM"
+msgstr ""
+
+#: ../../lib/preferences.php:194
+msgid "XSPF"
+msgstr ""
+
+#: ../../lib/preferences.php:228
+msgid "Disabled"
+msgstr "Deaktiviert"
+
+#: ../../lib/preferences.php:230
+msgid "Manager"
+msgstr ""
+
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
+msgstr "Während dem hinzufügen senden"
+
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
+msgstr "Während dem hinzufügen senden und löschen"
+
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
+msgstr "Während dem hinzufügen löschen"
+
+#: ../../lib/preferences.php:262
+msgid "Always"
+msgstr "Immer"
+
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Nicht abspielen"
+
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "Ist wirklich schlecht"
+
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "Ist OK"
+
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "Ist wirklich gut"
+
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "Ich liebe es!"
+
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "Ist wahnsinnig"
+
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "Aus der Hitparade!"
+
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
+msgstr "Vereinfachtes Chinesisch"
+
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr "Ein"
+
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr "Aus"
+
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr "Kein Benutzer/Passwort angegeben"
+
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr "Passwörter nicht identisch"
+
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr "hochladen"
+
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr "Lokal abspielen"
+
+#: ../../lib/ui.lib.php:361
+msgid "Random Play"
+msgstr "Zufällig Abspielen"
+
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
+msgid "Admin-Catalog"
+msgstr "Admin-Katalog"
+
+#: ../../lib/ui.lib.php:381
+msgid "Admin-User Management"
+msgstr "Admin-Benutzer Verwaltung"
+
+#: ../../lib/ui.lib.php:385
+msgid "Admin-Mail Users"
+msgstr "Admin-Mail Benutzer"
+
+#: ../../lib/ui.lib.php:389
+msgid "Admin-Manage Access Lists"
+msgstr "Admin-Bearbeiten Zugriffslisten"
+
+#: ../../lib/ui.lib.php:393
+msgid "Admin-Site Preferences"
+msgstr "Admin-Seiten Einstellungen"
+
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr "Admin-Bearbeiten Module"
+
+#: ../../lib/ui.lib.php:401
+msgid "Browse Music"
+msgstr "Songs durchsuchen"
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
+msgstr "Neu hinzufügen"
+
+#: ../../albums.php:32
+msgid "Album Art Cleared"
+msgstr "Album Cover gelöscht"
+
+#: ../../albums.php:32
+msgid "Album Art information has been removed from the database"
+msgstr "Information des Covers wurde aus der Datenbank gelöscht"
+
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid "Album Art Not Located"
+msgstr "Cover nicht vorhanden"
+
+#: ../../albums.php:39 ../../albums.php:56 ../../albums.php:129
+msgid ""
+"Album Art could not be located at this time. This may be due to write access "
+"error, or the file is not received corectly."
+msgstr ""
+"Album konnte zur Zeit nicht gefunden werden. Dies kann an einem "
+"Schreibzugriffsfehler liegen oder die Daten wurden nicht korrekt empfangen"
+
+#: ../../albums.php:52 ../../albums.php:80
+msgid "Album Art Inserted"
+msgstr "Album Cover hinzugefügt"
+
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
+msgstr "Starte Aktualisierung von TAGs"
+
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
+msgstr "Aktualisierung von den TAGs vollständig"
+
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
+msgstr "Zurück"
+
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
+msgstr "Name der Instanz"
+
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
+msgstr ""
+
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
+msgstr ""
+
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "Datei"
+
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "Hochladen von Dateien nicht unterstützt"
+
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "Keine Datei hochgeladen"
+
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr ""
+"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nicht "
+"hochgeladen."
+
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
+msgstr ""
+"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s ist größer "
+"als die maximal erlaubte Größe (%d bytes)."
+
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
+msgstr ""
+"Ein Problem mit der hochgeladenen Datei wurde festgestellt: %s wurde nur "
+"teilweise hochgeladen."
+
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "Wiedergabeliste erstellt"
+
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " wurde erstellt"
+
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr "Wiedergabeliste aktualisiert"
+
+#: ../../playlist.php:79
+msgid "has been updated and is now"
+msgstr "wurde aktualisiert und ist nun"
+
+#: ../../playlist.php:101
+msgid "Playlist Imported"
+msgstr "Wiedergabeliste importiert"
+
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
+msgstr "Leere Wiedergabelisten gelöscht"
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr "Benutzer deaktiviert, bitte Admin kontaktieren"
+
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr "Kann neues Konto nicht erstellen"
+
+#: ../../login.php:92
+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:188
+msgid "Show Artists starting with"
+msgstr "Zeige Interpreten mit folgendem Beginn"
+
+#: ../../bin/print_tags.inc:66
+msgid ""
+"[print_tags.php.inc]\n"
+"This commandline script will display the tag information for the specified "
+"filename as it will \n"
+"appear to Ampache. \n"
+" \n"
+msgstr ""
+"[print_tags.php.inc]\n"
+"Dieses Kommandozeilen Skript zeigt die TAG Information der gewählten Datei "
+"wie sie \n"
+"in Ampache erscheinen. \n"
+" \n"
+
+#: ../../bin/print_tags.inc:72
+msgid "Filename:"
+msgstr "Dateiname:"
+
+#~ msgid " FOUND"
+#~ msgstr "GEFUNDEN"
+
+#~ msgid "Searching for new Album Art"
+#~ msgstr "Suche nach neuen Album Covers"
+
+#~ msgid "English"
+#~ msgstr "Englisch"
+
+#~ msgid "British English"
+#~ msgstr "Britisch Englisch"
+
+#~ msgid "Turkish"
+#~ msgstr "Türkisch"
+
+#~ msgid "Export Failed"
+#~ msgstr "Export fehlgeschlagen"
+
+#~ msgid "description"
+#~ msgstr "Beschreibung"
+
+#~ msgid "Language"
+#~ msgstr "Sprache"
+
+#~ msgid "Catalog Number"
+#~ msgstr "Katalognummer"
+
+#~ msgid "Last Updated"
+#~ msgstr "Letzte Aktualisierung"
+
+#~ 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"
+
+#~ msgid ""
+#~ "This steps takes the basic config values, and first attempts to write "
+#~ "them out directly to your webserver. If access is denied it will prompt "
+#~ "you to download the config file. Please put the downloaded config file "
+#~ "in /config"
+#~ msgstr ""
+#~ "In diesem Schritt werden die Werte für die Basis-Konfiguration benötigt, "
+#~ "und versucht die Konfiguration direkt in Konfigurationsdatei zu "
+#~ "schreiben. Ist der Zugriff nicht erlaubt, erhalten Sie eine Meldung die "
+#~ "Konfigurationsdatei herunterzuladen. Bitte speichern Sie dann die "
+#~ "editierte Konfigurationsdatei im Verzeichnis /config"
+
+#~ msgid "Rating Updated"
+#~ msgstr "Bewertung aktualisiert"
+
+#~ msgid "Your rating for this object has been updated"
+#~ msgstr "Ihre Bewertung für dieses Objekt wurde aktualisiert"
+
+#~ msgid "Playlist Cleared"
+#~ msgstr "Playlist gelöscht"
+
+#~ msgid "days"
+#~ msgstr "Tage"
+
+#~ msgid "hours"
+#~ msgstr "Stunden"
+
+#~ msgid "Starting Catalog Build"
+#~ msgstr "Starte Katalogerstellung"
+
+#~ msgid "Catalog Finished"
+#~ msgstr "Katalog fertig"
+
+#~ msgid "updated to"
+#~ msgstr "aktualisiert zu"
+
+#~ msgid "Rate"
+#~ msgstr "Anteil"
+
+#~ msgid "Mode"
+#~ msgstr "Modus"
+
+#~ msgid "Filesize"
+#~ msgstr "Dateigröße"
+
+#~ msgid "Approve"
+#~ msgstr "Erlauben"
+
+#~ msgid "Song(s) Removed from Playlist"
+#~ msgstr "Stück(e) von der Wiedergabeliste gelöscht"
+
+#~ msgid "No Catalogs Found!"
+#~ msgstr "Keine Kataloge gefunden"
+
+#~ msgid "Play Random"
+#~ msgstr "Spiele zufällige Stücke"
+
+#~ msgid "XML-RPC"
+#~ msgstr "XML-RPC"
+
+#~ msgid "Ampache New User Registration"
+#~ msgstr "Ampache neuen Benutzer registrieren"
+
+#~ msgid "Clear Info"
+#~ msgstr "Info löschen"
+
+#~ msgid "Select Best Guess"
+#~ msgstr "Wähle vermutlich besten"
+
+#~ msgid "Play All Songs By"
+#~ msgstr "Spiele alle Stücke von"
+
+#~ msgid "Play Random Songs By"
+#~ msgstr "Spiele Zufallsauswahl von"
+
+#~ msgid "Find duplicate artists"
+#~ msgstr "Doppelte Stücke anzeigen"
+
+#~ msgid "Minutes"
+#~ msgstr "Minuten"
+
+#~ msgid "Disable Songs"
+#~ msgstr "Sperre Stücke"
+
+#~ msgid "Play Random from Album"
+#~ msgstr "Spiele zufällig vom Album"
+
+#~ msgid "No user with this name registered"
+#~ msgstr "Kein Benutzer mit diesem Namen registriert"
+
+#~ msgid "The validation key used isn't correct."
+#~ msgstr "Die Prüfung des Schlüssels ergab dass diese nicht korrekt ist"
+
+#~ msgid "User activated"
+#~ msgstr "Benutzer aktiviert"
+
+#~ msgid "Error Access Denied"
+#~ msgstr "Fehler Zugriff verweigert"
+
+#~ msgid "album's with art"
+#~ msgstr "Alben mit Cover"
+
+#~ msgid "Album Art Already Found"
+#~ msgstr "Album Cover bereits gefunden"
+
+#~ msgid "Error: Name Identical"
+#~ msgstr "Fehler: Name identisch"
+
+#~ msgid "Show Genres starting with"
+#~ msgstr "Zeige Genres beginnend mit"
+
+#~ msgid "No songs in this playlist."
+#~ msgstr "Keine Stücke in dieser Wiedergabeliste"
+
+#~ msgid "New Playlist"
+#~ msgstr "Neue Wiedergabeliste"
+
+#~ msgid "Show w/o art"
+#~ msgstr "Ohne Cover"
+
+#~ msgid "Show all"
+#~ msgstr "Zeige Alle"
+
+#~ msgid "Add a new user"
+#~ msgstr "Neuen Benutzer hinzufügen"
+
+#~ msgid ""
+#~ "You defined the option \"debug = on\" but didn't define a log path for "
+#~ "the log to be stored"
+#~ msgstr ""
+#~ "Sie haben die Option \"debug = on\" definiert und keinen Pfad für die "
+#~ "Logdatei angegeben"
+
+#~ msgid "The Catalog and all associated records has been deleted"
+#~ msgstr "Der Katalog und alle damit verbundenen Datensätze wurde gelöscht"
+
+#~ msgid "Catalog Created and Songs Indexed"
+#~ msgstr "Katalog erstellt und Stücke indiziert"
+
+#~ msgid "Do you really want to clear the statistics for this catalog?"
+#~ msgstr "Wollen sie wirklich die Katalogstatistik dieses Kataloges löschen?"
+
+#~ msgid "Site"
+#~ msgstr "Seite"
+
+#~ msgid "Confirm Delete"
+#~ msgstr "Löschen bestätigen"
+
+#~ msgid "Do you really want to delete this Access Record?"
+#~ msgstr "Wollen sie wirklich diesen Zugangs-Eintrag löschen?"
+
+#~ msgid "Entry Deleted"
+#~ msgstr "Eintrag gelöscht"
+
+#~ msgid "Entry Added"
+#~ msgstr "Eintrag hinzugefügt"
+
+#~ msgid "Entry Updated"
+#~ msgstr "Eintrag aktualisiert"
+
+#~ msgid "Module Activated"
+#~ msgstr "Modul aktiviert"
+
+#~ msgid "Are you sure you want to remove this module?"
+#~ msgstr "Wollen sie wirklich das Modul deaktivieren?"
+
+#~ msgid "Module Deactivated"
+#~ msgstr "Modul deaktiviert"
+
+#~ msgid "No Playlists Found"
+#~ msgstr "Keine Wiedergabelisten gefunden"
+
+#~ msgid "Controls"
+#~ msgstr "Bedienelemente"
+
+#~ msgid "Users"
+#~ msgstr "Benutzer"
+
+#~ msgid "Config"
+#~ msgstr "Konfiguration"
+
+#~ msgid "Access List"
+#~ msgstr "Zugriffsliste"
+
+#~ msgid "Democratic View"
+#~ msgstr "Demokratische Ansicht"
+
+#~ msgid "Rename Artist"
+#~ msgstr "Interpret umbenennen"
+
+#~ msgid "Results Per Page"
+#~ msgstr "Anzeigen pro Seite"
+
+#~ msgid "Module Name"
+#~ msgstr "Modul Name"
+
+#~ msgid "Admin Controls"
+#~ msgstr "Admin Bedienelement"
+
+#~ msgid "Newest Artist Additions"
+#~ msgstr "Neuste Interpretenzugänge"
+
+#~ msgid "Newest Album Additions"
+#~ msgstr "Neuste Albenzugänge"
+
+#~ msgid "Newest Live Stream Additions"
+#~ msgstr "Neuester Live Stream"
+
+#~ msgid "Playlist Actions"
+#~ msgstr "Wiedergabelisten-Aktionen"
+
+#~ msgid "Edit Playlist"
+#~ msgstr "Wiedergabeliste editieren"
+
+#~ msgid "Play This Playlist"
+#~ msgstr "Spiele diese Wiedergabeliste"
+
+#~ msgid "Delete This Playlist"
+#~ msgstr "Diese Wiedergabeliste löschen"
+
+#~ msgid "Import From File"
+#~ msgstr "Importiere von Datei"
+
+#~ msgid "Delete Empty Playlists"
+#~ msgstr "Lösche leere Wiedergabelisten"
+
+#~ msgid "Localplay Init Failed"
+#~ msgstr "Lokal abspielen fehlgeschlagen"
+
+#~ msgid "Show Albums starting with"
+#~ msgstr "Zeige Alben beginnend mit"
+
+#~ msgid "Show Titles Starting With"
+#~ msgstr "Zeige Titel mit folgendem Beginn"
+
+#~ msgid "Lists"
+#~ msgstr "Listen"
+
+#~ msgid "Error: Password Does Not Match or Empty"
+#~ msgstr "Fehler: Passwort falsch oder nicht ausgefüllt"
+
+#~ msgid "Password Updated"
+#~ msgstr "Passwort aktualisiert"
+
+#~ msgid "Playlist Deleted"
+#~ msgstr "Wiedergabeliste gelöscht"
+
+#~ msgid "The Requested Playlist has been deleted"
+#~ msgstr "Die gewünschte Wiedergabeliste wurde gelöscht"
+
+#~ msgid "Are you sure you want to delete this playlist"
+#~ msgstr "Wollen sie wirklich diese Wiedergabeliste löschen?"
+
+#~ msgid "Confirm Action"
+#~ msgstr "Aktion bestätigen"
+
+#~ msgid "Remote Selected Tracks"
+#~ msgstr "Entfernt Ausgewählte Stücke"
+
+#~ msgid "Error: Unable to write to"
+#~ msgstr "Fehler: Kann nicht schreiben in"
+
+#~ msgid "Error: Upload directory not inside a catalog"
+#~ msgstr "Fehler: Upload Verzeichnis liegt nicht innerhalb eines Kataloges"
+
+#~ msgid "Adding"
+#~ msgstr "Hinzufügen"
+
+#~ msgid "to database"
+#~ msgstr "in die Datenbank"
+
+#~ msgid ""
+#~ "\n"
+#~ "\t\n"
+#~ "************* WARNING *************\n"
+#~ "This script will move, and \n"
+#~ "potentially delete uploaded files.\n"
+#~ "************* WARNING *************\n"
+#~ "\n"
+#~ "All files marked for add will be moved to the upload directory. All "
+#~ "files \n"
+#~ "marked for deletion will be deleted. This script must be run as a user "
+#~ "with\n"
+#~ "sufficient rights to perform the above two functions. \n"
+#~ "\n"
+#~ "\t\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\t\n"
+#~ "************* WARNUNG *************\n"
+#~ "Dieses Skript wird hochgeladene Dateien \n"
+#~ "verschieben potentiell löschen.\n"
+#~ "************* WARNUNG *************\n"
+#~ "\n"
+#~ "Alle zum hinzufügen markierten Dateien werden in das Upload-Verzeichnis "
+#~ "verschoben. Alle zum löschen \n"
+#~ "markierten Dateien werden gelöscht. Dieses Skript muss unter einem "
+#~ "Benutzer laufen der ausreichende Rechte \n"
+#~ "besitzt die beiden oben genannten Funktionen auszuführen. \n"
+#~ "\n"
+#~ "\t\n"
+
+#~ msgid "Continue? (Y/N):"
+#~ msgstr "Weiter? (Y/N)"
+
+#~ msgid "Error: "
+#~ msgstr "Fehler:"
+
+#~ msgid "You are currently logged in as"
+#~ msgstr "Momentan angemeldet als"
+
+#~ msgid "Song title"
+#~ msgstr "Titel"
+
+#~ msgid "Total"
+#~ msgstr "Insgesamt"
+
+#~ msgid "Rebuild Preferences"
+#~ msgstr "Einstellungen neu erstellen"
+
+#~ msgid "Interface"
+#~ msgstr "Grundeinstellungen"
+
+#~ msgid "Streaming"
+#~ msgstr "Datenstrom"
+
+#~ msgid ""
+#~ "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/el_GR/LC_MESSAGES/messages.mo b/locale/el_GR/LC_MESSAGES/messages.mo
index 57b7408e..a743d873 100644
--- a/locale/el_GR/LC_MESSAGES/messages.mo
+++ b/locale/el_GR/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/el_GR/LC_MESSAGES/messages.po b/locale/el_GR/LC_MESSAGES/messages.po
index 3f9a0955..5ddd781d 100644
--- a/locale/el_GR/LC_MESSAGES/messages.po
+++ b/locale/el_GR/LC_MESSAGES/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\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,928 +16,172 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr "Η συνεδρία εξέπνευσε: Παρακαλώ ξαναμπείτε"
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-msgid "Private"
-msgstr "Ιδιωτικός"
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr "Δίσκος"
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr "Καλλιτέχνες"
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr "Ποικίλα"
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr "Σφάλμα: Αδύνατο να ανοιχτεί"
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr "Όλα"
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr "Προβολή"
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-msgid "Read"
-msgstr "Ανάγνωση"
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr "Ανάγνωση/Εγγραφή"
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr "Ποτέ"
-
-#: ../../lib/class/catalog.class.php:176
-#, fuzzy
-msgid "day"
-msgid_plural "days"
-msgstr[0] "ημέρα"
-msgstr[1] "ημέρα"
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-#, fuzzy
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] "ώρα"
-msgstr[1] "ώρα"
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr "Εκτελείται Απομακρυσμένος Συγχρονισμός"
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr "Σφάλμα: Αδύνατο να μεταβώ στον κατάλογο"
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr "Σφάλμα: Αδύνατο να υπολογίσω το μέγεθος αρχείου για το"
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr "είναι μη αναγνώσιμο από τον ampache"
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr "Ενημερωμένο"
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr "Δε χρειάζεται ενημέρωση"
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr "Εκτελείται Απομακρυσμένη Ενημέρωση"
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr "Η playlist προστέθηκε από"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr "Ολοκληρώθηκε η ενημέρωση του Καταλόγου"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr "Συνολικά Τραγούδια"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr "Τραγούδια ανά Δευτερόλεπτο"
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr "Σφάλμα"
-
-#: ../../lib/class/catalog.class.php:1204
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-msgstr ""
-"Αδύνατη η φόρτωση της βιβλιοθήκης XMLRPC, βεβαιώστε ότι το XML-RPC είναι "
-"ενεργοποιημένο"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
-msgstr "Σφάλμα στη σύνδεση με"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
-msgstr "Κωδικός"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
-msgstr "Αιτία"
-
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
-msgstr "Ολοκληρώθηκε η ενημέρωση απομακρυσμένου(ων) καταλόγου(ων)"
-
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
-msgstr "Προστέθηκε"
-
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
-msgstr "Η Ρίζα των καταλόγων δεν μπορεί να αναγνωσθεί, η εκκαθάριση διακόπηκε"
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
-msgstr "Η εκκαθάριση των καταλόγων Ολοκληρώθηκε"
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
-msgstr "αρχεία αφαιρέθηκαν"
-
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
-msgstr "Βελτιστοποίηση Πινάκων"
-
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
-msgstr "ΒΡΕΘΗΚΕ(ΑΝ)"
-
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
-msgstr "Αναζήτηση νέου εξωφύλλου"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Update Finished."
-msgstr "Ολοκληρώθηκε η ενημέρωση"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Checked"
-msgstr "Ελέγχθηκαν"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "songs updated."
-msgstr "τραγούδια ενημερώθηκαν"
-
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
-msgstr "Άγνωστα (Μεμονωμένα)"
-
-#: ../../lib/class/flag.class.php:251
-msgid "Approved"
-msgstr "Εγκρίθηκαν"
-
-#: ../../lib/class/flag.class.php:252
-msgid "Pending"
-msgstr "Εκκρεμούν"
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr "Διαγραφή"
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr "Επανεγγραφή tags"
-
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr "Επανακωδικοποίηση"
-
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-msgid "Other"
-msgstr "Άλλα"
-
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr "Άγνωστο"
-
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
-msgstr "Τώρα παίζει"
-
-#: ../../lib/class/localplay.class.php:642
-msgid "Stopped"
-msgstr "Διακόπηκε"
-
-#: ../../lib/class/localplay.class.php:645
-msgid "Paused"
-msgstr "Σε παύση"
-
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
-msgstr "Σφάλμα: Απαιτείται όνομα χρήστη"
-
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
-msgstr "Σφάλμα: Οι κωδικοί δεν ταιριάζουν"
-
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
-msgstr "Τραγούδια"
-
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr "Άλμπουμς"
-
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-msgid "Genres"
-msgstr "Είδη"
-
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
-msgstr "Διαχείριση Χρηστών"
-
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
-msgstr "Ραδιοφωνικοί Σταθμοί"
-
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
-msgstr "Playlists"
-
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
-msgstr "Τραγούδια από playlist"
-
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-msgid "Catalogs"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr "Εγγραφές Shoutbox"
-
-#: ../../lib/class/browse.class.php:748
-msgid "Flagged Records"
-msgstr "Μαρκαρισμένες εγγραφές"
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr "Σχετικό άλμπουμ"
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr "Σχετικό Είδος"
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr "Σχετικό Καλλιτέχνης"
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr "Στην τύχη"
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr "λεπτά"
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr ""
-
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
-msgstr "Μην το παίξεις"
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr "Είναι αρκετά άσχημο"
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr "Είναι ΟΚ"
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr "Είναι αρκετά καλό"
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
-msgstr "Το λατρεύω!"
-
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
-msgstr "Είναι τρελό"
-
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
-msgstr "Έξω από τα charts"
-
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr "Ενεργό"
-
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
-msgstr "Ανενεργό"
-
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-msgid "None"
-msgstr "Κανένα"
-
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
-msgstr "Ροή"
-
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
-msgstr "Δημοκρατική"
-
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-msgid "Localplay"
-msgstr "Τοπική Αναπαραγωγή"
-
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
-msgstr "Αναπαραγωγή Flash"
-
-#: ../../lib/preferences.php:189
-msgid "M3U"
-msgstr "M3U"
-
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
-msgstr "Απλή M3U"
-
-#: ../../lib/preferences.php:191
-msgid "PLS"
-msgstr "PLS"
-
-#: ../../lib/preferences.php:192
-msgid "Asx"
-msgstr "Asx"
-
-#: ../../lib/preferences.php:193
-msgid "RAM"
-msgstr "RAM"
-
-#: ../../lib/preferences.php:194
-msgid "XSPF"
-msgstr "XSPF"
-
-#: ../../lib/preferences.php:228
-msgid "Disabled"
-msgstr "Απενεργοποιημένο"
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
-msgstr "Χρήστης"
-
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr "Μάνατζερ"
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
-msgstr "Διαχειριστής"
-
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr "Στείλε με την προσθήκη"
-
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
-msgstr "Στείλε και καθάρισε με την προσθήκη"
-
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
-msgstr "Καθάρισε με την αποστολή"
-
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
-msgstr "Προκαθορισμένη"
-
-#: ../../lib/preferences.php:262
-msgid "Always"
-msgstr "Πάντα"
-
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
-msgstr "Αγγλικά"
-
-#: ../../lib/general.lib.php:398
-msgid "British English"
-msgstr "Βρετανικά Αγγλικά"
+#: ../../register.php:73
+msgid "Error Captcha Required"
+msgstr "Σφάλμα Απαιτείται Captcha"
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
-msgstr "Τουρκικά"
+#: ../../register.php:80
+msgid "Error Captcha Failed"
+msgstr "Σφάλμα το Captcha απέτυχε"
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
-msgstr "Απλοποιημένα κινέζικα"
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
+msgstr "Πρέπει να συμφωνήσετε με τους όρους χρήσης"
-#: ../../lib/general.lib.php:467
-msgid "On"
-msgstr "Ενεργό"
+#: ../../register.php:92
+msgid "You did not enter a username"
+msgstr "Δε δώσατε όνομα Χρήστη"
-#: ../../lib/general.lib.php:470
-msgid "Off"
-msgstr "Ανενεργό"
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr "Παρακαλώ συμπληρώστε το ονοματεπώνυμό σας"
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
-msgstr "Δεν ορίστηκε Όνομα Χρήστη/Κωδικός"
+#: ../../register.php:122
+msgid "You must enter a password"
+msgstr "Πρέπει να δώσετε κωδικό"
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
+#: ../../register.php:126
+msgid "Your passwords do not match"
msgstr "Οι κωδικοί δεν ταιριάζουν"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr "δευτερόλεπτα νωρίτερα"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
-msgstr "λεπτά νωρίτερα"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
-msgstr "ώρες νωρίτερα"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
-msgstr "μέρες νωρίτερα"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr "εβδομάδες νωρίτερα"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr "μήνες νωρίτερα"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
-msgstr "χρόνια νωρίτερα"
-
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
-msgstr "Αρχική"
-
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
-msgstr "Ανέβασμα"
-
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
-msgstr "Τοπική Αναπαραγωγή"
-
-#: ../../lib/ui.lib.php:350
-msgid "Random Play"
-msgstr "Τυχαία Αναπαραγωγή"
-
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Playlist"
-
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
-msgstr "Αναζήτηση"
-
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
-msgstr "Προτιμήσεις"
-
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-msgid "Admin-Catalog"
-msgstr "Κατάλογος Διαχειριστή"
-
-#: ../../lib/ui.lib.php:370
-msgid "Admin-User Management"
-msgstr "Διαχείριση Χρηστών"
-
-#: ../../lib/ui.lib.php:374
-msgid "Admin-Mail Users"
-msgstr "Χρήστες E-mail"
-
-#: ../../lib/ui.lib.php:378
-msgid "Admin-Manage Access Lists"
-msgstr "Διαχείριση λιστών πρόσβασης"
-
-#: ../../lib/ui.lib.php:382
-msgid "Admin-Site Preferences"
-msgstr "Προτιμήσεις Ιστοτόπου"
-
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
-msgstr "Διαχείριση Λειτουργικών Μονάδων"
-
-#: ../../lib/ui.lib.php:390
-msgid "Browse Music"
-msgstr "Περιήγηση στη Μουσική"
-
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
-msgstr "Είδος"
-
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
-msgid "Statistics"
-msgstr "Στατιστικά"
-
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
-msgstr "Προσθήκη Νέου"
-
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr "Συστάσεις"
-
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
-msgstr ""
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
+msgstr "Σφάλμα: Το όνομα Χρήστης υπάρχει ήδη"
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr "Σύνδεσμοι"
+#: ../../register.php:158
+msgid "Error: Insert Failed"
+msgstr "Σφάλμα: Η εισαγωγή απέτυχε"
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
-msgstr "Εύρεση χαμένων κομματιών"
+#: ../../update.php:47 ../../update.php:51
+msgid "Ampache Update"
+msgstr "Ενημέρωση Ampache"
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
-msgstr "Τίτλος"
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
+msgstr "Η συνεδρία εξέπνευσε: Παρακαλώ ξαναμπείτε"
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr "Κομμάτι"
+#: ../../radio.php:50
+msgid "Radio Station Added"
+msgstr "Ο Ραδιοφωνικός Σταθμός προστέθηκε"
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr "Καλλιτέχνης"
+#: ../../admin/flag.php:89
+msgid "Song Updated"
+msgstr "Τραγούδια Ενημερώθηκαν"
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
-msgid "Recently Played"
-msgstr "Παίχτηκαν πρόσφατα"
+#: ../../admin/flag.php:89
+msgid "The requested song has been updated"
+msgstr "Το τραγούδι έχει ενημερωθεί"
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
-msgstr "Όνομα Instance"
+#: ../../admin/flag.php:131
+msgid "Album Updated"
+msgstr "Το άλμπουμ ενημερώθηκε"
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
-msgstr "Όνομα Εξυπηρετητή"
+#: ../../admin/flag.php:173
+msgid "Artist Updated"
+msgstr "Ο καλλιτέχνης ενημερώθηκε"
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
-msgstr "Πόρτα"
+#: ../../admin/flag.php:238
+msgid "Songs Updated"
+msgstr "Τραγούδια ενημερώθηκαν"
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
-msgstr "Κωδικός"
+#: ../../admin/flag.php:246
+msgid "Flag Removed"
+msgstr "Αφαιρέθηκε το μαρκάρισμα"
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "αρχείο"
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
+msgstr "Αφαιρέθηκε το μαρκάρισμα από"
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr "Το ανέβασμα αρχείων δεν υποστηρίζεται"
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
+msgstr "Τα μαρκαρίσματα ενημερώθηκαν"
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "Το αρχείο δεν ανέβηκε"
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
+msgstr "Τραγούδια απενεργοποιήθηκαν"
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr "Υπήρξε πρόβλημα με το ανέβασμα του αρχείο. Κανένα αρχείο δεν ανέβηκε"
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
+msgstr "Τα ζητηθέντα τραγούδια έχουν απενεργοποιηθεί"
-#: ../../modules/horde/Browser.php:901
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was larger than the maximum "
-"allowed size (%d bytes)."
-msgstr ""
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
+msgstr "Τραγούδια ενεργοποιήθηκαν"
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr ""
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
+msgstr "Τα ζητηθέντα τραγούδια έχουν ενεργοποιηθεί"
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
msgid "Catalog Updated"
msgstr "Ο Κατάλογος ενημερώθηκε"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "Catalog Deleted"
msgstr "Ο κατάλογος διαγράφηκε"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "The Catalog and all associated records have been deleted"
msgstr "Ο Κατάλογος και οι συσχετισμένες εγγραφές έχουν διαγραφεί"
-#: ../../admin/catalog.php:112
+#: ../../admin/catalog.php:119
msgid "Songs Removed"
msgstr "Τραγούδια αφαιρέθηκαν"
-#: ../../admin/catalog.php:115
+#: ../../admin/catalog.php:122
msgid "No Songs Removed"
msgstr "Κανένα τραγούδι δεν αφαιρέθηκε"
-#: ../../admin/catalog.php:118
+#: ../../admin/catalog.php:125
msgid "Disabled Songs Processed"
msgstr "Επεξεργασμένα απενεργοποιημένα τραγούδια"
-#: ../../admin/catalog.php:138
+#: ../../admin/catalog.php:146
msgid "Catalog Cleaned"
msgstr "Ο Κατάλογος καθαρίστηκε"
-#: ../../admin/catalog.php:188
+#: ../../admin/catalog.php:197
msgid "Catalog Created"
msgstr "Κατάλογος δημιουργήθηκε"
-#: ../../admin/catalog.php:205
+#: ../../admin/catalog.php:214
msgid "Catalog statistics cleared"
msgstr "Καθαρίστηκαν τα στατιστικά του καταλόγου"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "Now Playing Cleared"
msgstr "Καθαρίστηκαν αυτά που παίζουν τώρα"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "All now playing data has been cleared"
msgstr "Όλα τα στοιχεία σχετικά με αυτά που παίζουν τώρα καθαρίστηκαν"
-#: ../../admin/catalog.php:232
+#: ../../admin/catalog.php:241
msgid "No Disabled songs found"
msgstr "Δεν βρέθηκαν απενεργοποιημένα τραγούδια"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Delete Catalog"
msgstr "Διαγραφή Καταλόγου"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Do you really want to delete this catalog?"
msgstr "Θέλετε σίγουρα να διαγράψετε αυτόν τον κατάλογο;"
-#: ../../admin/catalog.php:260
+#: ../../admin/catalog.php:270
msgid "Album Art Search Finished"
msgstr "Ολοκληρώθηκε η αναζήτηση εξωφύλλων"
-#: ../../admin/flag.php:89
-msgid "Song Updated"
-msgstr "Τραγούδια Ενημερώθηκαν"
-
-#: ../../admin/flag.php:89
-msgid "The requested song has been updated"
-msgstr "Το τραγούδι έχει ενημερωθεί"
-
-#: ../../admin/flag.php:131
-msgid "Album Updated"
-msgstr "Το άλμπουμ ενημερώθηκε"
-
-#: ../../admin/flag.php:173
-msgid "Artist Updated"
-msgstr "Ο καλλιτέχνης ενημερώθηκε"
-
-#: ../../admin/flag.php:238
-msgid "Songs Updated"
-msgstr "Τραγούδια ενημερώθηκαν"
-
-#: ../../admin/flag.php:246
-msgid "Flag Removed"
-msgstr "Αφαιρέθηκε το μαρκάρισμα"
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr "Αφαιρέθηκε το μαρκάρισμα από"
-
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
-msgstr "Τα μαρκαρίσματα ενημερώθηκαν"
-
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
-msgstr "Τραγούδια απενεργοποιήθηκαν"
-
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
-msgstr "Τα ζητηθέντα τραγούδια έχουν απενεργοποιηθεί"
-
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
-msgstr "Τραγούδια ενεργοποιήθηκαν"
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
+msgstr "Σφάλμα: Απαιτείται όνομα χρήστη"
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
-msgstr "Τα ζητηθέντα τραγούδια έχουν ενεργοποιηθεί"
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
+msgstr "Σφάλμα: Οι κωδικοί δεν ταιριάζουν"
#: ../../admin/users.php:83
msgid "User Updated"
@@ -947,17 +191,44 @@ msgstr "Ο Χρήστης ενημερώθηκε"
msgid "updated"
msgstr "ενημερώθηκε"
-#: ../../admin/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
-msgstr "Σφάλμα: Το όνομα Χρήστης υπάρχει ήδη"
-
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
msgid "Guest"
msgstr "Επισκέπτης"
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
+msgstr "Χρήστης"
+
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
+msgstr "Διαχειριστής"
+
#: ../../admin/users.php:129
msgid "New User Added"
msgstr "Προστέθηκε νέος χρήστης"
@@ -970,6 +241,10 @@ msgstr "Ο Χρήστης ενεργοποιήθηκε"
msgid "User Disabled"
msgstr "Ο Χρήστης απενεργοποιήθηκε"
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
+msgstr "Σφάλμα"
+
#: ../../admin/users.php:142
msgid "Unable to Disabled last Administrator"
msgstr "Αδύνατο να απενεργοποιηθεί ο τελευταίος Διαχειριστής"
@@ -998,26 +273,34 @@ msgstr "Είστε σίγουροι για την οριστική διαγρα
msgid "Install Failed, Controller Error"
msgstr "Η εγκατάσταση απέτυχε, σφάλμα ελεγκτή"
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
msgid "Are you sure you want to remove this plugin?"
msgstr "Είστε σίγουροι για την αφαίρεση αυτού του πρόσθετου"
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
msgid "Plugin Deactivated"
msgstr "Το πρόσθετο απενεργοποιήθηκε"
-#: ../../admin/modules.php:85
+#: ../../admin/modules.php:87
msgid "Plugin Activated"
msgstr "Το πρόσθετο ενεργοποιήθηκε"
-#: ../../admin/modules.php:120
+#: ../../admin/modules.php:122
msgid "Plugins"
msgstr "Πρόσθετα"
-#: ../../admin/modules.php:126
+#: ../../admin/modules.php:128
msgid "Localplay Controllers"
msgstr "Ελεγκτές τοπικής αναπαραγωγής"
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
+msgstr ""
+
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
+msgstr ""
+
#: ../../admin/access.php:35
msgid "Deleted"
msgstr "Διαγράφηκε(αν)"
@@ -1026,14 +309,33 @@ msgstr "Διαγράφηκε(αν)"
msgid "Your Access List Entry has been removed"
msgstr "Η εγγραφές στη λίστα πρόσβασης έχει αφαιρεθεί"
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
+msgstr "Προστέθηκε"
+
#: ../../admin/access.php:40
msgid "Your new Access List Entry has been created"
msgstr "Η νέα εγγραφή σας στη λίστα πρόσβασης έχει δημιουργηθεί"
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
+msgstr "Ενημερωμένο"
+
#: ../../admin/access.php:45
msgid "Access List Entry updated"
msgstr "Η εγγραφή σας στη λίστα πρόσβασης ενημερώθηκε"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
+msgstr ""
+
#: ../../admin/mail.php:57
msgid "E-mail Sent"
msgstr "Στάλθηκε E-mail"
@@ -1042,84 +344,282 @@ msgstr "Στάλθηκε E-mail"
msgid "Your E-mail was successfully sent."
msgstr "To e-mail στάλθηκε επιτυχώς"
-#: ../../admin/system.php:64
-msgid "Export Failed"
-msgstr "Η εξαγωγή απέτυχε"
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
+msgstr "Εξυπηρετητής"
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
+#: ../../preferences.php:91
+msgid "Error Update Failed"
+msgstr "Σφάλμα: Η ενημέρωση απέτυχε"
+
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
+msgstr "Ο λογαριασμός σας ενημερώθηκε"
+
+#: ../../flag.php:45
+msgid "Item Flagged"
+msgstr "Το στοιχείο μαρκαρίστηκε"
+
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
+msgstr "Το συγκεκριμένο στοιχείο έχει μαρκαριστεί"
+
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+msgid "Catalogs"
msgstr ""
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
+#: ../../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:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../templates/show_edit_live_stream_row.inc.php:26
+#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52
+msgid "Name"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
-msgstr "Άλμπουμς της στιγμής"
+#: ../../templates/show_admin_tools.inc.php:34
+#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
+msgstr "Ενέργεια"
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
+msgstr "Προσθήκη"
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
-msgstr "Παίξε"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr "Επικύρωση"
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
-msgstr "Προσθήκη στην playlist"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
+msgstr "Καθαρισμός"
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
-msgstr "Προσθήκη σε νέα playlist"
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
+msgstr "Όλα"
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
-msgstr "Διαδοχικό κατέβασμα"
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
+msgstr "Διαγραφή"
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
-msgid "Clear Playlist"
-msgstr "Καθαρισμός playlist"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
+msgstr "Γρήγορα"
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
-msgstr "Προσθήκη Δυναμικών Στοιχείων"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
+msgstr "Συγκέντρωση εξωφύλλων"
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
-msgstr "Ανεπαρκή δεδομένα"
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
+msgstr "Δεν βρέθηκαν κατάλογοι"
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
-msgstr "Περισσότερα"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
+msgstr "Καθαρισμός όλων"
+
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
+msgstr "Επικύρωση όλων"
+
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
+msgstr "Προσθήκη σε όλους"
+
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
+msgstr "Ενημέρωση όλων"
+
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
+msgstr "Προσθήκη καταλόγου"
+
+#: ../../templates/show_admin_tools.inc.php:83
+msgid "Clear Catalog Stats"
+msgstr "Καθαρισμός στατιστικών Καταλόγου"
+
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr "Συγκέντρωση εξωφύλλων"
+
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:43
+msgid "Other Tools"
+msgstr "Άλλα εργαλεία"
+
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "Δείξε διπλότυπα τραγούδια"
+
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:48
+msgid "Clear Now Playing"
+msgstr "Καθαρισμός όσων παίζουν τώρα"
+
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
+msgstr "Δημιουργία νέου σετ ρυθμίσεων"
+
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
+msgstr "Δικαιώματα προτιμήσεων"
+
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
+msgstr "Εξαγωγή σε βάση Itunes"
+
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
+msgstr "Δείξε ανενεργούς χρήστες"
+
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr "Έλεγχος νέας έκδοσης"
+
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+msgid "Object"
+msgstr "Αντικείμενο"
+
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Μαρκάρισμα"
+
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
+msgstr "Σχόλιο"
+
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
+msgstr "Κατάσταση"
+
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+msgid "No Records Found"
+msgstr "Δεν βρέθηκαν εγγραφές"
#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
#: ../../templates/show_install_lang.inc.php:32
#: ../../templates/show_install_config.inc.php:32
+#: ../../templates/show_install.inc.php:32
msgid "Ampache Installation"
msgstr "Εγκατάσταση"
#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
#: ../../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 "
@@ -1130,9 +630,9 @@ msgstr ""
"ικανοποιείτε τις ακόλουθες προϋποθέσεις"
#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
#: ../../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 ""
@@ -1148,9 +648,9 @@ msgstr ""
"dist.php αρχείων"
#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
#: ../../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 "
@@ -1163,8 +663,8 @@ msgstr ""
"επεξεργαστείτε το /config/ampache.cfg.php"
#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
#: ../../templates/show_install_config.inc.php:48
+#: ../../templates/show_install.inc.php:52
msgid "Step 1 - Creating and Inserting the Ampache Database"
msgstr "Βήμα 1 - Δημιουργία Βάσης Δεδομένων"
@@ -1173,8 +673,8 @@ msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr "Βήμα 2- Δημιουργία του ampache.cfg.php αρχείου"
#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
#: ../../templates/show_install_config.inc.php:53
+#: ../../templates/show_install.inc.php:57
msgid "Step 3 - Setup Initial Account"
msgstr "Βήμα 3 - Δημιουργία αρχικού λογαριασμού"
@@ -1191,20 +691,30 @@ msgid "Create Admin Account"
msgstr "Δημιουργία Λογαριασμού Διαχειριστή"
#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
#: ../../templates/show_now_playing_row.inc.php:29
#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
msgid "Username"
msgstr "Όνομα Χρήστη"
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
+msgstr "Κωδικός"
+
#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_add_user.inc.php:63
#: ../../templates/show_account.inc.php:47
msgid "Confirm Password"
@@ -1214,889 +724,887 @@ msgstr "Επιβεβαίωση Κωδικού"
msgid "Create Account"
msgstr "Δημιουργία Λογαριασμού"
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
-msgstr "Προσθήκη καταλόγου"
-
-#: ../../templates/show_add_catalog.inc.php:27
-msgid ""
-"In the form below enter either a local path (i.e. /data/music) or the URL to "
-"a remote Ampache installation (i.e http://theotherampache.com)"
-msgstr ""
-"Στην παρακάτω φόρμα συμπλήρωσε μία τοπική διαδρομή (πχ /data/music) ή το url "
-"μια απαμακρυσμένης εγκατάστασης Ampache"
-
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
-msgstr "Όνομα Καταλόγου"
-
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
-msgstr "Πεδία που εισάγονται αυτόματα"
-
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr "όνομα άλμπουμ"
-
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr "όνομα καλλιτέχνη"
-
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
-msgstr "σχόλιο id3"
-
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr "είδος"
-
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
-msgstr "αριθμός κομματιού (με το 0 αρχικό)"
-
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
-msgstr "τίτλος τραγουδιού"
-
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr "χρόνος"
-
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr "άλλα"
-
-#: ../../templates/show_add_catalog.inc.php:48
#: ../../templates/show_catalogs.inc.php:33
#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
msgid "Path"
msgstr "Διαδρομή"
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
-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:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
-msgstr "XML-RPC Key"
-
-#: ../../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:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
-msgstr "Σχέδιο ονόματος Φακέλου"
-
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
-msgstr "χωρίς '/' στην αρχή ή στο τέλος"
-
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
-msgstr "Συγκέντρωση εξωφύλλων"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
+msgstr "Τελευταία επικύρωση"
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
-msgstr "Χτίσε playlists από m3u αρχεία"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr "Τελευταία Προσθήκη"
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
-msgstr "Προσθήκη Καταλόγου"
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
+msgstr "Ενέργειες"
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
-msgstr "Έλεγχος Τοπικής Αναπαραγωγής"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr "Συγκέντρωση όλων των εξωφύλλων"
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
-msgstr "Σίγαση"
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
+msgstr "XSPF Player"
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
-msgstr "Μείωση Έντασης"
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
+msgstr "Απόρριψη"
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
-msgstr "Αύξηση Έντασης"
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
+msgstr "Ενεργό"
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
-msgstr "Ένταση"
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
+msgstr "Λεπτομέρειες"
-#: ../../templates/show_localplay_status.inc.php:33
-msgid "Repeat"
-msgstr "Επανάληψη"
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
+msgstr "Αναζήτηση με βάση"
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
-msgstr "Τυχαία"
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+msgid "Song Title"
+msgstr "Τίτλος Τραγουδιού"
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
-msgstr "Προσθήκη"
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
+msgstr "Άλμπουμς"
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
-msgstr "Όνομα playlist"
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
+msgstr "Καλλιτέχνης"
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
-msgstr "Τραγούδια"
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
+msgstr "Είδος"
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
-msgstr "Ιδιοκτήτης"
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
+msgstr "Playlist"
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
-msgstr "Ενέργειες"
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
+msgstr "Ραδιοφωνικοί Σταθμοί"
-#: ../../templates/show_album_row.inc.php:43
-#: ../../templates/show_song_row.inc.php:37
-msgid "Post Shout"
-msgstr "Στείλε Shout"
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
+msgstr "Φίλτρα"
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
-#: ../../templates/show_live_stream_row.inc.php:31
-#: ../../templates/show_playlist_row.inc.php:37
-msgid "Edit"
-msgstr "Επεξεργασία"
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
+msgstr "Αρχίζουν από"
-#: ../../templates/show_similar_artists.inc.php:23
-msgid "Similar Artists"
-msgstr "Παρόμοιοι καλλιτέχνες"
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
+msgstr "Ελάχιστο Πλήθος"
-#: ../../templates/show_similar_artists.inc.php:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr "Ελέγξτε τους καλλιτέχνες που θέλετε να συγχωνευθούν με τον τρέχοντα"
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
+msgstr "Αξιολογημένα"
-#: ../../templates/show_similar_artists.inc.php:66
-msgid "Back"
-msgstr "Πίσω"
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
+msgstr "Δεν έχουν παιχτεί"
-#: ../../templates/show_similar_artists.inc.php:77
-msgid "Rename selected"
-msgstr "Μετονομασία επιλογής"
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
+msgstr "Δείξε Εξώφυλλα"
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
-msgstr "Ακύρωση"
+#: ../../templates/sidebar_browse.inc.php:69
+msgid "All Playlists"
+msgstr "Όλες οι playlists"
-#: ../../templates/show_similar_artists.inc.php:91
-msgid "Advanced Options"
-msgstr "Προχωρημένες Επιλογές"
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
+msgstr "Ποτέ"
-#: ../../templates/show_similar_artists.inc.php:152
-msgid "Search Again"
-msgstr "Αναζήτηση πάλι"
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
+msgstr "Άγνωστο"
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
-msgstr "Προσθήκη στιγμιοτύπου"
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
+msgstr "Ονοματεπώνυμο"
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
-msgstr "Δείξε Στιγμιότυπα"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+msgstr "Ημερομηνία Δημιουργίας"
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
-msgstr "Δείξε playlist"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
+msgstr "Τελευταία τον είδαμε"
-#: ../../templates/sidebar_localplay.inc.php:42
-msgid "Active Instance"
-msgstr "Ενεργό Στιγμιότυπο"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
+msgstr "Δραστηριότητα"
-#: ../../templates/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
-msgstr "Τοπική Αναπαραγωγή Απενεγοποιημένη"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr "Ο Χρήστης είναι μέσα τώρα"
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
-msgstr "Αγαπημένα"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr "Ο Χρήστης είναι εκτός τώρα"
-#: ../../templates/show_user_stats.inc.php:30
-msgid "Favorite Artists"
-msgstr "Αγαπημένοι καλλιτέχνες"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
+msgstr "Ενεργή playlist"
-#: ../../templates/show_user_stats.inc.php:43
-msgid "Favorite Albums"
-msgstr "Αγαπημένα άλμπουμς"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
+msgid "Recently Played"
+msgstr "Παίχτηκαν πρόσφατα"
-#: ../../templates/show_user_stats.inc.php:56
-msgid "Favorite Songs"
-msgstr "Αγαπημένα Τραγούδια"
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
+msgstr "Άλμπουμ"
-#: ../../templates/show_random.inc.php:22
-msgid "Play Random Selection"
-msgstr "Αναπαραγωγή Τυχαίας Επιλογής"
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
+msgstr "Κομμάτι"
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
-msgstr "Πλήθος Στοιχείων"
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
+msgstr "Χρόνος"
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
-msgstr "Από το είδος"
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
+msgstr "Αξιολόγηση"
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
-msgstr "Διάρκεια"
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
+msgstr "Ανεπαρκή δεδομένα"
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
-msgstr "Απεριόριστα"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr "Εξώφυλλο"
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr "Κλικ για κλείσιμο παραθύρου"
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
-msgstr "Τύπος"
+#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
+msgid "Post Shout"
+msgstr "Στείλε Shout"
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
-msgstr "Τυπικό"
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
+msgstr "Κατέβασμα"
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
-msgstr "Λιγότερο παιγμένα"
+#: ../../templates/show_song_row.inc.php:46
+#: ../../templates/show_playlist_song_row.inc.php:37
+#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
+#: ../../templates/show_playlist_row.inc.php:37
+msgid "Edit"
+msgstr "Επεξεργασία"
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
-msgstr "Ολόκληρα Άλμπουμς"
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr "Μαρκάρισμα Τραγουδιού"
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
-msgstr "Ολόκληρος ο καλλιτέχνης"
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
+msgstr "Αρχείο"
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
-msgstr "Υψηλότερη αξιολόγηση"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
+msgstr "Στοιχείο"
-#: ../../templates/show_random.inc.php:76
-msgid "From catalog"
-msgstr "Από τον Κατάλογο"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr "Αιτία Μαρκαρίσματος"
-#: ../../templates/show_random.inc.php:82
-msgid "Size Limit"
-msgstr "Όριο μεγέθους"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
+msgstr "Λάθος tags"
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
-msgstr "Βάλτα στην ουρά"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
+msgstr "Επανακωδικοποίηση"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
-msgstr "Έναρξη Αναζήτησης Νέου τραγουδιού"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
+msgid "Other"
+msgstr "Άλλα"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
-msgstr "κατάλογος"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
+msgstr "τελειωμένα"
-#: ../../templates/show_adds_catalog.inc.php:24
#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
msgid "Found"
msgstr "Βρέθηκαν"
-#: ../../templates/show_adds_catalog.inc.php:25
+#: ../../templates/show_run_add_catalog.inc.php:25
#: ../../templates/show_verify_catalog.inc.php:26
#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
#: ../../templates/show_clean_catalog.inc.php:25
+#: ../../templates/show_adds_catalog.inc.php:25
msgid "Reading"
msgstr "Ανάγνωση"
-#: ../../templates/show_playlist_edit.inc.php:26
-msgid "Editing Playlist"
-msgstr "Επεξεργασία playlist"
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
+msgstr "Αποθήκευση"
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
-msgstr "Δημόσια"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
+msgstr "Απαιτήσεις"
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
-msgid "Update"
-msgstr "Ενημέρωση"
+#: ../../templates/show_install_lang.inc.php:43
+#: ../../templates/show_install_config.inc.php:42
+#: ../../templates/show_install.inc.php:44
+msgid ""
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.php.dist file"
+msgstr ""
+"Ο webserver έχει δικαιώματα ανάγνωσης στο /sql/ampache.sql αρχείο και στο "
+"αρχείο /config/ampache.cfg.php.dist"
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
-msgstr "Είσοδος"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr "Έναρξη ρύθμισης"
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
-msgstr "Να με θυμάσαι"
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
+msgstr ""
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
-msgstr "Εγγραφή"
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
+msgstr "Άλμπουμς της στιγμής"
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
-msgstr "Μήνυμα της Ημέρας"
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
+msgstr "Αναπαραγωγή άλμπουμ"
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
-msgstr "Ενέργεια"
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
+msgstr "Έλεγχος Τοπικής Αναπαραγωγής"
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
-msgstr "Επικύρωση"
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
+msgstr "Σίγαση"
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-msgid "Clean"
-msgstr "Καθαρισμός"
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
+msgstr "Μείωση Έντασης"
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
-msgstr "Γρήγορα"
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
+msgstr "Αύξηση Έντασης"
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
-msgstr "Συγκέντρωση εξωφύλλων"
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
+msgstr "Ένταση"
-#: ../../templates/show_admin_tools.inc.php:68
-msgid "No Catalogs Found"
-msgstr "Δεν βρέθηκαν κατάλογοι"
+#: ../../templates/show_localplay_status.inc.php:33
+msgid "Repeat"
+msgstr "Επανάληψη"
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
-msgid "Clean All"
-msgstr "Καθαρισμός όλων"
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
+msgstr "Τυχαία"
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-msgid "Verify All"
-msgstr "Επικύρωση όλων"
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
+msgstr "Καθαρισμός playlist"
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-msgid "Add to All"
-msgstr "Προσθήκη σε όλους"
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
+msgstr "Επιλογή"
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
-msgid "Update All"
-msgstr "Ενημέρωση όλων"
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
+msgstr "Τίτλος"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr "Καθαρισμός στατιστικών Καταλόγου"
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
+msgstr "Όνομα Αρχείου"
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
-msgstr "Άλλα εργαλεία"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+msgstr "Χρόνος Προσθήκης"
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr "Δείξε διπλότυπα τραγούδια"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
+msgstr "Αφαίρεση"
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
-msgstr "Καθαρισμός όσων παίζουν τώρα"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
+msgstr "Έλεγχος Πρόσβασης"
-#: ../../templates/show_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
-msgid "Generate New Config"
-msgstr "Δημιουργία νέου σετ ρυθμίσεων"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Προσθήκη Εγγραφής"
-#: ../../templates/show_admin_tools.inc.php:93
-msgid "Preferences Permissions"
-msgstr "Δικαιώματα προτιμήσεων"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Αρχική Διεύθυνση"
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
-msgstr "Εξαγωγή σε βάση Itunes"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "Τελική Διεύθυνση"
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
-msgstr "Δείξε ανενεργούς χρήστες"
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
+msgstr "Επίπεδο"
-#: ../../templates/show_admin_tools.inc.php:96
-msgid "Check for New Version"
-msgstr "Έλεγχος νέας έκδοσης"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
+msgstr "Κλειδί"
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-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:62
+msgid "Type"
+msgstr "Τύπος"
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
-msgstr "Αρχείο"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
+msgstr "Ονοματεπώνυμο"
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
-msgstr "Στοιχείο"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
+msgstr "Ημερομηνία Εγγραφής"
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
-msgstr "Αιτία Μαρκαρίσματος"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
+msgid "Last Ip"
+msgstr "Τελευταία IP"
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr "Λάθος tags"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
+msgstr "Συνδεδεμένος"
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
-msgstr "Σχόλιο"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr "Διαχείριση δημοκρατικών playlists"
-#: ../../templates/show_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
-msgstr "Μαρκάρισμα"
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
+msgstr "Βασική playlist"
-#: ../../templates/sidebar_admin.inc.php:27
-msgid "Show Catalogs"
-msgstr "Δείξε Καταλόγους"
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
-msgstr "Εργαλεία Χρήστη"
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
+msgstr "Προκαθορισμένη"
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
-msgstr "Προσθήκη Χρήστη"
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
+msgstr "Τραγούδια"
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
-msgstr "Αναζήτηση Χρηστών"
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Παίξε"
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
-msgstr "Έλεγχος Πρόσβασης"
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
+msgstr "Δημιουργία νέου playlist"
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
-msgstr "Προσθήκη λίστας πρόσβασης"
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
+msgstr "Τραγούδι"
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
-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/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
-msgstr "Εύρεση διπλοτύπων"
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
-msgstr "Χρήστες Mail"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
+msgstr "Δημιουργία Αρχείο Ρυθμίσεων"
-#: ../../templates/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
-msgstr "Καθαρισμός Στατιστικών"
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
+msgstr "Διαδρομή web"
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
-msgstr "Εξαγωγή Καταλόγου"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "Επιθυμητό όνομα βάσης"
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
-msgstr "Διαχείριση μαρκαρισμένων"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "Όνομα Εξυπηρετητή MySQL"
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
-msgstr "Διαχείριση Shoutbox"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "Όνομα χρήστη MySQL"
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
-msgstr "Αναζήτηση με βάση"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "Κωδικός MySQL"
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-msgid "Song Title"
-msgstr "Τίτλος Τραγουδιού"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr "Εγγραφή ρυθμίσεων"
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
-msgstr "Φίλτρα"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr "Υπάρχει ήδη το αρχείο ρυθμίσεων ampache.cfg.php"
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
-msgstr "Αρχίζουν από"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Διαμορφώθηκε το αρχείο ampache.cfg.php;"
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
-msgstr "Ελάχιστο Πλήθος"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "Έλεγχος για αρχείο ρυθμίσεων"
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
-msgstr "Αξιολογημένα"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
+msgstr "Συνεχίστε στο Βήμα 3"
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
-msgstr "Δεν έχουν παιχτεί"
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
+msgstr "Επεξεργασία υπάρχοντος Χρήστη"
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
-msgstr "Δείξε Εξώφυλλα"
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
+msgstr "E-mail"
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
-msgstr "Όλες οι playlists"
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr "Επίπεδο Πρόσβασης Χρήστη"
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
-msgstr "Ονοματεπώνυμο"
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
+msgstr "Διαχειριστής Περιεχομένου"
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
-msgstr "Ημερομηνία Δημιουργίας"
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
+msgstr "Διαχειριστής Καταλόγων"
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
-msgstr "Τελευταία τον είδαμε"
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
+msgstr "Ενημέρωση Χρήστη"
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
-msgstr "Δραστηριότητα"
+#: ../../templates/show_edit_album_row.inc.php:35
+#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
+msgid "Various"
+msgstr "Ποικίλα"
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
-msgstr "Ο Χρήστης είναι μέσα τώρα"
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
+msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
-msgstr "Ο Χρήστης είναι εκτός τώρα"
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
+msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
-msgstr "Ενεργή playlist"
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-#: ../../templates/show_artist_box.inc.php:26
-msgid "Albums by"
-msgstr "Άλμπουμς από"
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Show All Songs By"
-msgstr "Δείξε όλα τα τραγούδια από"
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Add All Songs By"
-msgstr "Πρόσθεσε όλα τα τραγούδια από"
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr "Τιμή"
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
-msgstr "Πρόσθεσε τυχαία τραγούδια από"
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
-msgstr "Ενημέρωση από tags"
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
-msgstr "Πρότεινε Παρόμοια"
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
+msgstr ""
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
-msgstr "Άλμπουμ"
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
+msgstr ""
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
-msgstr "Χρόνος"
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
+msgstr ""
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
-msgstr "Αξιολόγηση"
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
+msgstr ""
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-msgid "Current Playlist"
-msgstr "Τρέχουσα playlist"
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
+msgstr ""
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
-msgid "No Records Found"
-msgstr "Δεν βρέθηκαν εγγραφές"
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
+#: ../../templates/show_debug.inc.php:81
#: ../../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
#: ../../templates/show_user_preferences.inc.php:36
msgid "Preference"
msgstr "Προτίμηση"
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr "Τιμή"
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr "Αναζήτηση"
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
-msgstr "Εφαρμογή σε όλα"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
+msgstr "Προχωρημένη Αναζήτηση"
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
-msgstr "Επίπεδο πρόσβασης"
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
+msgstr "Στείλε στο Shoutbox"
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr "περιγραφή"
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
+msgstr "Κάντο μόνιμο"
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
-msgstr "Διαχειριστής Περιεχομένου"
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+msgid "Create"
+msgstr "Δημιουργία"
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
-msgstr "Διαχειριστής Καταλόγων"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
+msgstr "Δημιουργία Δημοκρατικής playlist"
-#: ../../templates/header.inc.php:71
-msgid "Log out"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
+msgstr ""
+
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
+msgstr "λεπτά"
+
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
+msgstr "Κάντο προκαθορισμένο"
+
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "Δημόσια"
+
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
+msgid "Private"
+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:352
+msgid "Home"
+msgstr "Αρχική"
+
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
+msgstr "Περιήγηση"
+
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+msgid "Localplay"
+msgstr "Τοπική Αναπαραγωγή"
+
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
+msgstr "Προτιμήσεις"
+
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
msgstr "Έξοδος"
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
-msgstr "Σφάλμα: Παλιό Αρχείο Ρυθμίσεων"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "Ενημέρωση του"
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
-msgstr "Εγγραφή"
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
+msgstr "Κατάλογος"
-#: ../../templates/show_user_registration.inc.php:56
-msgid "User Agreement"
-msgstr "Συμφωνία τελικής χρήσης"
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
+msgstr "τραγούδια που ελέγχονται τα tags"
-#: ../../templates/show_user_registration.inc.php:65
-msgid "I Accept"
-msgstr "Δέχομαι"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
+msgstr "Επικυρωμένα"
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
-msgstr "Πληροφορίες Χρήστη"
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
+msgstr "Shoutbox"
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
-msgstr "E-mail"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
+msgstr "Προηγούμενο"
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
-msgstr "Εγγραφή Χρήστη"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
+msgstr "Διακοπή"
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
-msgstr "Επεξεργασία άλμπουμ"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
+msgstr "Παύση"
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
-msgstr "Χρόνος"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+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 "Μαρκάρισμα για αναθεώρηση tags"
+#: ../../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_edit_album.inc.php:47
-msgid "Update Album"
-msgstr "Ενημέρωση άλμπουμ"
+#: ../../templates/show_localplay_controllers.inc.php:34
+#: ../../templates/show_localplay_controllers.inc.php:65
+#: ../../templates/show_plugins.inc.php:34
+#: ../../templates/show_plugins.inc.php:63
+msgid "Version"
+msgstr "Έκδοση"
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
-msgstr "Απαιτήσεις"
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
+msgstr "Ανενεργό"
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-msgid ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.php.dist file"
-msgstr ""
-"Ο webserver έχει δικαιώματα ανάγνωσης στο /sql/ampache.sql αρχείο και στο "
-"αρχείο /config/ampache.cfg.php.dist"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
+msgstr "Ενεργοποίηση"
#: ../../templates/show_install.inc.php:54
msgid ""
@@ -2108,25 +1616,10 @@ msgstr ""
"λογαριασμό mysql με δικαιώματα δημιουργίας βάσης. Αυτό μπορεί να διαρκέσει "
"λίγο ανάλογα με την ταχύτητα του υπολογιστή σας"
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr "Βήμα 2 - Δημιουργία του ampache.cfg.php αρχείου"
-
#: ../../templates/show_install.inc.php:61
msgid "Insert Ampache Database"
msgstr "Εισαγωγή στοιχείων στη βάση"
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
-msgstr "Επιθυμητό όνομα βάσης"
-
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
-msgstr "Όνομα Εξυπηρετητή MySQL"
-
#: ../../templates/show_install.inc.php:73
msgid "MySQL Administrative Username"
msgstr "Όνομα Διαχειριστή MySQL"
@@ -2155,47 +1648,271 @@ msgstr "Εγγραφή πάνω σε ήδη υπάρχουσα βάση"
msgid "Insert Database"
msgstr "Εισαγωγή βάσης"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
-msgstr "Έναρξη ρύθμισης"
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
+msgstr "Επεξεργασία Στιγμιότυπου Τοπικής Αναπαραγωγής"
+
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
+msgstr "Ενημέρωση Στιγμιότυπου"
+
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
+msgstr "Παρόμοιοι καλλιτέχνες"
+
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr "Ελέγξτε τους καλλιτέχνες που θέλετε να συγχωνευθούν με τον τρέχοντα"
+
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr "Πίσω"
+
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
+msgstr "Μετονομασία επιλογής"
+
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
+msgstr "Προχωρημένες Επιλογές"
+
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
+msgstr "Αναζήτηση πάλι"
#: ../../templates/show_add_playlist.inc.php:24
msgid "Create a new playlist"
msgstr "Δημιουργία νέας playlist"
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
-msgid "Create"
-msgstr "Δημιουργία"
-
-#: ../../templates/show_edit_song.inc.php:23
-msgid "Edit Song"
-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_add_live_stream.inc.php:64
#: ../../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.php:106
msgid "OR"
msgstr "Ή"
-#: ../../templates/show_edit_song.inc.php:88
-msgid "Update Song"
-msgstr "Ενημέρωση Τραγουδιού"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr "Εισαγωγή Τρέχοντος"
-#: ../../templates/show_edit_catalog.inc.php:22
-msgid "Settings for"
-msgstr "Ρυθμίσεις για"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "Ενημέρωση id3 tags"
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
-msgstr "Σχέδιο ονόματος αρχείου"
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
+msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
-msgstr "Αποθήκευση ρυθμίσεων Καταλόγου"
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:55
+#: ../../templates/show_edit_access.inc.php:83
+#: ../../templates/show_playlist_edit.inc.php:47
+#: ../../templates/show_play_selected.inc.php:64
+msgid "Update"
+msgstr "Ενημέρωση"
+
+#: ../../templates/show_playlist.inc.php:29
+msgid "Normalize Tracks"
+msgstr "Ομοιοποίηση στάθμης κομματιών"
+
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
+msgstr "Διαδοχικό κατέβασμα"
+
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
+msgstr "Προσθήκη όλων"
+
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
+msgstr "Προσθήκη στην τύχη"
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr "Προσθήκη στιγμιοτύπου τοπικής αναπαραγωγής"
+
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
+msgstr "Προσθήκη στιγμιοτύπου"
+
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr "Έξοδος"
+
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr "Σφάλμα: Παλιό Αρχείο Ρυθμίσεων"
+
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
+msgstr "Εξώφυλλο"
+
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
+msgstr "Χρόνος"
+
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
+msgstr "Προτιμήσεις Διαχείρισης"
+
+#: ../../templates/show_localplay_playlist.inc.php:23
+msgid "Current Playlist"
+msgstr "Τρέχουσα playlist"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr "δευτερόλεπτα νωρίτερα"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr "λεπτά νωρίτερα"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
+msgstr "ώρες νωρίτερα"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
+msgstr "μέρες νωρίτερα"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr "εβδομάδες νωρίτερα"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr "μήνες νωρίτερα"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
+msgstr "χρόνια νωρίτερα"
+
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
+msgstr "Παίχτηκαν Τελευταία"
+
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr "Αναζήτηση στον Ampache"
+
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
+msgstr "Λέξεις κλειδιά"
+
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
+msgstr "Παιγμένα"
+
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr "Ναι"
+
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr "Όχι"
+
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
+msgstr "Ελάχιστο Bitrate"
+
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
+msgstr "Ένα αστέρι"
+
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
+msgstr "Δύο αστέρια"
+
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr "Τρία αστέρια"
+
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
+msgstr "Τέσσερα αστέρια"
+
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
+msgstr "Πέντε αστέρια"
+
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
+msgstr "Τελεστής"
+
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr "AND"
+
+#: ../../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:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr "Απεριόριστα"
+
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+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 "Stream URL"
+
+#: ../../templates/show_add_live_stream.inc.php:49
+#: ../../templates/show_live_streams.inc.php:38
+#: ../../templates/show_live_streams.inc.php:60
+#: ../../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:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
+msgstr "Callsign"
#: ../../templates/show_edit_access.inc.php:22
msgid "Edit ACL"
@@ -2241,106 +1958,150 @@ msgstr "Τελική διεύθυνση IP"
msgid "Remote Key"
msgstr "Απομακρυσμένο κλειδί"
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
-msgstr "Επίπεδο"
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
+msgstr "Προβολή"
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
-msgstr ""
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+msgid "Read"
+msgstr "Ανάγνωση"
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
-msgstr "Αναπαραγωγή άλμπουμ"
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
+msgstr "Ανάγνωση/Εγγραφή"
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
-msgstr "Τραγούδι"
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
+msgstr "Εγγραφή"
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
-msgstr "Παίχτηκαν Τελευταία"
+#: ../../templates/show_user_registration.inc.php:56
+msgid "User Agreement"
+msgstr "Συμφωνία τελικής χρήσης"
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
-msgstr "Προτεινόμενοι Καλλιτέχνες"
+#: ../../templates/show_user_registration.inc.php:65
+msgid "I Accept"
+msgstr "Δέχομαι"
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
-msgstr "Προτεινόμενα άλμπουμς"
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
+msgstr "Πληροφορίες Χρήστη"
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
-msgstr "Προτεινόμενα Τραγούδια"
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
+msgstr "Εγγραφή Χρήστη"
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
-msgstr "Ιστορικό IP"
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
+msgstr "Είσοδος"
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
-msgstr "Δείξε Μοναδική"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Να με θυμάσαι"
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
-msgid "Show All"
-msgstr "Δείξτα όλα"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "Εγγραφή"
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
-msgstr "Ημερομηνία"
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
+msgstr "Μήνυμα της Ημέρας"
-#: ../../templates/show_ip_history.inc.php:38
-#: ../../templates/show_ip_history.inc.php:52
-msgid "IP Address"
-msgstr "Διεύθυνση IP"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr "Δείξε Στιγμιότυπα Τοπικής Αναπαραγωγής"
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
-msgstr "Περιήγηση"
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
+msgstr "Επεξεργασία Στιγμιοτύπου"
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
-msgstr "Έξοδος"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
+msgstr "Δημοφιλέστεροι Καλλιτέχνες"
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
-msgstr "Εισαγωγή playlist από αρχείο"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
+msgstr "Δημοφιλέστερα Άλμπουμς"
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
-msgstr "Όνομα Αρχείου"
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
+msgstr "Δημοφιλέστερα είδη"
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
-msgstr "Τύπος playlist"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
+msgstr "Δημοφιλέστερα Τραγούδια"
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
-msgstr "Εισαγωγή playlist"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
+msgstr "Δημοφιλέστερα Live Streams"
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-msgstr "Προβάλλεται"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
+msgstr "Δημοφιλέστερα Tags"
+
+#: ../../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 "Μαρκάρισμα για αναθεώρηση tags"
+
+#: ../../templates/show_edit_song.inc.php:88
+msgid "Update Song"
+msgstr "Ενημέρωση Τραγουδιού"
+
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr "Στατιστικά Καταλόγους"
+
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Συνδεδεμένοι Χρήστες"
+
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Συνολικοί Χρήστες"
+
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr "Καλλιτέχνες"
+
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+msgid "Genres"
+msgstr "Είδη"
+
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Μέγεθος Καταλόγου"
+
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Χρόνος Καταλόγου"
#: ../../templates/show_mail_users.inc.php:23
msgid "Send E-mail to Users"
@@ -2354,36 +2115,14 @@ msgstr "Mail στον"
msgid "Inactive Users"
msgstr "Ανενεργοί Χρήστες"
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr "Στατιστικά Καταλόγους"
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr "Δημοφιλέστερα Άλμπουμς"
-
#: ../../templates/show_mail_users.inc.php:53
msgid "Latest Artist Additions"
msgstr "Τελευταίες προσθήκες καλλιτέχνη"
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr "Δημοφιλέστεροι Καλλιτέχνες"
-
#: ../../templates/show_mail_users.inc.php:64
msgid "Latest Album Additions"
msgstr "Τελευταίες προσθήκες άλμπουμς"
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "Δημοφιλέστερα Τραγούδια"
-
#: ../../templates/show_mail_users.inc.php:74
msgid "Flagged Songs"
msgstr "Μαρκαρισμένα Τραγούδια"
@@ -2409,71 +2148,74 @@ msgstr "Μήνυμα"
msgid "Send Mail"
msgstr "Στείλε mail"
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr "Πληροφορίες"
-
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr "Τώρα παίζουν"
-
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr "Προσθήκη Ραδιοφωνικού Σταθμού"
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
+msgstr "Προσθήκη Νέου Χρήστη"
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
-msgstr "Διαχείριση playlist"
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
+msgstr "Προσθήκη Χρήστη"
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
-msgstr "Προχωρημένα"
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+msgstr "Πρόσθεσε πρόσβαση από εξυπηρετητή"
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
-msgstr "Τελευταίες Δέκα μαρκαρισμένες εγγραφές"
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
+msgstr "Επιλογές RPC"
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
-msgstr "Προτιμήσεις Διαχείρισης"
+#: ../../templates/show_add_access.inc.php:84
+msgid "Create ACL"
+msgstr "Δημιουργία λίστας πρόσβασης"
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
-msgstr "Επεξεργασία υπάρχοντος Χρήστη"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Εφαρμογή σε όλα"
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
-msgstr "Επίπεδο Πρόσβασης Χρήστη"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr "Επίπεδο πρόσβασης"
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
-msgstr "Ενημέρωση Χρήστη"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
+msgstr "Επεξεργασία playlist"
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
-msgstr "Συνδεδεμένοι Χρήστες"
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
+msgstr "Η εγγραφή ολοκληρώθηκε"
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
-msgstr "Συνολικοί Χρήστες"
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
+msgstr ""
+"Ο λογαριασμός σας δημιουργήθηκε. Ένα κλειδί ενεργοποίησης στάλθηκε στο e-"
+"mail που δώσατε. Ελέγξτε το mail σας για περαιτέρω πληροφορίες"
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
-msgstr "Μέγεθος Καταλόγου"
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
+msgstr "Επιστροφή στη σελίδα εισόδου"
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
-msgstr "Χρόνος Καταλόγου"
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
+msgstr "Απαγορεύεται η πρόσβαση"
#: ../../templates/show_duplicates.inc.php:22
msgid "Duplicate Songs"
msgstr "Διπλότυπα τραγούδια"
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr "Διάρκεια"
+
#: ../../templates/show_duplicates.inc.php:41
#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
msgid "Bitrate"
msgstr "Bitrate"
@@ -2482,54 +2224,148 @@ msgstr "Bitrate"
msgid "Size"
msgstr "Μέγεθος"
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
-msgstr "Συνέχιση"
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
+msgstr "Έναρξη Αναζήτησης Εξωφύλλου"
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
-msgid "Object"
-msgstr "Αντικείμενο"
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr "Αναζητήθηκαν"
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
-msgstr "Κατάσταση"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
+msgid "None"
+msgstr "Κανένα"
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
-msgstr "Λεπτομέρειες"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Άλμπουμς από"
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
-msgstr "Ετικέτα"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Δείξε όλα τα τραγούδια από"
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
-msgstr "Γλώσσα"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Add All Songs By"
+msgstr "Πρόσθεσε όλα τα τραγούδια από"
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
-msgstr "Αριθμός καταλόγους"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
+msgstr "Πρόσθεσε τυχαία τραγούδια από"
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
-msgstr "Τελευταία Ενημέρωση"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
+msgstr "Ενημέρωση από tags"
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Μετονομασία"
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
+msgstr "Πρότεινε Παρόμοια"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr "Εισαγωγή Τρέχοντος"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Αναπαραγωγή Τυχαίας Επιλογής"
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "Ενημέρωση id3 tags"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Πλήθος Στοιχείων"
+
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Από το είδος"
+
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+#, fuzzy
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "ώρα"
+msgstr[1] "ώρα"
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
+msgstr "Τυπικό"
+
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
+msgstr "Λιγότερο παιγμένα"
+
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
+msgstr "Ολόκληρα Άλμπουμς"
+
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
+msgstr "Ολόκληρος ο καλλιτέχνης"
+
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
+msgstr "Υψηλότερη αξιολόγηση"
+
+#: ../../templates/show_random.inc.php:76
+msgid "From catalog"
+msgstr "Από τον Κατάλογο"
+
+#: ../../templates/show_random.inc.php:82
+msgid "Size Limit"
+msgstr "Όριο μεγέθους"
+
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
+msgstr "Βάλτα στην ουρά"
+
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
+msgstr "Τώρα παίζει"
+
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr "Προβάλλεται"
+
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
+msgstr "Ενότητες"
+
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr "Λογαριασμός"
+
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr "Ρύθμιση Εξυπηρετητή"
+
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
+msgstr "Λειτουργικές Μονάδες"
+
+#: ../../templates/sidebar_preferences.inc.php:34
+msgid "Localplay Modules"
+msgstr "Λειτουργικές Μονάδες Τοπικής Αναπαραγωγής"
+
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr "Διαθέσιμα Πρόσθετα"
+
+#: ../../templates/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
+msgstr "Εύρεση διπλοτύπων"
#: ../../templates/show_duplicate.inc.php:27
msgid "Search Type"
@@ -2547,51 +2383,30 @@ msgstr "Καλλιτέχνης, Άλμπουμ και Τίτλος"
msgid "Search Disabled Songs"
msgstr "Αναζήτηση στα απενεργοποιημένα τραγούδια"
-#: ../../templates/show_playlist.inc.php:30
-msgid "Normalize Tracks"
-msgstr "Ομοιοποίηση στάθμης κομματιών"
-
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
-msgstr "Προσθήκη όλων"
-
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
-msgstr "Προσθήκη στην τύχη"
-
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
-msgstr "Προηγούμενο"
-
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
-msgstr "Διακοπή"
-
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
-msgstr "Παύση"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
+msgstr "Δείξε Στιγμιότυπα"
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
-msgstr "Επόμενο"
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
+msgstr "Δείξε playlist"
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
-msgstr "Διαχείριση δημοκρατικών playlists"
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
+msgstr "Ενεργό Στιγμιότυπο"
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-msgid "Base Playlist"
-msgstr "Βασική playlist"
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
+msgstr "Τοπική Αναπαραγωγή Απενεγοποιημένη"
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
-msgstr "Δημιουργία νέου playlist"
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
+msgstr ""
#: ../../templates/show_get_albumart.inc.php:23
msgid "Customize Search"
@@ -2609,28 +2424,96 @@ msgstr "Εικόνα τοπικά"
msgid "Get Art"
msgstr "Βάλε εξώφυλλο"
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-msgid "Description"
-msgstr "Περιγραφή"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr "Ampache Debug"
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
-msgid "Version"
-msgstr "Έκδοση"
+#: ../../templates/show_search_options.inc.php:23
+msgid "Options"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-msgid "Activate"
-msgstr "Ενεργοποίηση"
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:46
-msgid "Deactivate"
-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:35
+msgid "Auto-inserted Fields"
+msgstr "Πεδία που εισάγονται αυτόματα"
+
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
+msgstr "όνομα άλμπουμ"
+
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
+msgstr "όνομα καλλιτέχνη"
+
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
+msgstr "σχόλιο id3"
+
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr "είδος"
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr "αριθμός κομματιού (με το 0 αρχικό)"
+
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:41
+msgid "song title"
+msgstr "τίτλος τραγουδιού"
+
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
+msgstr "χρόνος"
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr "άλλα"
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr "Τύπος Καταλόγου"
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
+msgstr "XML-RPC Key"
+
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr "Σχέδιο ονόματος αρχείου"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr "Σχέδιο ονόματος Φακέλου"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr "χωρίς '/' στην αρχή ή στο τέλος"
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
+msgstr "Αποθήκευση ρυθμίσεων Καταλόγου"
#: ../../templates/show_democratic_playlist.inc.php:38
msgid "Playing from base Playlist"
@@ -2649,19 +2532,6 @@ msgstr "Αφαίρεση Ψήφου"
msgid "Add Vote"
msgstr "Προσθήκη Ψήφου"
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
-msgstr "Δημοφιλέστερα είδη"
-
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr "Δημοφιλέστερα Live Streams"
-
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr "Δημοφιλέστερα Tags"
-
#: ../../templates/show_edit_artist.inc.php:23
msgid "Edit Artist"
msgstr "Επεξεργασία καλλιτέχνη"
@@ -2670,6 +2540,60 @@ msgstr "Επεξεργασία καλλιτέχνη"
msgid "Update Artist"
msgstr "Ενημέρωση καλλιτέχνη"
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
+msgstr "Ο Χρήστης ενεργοποιήθηκε"
+
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
+msgstr "Αυτό το User ID ενεργοποιήθηκε και είναι έτοιμο για χρήση"
+
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr "Επικύρωση απέτυχε"
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+msgstr "Το κλειδί επικύρωσης είναι λάθος"
+
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
+msgstr "Επεξεργασία άλμπουμ"
+
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
+msgstr "Ενημέρωση άλμπουμ"
+
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr "Τελευταίες Δέκα μαρκαρισμένες εγγραφές"
+
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+msgid "Show All"
+msgstr "Δείξτα όλα"
+
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
+msgstr "Απενεργοποίηση"
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr "Ροή"
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr "Δημοκρατική"
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
+msgstr "Αναπαραγωγή Flash"
+
#: ../../templates/show_play_selected.inc.php:28
msgid "Play Selected"
msgstr "Παίξε τα επιλεγμένα"
@@ -2690,209 +2614,188 @@ msgstr "Αφαίρεση επιλεγμένων κομματιών"
msgid "Add to"
msgstr "Προσθήκη σε"
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr "Προσθήκη Νέου Χρήστη"
-
-#: ../../templates/show_export.inc.php:32
-#: ../../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_ip_history.inc.php:23
+msgid "IP History"
+msgstr "Ιστορικό IP"
-#: ../../templates/show_export.inc.php:51
-msgid "Format"
-msgstr "Μορφή"
+#: ../../templates/show_ip_history.inc.php:26
+msgid "Show Unique"
+msgstr "Δείξε Μοναδική"
-#: ../../templates/show_export.inc.php:61
-msgid "Export"
-msgstr "Εξαγωγή"
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
+msgstr "Ημερομηνία"
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
-msgstr "XSPF Player"
+#: ../../templates/show_ip_history.inc.php:38
+#: ../../templates/show_ip_history.inc.php:52
+msgid "IP Address"
+msgstr "Διεύθυνση IP"
-#: ../../templates/show_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
-msgstr "Εξώφυλλο"
+#: ../../templates/show_add_catalog.inc.php:27
+msgid ""
+"In the form below enter either a local path (i.e. /data/music) or the URL to "
+"a remote Ampache installation (i.e http://theotherampache.com)"
+msgstr ""
+"Στην παρακάτω φόρμα συμπλήρωσε μία τοπική διαδρομή (πχ /data/music) ή το url "
+"μια απαμακρυσμένης εγκατάστασης Ampache"
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
-msgstr "Προσθήκη άλμπουμ"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
+msgstr "Όνομα Καταλόγου"
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
-msgstr "Προσθήκη στην τύχη από άλμπουμ"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Τοπικός"
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
-msgstr "Επαναφορά εξωφύλλου"
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
+msgstr "Απομακρυσμένος"
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
-msgstr "Αναζήτηση εξωφύλλου"
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
+msgstr "Απαιτείται για απομακρυσμένους Καταλόγους"
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
-msgstr "Κατέβασμα"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
+msgstr "Σχέδιο ονόματος Αρχείου"
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
-msgstr "Ονοματεπώνυμο"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
+msgstr "Χτίσε playlists από m3u αρχεία"
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
-msgstr "Ημερομηνία Εγγραφής"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr "Προσθήκη Καταλόγου"
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
-msgid "Last Ip"
-msgstr "Τελευταία IP"
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
+msgstr "Εξαγωγή Καταλόγου"
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
-msgstr "Συνδεδεμένος"
+#: ../../templates/show_export.inc.php:51
+msgid "Format"
+msgstr "Μορφή"
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
-msgstr "τελειωμένα"
+#: ../../templates/show_export.inc.php:61
+msgid "Export"
+msgstr "Εξαγωγή"
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
-msgstr "Ενημέρωση του"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr "Συστάσεις"
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
-msgstr "τραγούδια που ελέγχονται τα tags"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr "Προτεινόμενοι Καλλιτέχνες"
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
-msgstr "Επικυρωμένα"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr "Προτεινόμενα άλμπουμς"
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
-msgstr "Αποθήκευση"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
+msgstr "Προτεινόμενα Τραγούδια"
-#: ../../templates/show_big_art.inc.php:29
-msgid "Album Art"
-msgstr "Εξώφυλλο"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
+msgstr "Εισαγωγή playlist από αρχείο"
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
-msgstr "Κλικ για κλείσιμο παραθύρου"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Τύπος playlist"
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
-msgstr "Προηγούμενο"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Εισαγωγή playlist"
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr "Αγαπημένα"
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
-msgstr "Κάντο μόνιμο"
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
+msgstr "Αγαπημένοι καλλιτέχνες"
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
-msgstr "Απαγορεύεται η πρόσβαση"
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
+msgstr "Αγαπημένα άλμπουμς"
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
-msgstr "Ενότητες"
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
+msgstr "Αγαπημένα Τραγούδια"
-#: ../../templates/sidebar_preferences.inc.php:18
-msgid "Account"
-msgstr "Λογαριασμός"
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
+msgstr "Πληροφορίες"
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
-msgstr "Ρύθμιση Εξυπηρετητή"
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
+msgstr "Τώρα παίζουν"
-#: ../../templates/sidebar_preferences.inc.php:32
-msgid "Modules"
-msgstr "Λειτουργικές Μονάδες"
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
+msgid "Statistics"
+msgstr "Στατιστικά"
-#: ../../templates/sidebar_preferences.inc.php:34
-msgid "Localplay Modules"
-msgstr "Λειτουργικές Μονάδες Τοπικής Αναπαραγωγής"
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
+msgstr "Διαχείριση playlist"
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
-msgstr "Διαθέσιμα Πρόσθετα"
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
+msgstr "Προχωρημένα"
-#: ../../templates/show_account.inc.php:40
-msgid "New Password"
-msgstr "Νέος Κωδικός"
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
+msgstr "Μόνιμο"
-#: ../../templates/show_account.inc.php:64
-msgid "Update Account"
-msgstr "Ενημέρωση Λογαριασμού"
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
+msgstr ""
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
-msgstr "Callsign"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
+msgstr "Δείξε Καταλόγους"
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
-msgstr "Συχνότητα"
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
+msgstr "Εργαλεία Χρήστη"
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
-msgstr "Επεξεργασία"
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
+msgstr "Αναζήτηση Χρηστών"
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
-msgstr "προτιμήσεις"
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
+msgstr "Έλεγχος Πρόσβασης"
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
-msgstr "Ενημέρωση προτιμήσεων"
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
+msgstr "Προσθήκη λίστας πρόσβασης"
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
-msgstr "Ampache Debug"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
+msgstr "Δείξε λίστες πρόσβασης"
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
-msgstr "Stream URL"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
+msgstr "Χρήστες Mail"
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
-msgstr "Αρχική Σελίδα"
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Καθαρισμός Στατιστικών"
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
-msgstr "Έναρξη Αναζήτησης Εξωφύλλου"
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
+msgstr "Διαχείριση μαρκαρισμένων"
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
-msgstr "Αναζητήθηκαν"
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
+msgstr "Διαχείριση Shoutbox"
#: ../../templates/show_clean_catalog.inc.php:23
msgid "Cleaning the"
@@ -2902,6 +2805,14 @@ msgstr "Καθαρισμός του"
msgid "Checking"
msgstr "Έλεγχος"
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr "Έναρξη Αναζήτησης Νέου τραγουδιού"
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr "κατάλογος"
+
#: ../../templates/show_test.inc.php:33
msgid ""
"You've reached this page because a configuration error has occured. Debug "
@@ -2959,8 +2870,8 @@ 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 "Ελεγχος Iconv. Το Iconv δεν είναι απαραίτητο, συνιστάται όμως θερμά"
+"support is required for Ampache"
+msgstr ""
#: ../../templates/show_test.inc.php:119
msgid "PHP PCRE Support"
@@ -2986,11 +2897,6 @@ msgstr ""
"θέση να τροποποιεί τα όρια της μνήμης. Δεν απαιτείται, αλλά χωρίς αυτό "
"ορισμένα χαρακτηριστικά του ampache ίσως δε λειτουργούν σωστά"
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr "Υπάρχει ήδη το αρχείο ρυθμίσεων ampache.cfg.php"
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -3001,11 +2907,6 @@ msgstr ""
"αρχείο δε βρίσκεται στη σωστή θέση ή ο webserver δεν έχει τα απαραίτητα "
"δικαιώματα"
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr "Διαμορφώθηκε το αρχείο ampache.cfg.php;"
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -3026,362 +2927,445 @@ msgstr ""
"Αυτό επιχειρεί να συνδεθεί στη βάση χρησιμοποιώντας τις τιμές που έχουν "
"ορισθεί στο ampache.cfg.php"
-#: ../../templates/show_search.inc.php:26
-msgid "Search Ampache"
-msgstr "Αναζήτηση στον Ampache"
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
-#: ../../templates/show_search.inc.php:30
-msgid "Keywords"
-msgstr "Λέξεις κλειδιά"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Επεξεργασία"
-#: ../../templates/show_search.inc.php:72
-msgid "Played"
-msgstr "Παιγμένα"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "προτιμήσεις"
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
-msgstr "Ναι"
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Ενημέρωση προτιμήσεων"
-#: ../../templates/show_search.inc.php:77
-msgid "No"
-msgstr "Όχι"
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
+msgstr ""
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
-msgstr "Ελάχιστο Bitrate"
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
+msgstr "Νέος Κωδικός"
-#: ../../templates/show_search.inc.php:95
-msgid "One Star"
-msgstr "Ένα αστέρι"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
+msgstr "Ενημέρωση Λογαριασμού"
-#: ../../templates/show_search.inc.php:96
-msgid "Two Stars"
-msgstr "Δύο αστέρια"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Προηγούμενο"
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
-msgstr "Τρία αστέρια"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr "Προσθήκη στην playlist"
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
-msgstr "Τέσσερα αστέρια"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr "Προσθήκη σε νέα playlist"
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
-msgstr "Πέντε αστέρια"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr "Προσθήκη Δυναμικών Στοιχείων"
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
-msgstr "Τελεστής"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
+msgstr "Στην τύχη"
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
-msgstr "AND"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
+msgstr "Σχετικό Καλλιτέχνης"
-#: ../../templates/show_search.inc.php:111
-msgid "Method"
-msgstr "Μέθοδος"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
+msgstr "Σχετικό άλμπουμ"
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
-msgstr "Περίπου"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
+msgstr "Σχετικό Είδος"
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
-msgstr "Ακριβώς"
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
+msgstr "Περισσότερα"
-#: ../../templates/show_search.inc.php:118
-msgid "Maximum Results"
-msgstr "Μέγιστο Αποτελεσμάτων"
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
+msgstr "Δίσκος"
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
-msgstr "Προχωρημένη Αναζήτηση"
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
+msgstr "Άγνωστα (Μεμονωμένα)"
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
-msgstr "Τελευταία επικύρωση"
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
+msgstr "Προσθήκη άλμπουμ"
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
-msgstr "Τελευταία Προσθήκη"
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
+msgstr "Προσθήκη στην τύχη από άλμπουμ"
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
-msgstr "Συγκέντρωση όλων των εξωφύλλων"
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
+msgstr "Επαναφορά εξωφύλλου"
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
-msgstr "Προσθήκη στιγμιοτύπου τοπικής αναπαραγωγής"
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
+msgstr "Αναζήτηση εξωφύλλου"
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
-msgstr "Έλεγχος Πρόσβασης"
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
+msgstr "Εύρεση χαμένων κομματιών"
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
-msgstr "Προσθήκη Εγγραφής"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
+msgstr "Όνομα playlist"
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
-msgstr "Αρχική Διεύθυνση"
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
+msgstr "Τραγούδια"
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
-msgstr "Τελική Διεύθυνση"
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
+msgstr "Ιδιοκτήτης"
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
-msgstr "Κλειδί"
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
+msgstr "Πρόσφατα άλμπουμς"
-#: ../../templates/show_add_access.inc.php:22
-msgid "Add Access for a Host"
-msgstr "Πρόσθεσε πρόσβαση από εξυπηρετητή"
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
+msgstr "Πρόσφατοι Καλλιτέχνες"
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
-msgstr "Επιλογές RPC"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
+msgstr "Πρόσφατα Είδη"
-#: ../../templates/show_add_access.inc.php:84
-msgid "Create ACL"
-msgstr "Δημιουργία λίστας πρόσβασης"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr "Σύνδεσμοι"
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
-msgstr "Δείξε Στιγμιότυπα Τοπικής Αναπαραγωγής"
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
+msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
-msgstr "Επεξεργασία Στιγμιοτύπου"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
-msgstr "Επιλογή"
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
-msgstr "Χρόνος Προσθήκης"
+#: ../../lib/class/flag.class.php:251
+msgid "Approved"
+msgstr "Εγκρίθηκαν"
-#: ../../templates/show_disabled_songs.inc.php:65
-msgid "Remove"
-msgstr "Αφαίρεση"
+#: ../../lib/class/flag.class.php:252
+msgid "Pending"
+msgstr "Εκκρεμούν"
-#: ../../templates/show_install_config.inc.php:51
-msgid ""
-"This steps takes the basic config values, and first attempts to write them "
-"out directly to your webserver. If access is denied it will prompt you to "
-"download the config file. Please put the downloaded config file in /config"
-msgstr ""
-"Αυτό το βήμα παίρνει τις βασικές ρυθμίσεις και πρώτα επιχειρεί να τις γράψει "
-"απευθείας στον webserver. Αν απαγορεύεται η πρόσβαση θα υποδειχθεί να "
-"κατεβάσετε το αρχείο ρυθμίσεων. Στη συνέχεια τοποθετήστε το κατεβασμένο "
-"αρχείο στο φάκελο /config"
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
+msgstr "Επανεγγραφή tags"
-#: ../../templates/show_install_config.inc.php:56
-msgid "Generate Config File"
-msgstr "Δημιουργία Αρχείο Ρυθμίσεων"
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
+msgstr "Διαχείριση Χρηστών"
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
-msgstr "Διαδρομή web"
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
+msgstr "Playlists"
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
-msgstr "Όνομα χρήστη MySQL"
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
+msgstr "Τραγούδια από playlist"
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
-msgstr "Κωδικός MySQL"
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
+msgstr "Εγγραφές Shoutbox"
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
-msgstr "Εγγραφή ρυθμίσεων"
+#: ../../lib/class/browse.class.php:777
+msgid "Flagged Records"
+msgstr "Μαρκαρισμένες εγγραφές"
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
-msgstr "Έλεγχος για αρχείο ρυθμίσεων"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
+msgstr "Σφάλμα στη σύνδεση με"
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
-msgstr "Συνεχίστε στο Βήμα 3"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
+msgstr "Κωδικός"
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
-msgstr "Ο Χρήστης ενεργοποιήθηκε"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
+msgstr "Αιτία"
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
-msgstr "Αυτό το User ID ενεργοποιήθηκε και είναι έτοιμο για χρήση"
+#: ../../lib/class/catalog.class.php:177
+#, fuzzy
+msgid "day"
+msgid_plural "days"
+msgstr[0] "ημέρα"
+msgstr[1] "ημέρα"
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
-msgstr "Επικύρωση απέτυχε"
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
+msgstr "Εκτελείται Απομακρυσμένος Συγχρονισμός"
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
-msgstr "Το κλειδί επικύρωσης είναι λάθος"
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
+msgstr "Σφάλμα: Αδύνατο να ανοιχτεί"
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
-msgstr "Δημιουργία Δημοκρατικής playlist"
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
+msgstr "Σφάλμα: Αδύνατο να μεταβώ στον κατάλογο"
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
+msgstr "Σφάλμα: Αδύνατο να υπολογίσω το μέγεθος αρχείου για το"
+
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
+msgstr "είναι μη αναγνώσιμο από τον ampache"
+
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
-msgstr "Κάντο προκαθορισμένο"
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
+msgstr "Δε χρειάζεται ενημέρωση"
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
-msgstr "Πρόσφατα άλμπουμς"
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
+msgstr "Εκτελείται Απομακρυσμένη Ενημέρωση"
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
-msgstr "Πρόσφατοι Καλλιτέχνες"
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
+msgstr "Η playlist προστέθηκε από"
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
-msgstr "Πρόσφατα Είδη"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
+msgstr "Ολοκληρώθηκε η ενημέρωση του Καταλόγου"
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
-msgstr "Στείλε στο Shoutbox"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
+msgstr ""
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
-msgstr "Shoutbox"
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
+msgstr "Συνολικά Τραγούδια"
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
-msgstr "Απόρριψη"
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
+msgstr "Τραγούδια ανά Δευτερόλεπτο"
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
-msgstr "Επεξεργασία Στιγμιότυπου Τοπικής Αναπαραγωγής"
+#: ../../lib/class/catalog.class.php:1210
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+msgstr ""
+"Αδύνατη η φόρτωση της βιβλιοθήκης XMLRPC, βεβαιώστε ότι το XML-RPC είναι "
+"ενεργοποιημένο"
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
-msgstr "Ενημέρωση Στιγμιότυπου"
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
+msgstr "Ολοκληρώθηκε η ενημέρωση απομακρυσμένου(ων) καταλόγου(ων)"
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
-msgstr "Η εγγραφή ολοκληρώθηκε"
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
+msgstr "Η Ρίζα των καταλόγων δεν μπορεί να αναγνωσθεί, η εκκαθάριση διακόπηκε"
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
-msgstr ""
-"Ο λογαριασμός σας δημιουργήθηκε. Ένα κλειδί ενεργοποίησης στάλθηκε στο e-"
-"mail που δώσατε. Ελέγξτε το mail σας για περαιτέρω πληροφορίες"
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
+msgstr "Η εκκαθάριση των καταλόγων Ολοκληρώθηκε"
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
-msgstr "Επιστροφή στη σελίδα εισόδου"
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
+msgstr "αρχεία αφαιρέθηκαν"
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
-msgstr "Μόνιμο"
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
+msgstr "Βελτιστοποίηση Πινάκων"
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1736
+msgid "Update Finished."
+msgstr "Ολοκληρώθηκε η ενημέρωση"
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
-msgstr "Σφάλμα: Δε δώσατε λέξη αναζήτησης"
+#: ../../lib/class/catalog.class.php:1736
+msgid "Checked"
+msgstr "Ελέγχθηκαν"
-#: ../../ratings.php:32
-msgid "Rating Updated"
-msgstr "Η αξιολόγηση ενημερώθηκε"
+#: ../../lib/class/catalog.class.php:1736
+msgid "songs updated."
+msgstr "τραγούδια ενημερώθηκαν"
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
-msgstr "Η αξιολόγησή σας γι' αυτό το στοιχείο ενημερώθηκε"
+#: ../../lib/class/localplay.class.php:642
+msgid "Stopped"
+msgstr "Διακόπηκε"
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
-msgstr "Ο Χρήστης απενεργοποιήθηκε. Επικοινωνήστε με το διαχειριστή"
+#: ../../lib/class/localplay.class.php:645
+msgid "Paused"
+msgstr "Σε παύση"
-#: ../../login.php:83
-msgid "Unable to create new account"
-msgstr "Αδύνατο να δημιουργηθεί καινούριος λογαριασμός"
+#: ../../lib/preferences.php:189
+msgid "M3U"
+msgstr "M3U"
-#: ../../login.php:92
-msgid "No local account found"
-msgstr "Δε βρέθηκε τοπικός λογαριασμός"
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
+msgstr "Απλή M3U"
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
-msgstr "Εξυπηρετητής"
+#: ../../lib/preferences.php:191
+msgid "PLS"
+msgstr "PLS"
-#: ../../preferences.php:91
-msgid "Error Update Failed"
-msgstr "Σφάλμα: Η ενημέρωση απέτυχε"
+#: ../../lib/preferences.php:192
+msgid "Asx"
+msgstr "Asx"
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
-msgstr "Ο λογαριασμός σας ενημερώθηκε"
+#: ../../lib/preferences.php:193
+msgid "RAM"
+msgstr "RAM"
-#: ../../update.php:47 ../../update.php:51
-msgid "Ampache Update"
-msgstr "Ενημέρωση Ampache"
+#: ../../lib/preferences.php:194
+msgid "XSPF"
+msgstr "XSPF"
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
-msgstr "Έναρξη ενημέρωσης από τα tags"
+#: ../../lib/preferences.php:228
+msgid "Disabled"
+msgstr "Απενεργοποιημένο"
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
-msgstr "Ολοκληρώθηκε η ενημέρωση από τα tags"
+#: ../../lib/preferences.php:230
+msgid "Manager"
+msgstr "Μάνατζερ"
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
-msgstr "Επιστροφή"
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
+msgstr "Στείλε με την προσθήκη"
-#: ../../artists.php:188
-msgid "Show Artists starting with"
-msgstr "Δείξε καλλιτέχνες που αρχίζουν από"
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
+msgstr "Στείλε και καθάρισε με την προσθήκη"
-#: ../../playlist.php:57
-msgid "Playlist Created"
-msgstr "Η playlist δημιουργήθηκε"
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
+msgstr "Καθάρισε με την αποστολή"
-#: ../../playlist.php:57
-msgid " has been created"
-msgstr "δημιουργήθηκε"
+#: ../../lib/preferences.php:262
+msgid "Always"
+msgstr "Πάντα"
-#: ../../playlist.php:78
-msgid "Playlist Updated"
-msgstr "Η playlist ενημερώθηκε"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Μην το παίξεις"
-#: ../../playlist.php:79
-msgid "has been updated and is now"
-msgstr "έχει ενημερωθεί και τώρα είναι"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "Είναι αρκετά άσχημο"
-#: ../../playlist.php:101
-msgid "Playlist Imported"
-msgstr "Η playlist εισήχθη"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "Είναι ΟΚ"
-#: ../../playlist.php:130
-msgid "Empty Playlists Deleted"
-msgstr "Οι άδειες playlists διαγράφηκαν"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "Είναι αρκετά καλό"
-#: ../../flag.php:45
-msgid "Item Flagged"
-msgstr "Το στοιχείο μαρκαρίστηκε"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "Το λατρεύω!"
-#: ../../flag.php:45
-msgid "The specified item has been flagged"
-msgstr "Το συγκεκριμένο στοιχείο έχει μαρκαριστεί"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "Είναι τρελό"
+
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "Έξω από τα charts"
+
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
+msgstr "Απλοποιημένα κινέζικα"
+
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr "Ενεργό"
+
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr "Ανενεργό"
+
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr "Δεν ορίστηκε Όνομα Χρήστη/Κωδικός"
+
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr "Οι κωδικοί δεν ταιριάζουν"
+
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr "Ανέβασμα"
+
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr "Τοπική Αναπαραγωγή"
+
+#: ../../lib/ui.lib.php:361
+msgid "Random Play"
+msgstr "Τυχαία Αναπαραγωγή"
+
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
+msgid "Admin-Catalog"
+msgstr "Κατάλογος Διαχειριστή"
+
+#: ../../lib/ui.lib.php:381
+msgid "Admin-User Management"
+msgstr "Διαχείριση Χρηστών"
+
+#: ../../lib/ui.lib.php:385
+msgid "Admin-Mail Users"
+msgstr "Χρήστες E-mail"
+
+#: ../../lib/ui.lib.php:389
+msgid "Admin-Manage Access Lists"
+msgstr "Διαχείριση λιστών πρόσβασης"
+
+#: ../../lib/ui.lib.php:393
+msgid "Admin-Site Preferences"
+msgstr "Προτιμήσεις Ιστοτόπου"
+
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr "Διαχείριση Λειτουργικών Μονάδων"
+
+#: ../../lib/ui.lib.php:401
+msgid "Browse Music"
+msgstr "Περιήγηση στη Μουσική"
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
+msgstr "Προσθήκη Νέου"
#: ../../albums.php:32
msgid "Album Art Cleared"
@@ -3407,49 +3391,106 @@ msgstr ""
msgid "Album Art Inserted"
msgstr "Εξώφυλλο εισήχθη"
-#: ../../register.php:73
-msgid "Error Captcha Required"
-msgstr "Σφάλμα Απαιτείται Captcha"
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
+msgstr "Έναρξη ενημέρωσης από τα tags"
-#: ../../register.php:80
-msgid "Error Captcha Failed"
-msgstr "Σφάλμα το Captcha απέτυχε"
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
+msgstr "Ολοκληρώθηκε η ενημέρωση από τα tags"
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
-msgstr "Πρέπει να συμφωνήσετε με τους όρους χρήσης"
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
+msgstr "Επιστροφή"
-#: ../../register.php:92
-msgid "You did not enter a username"
-msgstr "Δε δώσατε όνομα Χρήστη"
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
+msgstr "Όνομα Instance"
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr "Παρακαλώ συμπληρώστε το ονοματεπώνυμό σας"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
+msgstr "Όνομα Εξυπηρετητή"
-#: ../../register.php:122
-msgid "You must enter a password"
-msgstr "Πρέπει να δώσετε κωδικό"
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
+msgstr "Πόρτα"
-#: ../../register.php:126
-msgid "Your passwords do not match"
-msgstr "Οι κωδικοί δεν ταιριάζουν"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "αρχείο"
-#: ../../register.php:158
-msgid "Error: Insert Failed"
-msgstr "Σφάλμα: Η εισαγωγή απέτυχε"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "Το ανέβασμα αρχείων δεν υποστηρίζεται"
-#: ../../radio.php:50
-msgid "Radio Station Added"
-msgstr "Ο Ραδιοφωνικός Σταθμός προστέθηκε"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "Το αρχείο δεν ανέβηκε"
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr "Υπήρξε πρόβλημα με το ανέβασμα του αρχείο. Κανένα αρχείο δεν ανέβηκε"
+
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
-#: ../../democratic.php:92
-msgid "Playlist Cleared"
-msgstr "Η playlist καθαρίστηκε"
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
+msgstr ""
+
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "Η playlist δημιουργήθηκε"
+
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr "δημιουργήθηκε"
+
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr "Η playlist ενημερώθηκε"
+
+#: ../../playlist.php:79
+msgid "has been updated and is now"
+msgstr "έχει ενημερωθεί και τώρα είναι"
+
+#: ../../playlist.php:101
+msgid "Playlist Imported"
+msgstr "Η playlist εισήχθη"
+
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
+msgstr "Οι άδειες playlists διαγράφηκαν"
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr "Ο Χρήστης απενεργοποιήθηκε. Επικοινωνήστε με το διαχειριστή"
+
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr "Αδύνατο να δημιουργηθεί καινούριος λογαριασμός"
+
+#: ../../login.php:92
+msgid "No local account found"
+msgstr "Δε βρέθηκε τοπικός λογαριασμός"
+
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr "Σφάλμα: Δε δώσατε λέξη αναζήτησης"
+
+#: ../../artists.php:188
+msgid "Show Artists starting with"
+msgstr "Δείξε καλλιτέχνες που αρχίζουν από"
#: ../../bin/print_tags.inc:66
msgid ""
@@ -3467,6 +3508,64 @@ msgstr ""
msgid "Filename:"
msgstr "Όνομα Αρχείου"
+#~ msgid " FOUND"
+#~ msgstr "ΒΡΕΘΗΚΕ(ΑΝ)"
+
+#~ msgid "Searching for new Album Art"
+#~ msgstr "Αναζήτηση νέου εξωφύλλου"
+
+#~ msgid "English"
+#~ msgstr "Αγγλικά"
+
+#~ msgid "British English"
+#~ msgstr "Βρετανικά Αγγλικά"
+
+#~ msgid "Turkish"
+#~ msgstr "Τουρκικά"
+
+#~ msgid "Export Failed"
+#~ msgstr "Η εξαγωγή απέτυχε"
+
+#~ msgid "description"
+#~ msgstr "περιγραφή"
+
+#~ msgid "Label"
+#~ msgstr "Ετικέτα"
+
+#~ msgid "Language"
+#~ msgstr "Γλώσσα"
+
+#~ msgid "Catalog Number"
+#~ msgstr "Αριθμός καταλόγους"
+
+#~ msgid "Last Updated"
+#~ msgstr "Τελευταία Ενημέρωση"
+
+#~ 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 δεν είναι απαραίτητο, συνιστάται όμως θερμά"
+
+#~ 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 ""
+#~ "Αυτό το βήμα παίρνει τις βασικές ρυθμίσεις και πρώτα επιχειρεί να τις "
+#~ "γράψει απευθείας στον webserver. Αν απαγορεύεται η πρόσβαση θα υποδειχθεί "
+#~ "να κατεβάσετε το αρχείο ρυθμίσεων. Στη συνέχεια τοποθετήστε το "
+#~ "κατεβασμένο αρχείο στο φάκελο /config"
+
+#~ msgid "Rating Updated"
+#~ msgstr "Η αξιολόγηση ενημερώθηκε"
+
+#~ msgid "Your rating for this object has been updated"
+#~ msgstr "Η αξιολόγησή σας γι' αυτό το στοιχείο ενημερώθηκε"
+
+#~ msgid "Playlist Cleared"
+#~ msgstr "Η playlist καθαρίστηκε"
+
#~ msgid "days"
#~ msgstr "ημέρες"
diff --git a/locale/en_GB/LC_MESSAGES/messages.mo b/locale/en_GB/LC_MESSAGES/messages.mo
index 9093a724..a743d873 100644
--- a/locale/en_GB/LC_MESSAGES/messages.mo
+++ b/locale/en_GB/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/en_GB/LC_MESSAGES/messages.po b/locale/en_GB/LC_MESSAGES/messages.po
index 8e52ddbd..ff92ed43 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: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\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,969 +15,193 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr "Session Expired: please log in again at"
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-#, fuzzy
-msgid "Private"
-msgstr "Your Private"
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr "Artists"
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr "Various"
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr "Error: Unable to open"
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr "All"
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr "View"
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-#, fuzzy
-msgid "Read"
-msgstr "Reason"
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:176
-#, fuzzy
-msgid "day"
-msgid_plural "days"
-msgstr[0] "day"
-msgstr[1] "day"
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-#, fuzzy
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] "hour"
-msgstr[1] "hour"
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr "Running Remote Sync"
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr "Error: Unable to change to directory"
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr "Error: Unable to get filesize for"
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr "is not readable by ampache"
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr "Updated"
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr "No Update Needed"
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr "Running Remote Update"
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr "Added Playlist From"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr "Catalogue Update Finished"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr "Total Time"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr "Total Songs"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr "Songs Per Seconds"
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr "Error"
-
-#: ../../lib/class/catalog.class.php:1204
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-msgstr "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
-msgstr "Error connecting to"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
-msgstr "Code"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
-msgstr "Reason"
-
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
-msgstr "Completed updating remote catalogue(s)"
-
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
-msgstr "Added"
-
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
-msgstr "Catalogue Clean Done"
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
-msgstr "files removed"
-
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
-msgstr " FOUND"
-
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
-msgstr "Searching for new Album Art"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "Update Finished."
-msgstr "Catalogue Update Finished"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "Checked"
-msgstr "Checking"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "songs updated."
-msgstr "Playlist updated."
-
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:251
-msgid "Approved"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:252
-msgid "Pending"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr "Delete"
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-#, fuzzy
-msgid "Other"
-msgstr "other"
-
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr "Unknown"
-
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
-msgstr "Now Playing"
-
-#: ../../lib/class/localplay.class.php:642
-#, fuzzy
-msgid "Stopped"
-msgstr "Stop"
-
-#: ../../lib/class/localplay.class.php:645
+#: ../../register.php:73
#, fuzzy
-msgid "Paused"
-msgstr "Pause"
-
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
+msgid "Error Captcha Required"
msgstr "Error Username Required"
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
-msgstr "Error Passwords don't match"
-
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
-msgstr "Songs"
-
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr "Albums"
-
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-msgid "Genres"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
-msgstr "Manage Users"
-
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
-msgstr "Playlists"
-
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-#, fuzzy
-msgid "Catalogs"
-msgstr "Catalogue"
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:748
-#, fuzzy
-msgid "Flagged Records"
-msgstr "Flagged by"
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr ""
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr ""
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr ""
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr ""
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr ""
-
-#: ../../lib/rating.lib.php:51
-#, fuzzy
-msgid "Don't Play"
-msgstr "Local Play"
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr ""
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr ""
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr ""
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
+#: ../../register.php:80
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
msgstr ""
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
+#: ../../register.php:92
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr "Enable"
-
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
-msgstr "Disable"
-
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-#, fuzzy
-msgid "None"
-msgstr "No"
-
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
-msgstr "Stream"
-
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
msgstr ""
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
+#: ../../register.php:122
#, fuzzy
-msgid "Localplay"
-msgstr "Local Play"
-
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
-msgstr ""
-
-#: ../../lib/preferences.php:189
-msgid "M3U"
-msgstr "M3U"
-
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
-msgstr "Simple M3U"
-
-#: ../../lib/preferences.php:191
-msgid "PLS"
-msgstr "PLS"
-
-#: ../../lib/preferences.php:192
-msgid "Asx"
-msgstr "Asx"
-
-#: ../../lib/preferences.php:193
-msgid "RAM"
-msgstr ""
-
-#: ../../lib/preferences.php:194
-msgid "XSPF"
-msgstr ""
+msgid "You must enter a password"
+msgstr "Enter password"
-#: ../../lib/preferences.php:228
+#: ../../register.php:126
#, fuzzy
-msgid "Disabled"
-msgstr "Disable"
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
-msgstr "User"
-
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr ""
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
-msgstr "Admin"
-
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
-msgstr ""
-
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
-msgstr ""
-
-#: ../../lib/preferences.php:262
-msgid "Always"
-msgstr ""
-
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
-msgstr "English"
+msgid "Your passwords do not match"
+msgstr "Error Passwords don't match"
-#: ../../lib/general.lib.php:398
+#: ../../register.php:130 ../../admin/users.php:110
#, fuzzy
-msgid "British English"
-msgstr "English"
-
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
-msgstr "Turkish"
-
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
-msgstr ""
-
-#: ../../lib/general.lib.php:467
-msgid "On"
-msgstr "On"
-
-#: ../../lib/general.lib.php:470
-msgid "Off"
-msgstr "Off"
-
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
-msgstr ""
-
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
-msgstr ""
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr ""
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
-msgstr ""
+msgid "Error Username already exists"
+msgstr "Error Username Required"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
+#: ../../register.php:158
#, fuzzy
-msgid "hours ago"
-msgstr "hours"
+msgid "Error: Insert Failed"
+msgstr "Error: Insufficient Rights"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
+#: ../../update.php:47 ../../update.php:51
#, fuzzy
-msgid "days ago"
-msgstr "days"
+msgid "Ampache Update"
+msgstr "Ampache Debug"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr ""
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
+msgstr "Session Expired: please log in again at"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "years ago"
-msgstr "year"
-
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
-msgstr "Home"
-
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
-msgstr "Upload"
-
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
-msgstr "Local Play"
-
-#: ../../lib/ui.lib.php:350
-#, fuzzy
-msgid "Random Play"
-msgstr "Random"
-
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Playlist"
-
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
-msgstr "Search"
-
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
-msgstr "Preferences"
-
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
+#: ../../admin/flag.php:89
#, fuzzy
-msgid "Admin-Catalog"
-msgstr "Add Catalogue"
-
-#: ../../lib/ui.lib.php:370
-msgid "Admin-User Management"
-msgstr ""
+msgid "Song Updated"
+msgstr "Updated"
-#: ../../lib/ui.lib.php:374
+#: ../../admin/flag.php:89
#, fuzzy
-msgid "Admin-Mail Users"
-msgstr "Mail Users"
+msgid "The requested song has been updated"
+msgstr "The requested song(s) have been disabled"
-#: ../../lib/ui.lib.php:378
+#: ../../admin/flag.php:131
#, fuzzy
-msgid "Admin-Manage Access Lists"
-msgstr "Access Lists"
+msgid "Album Updated"
+msgstr "Updated"
-#: ../../lib/ui.lib.php:382
+#: ../../admin/flag.php:173
#, fuzzy
-msgid "Admin-Site Preferences"
-msgstr "Admin Preferences"
-
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
-msgstr ""
+msgid "Artist Updated"
+msgstr "Fast Update"
-#: ../../lib/ui.lib.php:390
+#: ../../admin/flag.php:238
#, fuzzy
-msgid "Browse Music"
-msgstr "Browse"
-
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
-msgstr "Genre"
+msgid "Songs Updated"
+msgstr "Updated"
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
+#: ../../admin/flag.php:246
#, fuzzy
-msgid "Statistics"
-msgstr "Catalogue Statistics"
-
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
-msgstr ""
-
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr ""
-
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
-msgstr "Name"
-
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr ""
-
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
-msgstr ""
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
-msgstr "Title"
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr "Track"
-
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr "Artist"
-
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
-msgid "Recently Played"
-msgstr ""
-
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
-msgstr ""
+msgid "Flag Removed"
+msgstr "files removed"
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
-msgstr "Password"
-
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "file"
-
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr "File uploads not supported."
-
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "No file uploaded"
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
+msgstr "Songs Disabled"
-#: ../../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."
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
+msgstr "The requested song(s) have been disabled"
-#: ../../modules/horde/Browser.php:901
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was larger than the maximum "
-"allowed size (%d bytes)."
-msgstr ""
-"There was a problem with the file upload: The %s was larger than the maximum "
-"allowed size (%d bytes)."
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
+msgstr "Songs Enabled"
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr ""
-"There was a problem with the file upload: The %s was only partially uploaded."
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
+msgstr "The requested song(s) have been enabled"
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
#, fuzzy
msgid "Catalog Updated"
msgstr "Catalogue Update Finished"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
#, fuzzy
msgid "Catalog Deleted"
msgstr "Catalogue Clean Done"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../admin/catalog.php:112
+#: ../../admin/catalog.php:119
#, fuzzy
msgid "Songs Removed"
msgstr "files removed"
-#: ../../admin/catalog.php:115
+#: ../../admin/catalog.php:122
msgid "No Songs Removed"
msgstr ""
-#: ../../admin/catalog.php:118
+#: ../../admin/catalog.php:125
#, fuzzy
msgid "Disabled Songs Processed"
msgstr "Show Disabled Songs"
-#: ../../admin/catalog.php:138
+#: ../../admin/catalog.php:146
#, fuzzy
msgid "Catalog Cleaned"
msgstr "Catalogue Clean Done"
-#: ../../admin/catalog.php:188
+#: ../../admin/catalog.php:197
#, fuzzy
msgid "Catalog Created"
msgstr "Catalogue Name"
-#: ../../admin/catalog.php:205
+#: ../../admin/catalog.php:214
#, fuzzy
msgid "Catalog statistics cleared"
msgstr "Catalogue Statistics"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "Now Playing Cleared"
msgstr "Now Playing Cleared"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "All now playing data has been cleared"
msgstr "All now playing data has been cleared"
-#: ../../admin/catalog.php:232
+#: ../../admin/catalog.php:241
#, fuzzy
msgid "No Disabled songs found"
msgstr "Show Disabled Songs"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
#, fuzzy
msgid "Delete Catalog"
msgstr "Update Catalogues"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Do you really want to delete this catalog?"
msgstr "Do you really want to delete this catalogue?"
-#: ../../admin/catalog.php:260
+#: ../../admin/catalog.php:270
msgid "Album Art Search Finished"
msgstr "Album Art Search Finished"
-#: ../../admin/flag.php:89
-#, fuzzy
-msgid "Song Updated"
-msgstr "Updated"
-
-#: ../../admin/flag.php:89
-#, fuzzy
-msgid "The requested song has been updated"
-msgstr "The requested song(s) have been disabled"
-
-#: ../../admin/flag.php:131
-#, fuzzy
-msgid "Album Updated"
-msgstr "Updated"
-
-#: ../../admin/flag.php:173
-#, fuzzy
-msgid "Artist Updated"
-msgstr "Fast Update"
-
-#: ../../admin/flag.php:238
-#, fuzzy
-msgid "Songs Updated"
-msgstr "Updated"
-
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Flag Removed"
-msgstr "files removed"
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr ""
-
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
-msgstr ""
-
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
-msgstr "Songs Disabled"
-
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
-msgstr "The requested song(s) have been disabled"
-
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
-msgstr "Songs Enabled"
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
+msgstr "Error Username Required"
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
-msgstr "The requested song(s) have been enabled"
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
+msgstr "Error Passwords don't match"
#: ../../admin/users.php:83
msgid "User Updated"
@@ -987,18 +211,44 @@ msgstr ""
msgid "updated"
msgstr ""
-#: ../../admin/users.php:110 ../../register.php:130
-#, fuzzy
-msgid "Error Username already exists"
-msgstr "Error Username Required"
-
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
msgid "Guest"
msgstr ""
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
+msgstr "User"
+
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
+msgstr "Admin"
+
#: ../../admin/users.php:129
msgid "New User Added"
msgstr ""
@@ -1011,6 +261,10 @@ msgstr ""
msgid "User Disabled"
msgstr ""
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
+msgstr "Error"
+
#: ../../admin/users.php:142
msgid "Unable to Disabled last Administrator"
msgstr ""
@@ -1039,27 +293,35 @@ msgstr "Are you sure you want to permanently delete"
msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
#, fuzzy
msgid "Are you sure you want to remove this plugin?"
msgstr "Are you sure you want to permanently delete"
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
msgid "Plugin Deactivated"
msgstr ""
-#: ../../admin/modules.php:85
+#: ../../admin/modules.php:87
msgid "Plugin Activated"
msgstr ""
-#: ../../admin/modules.php:120
+#: ../../admin/modules.php:122
msgid "Plugins"
msgstr ""
-#: ../../admin/modules.php:126
+#: ../../admin/modules.php:128
msgid "Localplay Controllers"
msgstr ""
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
+msgstr ""
+
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
+msgstr ""
+
#: ../../admin/access.php:35
#, fuzzy
msgid "Deleted"
@@ -1069,15 +331,34 @@ msgstr "Delete"
msgid "Your Access List Entry has been removed"
msgstr "Your Access List Entry has been removed"
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
+msgstr "Added"
+
#: ../../admin/access.php:40
msgid "Your new Access List Entry has been created"
msgstr "Your new Access List Entry has been created"
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
+msgstr "Updated"
+
#: ../../admin/access.php:45
#, fuzzy
msgid "Access List Entry updated"
msgstr "Your Access List Entry has been removed"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
+msgstr ""
+
#: ../../admin/mail.php:57
#, fuzzy
msgid "E-mail Sent"
@@ -1087,85 +368,296 @@ msgstr "E-mail"
msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../admin/system.php:64
-msgid "Export Failed"
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
msgstr ""
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
+#: ../../preferences.php:91
+msgid "Error Update Failed"
msgstr ""
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
-msgstr ""
+#: ../../flag.php:45
+#, fuzzy
+msgid "Item Flagged"
+msgstr "Flagged by"
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
msgstr ""
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
-msgstr "Play"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+#, fuzzy
+msgid "Catalogs"
+msgstr "Catalogue"
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to 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:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../templates/show_edit_live_stream_row.inc.php:26
+#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52
+msgid "Name"
+msgstr "Name"
+
+#: ../../templates/show_admin_tools.inc.php:34
+#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
+msgstr "Action"
+
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
+msgstr "Add"
+
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
msgstr ""
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+#, fuzzy
+msgid "Clean"
+msgstr "clear"
+
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
+msgstr "All"
+
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
+msgstr "Delete"
+
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
msgstr ""
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/show_admin_tools.inc.php:68
#, fuzzy
-msgid "Clear Playlist"
-msgstr "New Playlist"
+msgid "No Catalogs Found"
+msgstr "Not Found"
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+#, fuzzy
+msgid "Clean All"
+msgstr "Clean All Catalogues"
+
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+#, fuzzy
+msgid "Verify All"
+msgstr "View All"
+
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+#, fuzzy
+msgid "Add to All"
+msgstr "Add to"
+
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+#, fuzzy
+msgid "Update All"
+msgstr "Updated"
+
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
+msgstr "Add a Catalogue"
+
+#: ../../templates/show_admin_tools.inc.php:83
+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:43
+msgid "Other Tools"
msgstr ""
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "Show Duplicate Songs"
+
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:48
+msgid "Clear Now Playing"
+msgstr "Clear Now Playing"
+
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+#, fuzzy
+msgid "Generate New Config"
+msgstr "Write Configuration"
+
+#: ../../templates/show_admin_tools.inc.php:93
+#, fuzzy
+msgid "Preferences Permissions"
+msgstr "Preferences"
+
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
msgstr ""
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
+#: ../../templates/show_admin_tools.inc.php:96
+#, fuzzy
+msgid "Check for New Version"
+msgstr "Check for Configuration"
+
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+#, fuzzy
+msgid "Object"
+msgstr "Subject"
+
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Flag"
+
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
+msgstr "Comment"
+
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+#, fuzzy
+msgid "Status"
+msgstr "Stats"
+
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+#, fuzzy
+msgid "No Records Found"
+msgstr "No Results Found"
+
#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
#: ../../templates/show_install_lang.inc.php:32
#: ../../templates/show_install_config.inc.php:32
+#: ../../templates/show_install.inc.php:32
msgid "Ampache Installation"
msgstr "Ampache Installation"
#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
#: ../../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 "
@@ -1177,9 +669,9 @@ msgstr ""
"have the following pre-requisites"
#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
#: ../../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 ""
@@ -1194,9 +686,9 @@ msgstr ""
"ampache.cfg.dist.php file"
#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
#: ../../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 "
@@ -1209,8 +701,8 @@ msgstr ""
"date simply edit /config/ampache.cfg.php"
#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
#: ../../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"
@@ -1219,8 +711,8 @@ msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr "Step 2 - Creating the ampache.cfg.php file"
#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
#: ../../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"
@@ -1238,20 +730,30 @@ msgid "Create Admin Account"
msgstr "Create Account"
#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
#: ../../templates/show_now_playing_row.inc.php:29
#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
msgid "Username"
msgstr "Username"
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
+msgstr "Password"
+
#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_add_user.inc.php:63
#: ../../templates/show_account.inc.php:47
msgid "Confirm Password"
@@ -1261,924 +763,905 @@ msgstr "Confirm Password"
msgid "Create Account"
msgstr "Create Account"
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
-msgstr "Add a Catalogue"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Path"
-#: ../../templates/show_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)"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-"In the form below enter either a local path (i.e. /data/music) or the URL to "
-"a remote Ampache installation (i.e http://theotherampache.com)"
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
-msgstr "Catalogue Name"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
-msgstr "Auto-inserted Fields"
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+#, fuzzy
+msgid "Actions"
+msgstr "Action"
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr "album name"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr "artist name"
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
-msgstr "id3 comment"
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
+msgstr "Reject"
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr "genre"
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
+msgstr "Enable"
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
-msgstr "track number (padded with leading 0)"
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
-msgstr "song title"
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr "year"
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+#, fuzzy
+msgid "Song Title"
+msgstr "Song title"
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr "other"
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
+msgstr "Albums"
-#: ../../templates/show_add_catalog.inc.php:48
-#: ../../templates/show_catalogs.inc.php:33
-#: ../../templates/show_catalogs.inc.php:61
-msgid "Path"
-msgstr "Path"
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
+msgstr "Artist"
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
-msgstr "Catalogue Type"
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
+msgstr "Genre"
-#: ../../templates/show_add_catalog.inc.php:55
-msgid "Local"
-msgstr "Local"
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
+msgstr "Playlist"
-#: ../../templates/show_add_catalog.inc.php:56
-msgid "Remote"
-msgstr "Remote"
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:62
-msgid "Required for Remote Catalogs"
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Filename Pattern"
-msgstr "Filename Pattern"
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
-msgstr "Folder Pattern"
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
-msgstr "(no leading or ending '/')"
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
-msgstr "Gather Album Art"
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
-msgstr "Build Playlists from m3u Files"
+#: ../../templates/sidebar_browse.inc.php:69
+msgid "All Playlists"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
-msgstr "Add Catalogue"
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
+msgstr "Unknown"
+
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
+msgstr "Full Name"
+
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
+msgstr "Last Seen"
+
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
-msgstr "Decrease Volume"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
-msgstr "Increase Volume"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
-msgstr "Volume"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:33
-#, fuzzy
-msgid "Repeat"
-msgstr "Reject"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
+msgid "Recently Played"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
-msgstr "Random"
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
+msgstr "Album"
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
-msgstr "Add"
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
+msgstr "Track"
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-#, fuzzy
-msgid "Playlist Name"
-msgstr "Playlist Type"
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
+msgstr "Time"
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
#, fuzzy
-msgid "# Songs"
-msgstr "Songs"
+msgid "Rating"
+msgstr "Editing"
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
msgstr ""
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_big_art.inc.php:29
#, fuzzy
-msgid "Actions"
-msgstr "Action"
+msgid "Album Art"
+msgstr "Find Album Art"
+
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr ""
-#: ../../templates/show_album_row.inc.php:43
#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
msgid "Post Shout"
msgstr ""
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
+msgstr "Download"
+
#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
+#: ../../templates/show_playlist_song_row.inc.php:37
#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
#: ../../templates/show_playlist_row.inc.php:37
msgid "Edit"
msgstr "Edit"
-#: ../../templates/show_similar_artists.inc.php:23
-#, fuzzy
-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_flag.inc.php:41
+msgid "Flag Song"
+msgstr "Flag Song"
-#: ../../templates/show_similar_artists.inc.php:66
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
#, fuzzy
-msgid "Back"
-msgstr "Track"
+msgid "File"
+msgstr "file"
-#: ../../templates/show_similar_artists.inc.php:77
+#: ../../templates/show_flag.inc.php:49
#, fuzzy
-msgid "Rename selected"
-msgstr "Remove Selected Tracks"
+msgid "Item"
+msgstr "Stream"
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
-msgstr "Cancel"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr "Reason to flag"
-#: ../../templates/show_similar_artists.inc.php:91
-msgid "Advanced Options"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:152
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
+msgstr ""
+
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
#, fuzzy
-msgid "Search Again"
-msgstr "Search Ampache"
+msgid "Other"
+msgstr "other"
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
-msgstr ""
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+msgid "Found"
+msgstr "Found"
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
+#: ../../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/sidebar_localplay.inc.php:42
-msgid "Active Instance"
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/show_install_lang.inc.php:43
+#: ../../templates/show_install_config.inc.php:42
+#: ../../templates/show_install.inc.php:44
+msgid ""
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.php.dist file"
msgstr ""
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.php.dist file"
-#: ../../templates/show_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_random.inc.php:22
-msgid "Play Random Selection"
-msgstr "Play Random Selection"
-
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
-msgstr "Item count"
-
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
-msgstr "From genre"
-
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
msgstr ""
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
msgstr ""
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
+msgstr ""
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
-msgstr "Type"
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
+msgstr "Play Album"
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
msgstr ""
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
msgstr ""
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
-msgstr "Full Albums"
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
+msgstr "Decrease Volume"
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
-msgstr "Full Artist"
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
+msgstr "Increase Volume"
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
-msgstr ""
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
+msgstr "Volume"
-#: ../../templates/show_random.inc.php:76
+#: ../../templates/show_localplay_status.inc.php:33
#, fuzzy
-msgid "From catalog"
-msgstr "from catalogue"
+msgid "Repeat"
+msgstr "Reject"
-#: ../../templates/show_random.inc.php:82
-#, fuzzy
-msgid "Size Limit"
-msgstr "View Limit"
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
+msgstr "Random"
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
-msgstr ""
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+#, fuzzy
+msgid "Clear Playlist"
+msgstr "New Playlist"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
-msgstr "Starting New Song Search on"
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
+msgstr "Select"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
-msgstr "catalogue"
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
+msgstr "Title"
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_run_add_catalog.inc.php:24
-msgid "Found"
-msgstr "Found"
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
+msgstr "Filename"
-#: ../../templates/show_adds_catalog.inc.php:25
-#: ../../templates/show_verify_catalog.inc.php:26
-#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
-#: ../../templates/show_clean_catalog.inc.php:25
-msgid "Reading"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:26
-#, fuzzy
-msgid "Editing Playlist"
-msgstr "Edit Playlist"
-
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
-msgstr "Public"
-
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
+#: ../../templates/show_disabled_songs.inc.php:65
#, fuzzy
-msgid "Update"
-msgstr "Updated"
+msgid "Remove"
+msgstr "Remote"
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
-msgstr "Login"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
+msgstr ""
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
-msgstr "Remember Me"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Add Entry"
-#: ../../templates/show_login_form.inc.php:78
-#, fuzzy
-msgid "Register"
-msgstr "Register User"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Start Address"
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
-msgstr ""
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "End Address"
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
-msgstr "Action"
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
+msgstr "Level"
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-#, fuzzy
-msgid "Clean"
-msgstr "clear"
-
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
-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:62
+msgid "Type"
+msgstr "Type"
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
-msgstr ""
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
+msgstr "Fullname"
-#: ../../templates/show_admin_tools.inc.php:68
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
#, fuzzy
-msgid "No Catalogs Found"
-msgstr "Not Found"
+msgid "Registration Date"
+msgstr "Register User"
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
#, fuzzy
-msgid "Clean All"
-msgstr "Clean All Catalogues"
+msgid "Last Ip"
+msgstr "Last Seen"
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-#, fuzzy
-msgid "Verify All"
-msgstr "View All"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
+msgstr "On-line"
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-#, fuzzy
-msgid "Add to All"
-msgstr "Add to"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
#, fuzzy
-msgid "Update All"
-msgstr "Updated"
+msgid "Base Playlist"
+msgstr "New Playlist"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr "Clear Catalogue Stats"
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr "Show Duplicate Songs"
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
+msgstr "Songs"
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
-msgstr "Clear Now Playing"
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Play"
-#: ../../templates/show_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
+#: ../../templates/show_manage_democratic.inc.php:69
#, fuzzy
-msgid "Generate New Config"
-msgstr "Write Configuration"
+msgid "Create New Playlist"
+msgstr "Create a new playlist"
-#: ../../templates/show_admin_tools.inc.php:93
-#, fuzzy
-msgid "Preferences Permissions"
-msgstr "Preferences"
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
+msgstr "Song"
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
+#: ../../templates/show_install_config.inc.php:49
+#: ../../templates/show_install.inc.php:56
+msgid "Step 2 - Creating the Ampache.cfg.php file"
+msgstr "Step 2 - Creating the Ampache.cfg.php file"
+
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:96
-#, fuzzy
-msgid "Check for New Version"
-msgstr "Check for Configuration"
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
+msgstr "Web Path"
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr "Flag Song"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "Desired Database Name"
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-#, fuzzy
-msgid "File"
-msgstr "file"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "MySQL Hostname"
-#: ../../templates/show_flag.inc.php:49
-#, fuzzy
-msgid "Item"
-msgstr "Stream"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "MySQL Username"
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
-msgstr "Reason to flag"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "MySQL Password"
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr "Write Configuration"
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
-msgstr "Comment"
+#: ../../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_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
-msgstr "Flag"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Ampache.cfg.php Configured?"
-#: ../../templates/sidebar_admin.inc.php:27
-msgid "Show Catalogs"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "Check for Configuration"
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
-msgstr "Add User"
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
+msgstr "Editing existing User"
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
+msgstr "E-mail"
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr "User Access Level"
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
-msgstr "Find Duplicates"
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
+msgstr "Update User"
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
-msgstr "Mail Users"
+#: ../../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/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
-msgstr "Clear Stats"
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-#, fuzzy
-msgid "Song Title"
-msgstr "Song title"
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr "Value"
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
msgstr ""
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
-msgstr "Full Name"
-
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
msgstr ""
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
-msgstr "Last Seen"
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
+msgstr "Preference"
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
-msgstr ""
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr "Search"
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
msgstr ""
-#: ../../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_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+#, fuzzy
+msgid "Create"
+msgstr "Bitrate"
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Add All Songs By"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
-msgstr "Update from tags"
-
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
msgstr ""
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
-msgstr "Album"
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
+msgstr ""
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
-msgstr "Time"
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "Public"
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
#, fuzzy
-msgid "Rating"
-msgstr "Editing"
+msgid "Private"
+msgstr "Your Private"
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-#, fuzzy
-msgid "Current Playlist"
-msgstr "New Playlist"
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
+msgstr "Continue"
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
-#, fuzzy
-msgid "No Records Found"
-msgstr "No Results Found"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
+msgstr "Cancel"
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
-msgstr "Preference"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:352
+msgid "Home"
+msgstr "Home"
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr "Value"
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
+msgstr "Browse"
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
-msgstr "Apply to All"
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+#, fuzzy
+msgid "Localplay"
+msgstr "Local Play"
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
-msgstr ""
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
+msgstr "Preferences"
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr ""
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
+msgstr "Logout"
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "Updating the"
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
+msgstr "Catalogue"
-#: ../../templates/header.inc.php:71
-msgid "Log out"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
+msgstr "songs found checking tag information."
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:56
-#, fuzzy
-msgid "User Agreement"
-msgstr "User Deleted"
-
-#: ../../templates/show_user_registration.inc.php:65
-#, fuzzy
-msgid "I Accept"
-msgstr "Accept"
-
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
-msgstr "E-mail"
-
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
-msgstr "Register User"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-#, fuzzy
-msgid "Edit Album"
-msgstr "Album"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
+msgstr ""
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
-msgstr "Year"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "Next"
-#: ../../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"
+#: ../../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_edit_album.inc.php:47
+#: ../../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 "Update Album"
-msgstr "Gather Album Art"
+msgid "Version"
+msgstr "PHP Version"
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
-msgstr ""
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
+msgstr "Disable"
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-msgid ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.php.dist file"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
msgstr ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.php.dist file"
#: ../../templates/show_install.inc.php:54
msgid ""
@@ -2190,25 +1673,10 @@ msgstr ""
"mysql account with database creation rights. This step may take a while "
"depending upon the speed of your computer"
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr "Step 2 - Creating the Ampache.cfg.php file"
-
#: ../../templates/show_install.inc.php:61
msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
-msgstr "Desired Database Name"
-
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
-msgstr "MySQL Hostname"
-
#: ../../templates/show_install.inc.php:73
msgid "MySQL Administrative Username"
msgstr "MySQL Administrative Username"
@@ -2238,51 +1706,288 @@ msgstr ""
msgid "Insert Database"
msgstr "Insert Database"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
+msgstr ""
+
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:23
+#, fuzzy
+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_similar_artists.inc.php:66
+#, fuzzy
+msgid "Back"
+msgstr "Track"
+
+#: ../../templates/show_similar_artists.inc.php:77
+#, fuzzy
+msgid "Rename selected"
+msgstr "Remove Selected Tracks"
+
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
msgstr ""
+#: ../../templates/show_similar_artists.inc.php:152
+#, fuzzy
+msgid "Search Again"
+msgstr "Search Ampache"
+
#: ../../templates/show_add_playlist.inc.php:24
msgid "Create a new playlist"
msgstr "Create a new playlist"
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
-#, fuzzy
-msgid "Create"
-msgstr "Bitrate"
-
-#: ../../templates/show_edit_song.inc.php:23
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
#, fuzzy
-msgid "Edit Song"
-msgstr "Editing"
+msgid "Rename"
+msgstr "Username"
+#: ../../templates/show_rename_artist.inc.php:33
+#: ../../templates/show_search.inc.php:106
+#: ../../templates/show_add_live_stream.inc.php:64
#: ../../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.php:106
msgid "OR"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:88
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr ""
+
+#: ../../templates/show_rename_artist.inc.php:37
#, fuzzy
-msgid "Update Song"
-msgstr "Update Catalogues"
+msgid "Update id3 tags"
+msgstr "Update from tags"
-#: ../../templates/show_edit_catalog.inc.php:22
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
+msgstr ""
+
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../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 "Settings for"
-msgstr "Settings for catalogue in"
+msgid "Update"
+msgstr "Updated"
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
-msgstr "Filename pattern"
+#: ../../templates/show_playlist.inc.php:29
+#, fuzzy
+msgid "Normalize Tracks"
+msgstr "Total Tracks"
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
-msgstr "Save Catalogue Settings"
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
+msgstr ""
+
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
+
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr ""
+
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
+msgstr "Cover"
+
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
+msgstr "Year"
+
+#: ../../templates/show_preference_admin.inc.php:22
+#, fuzzy
+msgid "Preference Administration"
+msgstr "Preferences"
+
+#: ../../templates/show_localplay_playlist.inc.php:23
+#, fuzzy
+msgid "Current Playlist"
+msgstr "New Playlist"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "hours ago"
+msgstr "hours"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "days ago"
+msgstr "days"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "years ago"
+msgstr "year"
+
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr "Search Ampache"
+
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:72
+#, fuzzy
+msgid "Played"
+msgstr "Play"
+
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr "Yes"
+
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr "No"
+
+#: ../../templates/show_search.inc.php:80
+#, fuzzy
+msgid "Min Bitrate"
+msgstr "Bitrate"
+
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:96
+#, fuzzy
+msgid "Two Stars"
+msgstr "Total Users"
+
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:111
+#, fuzzy
+msgid "Method"
+msgstr "Mode"
+
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr ""
+
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+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:60
+#: ../../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:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
+msgstr ""
#: ../../templates/show_edit_access.inc.php:22
msgid "Edit ACL"
@@ -2331,109 +2036,157 @@ msgstr "End IP Address"
msgid "Remote Key"
msgstr "Remote"
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
-msgstr "Level"
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
+msgstr "View"
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+#, fuzzy
+msgid "Read"
+msgstr "Reason"
+
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
-msgstr "Play Album"
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
+msgstr ""
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
-msgstr "Song"
+#: ../../templates/show_user_registration.inc.php:56
+#, fuzzy
+msgid "User Agreement"
+msgstr "User Deleted"
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
+#: ../../templates/show_user_registration.inc.php:65
+#, fuzzy
+msgid "I Accept"
+msgstr "Accept"
+
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
+msgstr "Register User"
+
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
+msgstr "Login"
+
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Remember Me"
+
+#: ../../templates/show_login_form.inc.php:78
+#, fuzzy
+msgid "Register"
+msgstr "Register User"
+
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
+msgstr "Most Popular Artists"
+
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
+msgstr "Most Popular Albums"
+
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+#, fuzzy
+msgid "Most Popular Genres"
+msgstr "Most Popular Songs"
+
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
+msgstr "Most Popular Songs"
+
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_edit_song.inc.php:23
#, fuzzy
-msgid "Show All"
-msgstr "Show all"
+msgid "Edit Song"
+msgstr "Editing"
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
-msgstr "Date"
+#: ../../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_ip_history.inc.php:38
-#: ../../templates/show_ip_history.inc.php:52
+#: ../../templates/show_edit_song.inc.php:88
#, fuzzy
-msgid "IP Address"
-msgstr "End IP Address"
+msgid "Update Song"
+msgstr "Update Catalogues"
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
-msgstr "Browse"
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr "Catalogue Statistics"
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
-msgstr "Logout"
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Connected Users"
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
-msgstr "Importing a Playlist from a File"
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Total Users"
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
-msgstr "Filename"
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr "Artists"
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
-msgstr "Playlist Type"
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+msgid "Genres"
+msgstr ""
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
-msgstr "Import Playlist"
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Catalogue Size"
-#: ../../templates/show_genre.inc.php:29
-#, fuzzy
-msgid "Viewing"
-msgstr "View"
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Catalogue Time"
#: ../../templates/show_mail_users.inc.php:23
#, fuzzy
@@ -2448,38 +2201,16 @@ msgstr "Mail to"
msgid "Inactive Users"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr "Catalogue Statistics"
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr "Most Popular Albums"
-
#: ../../templates/show_mail_users.inc.php:53
#, fuzzy
msgid "Latest Artist Additions"
msgstr "Newest Artist Additions"
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr "Most Popular Artists"
-
#: ../../templates/show_mail_users.inc.php:64
#, fuzzy
msgid "Latest Album Additions"
msgstr "Newest Album Additions"
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "Most Popular Songs"
-
#: ../../templates/show_mail_users.inc.php:74
msgid "Flagged Songs"
msgstr ""
@@ -2507,73 +2238,75 @@ msgstr "Message"
msgid "Send Mail"
msgstr "Send Mail"
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
+msgstr "Adding a New User"
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
+msgstr "Add User"
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
-msgstr ""
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+msgstr "Add Access for a Host"
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
+#: ../../templates/show_add_access.inc.php:84
#, fuzzy
-msgid "Preference Administration"
-msgstr "Preferences"
+msgid "Create ACL"
+msgstr "Create Account"
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
-msgstr "Editing existing User"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Apply to All"
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
-msgstr "User Access Level"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
-msgstr "Update User"
+#: ../../templates/show_playlist_edit.inc.php:26
+#, fuzzy
+msgid "Editing Playlist"
+msgstr "Edit Playlist"
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
-msgstr "Connected Users"
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
-msgstr "Total Users"
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
-msgstr "Catalogue Size"
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
-msgstr "Catalogue Time"
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
+msgstr ""
#: ../../templates/show_duplicates.inc.php:22
#, fuzzy
msgid "Duplicate Songs"
msgstr "Show Duplicate Songs"
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr ""
+
#: ../../templates/show_duplicates.inc.php:41
#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
msgid "Bitrate"
msgstr "Bitrate"
@@ -2582,58 +2315,154 @@ msgstr "Bitrate"
msgid "Size"
msgstr "Size"
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
-msgstr "Continue"
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
+msgstr "Starting Album Art Search"
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
-#, fuzzy
-msgid "Object"
-msgstr "Subject"
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr "Searched"
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
#, fuzzy
-msgid "Status"
-msgstr "Stats"
+msgid "None"
+msgstr "No"
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
+#: ../../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 "Add All Songs By"
+msgstr ""
+
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
+msgstr "Update from tags"
+
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Play Random Selection"
+
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Item count"
+
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "From genre"
+
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+#, fuzzy
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "hour"
+msgstr[1] "hour"
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
msgstr ""
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
msgstr ""
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
+msgstr "Full Albums"
+
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
+msgstr "Full Artist"
+
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
msgstr ""
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
+#: ../../templates/show_random.inc.php:76
+#, fuzzy
+msgid "From catalog"
+msgstr "from catalogue"
+
+#: ../../templates/show_random.inc.php:82
+#, fuzzy
+msgid "Size Limit"
+msgstr "View Limit"
+
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
+msgstr "Now Playing"
+
+#: ../../templates/show_genre.inc.php:29
#, fuzzy
-msgid "Rename"
-msgstr "Username"
+msgid "Viewing"
+msgstr "View"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr "Account"
+
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr ""
+
+#: ../../templates/sidebar_preferences.inc.php:32
#, fuzzy
-msgid "Update id3 tags"
-msgstr "Update from tags"
+msgid "Modules"
+msgstr "Mode"
+
+#: ../../templates/sidebar_preferences.inc.php:34
+#, fuzzy
+msgid "Localplay Modules"
+msgstr "Local Play Control"
+
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr ""
+
+#: ../../templates/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
+msgstr "Find Duplicates"
#: ../../templates/show_duplicate.inc.php:27
msgid "Search Type"
@@ -2651,55 +2480,31 @@ msgstr "Artist, Album and Title"
msgid "Search Disabled Songs"
msgstr ""
-#: ../../templates/show_playlist.inc.php:30
-#, fuzzy
-msgid "Normalize Tracks"
-msgstr "Total Tracks"
-
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
-msgstr ""
-
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
-msgstr "Next"
-
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-#, fuzzy
-msgid "Base Playlist"
-msgstr "New Playlist"
-
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-#, fuzzy
-msgid "Create New Playlist"
-msgstr "Create a new playlist"
-
#: ../../templates/show_get_albumart.inc.php:23
msgid "Customize Search"
msgstr ""
@@ -2717,30 +2522,99 @@ msgstr "Local Play"
msgid "Get Art"
msgstr "Get Art"
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-msgid "Description"
-msgstr ""
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr "Ampache Debug"
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
+#: ../../templates/show_search_options.inc.php:23
#, fuzzy
-msgid "Version"
-msgstr "PHP Version"
+msgid "Options"
+msgstr "Action"
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-msgid "Activate"
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
msgstr ""
-#: ../../templates/show_plugins.inc.php:46
-msgid "Deactivate"
+#: ../../templates/show_edit_catalog.inc.php:22
+#, fuzzy
+msgid "Settings for"
+msgstr "Settings for catalogue in"
+
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../templates/show_add_catalog.inc.php:35
+msgid "Auto-inserted Fields"
+msgstr "Auto-inserted Fields"
+
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
+msgstr "album name"
+
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
+msgstr "artist name"
+
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
+msgstr "id3 comment"
+
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr "genre"
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr "track number (padded with leading 0)"
+
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:41
+msgid "song title"
+msgstr "song title"
+
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
+msgstr "year"
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr "other"
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr "Catalogue Type"
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
msgstr ""
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr "Filename pattern"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr "Folder Pattern"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr "(no leading or ending '/')"
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
+msgstr "Save Catalogue Settings"
+
#: ../../templates/show_democratic_playlist.inc.php:38
#, fuzzy
msgid "Playing from base Playlist"
@@ -2760,27 +2634,70 @@ msgstr ""
msgid "Add Vote"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
+#: ../../templates/show_edit_artist.inc.php:23
#, fuzzy
-msgid "Most Popular Genres"
-msgstr "Most Popular Songs"
+msgid "Edit Artist"
+msgstr "Artist"
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
msgstr ""
-#: ../../templates/show_edit_artist.inc.php:23
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+msgstr ""
+
+#: ../../templates/show_edit_album.inc.php:23
#, fuzzy
-msgid "Edit Artist"
-msgstr "Artist"
+msgid "Edit Album"
+msgstr "Album"
-#: ../../templates/show_edit_artist.inc.php:41
-msgid "Update Artist"
+#: ../../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_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+#, fuzzy
+msgid "Show All"
+msgstr "Show all"
+
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr "Stream"
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
msgstr ""
#: ../../templates/show_play_selected.inc.php:28
@@ -2804,16 +2721,65 @@ msgstr "Remove Selected Tracks"
msgid "Add to"
msgstr "Add to"
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr "Adding a New User"
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
+msgstr ""
-#: ../../templates/show_export.inc.php:32
-#: ../../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_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)"
+msgstr ""
+"In the form below enter either a local path (i.e. /data/music) or the URL to "
+"a remote Ampache installation (i.e http://theotherampache.com)"
+
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
+msgstr "Catalogue Name"
+
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Local"
+
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
+msgstr "Remote"
+
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
+msgstr ""
+
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
+msgstr "Filename Pattern"
+
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
+msgstr "Build Playlists from m3u Files"
+
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr "Add Catalogue"
+
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
+msgstr ""
#: ../../templates/show_export.inc.php:51
msgid "Format"
@@ -2823,198 +2789,126 @@ msgstr ""
msgid "Export"
msgstr ""
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
msgstr ""
-#: ../../templates/show_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
-msgstr "Cover"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr ""
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
msgstr ""
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
msgstr ""
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
-msgstr "Reset Album Art"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
+msgstr "Importing a Playlist from a File"
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
-msgstr "Find Album Art"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Playlist Type"
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
-msgstr "Download"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Import Playlist"
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
-msgstr "Fullname"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr ""
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
+#: ../../templates/show_user_stats.inc.php:30
#, fuzzy
-msgid "Registration Date"
-msgstr "Register User"
+msgid "Favorite Artists"
+msgstr "Artists"
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
+#: ../../templates/show_user_stats.inc.php:43
#, fuzzy
-msgid "Last Ip"
-msgstr "Last Seen"
-
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
-msgstr "On-line"
-
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
-msgstr ""
-
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
-msgstr "Updating the"
+msgid "Favorite Albums"
+msgstr "Full Albums"
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
-msgstr "songs found checking tag information."
+#: ../../templates/show_user_stats.inc.php:56
+#, fuzzy
+msgid "Favorite Songs"
+msgstr "Total Songs"
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
msgstr ""
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/show_big_art.inc.php:29
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
#, fuzzy
-msgid "Album Art"
-msgstr "Find Album Art"
+msgid "Statistics"
+msgstr "Catalogue Statistics"
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
-msgstr "Prev"
-
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
msgstr ""
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
msgstr ""
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:18
-msgid "Account"
-msgstr "Account"
-
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:32
-#, fuzzy
-msgid "Modules"
-msgstr "Mode"
-
-#: ../../templates/sidebar_preferences.inc.php:34
-#, fuzzy
-msgid "Localplay Modules"
-msgstr "Local Play Control"
-
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
msgstr ""
-#: ../../templates/show_account.inc.php:40
-#, fuzzy
-msgid "New Password"
-msgstr "Password"
-
-#: ../../templates/show_account.inc.php:64
-#, fuzzy
-msgid "Update Account"
-msgstr "Create Account"
-
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
-msgstr "Editing"
-
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
-msgstr "preferences"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
+msgstr ""
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
-msgstr "Update Preferences"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
+msgstr "Mail Users"
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
-msgstr "Ampache Debug"
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Clear Stats"
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
-msgstr "Starting Album Art Search"
-
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
-msgstr "Searched"
-
#: ../../templates/show_clean_catalog.inc.php:23
#, fuzzy
msgid "Cleaning the"
@@ -3024,6 +2918,14 @@ msgstr "Updating the"
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 "
@@ -3087,10 +2989,8 @@ 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"
+"support is required for Ampache"
msgstr ""
-"This test checks to make sure you have Iconv support installed. Iconv "
-"support is not required for Ampache, but it is highly recommended"
#: ../../templates/show_test.inc.php:119
#, fuzzy
@@ -3118,11 +3018,6 @@ msgid ""
"some features of ampache may not work correctly"
msgstr ""
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php Exists"
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -3133,11 +3028,6 @@ msgstr ""
"ampache.cfg.php is not in the correct locations or\n"
"\tit is not currently readable by your webserver."
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php Configured?"
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -3156,373 +3046,460 @@ msgstr ""
"This attempts to connect to your database using the values from your ampache."
"cfg.php"
-#: ../../templates/show_search.inc.php:26
-msgid "Search Ampache"
-msgstr "Search Ampache"
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
-#: ../../templates/show_search.inc.php:30
-msgid "Keywords"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Editing"
+
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "preferences"
+
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Update Preferences"
+
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
msgstr ""
-#: ../../templates/show_search.inc.php:72
+#: ../../templates/show_account.inc.php:40
#, fuzzy
-msgid "Played"
-msgstr "Play"
+msgid "New Password"
+msgstr "Password"
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
-msgstr "Yes"
+#: ../../templates/show_account.inc.php:64
+#, fuzzy
+msgid "Update Account"
+msgstr "Create Account"
-#: ../../templates/show_search.inc.php:77
-msgid "No"
-msgstr "No"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Prev"
-#: ../../templates/show_search.inc.php:80
-#, fuzzy
-msgid "Min Bitrate"
-msgstr "Bitrate"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr ""
-#: ../../templates/show_search.inc.php:95
-msgid "One Star"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
msgstr ""
-#: ../../templates/show_search.inc.php:96
-#, fuzzy
-msgid "Two Stars"
-msgstr "Total Users"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
msgstr ""
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
msgstr ""
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
msgstr ""
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
msgstr ""
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
msgstr ""
-#: ../../templates/show_search.inc.php:111
-#, fuzzy
-msgid "Method"
-msgstr "Mode"
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
+msgstr ""
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
msgstr ""
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
msgstr ""
-#: ../../templates/show_search.inc.php:118
-msgid "Maximum Results"
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
+msgstr "Reset Album Art"
+
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
+msgstr "Find Album Art"
+
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+#, fuzzy
+msgid "Playlist Name"
+msgstr "Playlist Type"
+
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+#, fuzzy
+msgid "# Songs"
+msgstr "Songs"
+
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
msgstr ""
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
msgstr ""
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
-msgstr "Add Entry"
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
+msgstr ""
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
-msgstr "Start Address"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr ""
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
-msgstr "End Address"
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
+msgstr ""
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
+#: ../../lib/class/flag.class.php:251
+msgid "Approved"
msgstr ""
-#: ../../templates/show_add_access.inc.php:22
-msgid "Add Access for a Host"
-msgstr "Add Access for a Host"
+#: ../../lib/class/flag.class.php:252
+msgid "Pending"
+msgstr ""
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
msgstr ""
-#: ../../templates/show_add_access.inc.php:84
-#, fuzzy
-msgid "Create ACL"
-msgstr "Create Account"
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
+msgstr "Manage Users"
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
+msgstr "Playlists"
+
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
-msgstr "Select"
+#: ../../lib/class/browse.class.php:777
+#, fuzzy
+msgid "Flagged Records"
+msgstr "Flagged by"
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
-msgstr ""
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
+msgstr "Error connecting to"
-#: ../../templates/show_disabled_songs.inc.php:65
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
+msgstr "Code"
+
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
+msgstr "Reason"
+
+#: ../../lib/class/catalog.class.php:177
#, fuzzy
-msgid "Remove"
-msgstr "Remote"
+msgid "day"
+msgid_plural "days"
+msgstr[0] "day"
+msgstr[1] "day"
-#: ../../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"
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
+msgstr "Running Remote Sync"
-#: ../../templates/show_install_config.inc.php:56
-msgid "Generate Config File"
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
+msgstr "Error: Unable to open"
+
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
+msgstr "Error: Unable to change to directory"
+
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
+msgstr "Error: Unable to get filesize for"
+
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
+msgstr "is not readable by ampache"
+
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
-msgstr "Web Path"
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
+msgstr "No Update Needed"
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
-msgstr "MySQL Username"
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
+msgstr "Running Remote Update"
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
-msgstr "MySQL Password"
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
+msgstr "Added Playlist From"
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
-msgstr "Write Configuration"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
+msgstr "Catalogue Update Finished"
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
-msgstr "Check for Configuration"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
+msgstr "Total Time"
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
+msgstr "Total Songs"
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
+msgstr "Songs Per Seconds"
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1210
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+msgstr "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
+msgstr "Completed updating remote catalogue(s)"
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
+msgstr "Catalogue Clean Done"
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
+msgstr "files removed"
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "Update Finished."
+msgstr "Catalogue Update Finished"
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "Checked"
+msgstr "Checking"
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "songs updated."
+msgstr "Playlist updated."
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
-msgstr ""
+#: ../../lib/class/localplay.class.php:642
+#, fuzzy
+msgid "Stopped"
+msgstr "Stop"
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
-msgstr ""
+#: ../../lib/class/localplay.class.php:645
+#, fuzzy
+msgid "Paused"
+msgstr "Pause"
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
-msgstr "Reject"
+#: ../../lib/preferences.php:189
+msgid "M3U"
+msgstr "M3U"
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
-msgstr ""
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
+msgstr "Simple M3U"
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
+#: ../../lib/preferences.php:191
+msgid "PLS"
+msgstr "PLS"
+
+#: ../../lib/preferences.php:192
+msgid "Asx"
+msgstr "Asx"
+
+#: ../../lib/preferences.php:193
+msgid "RAM"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
+#: ../../lib/preferences.php:194
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
+#: ../../lib/preferences.php:228
+#, fuzzy
+msgid "Disabled"
+msgstr "Disable"
+
+#: ../../lib/preferences.php:230
+msgid "Manager"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
msgstr ""
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
+#: ../../lib/preferences.php:262
+msgid "Always"
msgstr ""
-#: ../../ratings.php:32
+#: ../../lib/rating.lib.php:51
#, fuzzy
-msgid "Rating Updated"
-msgstr "Fast Update"
+msgid "Don't Play"
+msgstr "Local Play"
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
msgstr ""
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
msgstr ""
-#: ../../login.php:83
-msgid "Unable to create new account"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
msgstr ""
-#: ../../login.php:92
-msgid "No local account found"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
msgstr ""
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
msgstr ""
-#: ../../preferences.php:91
-msgid "Error Update Failed"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
msgstr ""
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
msgstr ""
-#: ../../update.php:47 ../../update.php:51
-#, fuzzy
-msgid "Ampache Update"
-msgstr "Ampache Debug"
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr "On"
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
-msgstr "Starting Update from Tags"
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr "Off"
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
-msgstr "Update From Tags Complete"
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr ""
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
-msgstr "Return"
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr ""
-#: ../../artists.php:188
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr "Upload"
+
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr "Local Play"
+
+#: ../../lib/ui.lib.php:361
#, fuzzy
-msgid "Show Artists starting with"
-msgstr "<u>S</u>how artists starting with"
+msgid "Random Play"
+msgstr "Random"
-#: ../../playlist.php:57
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
#, fuzzy
-msgid "Playlist Created"
-msgstr "Playlist updated."
+msgid "Admin-Catalog"
+msgstr "Add Catalogue"
-#: ../../playlist.php:57
-msgid " has been created"
+#: ../../lib/ui.lib.php:381
+msgid "Admin-User Management"
msgstr ""
-#: ../../playlist.php:78
+#: ../../lib/ui.lib.php:385
#, fuzzy
-msgid "Playlist Updated"
-msgstr "Playlist updated."
-
-#: ../../playlist.php:79
-msgid "has been updated and is now"
-msgstr ""
+msgid "Admin-Mail Users"
+msgstr "Mail Users"
-#: ../../playlist.php:101
+#: ../../lib/ui.lib.php:389
#, fuzzy
-msgid "Playlist Imported"
-msgstr "Playlist updated."
+msgid "Admin-Manage Access Lists"
+msgstr "Access Lists"
-#: ../../playlist.php:130
+#: ../../lib/ui.lib.php:393
#, fuzzy
-msgid "Empty Playlists Deleted"
-msgstr "Import Playlist"
+msgid "Admin-Site Preferences"
+msgstr "Admin Preferences"
-#: ../../flag.php:45
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr ""
+
+#: ../../lib/ui.lib.php:401
#, fuzzy
-msgid "Item Flagged"
-msgstr "Flagged by"
+msgid "Browse Music"
+msgstr "Browse"
-#: ../../flag.php:45
-msgid "The specified item has been flagged"
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
msgstr ""
#: ../../albums.php:32
@@ -3552,54 +3529,114 @@ msgstr ""
msgid "Album Art Inserted"
msgstr "Album Art Cleared"
-#: ../../register.php:73
-#, fuzzy
-msgid "Error Captcha Required"
-msgstr "Error Username Required"
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
+msgstr "Starting Update from Tags"
-#: ../../register.php:80
-msgid "Error Captcha Failed"
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
+msgstr "Update From Tags Complete"
+
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
+msgstr "Return"
+
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
msgstr ""
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
msgstr ""
-#: ../../register.php:92
-msgid "You did not enter a username"
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
msgstr ""
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "file"
+
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "File uploads not supported."
+
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "No file uploaded"
+
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr "There was a problem with the file upload: No %s was uploaded."
+
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
-#: ../../register.php:122
+#: ../../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."
+
+#: ../../playlist.php:57
#, fuzzy
-msgid "You must enter a password"
-msgstr "Enter password"
+msgid "Playlist Created"
+msgstr "Playlist updated."
-#: ../../register.php:126
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr ""
+
+#: ../../playlist.php:78
#, fuzzy
-msgid "Your passwords do not match"
-msgstr "Error Passwords don't match"
+msgid "Playlist Updated"
+msgstr "Playlist updated."
-#: ../../register.php:158
+#: ../../playlist.php:79
+msgid "has been updated and is now"
+msgstr ""
+
+#: ../../playlist.php:101
#, fuzzy
-msgid "Error: Insert Failed"
-msgstr "Error: Insufficient Rights"
+msgid "Playlist Imported"
+msgstr "Playlist updated."
-#: ../../radio.php:50
-msgid "Radio Station Added"
+#: ../../playlist.php:130
+#, fuzzy
+msgid "Empty Playlists Deleted"
+msgstr "Import Playlist"
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
msgstr ""
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr ""
+
+#: ../../login.php:92
+msgid "No local account found"
+msgstr ""
+
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
msgstr ""
-#: ../../democratic.php:92
+#: ../../artists.php:188
#, fuzzy
-msgid "Playlist Cleared"
-msgstr "Now Playing Cleared"
+msgid "Show Artists starting with"
+msgstr "<u>S</u>how artists starting with"
#: ../../bin/print_tags.inc:66
msgid ""
@@ -3615,6 +3652,48 @@ msgstr ""
msgid "Filename:"
msgstr "Filename"
+#~ msgid " FOUND"
+#~ msgstr " FOUND"
+
+#~ msgid "Searching for new Album Art"
+#~ msgstr "Searching for new Album Art"
+
+#~ msgid "English"
+#~ msgstr "English"
+
+#, fuzzy
+#~ msgid "British English"
+#~ msgstr "English"
+
+#~ msgid "Turkish"
+#~ msgstr "Turkish"
+
+#~ 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"
+
+#~ 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"
+
+#, fuzzy
+#~ msgid "Rating Updated"
+#~ msgstr "Fast Update"
+
+#, fuzzy
+#~ msgid "Playlist Cleared"
+#~ msgstr "Now Playing Cleared"
+
#~ msgid "days"
#~ msgstr "days"
@@ -3868,10 +3947,6 @@ msgstr "Filename"
#~ msgstr "Stream"
#, fuzzy
-#~ msgid "Options"
-#~ msgstr "Action"
-
-#, fuzzy
#~ msgid "System"
#~ msgstr "Stream"
diff --git a/locale/es_ES/LC_MESSAGES/messages.mo b/locale/es_ES/LC_MESSAGES/messages.mo
index d4db17bc..a743d873 100644
--- a/locale/es_ES/LC_MESSAGES/messages.mo
+++ b/locale/es_ES/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/es_ES/LC_MESSAGES/messages.po b/locale/es_ES/LC_MESSAGES/messages.po
index 435c0495..d9b0cba6 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: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\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,963 +16,183 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr ""
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-#, fuzzy
-msgid "Private"
-msgstr "Tu privado"
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr "Artistas"
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr "Varios"
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr "Error: No puede abrir"
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr "Todo"
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr "Mirar"
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-#, fuzzy
-msgid "Read"
-msgstr "Al azar"
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:176
-#, fuzzy
-msgid "day"
-msgid_plural "days"
-msgstr[0] "día"
-msgstr[1] "día"
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-#, fuzzy
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] "hora"
-msgstr[1] "hora"
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr "Error: No puede conseguir el tamaño de"
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr "no puede estar leido por Ampache"
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr "Tiempo en total"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr "Canciónes en total"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1204
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
-msgstr "Error conectando a"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
-msgstr "Codigo"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
-msgstr "Agregado"
-
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
-msgstr " ENCONTRADO"
-
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
-msgstr "Buscando nuevo arte de álbum"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "Update Finished."
-msgstr "Actualizar el usuario"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Checked"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "songs updated."
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:251
-#, fuzzy
-msgid "Approved"
-msgstr "Modo"
-
-#: ../../lib/class/flag.class.php:252
-#, fuzzy
-msgid "Pending"
-msgstr "Añadiendo"
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr "Borrar"
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-#, fuzzy
-msgid "Other"
-msgstr "otro"
-
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr "Desconocido"
-
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
-msgstr ""
-
-#: ../../lib/class/localplay.class.php:642
-msgid "Stopped"
-msgstr ""
-
-#: ../../lib/class/localplay.class.php:645
-#, fuzzy
-msgid "Paused"
-msgstr "Ya tocado"
-
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
-msgstr ""
-
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
-msgstr "Canciónes"
-
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr "Álbumes"
-
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-#, fuzzy
-msgid "Genres"
-msgstr "Género"
-
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
-msgstr "Listas de reproducción"
-
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-#, fuzzy
-msgid "Catalogs"
-msgstr "Catálogo"
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:748
-#, fuzzy
-msgid "Flagged Records"
-msgstr "Comentado por"
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr ""
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr ""
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr ""
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr ""
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr ""
-
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
-msgstr ""
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr "Horrible"
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr "Está bien"
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr "Me gusta"
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
-msgstr "¡Me encanta!"
-
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
-msgstr "¡Totalmente loco!"
-
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
-msgstr "¡Super chévere!"
-
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr ""
-
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
-msgstr ""
-
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-#, fuzzy
-msgid "None"
-msgstr "No"
-
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
-msgstr ""
-
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
-msgstr ""
-
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-#, fuzzy
-msgid "Localplay"
-msgstr "Local"
-
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
-msgstr ""
-
-#: ../../lib/preferences.php:189
-msgid "M3U"
-msgstr "M3U"
-
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
-msgstr "M3U Simple"
-
-#: ../../lib/preferences.php:191
-msgid "PLS"
-msgstr "PLS"
-
-#: ../../lib/preferences.php:192
-msgid "Asx"
-msgstr "Asx"
-
-#: ../../lib/preferences.php:193
-msgid "RAM"
-msgstr "RAM"
-
-#: ../../lib/preferences.php:194
-msgid "XSPF"
-msgstr ""
-
-#: ../../lib/preferences.php:228
-msgid "Disabled"
-msgstr ""
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
-msgstr "Usuario"
-
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr ""
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
-msgstr ""
-
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
+#: ../../register.php:73
+msgid "Error Captcha Required"
msgstr ""
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
+#: ../../register.php:80
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
msgstr ""
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
+#: ../../register.php:92
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/preferences.php:262
-msgid "Always"
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
msgstr ""
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
-msgstr "Inglés"
-
-#: ../../lib/general.lib.php:398
-msgid "British English"
-msgstr "Inglés de Bretaña"
-
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
+#: ../../register.php:122
+msgid "You must enter a password"
msgstr ""
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
-msgstr "Chino simplificado"
-
-#: ../../lib/general.lib.php:467
-msgid "On"
-msgstr "Encender"
-
-#: ../../lib/general.lib.php:470
-msgid "Off"
-msgstr "Apagar"
-
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
+#: ../../register.php:126
+msgid "Your passwords do not match"
msgstr ""
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
-msgstr ""
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
+msgstr "Error: Este usuario ya existe"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
+#: ../../register.php:158
+msgid "Error: Insert Failed"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "minutes ago"
-msgstr "Minutos"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "hours ago"
-msgstr "horas"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
+#: ../../update.php:47 ../../update.php:51
#, fuzzy
-msgid "days ago"
-msgstr "días"
+msgid "Ampache Update"
+msgstr "Actualización rápida"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
+#: ../../admin/flag.php:89
#, fuzzy
-msgid "years ago"
-msgstr "año"
-
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
-msgstr ""
-
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
-msgstr "Subir"
+msgid "Song Updated"
+msgstr "Título de la canción"
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
+#: ../../admin/flag.php:89
+msgid "The requested song has been updated"
msgstr ""
-#: ../../lib/ui.lib.php:350
-#, fuzzy
-msgid "Random Play"
-msgstr "Al azar"
-
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Lista"
-
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
-msgstr "Buscar"
-
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
-msgstr "Preferencias"
-
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-#, fuzzy
-msgid "Admin-Catalog"
-msgstr "Añadir catálogo"
-
-#: ../../lib/ui.lib.php:370
-#, fuzzy
-msgid "Admin-User Management"
-msgstr "Nombre de usuario"
-
-#: ../../lib/ui.lib.php:374
-#, fuzzy
-msgid "Admin-Mail Users"
-msgstr "Mandar un correo a los usuarios"
-
-#: ../../lib/ui.lib.php:378
+#: ../../admin/flag.php:131
#, fuzzy
-msgid "Admin-Manage Access Lists"
-msgstr "Listas de aceso"
+msgid "Album Updated"
+msgstr "Nombre del álbum"
-#: ../../lib/ui.lib.php:382
+#: ../../admin/flag.php:173
#, fuzzy
-msgid "Admin-Site Preferences"
-msgstr "Preferencias del Admin"
-
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
-msgstr ""
-
-#: ../../lib/ui.lib.php:390
-msgid "Browse Music"
-msgstr ""
-
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
-msgstr "Género"
+msgid "Artist Updated"
+msgstr "Actualización rápida"
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
+#: ../../admin/flag.php:238
#, fuzzy
-msgid "Statistics"
-msgstr "Estadísticas del catálogo"
-
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
-msgstr ""
-
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr ""
-
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
-msgstr "Nombre"
-
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr ""
-
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
-msgstr ""
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
-msgstr "Título"
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr ""
-
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr "Artista"
+msgid "Songs Updated"
+msgstr "Actualización rápida"
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
+#: ../../admin/flag.php:246
#, fuzzy
-msgid "Recently Played"
-msgstr "Menos tocado"
+msgid "Flag Removed"
+msgstr "Marcar la selección"
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
-msgstr "Contraseña"
-
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "archivo"
-
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
msgstr ""
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "No archivo subido"
-
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr "Había una problema con subir el archivo: No %s fue subido."
-
-#: ../../modules/horde/Browser.php:901
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was larger than the maximum "
-"allowed size (%d bytes)."
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
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."
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
msgstr ""
-"Había una problema con subir el archivo: El %s fue subido parcialmente."
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
#, fuzzy
msgid "Catalog Updated"
msgstr "Actualización rápida"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
#, fuzzy
msgid "Catalog Deleted"
msgstr "Tamaño del catálogo"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../admin/catalog.php:112
+#: ../../admin/catalog.php:119
msgid "Songs Removed"
msgstr ""
-#: ../../admin/catalog.php:115
+#: ../../admin/catalog.php:122
msgid "No Songs Removed"
msgstr ""
-#: ../../admin/catalog.php:118
+#: ../../admin/catalog.php:125
msgid "Disabled Songs Processed"
msgstr ""
-#: ../../admin/catalog.php:138
+#: ../../admin/catalog.php:146
#, fuzzy
msgid "Catalog Cleaned"
msgstr "Nombre del catálogo"
-#: ../../admin/catalog.php:188
+#: ../../admin/catalog.php:197
#, fuzzy
msgid "Catalog Created"
msgstr "Tamaño del catálogo"
-#: ../../admin/catalog.php:205
+#: ../../admin/catalog.php:214
#, fuzzy
msgid "Catalog statistics cleared"
msgstr "Estadísticas del catálogo"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "Now Playing Cleared"
msgstr ""
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "All now playing data has been cleared"
msgstr ""
-#: ../../admin/catalog.php:232
+#: ../../admin/catalog.php:241
msgid "No Disabled songs found"
msgstr ""
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
#, fuzzy
msgid "Delete Catalog"
msgstr "Actualizar los catálogos"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Do you really want to delete this catalog?"
msgstr "¿Confirmas que quiere borrar este catálogo?"
-#: ../../admin/catalog.php:260
+#: ../../admin/catalog.php:270
msgid "Album Art Search Finished"
msgstr "Búsqueda de arte de álbum acabado"
-#: ../../admin/flag.php:89
-#, fuzzy
-msgid "Song Updated"
-msgstr "Título de la canción"
-
-#: ../../admin/flag.php:89
-msgid "The requested song has been updated"
-msgstr ""
-
-#: ../../admin/flag.php:131
-#, fuzzy
-msgid "Album Updated"
-msgstr "Nombre del álbum"
-
-#: ../../admin/flag.php:173
-#, fuzzy
-msgid "Artist Updated"
-msgstr "Actualización rápida"
-
-#: ../../admin/flag.php:238
-#, fuzzy
-msgid "Songs Updated"
-msgstr "Actualización rápida"
-
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Flag Removed"
-msgstr "Marcar la selección"
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr ""
-
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
-msgstr ""
-
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
-msgstr ""
-
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
-msgstr ""
-
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
msgstr ""
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
msgstr ""
#: ../../admin/users.php:83
@@ -983,17 +203,44 @@ msgstr ""
msgid "updated"
msgstr ""
-#: ../../admin/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
-msgstr "Error: Este usuario ya existe"
-
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
msgid "Guest"
msgstr ""
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
+msgstr "Usuario"
+
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
+msgstr ""
+
#: ../../admin/users.php:129
msgid "New User Added"
msgstr ""
@@ -1006,6 +253,10 @@ msgstr ""
msgid "User Disabled"
msgstr ""
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
+msgstr ""
+
#: ../../admin/users.php:142
msgid "Unable to Disabled last Administrator"
msgstr ""
@@ -1034,27 +285,35 @@ msgstr ""
msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
#, fuzzy
msgid "Are you sure you want to remove this plugin?"
msgstr "¿Está seguro que quiere borrar esta lista?"
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
msgid "Plugin Deactivated"
msgstr ""
-#: ../../admin/modules.php:85
+#: ../../admin/modules.php:87
msgid "Plugin Activated"
msgstr ""
-#: ../../admin/modules.php:120
+#: ../../admin/modules.php:122
msgid "Plugins"
msgstr ""
-#: ../../admin/modules.php:126
+#: ../../admin/modules.php:128
msgid "Localplay Controllers"
msgstr ""
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
+msgstr ""
+
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
+msgstr ""
+
#: ../../admin/access.php:35
msgid "Deleted"
msgstr "Borrado"
@@ -1063,15 +322,34 @@ msgstr "Borrado"
msgid "Your Access List Entry has been removed"
msgstr ""
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
+msgstr "Agregado"
+
#: ../../admin/access.php:40
msgid "Your new Access List Entry has been created"
msgstr ""
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
+msgstr ""
+
#: ../../admin/access.php:45
#, fuzzy
msgid "Access List Entry updated"
msgstr "Listas de acceso"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
+msgstr ""
+
#: ../../admin/mail.php:57
#, fuzzy
msgid "E-mail Sent"
@@ -1081,85 +359,293 @@ msgstr "Correo"
msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../admin/system.php:64
-msgid "Export Failed"
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
msgstr ""
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
+#: ../../preferences.php:91
+msgid "Error Update Failed"
msgstr ""
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
+#: ../../flag.php:45
+#, fuzzy
+msgid "Item Flagged"
+msgstr "Comentado por"
+
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+#, fuzzy
+msgid "Catalogs"
+msgstr "Catálogo"
+
+#: ../../templates/show_admin_tools.inc.php:33
+#: ../../templates/show_admin_tools.inc.php:73
+#: ../../templates/show_catalogs.inc.php:32
+#: ../../templates/show_catalogs.inc.php:60
+#: ../../templates/show_access_list.inc.php:43
+#: ../../templates/show_create_democratic.inc.php:26
+#: ../../templates/show_localplay_controllers.inc.php:32
+#: ../../templates/show_localplay_controllers.inc.php:63
+#: ../../templates/show_add_playlist.inc.php:28
+#: ../../templates/show_localplay_playlist.inc.php:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../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:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
+msgstr "Acción"
+
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
msgstr ""
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
-msgstr "Toca"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr ""
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+#, fuzzy
+msgid "Clean"
+msgstr "Borrar la información"
+
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
+msgstr "Todo"
+
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
+msgstr "Borrar"
+
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
msgstr ""
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
+#: ../../templates/show_admin_tools.inc.php:68
+#, fuzzy
+msgid "No Catalogs Found"
+msgstr "No encontrado"
+
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+#, fuzzy
+msgid "Clean All"
+msgstr "Limpiar todo(s) catálogo(s)"
+
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+#, fuzzy
+msgid "Verify All"
+msgstr "Ver todos"
+
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+#, fuzzy
+msgid "Add to All"
+msgstr "Añadir a"
+
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+#, fuzzy
+msgid "Update All"
+msgstr "Actualizar perfil"
+
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
+msgstr "Añadir un catálogo"
+
+#: ../../templates/show_admin_tools.inc.php:83
+msgid "Clear Catalog Stats"
+msgstr "Borrar las estadísticas del catálogo"
+
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr "Recolectar arte del álbum"
+
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:43
+msgid "Other Tools"
msgstr ""
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "Mostrar las canciónes duplicados"
+
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:48
+msgid "Clear Now Playing"
+msgstr ""
+
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
+msgstr ""
+
+#: ../../templates/show_admin_tools.inc.php:93
#, fuzzy
-msgid "Clear Playlist"
-msgstr "Nueva lista"
+msgid "Preferences Permissions"
+msgstr "Preferencias"
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
msgstr ""
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
-msgstr "No hay suficiente información"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
+msgstr ""
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr ""
+
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+#, fuzzy
+msgid "Object"
+msgstr "Subjeto"
+
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Bandera"
+
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
msgstr ""
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
+msgstr ""
+
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+#, fuzzy
+msgid "No Records Found"
+msgstr "No se encontraron resultados"
+
#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
#: ../../templates/show_install_lang.inc.php:32
#: ../../templates/show_install_config.inc.php:32
+#: ../../templates/show_install.inc.php:32
msgid "Ampache Installation"
msgstr "Instalación de Ampache"
#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
#: ../../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 "
@@ -1170,9 +656,9 @@ msgstr ""
"que tiene los requisitos siguientes."
#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
#: ../../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 ""
@@ -1186,9 +672,9 @@ msgstr ""
"config/ampache.cfg.dist.php"
#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
#: ../../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 "
@@ -1197,8 +683,8 @@ msgid ""
msgstr ""
#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
#: ../../templates/show_install_config.inc.php:48
+#: ../../templates/show_install.inc.php:52
msgid "Step 1 - Creating and Inserting the Ampache Database"
msgstr ""
@@ -1207,8 +693,8 @@ msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr ""
#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
#: ../../templates/show_install_config.inc.php:53
+#: ../../templates/show_install.inc.php:57
msgid "Step 3 - Setup Initial Account"
msgstr ""
@@ -1223,20 +709,30 @@ msgid "Create Admin Account"
msgstr ""
#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
#: ../../templates/show_now_playing_row.inc.php:29
#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
msgid "Username"
msgstr ""
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
+msgstr "Contraseña"
+
#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_add_user.inc.php:63
#: ../../templates/show_account.inc.php:47
msgid "Confirm Password"
@@ -1246,908 +742,897 @@ msgstr ""
msgid "Create Account"
msgstr "Crear una cuenta"
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
-msgstr "Añadir un catálogo"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:27
-msgid ""
-"In the form below enter either a local path (i.e. /data/music) or the URL to "
-"a remote Ampache installation (i.e http://theotherampache.com)"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
+msgstr "Acciónes"
+
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr "nombre del álbum"
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr "nombre del artista"
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr "género"
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
-msgstr "título de la canción"
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+#, fuzzy
+msgid "Song Title"
+msgstr "Título de la canción"
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr "año"
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
+msgstr "Álbumes"
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr "otro"
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
+msgstr "Artista"
-#: ../../templates/show_add_catalog.inc.php:48
-#: ../../templates/show_catalogs.inc.php:33
-#: ../../templates/show_catalogs.inc.php:61
-msgid "Path"
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
+msgstr "Género"
+
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
+msgstr "Lista"
+
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:55
-msgid "Local"
-msgstr "Local"
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:56
-msgid "Remote"
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:62
-msgid "Required for Remote Catalogs"
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Filename Pattern"
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
+#: ../../templates/sidebar_browse.inc.php:69
+msgid "All Playlists"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
-msgstr "Recolectar arte del álbum"
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
+msgstr "Desconocido"
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
+msgstr "Nombre entero"
+
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
-msgstr "Añadir catálogo"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
+msgstr "Último visto"
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
-msgstr "Disminuir volumen"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
-msgstr "Aumentar volumen"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
-msgstr "Volumen"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
+#, fuzzy
+msgid "Recently Played"
+msgstr "Menos tocado"
-#: ../../templates/show_localplay_status.inc.php:33
-msgid "Repeat"
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
+msgstr "Álbum"
+
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
-msgstr "Al azar"
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
+msgstr "Tiempo"
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
msgstr ""
-#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
-msgstr "Nombre de la lista"
-
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
-msgstr "Numero de canciónes"
+msgid "Not Enough Data"
+msgstr "No hay suficiente información"
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
-msgstr "Dueño"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr "Arte del álbum"
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
-msgstr "Acciónes"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr "Haga click para cerrar la ventana"
-#: ../../templates/show_album_row.inc.php:43
#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
msgid "Post Shout"
msgstr ""
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
+msgstr "Bajar"
+
#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
+#: ../../templates/show_playlist_song_row.inc.php:37
#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
#: ../../templates/show_playlist_row.inc.php:37
msgid "Edit"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:23
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr "Marcar cancin."
+
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
#, fuzzy
-msgid "Similar Artists"
-msgstr "Artistas"
+msgid "File"
+msgstr "archivo"
-#: ../../templates/show_similar_artists.inc.php:25
-msgid "Please check the artists you want to merge with the current one"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:66
-msgid "Back"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:77
-#, fuzzy
-msgid "Rename selected"
-msgstr "Tocar la selección"
-
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
-msgstr "Cancelar"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
+msgstr ""
-#: ../../templates/show_similar_artists.inc.php:91
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Agregado"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
+msgstr ""
-#: ../../templates/show_similar_artists.inc.php:152
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
#, fuzzy
-msgid "Search Again"
-msgstr "Buscar"
+msgid "Other"
+msgstr "otro"
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+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/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:42
-msgid "Active Instance"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
+#: ../../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 ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:30
-#, fuzzy
-msgid "Favorite Artists"
-msgstr "Artistas"
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
+msgstr ""
-#: ../../templates/show_user_stats.inc.php:43
-#, fuzzy
-msgid "Favorite Albums"
-msgstr "Álbumes enteros"
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
+msgstr ""
-#: ../../templates/show_user_stats.inc.php:56
-#, fuzzy
-msgid "Favorite Songs"
-msgstr "Canciónes en total"
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
+msgstr "Tocar el álbum"
-#: ../../templates/show_random.inc.php:22
-msgid "Play Random Selection"
-msgstr "Tocar una canción al azar"
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
+msgstr ""
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
msgstr ""
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
-msgstr "Del género"
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
+msgstr "Disminuir volumen"
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
-msgstr "Longitud"
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
+msgstr "Aumentar volumen"
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
-msgstr "Sin límites"
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
+msgstr "Volumen"
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../templates/show_localplay_status.inc.php:33
+msgid "Repeat"
+msgstr ""
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
-msgstr "Tipo"
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
+msgstr "Al azar"
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
-msgstr "Estándar"
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+#, fuzzy
+msgid "Clear Playlist"
+msgstr "Nueva lista"
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
-msgstr "Menos tocado"
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
+msgstr "Seleccionar"
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
-msgstr "Álbumes enteros"
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
+msgstr "Título"
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
-msgstr ""
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
+msgstr "Nombre del archivo"
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
msgstr ""
-#: ../../templates/show_random.inc.php:76
-#, fuzzy
-msgid "From catalog"
-msgstr "del catálogo"
-
-#: ../../templates/show_random.inc.php:82
+#: ../../templates/show_disabled_songs.inc.php:65
#, fuzzy
-msgid "Size Limit"
-msgstr "Límite"
-
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
-msgstr "Ponerlos en el queue"
+msgid "Remove"
+msgstr "Cambiar el nombre"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
-msgstr "catálogo"
-
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_run_add_catalog.inc.php:24
-msgid "Found"
-msgstr "Encontrado"
-
-#: ../../templates/show_adds_catalog.inc.php:25
-#: ../../templates/show_verify_catalog.inc.php:26
-#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
-#: ../../templates/show_clean_catalog.inc.php:25
-msgid "Reading"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:26
-#, fuzzy
-msgid "Editing Playlist"
-msgstr "Cambia la lista de reproducción"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Dirección de empezar"
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
-msgstr "Público"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "Dirección de acabar"
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
-#, fuzzy
-msgid "Update"
-msgstr "Actualizar ID3"
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
+msgstr "Nivel"
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
msgstr ""
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
-msgstr "Recordarme"
-
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
-msgstr "Registrar"
-
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
-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:62
+msgid "Type"
+msgstr "Tipo"
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
-msgstr "Acción"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
+msgstr "Nombre entero"
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
-msgstr ""
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
+msgstr "Fecha de registro"
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
#, fuzzy
-msgid "Clean"
-msgstr "Borrar la información"
+msgid "Last Ip"
+msgstr "Último visto"
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
-msgstr ""
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
+msgstr "En linea"
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:68
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
#, fuzzy
-msgid "No Catalogs Found"
-msgstr "No encontrado"
+msgid "Base Playlist"
+msgstr "Nueva lista"
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
-#, fuzzy
-msgid "Clean All"
-msgstr "Limpiar todo(s) catálogo(s)"
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-#, fuzzy
-msgid "Verify All"
-msgstr "Ver todos"
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-#, fuzzy
-msgid "Add to All"
-msgstr "Añadir a"
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
+msgstr "Canciónes"
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
-#, fuzzy
-msgid "Update All"
-msgstr "Actualizar perfil"
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Toca"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr "Borrar las estadísticas del catálogo"
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
+msgstr "Crear nueva lista"
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr "Mostrar las canciónes duplicados"
-
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
+#: ../../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_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
-msgid "Generate New Config"
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:93
-#, fuzzy
-msgid "Preferences Permissions"
-msgstr "Preferencias"
-
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:96
-msgid "Check for New Version"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
msgstr ""
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr "Marcar cancin."
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "Nombre del servidor MySQL"
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-#, fuzzy
-msgid "File"
-msgstr "archivo"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "Nombre del usuario de MySQL"
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "Contraseña de MySQL"
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
msgstr ""
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
msgstr ""
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
msgstr ""
-#: ../../templates/show_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
-msgstr "Bandera"
-
-#: ../../templates/sidebar_admin.inc.php:27
-msgid "Show Catalogs"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
-msgstr "Añadir un usuario"
-
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
+msgstr "Correo"
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr "Permisos de aceso del usuario"
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
-msgstr "Mandar un correo a los usuarios"
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
+msgstr "Actualizar el usuario"
-#: ../../templates/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
-msgstr "Borrar las estadísticas"
+#: ../../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/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-#, fuzzy
-msgid "Song Title"
-msgstr "Título de la canción"
-
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr "Valor"
+
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
msgstr ""
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
-msgstr "Nombre entero"
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
+msgstr ""
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
msgstr ""
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
-msgstr "Último visto"
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
+msgstr "Preferencia"
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
-msgstr ""
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr "Buscar"
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
msgstr ""
-#: ../../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 "Add All Songs By"
-msgstr ""
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+#, fuzzy
+msgid "Create"
+msgstr "Crear una cuenta"
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
msgstr ""
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
-msgstr "Álbum"
-
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
-msgstr "Tiempo"
-
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
msgstr ""
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-#, fuzzy
-msgid "Current Playlist"
-msgstr "Crear nueva lista"
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "Público"
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
#, fuzzy
-msgid "No Records Found"
-msgstr "No se encontraron resultados"
+msgid "Private"
+msgstr "Tu privado"
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
-msgstr "Preferencia"
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
+msgstr "Seguir"
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr "Valor"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
+msgstr "Cancelar"
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
-msgstr "Aplicar a todos"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:352
+msgid "Home"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr "descripción"
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+#, fuzzy
+msgid "Localplay"
+msgstr "Local"
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
-msgstr ""
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
+msgstr "Preferencias"
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
msgstr ""
-#: ../../templates/header.inc.php:71
-msgid "Log out"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
msgstr ""
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
+msgstr "Catálogo"
+
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
msgstr ""
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:56
-msgid "User Agreement"
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:65
-msgid "I Accept"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
-msgstr "Correo"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
+msgstr ""
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
-msgstr "Registrar usuario"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
+#: ../../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 "Edit Album"
-msgstr "Álbum"
-
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
-msgstr "Año"
-
-#: ../../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 ""
+msgid "Description"
+msgstr "descripción"
-#: ../../templates/show_edit_album.inc.php:47
+#: ../../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 "Update Album"
-msgstr "Recolectar arte del álbum"
+msgid "Version"
+msgstr "Versión de PHP"
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
msgstr ""
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-msgid ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.php.dist file"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
msgstr ""
#: ../../templates/show_install.inc.php:54
@@ -2160,25 +1645,10 @@ msgstr ""
"una cuenta de MySQL con permisos de crear una base de datos. Es posibleque "
"tenga que esperar un ratito. Este dependa en cuán viejo es su computadora."
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr ""
-
#: ../../templates/show_install.inc.php:61
msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
-msgstr ""
-
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
-msgstr "Nombre del servidor MySQL"
-
#: ../../templates/show_install.inc.php:73
msgid "MySQL Administrative Username"
msgstr "Nombre administrativo de MySQL"
@@ -2207,49 +1677,284 @@ msgstr ""
msgid "Insert Database"
msgstr "Insertar una base de datos"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "Crear una lista nueva"
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
+msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_similar_artists.inc.php:23
#, fuzzy
-msgid "Create"
-msgstr "Crear una cuenta"
+msgid "Similar Artists"
+msgstr "Artistas"
-#: ../../templates/show_edit_song.inc.php:23
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:77
#, fuzzy
-msgid "Edit Song"
-msgstr "Numero de canciónes"
+msgid "Rename selected"
+msgstr "Tocar la selección"
+
+#: ../../templates/show_similar_artists.inc.php:91
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Agregado"
+
+#: ../../templates/show_similar_artists.inc.php:152
+#, fuzzy
+msgid "Search Again"
+msgstr "Buscar"
+
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
+msgstr "Crear una lista nueva"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
+msgstr "Cambiar el nombre"
+
+#: ../../templates/show_rename_artist.inc.php:33
+#: ../../templates/show_search.inc.php:106
+#: ../../templates/show_add_live_stream.inc.php:64
#: ../../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.php:106
msgid "OR"
msgstr "O"
-#: ../../templates/show_edit_song.inc.php:88
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr ""
+
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr ""
+
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
+msgstr ""
+
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../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 Song"
-msgstr "Actualizar los catálogos"
+msgid "Update"
+msgstr "Actualizar ID3"
-#: ../../templates/show_edit_catalog.inc.php:22
-msgid "Settings for"
+#: ../../templates/show_playlist.inc.php:29
+msgid "Normalize Tracks"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
+msgstr ""
+
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
+
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr ""
+
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
+msgstr "Portada"
+
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
+msgstr "Año"
+
+#: ../../templates/show_preference_admin.inc.php:22
+#, fuzzy
+msgid "Preference Administration"
+msgstr "Preferencias"
+
+#: ../../templates/show_localplay_playlist.inc.php:23
+#, fuzzy
+msgid "Current Playlist"
+msgstr "Crear nueva lista"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "minutes ago"
+msgstr "Minutos"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "hours ago"
+msgstr "horas"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "days ago"
+msgstr "días"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "years ago"
+msgstr "año"
+
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr "Buscar"
+
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
+msgstr "Palabras claves"
+
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
+msgstr "Ya tocado"
+
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr "Sí"
+
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr "No"
+
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
+msgstr "Bitrate mínimo"
+
+#: ../../templates/show_search.inc.php:95
+#, fuzzy
+msgid "One Star"
+msgstr "Dueño"
+
+#: ../../templates/show_search.inc.php:96
+#, fuzzy
+msgid "Two Stars"
+msgstr "Usuarios en total"
+
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
+msgstr "Operador"
+
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr "Y"
+
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
+msgstr "Metód"
+
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
+msgstr "No exacto"
+
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr "Exacto"
+
+#: ../../templates/show_search.inc.php:118
+#, fuzzy
+msgid "Maximum Results"
+msgstr "Resultados máximos"
+
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr "Sin límites"
+
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+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:60
+#: ../../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:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
msgstr ""
#: ../../templates/show_edit_access.inc.php:22
@@ -2299,108 +2004,154 @@ msgstr "Dirección de acabar"
msgid "Remote Key"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
-msgstr "Nivel"
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
+msgstr "Mirar"
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+#, fuzzy
+msgid "Read"
+msgstr "Al azar"
+
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
-msgstr "Tocar el álbum"
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
+msgstr ""
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
+#: ../../templates/show_user_registration.inc.php:56
+msgid "User Agreement"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
+#: ../../templates/show_user_registration.inc.php:65
+msgid "I Accept"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
+msgstr "Registrar usuario"
+
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Recordarme"
+
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "Registrar"
+
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
-#, fuzzy
-msgid "Show All"
-msgstr "Mostrar todo"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
+msgstr "Los artistas más populares"
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
-msgstr "Fecha"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
+msgstr "Los álbumes más populares"
-#: ../../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_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
+msgstr "Los géneros más populares"
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
+msgstr "Las canciónes más populares"
+
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
+#: ../../templates/show_edit_song.inc.php:23
+#, fuzzy
+msgid "Edit Song"
+msgstr "Numero de canciónes"
+
+#: ../../templates/show_edit_song.inc.php:81
+#: ../../templates/show_edit_artist.inc.php:35
+#: ../../templates/show_edit_album.inc.php:41
+msgid "Flag for Retagging"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
-msgstr "Nombre del archivo"
+#: ../../templates/show_edit_song.inc.php:88
+#, fuzzy
+msgid "Update Song"
+msgstr "Actualizar los catálogos"
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
-msgstr "Tipo de lista"
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr "Estadísticas del catálogo"
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
-msgstr ""
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Usuarios conectados"
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-msgstr "Mirando"
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Usuarios en total"
+
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr "Artistas"
+
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+#, fuzzy
+msgid "Genres"
+msgstr "Género"
+
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Tamaño del catálogo"
+
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Tiempo del catálogo"
#: ../../templates/show_mail_users.inc.php:23
#, fuzzy
@@ -2415,38 +2166,16 @@ msgstr "Mandar a"
msgid "Inactive Users"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr "Estadísticas del catálogo"
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr "Los álbumes más populares"
-
#: ../../templates/show_mail_users.inc.php:53
#, fuzzy
msgid "Latest Artist Additions"
msgstr "Los artistas más nuevos"
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr "Los artistas más populares"
-
#: ../../templates/show_mail_users.inc.php:64
#, fuzzy
msgid "Latest Album Additions"
msgstr "Los álbumes más nuevos"
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "Las canciónes más populares"
-
#: ../../templates/show_mail_users.inc.php:74
msgid "Flagged Songs"
msgstr ""
@@ -2474,72 +2203,74 @@ msgstr "Mensaje"
msgid "Send Mail"
msgstr "Mandar un correo"
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
+msgstr "Añadiendo un usuario nuevo"
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
+msgstr "Añadir un usuario"
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr ""
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+msgstr "Añadir aceso para un servidor"
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
-msgstr ""
+#: ../../templates/show_add_access.inc.php:84
+#, fuzzy
+msgid "Create ACL"
+msgstr "Crear una cuenta"
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Aplicar a todos"
+
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
+#: ../../templates/show_playlist_edit.inc.php:26
#, fuzzy
-msgid "Preference Administration"
-msgstr "Preferencias"
+msgid "Editing Playlist"
+msgstr "Cambia la lista de reproducción"
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
-msgstr "Permisos de aceso del usuario"
-
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
-msgstr "Actualizar el usuario"
-
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
-msgstr "Usuarios conectados"
-
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
-msgstr "Usuarios en total"
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
-msgstr "Tamaño del catálogo"
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
-msgstr "Tiempo del catálogo"
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
+msgstr ""
#: ../../templates/show_duplicates.inc.php:22
msgid "Duplicate Songs"
msgstr "Canciónes duplicadas"
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr "Longitud"
+
#: ../../templates/show_duplicates.inc.php:41
#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
msgid "Bitrate"
msgstr ""
@@ -2548,54 +2279,151 @@ msgstr ""
msgid "Size"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
-msgstr "Seguir"
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
+msgstr ""
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr "Buscado"
+
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
#, fuzzy
-msgid "Object"
-msgstr "Subjeto"
+msgid "None"
+msgstr "No"
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
+#: ../../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 "Add All Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
+msgstr ""
+
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
+msgstr ""
+
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Tocar una canción al azar"
+
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Del género"
+
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+#, fuzzy
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "hora"
+msgstr[1] "hora"
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
+msgstr "Estándar"
+
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
+msgstr "Menos tocado"
+
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
+msgstr "Álbumes enteros"
+
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
msgstr ""
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
msgstr ""
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
+#: ../../templates/show_random.inc.php:76
+#, fuzzy
+msgid "From catalog"
+msgstr "del catálogo"
+
+#: ../../templates/show_random.inc.php:82
+#, fuzzy
+msgid "Size Limit"
+msgstr "Límite"
+
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
+msgstr "Ponerlos en el queue"
+
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
msgstr ""
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
+#: ../../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_song.inc.php:72
-msgid "Last Updated"
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Cambiar el nombre"
+#: ../../templates/sidebar_preferences.inc.php:34
+#, fuzzy
+msgid "Localplay Modules"
+msgstr "Control local de reproducción"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
+#: ../../templates/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
msgstr ""
#: ../../templates/show_duplicate.inc.php:27
@@ -2614,53 +2442,31 @@ msgstr "Artista, Álbum y Título"
msgid "Search Disabled Songs"
msgstr ""
-#: ../../templates/show_playlist.inc.php:30
-msgid "Normalize Tracks"
-msgstr ""
-
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
-msgstr ""
-
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
-msgstr ""
-
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-#, fuzzy
-msgid "Base Playlist"
-msgstr "Nueva lista"
-
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
-msgstr "Crear nueva lista"
-
#: ../../templates/show_get_albumart.inc.php:23
msgid "Customize Search"
msgstr ""
@@ -2678,29 +2484,96 @@ msgstr "Local"
msgid "Get Art"
msgstr ""
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-#, fuzzy
-msgid "Description"
-msgstr "descripción"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
+#: ../../templates/show_search_options.inc.php:23
#, fuzzy
-msgid "Version"
-msgstr "Versión de PHP"
+msgid "Options"
+msgstr "Acciónes"
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-msgid "Activate"
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
msgstr ""
-#: ../../templates/show_plugins.inc.php:46
-msgid "Deactivate"
+#: ../../templates/show_edit_catalog.inc.php:22
+msgid "Settings for"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../templates/show_add_catalog.inc.php:35
+msgid "Auto-inserted Fields"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
+msgstr "nombre del álbum"
+
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
+msgstr "nombre del artista"
+
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr "género"
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:41
+msgid "song title"
+msgstr "título de la canción"
+
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
+msgstr "año"
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr "otro"
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
msgstr ""
#: ../../templates/show_democratic_playlist.inc.php:38
@@ -2722,19 +2595,6 @@ msgstr ""
msgid "Add Vote"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
-msgstr "Los géneros más populares"
-
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr ""
-
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr ""
-
#: ../../templates/show_edit_artist.inc.php:23
#, fuzzy
msgid "Edit Artist"
@@ -2744,6 +2604,63 @@ msgstr "Artista"
msgid "Update Artist"
msgstr ""
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+msgstr ""
+
+#: ../../templates/show_edit_album.inc.php:23
+#, fuzzy
+msgid "Edit Album"
+msgstr "Álbum"
+
+#: ../../templates/show_edit_album.inc.php:47
+#, fuzzy
+msgid "Update Album"
+msgstr "Recolectar arte del álbum"
+
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr ""
+
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+#, fuzzy
+msgid "Show All"
+msgstr "Mostrar todo"
+
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
+msgstr ""
+
#: ../../templates/show_play_selected.inc.php:28
msgid "Play Selected"
msgstr "Tocar la selección"
@@ -2764,213 +2681,191 @@ msgstr ""
msgid "Add to"
msgstr "Añadir a"
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr "Añadiendo un usuario nuevo"
-
-#: ../../templates/show_export.inc.php:32
-#: ../../templates/show_verify_catalog.inc.php:23
-#: ../../templates/show_add_live_stream.inc.php:67
-#: ../../templates/show_clean_catalog.inc.php:23
-msgid "Catalog"
-msgstr "Catálogo"
-
-#: ../../templates/show_export.inc.php:51
-msgid "Format"
-msgstr ""
-
-#: ../../templates/show_export.inc.php:61
-msgid "Export"
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
msgstr ""
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
+#: ../../templates/show_ip_history.inc.php:26
+msgid "Show Unique"
msgstr ""
-#: ../../templates/show_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
-msgstr "Portada"
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
+msgstr "Fecha"
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
-msgstr ""
+#: ../../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_album.inc.php:48
-msgid "Add Random from Album"
+#: ../../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_album.inc.php:50
-msgid "Reset Album Art"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
msgstr ""
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
-msgstr "Encontrar arte del álbum"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Local"
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
-msgstr "Bajar"
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
+msgstr ""
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
-msgstr "Nombre entero"
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
+msgstr ""
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
-msgstr "Fecha de registro"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
+msgstr ""
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
-#, fuzzy
-msgid "Last Ip"
-msgstr "Último visto"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
+msgstr ""
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
-msgstr "En linea"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr "Añadir catálogo"
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
+#: ../../templates/show_export.inc.php:51
+msgid "Format"
msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
+#: ../../templates/show_export.inc.php:61
+msgid "Export"
msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
msgstr ""
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
msgstr ""
-#: ../../templates/show_big_art.inc.php:29
-msgid "Album Art"
-msgstr "Arte del álbum"
-
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
-msgstr "Haga click para cerrar la ventana"
-
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
msgstr ""
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
msgstr ""
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
msgstr ""
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Tipo de lista"
+
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:18
-msgid "Account"
-msgstr "Cuenta"
+#: ../../templates/show_user_stats.inc.php:30
+#, fuzzy
+msgid "Favorite Artists"
+msgstr "Artistas"
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
+#: ../../templates/show_user_stats.inc.php:43
+#, fuzzy
+msgid "Favorite Albums"
+msgstr "Álbumes enteros"
+
+#: ../../templates/show_user_stats.inc.php:56
+#, fuzzy
+msgid "Favorite Songs"
+msgstr "Canciónes en total"
+
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:32
-msgid "Modules"
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:34
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
#, fuzzy
-msgid "Localplay Modules"
-msgstr "Control local de reproducción"
+msgid "Statistics"
+msgstr "Estadísticas del catálogo"
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/show_account.inc.php:40
-#, fuzzy
-msgid "New Password"
-msgstr "Contraseña"
-
-#: ../../templates/show_account.inc.php:64
-#, fuzzy
-msgid "Update Account"
-msgstr "Crear una cuenta"
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
+msgstr ""
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
-msgstr "preferencias"
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
+msgstr ""
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
msgstr ""
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
+msgstr "Mandar un correo a los usuarios"
+
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Borrar las estadísticas"
+
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
-msgstr "Buscado"
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
+msgstr ""
#: ../../templates/show_clean_catalog.inc.php:23
msgid "Cleaning the"
@@ -2980,6 +2875,14 @@ msgstr ""
msgid "Checking"
msgstr ""
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr ""
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr "catálogo"
+
#: ../../templates/show_test.inc.php:33
msgid ""
"You've reached this page because a configuration error has occured. Debug "
@@ -3035,7 +2938,7 @@ 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"
+"support is required for Ampache"
msgstr ""
#: ../../templates/show_test.inc.php:119
@@ -3059,11 +2962,6 @@ msgid ""
"some features of ampache may not work correctly"
msgstr ""
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr ""
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -3071,11 +2969,6 @@ msgid ""
"\tit is not currently readable by your webserver."
msgstr ""
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr ""
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -3092,364 +2985,455 @@ msgid ""
"cfg.php"
msgstr ""
-#: ../../templates/show_search.inc.php:26
-msgid "Search Ampache"
-msgstr "Buscar"
-
-#: ../../templates/show_search.inc.php:30
-msgid "Keywords"
-msgstr "Palabras claves"
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
-#: ../../templates/show_search.inc.php:72
-msgid "Played"
-msgstr "Ya tocado"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr ""
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
-msgstr "Sí"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "preferencias"
-#: ../../templates/show_search.inc.php:77
-msgid "No"
-msgstr "No"
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr ""
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
-msgstr "Bitrate mínimo"
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
+msgstr ""
-#: ../../templates/show_search.inc.php:95
+#: ../../templates/show_account.inc.php:40
#, fuzzy
-msgid "One Star"
-msgstr "Dueño"
+msgid "New Password"
+msgstr "Contraseña"
-#: ../../templates/show_search.inc.php:96
+#: ../../templates/show_account.inc.php:64
#, fuzzy
-msgid "Two Stars"
-msgstr "Usuarios en total"
+msgid "Update Account"
+msgstr "Crear una cuenta"
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
msgstr ""
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
msgstr ""
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
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/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
-msgstr "Exacto"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
+msgstr ""
-#: ../../templates/show_search.inc.php:118
-#, fuzzy
-msgid "Maximum Results"
-msgstr "Resultados máximos"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
+msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
msgstr ""
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
msgstr ""
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
msgstr ""
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
-msgstr "Dirección de empezar"
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
+msgstr ""
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
-msgstr "Dirección de acabar"
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
+msgstr "Encontrar arte del álbum"
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_add_access.inc.php:22
-msgid "Add Access for a Host"
-msgstr "Añadir aceso para un servidor"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
+msgstr "Nombre de la lista"
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
-msgstr ""
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
+msgstr "Numero de canciónes"
-#: ../../templates/show_add_access.inc.php:84
-#, fuzzy
-msgid "Create ACL"
-msgstr "Crear una cuenta"
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
+msgstr "Dueño"
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
-msgstr "Seleccionar"
-
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:65
-#, fuzzy
-msgid "Remove"
-msgstr "Cambiar el nombre"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../templates/show_install_config.inc.php:51
-msgid ""
-"This steps takes the basic config values, and first attempts to write them "
-"out directly to your webserver. If access is denied it will prompt you to "
-"download the config file. Please put the downloaded config file in /config"
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
msgstr ""
-#: ../../templates/show_install_config.inc.php:56
-msgid "Generate Config File"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
msgstr ""
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
-msgstr "Nombre del usuario de MySQL"
+#: ../../lib/class/flag.class.php:251
+#, fuzzy
+msgid "Approved"
+msgstr "Modo"
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
-msgstr "Contraseña de MySQL"
+#: ../../lib/class/flag.class.php:252
+#, fuzzy
+msgid "Pending"
+msgstr "Añadiendo"
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
msgstr ""
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
msgstr ""
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
-msgstr ""
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
+msgstr "Listas de reproducción"
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
-msgstr ""
+#: ../../lib/class/browse.class.php:777
+#, fuzzy
+msgid "Flagged Records"
+msgstr "Comentado por"
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
+msgstr "Error conectando a"
+
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
+msgstr "Codigo"
+
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
+#: ../../lib/class/catalog.class.php:177
+#, fuzzy
+msgid "day"
+msgid_plural "days"
+msgstr[0] "día"
+msgstr[1] "día"
+
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
+msgstr "Error: No puede abrir"
+
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
+msgstr "Error: No puede conseguir el tamaño de"
+
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
+msgstr "no puede estar leido por Ampache"
+
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
msgstr ""
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
msgstr ""
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
+msgstr "Tiempo en total"
+
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
+msgstr "Canciónes en total"
+
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
msgstr ""
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
+#: ../../lib/class/catalog.class.php:1210
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "Update Finished."
+msgstr "Actualizar el usuario"
+
+#: ../../lib/class/catalog.class.php:1736
+msgid "Checked"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
+#: ../../lib/class/catalog.class.php:1736
+msgid "songs updated."
msgstr ""
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
+#: ../../lib/class/localplay.class.php:642
+msgid "Stopped"
msgstr ""
-#: ../../ratings.php:32
-msgid "Rating Updated"
+#: ../../lib/class/localplay.class.php:645
+#, fuzzy
+msgid "Paused"
+msgstr "Ya tocado"
+
+#: ../../lib/preferences.php:189
+msgid "M3U"
+msgstr "M3U"
+
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
+msgstr "M3U Simple"
+
+#: ../../lib/preferences.php:191
+msgid "PLS"
+msgstr "PLS"
+
+#: ../../lib/preferences.php:192
+msgid "Asx"
+msgstr "Asx"
+
+#: ../../lib/preferences.php:193
+msgid "RAM"
+msgstr "RAM"
+
+#: ../../lib/preferences.php:194
+msgid "XSPF"
msgstr ""
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
+#: ../../lib/preferences.php:228
+msgid "Disabled"
msgstr ""
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
+#: ../../lib/preferences.php:230
+msgid "Manager"
msgstr ""
-#: ../../login.php:83
-msgid "Unable to create new account"
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
msgstr ""
-#: ../../login.php:92
-msgid "No local account found"
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
msgstr ""
-#: ../../preferences.php:91
-msgid "Error Update Failed"
+#: ../../lib/preferences.php:262
+msgid "Always"
msgstr ""
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
msgstr ""
-#: ../../update.php:47 ../../update.php:51
-#, fuzzy
-msgid "Ampache Update"
-msgstr "Actualización rápida"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "Horrible"
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
-msgstr ""
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "Está bien"
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
-msgstr ""
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "Me gusta"
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
-msgstr ""
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "¡Me encanta!"
-#: ../../artists.php:188
-msgid "Show Artists starting with"
-msgstr "Mostrar los artistas que empiezan con"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "¡Totalmente loco!"
-#: ../../playlist.php:57
-msgid "Playlist Created"
-msgstr "Lista creada"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "¡Super chévere!"
-#: ../../playlist.php:57
-msgid " has been created"
-msgstr " ha sido creada"
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
+msgstr "Chino simplificado"
-#: ../../playlist.php:78
-msgid "Playlist Updated"
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr "Encender"
+
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr "Apagar"
+
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
msgstr ""
-#: ../../playlist.php:79
-msgid "has been updated and is now"
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
msgstr ""
-#: ../../playlist.php:101
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr "Subir"
+
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr ""
+
+#: ../../lib/ui.lib.php:361
#, fuzzy
-msgid "Playlist Imported"
-msgstr "Lista creada"
+msgid "Random Play"
+msgstr "Al azar"
-#: ../../playlist.php:130
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
#, fuzzy
-msgid "Empty Playlists Deleted"
-msgstr "Lista borrada"
+msgid "Admin-Catalog"
+msgstr "Añadir catálogo"
-#: ../../flag.php:45
+#: ../../lib/ui.lib.php:381
#, fuzzy
-msgid "Item Flagged"
-msgstr "Comentado por"
+msgid "Admin-User Management"
+msgstr "Nombre de usuario"
-#: ../../flag.php:45
-msgid "The specified item has been flagged"
+#: ../../lib/ui.lib.php:385
+#, fuzzy
+msgid "Admin-Mail Users"
+msgstr "Mandar un correo a los usuarios"
+
+#: ../../lib/ui.lib.php:389
+#, fuzzy
+msgid "Admin-Manage Access Lists"
+msgstr "Listas de aceso"
+
+#: ../../lib/ui.lib.php:393
+#, fuzzy
+msgid "Admin-Site Preferences"
+msgstr "Preferencias del Admin"
+
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr ""
+
+#: ../../lib/ui.lib.php:401
+msgid "Browse Music"
+msgstr ""
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
msgstr ""
#: ../../albums.php:32
@@ -3475,51 +3459,112 @@ msgstr ""
msgid "Album Art Inserted"
msgstr ""
-#: ../../register.php:73
-msgid "Error Captcha Required"
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
msgstr ""
-#: ../../register.php:80
-msgid "Error Captcha Failed"
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
msgstr ""
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
msgstr ""
-#: ../../register.php:92
-msgid "You did not enter a username"
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
msgstr ""
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
msgstr ""
-#: ../../register.php:122
-msgid "You must enter a password"
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
msgstr ""
-#: ../../register.php:126
-msgid "Your passwords do not match"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "archivo"
+
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
msgstr ""
-#: ../../register.php:158
-msgid "Error: Insert Failed"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "No archivo subido"
+
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr "Había una problema con subir el archivo: No %s fue subido."
+
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
msgstr ""
+"Había una problema con subir el archivo: El %s fue más grande que el tamaño "
+"máximo permitido (%d bytes)."
-#: ../../radio.php:50
-msgid "Radio Station Added"
+#: ../../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."
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "Lista creada"
+
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " ha sido creada"
+
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr ""
+
+#: ../../playlist.php:79
+msgid "has been updated and is now"
msgstr ""
-#: ../../democratic.php:92
+#: ../../playlist.php:101
#, fuzzy
-msgid "Playlist Cleared"
+msgid "Playlist Imported"
msgstr "Lista creada"
+#: ../../playlist.php:130
+#, fuzzy
+msgid "Empty Playlists Deleted"
+msgstr "Lista borrada"
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr ""
+
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr ""
+
+#: ../../login.php:92
+msgid "No local account found"
+msgstr ""
+
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr ""
+
+#: ../../artists.php:188
+msgid "Show Artists starting with"
+msgstr "Mostrar los artistas que empiezan con"
+
#: ../../bin/print_tags.inc:66
msgid ""
"[print_tags.php.inc]\n"
@@ -3533,6 +3578,25 @@ msgstr ""
msgid "Filename:"
msgstr "Nombre del archivo:"
+#~ msgid " FOUND"
+#~ msgstr " ENCONTRADO"
+
+#~ msgid "Searching for new Album Art"
+#~ msgstr "Buscando nuevo arte de álbum"
+
+#~ msgid "English"
+#~ msgstr "Inglés"
+
+#~ msgid "British English"
+#~ msgstr "Inglés de Bretaña"
+
+#~ msgid "description"
+#~ msgstr "descripción"
+
+#, fuzzy
+#~ msgid "Playlist Cleared"
+#~ msgstr "Lista creada"
+
#~ msgid "days"
#~ msgstr "días"
@@ -3700,10 +3764,6 @@ msgstr "Nombre del archivo:"
#~ 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."
diff --git a/locale/fr_FR/LC_MESSAGES/messages.mo b/locale/fr_FR/LC_MESSAGES/messages.mo
index fbd26a06..a743d873 100644
--- a/locale/fr_FR/LC_MESSAGES/messages.mo
+++ b/locale/fr_FR/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/fr_FR/LC_MESSAGES/messages.po b/locale/fr_FR/LC_MESSAGES/messages.po
index 8f9bbdac..62d51f0d 100644
--- a/locale/fr_FR/LC_MESSAGES/messages.po
+++ b/locale/fr_FR/LC_MESSAGES/messages.po
@@ -5,13 +5,13 @@
# FHAUTZ Gilles <cocobu@mail.pf>, 2007.
# S. Roy <sroy@j2n.net>, 2006.
# François Jan <contribos@gmail.com>, 2007.
-#
-#
+#
+#
msgid ""
msgstr ""
"Project-Id-Version: v0.1a\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\n"
"PO-Revision-Date: 2007-07-22 17:01+0200\n"
"Last-Translator: François Jan <contribos@gmail.com>\n"
"Language-Team: French\n"
@@ -19,942 +19,180 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr "Session expir&eacute;e : reconnectez vous sur"
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-msgid "Private"
-msgstr "Priv&eacute;"
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr "Artistes"
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr "Divers"
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr "Erreur : impossible d'ouvrir"
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr "tout"
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr "voir"
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-msgid "Read"
-msgstr "Lire"
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr "Lire/Ecrit"
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:176
-#, fuzzy
-msgid "day"
-msgid_plural "days"
-msgstr[0] "jour"
-msgstr[1] "jour"
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-#, fuzzy
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] "heure"
-msgstr[1] "heure"
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr "Synchronisation distante en cours"
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr "Erreur: Impossible de changer de r&eacute;pertoire"
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr "Erreur: Impossible d'obtenir la taille de fichier de"
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr "n'est pas lisible par ampache"
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr "Mis &agrave; jour"
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr "Mise &agrave; jour non n&eacute;cessaire"
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr "Mise &agrave; jour distante en cours"
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr "Playlist ajout&eacute;e &agrave; partir de"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr "Dur&eacute;e totale"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr "Total des morceaux"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr "Morceaux par secondes"
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr "Erreur"
-
-#: ../../lib/class/catalog.class.php:1204
-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"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
-msgstr "Erreur de connexion &agrave;"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
-msgstr "Code"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
-msgstr "Raison"
-
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
-msgstr "Mise &agrave; jour de(s) catalogue(s) distant(s) termin&eacute;e"
-
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
-msgstr "Ajout&eacute;"
-
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
-msgstr "Nettoyage de catalogue termin&eacute;"
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
-msgstr "Fichiers enlev&eacute;s"
-
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
-msgstr "TROUVE"
-
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
-msgstr "Recherche de nouvelle(s) jaquette(s) d'album(s)"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Update Finished."
-msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Checked"
-msgstr "Test"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "songs updated."
-msgstr "morceaux mis &agrave; jour"
-
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:251
-msgid "Approved"
-msgstr "D&eacute;plac&eacute;"
-
-#: ../../lib/class/flag.class.php:252
-msgid "Pending"
-msgstr "Attente"
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr "Supprimer"
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-msgid "Other"
-msgstr "autre"
-
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr "Inconnu"
-
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
-msgstr "En cours de lecture"
-
-#: ../../lib/class/localplay.class.php:642
-msgid "Stopped"
-msgstr "Stop"
-
-#: ../../lib/class/localplay.class.php:645
-msgid "Paused"
-msgstr "Pause"
-
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
-msgstr "Erreur: Le nom d'utilisateur est obligatoire"
-
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
-msgstr "Erreur: Les mots de passe ne correspondent pas"
-
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
-msgstr "Morceaux"
-
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr "Albums"
-
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-msgid "Genres"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
-msgstr "G&eacute;rer les utilisateurs"
-
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
-msgstr "Listes de lecture"
-
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-msgid "Catalogs"
-msgstr "Catalogues"
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:748
-msgid "Flagged Records"
-msgstr "Marqu&eacute; par"
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr ""
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr ""
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr ""
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr ""
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr ""
-
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
-msgstr "Ne pas jouer"
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr "C'est plut&ocirc;t mauvais"
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr "C'est OK"
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr "C'est plut&ocirc;t bon"
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
-msgstr "J'aime &ccedil;a !"
-
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
-msgstr "C'est d&eacute;ment"
-
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
-msgstr "C'est le Top !"
-
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr "Activer"
-
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
-msgstr "D&eacute;sactiver"
-
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-msgid "None"
-msgstr "Non"
-
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
-msgstr "Flux"
-
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
-msgstr ""
-
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-msgid "Localplay"
-msgstr "Lecture en local"
-
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
-msgstr ""
-
-#: ../../lib/preferences.php:189
-msgid "M3U"
-msgstr "M3U"
-
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
-msgstr "M3U simple"
-
-#: ../../lib/preferences.php:191
-msgid "PLS"
-msgstr "PLS"
-
-#: ../../lib/preferences.php:192
-msgid "Asx"
-msgstr "Asx"
-
-#: ../../lib/preferences.php:193
-msgid "RAM"
-msgstr "RAM"
-
-#: ../../lib/preferences.php:194
-msgid "XSPF"
-msgstr ""
-
-#: ../../lib/preferences.php:228
-msgid "Disabled"
-msgstr "D&eacute;sactiver"
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
-msgstr "Utilisateur"
-
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr ""
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
-msgstr "Administration"
-
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
-msgstr ""
-
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
-msgstr ""
-
-#: ../../lib/preferences.php:262
-msgid "Always"
-msgstr ""
-
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
-msgstr "Anglais"
-
-#: ../../lib/general.lib.php:398
-msgid "British English"
-msgstr "Anglais (britannique)"
-
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
-msgstr "Turc"
-
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
-msgstr "Chinois simplifi&eacute;"
-
-#: ../../lib/general.lib.php:467
-msgid "On"
-msgstr "actif"
-
-#: ../../lib/general.lib.php:470
-msgid "Off"
-msgstr "inactif"
-
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
-msgstr ""
-
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
-msgstr ""
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr "secondes"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
-msgstr "Minutes"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
-msgstr "heures"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
-msgstr "jours"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr "semaines"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr "mois"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
-msgstr "ann&eacute;e"
-
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
-msgstr "Accueil"
-
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
-msgstr "Envoyer"
-
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
-msgstr "Lecture en local"
-
-#: ../../lib/ui.lib.php:350
-msgid "Random Play"
-msgstr "Al&eacute;atoire"
-
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Liste de lecture"
-
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
-msgstr "Chercher"
+#: ../../register.php:73
+msgid "Error Captcha Required"
+msgstr "Erreur saisissez le captcha"
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
-msgstr "Pr&eacute;f&eacute;rences"
+#: ../../register.php:80
+msgid "Error Captcha Failed"
+msgstr "Erreur Captcha s'est cass&eacute;"
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-msgid "Admin-Catalog"
-msgstr "Ajouter un catalogue"
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
+msgstr "Vous <U>devez</U> accepter les conditions d'utilisation"
-#: ../../lib/ui.lib.php:370
-msgid "Admin-User Management"
-msgstr "Gestion des utilisateurs"
+#: ../../register.php:92
+msgid "You did not enter a username"
+msgstr "Vous n'avez pas entr&eacute; un nom d'utilisateur"
-#: ../../lib/ui.lib.php:374
-msgid "Admin-Mail Users"
-msgstr "E-mail aux utilisateurs"
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr "SVP entrez vos pr&eacute;nom et nom"
-#: ../../lib/ui.lib.php:378
-msgid "Admin-Manage Access Lists"
-msgstr "Liste d'acc&egrave;s"
+#: ../../register.php:122
+msgid "You must enter a password"
+msgstr "Vous devez entrer un mot de passe"
-#: ../../lib/ui.lib.php:382
-msgid "Admin-Site Preferences"
-msgstr "Pr&eacute;f&eacute;rences administrateur"
+#: ../../register.php:126
+msgid "Your passwords do not match"
+msgstr "Vos mots de passe ne correspondent pas"
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
-msgstr ""
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
+msgstr "Erreur: Nom d'utilisateur d&eacute;j&agrave; existant"
-#: ../../lib/ui.lib.php:390
-msgid "Browse Music"
-msgstr "Parcourir"
+#: ../../register.php:158
+msgid "Error: Insert Failed"
+msgstr "Erreur : Enregistrement non effectu&eacute;"
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
-msgstr "Genre"
+#: ../../update.php:47 ../../update.php:51
+msgid "Ampache Update"
+msgstr "Mode debogage d'Ampache"
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
-msgid "Statistics"
-msgstr "Statistiques des catalogues"
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
+msgstr "Session expir&eacute;e : reconnectez vous sur"
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr "Recommandations"
-
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
-msgstr "Nom"
-
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr ""
+#: ../../admin/flag.php:89
+msgid "Song Updated"
+msgstr "Morceaux mis &agrave; jour"
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
+#: ../../admin/flag.php:89
+#, 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)"
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
-msgstr "Titre"
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr "Piste"
-
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr "Artiste"
-
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
-msgid "Recently Played"
-msgstr "R&eacute;cemment jou&eacute;s"
-
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
-msgstr ""
+#: ../../admin/flag.php:131
+msgid "Album Updated"
+msgstr "l'album a &eacute;t&eacute; mis &agrave; jour"
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
-msgstr ""
+#: ../../admin/flag.php:173
+msgid "Artist Updated"
+msgstr "Artist mise &agrave; jour"
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
-msgstr ""
+#: ../../admin/flag.php:238
+msgid "Songs Updated"
+msgstr "Morceaux mis &agrave; jour"
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
-msgstr "Mot de passe"
+#: ../../admin/flag.php:246
+msgid "Flag Removed"
+msgstr "marqu&eacute;e enlev&eacute;s"
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "fichier"
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
+msgstr "marqu&eacute;e effac&eacute;e pour"
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr "Envoi de fichiers non support&eacute;"
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
+msgstr "marqu&eacute;e ajout&eacute;e"
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr "Aucun fichier envoy&eacute;"
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
+msgstr "Morceaux d&eacute;sactiv&eacute;s"
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
msgstr ""
-"Il y a eu un probl&egrave;me avec l'envoi de fichier: Aucun %s n'a &eacute;"
-"t&eacute; charg&eacute;."
+"Le(s) morceau(x) demand&eacute;(s) ont(a) &eacute;t&eacute; d&eacute;"
+"sactiv&eacute;(s)"
-#: ../../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)."
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
+msgstr "Morceaux activ&eacute;s"
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
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;"
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
msgid "Catalog Updated"
msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "Catalog Deleted"
msgstr "Nettoyage de catalogue termin&eacute;"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../admin/catalog.php:112
+#: ../../admin/catalog.php:119
msgid "Songs Removed"
msgstr "Fichiers enlev&eacute;s"
-#: ../../admin/catalog.php:115
+#: ../../admin/catalog.php:122
msgid "No Songs Removed"
msgstr "Aucun titre n a &eacute;t&eacute; supprim&eacute;"
-#: ../../admin/catalog.php:118
+#: ../../admin/catalog.php:125
msgid "Disabled Songs Processed"
msgstr "Voir les morceaux d&eacute;sactiv&eacute;s"
-#: ../../admin/catalog.php:138
+#: ../../admin/catalog.php:146
msgid "Catalog Cleaned"
msgstr "Nettoyage de catalogue termin&eacute;"
-#: ../../admin/catalog.php:188
+#: ../../admin/catalog.php:197
msgid "Catalog Created"
msgstr "catalogue a &eacute;t&eacute; cr&eacute;&eacute;"
-#: ../../admin/catalog.php:205
+#: ../../admin/catalog.php:214
msgid "Catalog statistics cleared"
msgstr "Statistiques des catalogues efface&eacute;es"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "Now Playing Cleared"
msgstr "Lecture en cours effac&eacute;e"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
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"
-#: ../../admin/catalog.php:232
+#: ../../admin/catalog.php:241
#, fuzzy
msgid "No Disabled songs found"
msgstr "Aucun morceau d&eacute;sactiv&eacute;"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Delete Catalog"
msgstr "Supprimer le catalogue"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Do you really want to delete this catalog?"
msgstr "Voulez-vous vraiment supprimer ce catalogue ?"
-#: ../../admin/catalog.php:260
+#: ../../admin/catalog.php:270
msgid "Album Art Search Finished"
msgstr "Recherche de jaquettes d'albums termin&eacute;e"
-#: ../../admin/flag.php:89
-msgid "Song Updated"
-msgstr "Morceaux mis &agrave; jour"
-
-#: ../../admin/flag.php:89
-#, 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)"
-
-#: ../../admin/flag.php:131
-msgid "Album Updated"
-msgstr "l'album a &eacute;t&eacute; mis &agrave; jour"
-
-#: ../../admin/flag.php:173
-msgid "Artist Updated"
-msgstr "Artist mise &agrave; jour"
-
-#: ../../admin/flag.php:238
-msgid "Songs Updated"
-msgstr "Morceaux mis &agrave; jour"
-
-#: ../../admin/flag.php:246
-msgid "Flag Removed"
-msgstr "marqu&eacute;e enlev&eacute;s"
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr "marqu&eacute;e effac&eacute;e pour"
-
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
-msgstr "marqu&eacute;e ajout&eacute;e"
-
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
-msgstr "Morceaux d&eacute;sactiv&eacute;s"
-
-#: ../../admin/flag.php:281
-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)"
-
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
-msgstr "Morceaux activ&eacute;s"
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
+msgstr "Erreur: Le nom d'utilisateur est obligatoire"
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
-msgstr ""
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
+msgstr "Erreur: Les mots de passe ne correspondent pas"
#: ../../admin/users.php:83
msgid "User Updated"
@@ -964,17 +202,44 @@ msgstr ""
msgid "updated"
msgstr ""
-#: ../../admin/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
-msgstr "Erreur: Nom d'utilisateur d&eacute;j&agrave; existant"
-
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
msgid "Guest"
msgstr "Invite"
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
+msgstr "Utilisateur"
+
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
+msgstr "Administration"
+
#: ../../admin/users.php:129
msgid "New User Added"
msgstr ""
@@ -987,6 +252,10 @@ msgstr ""
msgid "User Disabled"
msgstr ""
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
+msgstr "Erreur"
+
#: ../../admin/users.php:142
msgid "Unable to Disabled last Administrator"
msgstr ""
@@ -1015,26 +284,34 @@ msgstr "&eacute;tes-vous sûr de vouloir supprimer d&eacute;finitivement"
msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
msgid "Are you sure you want to remove this plugin?"
msgstr "Voulez-vous vraiment supprimer cette liste de lecture ?"
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
msgid "Plugin Deactivated"
msgstr "Plugin d&eacute;sactiv&eacute;"
-#: ../../admin/modules.php:85
+#: ../../admin/modules.php:87
msgid "Plugin Activated"
msgstr "Plugin activ&eacute;"
-#: ../../admin/modules.php:120
+#: ../../admin/modules.php:122
msgid "Plugins"
msgstr ""
-#: ../../admin/modules.php:126
+#: ../../admin/modules.php:128
msgid "Localplay Controllers"
msgstr ""
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
+msgstr ""
+
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
+msgstr ""
+
#: ../../admin/access.php:35
msgid "Deleted"
msgstr "Supprim&eacute;"
@@ -1043,15 +320,34 @@ msgstr "Supprim&eacute;"
msgid "Your Access List Entry has been removed"
msgstr "Votre liste d'acc&egrave;s a &eacute;t&eacute; supprim&eacute;e"
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
+msgstr "Ajout&eacute;"
+
#: ../../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"
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
+msgstr "Mis &agrave; jour"
+
#: ../../admin/access.php:45
msgid "Access List Entry updated"
msgstr "Ajouter une entr&eacute;e dans la liste d'acc&egrave;s"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
+msgstr ""
+
#: ../../admin/mail.php:57
#, fuzzy
msgid "E-mail Sent"
@@ -1061,85 +357,282 @@ msgstr "Gestion d'e-mail"
msgid "Your E-mail was successfully sent."
msgstr "Email envoy&eacute;"
-#: ../../admin/system.php:64
-#, fuzzy
-msgid "Export Failed"
-msgstr "Erreur : Enregistrement non effectu&eacute;"
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
+msgstr ""
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
+#: ../../preferences.php:91
+msgid "Error Update Failed"
msgstr ""
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
-msgstr "Les albums du moment"
+#: ../../flag.php:45
+msgid "Item Flagged"
+msgstr "Marqu&eacute; par"
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
-msgstr ""
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
+msgstr "Marqu&eacute; par"
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
-msgstr "Jouer"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+msgid "Catalogs"
+msgstr "Catalogues"
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
-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:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../templates/show_edit_live_stream_row.inc.php:26
+#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52
+msgid "Name"
+msgstr "Nom"
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:34
+#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
+msgstr "Action"
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
+msgstr "ajouter"
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
-msgid "Clear Playlist"
-msgstr "Effacer liste de lecture"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr "V&eacute;rifier"
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
+msgstr "Supprimer les informations"
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
-msgstr "Pas assez de donn&eacute;es"
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
+msgstr "tout"
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
+msgstr "Supprimer"
+
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
+msgstr "Rapide"
+
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
+msgstr "Rassembler les jaquettes"
+
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
+msgstr "Aucun catalogue trouv&eacute; !"
+
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
+msgstr "Nettoyer tous les Catalogues"
+
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
+msgstr "Tout V&eacute;rifier"
+
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
+msgstr "Ajouter &agrave; tout"
+
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
+msgstr "Tout Mettre &agrave; jour"
+
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
+msgstr "Ajouter un catalogue"
+
+#: ../../templates/show_admin_tools.inc.php:83
+msgid "Clear Catalog Stats"
+msgstr "Vider les statistiques des catalogues"
+
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr "Recup&eacute;rer la jaquette d'album"
+
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:43
+msgid "Other Tools"
+msgstr "Autres outils"
+
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr "Voir les doublons"
+
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:48
+msgid "Clear Now Playing"
+msgstr "Effacer lecture en cours"
+
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
+msgstr "&eacute;crire la configuration"
+
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
+msgstr "Pr&eacute;f&eacute;rences"
+
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
+msgstr "Exporter vers Itunes DB"
+
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr "Test de la configuration"
+
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+msgid "Object"
+msgstr "Objet"
+
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Marqu&eacute;e"
+
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
+msgstr "Commentaire"
+
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
+msgstr "Statut"
+
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+msgid "No Records Found"
+msgstr "Aucun catalogue trouv&eacute; !"
+
#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
#: ../../templates/show_install_lang.inc.php:32
#: ../../templates/show_install_config.inc.php:32
+#: ../../templates/show_install.inc.php:32
msgid "Ampache Installation"
msgstr "Installation d'Ampache"
#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
#: ../../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 "
@@ -1150,9 +643,9 @@ msgstr ""
"assurez-vous d'avoir tous les pr&eacute;-requis"
#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
#: ../../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 ""
@@ -1168,9 +661,9 @@ msgstr ""
"sql et /config/ampache.cfg.dist.php"
#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
#: ../../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 "
@@ -1184,8 +677,8 @@ msgstr ""
"fichier /config/ampache.cfg.php"
#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
#: ../../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 "
@@ -1196,8 +689,8 @@ msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr "Etape 2 - Cr&eacute;ation du fichier ampache.cfg.php"
#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
#: ../../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"
@@ -1215,20 +708,30 @@ msgid "Create Admin Account"
msgstr "Cr&eacute;er un compte administrateur"
#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
#: ../../templates/show_now_playing_row.inc.php:29
#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
msgid "Username"
msgstr "Nom d'utilisateur"
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
+msgstr "Mot de passe"
+
#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_add_user.inc.php:63
#: ../../templates/show_account.inc.php:47
msgid "Confirm Password"
@@ -1238,892 +741,889 @@ msgstr "Confirmation du mot de passe"
msgid "Create Account"
msgstr "Cr&eacute;er un compte"
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
-msgstr "Ajouter un catalogue"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Chemin"
-#: ../../templates/show_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)"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
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_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
-msgstr "Auto-insertion des champs"
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
+msgstr "Actions"
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr "nom de l'album"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr "nom de l'artiste"
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
-msgstr "commentaire de balise"
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
+msgstr "Refuser"
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr "genre"
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
+msgstr "Activer"
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
-msgstr "num&eacute;ro de la piste (compl&eacute;t&eacute; par des 0)"
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
-msgstr "titre du morceau"
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr "ann&eacute;e"
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+msgid "Song Title"
+msgstr "Titre du morceau"
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr "autre"
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
+msgstr "Albums"
-#: ../../templates/show_add_catalog.inc.php:48
-#: ../../templates/show_catalogs.inc.php:33
-#: ../../templates/show_catalogs.inc.php:61
-msgid "Path"
-msgstr "Chemin"
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
+msgstr "Artiste"
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
-msgstr "Type de catalogue"
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
+msgstr "Genre"
-#: ../../templates/show_add_catalog.inc.php:55
-msgid "Local"
-msgstr "Local"
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
+msgstr "Liste de lecture"
-#: ../../templates/show_add_catalog.inc.php:56
-msgid "Remote"
-msgstr "Distant"
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
-msgstr "Clef de XML-RPC"
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:62
-msgid "Required for Remote Catalogs"
-msgstr "Obligatoire pour un catalogue distant"
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Filename Pattern"
-msgstr "Motif de nom de fichier"
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
-msgstr "Motif de dossier"
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
-msgstr "(ne commen&ccedil;ant ou ne finissant pas avec '/')"
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
-msgstr "Recup&eacute;rer la jaquette d'album"
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
+msgstr ""
-#: ../../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/sidebar_browse.inc.php:69
+msgid "All Playlists"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
-msgstr "Ajouter un catalogue"
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
+msgstr "Inconnu"
+
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
+msgstr "Nom complet"
+
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
+msgstr "Dernier(s) vu(s)"
+
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
+msgstr "Activit&eacute;"
+
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
-msgstr "Volume"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
+msgid "Recently Played"
+msgstr "R&eacute;cemment jou&eacute;s"
-#: ../../templates/show_localplay_status.inc.php:33
-#, fuzzy
-msgid "Repeat"
-msgstr "Refuser"
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
+msgstr "Album"
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
-msgstr "Al&eacute;atoire"
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
+msgstr "Piste"
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
-msgstr "ajouter"
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
+msgstr "Dur&eacute;e"
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
-msgstr "Nom de la liste de lecture"
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
+msgstr "Score"
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
-msgstr "Nombre de morceaux"
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
+msgstr "Pas assez de donn&eacute;es"
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
-msgstr "Propri&eacute;taire"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr "Jaquette d'album"
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
-msgstr "Actions"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr "Cliquer pour fermer la fenetre"
-#: ../../templates/show_album_row.inc.php:43
#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
msgid "Post Shout"
msgstr ""
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
+msgstr "T&eacute;l&eacute;charger"
+
#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
+#: ../../templates/show_playlist_song_row.inc.php:37
#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
#: ../../templates/show_playlist_row.inc.php:37
msgid "Edit"
msgstr "&eacute;diter"
-#: ../../templates/show_similar_artists.inc.php:23
-msgid "Similar Artists"
-msgstr "Liste compl&egrave;te des artistes"
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr "Morceau marqu&eacute;"
-#: ../../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_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
+msgstr "fichier"
-#: ../../templates/show_similar_artists.inc.php:66
-msgid "Back"
-msgstr "Pr&eacute;c&ecaute;dent"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
+msgstr "article"
-#: ../../templates/show_similar_artists.inc.php:77
-msgid "Rename selected"
-msgstr "Renommer les s&eacute;lectionn&eacute;es"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr "Raison du marquage"
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
-msgstr "Annuler"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
+msgstr "Mauvais Tags"
-#: ../../templates/show_similar_artists.inc.php:91
-msgid "Advanced Options"
-msgstr "Avanc&eacute;"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
+msgstr ""
-#: ../../templates/show_similar_artists.inc.php:152
-msgid "Search Again"
-msgstr "Recherche encore"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
+msgid "Other"
+msgstr "autre"
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
-msgstr ""
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
+msgstr "hors de"
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
-msgstr ""
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+msgid "Found"
+msgstr "Trouv&eacute;"
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
+#: ../../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/sidebar_localplay.inc.php:42
-msgid "Active Instance"
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
+msgstr "Conditions"
+
+#: ../../templates/show_install_lang.inc.php:43
+#: ../../templates/show_install_config.inc.php:42
+#: ../../templates/show_install.inc.php:44
+msgid ""
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.php.dist file"
msgstr ""
+"Votre serveur web a des droits en lecture sur les fichiers /sql/ampache.sql "
+"et /config/ampache.cfg.php.dist"
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
-msgstr "Favoris"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr "Lancer la configuration"
-#: ../../templates/show_user_stats.inc.php:30
-msgid "Favorite Artists"
-msgstr "Liste des artistes favoris"
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
+msgstr ""
-#: ../../templates/show_user_stats.inc.php:43
-msgid "Favorite Albums"
-msgstr "Liste des albums favoris"
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
+msgstr "Les albums du moment"
-#: ../../templates/show_user_stats.inc.php:56
-msgid "Favorite Songs"
-msgstr "Liste des morceaux favoris"
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
+msgstr "Jouer l'album"
-#: ../../templates/show_random.inc.php:22
-msgid "Play Random Selection"
-msgstr "Jouer al&eacute;atoirement une s&eacute;lection"
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
+msgstr ""
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
-msgstr "Nombre d'&eacute;l&eacute;ments"
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
+msgstr ""
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
-msgstr "Par genre"
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
+msgstr ""
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
-msgstr "Dur&eacute;e"
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
+msgstr ""
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
-msgstr "illimit&eacute;"
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
+msgstr "Volume"
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../templates/show_localplay_status.inc.php:33
+#, fuzzy
+msgid "Repeat"
+msgstr "Refuser"
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
-msgstr "Type"
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
+msgstr "Al&eacute;atoire"
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
-msgstr "Standard"
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
+msgstr "Effacer liste de lecture"
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
-msgstr "Moins jou&eacute;"
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
+msgstr "Selectionner"
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
-msgstr "Tous les albums"
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
+msgstr "Titre"
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
-msgstr "Artiste complet"
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
+msgstr "Nom de fichier"
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
-msgstr ""
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+msgstr "Le temp d'ajout"
-#: ../../templates/show_random.inc.php:76
-#, fuzzy
-msgid "From catalog"
-msgstr "d'un catalogue"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
+msgstr "Effacement"
-#: ../../templates/show_random.inc.php:82
-msgid "Size Limit"
-msgstr "Limite de Taille"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
+msgstr ""
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
-msgstr "En Liste"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Ajouter une entr&eacute;e"
-#: ../../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_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Adresse de d&eacute;but"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
-msgstr "catalogue"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "Adresse de fin"
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_run_add_catalog.inc.php:24
-msgid "Found"
-msgstr "Trouv&eacute;"
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
+msgstr "Niveau"
-#: ../../templates/show_adds_catalog.inc.php:25
-#: ../../templates/show_verify_catalog.inc.php:26
-#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
-#: ../../templates/show_clean_catalog.inc.php:25
-msgid "Reading"
-msgstr ""
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
+msgstr "Clef"
-#: ../../templates/show_playlist_edit.inc.php:26
-msgid "Editing Playlist"
-msgstr "Editer la liste de lecture"
+#: ../../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:62
+msgid "Type"
+msgstr "Type"
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
-msgstr "Public"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
+msgstr "Nom complet"
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
-msgid "Update"
-msgstr "Mis &agrave; jour"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
+msgstr "Date d'enregistrement"
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
-msgstr "Connexion"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
+msgid "Last Ip"
+msgstr "Dernier(s) IPs"
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
-msgstr "M&eacute;moriser"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
+msgstr "En ligne"
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
-msgstr "S'inscrire"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr ""
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
-msgstr "Message de Jour"
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
+msgstr "liste de lecture accueil"
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
-msgstr "Action"
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
-msgstr "V&eacute;rifier"
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-msgid "Clean"
-msgstr "Supprimer les informations"
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
+msgstr "Morceaux"
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
-msgstr "Rapide"
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Jouer"
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
-msgstr "Rassembler les jaquettes"
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
+msgstr "Cr&eacute;er un nouvelle liste de lecture"
-#: ../../templates/show_admin_tools.inc.php:68
-msgid "No Catalogs Found"
-msgstr "Aucun catalogue trouv&eacute; !"
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
+msgstr "Morceau"
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
-msgid "Clean All"
-msgstr "Nettoyer tous les Catalogues"
+#: ../../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_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-msgid "Verify All"
-msgstr "Tout V&eacute;rifier"
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-msgid "Add to All"
-msgstr "Ajouter &agrave; tout"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
-msgid "Update All"
-msgstr "Tout Mettre &agrave; jour"
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
+msgstr "Chemin d'acc&egrave;s web"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr "Vider les statistiques des catalogues"
+#: ../../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_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
-msgstr "Autres outils"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "H&ocirc;te MySQL"
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr "Voir les doublons"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "Utilisateur MySQL"
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
-msgstr "Effacer lecture en cours"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "Mot de passe MySQL"
-#: ../../templates/show_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
-msgid "Generate New Config"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
msgstr "&eacute;crire la configuration"
-#: ../../templates/show_admin_tools.inc.php:93
-msgid "Preferences Permissions"
-msgstr "Pr&eacute;f&eacute;rences"
-
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
-msgstr "Exporter vers Itunes DB"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr "Ampache.cfg.php existe"
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
-msgstr ""
+#: ../../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/show_admin_tools.inc.php:96
-msgid "Check for New Version"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
msgstr "Test de la configuration"
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr "Morceau marqu&eacute;"
-
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
-msgstr "fichier"
-
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
-msgstr "article"
-
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
-msgstr "Raison du marquage"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
+msgstr ""
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr "Mauvais Tags"
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
+msgstr "&Eacute;diter un utilisateur"
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
-msgstr "Commentaire"
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
+msgstr "E-mail"
-#: ../../templates/show_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
-msgstr "Marqu&eacute;e"
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr "Niveau d'acc&egrave;s utilisateur"
-#: ../../templates/sidebar_admin.inc.php:27
-msgid "Show Catalogs"
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
-msgstr "Ajouter un utilisateur"
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
+msgstr "Mise &agrave; jour d'un utilisateur"
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
-msgstr ""
+#: ../../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/sidebar_admin.inc.php:37
-msgid "Access Control"
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
-msgstr "Trouver des doublons"
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
-msgstr "E-mail aux utilisateurs"
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
-msgstr "Vider les statistiques"
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr "Valeur"
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-msgid "Song Title"
-msgstr "Titre du morceau"
-
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
-msgstr ""
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
+msgstr "Pr&eacute;f&eacute;rence"
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
-msgstr ""
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr "Chercher"
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
-msgstr "Nom complet"
-
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
msgstr ""
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
-msgstr "Dernier(s) vu(s)"
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
+msgstr ""
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
-msgstr "Activit&eacute;"
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+#, fuzzy
+msgid "Create"
+msgstr "D&eacute;bit"
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-#: ../../templates/show_artist_box.inc.php:26
-msgid "Albums by"
-msgstr "Albums de"
-
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Show All Songs By"
-msgstr "Voir tous les morceaux de"
-
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Add All Songs By"
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
-msgstr ""
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "Public"
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
-msgstr "Mettre &agrave; jour &agrave; partir des balises"
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
+msgid "Private"
+msgstr "Priv&eacute;"
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
-msgstr ""
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
+msgstr "Continuer"
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
-msgstr "Album"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
+msgstr "Annuler"
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
-msgstr "Dur&eacute;e"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:352
+msgid "Home"
+msgstr "Accueil"
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
-msgstr "Score"
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
+msgstr "Parcourir"
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-#, fuzzy
-msgid "Current Playlist"
-msgstr "Cr&eacute;er un nouvelle liste de lecture"
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+msgid "Localplay"
+msgstr "Lecture en local"
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
-msgid "No Records Found"
-msgstr "Aucun catalogue trouv&eacute; !"
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
+msgstr "Pr&eacute;f&eacute;rences"
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
-msgstr "Pr&eacute;f&eacute;rence"
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
+msgstr "D&eacute;connexion"
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr "Valeur"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "mise &agrave; jour de"
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
-msgstr "Pour tous"
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
+msgstr "Catalogues"
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
+msgstr "test des tags des morceaux trouv&eacute;s"
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr "Description"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
+msgstr "V&eacute;rifi&eacute;"
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/header.inc.php:71
-msgid "Log out"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
msgstr ""
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
-msgstr "Erreur la configuration est vieux"
-
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:56
-msgid "User Agreement"
-msgstr "Accord de l'utilisateur"
-
-#: ../../templates/show_user_registration.inc.php:65
-msgid "I Accept"
-msgstr "J'accepte"
-
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
-msgstr "Informations de l'utilisateur"
-
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
-msgstr "E-mail"
-
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
-msgstr "Enregistrer un utilisateur"
-
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
-msgstr "Editer l'Album"
-
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
-msgstr "Ann&eacute;e"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "Suivant"
-#: ../../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 "marqu&aecute;es pour etiquettage"
+#: ../../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_edit_album.inc.php:47
-msgid "Update Album"
-msgstr "Mis &agrave; jour"
+#: ../../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_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
-msgstr "Conditions"
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
+msgstr "D&eacute;sactiver"
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-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_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
+msgstr "Utilisateur activ&eacute;"
#: ../../templates/show_install.inc.php:54
msgid ""
@@ -2136,25 +1636,10 @@ msgstr ""
"cr&eacute;ation. Cette &eacute;tape peut prendre un certain temps d&eacute;"
"pendant de la vitesse de votre ordinateur"
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr "&eacute;tape 2 - Cr&eacute;ation du fichier Ampache.cfg.php"
-
#: ../../templates/show_install.inc.php:61
msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
-msgstr "Nom de la base de donn&eacute;es"
-
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
-msgstr "H&ocirc;te MySQL"
-
#: ../../templates/show_install.inc.php:73
msgid "MySQL Administrative Username"
msgstr "Nom d'utilisateur administrateur MySQL"
@@ -2184,49 +1669,273 @@ msgstr ""
msgid "Insert Database"
msgstr "Remplissage de la base de donn&eacute;es"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
-msgstr "Lancer la configuration"
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
+msgstr ""
+
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
+msgstr "Liste compl&egrave;te des artistes"
+
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr "V&eacute;rifiez les artictes que vous souhaitez associer a cet artiste"
+
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr "Pr&eacute;c&ecaute;dent"
+
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
+msgstr "Renommer les s&eacute;lectionn&eacute;es"
+
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
+msgstr "Avanc&eacute;"
+
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
+msgstr "Recherche encore"
#: ../../templates/show_add_playlist.inc.php:24
msgid "Create a new playlist"
msgstr "Cr&eacute;er un nouvelle liste de lecture"
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
-#, fuzzy
-msgid "Create"
-msgstr "D&eacute;bit"
-
-#: ../../templates/show_edit_song.inc.php:23
-msgid "Edit Song"
-msgstr "&eacute;dition"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
+msgstr "Renommer"
+#: ../../templates/show_rename_artist.inc.php:33
+#: ../../templates/show_search.inc.php:106
+#: ../../templates/show_add_live_stream.inc.php:64
#: ../../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.php:106
msgid "OR"
msgstr "OU"
-#: ../../templates/show_edit_song.inc.php:88
-msgid "Update Song"
-msgstr "Mise &agrave; jour des catalogues"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr "Ins&eacute;rer la valeur en cours"
-#: ../../templates/show_edit_catalog.inc.php:22
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "Mettre &agrave; jour les balises ID3"
+
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
+msgstr ""
+
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../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"
+
+#: ../../templates/show_playlist.inc.php:29
+msgid "Normalize Tracks"
+msgstr "Normaliser les morceaux"
+
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
+msgstr ""
+
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
+
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr "Erreur la configuration est vieux"
+
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
+msgstr "Couverture"
+
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
+msgstr "Ann&eacute;e"
+
+#: ../../templates/show_preference_admin.inc.php:22
#, fuzzy
-msgid "Settings for"
-msgstr "Param&egrave;tre pour les catalogues dans"
+msgid "Preference Administration"
+msgstr "Pr&eacute;f&eacute;rences"
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
-msgstr "Motif de nom de fichier"
+#: ../../templates/show_localplay_playlist.inc.php:23
+#, fuzzy
+msgid "Current Playlist"
+msgstr "Cr&eacute;er un nouvelle liste de lecture"
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
-msgstr "Sauver les param&egrave;tres du catalogue"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr "secondes"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr "Minutes"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
+msgstr "heures"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
+msgstr "jours"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr "semaines"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr "mois"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
+msgstr "ann&eacute;e"
+
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+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:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr "illimit&eacute;"
+
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+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:60
+#: ../../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:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
+msgstr ""
#: ../../templates/show_edit_access.inc.php:22
msgid "Edit ACL"
@@ -2273,108 +1982,150 @@ msgstr "Adresse IP de fin"
msgid "Remote Key"
msgstr "Distant"
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
-msgstr "Niveau"
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
+msgstr "voir"
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+msgid "Read"
+msgstr "Lire"
+
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
+msgstr "Lire/Ecrit"
+
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
-msgstr "Jouer l'album"
+#: ../../templates/show_user_registration.inc.php:56
+msgid "User Agreement"
+msgstr "Accord de l'utilisateur"
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
-msgstr "Morceau"
+#: ../../templates/show_user_registration.inc.php:65
+msgid "I Accept"
+msgstr "J'accepte"
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
-msgstr "Derniers titres jou&eacute;s"
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
+msgstr "Informations de l'utilisateur"
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
-msgstr "Recommende les Artists"
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
+msgstr "Enregistrer un utilisateur"
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
-msgstr "Recommende les albums"
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
+msgstr "Connexion"
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
-msgstr "Recommande les Morceaux"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "M&eacute;moriser"
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
-msgstr "Histoire d'IP"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "S'inscrire"
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
-msgstr "Voir unique"
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
+msgstr "Message de Jour"
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
-#, fuzzy
-msgid "Show All"
-msgstr "Montrer tout"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
-msgstr "Date"
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
+msgstr ""
-#: ../../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_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
+msgstr "Artistes les plus populaires"
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
-msgstr "Parcourir"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
+msgstr "Albums les plus populaires"
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
-msgstr "D&eacute;connexion"
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
+msgstr "Genres les plus populaires"
-#: ../../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_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
+msgstr "Morceaux les plus populaires"
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
-msgstr "Nom de fichier"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
+msgstr "Flux live les plus populaires"
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
-msgstr "Type de liste de lecture"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
+msgstr "Tags les plus populaires"
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
-msgstr "Importer une liste de lecture"
+#: ../../templates/show_edit_song.inc.php:23
+msgid "Edit Song"
+msgstr "&eacute;dition"
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-msgstr "Voir"
+#: ../../templates/show_edit_song.inc.php:81
+#: ../../templates/show_edit_artist.inc.php:35
+#: ../../templates/show_edit_album.inc.php:41
+msgid "Flag for Retagging"
+msgstr "marqu&aecute;es pour etiquettage"
+
+#: ../../templates/show_edit_song.inc.php:88
+msgid "Update Song"
+msgstr "Mise &agrave; jour des catalogues"
+
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr "Statistiques des catalogues"
+
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Utilisateurs connect&eacute;s"
+
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Total des utilisateurs"
+
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr "Artistes"
+
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+msgid "Genres"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Taille du catalogue"
+
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Dur&eacute;e du catalogue"
#: ../../templates/show_mail_users.inc.php:23
#, fuzzy
@@ -2389,37 +2140,15 @@ msgstr "Mail pour"
msgid "Inactive Users"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr "Statistiques des catalogues"
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr "Albums les plus populaires"
-
#: ../../templates/show_mail_users.inc.php:53
#, fuzzy
msgid "Latest Artist Additions"
msgstr "Artistes r&eacute;cemment ajout&eacute;s"
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr "Artistes les plus populaires"
-
#: ../../templates/show_mail_users.inc.php:64
msgid "Latest Album Additions"
msgstr "Albums r&eacute;cemment ajout&eacute;s"
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "Morceaux les plus populaires"
-
#: ../../templates/show_mail_users.inc.php:74
msgid "Flagged Songs"
msgstr "Morceaux marqu&eacute;es"
@@ -2446,72 +2175,73 @@ msgstr "Message"
msgid "Send Mail"
msgstr "Envoyer l'e-mail"
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
+msgstr "Ajouter un nouvel utilisateur"
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
+msgstr "Ajouter un utilisateur"
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
-msgstr ""
+#: ../../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/sidebar_home.inc.php:45
-msgid "Advanced"
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
-msgstr "Les dix derni&eacute;s enregistrements marqu&eacute;s"
-
-#: ../../templates/show_preference_admin.inc.php:22
+#: ../../templates/show_add_access.inc.php:84
#, fuzzy
-msgid "Preference Administration"
-msgstr "Pr&eacute;f&eacute;rences"
+msgid "Create ACL"
+msgstr "Cr&eacute;er un compte"
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
-msgstr "&Eacute;diter un utilisateur"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Pour tous"
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
-msgstr "Niveau d'acc&egrave;s utilisateur"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
-msgstr "Mise &agrave; jour d'un utilisateur"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
+msgstr "Editer la liste de lecture"
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
-msgstr "Utilisateurs connect&eacute;s"
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
+msgstr "Enregistrement termin&eacute;"
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
-msgstr "Total des utilisateurs"
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
-msgstr "Taille du catalogue"
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
-msgstr "Dur&eacute;e du catalogue"
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
+msgstr ""
#: ../../templates/show_duplicates.inc.php:22
msgid "Duplicate Songs"
msgstr "Morceaux dupliqu&eacute;s"
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr "Dur&eacute;e"
+
#: ../../templates/show_duplicates.inc.php:41
#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
msgid "Bitrate"
msgstr "D&eacute;bit"
@@ -2520,54 +2250,149 @@ msgstr "D&eacute;bit"
msgid "Size"
msgstr "Taille"
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
-msgstr "Continuer"
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
+msgstr "D&eacute;marrage de la recherche de jaquette d'album"
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
-msgid "Object"
-msgstr "Objet"
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr "Cherch&eacute;"
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
-msgstr "Statut"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
+msgid "None"
+msgstr "Non"
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Albums de"
+
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Voir tous les morceaux de"
+
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Add All Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
+msgstr "Mettre &agrave; jour &agrave; partir des balises"
+
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
msgstr ""
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Jouer al&eacute;atoirement une s&eacute;lection"
+
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Nombre d'&eacute;l&eacute;ments"
+
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Par genre"
+
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+#, fuzzy
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "heure"
+msgstr[1] "heure"
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
+msgstr "Standard"
+
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
+msgstr "Moins jou&eacute;"
+
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
+msgstr "Tous les albums"
+
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
+msgstr "Artiste complet"
+
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
msgstr ""
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
+#: ../../templates/show_random.inc.php:76
+#, fuzzy
+msgid "From catalog"
+msgstr "d'un catalogue"
+
+#: ../../templates/show_random.inc.php:82
+msgid "Size Limit"
+msgstr "Limite de Taille"
+
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
+msgstr "En Liste"
+
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
+msgstr "En cours de lecture"
+
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr "Voir"
+
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Renommer"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr "Compte"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr "Ins&eacute;rer la valeur en cours"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "Mettre &agrave; jour les balises ID3"
+#: ../../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/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
+msgstr "Trouver des doublons"
#: ../../templates/show_duplicate.inc.php:27
msgid "Search Type"
@@ -2585,52 +2410,31 @@ msgstr "Artiste, Album et Titre"
msgid "Search Disabled Songs"
msgstr ""
-#: ../../templates/show_playlist.inc.php:30
-msgid "Normalize Tracks"
-msgstr "Normaliser les morceaux"
-
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
-msgstr ""
-
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
-msgstr "Suivant"
-
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-msgid "Base Playlist"
-msgstr "liste de lecture accueil"
-
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
-msgstr "Cr&eacute;er un nouvelle liste de lecture"
-
#: ../../templates/show_get_albumart.inc.php:23
msgid "Customize Search"
msgstr "Recherche personnalis&eacute;e"
@@ -2648,29 +2452,97 @@ msgstr "Lecture en local"
msgid "Get Art"
msgstr "Obtenir la jaquette"
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-msgid "Description"
-msgstr "Description"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr "Mode debogage d'Ampache"
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
-msgid "Version"
-msgstr "Version de PHP"
+#: ../../templates/show_search_options.inc.php:23
+msgid "Options"
+msgstr "Actions"
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-msgid "Activate"
-msgstr "Utilisateur activ&eacute;"
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:46
+#: ../../templates/show_edit_catalog.inc.php:22
#, fuzzy
-msgid "Deactivate"
-msgstr "Utilisateur activ&eacute;"
+msgid "Settings for"
+msgstr "Param&egrave;tre pour les catalogues dans"
+
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../templates/show_add_catalog.inc.php:35
+msgid "Auto-inserted Fields"
+msgstr "Auto-insertion des champs"
+
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
+msgstr "nom de l'album"
+
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
+msgstr "nom de l'artiste"
+
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
+msgstr "commentaire de balise"
+
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr "genre"
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr "num&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:41
+msgid "song title"
+msgstr "titre du morceau"
+
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
+msgstr "ann&eacute;e"
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr "autre"
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr "Type de catalogue"
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
+msgstr "Clef de XML-RPC"
+
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr "Motif de nom de fichier"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr "Motif de dossier"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr "(ne commen&ccedil;ant ou ne finissant pas avec '/')"
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
+msgstr "Sauver les param&egrave;tres du catalogue"
#: ../../templates/show_democratic_playlist.inc.php:38
#, fuzzy
@@ -2691,19 +2563,6 @@ msgstr ""
msgid "Add Vote"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
-msgstr "Genres les plus populaires"
-
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr "Flux live les plus populaires"
-
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr "Tags les plus populaires"
-
#: ../../templates/show_edit_artist.inc.php:23
msgid "Edit Artist"
msgstr "Artiste"
@@ -2712,6 +2571,62 @@ msgstr "Artiste"
msgid "Update Artist"
msgstr ""
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
+msgstr "Cet identifiant utilisateur est actif et peut etre utilis&eacute;"
+
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+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_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+#, fuzzy
+msgid "Show All"
+msgstr "Montrer tout"
+
+#: ../../templates/show_plugins.inc.php:46
+#, fuzzy
+msgid "Deactivate"
+msgstr "Utilisateur activ&eacute;"
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr "Flux"
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
+msgstr ""
+
#: ../../templates/show_play_selected.inc.php:28
msgid "Play Selected"
msgstr "Jouer la s&eacute;lection"
@@ -2732,210 +2647,190 @@ msgstr "Enlever les pistes s&eacute;lectionn&eacute;es"
msgid "Add to"
msgstr "Ajouter &agrave;"
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr "Ajouter un nouvel utilisateur"
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
+msgstr "Histoire d'IP"
-#: ../../templates/show_export.inc.php:32
-#: ../../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_ip_history.inc.php:26
+msgid "Show Unique"
+msgstr "Voir unique"
-#: ../../templates/show_export.inc.php:51
-msgid "Format"
-msgstr ""
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
+msgstr "Date"
-#: ../../templates/show_export.inc.php:61
-msgid "Export"
-msgstr ""
+#: ../../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_embed_xspf.inc.php:54
-msgid "XSPF Player"
+#: ../../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_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
-msgstr "Couverture"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
+msgstr "Nom de catalogue"
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
-msgstr ""
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Local"
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
-msgstr ""
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
+msgstr "Distant"
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
-msgstr "R&eacute;initialiser la jaquette d'album"
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
+msgstr "Obligatoire pour un catalogue distant"
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
-msgstr "Trouver la jaquette d'album"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
+msgstr "Motif de nom de fichier"
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
-msgstr "T&eacute;l&eacute;charger"
+#: ../../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_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
-msgstr "Nom complet"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr "Ajouter un catalogue"
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
-msgstr "Date d'enregistrement"
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
+msgstr ""
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
-msgid "Last Ip"
-msgstr "Dernier(s) IPs"
+#: ../../templates/show_export.inc.php:51
+msgid "Format"
+msgstr ""
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
-msgstr "En ligne"
+#: ../../templates/show_export.inc.php:61
+msgid "Export"
+msgstr ""
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
-msgstr "hors de"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr "Recommandations"
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
-msgstr "mise &agrave; jour de"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr "Recommende les Artists"
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
-msgstr "test des tags des morceaux trouv&eacute;s"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr "Recommende les albums"
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
-msgstr "V&eacute;rifi&eacute;"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
+msgstr "Recommande les Morceaux"
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
-msgstr ""
+#: ../../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_big_art.inc.php:29
-msgid "Album Art"
-msgstr "Jaquette d'album"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Type de liste de lecture"
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
-msgstr "Cliquer pour fermer la fenetre"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Importer une liste de lecture"
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
-msgstr "Pr&eacute;c&eacute;dant"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr "Favoris"
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
+msgstr "Liste des artistes favoris"
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
+msgstr "Liste des albums favoris"
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
+msgstr "Liste des morceaux favoris"
+
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:18
-msgid "Account"
-msgstr "Compte"
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
+msgid "Statistics"
+msgstr "Statistiques des catalogues"
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:32
-msgid "Modules"
-msgstr "Mode"
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
+msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:34
-msgid "Localplay Modules"
-msgstr "Lecture en local"
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
+msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
-msgstr "Plugins disponible"
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
+msgstr ""
-#: ../../templates/show_account.inc.php:40
-msgid "New Password"
-msgstr "Mot de passe"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
+msgstr ""
-#: ../../templates/show_account.inc.php:64
-msgid "Update Account"
-msgstr "Modifier un compte"
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
+msgstr ""
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
-msgstr "&eacute;dition"
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
+msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
-msgstr "pr&eacute;f&eacute;rences"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
+msgstr ""
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
-msgstr "Mise &agrave; jour des pr&eacute;f&eacute;rences"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
+msgstr "E-mail aux utilisateurs"
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
-msgstr "Mode debogage d'Ampache"
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Vider les statistiques"
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
-msgstr "D&eacute;marrage de la recherche de jaquette d'album"
-
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
-msgstr "Cherch&eacute;"
-
#: ../../templates/show_clean_catalog.inc.php:23
#, fuzzy
msgid "Cleaning the"
@@ -2945,6 +2840,14 @@ msgstr "mise &agrave; jour de"
msgid "Checking"
msgstr "Test"
+#: ../../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_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 "
@@ -3008,11 +2911,8 @@ msgstr "Support de PHP ICONV"
#: ../../templates/show_test.inc.php:115
msgid ""
"This test checks to make sure you have Iconv support installed. Iconv "
-"support is not required for Ampache, but it is highly recommended"
+"support is required for Ampache"
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;"
#: ../../templates/show_test.inc.php:119
msgid "PHP PCRE Support"
@@ -3040,11 +2940,6 @@ msgstr ""
"n&eacute;cessaire mais pourrai gener certaines fonctionnalit&eacute;s de "
"ampache"
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php existe"
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -3055,11 +2950,6 @@ msgstr ""
"fichier ampache.cfg.php n'est pas au bon endroit ou \n"
"\t n'est pas lisible par votre serveur web"
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php configur&eacute; ?"
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -3078,361 +2968,445 @@ msgstr ""
"Ceci test la connexion &agrave; votre base de donn&eacute;es en utilisant "
"les valeurs de ampache.cfg.php"
-#: ../../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_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
-msgstr "Oui"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "&eacute;dition"
-#: ../../templates/show_search.inc.php:77
-msgid "No"
-msgstr "Non"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "pr&eacute;f&eacute;rences"
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
-msgstr "D&eacute;bit minimum"
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Mise &agrave; jour des pr&eacute;f&eacute;rences"
-#: ../../templates/show_search.inc.php:95
-msgid "One Star"
-msgstr "1 &eacute;toile"
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
+msgstr ""
-#: ../../templates/show_search.inc.php:96
-msgid "Two Stars"
-msgstr "2 etoiles"
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
+msgstr "Mot de passe"
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
-msgstr "3 etoiles"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
+msgstr "Modifier un compte"
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
-msgstr "4 etoiles"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Pr&eacute;c&eacute;dant"
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
-msgstr "5 etoiles"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr ""
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
-msgstr "Op&eacute;rateur"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr ""
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
-msgstr "ET"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../templates/show_search.inc.php:111
-msgid "Method"
-msgstr "M&eacute;thode"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
+msgstr ""
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
-msgstr "approximatif"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
+msgstr ""
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
-msgstr "exacte"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
+msgstr ""
-#: ../../templates/show_search.inc.php:118
-msgid "Maximum Results"
-msgstr "Nombre de r&eacute;sultats"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
+msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
msgstr ""
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
msgstr ""
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
+msgstr "R&eacute;initialiser la jaquette d'album"
+
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
+msgstr "Trouver la jaquette d'album"
+
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
-msgstr "Ajouter une entr&eacute;e"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
+msgstr "Nom de la liste de lecture"
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
-msgstr "Adresse de d&eacute;but"
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
+msgstr "Nombre de morceaux"
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
-msgstr "Adresse de fin"
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
+msgstr "Propri&eacute;taire"
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
-msgstr "Clef"
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
+msgstr ""
-#: ../../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_stats_newest.inc.php:30
+msgid "Newest Artists"
+msgstr ""
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
msgstr ""
-#: ../../templates/show_add_access.inc.php:84
-#, fuzzy
-msgid "Create ACL"
-msgstr "Cr&eacute;er un compte"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
-msgstr "Selectionner"
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
-msgstr "Le temp d'ajout"
+#: ../../lib/class/flag.class.php:251
+msgid "Approved"
+msgstr "D&eacute;plac&eacute;"
-#: ../../templates/show_disabled_songs.inc.php:65
-msgid "Remove"
-msgstr "Effacement"
+#: ../../lib/class/flag.class.php:252
+msgid "Pending"
+msgstr "Attente"
-#: ../../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"
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
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_install_config.inc.php:56
-msgid "Generate Config File"
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
+msgstr "G&eacute;rer les utilisateurs"
+
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
+msgstr "Listes de lecture"
+
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
msgstr ""
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
-msgstr "Chemin d'acc&egrave;s web"
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
+msgstr ""
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
-msgstr "Utilisateur MySQL"
+#: ../../lib/class/browse.class.php:777
+msgid "Flagged Records"
+msgstr "Marqu&eacute; par"
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
-msgstr "Mot de passe MySQL"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
+msgstr "Erreur de connexion &agrave;"
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
-msgstr "&eacute;crire la configuration"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
+msgstr "Code"
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
-msgstr "Test de la configuration"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
+msgstr "Raison"
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
-msgstr ""
+#: ../../lib/class/catalog.class.php:177
+#, fuzzy
+msgid "day"
+msgid_plural "days"
+msgstr[0] "jour"
+msgstr[1] "jour"
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
-msgstr ""
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
+msgstr "Synchronisation distante en cours"
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
-msgstr "Cet identifiant utilisateur est actif et peut etre utilis&eacute;"
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
+msgstr "Erreur : impossible d'ouvrir"
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
-msgstr ""
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
+msgstr "Erreur: Impossible de changer de r&eacute;pertoire"
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
-msgstr ""
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
+msgstr "Erreur: Impossible d'obtenir la taille de fichier de"
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
-msgstr ""
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
+msgstr "n'est pas lisible par ampache"
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
+msgstr "Mise &agrave; jour non n&eacute;cessaire"
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
+msgstr "Mise &agrave; jour distante en cours"
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
+msgstr "Playlist ajout&eacute;e &agrave; partir de"
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
+msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
+msgstr "Dur&eacute;e totale"
+
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
+msgstr "Total des morceaux"
+
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
+msgstr "Morceaux par secondes"
+
+#: ../../lib/class/catalog.class.php:1210
+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/show_shoutbox.inc.php:22
-msgid "Shoutbox"
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
+msgstr "Mise &agrave; jour de(s) catalogue(s) distant(s) termin&eacute;e"
+
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
-msgstr "Refuser"
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
+msgstr "Nettoyage de catalogue termin&eacute;"
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
+msgstr "Fichiers enlev&eacute;s"
+
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
+#: ../../lib/class/catalog.class.php:1736
+msgid "Update Finished."
+msgstr "Mise &agrave; jour du catalogue termin&eacute;e"
+
+#: ../../lib/class/catalog.class.php:1736
+msgid "Checked"
+msgstr "Test"
+
+#: ../../lib/class/catalog.class.php:1736
+msgid "songs updated."
+msgstr "morceaux mis &agrave; jour"
+
+#: ../../lib/class/localplay.class.php:642
+msgid "Stopped"
+msgstr "Stop"
+
+#: ../../lib/class/localplay.class.php:645
+msgid "Paused"
+msgstr "Pause"
+
+#: ../../lib/preferences.php:189
+msgid "M3U"
+msgstr "M3U"
+
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
+msgstr "M3U simple"
+
+#: ../../lib/preferences.php:191
+msgid "PLS"
+msgstr "PLS"
+
+#: ../../lib/preferences.php:192
+msgid "Asx"
+msgstr "Asx"
+
+#: ../../lib/preferences.php:193
+msgid "RAM"
+msgstr "RAM"
+
+#: ../../lib/preferences.php:194
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
-msgstr "Enregistrement termin&eacute;"
+#: ../../lib/preferences.php:228
+msgid "Disabled"
+msgstr "D&eacute;sactiver"
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
+#: ../../lib/preferences.php:230
+msgid "Manager"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
msgstr ""
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
-msgstr "Erreur: Aucun mot cl&eacute; entr&eacute;"
+#: ../../lib/preferences.php:262
+msgid "Always"
+msgstr ""
-#: ../../ratings.php:32
-msgid "Rating Updated"
-msgstr "Score mis &agrave; jour"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Ne pas jouer"
-#: ../../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/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "C'est plut&ocirc;t mauvais"
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
-msgstr "Utilisateur suspendu, contactezz l admin"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "C'est OK"
-#: ../../login.php:83
-msgid "Unable to create new account"
-msgstr "Impossible de creer ce compte"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "C'est plut&ocirc;t bon"
-#: ../../login.php:92
-msgid "No local account found"
-msgstr "Pas de compte local correspondant"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "J'aime &ccedil;a !"
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
-msgstr ""
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "C'est d&eacute;ment"
-#: ../../preferences.php:91
-msgid "Error Update Failed"
-msgstr ""
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "C'est le Top !"
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
-msgstr ""
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
+msgstr "Chinois simplifi&eacute;"
-#: ../../update.php:47 ../../update.php:51
-msgid "Ampache Update"
-msgstr "Mode debogage d'Ampache"
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr "actif"
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
-msgstr "D&eacute;marrage de la mise &agrave; jour &agrave; partir des balises"
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr "inactif"
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
-msgstr "Mise &agrave; jour &agrave; partir des balises termin&eacute;e"
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr ""
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
-msgstr "Retour"
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr ""
-#: ../../artists.php:188
-msgid "Show Artists starting with"
-msgstr "Voir les artistes commen&ccedil;ant par"
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr "Envoyer"
-#: ../../playlist.php:57
-msgid "Playlist Created"
-msgstr "Liste de lecture cr&eacute;&eacute;e"
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr "Lecture en local"
-#: ../../playlist.php:57
-msgid " has been created"
-msgstr " a &eacute;t&eacute; cr&eacute;&eacute;e"
+#: ../../lib/ui.lib.php:361
+msgid "Random Play"
+msgstr "Al&eacute;atoire"
-#: ../../playlist.php:78
-msgid "Playlist Updated"
-msgstr "Liste de lecture mise &agrave; jour"
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
+msgid "Admin-Catalog"
+msgstr "Ajouter un catalogue"
-#: ../../playlist.php:79
-msgid "has been updated and is now"
-msgstr " a &eacute;t&eacute; mis &agrave; jour"
+#: ../../lib/ui.lib.php:381
+msgid "Admin-User Management"
+msgstr "Gestion des utilisateurs"
-#: ../../playlist.php:101
-msgid "Playlist Imported"
-msgstr "Liste de lecture cr&eacute;&eacute;e"
+#: ../../lib/ui.lib.php:385
+msgid "Admin-Mail Users"
+msgstr "E-mail aux utilisateurs"
-#: ../../playlist.php:130
-msgid "Empty Playlists Deleted"
-msgstr "Liste de lecture supprim&eacute;e"
+#: ../../lib/ui.lib.php:389
+msgid "Admin-Manage Access Lists"
+msgstr "Liste d'acc&egrave;s"
-#: ../../flag.php:45
-msgid "Item Flagged"
-msgstr "Marqu&eacute; par"
+#: ../../lib/ui.lib.php:393
+msgid "Admin-Site Preferences"
+msgstr "Pr&eacute;f&eacute;rences administrateur"
-#: ../../flag.php:45
-msgid "The specified item has been flagged"
-msgstr "Marqu&eacute; par"
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr ""
+
+#: ../../lib/ui.lib.php:401
+msgid "Browse Music"
+msgstr "Parcourir"
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
+msgstr ""
#: ../../albums.php:32
msgid "Album Art Cleared"
@@ -3460,49 +3434,112 @@ msgstr ""
msgid "Album Art Inserted"
msgstr "Jaquette d'album incluse"
-#: ../../register.php:73
-msgid "Error Captcha Required"
-msgstr "Erreur saisissez le captcha"
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
+msgstr "D&eacute;marrage de la mise &agrave; jour &agrave; partir des balises"
-#: ../../register.php:80
-msgid "Error Captcha Failed"
-msgstr "Erreur Captcha s'est cass&eacute;"
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
+msgstr "Mise &agrave; jour &agrave; partir des balises termin&eacute;e"
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
-msgstr "Vous <U>devez</U> accepter les conditions d'utilisation"
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
+msgstr "Retour"
-#: ../../register.php:92
-msgid "You did not enter a username"
-msgstr "Vous n'avez pas entr&eacute; un nom d'utilisateur"
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
+msgstr ""
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr "SVP entrez vos pr&eacute;nom et nom"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
+msgstr ""
-#: ../../register.php:122
-msgid "You must enter a password"
-msgstr "Vous devez entrer un mot de passe"
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
+msgstr ""
-#: ../../register.php:126
-msgid "Your passwords do not match"
-msgstr "Vos mots de passe ne correspondent pas"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "fichier"
-#: ../../register.php:158
-msgid "Error: Insert Failed"
-msgstr "Erreur : Enregistrement non effectu&eacute;"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "Envoi de fichiers non support&eacute;"
-#: ../../radio.php:50
-msgid "Radio Station Added"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr "Aucun fichier envoy&eacute;"
+
+#: ../../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;."
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../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)."
+
+#: ../../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;"
+
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "Liste de lecture cr&eacute;&eacute;e"
+
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " a &eacute;t&eacute; cr&eacute;&eacute;e"
+
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr "Liste de lecture mise &agrave; jour"
+
+#: ../../playlist.php:79
+msgid "has been updated and is now"
+msgstr " a &eacute;t&eacute; mis &agrave; jour"
+
+#: ../../playlist.php:101
+msgid "Playlist Imported"
+msgstr "Liste de lecture cr&eacute;&eacute;e"
+
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
+msgstr "Liste de lecture supprim&eacute;e"
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr "Utilisateur suspendu, contactezz l admin"
-#: ../../democratic.php:92
-msgid "Playlist Cleared"
-msgstr "Liste de lecture effac&eacute;e"
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr "Impossible de creer ce compte"
+
+#: ../../login.php:92
+msgid "No local account found"
+msgstr "Pas de compte local correspondant"
+
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr "Erreur: Aucun mot cl&eacute; entr&eacute;"
+
+#: ../../artists.php:188
+msgid "Show Artists starting with"
+msgstr "Voir les artistes commen&ccedil;ant par"
#: ../../bin/print_tags.inc:66
msgid ""
@@ -3517,6 +3554,57 @@ msgstr ""
msgid "Filename:"
msgstr "Nom de fichier :"
+#~ msgid " FOUND"
+#~ msgstr "TROUVE"
+
+#~ msgid "Searching for new Album Art"
+#~ msgstr "Recherche de nouvelle(s) jaquette(s) d'album(s)"
+
+#~ msgid "English"
+#~ msgstr "Anglais"
+
+#~ msgid "British English"
+#~ msgstr "Anglais (britannique)"
+
+#~ msgid "Turkish"
+#~ msgstr "Turc"
+
+#, fuzzy
+#~ msgid "Export Failed"
+#~ msgstr "Erreur : Enregistrement non effectu&eacute;"
+
+#~ msgid "description"
+#~ msgstr "Description"
+
+#~ 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 ""
+#~ "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"
+
+#~ msgid "Rating Updated"
+#~ msgstr "Score mis &agrave; jour"
+
+#~ msgid "Your rating for this object has been updated"
+#~ msgstr "Votre score pour cet objet a &eacute;t&eacute; mis &agrave; jour"
+
+#~ msgid "Playlist Cleared"
+#~ msgstr "Liste de lecture effac&eacute;e"
+
#~ msgid "days"
#~ msgstr "jours"
@@ -3845,9 +3933,6 @@ msgstr "Nom de fichier :"
#~ msgid "Streaming"
#~ msgstr "Flux"
-#~ msgid "Options"
-#~ msgstr "Actions"
-
#~ msgid "System"
#~ msgstr "Le Serveur"
diff --git a/locale/it_IT/LC_MESSAGES/messages.mo b/locale/it_IT/LC_MESSAGES/messages.mo
index 49b19f99..a743d873 100644
--- a/locale/it_IT/LC_MESSAGES/messages.mo
+++ b/locale/it_IT/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/it_IT/LC_MESSAGES/messages.po b/locale/it_IT/LC_MESSAGES/messages.po
index ad082572..c9cc0b48 100644
--- a/locale/it_IT/LC_MESSAGES/messages.po
+++ b/locale/it_IT/LC_MESSAGES/messages.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\n"
"PO-Revision-Date: 2006-01-08 00:34+0100\n"
"Last-Translator: Mr-miky <translate@mr-miky.com>\n"
"Language-Team: Italian\n"
@@ -16,969 +16,188 @@ msgstr ""
"X-Generator: KBabel 1.11\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr "Sessione scaduta: Per cortesia rifai il login"
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-msgid "Private"
-msgstr ""
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr "Artisti"
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr "Vari"
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr "Errore: Impossibile aprire"
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr "Tutti"
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr "Visualizza"
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-#, fuzzy
-msgid "Read"
-msgstr "Casuale"
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:176
-#, fuzzy
-msgid "day"
-msgid_plural "days"
-msgstr[0] "giorno"
-msgstr[1] "giorno"
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-#, fuzzy
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] "ora"
-msgstr[1] "ora"
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr "Sincronizzazione remota in corso"
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr "Errore: Impossibile cambiare alla cartella"
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr "Errore, impossibile leggere la dimensione del file"
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr "non è leggibile da ampache"
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr "Aggiornato"
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr "Non è necessario aggiornare"
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr "Aggiornamento remoto in corso"
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr "Aggiunta playlist da"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr "Aggiornamento catalogo terminato"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr "Tempo impiegato"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr "Totale brani"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr "Brani per secondo"
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr "Errore"
-
-#: ../../lib/class/catalog.class.php:1204
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-msgstr ""
-"Impossibile caricare la libreria XMLRPC, verifica che XML-RPC sia abilitato"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
-msgstr "Errore connettendosi a"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
-msgstr "Codice"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
-msgstr "Motivazione"
-
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
-msgstr "Terminato aggiornamento remoto catalogo(ghi)."
-
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
-msgstr "Aggiunti"
-
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
-msgstr "Pulizia catalogo terminata"
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
-msgstr "files rimossi"
-
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
-msgstr "TROVATO"
-
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
-msgstr "Ricerca nuova copertina"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "Update Finished."
-msgstr "Aggiornamento catalogo terminato"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "Checked"
-msgstr "Controllo in corso"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "songs updated."
-msgstr "è stata aggiornata"
-
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:251
-#, fuzzy
-msgid "Approved"
-msgstr "Spostato"
-
-#: ../../lib/class/flag.class.php:252
-#, fuzzy
-msgid "Pending"
-msgstr "Aggiunta"
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr "Cancella"
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-#, fuzzy
-msgid "Other"
-msgstr "altro"
-
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr "Sconosciuto"
-
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
-msgstr "In esecuzione"
-
-#: ../../lib/class/localplay.class.php:642
-#, fuzzy
-msgid "Stopped"
-msgstr "Arresta"
-
-#: ../../lib/class/localplay.class.php:645
-#, fuzzy
-msgid "Paused"
-msgstr "Pausa"
-
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
-msgstr "Errore, E' necessario un nome utente"
-
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
-msgstr "Errore password non corrispondente"
-
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
-msgstr "Brani"
-
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr "Albums"
-
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-msgid "Genres"
-msgstr "Generi"
-
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
-msgstr "Gestione utenti"
-
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
-msgstr "Playlists"
-
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-#, fuzzy
-msgid "Catalogs"
-msgstr "Catalogo"
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:748
-#, fuzzy
-msgid "Flagged Records"
-msgstr "Marcata da"
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr ""
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr ""
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr ""
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr ""
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr ""
-
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
-msgstr "Non riprodurre"
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr ""
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr "E' ok"
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr ""
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
-msgstr "lo adoro!"
-
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
-msgstr ""
-
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
-msgstr ""
-
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr "Abilitato"
-
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
-msgstr "Disabilitato"
-
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-#, fuzzy
-msgid "None"
-msgstr "No"
-
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
-msgstr "Stream"
-
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
-msgstr ""
-
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-#, fuzzy
-msgid "Localplay"
-msgstr "Riproduzione locale"
-
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
-msgstr ""
-
-#: ../../lib/preferences.php:189
-msgid "M3U"
-msgstr "M3U"
-
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
-msgstr "M3U semplice"
-
-#: ../../lib/preferences.php:191
-msgid "PLS"
-msgstr "PLS"
-
-#: ../../lib/preferences.php:192
-msgid "Asx"
-msgstr "Asx"
-
-#: ../../lib/preferences.php:193
-msgid "RAM"
-msgstr "RAM"
-
-#: ../../lib/preferences.php:194
-msgid "XSPF"
-msgstr ""
-
-#: ../../lib/preferences.php:228
-#, fuzzy
-msgid "Disabled"
-msgstr "Disabilitato"
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
-msgstr "Utente"
-
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr ""
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
-msgstr "Amministrazione"
-
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
-msgstr ""
-
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
-msgstr ""
-
-#: ../../lib/preferences.php:262
-msgid "Always"
-msgstr ""
-
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
-msgstr "Inglese"
-
-#: ../../lib/general.lib.php:398
-msgid "British English"
-msgstr "Inglese britannico"
-
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
-msgstr "Turco"
-
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
-msgstr "Cinese semplificato"
-
-#: ../../lib/general.lib.php:467
-msgid "On"
-msgstr ""
+#: ../../register.php:73
+msgid "Error Captcha Required"
+msgstr "Errore Captcha richiesto"
-#: ../../lib/general.lib.php:470
-msgid "Off"
-msgstr ""
+#: ../../register.php:80
+msgid "Error Captcha Failed"
+msgstr "Errore Captcha fallito"
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
msgstr ""
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
-msgstr ""
+#: ../../register.php:92
+msgid "You did not enter a username"
+msgstr "Non hai inserito un nome utente"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "minutes ago"
-msgstr "Minuti"
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "hours ago"
-msgstr "ore"
+#: ../../register.php:122
+msgid "You must enter a password"
+msgstr "Devi inserire una password"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "days ago"
-msgstr "giorni"
+#: ../../register.php:126
+msgid "Your passwords do not match"
+msgstr "Le passord non corrispondono"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr ""
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
+msgstr "Errore, Nome utente già in uso"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr ""
+#: ../../register.php:158
+msgid "Error: Insert Failed"
+msgstr "Errore: inserimento fallito"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
+#: ../../update.php:47 ../../update.php:51
#, fuzzy
-msgid "years ago"
-msgstr "anno"
+msgid "Ampache Update"
+msgstr "Ampache Debug"
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
-msgstr "Inizio"
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
+msgstr "Sessione scaduta: Per cortesia rifai il login"
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
-msgstr "Riproduzione locale"
-
-#: ../../lib/ui.lib.php:350
-#, fuzzy
-msgid "Random Play"
-msgstr "Casuale"
-
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Playlist"
-
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
-msgstr "Cerca"
-
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
-msgstr "Impostazioni"
-
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-#, fuzzy
-msgid "Admin-Catalog"
-msgstr "Aggiungi catalogo"
-
-#: ../../lib/ui.lib.php:370
-#, fuzzy
-msgid "Admin-User Management"
-msgstr "Gestione utenti"
-
-#: ../../lib/ui.lib.php:374
+#: ../../admin/flag.php:89
#, fuzzy
-msgid "Admin-Mail Users"
-msgstr "Posta utenti"
+msgid "Song Updated"
+msgstr "Voto aggiornato"
-#: ../../lib/ui.lib.php:378
+#: ../../admin/flag.php:89
#, fuzzy
-msgid "Admin-Manage Access Lists"
-msgstr "Liste accesso"
+msgid "The requested song has been updated"
+msgstr "I brani richiesti sono stati disabilitati"
-#: ../../lib/ui.lib.php:382
+#: ../../admin/flag.php:131
#, fuzzy
-msgid "Admin-Site Preferences"
-msgstr "Impostazioni amministrazione"
-
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
-msgstr ""
+msgid "Album Updated"
+msgstr "Aggiornato"
-#: ../../lib/ui.lib.php:390
+#: ../../admin/flag.php:173
#, fuzzy
-msgid "Browse Music"
-msgstr "Sfoglia"
-
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
-msgstr "Genere"
+msgid "Artist Updated"
+msgstr "Playlist aggiornata"
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
+#: ../../admin/flag.php:238
#, fuzzy
-msgid "Statistics"
-msgstr "Statistiche catalogo"
-
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
-msgstr ""
-
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr ""
-
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
-msgstr "Nome"
-
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr ""
-
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
-msgstr ""
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
-msgstr "Titolo"
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr "Traccia"
-
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr "Artista"
+msgid "Songs Updated"
+msgstr "Voto aggiornato"
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
+#: ../../admin/flag.php:246
#, fuzzy
-msgid "Recently Played"
-msgstr "Meno ascoltati"
-
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
-msgstr ""
-
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
-msgstr ""
+msgid "Flag Removed"
+msgstr "Modifica marcati"
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
-msgstr "Password"
-
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr "file"
-
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
msgstr ""
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr ""
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
+msgstr "Brani disabilitati"
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr ""
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
+msgstr "I brani richiesti sono stati disabilitati"
-#: ../../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 ""
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
+msgstr "Brani abilitati"
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr ""
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
+msgstr "I brani richiesti sono stati abilitati"
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
#, fuzzy
msgid "Catalog Updated"
msgstr "Aggiornamento catalogo terminato"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
#, fuzzy
msgid "Catalog Deleted"
msgstr "Dimensione catalogo"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../admin/catalog.php:112
+#: ../../admin/catalog.php:119
#, fuzzy
msgid "Songs Removed"
msgstr "Brani abilitati"
-#: ../../admin/catalog.php:115
+#: ../../admin/catalog.php:122
msgid "No Songs Removed"
msgstr ""
-#: ../../admin/catalog.php:118
+#: ../../admin/catalog.php:125
#, fuzzy
msgid "Disabled Songs Processed"
msgstr "Mostra brani disabilitati"
-#: ../../admin/catalog.php:138
+#: ../../admin/catalog.php:146
#, fuzzy
msgid "Catalog Cleaned"
msgstr "Pulizia catalogo terminata"
-#: ../../admin/catalog.php:188
+#: ../../admin/catalog.php:197
#, fuzzy
msgid "Catalog Created"
msgstr "Nome catalogo"
-#: ../../admin/catalog.php:205
+#: ../../admin/catalog.php:214
#, fuzzy
msgid "Catalog statistics cleared"
msgstr "Statistiche catalogo"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "Now Playing Cleared"
msgstr "'In esecuzione ora' cancellato"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "All now playing data has been cleared"
msgstr "Tutti gli 'In esecuzione ora' sono stati cancellati"
-#: ../../admin/catalog.php:232
+#: ../../admin/catalog.php:241
#, fuzzy
msgid "No Disabled songs found"
msgstr "Mostra brani disabilitati"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
#, fuzzy
msgid "Delete Catalog"
msgstr "Aggiorna cataloghi"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Do you really want to delete this catalog?"
msgstr "Vuoi veramente cancellare questo catalogo?"
-#: ../../admin/catalog.php:260
+#: ../../admin/catalog.php:270
msgid "Album Art Search Finished"
msgstr "Ricerca copertine terminata"
-#: ../../admin/flag.php:89
-#, fuzzy
-msgid "Song Updated"
-msgstr "Voto aggiornato"
-
-#: ../../admin/flag.php:89
-#, fuzzy
-msgid "The requested song has been updated"
-msgstr "I brani richiesti sono stati disabilitati"
-
-#: ../../admin/flag.php:131
-#, fuzzy
-msgid "Album Updated"
-msgstr "Aggiornato"
-
-#: ../../admin/flag.php:173
-#, fuzzy
-msgid "Artist Updated"
-msgstr "Playlist aggiornata"
-
-#: ../../admin/flag.php:238
-#, fuzzy
-msgid "Songs Updated"
-msgstr "Voto aggiornato"
-
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Flag Removed"
-msgstr "Modifica marcati"
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr ""
-
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
-msgstr ""
-
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
-msgstr "Brani disabilitati"
-
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
-msgstr "I brani richiesti sono stati disabilitati"
-
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
-msgstr "Brani abilitati"
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
+msgstr "Errore, E' necessario un nome utente"
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
-msgstr "I brani richiesti sono stati abilitati"
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
+msgstr "Errore password non corrispondente"
#: ../../admin/users.php:83
msgid "User Updated"
@@ -988,17 +207,44 @@ msgstr ""
msgid "updated"
msgstr ""
-#: ../../admin/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
-msgstr "Errore, Nome utente già in uso"
-
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
msgid "Guest"
msgstr ""
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
+msgstr "Utente"
+
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
+msgstr "Amministrazione"
+
#: ../../admin/users.php:129
msgid "New User Added"
msgstr ""
@@ -1011,6 +257,10 @@ msgstr ""
msgid "User Disabled"
msgstr ""
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
+msgstr "Errore"
+
#: ../../admin/users.php:142
msgid "Unable to Disabled last Administrator"
msgstr ""
@@ -1039,29 +289,37 @@ msgstr "Sei sicuro di volere cancellare permanentemente"
msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
#, fuzzy
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
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
#, fuzzy
msgid "Plugin Deactivated"
msgstr "Utente attivato"
-#: ../../admin/modules.php:85
+#: ../../admin/modules.php:87
#, fuzzy
msgid "Plugin Activated"
msgstr "Utente attivato"
-#: ../../admin/modules.php:120
+#: ../../admin/modules.php:122
msgid "Plugins"
msgstr ""
-#: ../../admin/modules.php:126
+#: ../../admin/modules.php:128
msgid "Localplay Controllers"
msgstr ""
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
+msgstr ""
+
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
+msgstr ""
+
#: ../../admin/access.php:35
msgid "Deleted"
msgstr "Cancellato"
@@ -1070,15 +328,34 @@ msgstr "Cancellato"
msgid "Your Access List Entry has been removed"
msgstr ""
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
+msgstr "Aggiunti"
+
#: ../../admin/access.php:40
msgid "Your new Access List Entry has been created"
msgstr ""
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
+msgstr "Aggiornato"
+
#: ../../admin/access.php:45
#, fuzzy
msgid "Access List Entry updated"
msgstr "Aggiungi voce a lista accessi"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
+msgstr ""
+
#: ../../admin/mail.php:57
#, fuzzy
msgid "E-mail Sent"
@@ -1088,86 +365,295 @@ msgstr "Gestione E-mail"
msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../admin/system.php:64
-#, fuzzy
-msgid "Export Failed"
-msgstr "Errore Captcha fallito"
-
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
msgstr ""
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
+#: ../../preferences.php:91
+msgid "Error Update Failed"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
+#: ../../flag.php:45
+#, fuzzy
+msgid "Item Flagged"
+msgstr "Marcata da"
+
+#: ../../flag.php:45
+#, fuzzy
+msgid "The specified item has been flagged"
+msgstr "La playlist richiesta è stata cancellata"
+
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+#, fuzzy
+msgid "Catalogs"
+msgstr "Catalogo"
+
+#: ../../templates/show_admin_tools.inc.php:33
+#: ../../templates/show_admin_tools.inc.php:73
+#: ../../templates/show_catalogs.inc.php:32
+#: ../../templates/show_catalogs.inc.php:60
+#: ../../templates/show_access_list.inc.php:43
+#: ../../templates/show_create_democratic.inc.php:26
+#: ../../templates/show_localplay_controllers.inc.php:32
+#: ../../templates/show_localplay_controllers.inc.php:63
+#: ../../templates/show_add_playlist.inc.php:28
+#: ../../templates/show_localplay_playlist.inc.php:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../templates/show_edit_live_stream_row.inc.php:26
+#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52
+msgid "Name"
+msgstr "Nome"
+
+#: ../../templates/show_admin_tools.inc.php:34
+#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
+msgstr "Azione"
+
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
+msgstr "Aggiungi"
+
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
msgstr ""
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
-msgstr "Riproduci"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+#, fuzzy
+msgid "Clean"
+msgstr "Cancella informazioni"
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
+msgstr "Tutti"
+
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
+msgstr "Cancella"
+
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
msgstr ""
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
+#: ../../templates/show_admin_tools.inc.php:68
+#, fuzzy
+msgid "No Catalogs Found"
+msgstr "Non è stato trovato alcun catalogo"
+
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+#, fuzzy
+msgid "Clean All"
+msgstr "Vuota tutti i cataloghi"
+
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
msgstr ""
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
#, fuzzy
-msgid "Clear Playlist"
-msgstr "Nuova playlist"
+msgid "Add to All"
+msgstr "Aggiungi a"
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+#, fuzzy
+msgid "Update All"
+msgstr "Aggiornato"
+
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
+msgstr "Aggiungi un catalogo"
+
+#: ../../templates/show_admin_tools.inc.php:83
+msgid "Clear Catalog Stats"
+msgstr "Azzera stato del catalogo"
+
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
msgstr ""
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
-msgstr "Dati insufficienti"
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:43
+msgid "Other Tools"
+msgstr ""
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
+#: ../../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:48
+msgid "Clear Now Playing"
+msgstr "Cancella 'Ora in ascolto'"
+
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+#, fuzzy
+msgid "Generate New Config"
+msgstr "Scrivi configurazione"
+
+#: ../../templates/show_admin_tools.inc.php:93
+#, fuzzy
+msgid "Preferences Permissions"
+msgstr "Impostazioni"
+
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
+msgstr ""
+
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
+#: ../../templates/show_admin_tools.inc.php:96
+#, fuzzy
+msgid "Check for New Version"
+msgstr "Controllo configurazione"
+
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+#, fuzzy
+msgid "Object"
+msgstr "Oggetto"
+
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Marcatura"
+
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
+msgstr "Commento"
+
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
+msgstr "Stato"
+
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+#, fuzzy
+msgid "No Records Found"
+msgstr "Non è stato trovato alcun catalogo"
+
#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
#: ../../templates/show_install_lang.inc.php:32
#: ../../templates/show_install_config.inc.php:32
+#: ../../templates/show_install.inc.php:32
msgid "Ampache Installation"
msgstr "Installazione Ampache"
#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
#: ../../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 "
@@ -1178,9 +664,9 @@ msgstr ""
"i seguenti pre-requisiti"
#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
#: ../../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 ""
@@ -1196,9 +682,9 @@ msgstr ""
"config/ampache.cfg.dist.php"
#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
#: ../../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 "
@@ -1207,8 +693,8 @@ msgid ""
msgstr ""
#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
#: ../../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"
@@ -1217,8 +703,8 @@ msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr "Passo 2 - Creazione del file ampache.cfg.php"
#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
#: ../../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"
@@ -1235,20 +721,30 @@ msgid "Create Admin Account"
msgstr "Crea account Amministratore"
#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
#: ../../templates/show_now_playing_row.inc.php:29
#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
msgid "Username"
msgstr "Nome utente"
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
+msgstr "Password"
+
#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_add_user.inc.php:63
#: ../../templates/show_account.inc.php:47
msgid "Confirm Password"
@@ -1258,915 +754,900 @@ msgstr "Conferma password"
msgid "Create Account"
msgstr "Crea account"
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
-msgstr "Aggiungi un catalogo"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
+msgstr "Percorso"
-#: ../../templates/show_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)"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-"Nel formulario seguente inserisci od un percorso locale (ad es. /data/"
-"musica) o l' ULR ad una installazione remota di Ampache (ad es. http://"
-"theotherampache.com)"
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
-msgstr "Nome catalogo"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
-msgstr "Inserimento automatico campi"
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
+msgstr "Azioni"
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr "nome album"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr "nome artista"
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
-msgstr " commento id3"
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
+msgstr "Rifiuta"
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr "genere"
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
+msgstr "Abilitato"
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
-msgstr "numero traccia (con aggiunta di 0 in fronte)"
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
-msgstr "tiolo brano"
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr "anno"
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+#, fuzzy
+msgid "Song Title"
+msgstr "Titolo brano"
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr "altro"
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
+msgstr "Albums"
-#: ../../templates/show_add_catalog.inc.php:48
-#: ../../templates/show_catalogs.inc.php:33
-#: ../../templates/show_catalogs.inc.php:61
-msgid "Path"
-msgstr "Percorso"
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
+msgstr "Artista"
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
-msgstr "tipo catalogo"
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
+msgstr "Genere"
-#: ../../templates/show_add_catalog.inc.php:55
-msgid "Local"
-msgstr "Locale"
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
+msgstr "Playlist"
-#: ../../templates/show_add_catalog.inc.php:56
-msgid "Remote"
-msgstr "Remoto"
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:62
-msgid "Required for Remote Catalogs"
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Filename Pattern"
-msgstr "Filtro nome file"
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
-msgstr "Filtro cartelle"
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
-msgstr "(non inizianti o terminanti per '/')"
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
-msgstr "Genera playliste dai file m3u"
+#: ../../templates/sidebar_browse.inc.php:69
+msgid "All Playlists"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
-msgstr "Aggiungi catalogo"
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
+msgstr "Sconosciuto"
+
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
+msgstr "Nome completo"
+
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
+msgstr "Ultimo accesso"
+
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
-msgstr "Diminuisci volume"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
-msgstr "Aumenta volume"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
-msgstr "Volume"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:33
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
#, fuzzy
-msgid "Repeat"
-msgstr "Rifiuta"
+msgid "Recently Played"
+msgstr "Meno ascoltati"
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
-msgstr "Casuale"
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
+msgstr "Album"
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
-msgstr "Aggiungi"
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
+msgstr "Traccia"
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
-msgstr "Nome playlist"
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
+msgstr "Durata"
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
-msgstr "N° Brani"
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
+msgstr "Voto"
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
-msgstr "Proprietario"
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
+msgstr "Dati insufficienti"
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
-msgstr "Azioni"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr "Copertine"
+
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr ""
-#: ../../templates/show_album_row.inc.php:43
#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
msgid "Post Shout"
msgstr ""
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
+msgstr "Scarica"
+
#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
+#: ../../templates/show_playlist_song_row.inc.php:37
#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
#: ../../templates/show_playlist_row.inc.php:37
msgid "Edit"
msgstr "Modifica"
-#: ../../templates/show_similar_artists.inc.php:23
-#, fuzzy
-msgid "Similar Artists"
-msgstr "Tutti gli artisti"
-
-#: ../../templates/show_similar_artists.inc.php:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr ""
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr "Marca brano"
-#: ../../templates/show_similar_artists.inc.php:66
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
#, fuzzy
-msgid "Back"
-msgstr "Traccia"
+msgid "File"
+msgstr "file"
-#: ../../templates/show_similar_artists.inc.php:77
+#: ../../templates/show_flag.inc.php:49
#, fuzzy
-msgid "Rename selected"
-msgstr "Aggiorna selezione"
+msgid "Item"
+msgstr "Stream"
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
-msgstr "Annulla"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr "Motivo della marcatura"
-#: ../../templates/show_similar_artists.inc.php:91
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Avanzato"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
+msgstr ""
-#: ../../templates/show_similar_artists.inc.php:152
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
+msgstr ""
+
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
#, fuzzy
-msgid "Search Again"
-msgstr "Cerca Ampache"
+msgid "Other"
+msgstr "altro"
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
-msgstr ""
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+msgid "Found"
+msgstr "Trovato"
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
+#: ../../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/sidebar_localplay.inc.php:42
-msgid "Active Instance"
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../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 ""
-#: ../../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_random.inc.php:22
-msgid "Play Random Selection"
-msgstr "Riproduzione selezione casuale"
-
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
-msgstr "Totale voci"
-
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
-msgstr "Da genere"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr ""
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
-msgstr "Durata"
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
+msgstr ""
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
-msgstr "Illimitato"
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
+msgstr ""
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
+msgstr "Riproduci album"
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
msgstr ""
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
-msgstr "Meno ascoltati"
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
+msgstr ""
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
-msgstr "Tutti gli album"
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
+msgstr "Diminuisci volume"
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
-msgstr "Artista completo"
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
+msgstr "Aumenta volume"
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
-msgstr ""
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
+msgstr "Volume"
-#: ../../templates/show_random.inc.php:76
+#: ../../templates/show_localplay_status.inc.php:33
#, fuzzy
-msgid "From catalog"
-msgstr "da catalogo"
+msgid "Repeat"
+msgstr "Rifiuta"
-#: ../../templates/show_random.inc.php:82
-msgid "Size Limit"
-msgstr ""
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
+msgstr "Casuale"
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
-msgstr "Accoda"
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+#, fuzzy
+msgid "Clear Playlist"
+msgstr "Nuova playlist"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
-msgstr "Avvio nuova ricerca brano in"
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
+msgstr "Seleziona"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
-msgstr "catalogo"
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
+msgstr "Titolo"
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_run_add_catalog.inc.php:24
-msgid "Found"
-msgstr "Trovato"
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
+msgstr "Nome file"
-#: ../../templates/show_adds_catalog.inc.php:25
-#: ../../templates/show_verify_catalog.inc.php:26
-#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
-#: ../../templates/show_clean_catalog.inc.php:25
-msgid "Reading"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:26
+#: ../../templates/show_disabled_songs.inc.php:65
#, fuzzy
-msgid "Editing Playlist"
-msgstr "Playlist"
+msgid "Remove"
+msgstr "Remoto"
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
-#, fuzzy
-msgid "Update"
-msgstr "Aggiornato"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Aggiungi voce"
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
-msgstr ""
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Indirizzo iniziale"
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
-msgstr "Ricordami"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "Indirizzo finale"
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
-msgstr "Registra"
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
+msgstr "Livello"
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
-msgstr "Azione"
-
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
+#: ../../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:62
+msgid "Type"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-#, fuzzy
-msgid "Clean"
-msgstr "Cancella informazioni"
-
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
-msgstr ""
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
+msgstr "Nome completo"
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
-msgstr ""
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
+msgstr "Data registrazione"
-#: ../../templates/show_admin_tools.inc.php:68
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
#, fuzzy
-msgid "No Catalogs Found"
-msgstr "Non è stato trovato alcun catalogo"
+msgid "Last Ip"
+msgstr "Ultimo accesso"
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
-#, fuzzy
-msgid "Clean All"
-msgstr "Vuota tutti i cataloghi"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
+msgstr "In linea"
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-msgid "Verify All"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-#, fuzzy
-msgid "Add to All"
-msgstr "Aggiungi a"
-
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
#, fuzzy
-msgid "Update All"
-msgstr "Aggiornato"
+msgid "Base Playlist"
+msgstr "Nuova playlist"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr "Azzera stato del catalogo"
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr "Mostra brani duplicati"
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
+msgstr "Brani"
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
-msgstr "Cancella 'Ora in ascolto'"
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Riproduci"
-#: ../../templates/show_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
-#, fuzzy
-msgid "Generate New Config"
-msgstr "Scrivi configurazione"
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
+msgstr "Crea nuova playlist"
-#: ../../templates/show_admin_tools.inc.php:93
-#, fuzzy
-msgid "Preferences Permissions"
-msgstr "Impostazioni"
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
+msgstr "Brano"
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
+#: ../../templates/show_install_config.inc.php:49
+#: ../../templates/show_install.inc.php:56
+msgid "Step 2 - Creating the Ampache.cfg.php file"
+msgstr "Passso 2 - Creazione del file Ampache.cfg.php"
+
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:96
-#, fuzzy
-msgid "Check for New Version"
-msgstr "Controllo configurazione"
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
+msgstr "Percorso Web"
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr "Marca brano"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "Nome del database desiderato"
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-#, fuzzy
-msgid "File"
-msgstr "file"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "Server MySQL"
-#: ../../templates/show_flag.inc.php:49
-#, fuzzy
-msgid "Item"
-msgstr "Stream"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "Nome utente MySQL"
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
-msgstr "Motivo della marcatura"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "Password MySQL"
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr "Scrivi configurazione"
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
-msgstr "Commento"
+#: ../../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_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
-msgstr "Marcatura"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Ampache.cfg.php Configurato?"
-#: ../../templates/sidebar_admin.inc.php:27
-msgid "Show Catalogs"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "Controllo configurazione"
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
-msgstr "Aggiungi utente"
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
+msgstr "Modifica utente esistente"
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
+msgstr "E-mail"
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr "Livello accesso utente"
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
-msgstr "Trova duplicati"
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
+msgstr "Aggiorna utente"
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
-msgstr "Posta utenti"
+#: ../../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/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
-msgstr "Azzera stati"
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-#, fuzzy
-msgid "Song Title"
-msgstr "Titolo brano"
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr "Valore"
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
msgstr ""
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
-msgstr "Nome completo"
-
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
msgstr ""
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
-msgstr "Ultimo accesso"
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
+msgstr "Parametro"
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
-msgstr ""
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr "Cerca"
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-#: ../../templates/show_artist_box.inc.php:26
-msgid "Albums by"
-msgstr "Album per"
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+#, fuzzy
+msgid "Create"
+msgstr "Bitrate"
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Show All Songs By"
-msgstr "Mostra tutti i brani di"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Add All Songs By"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
-msgstr "Aggiorna dai Tags"
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
msgstr ""
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
-msgstr "Album"
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
+msgid "Private"
+msgstr ""
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
-msgstr "Durata"
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
+msgstr "Continua"
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
-msgstr "Voto"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
+msgstr "Annulla"
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-#, fuzzy
-msgid "Current Playlist"
-msgstr "Crea nuova playlist"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:352
+msgid "Home"
+msgstr "Inizio"
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
+msgstr "Sfoglia"
+
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
#, fuzzy
-msgid "No Records Found"
-msgstr "Non è stato trovato alcun catalogo"
+msgid "Localplay"
+msgstr "Riproduzione locale"
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
-msgstr "Parametro"
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
+msgstr "Impostazioni"
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr "Valore"
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
+msgstr "Uscita"
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
-msgstr "Applica a tutti"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "Aggiornamento di"
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
+msgstr "Catalogo"
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr "descrizione"
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
+msgstr "controllo informazioni tag dei brani trovati."
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
msgstr ""
-#: ../../templates/header.inc.php:71
-msgid "Log out"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:56
-msgid "User Agreement"
-msgstr "Consenso utente"
-
-#: ../../templates/show_user_registration.inc.php:65
-msgid "I Accept"
-msgstr "Accetto"
-
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
-msgstr "Informazioni utente"
-
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
-msgstr "E-mail"
-
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
-msgstr "Registra utente"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "Successivo"
-#: ../../templates/show_edit_album.inc.php:23
+#: ../../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 "Edit Album"
-msgstr "Album"
-
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
-msgstr "Anno"
-
-#: ../../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 ""
+msgid "Description"
+msgstr "descrizione"
-#: ../../templates/show_edit_album.inc.php:47
+#: ../../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 "Update Album"
-msgstr "Riproduci album"
+msgid "Version"
+msgstr "Versione PHP"
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
-msgstr ""
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
+msgstr "Disabilitato"
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-msgid ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.php.dist file"
-msgstr ""
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+#, fuzzy
+msgid "Activate"
+msgstr "Utente attivato"
#: ../../templates/show_install.inc.php:54
msgid ""
@@ -2175,25 +1656,10 @@ msgid ""
"depending upon the speed of your computer"
msgstr ""
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr "Passso 2 - Creazione del file Ampache.cfg.php"
-
#: ../../templates/show_install.inc.php:61
msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
-msgstr "Nome del database desiderato"
-
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
-msgstr "Server MySQL"
-
#: ../../templates/show_install.inc.php:73
msgid "MySQL Administrative Username"
msgstr "Utente amministratore MySQL"
@@ -2222,51 +1688,287 @@ msgstr ""
msgid "Insert Database"
msgstr "Inserisci database"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "Crea nuova playlist"
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
+msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_similar_artists.inc.php:23
#, fuzzy
-msgid "Create"
-msgstr "Bitrate"
+msgid "Similar Artists"
+msgstr "Tutti gli artisti"
-#: ../../templates/show_edit_song.inc.php:23
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:66
#, fuzzy
-msgid "Edit Song"
-msgstr "Modifica"
+msgid "Back"
+msgstr "Traccia"
+
+#: ../../templates/show_similar_artists.inc.php:77
+#, fuzzy
+msgid "Rename selected"
+msgstr "Aggiorna selezione"
+#: ../../templates/show_similar_artists.inc.php:91
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Avanzato"
+
+#: ../../templates/show_similar_artists.inc.php:152
+#, fuzzy
+msgid "Search Again"
+msgstr "Cerca Ampache"
+
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
+msgstr "Crea nuova playlist"
+
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
+msgstr "Rinomina"
+
+#: ../../templates/show_rename_artist.inc.php:33
+#: ../../templates/show_search.inc.php:106
+#: ../../templates/show_add_live_stream.inc.php:64
#: ../../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.php:106
msgid "OR"
msgstr "O"
-#: ../../templates/show_edit_song.inc.php:88
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr ""
+
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "Aggiorna tags Id3"
+
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
+msgstr ""
+
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../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 Song"
-msgstr "Aggiorna cataloghi"
+msgid "Update"
+msgstr "Aggiornato"
-#: ../../templates/show_edit_catalog.inc.php:22
+#: ../../templates/show_playlist.inc.php:29
#, fuzzy
-msgid "Settings for"
-msgstr "Impostazioni per catalogo in"
+msgid "Normalize Tracks"
+msgstr "Tracce totali"
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
-msgstr "Filtro nome file"
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
+msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
-msgstr "Salva impostazioni catalogo"
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
+msgstr ""
+
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
+
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr ""
+
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
+msgstr "Copertina"
+
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
+msgstr "Anno"
+
+#: ../../templates/show_preference_admin.inc.php:22
+#, fuzzy
+msgid "Preference Administration"
+msgstr "Impostazioni"
+
+#: ../../templates/show_localplay_playlist.inc.php:23
+#, fuzzy
+msgid "Current Playlist"
+msgstr "Crea nuova playlist"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "minutes ago"
+msgstr "Minuti"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "hours ago"
+msgstr "ore"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "days ago"
+msgstr "giorni"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr ""
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "years ago"
+msgstr "anno"
+
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr "Cerca Ampache"
+
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
+msgstr "Parola chiave"
+
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
+msgstr "Ascoltato"
+
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr "Si"
+
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr "No"
+
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
+msgstr "Bitrate min."
+
+#: ../../templates/show_search.inc.php:95
+#, fuzzy
+msgid "One Star"
+msgstr "Proprietario"
+
+#: ../../templates/show_search.inc.php:96
+#, fuzzy
+msgid "Two Stars"
+msgstr "Totale utenti"
+
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
+msgstr "Operatore"
+
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr "E"
+
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
+msgstr "Modo"
+
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
+msgstr "Fuzzy"
+
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr "Esatto"
+
+#: ../../templates/show_search.inc.php:118
+#, fuzzy
+msgid "Maximum Results"
+msgstr "N° massimo risultati"
+
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr "Illimitato"
+
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+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:60
+#: ../../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:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
+msgstr ""
#: ../../templates/show_edit_access.inc.php:22
msgid "Edit ACL"
@@ -2315,108 +2017,153 @@ msgstr "Indirizzo IP finale"
msgid "Remote Key"
msgstr "Remoto"
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
-msgstr "Livello"
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
+msgstr "Visualizza"
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+#, fuzzy
+msgid "Read"
+msgstr "Casuale"
+
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
-msgstr "Riproduci album"
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
+msgstr ""
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
-msgstr "Brano"
+#: ../../templates/show_user_registration.inc.php:56
+msgid "User Agreement"
+msgstr "Consenso utente"
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
+#: ../../templates/show_user_registration.inc.php:65
+msgid "I Accept"
+msgstr "Accetto"
+
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
+msgstr "Informazioni utente"
+
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
+msgstr "Registra utente"
+
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Ricordami"
+
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "Registra"
+
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
+msgstr "Artista più popolare"
+
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
+msgstr "Album più popolare"
+
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
+msgstr "Genere più popolare"
+
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
+msgstr "Brani più popolari"
+
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_edit_song.inc.php:23
#, fuzzy
-msgid "Show All"
-msgstr "Mostra tutto"
+msgid "Edit Song"
+msgstr "Modifica"
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
-msgstr "Data"
+#: ../../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_ip_history.inc.php:38
-#: ../../templates/show_ip_history.inc.php:52
+#: ../../templates/show_edit_song.inc.php:88
#, fuzzy
-msgid "IP Address"
-msgstr "Indirizzo IP finale"
+msgid "Update Song"
+msgstr "Aggiorna cataloghi"
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
-msgstr "Sfoglia"
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr "Statistiche catalogo"
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
-msgstr "Uscita"
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Utenti connessi"
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
-msgstr "Importazione playlist da file"
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Totale utenti"
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
-msgstr "Nome file"
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr "Artisti"
-#: ../../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:737
+msgid "Genres"
+msgstr "Generi"
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
-msgstr "Importa playlist"
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Dimensione catalogo"
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-msgstr "Visualizzazione..."
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Durata catalogo"
#: ../../templates/show_mail_users.inc.php:23
#, fuzzy
@@ -2431,38 +2178,16 @@ msgstr ""
msgid "Inactive Users"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr "Statistiche catalogo"
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr "Album più popolare"
-
#: ../../templates/show_mail_users.inc.php:53
#, fuzzy
msgid "Latest Artist Additions"
msgstr "Nuovi artisti aggiunti recentemente"
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr "Artista più popolare"
-
#: ../../templates/show_mail_users.inc.php:64
#, fuzzy
msgid "Latest Album Additions"
msgstr "Nuovi album aggiunti recentemente"
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "Brani più popolari"
-
#: ../../templates/show_mail_users.inc.php:74
msgid "Flagged Songs"
msgstr ""
@@ -2490,72 +2215,74 @@ msgstr "Messaggio"
msgid "Send Mail"
msgstr "Invia Mail"
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
+msgstr "Aggiunta di un nuovo utente"
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
+msgstr "Aggiungi utente"
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
-msgstr ""
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+msgstr "Aggiungi accesso ad un Host"
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
+#: ../../templates/show_add_access.inc.php:84
#, fuzzy
-msgid "Preference Administration"
-msgstr "Impostazioni"
+msgid "Create ACL"
+msgstr "Crea account"
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
-msgstr "Modifica utente esistente"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr "Applica a tutti"
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
-msgstr "Livello accesso utente"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
-msgstr "Aggiorna utente"
+#: ../../templates/show_playlist_edit.inc.php:26
+#, fuzzy
+msgid "Editing Playlist"
+msgstr "Playlist"
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
-msgstr "Utenti connessi"
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
+msgstr "Registrazione completata"
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
-msgstr "Totale utenti"
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
-msgstr "Dimensione catalogo"
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
-msgstr "Durata catalogo"
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
+msgstr ""
#: ../../templates/show_duplicates.inc.php:22
msgid "Duplicate Songs"
msgstr "Brani duplicati"
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr "Durata"
+
#: ../../templates/show_duplicates.inc.php:41
#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
msgid "Bitrate"
msgstr "Bitrate"
@@ -2564,55 +2291,152 @@ msgstr "Bitrate"
msgid "Size"
msgstr "Dimensione"
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
-msgstr "Continua"
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
+msgstr "Inizio ricerca copertine."
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr "Cercato"
+
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
#, fuzzy
-msgid "Object"
-msgstr "Oggetto"
+msgid "None"
+msgstr "No"
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
-msgstr "Stato"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Album per"
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Mostra tutti i brani di"
+
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Add All Songs By"
+msgstr ""
+
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
+msgstr ""
+
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
+msgstr "Aggiorna dai Tags"
+
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Riproduzione selezione casuale"
+
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Totale voci"
+
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Da genere"
+
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+#, fuzzy
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "ora"
+msgstr[1] "ora"
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
+msgstr "Standard"
+
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
+msgstr "Meno ascoltati"
+
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
+msgstr "Tutti gli album"
+
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
+msgstr "Artista completo"
+
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
msgstr ""
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
+#: ../../templates/show_random.inc.php:76
+#, fuzzy
+msgid "From catalog"
+msgstr "da catalogo"
+
+#: ../../templates/show_random.inc.php:82
+msgid "Size Limit"
msgstr ""
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
+msgstr "Accoda"
+
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+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/show_song.inc.php:57
-msgid "Catalog Number"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
msgstr ""
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Rinomina"
+#: ../../templates/sidebar_preferences.inc.php:32
+#, fuzzy
+msgid "Modules"
+msgstr "Modo"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../templates/sidebar_preferences.inc.php:34
+#, fuzzy
+msgid "Localplay Modules"
+msgstr "Controllo riproduzione locale"
+
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "Aggiorna tags Id3"
+#: ../../templates/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
+msgstr "Trova duplicati"
#: ../../templates/show_duplicate.inc.php:27
msgid "Search Type"
@@ -2630,54 +2454,31 @@ msgstr "Artista, album e titolo"
msgid "Search Disabled Songs"
msgstr ""
-#: ../../templates/show_playlist.inc.php:30
-#, fuzzy
-msgid "Normalize Tracks"
-msgstr "Tracce totali"
-
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
-msgstr ""
-
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
-msgstr "Successivo"
-
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-#, fuzzy
-msgid "Base Playlist"
-msgstr "Nuova playlist"
-
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
-msgstr "Crea nuova playlist"
-
#: ../../templates/show_get_albumart.inc.php:23
msgid "Customize Search"
msgstr "Personalizza ricerca"
@@ -2695,32 +2496,98 @@ msgstr "Riproduzione locale"
msgid "Get Art"
msgstr "Preleva copertina"
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-#, fuzzy
-msgid "Description"
-msgstr "descrizione"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr "Ampache Debug"
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
+#: ../../templates/show_search_options.inc.php:23
#, fuzzy
-msgid "Version"
-msgstr "Versione PHP"
+msgid "Options"
+msgstr "Azioni"
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-#, fuzzy
-msgid "Activate"
-msgstr "Utente attivato"
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:46
+#: ../../templates/show_edit_catalog.inc.php:22
#, fuzzy
-msgid "Deactivate"
-msgstr "Utente attivato"
+msgid "Settings for"
+msgstr "Impostazioni per catalogo in"
+
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../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:36
+msgid "album name"
+msgstr "nome album"
+
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../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:38
+msgid "id3 comment"
+msgstr " commento id3"
+
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr "genere"
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr "numero traccia (con aggiunta di 0 in fronte)"
+
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../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:42
+msgid "year"
+msgstr "anno"
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr "altro"
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr "tipo catalogo"
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr "Filtro nome file"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr "Filtro cartelle"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr "(non inizianti o terminanti per '/')"
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
+msgstr "Salva impostazioni catalogo"
#: ../../templates/show_democratic_playlist.inc.php:38
msgid "Playing from base Playlist"
@@ -2740,19 +2607,6 @@ msgstr ""
msgid "Add Vote"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
-msgstr "Genere più popolare"
-
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr ""
-
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr ""
-
#: ../../templates/show_edit_artist.inc.php:23
#, fuzzy
msgid "Edit Artist"
@@ -2762,6 +2616,64 @@ msgstr "Artista"
msgid "Update Artist"
msgstr ""
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
+msgstr "ID utente attivato ed utilizzabile"
+
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+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_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+#, fuzzy
+msgid "Show All"
+msgstr "Mostra tutto"
+
+#: ../../templates/show_plugins.inc.php:46
+#, fuzzy
+msgid "Deactivate"
+msgstr "Utente attivato"
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr "Stream"
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
+msgstr ""
+
#: ../../templates/show_play_selected.inc.php:28
msgid "Play Selected"
msgstr "Riproduci selezionati"
@@ -2782,16 +2694,66 @@ msgstr "Rimuovi brani selezionati"
msgid "Add to"
msgstr "Aggiungi a"
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr "Aggiunta di un nuovo utente"
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
+msgstr ""
-#: ../../templates/show_export.inc.php:32
-#: ../../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_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)"
+msgstr ""
+"Nel formulario seguente inserisci od un percorso locale (ad es. /data/"
+"musica) o l' ULR ad una installazione remota di Ampache (ad es. http://"
+"theotherampache.com)"
+
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
+msgstr "Nome catalogo"
+
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Locale"
+
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
+msgstr "Remoto"
+
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
+msgstr ""
+
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
+msgstr "Filtro nome file"
+
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
+msgstr "Genera playliste dai file m3u"
+
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr "Aggiungi catalogo"
+
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
+msgstr ""
#: ../../templates/show_export.inc.php:51
msgid "Format"
@@ -2801,196 +2763,126 @@ msgstr ""
msgid "Export"
msgstr ""
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
msgstr ""
-#: ../../templates/show_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
-msgstr "Copertina"
-
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
msgstr ""
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
msgstr ""
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
msgstr ""
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
-msgstr "Trova copertina album"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
+msgstr "Importazione playlist da file"
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
-msgstr "Scarica"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Tipo playlist"
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
-msgstr "Nome completo"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Importa playlist"
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
-msgstr "Data registrazione"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr ""
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
+#: ../../templates/show_user_stats.inc.php:30
#, fuzzy
-msgid "Last Ip"
-msgstr "Ultimo accesso"
-
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
-msgstr "In linea"
-
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
-msgstr ""
+msgid "Favorite Artists"
+msgstr "Tutti gli artisti"
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
-msgstr "Aggiornamento di"
+#: ../../templates/show_user_stats.inc.php:43
+#, fuzzy
+msgid "Favorite Albums"
+msgstr "Tutti gli album"
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
-msgstr "controllo informazioni tag dei brani trovati."
+#: ../../templates/show_user_stats.inc.php:56
+#, fuzzy
+msgid "Favorite Songs"
+msgstr "Totale brani"
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
msgstr ""
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/show_big_art.inc.php:29
-msgid "Album Art"
-msgstr "Copertine"
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
+#, fuzzy
+msgid "Statistics"
+msgstr "Statistiche catalogo"
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
-msgstr "Precedente"
-
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
msgstr ""
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
msgstr ""
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:18
-msgid "Account"
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:32
-#, fuzzy
-msgid "Modules"
-msgstr "Modo"
-
-#: ../../templates/sidebar_preferences.inc.php:34
-#, fuzzy
-msgid "Localplay Modules"
-msgstr "Controllo riproduzione locale"
-
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
msgstr ""
-#: ../../templates/show_account.inc.php:40
-#, fuzzy
-msgid "New Password"
-msgstr "Password"
-
-#: ../../templates/show_account.inc.php:64
-#, fuzzy
-msgid "Update Account"
-msgstr "Crea account"
-
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
-msgstr "Modifica"
-
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
-msgstr "impostazioni"
-
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
-msgstr "Aggiorna impostazioni"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
+msgstr "Posta utenti"
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
-msgstr "Ampache Debug"
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Azzera stati"
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
-msgstr "Inizio ricerca copertine."
-
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
-msgstr "Cercato"
-
#: ../../templates/show_clean_catalog.inc.php:23
#, fuzzy
msgid "Cleaning the"
@@ -3000,6 +2892,14 @@ msgstr "Aggiornamento di"
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 "
@@ -3064,7 +2964,7 @@ 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"
+"support is required for Ampache"
msgstr ""
#: ../../templates/show_test.inc.php:119
@@ -3094,11 +2994,6 @@ msgid ""
"some features of ampache may not work correctly"
msgstr ""
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php esiste"
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -3106,11 +3001,6 @@ msgid ""
"\tit is not currently readable by your webserver."
msgstr ""
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php Configurato?"
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -3127,367 +3017,462 @@ msgid ""
"cfg.php"
msgstr ""
-#: ../../templates/show_search.inc.php:26
-msgid "Search Ampache"
-msgstr "Cerca Ampache"
-
-#: ../../templates/show_search.inc.php:30
-msgid "Keywords"
-msgstr "Parola chiave"
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
-#: ../../templates/show_search.inc.php:72
-msgid "Played"
-msgstr "Ascoltato"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Modifica"
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
-msgstr "Si"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "impostazioni"
-#: ../../templates/show_search.inc.php:77
-msgid "No"
-msgstr "No"
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Aggiorna impostazioni"
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
-msgstr "Bitrate min."
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
+msgstr ""
-#: ../../templates/show_search.inc.php:95
+#: ../../templates/show_account.inc.php:40
#, fuzzy
-msgid "One Star"
-msgstr "Proprietario"
+msgid "New Password"
+msgstr "Password"
-#: ../../templates/show_search.inc.php:96
+#: ../../templates/show_account.inc.php:64
#, fuzzy
-msgid "Two Stars"
-msgstr "Totale utenti"
+msgid "Update Account"
+msgstr "Crea account"
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
-msgstr ""
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Precedente"
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
msgstr ""
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
msgstr ""
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
-msgstr "Operatore"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
-msgstr "E"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
+msgstr ""
-#: ../../templates/show_search.inc.php:111
-msgid "Method"
-msgstr "Modo"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
+msgstr ""
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
-msgstr "Fuzzy"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
+msgstr ""
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
-msgstr "Esatto"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
+msgstr ""
-#: ../../templates/show_search.inc.php:118
-#, fuzzy
-msgid "Maximum Results"
-msgstr "N° massimo risultati"
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
+msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
msgstr ""
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
msgstr ""
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
+msgstr "Trova copertina album"
+
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
-msgstr "Aggiungi voce"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
+msgstr "Nome playlist"
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
-msgstr "Indirizzo iniziale"
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
+msgstr "N° Brani"
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
-msgstr "Indirizzo finale"
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
+msgstr "Proprietario"
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
msgstr ""
-#: ../../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:74
-msgid "RPC Options"
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
msgstr ""
-#: ../../templates/show_add_access.inc.php:84
-#, fuzzy
-msgid "Create ACL"
-msgstr "Crea account"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
+msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
-msgstr "Seleziona"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:65
+#: ../../lib/class/flag.class.php:251
#, fuzzy
-msgid "Remove"
-msgstr "Remoto"
+msgid "Approved"
+msgstr "Spostato"
-#: ../../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"
+#: ../../lib/class/flag.class.php:252
+#, fuzzy
+msgid "Pending"
+msgstr "Aggiunta"
+
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
msgstr ""
-#: ../../templates/show_install_config.inc.php:56
-msgid "Generate Config File"
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
+msgstr "Gestione utenti"
+
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
+msgstr "Playlists"
+
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
msgstr ""
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
-msgstr "Percorso Web"
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
+msgstr ""
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
-msgstr "Nome utente MySQL"
+#: ../../lib/class/browse.class.php:777
+#, fuzzy
+msgid "Flagged Records"
+msgstr "Marcata da"
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
-msgstr "Password MySQL"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
+msgstr "Errore connettendosi a"
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
-msgstr "Scrivi configurazione"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
+msgstr "Codice"
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
-msgstr "Controllo configurazione"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
+msgstr "Motivazione"
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
-msgstr ""
+#: ../../lib/class/catalog.class.php:177
+#, fuzzy
+msgid "day"
+msgid_plural "days"
+msgstr[0] "giorno"
+msgstr[1] "giorno"
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
-msgstr ""
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
+msgstr "Sincronizzazione remota in corso"
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
-msgstr "ID utente attivato ed utilizzabile"
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
+msgstr "Errore: Impossibile aprire"
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
-msgstr ""
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
+msgstr "Errore: Impossibile cambiare alla cartella"
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
-msgstr ""
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
+msgstr "Errore, impossibile leggere la dimensione del file"
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
-msgstr ""
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
+msgstr "non è leggibile da ampache"
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
+msgstr "Non è necessario aggiornare"
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
+msgstr "Aggiornamento remoto in corso"
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
+msgstr "Aggiunta playlist da"
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
+msgstr "Aggiornamento catalogo terminato"
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
+msgstr "Tempo impiegato"
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
+msgstr "Totale brani"
+
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
+msgstr "Brani per secondo"
+
+#: ../../lib/class/catalog.class.php:1210
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
msgstr ""
+"Impossibile caricare la libreria XMLRPC, verifica che XML-RPC sia abilitato"
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
-msgstr "Rifiuta"
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
+msgstr "Terminato aggiornamento remoto catalogo(ghi)."
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
+msgstr "Pulizia catalogo terminata"
+
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
+msgstr "files rimossi"
+
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
-msgstr "Registrazione completata"
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "Update Finished."
+msgstr "Aggiornamento catalogo terminato"
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "Checked"
+msgstr "Controllo in corso"
+
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "songs updated."
+msgstr "è stata aggiornata"
+
+#: ../../lib/class/localplay.class.php:642
+#, fuzzy
+msgid "Stopped"
+msgstr "Arresta"
+
+#: ../../lib/class/localplay.class.php:645
+#, fuzzy
+msgid "Paused"
+msgstr "Pausa"
+
+#: ../../lib/preferences.php:189
+msgid "M3U"
+msgstr "M3U"
+
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
+msgstr "M3U semplice"
+
+#: ../../lib/preferences.php:191
+msgid "PLS"
+msgstr "PLS"
+
+#: ../../lib/preferences.php:192
+msgid "Asx"
+msgstr "Asx"
+
+#: ../../lib/preferences.php:193
+msgid "RAM"
+msgstr "RAM"
+
+#: ../../lib/preferences.php:194
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
+#: ../../lib/preferences.php:228
+#, fuzzy
+msgid "Disabled"
+msgstr "Disabilitato"
+
+#: ../../lib/preferences.php:230
+msgid "Manager"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
-msgstr "Errore: Nessuna parola chiave inserita"
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
+msgstr ""
-#: ../../ratings.php:32
-msgid "Rating Updated"
-msgstr "Voto aggiornato"
+#: ../../lib/preferences.php:262
+msgid "Always"
+msgstr ""
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
-msgstr "Il voto per questo oggetto è stato aggiornato"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Non riprodurre"
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
msgstr ""
-#: ../../login.php:83
-msgid "Unable to create new account"
-msgstr ""
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "E' ok"
-#: ../../login.php:92
-msgid "No local account found"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
msgstr ""
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
-msgstr ""
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "lo adoro!"
-#: ../../preferences.php:91
-msgid "Error Update Failed"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
msgstr ""
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
msgstr ""
-#: ../../update.php:47 ../../update.php:51
-#, fuzzy
-msgid "Ampache Update"
-msgstr "Ampache Debug"
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
+msgstr "Cinese semplificato"
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
-msgstr "Inizio aggiornamento da Tags"
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr ""
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
-msgstr "Aggiornamento da Tags ultimato"
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr ""
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
-msgstr "Ritorna"
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr ""
-#: ../../artists.php:188
-msgid "Show Artists starting with"
-msgstr "Mostra artisti che iniziano per"
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr ""
-#: ../../playlist.php:57
-msgid "Playlist Created"
-msgstr "Playlist creata."
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr ""
-#: ../../playlist.php:57
-msgid " has been created"
-msgstr " è stata creata"
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr "Riproduzione locale"
-#: ../../playlist.php:78
-msgid "Playlist Updated"
-msgstr "Playlist aggiornata"
+#: ../../lib/ui.lib.php:361
+#, fuzzy
+msgid "Random Play"
+msgstr "Casuale"
-#: ../../playlist.php:79
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
#, fuzzy
-msgid "has been updated and is now"
-msgstr "è stata aggiornata"
+msgid "Admin-Catalog"
+msgstr "Aggiungi catalogo"
-#: ../../playlist.php:101
+#: ../../lib/ui.lib.php:381
#, fuzzy
-msgid "Playlist Imported"
-msgstr "Playlist creata."
+msgid "Admin-User Management"
+msgstr "Gestione utenti"
-#: ../../playlist.php:130
+#: ../../lib/ui.lib.php:385
#, fuzzy
-msgid "Empty Playlists Deleted"
-msgstr "Playlist cancellata"
+msgid "Admin-Mail Users"
+msgstr "Posta utenti"
-#: ../../flag.php:45
+#: ../../lib/ui.lib.php:389
#, fuzzy
-msgid "Item Flagged"
-msgstr "Marcata da"
+msgid "Admin-Manage Access Lists"
+msgstr "Liste accesso"
-#: ../../flag.php:45
+#: ../../lib/ui.lib.php:393
#, fuzzy
-msgid "The specified item has been flagged"
-msgstr "La playlist richiesta è stata cancellata"
+msgid "Admin-Site Preferences"
+msgstr "Impostazioni amministrazione"
+
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr ""
+
+#: ../../lib/ui.lib.php:401
+#, fuzzy
+msgid "Browse Music"
+msgstr "Sfoglia"
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
+msgstr ""
#: ../../albums.php:32
msgid "Album Art Cleared"
@@ -3516,51 +3501,110 @@ msgstr ""
msgid "Album Art Inserted"
msgstr "Copertina inserita"
-#: ../../register.php:73
-msgid "Error Captcha Required"
-msgstr "Errore Captcha richiesto"
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
+msgstr "Inizio aggiornamento da Tags"
-#: ../../register.php:80
-msgid "Error Captcha Failed"
-msgstr "Errore Captcha fallito"
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
+msgstr "Aggiornamento da Tags ultimato"
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
+msgstr "Ritorna"
+
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
msgstr ""
-#: ../../register.php:92
-msgid "You did not enter a username"
-msgstr "Non hai inserito un nome utente"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
+msgstr ""
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
msgstr ""
-#: ../../register.php:122
-msgid "You must enter a password"
-msgstr "Devi inserire una password"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "file"
-#: ../../register.php:126
-msgid "Your passwords do not match"
-msgstr "Le passord non corrispondono"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr ""
-#: ../../register.php:158
-msgid "Error: Insert Failed"
-msgstr "Errore: inserimento fallito"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr ""
-#: ../../radio.php:50
-msgid "Radio Station Added"
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
msgstr ""
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../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 ""
-#: ../../democratic.php:92
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
+msgstr ""
+
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr "Playlist creata."
+
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " è stata creata"
+
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr "Playlist aggiornata"
+
+#: ../../playlist.php:79
+#, fuzzy
+msgid "has been updated and is now"
+msgstr "è stata aggiornata"
+
+#: ../../playlist.php:101
#, fuzzy
-msgid "Playlist Cleared"
+msgid "Playlist Imported"
msgstr "Playlist creata."
+#: ../../playlist.php:130
+#, fuzzy
+msgid "Empty Playlists Deleted"
+msgstr "Playlist cancellata"
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr ""
+
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr ""
+
+#: ../../login.php:92
+msgid "No local account found"
+msgstr ""
+
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr "Errore: Nessuna parola chiave inserita"
+
+#: ../../artists.php:188
+msgid "Show Artists starting with"
+msgstr "Mostra artisti che iniziano per"
+
#: ../../bin/print_tags.inc:66
msgid ""
"[print_tags.php.inc]\n"
@@ -3574,6 +3618,38 @@ msgstr ""
msgid "Filename:"
msgstr "Nome file:"
+#~ msgid " FOUND"
+#~ msgstr "TROVATO"
+
+#~ msgid "Searching for new Album Art"
+#~ msgstr "Ricerca nuova copertina"
+
+#~ msgid "English"
+#~ msgstr "Inglese"
+
+#~ msgid "British English"
+#~ msgstr "Inglese britannico"
+
+#~ msgid "Turkish"
+#~ msgstr "Turco"
+
+#, fuzzy
+#~ msgid "Export Failed"
+#~ msgstr "Errore Captcha fallito"
+
+#~ msgid "description"
+#~ msgstr "descrizione"
+
+#~ msgid "Rating Updated"
+#~ msgstr "Voto aggiornato"
+
+#~ msgid "Your rating for this object has been updated"
+#~ msgstr "Il voto per questo oggetto è stato aggiornato"
+
+#, fuzzy
+#~ msgid "Playlist Cleared"
+#~ msgstr "Playlist creata."
+
#~ msgid "days"
#~ msgstr "giorni"
@@ -3832,10 +3908,6 @@ msgstr "Nome file:"
#~ msgstr "Stream"
#, fuzzy
-#~ msgid "Options"
-#~ msgstr "Azioni"
-
-#, fuzzy
#~ msgid "System"
#~ msgstr "Stream"
diff --git a/locale/nl_NL/LC_MESSAGES/messages.mo b/locale/nl_NL/LC_MESSAGES/messages.mo
index 05ef5558..a743d873 100644
--- a/locale/nl_NL/LC_MESSAGES/messages.mo
+++ b/locale/nl_NL/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/nl_NL/LC_MESSAGES/messages.po b/locale/nl_NL/LC_MESSAGES/messages.po
index ca013529..3e9e6f77 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: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\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,971 +16,188 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr "Sessie Verlopen: log opnieuw in op"
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-msgid "Private"
-msgstr "Prive"
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr "Artiesten"
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr "Diverse"
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr "Fout: Kan niet openen"
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr "Alles"
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr "Bekijk"
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-#, fuzzy
-msgid "Read"
-msgstr "Lees"
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr "Lezen/Schrijven"
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:176
-#, fuzzy
-msgid "day"
-msgid_plural "days"
-msgstr[0] "dag"
-msgstr[1] "dag"
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-#, fuzzy
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] "uur"
-msgstr[1] "uur"
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr "Start Remote Synchronisatie"
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr "Fout: Kan niet naar directory veranderen"
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr "Fout: Kan bestands grootte niet opvragen voor"
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr "is niet leesbaar voor Ampache"
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr "Bijgewerkt"
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr "Geen Update Nodig"
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr "Bezig met bijwerken van Remote Catalogus"
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr "Speellijst toegevoegd van"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr "Bijwerken Catalogus Gereed"
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr "Totale Tijd"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr "Totaal Aantal Liedjes"
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr "Liedjes per Seconde"
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr "Fout"
-
-#: ../../lib/class/catalog.class.php:1204
-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:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
-msgstr "Fout met connectie naar"
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
-msgstr "Reden"
-
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
-msgstr "Klaar met Bijwerken van Remote Catalogus(sen)"
-
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
-msgstr "Toegevoegd"
-
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
-msgstr "Opschoning Catalogus Gereed"
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
-msgstr "files verwijderd"
-
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
-msgstr " GEVONDEN"
-
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
-msgstr "Bezig met zoeken naar nieuwe album hoes"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "Update Finished."
-msgstr "Bijwerken Catalogus Gereed"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "Checked"
-msgstr "Bezig met Controleren"
-
-#: ../../lib/class/catalog.class.php:1756
-#, fuzzy
-msgid "songs updated."
-msgstr "liedjes bijgewerkt."
-
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:251
-#, fuzzy
-msgid "Approved"
-msgstr "Verplaatst"
-
-#: ../../lib/class/flag.class.php:252
-#, fuzzy
-msgid "Pending"
-msgstr "Bezig met Toevoegen"
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr "Verwijder"
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr "Opnieuw Taggen"
-
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr "Opnieuw encoderen"
-
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-#, fuzzy
-msgid "Other"
-msgstr "anders"
-
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr "Onbekend"
-
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
-msgstr "Nu Speelt"
-
-#: ../../lib/class/localplay.class.php:642
-msgid "Stopped"
-msgstr "Gestopt"
-
-#: ../../lib/class/localplay.class.php:645
-#, fuzzy
-msgid "Paused"
-msgstr "Gespeeld"
-
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
-msgstr "Fout Gebruikersnaam Verplicht"
-
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
-msgstr "Fout Paswoorden zijn niet gelijk"
-
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
-msgstr "Liedjes"
-
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-msgid "Genres"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
-msgstr "Beheer Gebruikers"
-
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
-msgstr "Speellijsten"
-
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-#, fuzzy
-msgid "Catalogs"
-msgstr "Catalogus"
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:748
-#, fuzzy
-msgid "Flagged Records"
-msgstr "Gemarkeerd door"
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr ""
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr ""
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr ""
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr ""
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr ""
-
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
-msgstr "Niet Afspelen"
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr "Het is vrij slecht"
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr "Het is goed"
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr "Het is Vrij Goed"
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
-msgstr "Ik ben er gek van"
-
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
-msgstr "Het is te Gek"
-
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
-msgstr "Niet te geloven"
-
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr "Activeer"
-
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
-msgstr "Deactiveer"
-
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-#, fuzzy
-msgid "None"
-msgstr "Nee"
-
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
-msgstr ""
-
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
-msgstr "Democratisch"
-
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-#, fuzzy
-msgid "Localplay"
-msgstr "Lokaal Afspelen"
-
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
-msgstr ""
-
-#: ../../lib/preferences.php:189
-msgid "M3U"
-msgstr ""
-
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
-msgstr ""
-
-#: ../../lib/preferences.php:191
-msgid "PLS"
-msgstr ""
-
-#: ../../lib/preferences.php:192
-msgid "Asx"
-msgstr ""
-
-#: ../../lib/preferences.php:193
-msgid "RAM"
-msgstr ""
-
-#: ../../lib/preferences.php:194
-msgid "XSPF"
-msgstr ""
-
-#: ../../lib/preferences.php:228
-#, fuzzy
-msgid "Disabled"
-msgstr "Deactiveer"
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
-msgstr "Gebruiker"
-
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr ""
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
-msgstr "Beheer"
-
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
-msgstr ""
-
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
-msgstr ""
-
-#: ../../lib/preferences.php:262
-msgid "Always"
-msgstr ""
-
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
-msgstr "Amerikaans Engels"
-
-#: ../../lib/general.lib.php:398
-msgid "British English"
-msgstr "Engels"
-
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
-msgstr "Turks"
-
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
-msgstr "Simpel Chinees"
-
-#: ../../lib/general.lib.php:467
-msgid "On"
-msgstr "Aan"
-
-#: ../../lib/general.lib.php:470
-msgid "Off"
-msgstr "Uit"
+#: ../../register.php:73
+msgid "Error Captcha Required"
+msgstr "Fout: Verificatie Verplicht"
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
-msgstr ""
+#: ../../register.php:80
+msgid "Error Captcha Failed"
+msgstr "Fout: Verificatie Niet Goed"
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
-msgstr ""
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
+msgstr "U <U>moet</U> de gebruikersovereenkomst accepteren"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr "seconden geleden"
+#: ../../register.php:92
+msgid "You did not enter a username"
+msgstr "U heeft geen gebruikersnaam opgegeven"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "minutes ago"
-msgstr "minuten geleden"
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr "Vul uw voor- en achternaam in"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "hours ago"
-msgstr "uren geleden"
+#: ../../register.php:122
+msgid "You must enter a password"
+msgstr "U moet een paswoord opgeven"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-#, fuzzy
-msgid "days ago"
-msgstr "dagen geleden"
+#: ../../register.php:126
+msgid "Your passwords do not match"
+msgstr "Uw opgegeven paswoorden komen niet overeen"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr "weken gelden"
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
+msgstr "Fout Gebruikersnaam bestaat al"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr "maanden geleden"
+#: ../../register.php:158
+msgid "Error: Insert Failed"
+msgstr "Fout: Gebruiker kon niet worden aangemaakt"
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
+#: ../../update.php:47 ../../update.php:51
#, fuzzy
-msgid "years ago"
-msgstr "jaren geleden"
+msgid "Ampache Update"
+msgstr "Ampache Bijwerken"
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
-msgstr "Begin"
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
+msgstr "Sessie Verlopen: log opnieuw in op"
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
-msgstr "Lokaal Afspelen"
-
-#: ../../lib/ui.lib.php:350
-#, fuzzy
-msgid "Random Play"
-msgstr "Willekeurig Aspelen"
-
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr "Speellijst"
-
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
-msgstr "Zoeken"
-
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
-msgstr "Instellingen"
-
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-#, fuzzy
-msgid "Admin-Catalog"
-msgstr "Voeg Catalogus Toe"
-
-#: ../../lib/ui.lib.php:370
-#, fuzzy
-msgid "Admin-User Management"
-msgstr "Gebruikers Overeenkomst"
-
-#: ../../lib/ui.lib.php:374
+#: ../../admin/flag.php:89
#, fuzzy
-msgid "Admin-Mail Users"
-msgstr "Mail Gebruikers"
+msgid "Song Updated"
+msgstr "Liedje Bijgewerkt"
-#: ../../lib/ui.lib.php:378
+#: ../../admin/flag.php:89
#, fuzzy
-msgid "Admin-Manage Access Lists"
-msgstr "Toegangs Regels"
+msgid "The requested song has been updated"
+msgstr "Het gevraagde liedje is bijgewerkt"
-#: ../../lib/ui.lib.php:382
+#: ../../admin/flag.php:131
#, fuzzy
-msgid "Admin-Site Preferences"
-msgstr "Beheer Site Instellingen"
-
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
-msgstr "Beheer Modules"
+msgid "Album Updated"
+msgstr "Bijgewerkt"
-#: ../../lib/ui.lib.php:390
+#: ../../admin/flag.php:173
#, fuzzy
-msgid "Browse Music"
-msgstr "Bladeren"
-
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
-msgstr "Genre"
+msgid "Artist Updated"
+msgstr "Speellijst bijgewerkt"
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
+#: ../../admin/flag.php:238
#, fuzzy
-msgid "Statistics"
-msgstr "Statistieken"
-
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
-msgstr ""
-
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr "Aanbevelingen"
-
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
-msgstr "Naam"
-
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr ""
-
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
-msgstr ""
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
-msgstr "Titel"
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr "Nummer"
-
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr "Artiest"
+msgid "Songs Updated"
+msgstr "Liedje Bijgewerkt"
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
+#: ../../admin/flag.php:246
#, fuzzy
-msgid "Recently Played"
-msgstr "Minst Gespeeld"
-
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
-msgstr ""
+msgid "Flag Removed"
+msgstr "Markering verwijderd"
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
-msgstr ""
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
+msgstr "Markering verwijderd van"
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
-msgstr "Paswoord"
-
-#: ../../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"
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
+msgstr "Liedjes Gedeactiveerd"
-#: ../../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"
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
+msgstr "De gevraagde liedjes zijn gedeactiveerd"
-#: ../../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)"
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
+msgstr "Liedjes Geactiveerd"
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr ""
-"Er was een probleem met de bestands upload: Het bestand %s is gedeeltelijk "
-"geupload."
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
+msgstr "De Gevraagde liedjes zijn geactiveerd"
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
#, fuzzy
msgid "Catalog Updated"
msgstr "Bijwerken Catalogus Gereed"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
#, fuzzy
msgid "Catalog Deleted"
msgstr "Catalogus Type"
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../admin/catalog.php:112
+#: ../../admin/catalog.php:119
#, fuzzy
msgid "Songs Removed"
msgstr "Liedjes verwijderd"
-#: ../../admin/catalog.php:115
+#: ../../admin/catalog.php:122
msgid "No Songs Removed"
msgstr "Geen Liedjes Verwijderd"
-#: ../../admin/catalog.php:118
+#: ../../admin/catalog.php:125
#, fuzzy
msgid "Disabled Songs Processed"
msgstr "Laat gedeactiveerde Liedjes Zien"
-#: ../../admin/catalog.php:138
+#: ../../admin/catalog.php:146
#, fuzzy
msgid "Catalog Cleaned"
msgstr "Opschoning Catalogus Gereed"
-#: ../../admin/catalog.php:188
+#: ../../admin/catalog.php:197
#, fuzzy
msgid "Catalog Created"
msgstr "Catalogus Gecreeerd"
-#: ../../admin/catalog.php:205
+#: ../../admin/catalog.php:214
#, fuzzy
msgid "Catalog statistics cleared"
msgstr "Catalogus Statistieken opgeschoond"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "Now Playing Cleared"
msgstr "Nu Speelt Opgeschoond"
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "All now playing data has been cleared"
msgstr "Alle Nu Speelt data opgeschoond"
-#: ../../admin/catalog.php:232
+#: ../../admin/catalog.php:241
#, fuzzy
msgid "No Disabled songs found"
msgstr "Geen Gedeactiveerde Liedjes gevonden"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
#, fuzzy
msgid "Delete Catalog"
msgstr "Verwijder Catalogus"
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Do you really want to delete this catalog?"
msgstr "Weet je zeker dat je deze catalogus wilt verwijderen?"
-#: ../../admin/catalog.php:260
+#: ../../admin/catalog.php:270
msgid "Album Art Search Finished"
msgstr "Album Hoes Zoeken beeindigd"
-#: ../../admin/flag.php:89
-#, fuzzy
-msgid "Song Updated"
-msgstr "Liedje Bijgewerkt"
-
-#: ../../admin/flag.php:89
-#, fuzzy
-msgid "The requested song has been updated"
-msgstr "Het gevraagde liedje is bijgewerkt"
-
-#: ../../admin/flag.php:131
-#, fuzzy
-msgid "Album Updated"
-msgstr "Bijgewerkt"
-
-#: ../../admin/flag.php:173
-#, fuzzy
-msgid "Artist Updated"
-msgstr "Speellijst bijgewerkt"
-
-#: ../../admin/flag.php:238
-#, fuzzy
-msgid "Songs Updated"
-msgstr "Liedje Bijgewerkt"
-
-#: ../../admin/flag.php:246
-#, fuzzy
-msgid "Flag Removed"
-msgstr "Markering verwijderd"
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr "Markering verwijderd van"
-
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
-msgstr ""
-
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
-msgstr "Liedjes Gedeactiveerd"
-
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
-msgstr "De gevraagde liedjes zijn gedeactiveerd"
-
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
-msgstr "Liedjes Geactiveerd"
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
+msgstr "Fout Gebruikersnaam Verplicht"
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
-msgstr "De Gevraagde liedjes zijn geactiveerd"
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
+msgstr "Fout Paswoorden zijn niet gelijk"
#: ../../admin/users.php:83
msgid "User Updated"
@@ -990,17 +207,44 @@ msgstr ""
msgid "updated"
msgstr ""
-#: ../../admin/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
-msgstr "Fout Gebruikersnaam bestaat al"
-
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
msgid "Guest"
msgstr "Gast"
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
+msgstr "Gebruiker"
+
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
+msgstr "Beheer"
+
#: ../../admin/users.php:129
msgid "New User Added"
msgstr ""
@@ -1013,6 +257,10 @@ msgstr ""
msgid "User Disabled"
msgstr ""
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
+msgstr "Fout"
+
#: ../../admin/users.php:142
msgid "Unable to Disabled last Administrator"
msgstr ""
@@ -1041,29 +289,37 @@ msgstr "Weet je zeker dat je dit permanent wilt verwijderem"
msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
#, fuzzy
msgid "Are you sure you want to remove this plugin?"
msgstr "Weet je zeker dat je deze speellijst wilt verwijderen?"
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
#, fuzzy
msgid "Plugin Deactivated"
msgstr "Module geactiveerd"
-#: ../../admin/modules.php:85
+#: ../../admin/modules.php:87
#, fuzzy
msgid "Plugin Activated"
msgstr "Module geactiveerd"
-#: ../../admin/modules.php:120
+#: ../../admin/modules.php:122
msgid "Plugins"
msgstr ""
-#: ../../admin/modules.php:126
+#: ../../admin/modules.php:128
msgid "Localplay Controllers"
msgstr ""
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
+msgstr ""
+
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
+msgstr ""
+
#: ../../admin/access.php:35
msgid "Deleted"
msgstr "Verwijderd"
@@ -1072,15 +328,34 @@ msgstr "Verwijderd"
msgid "Your Access List Entry has been removed"
msgstr "Uw Toegangs Regel is verwijderd"
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
+msgstr "Toegevoegd"
+
#: ../../admin/access.php:40
msgid "Your new Access List Entry has been created"
msgstr "Uw Nieuwe Toegangs Regel is gecreerd"
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
+msgstr "Bijgewerkt"
+
#: ../../admin/access.php:45
#, fuzzy
msgid "Access List Entry updated"
msgstr "Uw Toegangs Regel is bijgewerkt"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
+msgstr ""
+
#: ../../admin/mail.php:57
msgid "E-mail Sent"
msgstr "E-mail Verzonden"
@@ -1089,86 +364,294 @@ msgstr "E-mail Verzonden"
msgid "Your E-mail was successfully sent."
msgstr "Uw E-mail is succesvol verzonden."
-#: ../../admin/system.php:64
-#, fuzzy
-msgid "Export Failed"
-msgstr "Export Gefaalt"
-
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
msgstr ""
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
+#: ../../preferences.php:91
+msgid "Error Update Failed"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
-msgstr ""
+#: ../../flag.php:45
+#, fuzzy
+msgid "Item Flagged"
+msgstr "Item Gemarkeerd"
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
-msgstr "Speel"
+#: ../../flag.php:45
+#, fuzzy
+msgid "The specified item has been flagged"
+msgstr "Het gevraagde item is gemaarkeerd"
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+#, fuzzy
+msgid "Catalogs"
+msgstr "Catalogus"
+
+#: ../../templates/show_admin_tools.inc.php:33
+#: ../../templates/show_admin_tools.inc.php:73
+#: ../../templates/show_catalogs.inc.php:32
+#: ../../templates/show_catalogs.inc.php:60
+#: ../../templates/show_access_list.inc.php:43
+#: ../../templates/show_create_democratic.inc.php:26
+#: ../../templates/show_localplay_controllers.inc.php:32
+#: ../../templates/show_localplay_controllers.inc.php:63
+#: ../../templates/show_add_playlist.inc.php:28
+#: ../../templates/show_localplay_playlist.inc.php:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../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:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
+msgstr "Actie"
+
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
+msgstr "Voeg Toe"
+
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr "Verifieer"
+
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+#, fuzzy
+msgid "Clean"
+msgstr "Wis"
+
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
+msgstr "Alles"
+
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
+msgstr "Verwijder"
+
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
msgstr ""
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
+#: ../../templates/show_admin_tools.inc.php:68
+#, fuzzy
+msgid "No Catalogs Found"
+msgstr "Geen Catalogus Gevonden"
+
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+#, fuzzy
+msgid "Clean All"
+msgstr "Schoon Alle"
+
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
+msgstr "Verifieer Alle"
+
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+#, fuzzy
+msgid "Add to All"
+msgstr "Voeg Toe aan Alle"
+
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+#, fuzzy
+msgid "Update All"
+msgstr "Werk Alle bij"
+
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
+msgstr "Voeg Catalogus Toe"
+
+#: ../../templates/show_admin_tools.inc.php:83
+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:43
+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:48
+msgid "Clear Now Playing"
+msgstr "Leeg Nu Speelt"
+
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+#, fuzzy
+msgid "Generate New Config"
+msgstr "Schrijf Config"
+
+#: ../../templates/show_admin_tools.inc.php:93
+#, fuzzy
+msgid "Preferences Permissions"
+msgstr "Instellingen Permissies"
+
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
+msgstr "Exporteer naar Itunes DB"
+
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/show_admin_tools.inc.php:96
#, fuzzy
-msgid "Clear Playlist"
-msgstr "Maak Speellijst Leeg"
+msgid "Check for New Version"
+msgstr "Check voor Nieuwe Versie"
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+msgid "Object"
msgstr ""
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
-msgstr "Niet voldoende gegevens"
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr "Markeer"
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
+msgstr "Commentaar"
+
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
msgstr ""
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+#, fuzzy
+msgid "No Records Found"
+msgstr "Geen Records Gevonden"
+
#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
#: ../../templates/show_install_lang.inc.php:32
#: ../../templates/show_install_config.inc.php:32
+#: ../../templates/show_install.inc.php:32
msgid "Ampache Installation"
msgstr "Ampache Installatie"
#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
#: ../../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 "
@@ -1179,9 +662,9 @@ msgstr ""
"controleer of u voldoet aanonderstaande eisen"
#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
#: ../../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 ""
@@ -1197,9 +680,9 @@ msgstr ""
"hetampache.cfg.dist.php bestand"
#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
#: ../../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 "
@@ -1213,8 +696,8 @@ msgstr ""
"bewerken"
#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
#: ../../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"
@@ -1223,8 +706,8 @@ msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr "Stap 2 - Aanmaken vna het ampache.cfg.php bestand"
#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
#: ../../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"
@@ -1241,20 +724,30 @@ msgid "Create Admin Account"
msgstr "Maak een Beheer Account aan"
#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
#: ../../templates/show_now_playing_row.inc.php:29
#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
msgid "Username"
msgstr "Gebruikersnaam"
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
+msgstr "Paswoord"
+
#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_add_user.inc.php:63
#: ../../templates/show_account.inc.php:47
msgid "Confirm Password"
@@ -1264,917 +757,902 @@ msgstr "Typ Nogmaals uw paswoord"
msgid "Create Account"
msgstr "Maak Account aan"
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
-msgstr "Voeg Catalogus Toe"
+#: ../../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_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)"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-"In het formulier hieronder geef je een lokale directory (bijv. /data/music) "
-"of deurl naar een remote Ampache installatie (bijv. http://eenandervoorbeeld."
-"com) op"
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
-msgstr "Catalogus Naam"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
-msgstr "Automatisch toegevoegde velden"
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
+msgstr "Acties"
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr "album naam"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr "artiest naam"
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
+msgstr "XSPF Speler"
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
-msgstr "id3 commentaar"
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
+msgstr "Wijgeren"
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
+msgstr "Activeer"
+
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
-msgstr "nummer van liedje (voorafgaand met een 0)"
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
-msgstr "naam liedje"
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+#, fuzzy
+msgid "Song Title"
+msgstr "Naam Liedje"
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr "jaar"
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr "anders"
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
+msgstr "Artiest"
-#: ../../templates/show_add_catalog.inc.php:48
-#: ../../templates/show_catalogs.inc.php:33
-#: ../../templates/show_catalogs.inc.php:61
-msgid "Path"
-msgstr "Directory"
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
+msgstr "Genre"
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
-msgstr "Catalogus Type"
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
+msgstr "Speellijst"
-#: ../../templates/show_add_catalog.inc.php:55
-msgid "Local"
-msgstr "Lokaal"
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:56
-msgid "Remote"
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:62
-msgid "Required for Remote Catalogs"
-msgstr "Verplicht voor Remote Catalogus"
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Filename Pattern"
-msgstr "Bestands Patroon"
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
-msgstr "Directory Patroon"
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
-msgstr "(niet beginnen of eindigen met een '/')"
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
-msgstr "Vergaar Albums Hoesjes"
+#: ../../templates/sidebar_browse.inc.php:69
+msgid "All Playlists"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
-msgstr "Maak Speellijsten van m3u bestanden"
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
-msgstr "Voeg Catalogus Toe"
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
+msgstr "Onbekend"
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
-msgstr ""
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
+msgstr "Volledige Naam"
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
+msgstr "Laatst Gezien"
+
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
+msgstr "Activiteit"
+
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:33
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
#, fuzzy
-msgid "Repeat"
-msgstr "Herhalen"
+msgid "Recently Played"
+msgstr "Minst Gespeeld"
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
-msgstr "Willekeurig"
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
+msgstr "Album"
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
-msgstr "Voeg Toe"
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
+msgstr "Nummer"
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
-msgstr "Naam Speellijst"
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
+msgstr "Tijd"
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
-msgstr "# Liedjes"
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
+msgstr "Waardering"
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
-msgstr "Eigenaar"
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
+msgstr "Niet voldoende gegevens"
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
-msgstr "Acties"
+#: ../../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_album_row.inc.php:43
#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
msgid "Post Shout"
msgstr ""
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
+msgstr ""
+
#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
+#: ../../templates/show_playlist_song_row.inc.php:37
#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
#: ../../templates/show_playlist_row.inc.php:37
msgid "Edit"
msgstr "Bewerk"
-#: ../../templates/show_similar_artists.inc.php:23
+#: ../../templates/show_flag.inc.php:41
#, fuzzy
-msgid "Similar Artists"
-msgstr "Gelijkwaardige Artiest"
-
-#: ../../templates/show_similar_artists.inc.php:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr "Controleer aub de artiest die u wilt samenvoegen met de huidige"
+msgid "Flag Song"
+msgstr "Markeer Liedje"
-#: ../../templates/show_similar_artists.inc.php:66
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
#, fuzzy
-msgid "Back"
-msgstr "Terug"
+msgid "File"
+msgstr "bestand"
-#: ../../templates/show_similar_artists.inc.php:77
-#, fuzzy
-msgid "Rename selected"
-msgstr "Hernoem Geselecteerde"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
+msgstr ""
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
-msgstr "Annuleer"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr "Reden van markering"
-#: ../../templates/show_similar_artists.inc.php:91
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Geavanceerde Opties"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
+msgstr "Incorrecte Tags"
-#: ../../templates/show_similar_artists.inc.php:152
-#, fuzzy
-msgid "Search Again"
-msgstr "Doorzoek Opnieuw"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
+msgstr "Opnieuw encoderen"
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
-msgstr ""
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
+#, fuzzy
+msgid "Other"
+msgstr "anders"
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
-msgstr ""
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
+msgstr "van"
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
-msgstr ""
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+msgid "Found"
+msgstr "Gevonden"
-#: ../../templates/sidebar_localplay.inc.php:42
-msgid "Active Instance"
+#: ../../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/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
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_random.inc.php:22
-msgid "Play Random Selection"
-msgstr "Speel Willekeurige Selectie"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
+msgstr "Vereisten"
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
-msgstr "Item aantal"
+#: ../../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_random.inc.php:41
-msgid "From genre"
-msgstr "Van Genre"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr "Start Configuratie"
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
-msgstr "Lengte"
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
+msgstr ""
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
-msgstr "Ongelimiteerd"
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
+msgstr ""
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
+msgstr "Speel Album"
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
msgstr ""
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
-msgstr "Standaard"
-
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
-msgstr "Minst Gespeeld"
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
+msgstr ""
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
-msgstr "Volledige Albums"
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
+msgstr ""
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
-msgstr "Volledige Artiest"
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
+msgstr ""
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
msgstr ""
-#: ../../templates/show_random.inc.php:76
+#: ../../templates/show_localplay_status.inc.php:33
#, fuzzy
-msgid "From catalog"
-msgstr "Uit catalogus"
-
-#: ../../templates/show_random.inc.php:82
-msgid "Size Limit"
-msgstr "Grootte Limiet"
-
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
-msgstr ""
+msgid "Repeat"
+msgstr "Herhalen"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
-msgstr "Start Nieuwe Zoekopdracht voor liedje"
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
+msgstr "Willekeurig"
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
-msgstr "catalogus"
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+#, fuzzy
+msgid "Clear Playlist"
+msgstr "Maak Speellijst Leeg"
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_run_add_catalog.inc.php:24
-msgid "Found"
-msgstr "Gevonden"
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
+msgstr "Selecteer"
-#: ../../templates/show_adds_catalog.inc.php:25
-#: ../../templates/show_verify_catalog.inc.php:26
-#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
-#: ../../templates/show_clean_catalog.inc.php:25
-msgid "Reading"
-msgstr ""
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
+msgstr "Titel"
-#: ../../templates/show_playlist_edit.inc.php:26
-#, fuzzy
-msgid "Editing Playlist"
-msgstr "Bewerk Speellijst"
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
+msgstr "Bestandsnaam"
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
-msgstr "Publiek"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+msgstr "Tijd van toevoegen"
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
+#: ../../templates/show_disabled_songs.inc.php:65
#, fuzzy
-msgid "Update"
-msgstr "Bijwerken"
-
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
-msgstr "Inloggen"
+msgid "Remove"
+msgstr "Verwijder"
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
-msgstr "Onthoud mij"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
+msgstr ""
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
-msgstr "Registreer"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr "Voeg Entry Toe"
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
-msgstr "Bericht van de Dag"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr "Start Adres"
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
-msgstr "Actie"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr "Eind Adres"
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
-msgstr "Verifieer"
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
+msgstr "Niveau"
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-#, fuzzy
-msgid "Clean"
-msgstr "Wis"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
+msgstr "Sleutel"
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
+#: ../../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:62
+msgid "Type"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
-msgstr ""
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
+msgstr "Volledige Naam"
-#: ../../templates/show_admin_tools.inc.php:68
-#, fuzzy
-msgid "No Catalogs Found"
-msgstr "Geen Catalogus Gevonden"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
+msgstr "Registratie Datum"
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
#, fuzzy
-msgid "Clean All"
-msgstr "Schoon Alle"
+msgid "Last Ip"
+msgstr "Laatste Ip Adres"
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-msgid "Verify All"
-msgstr "Verifieer Alle"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
+msgstr "Actief"
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-#, fuzzy
-msgid "Add to All"
-msgstr "Voeg Toe aan Alle"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
#, fuzzy
-msgid "Update All"
-msgstr "Werk Alle bij"
+msgid "Base Playlist"
+msgstr "Basis Speellijst"
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr "Schoon Catalogus Statistieken op"
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
-msgstr "Andere Gereedschappen"
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr "Laat dubbele liedjes zien"
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
+msgstr "Liedjes"
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
-msgstr "Leeg Nu Speelt"
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr "Speel"
-#: ../../templates/show_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
-#, fuzzy
-msgid "Generate New Config"
-msgstr "Schrijf Config"
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
+msgstr "Maak Nieuwe Speellijst aan"
-#: ../../templates/show_admin_tools.inc.php:93
-#, fuzzy
-msgid "Preferences Permissions"
-msgstr "Instellingen Permissies"
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
+msgstr "Liedje"
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
-msgstr "Exporteer naar Itunes DB"
+#: ../../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_admin_tools.inc.php:95
-msgid "Show Inactive Users"
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:96
-#, fuzzy
-msgid "Check for New Version"
-msgstr "Check voor Nieuwe Versie"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
+msgstr ""
-#: ../../templates/show_flag.inc.php:41
-#, fuzzy
-msgid "Flag Song"
-msgstr "Markeer Liedje"
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
+msgstr "Web Directory"
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-#, fuzzy
-msgid "File"
-msgstr "bestand"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr "Gewenste Database Naam"
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "MySQL Hostnaam"
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
-msgstr "Reden van markering"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "MySQl Gebruikersnaam"
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr "Incorrecte Tags"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "MySQL Paswoord"
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
-msgstr "Commentaar"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr "Schrijf Config"
-#: ../../templates/show_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
-msgstr "Markeer"
+#: ../../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_admin.inc.php:27
-msgid "Show Catalogs"
-msgstr ""
+#: ../../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_admin.inc.php:31
-msgid "User Tools"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr "Check voor Config"
+
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
-msgstr "Voeg Gebruiker Toe"
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
+msgstr "Bewerk bestaande Gebruiker"
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr "Gebruikers toegangs niveau"
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
-msgstr "Zoek Dubbele"
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
+msgstr "Bewerk Gebruiker"
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
-msgstr "Mail Gebruikers"
+#: ../../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/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
-msgstr "Maak Stats Leeg"
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-#, fuzzy
-msgid "Song Title"
-msgstr "Naam Liedje"
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr "Waarde"
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
msgstr ""
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
-msgstr "Volledige Naam"
-
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
msgstr ""
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
-msgstr "Laatst Gezien"
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
+msgstr "Instelling"
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
-msgstr "Activiteit"
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr "Zoeken"
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-#: ../../templates/show_artist_box.inc.php:26
-msgid "Albums by"
-msgstr "Albums bij"
-
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Show All Songs By"
-msgstr "Alle Liedjes van"
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+#, fuzzy
+msgid "Create"
+msgstr "Creeer"
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Add All Songs By"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
-msgstr "Werk bij via tags"
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
msgstr ""
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
-msgstr "Album"
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr "Publiek"
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
-msgstr "Tijd"
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
+msgid "Private"
+msgstr "Prive"
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
-msgstr "Waardering"
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
+msgstr "Ga Verder"
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-#, fuzzy
-msgid "Current Playlist"
-msgstr "Huidige Speellijst"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
+msgstr "Annuleer"
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
-#, fuzzy
-msgid "No Records Found"
-msgstr "Geen Records Gevonden"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:352
+msgid "Home"
+msgstr "Begin"
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
-msgstr "Instelling"
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
+msgstr "Bladeren"
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr "Waarde"
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+#, fuzzy
+msgid "Localplay"
+msgstr "Lokaal Afspelen"
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
-msgstr "Pas toe op iedereen"
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
+msgstr "Instellingen"
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
-msgstr ""
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
+msgstr "Uitloggen"
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr "beschrijving"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr "Werk bij de"
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
+msgstr "Catalogus"
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
+msgstr "Liedje gevonden bezig met controleren van tag informatie"
-#: ../../templates/header.inc.php:71
-msgid "Log out"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
+msgstr "Geverifieerd"
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:56
-msgid "User Agreement"
-msgstr "Gebruikers Overeenkomst"
-
-#: ../../templates/show_user_registration.inc.php:65
-msgid "I Accept"
-msgstr "Ik ben Akkoord"
-
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
-msgstr "Gebruikers Informatie"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
+msgstr ""
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
-msgstr "Registreer Gebruiker"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "Volgende"
-#: ../../templates/show_edit_album.inc.php:23
+#: ../../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 "Edit Album"
-msgstr "Bewerk Album"
-
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
-msgstr "Jaar"
-
-#: ../../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 "Markeer voor opnieuw Taggen"
+msgid "Description"
+msgstr "beschrijving"
-#: ../../templates/show_edit_album.inc.php:47
+#: ../../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 "Update Album"
-msgstr "Werk Alle bij"
+msgid "Version"
+msgstr "PHP Versie"
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
-msgstr "Vereisten"
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
+msgstr "Deactiveer"
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-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_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+#, fuzzy
+msgid "Activate"
+msgstr "Activeer"
#: ../../templates/show_install.inc.php:54
msgid ""
@@ -2186,25 +1664,10 @@ msgstr ""
"met rechten om een database aan te mogen maken. Dit kan even duren naar "
"gelang de snelheid van uw computer"
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr " Stap 2 - Creeer het ampache.cfg.php bestand"
-
#: ../../templates/show_install.inc.php:61
msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
-msgstr "Gewenste Database Naam"
-
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
-msgstr "MySQL Hostnaam"
-
#: ../../templates/show_install.inc.php:73
msgid "MySQL Administrative Username"
msgstr "MySQl Administratieve Gebruikersnaam"
@@ -2233,51 +1696,285 @@ msgstr ""
msgid "Insert Database"
msgstr "Maak Database"
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
-msgstr "Start Configuratie"
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
+msgstr ""
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
-msgstr "Maak een nieuwe speellijst aan"
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
+msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_similar_artists.inc.php:23
#, fuzzy
-msgid "Create"
-msgstr "Creeer"
+msgid "Similar Artists"
+msgstr "Gelijkwaardige Artiest"
-#: ../../templates/show_edit_song.inc.php:23
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr "Controleer aub de artiest die u wilt samenvoegen met de huidige"
+
+#: ../../templates/show_similar_artists.inc.php:66
#, fuzzy
-msgid "Edit Song"
-msgstr "Bewerk Liedje"
+msgid "Back"
+msgstr "Terug"
+#: ../../templates/show_similar_artists.inc.php:77
+#, fuzzy
+msgid "Rename selected"
+msgstr "Hernoem Geselecteerde"
+
+#: ../../templates/show_similar_artists.inc.php:91
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Geavanceerde Opties"
+
+#: ../../templates/show_similar_artists.inc.php:152
+#, fuzzy
+msgid "Search Again"
+msgstr "Doorzoek Opnieuw"
+
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
+msgstr "Maak een nieuwe speellijst aan"
+
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
+msgstr "Hernoem"
+
+#: ../../templates/show_rename_artist.inc.php:33
+#: ../../templates/show_search.inc.php:106
+#: ../../templates/show_add_live_stream.inc.php:64
#: ../../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.php:106
msgid "OR"
msgstr "OF"
-#: ../../templates/show_edit_song.inc.php:88
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr "Voeg Huidige Toe"
+
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr "Werk id3 tags bij"
+
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
+msgstr ""
+
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../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 Song"
-msgstr "Werk Liedjes bij"
+msgid "Update"
+msgstr "Bijwerken"
-#: ../../templates/show_edit_catalog.inc.php:22
+#: ../../templates/show_playlist.inc.php:29
+msgid "Normalize Tracks"
+msgstr "Normalizeer Nummers"
+
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr ""
+
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
+msgstr ""
+
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
+
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr ""
+
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
+msgstr "Hoes"
+
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
+msgstr "Jaar"
+
+#: ../../templates/show_preference_admin.inc.php:22
#, fuzzy
-msgid "Settings for"
-msgstr "Instelling voor catalogus in"
+msgid "Preference Administration"
+msgstr "Beheer Instellingen"
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
-msgstr "Bestandsnaam patroon"
+#: ../../templates/show_localplay_playlist.inc.php:23
+#, fuzzy
+msgid "Current Playlist"
+msgstr "Huidige Speellijst"
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
-msgstr "Sla Catalogus instellingen op"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr "seconden geleden"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "minutes ago"
+msgstr "minuten geleden"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "hours ago"
+msgstr "uren geleden"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "days ago"
+msgstr "dagen geleden"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr "weken gelden"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr "maanden geleden"
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+#, fuzzy
+msgid "years ago"
+msgstr "jaren geleden"
+
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr "Doorzoek Ampache"
+
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
+msgstr "Kern Woorden"
+
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
+msgstr "Gespeeld"
+
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr "Ja"
+
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr "Nee"
+
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:95
+#, fuzzy
+msgid "One Star"
+msgstr "Een Ster"
+
+#: ../../templates/show_search.inc.php:96
+#, fuzzy
+msgid "Two Stars"
+msgstr "Twee Sterren"
+
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr "Drie Sterren"
+
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
+msgstr "Vier Sterren"
+
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
+msgstr "Vijf Sterren"
+
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
+msgstr "Combinatie"
+
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr "EN"
+
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
+msgstr "Methode"
+
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
+msgstr "Ongeveer"
+
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
+msgstr "Maximum resultaten"
+
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr "Ongelimiteerd"
+
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+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:60
+#: ../../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:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
+msgstr ""
#: ../../templates/show_edit_access.inc.php:22
msgid "Edit ACL"
@@ -2325,108 +2022,153 @@ msgstr "Eind IP Adres"
msgid "Remote Key"
msgstr "Remote Sleutel"
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
-msgstr "Niveau"
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
+msgstr "Bekijk"
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+#, fuzzy
+msgid "Read"
+msgstr "Lees"
+
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
+msgstr "Lezen/Schrijven"
+
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
-msgstr "Speel Album"
+#: ../../templates/show_user_registration.inc.php:56
+msgid "User Agreement"
+msgstr "Gebruikers Overeenkomst"
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
-msgstr "Liedje"
+#: ../../templates/show_user_registration.inc.php:65
+msgid "I Accept"
+msgstr "Ik ben Akkoord"
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
+msgstr "Gebruikers Informatie"
+
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
+msgstr "Registreer Gebruiker"
+
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
+msgstr "Inloggen"
+
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr "Onthoud mij"
+
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr "Registreer"
+
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
+msgstr "Bericht van de Dag"
+
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
-msgstr "Album Aanbeveling"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
+msgstr "Meest Populaire Artiesten"
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
-msgstr "Nummer Aanbeveling"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
+msgstr "Meest Populaire Albums"
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
-msgstr "IP Geschiedenis"
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
+msgstr "Meest Populaire Genres"
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
-msgstr "Laat Unieke zien"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
+msgstr "Meest Populaire Nummers"
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
+msgstr ""
+
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
+msgstr ""
+
+#: ../../templates/show_edit_song.inc.php:23
#, fuzzy
-msgid "Show All"
-msgstr "Alles"
+msgid "Edit Song"
+msgstr "Bewerk Liedje"
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
-msgstr "Datum"
+#: ../../templates/show_edit_song.inc.php:81
+#: ../../templates/show_edit_artist.inc.php:35
+#: ../../templates/show_edit_album.inc.php:41
+msgid "Flag for Retagging"
+msgstr "Markeer voor opnieuw Taggen"
-#: ../../templates/show_ip_history.inc.php:38
-#: ../../templates/show_ip_history.inc.php:52
+#: ../../templates/show_edit_song.inc.php:88
#, fuzzy
-msgid "IP Address"
-msgstr "Eind IP Adres"
+msgid "Update Song"
+msgstr "Werk Liedjes bij"
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
-msgstr "Bladeren"
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr "Catalogus Statistieken"
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
-msgstr "Uitloggen"
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr "Actieve Gebruikers"
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
-msgstr "Importeer speellijst vanuit een bestand"
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr "Gebruikers Totaal"
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
-msgstr "Bestandsnaam"
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr "Artiesten"
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
-msgstr "Speellijst Type"
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+msgid "Genres"
+msgstr ""
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
-msgstr "Importeer Speellijst"
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr "Catalogus Grootte"
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-msgstr "Bekijken"
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr "Catalogus Tijd"
#: ../../templates/show_mail_users.inc.php:23
#, fuzzy
@@ -2441,38 +2183,16 @@ msgstr "Mail naar"
msgid "Inactive Users"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr "Catalogus Statistieken"
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr "Meest Populaire Albums"
-
#: ../../templates/show_mail_users.inc.php:53
#, fuzzy
msgid "Latest Artist Additions"
msgstr "Laatste Toegevoegde Artiesten"
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr "Meest Populaire Artiesten"
-
#: ../../templates/show_mail_users.inc.php:64
#, fuzzy
msgid "Latest Album Additions"
msgstr "Laatste Toegevoegde Albums"
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr "Meest Populaire Nummers"
-
#: ../../templates/show_mail_users.inc.php:74
msgid "Flagged Songs"
msgstr ""
@@ -2500,72 +2220,74 @@ msgstr "Bericht"
msgid "Send Mail"
msgstr "Verzend Mail"
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
+msgstr "Nieuwe gebruiker toevoegen"
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr ""
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
+msgstr "Voeg Gebruiker Toe"
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
-msgstr ""
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+msgstr "Maak Toegang voor Host"
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
-msgstr "Laatste tien gemarkeerde records"
-
-#: ../../templates/show_preference_admin.inc.php:22
+#: ../../templates/show_add_access.inc.php:84
#, fuzzy
-msgid "Preference Administration"
-msgstr "Beheer Instellingen"
+msgid "Create ACL"
+msgstr "Maak Toegangs Entry aan"
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
-msgstr "Bewerk bestaande Gebruiker"
+#: ../../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_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
-msgstr "Gebruikers toegangs niveau"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr ""
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
-msgstr "Bewerk Gebruiker"
+#: ../../templates/show_playlist_edit.inc.php:26
+#, fuzzy
+msgid "Editing Playlist"
+msgstr "Bewerk Speellijst"
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
-msgstr "Actieve Gebruikers"
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
+msgstr "Registratie Compleet"
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
-msgstr "Gebruikers Totaal"
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
-msgstr "Catalogus Grootte"
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
+msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
-msgstr "Catalogus Tijd"
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
+msgstr ""
#: ../../templates/show_duplicates.inc.php:22
msgid "Duplicate Songs"
msgstr "Dubbele Liedjes"
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr "Lengte"
+
#: ../../templates/show_duplicates.inc.php:41
#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
msgid "Bitrate"
msgstr ""
@@ -2574,54 +2296,152 @@ msgstr ""
msgid "Size"
msgstr "Grootte"
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
-msgstr "Ga Verder"
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
+msgstr "Start Zoeken naar Album Hoes"
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
-msgid "Object"
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr "Doorzocht"
+
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
+#, fuzzy
+msgid "None"
+msgstr "Nee"
+
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr "Albums bij"
+
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr "Alle Liedjes van"
+
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Add All Songs By"
msgstr ""
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
+msgstr "Werk bij via tags"
+
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr "Speel Willekeurige Selectie"
+
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr "Item aantal"
+
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr "Van Genre"
+
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+#, fuzzy
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "uur"
+msgstr[1] "uur"
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
+msgstr "Standaard"
+
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
+msgstr "Minst Gespeeld"
+
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
+msgstr "Volledige Albums"
+
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
+msgstr "Volledige Artiest"
+
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
msgstr ""
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
+#: ../../templates/show_random.inc.php:76
+#, fuzzy
+msgid "From catalog"
+msgstr "Uit catalogus"
+
+#: ../../templates/show_random.inc.php:82
+msgid "Size Limit"
+msgstr "Grootte Limiet"
+
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
msgstr ""
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
+msgstr "Nu Speelt"
+
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr "Bekijken"
+
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
msgstr ""
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
+#: ../../templates/sidebar_preferences.inc.php:18
+#, fuzzy
+msgid "Account"
+msgstr "Maak Account aan"
+
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
msgstr ""
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr "Hernoem"
+#: ../../templates/sidebar_preferences.inc.php:34
+#, fuzzy
+msgid "Localplay Modules"
+msgstr "Lokaal Afspelen"
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr "Voeg Huidige Toe"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr "Aanwezige Plugins"
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr "Werk id3 tags bij"
+#: ../../templates/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
+msgstr "Zoek Dubbele"
#: ../../templates/show_duplicate.inc.php:27
msgid "Search Type"
@@ -2639,53 +2459,31 @@ msgstr "Artiest, Album en Titel"
msgid "Search Disabled Songs"
msgstr ""
-#: ../../templates/show_playlist.inc.php:30
-msgid "Normalize Tracks"
-msgstr "Normalizeer Nummers"
-
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
-msgstr ""
-
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
-msgstr "Volgende"
-
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-#, fuzzy
-msgid "Base Playlist"
-msgstr "Basis Speellijst"
-
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
-msgstr "Maak Nieuwe Speellijst aan"
-
#: ../../templates/show_get_albumart.inc.php:23
msgid "Customize Search"
msgstr "Pas Zoekopdracht aan"
@@ -2703,32 +2501,98 @@ msgstr "Lokaal Hoesje"
msgid "Get Art"
msgstr "Haal Hoesje op"
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-#, fuzzy
-msgid "Description"
-msgstr "beschrijving"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
+#: ../../templates/show_search_options.inc.php:23
#, fuzzy
-msgid "Version"
-msgstr "PHP Versie"
+msgid "Options"
+msgstr "Acties"
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-#, fuzzy
-msgid "Activate"
-msgstr "Activeer"
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:46
+#: ../../templates/show_edit_catalog.inc.php:22
#, fuzzy
-msgid "Deactivate"
-msgstr "Deactiveer"
+msgid "Settings for"
+msgstr "Instelling voor catalogus in"
+
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../templates/show_add_catalog.inc.php:35
+msgid "Auto-inserted Fields"
+msgstr "Automatisch toegevoegde velden"
+
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
+msgstr "album naam"
+
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
+msgstr "artiest naam"
+
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
+msgstr "id3 commentaar"
+
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr "nummer van liedje (voorafgaand met een 0)"
+
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:41
+msgid "song title"
+msgstr "naam liedje"
+
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
+msgstr "jaar"
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr "anders"
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr "Catalogus Type"
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr "Bestandsnaam patroon"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr "Directory Patroon"
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr "(niet beginnen of eindigen met een '/')"
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
+msgstr "Sla Catalogus instellingen op"
#: ../../templates/show_democratic_playlist.inc.php:38
#, fuzzy
@@ -2749,19 +2613,6 @@ msgstr ""
msgid "Add Vote"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
-msgstr "Meest Populaire Genres"
-
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr ""
-
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr ""
-
#: ../../templates/show_edit_artist.inc.php:23
#, fuzzy
msgid "Edit Artist"
@@ -2771,6 +2622,64 @@ msgstr "Artiest"
msgid "Update Artist"
msgstr ""
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
+msgstr "Dit Gebruikers Account is Geactiveerd en kan gebruikt worden"
+
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+msgstr ""
+
+#: ../../templates/show_edit_album.inc.php:23
+#, fuzzy
+msgid "Edit Album"
+msgstr "Bewerk Album"
+
+#: ../../templates/show_edit_album.inc.php:47
+#, fuzzy
+msgid "Update Album"
+msgstr "Werk Alle bij"
+
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr "Laatste tien gemarkeerde records"
+
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+#, fuzzy
+msgid "Show All"
+msgstr "Alles"
+
+#: ../../templates/show_plugins.inc.php:46
+#, fuzzy
+msgid "Deactivate"
+msgstr "Deactiveer"
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr "Democratisch"
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
+msgstr ""
+
#: ../../templates/show_play_selected.inc.php:28
msgid "Play Selected"
msgstr "Speel Geselecteerde"
@@ -2791,215 +2700,195 @@ msgstr "Verwijder Geselecteerd Nummers"
msgid "Add to"
msgstr "Voeg Toe"
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr "Nieuwe gebruiker toevoegen"
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
+msgstr "IP Geschiedenis"
-#: ../../templates/show_export.inc.php:32
-#: ../../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_ip_history.inc.php:26
+msgid "Show Unique"
+msgstr "Laat Unieke zien"
-#: ../../templates/show_export.inc.php:51
-msgid "Format"
-msgstr ""
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
+msgstr "Datum"
-#: ../../templates/show_export.inc.php:61
-msgid "Export"
+#: ../../templates/show_ip_history.inc.php:38
+#: ../../templates/show_ip_history.inc.php:52
+#, fuzzy
+msgid "IP Address"
+msgstr "Eind IP Adres"
+
+#: ../../templates/show_add_catalog.inc.php:27
+msgid ""
+"In the form below enter either a local path (i.e. /data/music) or the URL to "
+"a remote Ampache installation (i.e http://theotherampache.com)"
msgstr ""
+"In het formulier hieronder geef je een lokale directory (bijv. /data/music) "
+"of deurl naar een remote Ampache installatie (bijv. http://eenandervoorbeeld."
+"com) op"
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
-msgstr "XSPF Speler"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
+msgstr "Catalogus Naam"
-#: ../../templates/show_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
-msgstr "Hoes"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr "Lokaal"
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
msgstr ""
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
-msgstr ""
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
+msgstr "Verplicht voor Remote Catalogus"
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
-msgstr "Reset Album Hoes"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
+msgstr "Bestands Patroon"
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
-msgstr "Zoek Album Hoes"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
+msgstr "Maak Speellijsten van m3u bestanden"
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
-msgstr ""
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr "Voeg Catalogus Toe"
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
-msgstr "Volledige Naam"
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
+msgstr ""
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
-msgstr "Registratie Datum"
+#: ../../templates/show_export.inc.php:51
+msgid "Format"
+msgstr ""
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
-#, fuzzy
-msgid "Last Ip"
-msgstr "Laatste Ip Adres"
+#: ../../templates/show_export.inc.php:61
+msgid "Export"
+msgstr ""
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
-msgstr "Actief"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr "Aanbevelingen"
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
-msgstr "van"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
-msgstr "Werk bij de"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr "Album Aanbeveling"
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
-msgstr "Liedje gevonden bezig met controleren van tag informatie"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
+msgstr "Nummer Aanbeveling"
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
-msgstr "Geverifieerd"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
+msgstr "Importeer speellijst vanuit een bestand"
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
-msgstr ""
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr "Speellijst Type"
-#: ../../templates/show_big_art.inc.php:29
-msgid "Album Art"
-msgstr "Album Hoes"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr "Importeer Speellijst"
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
-msgstr "Klik om venster te sluiten"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr "Favorieten"
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
-msgstr "Vorige"
+#: ../../templates/show_user_stats.inc.php:30
+#, fuzzy
+msgid "Favorite Artists"
+msgstr "Favorieten"
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:43
+#, fuzzy
+msgid "Favorite Albums"
+msgstr "Favorieten"
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:56
+#, fuzzy
+msgid "Favorite Songs"
+msgstr "Favorieten"
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:18
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
#, fuzzy
-msgid "Account"
-msgstr "Maak Account aan"
+msgid "Statistics"
+msgstr "Statistieken"
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:32
-msgid "Modules"
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:34
-#, fuzzy
-msgid "Localplay Modules"
-msgstr "Lokaal Afspelen"
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
+msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
-msgstr "Aanwezige Plugins"
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
+msgstr ""
-#: ../../templates/show_account.inc.php:40
-#, fuzzy
-msgid "New Password"
-msgstr "Nieuwe Paswoord"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
+msgstr ""
-#: ../../templates/show_account.inc.php:64
-#, fuzzy
-msgid "Update Account"
-msgstr "Maak Account aan"
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
+msgstr ""
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
-msgstr "Bezig met Bewerken"
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
+msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
-msgstr "instellingen"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
+msgstr ""
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
-msgstr "Werk Instellingen bij"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
+msgstr "Mail Gebruikers"
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
-msgstr ""
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr "Maak Stats Leeg"
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
-msgstr "Start Zoeken naar Album Hoes"
-
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
-msgstr "Doorzocht"
-
#: ../../templates/show_clean_catalog.inc.php:23
#, fuzzy
msgid "Cleaning the"
@@ -3009,6 +2898,14 @@ msgstr "Bijwerken van"
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 "
@@ -3072,10 +2969,8 @@ 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"
+"support is required for Ampache"
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
@@ -3106,11 +3001,6 @@ msgstr ""
"limieten kunnen aanpassen. Dit is niet verplicht maar kan wel ten koste gaan "
"van bepaalde onderdelen van Ampache"
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php Bestaat"
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -3121,11 +3011,6 @@ msgstr ""
"op de goede locatie aanwezig of\n"
"\t niet leesbaar door de webserver."
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php Geconfigureerd?"
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -3143,370 +3028,460 @@ msgid ""
msgstr ""
"Hier proberen we de database te benaderen met de waarden vanuit amapche"
-#: ../../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_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
-#: ../../templates/show_search.inc.php:72
-msgid "Played"
-msgstr "Gespeeld"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr "Bezig met Bewerken"
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
-msgstr "Ja"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr "instellingen"
-#: ../../templates/show_search.inc.php:77
-msgid "No"
-msgstr "Nee"
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr "Werk Instellingen bij"
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
msgstr ""
-#: ../../templates/show_search.inc.php:95
+#: ../../templates/show_account.inc.php:40
#, fuzzy
-msgid "One Star"
-msgstr "Een Ster"
+msgid "New Password"
+msgstr "Nieuwe Paswoord"
-#: ../../templates/show_search.inc.php:96
+#: ../../templates/show_account.inc.php:64
#, fuzzy
-msgid "Two Stars"
-msgstr "Twee Sterren"
-
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
-msgstr "Drie Sterren"
+msgid "Update Account"
+msgstr "Maak Account aan"
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
-msgstr "Vier Sterren"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "Vorige"
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
-msgstr "Vijf Sterren"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr ""
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
-msgstr "Combinatie"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr ""
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
-msgstr "EN"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../templates/show_search.inc.php:111
-msgid "Method"
-msgstr "Methode"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
+msgstr ""
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
-msgstr "Ongeveer"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
+msgstr ""
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
msgstr ""
-#: ../../templates/show_search.inc.php:118
-msgid "Maximum Results"
-msgstr "Maximum resultaten"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
+msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
msgstr ""
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
msgstr ""
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
+msgstr "Reset Album Hoes"
+
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
+msgstr "Zoek Album Hoes"
+
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
-msgstr "Voeg Entry Toe"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
+msgstr "Naam Speellijst"
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
-msgstr "Start Adres"
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
+msgstr "# Liedjes"
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
-msgstr "Eind Adres"
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
+msgstr "Eigenaar"
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
-msgstr "Sleutel"
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
+msgstr ""
-#: ../../templates/show_add_access.inc.php:22
-msgid "Add Access for a Host"
-msgstr "Maak Toegang voor Host"
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
+msgstr ""
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
msgstr ""
-#: ../../templates/show_add_access.inc.php:84
-#, fuzzy
-msgid "Create ACL"
-msgstr "Maak Toegangs Entry aan"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
-msgstr "Selecteer"
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
-msgstr "Tijd van toevoegen"
+#: ../../lib/class/flag.class.php:251
+#, fuzzy
+msgid "Approved"
+msgstr "Verplaatst"
-#: ../../templates/show_disabled_songs.inc.php:65
+#: ../../lib/class/flag.class.php:252
#, fuzzy
-msgid "Remove"
-msgstr "Verwijder"
+msgid "Pending"
+msgstr "Bezig met Toevoegen"
-#: ../../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"
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
+msgstr "Opnieuw Taggen"
+
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
+msgstr "Beheer Gebruikers"
+
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
+msgstr "Speellijsten"
+
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
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"
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
msgstr ""
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
-msgstr "Web Directory"
+#: ../../lib/class/browse.class.php:777
+#, fuzzy
+msgid "Flagged Records"
+msgstr "Gemarkeerd door"
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
-msgstr "MySQl Gebruikersnaam"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
+msgstr "Fout met connectie naar"
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
-msgstr "MySQL Paswoord"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
+msgstr ""
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
-msgstr "Schrijf Config"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
+msgstr "Reden"
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
-msgstr "Check voor Config"
+#: ../../lib/class/catalog.class.php:177
+#, fuzzy
+msgid "day"
+msgid_plural "days"
+msgstr[0] "dag"
+msgstr[1] "dag"
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
-msgstr ""
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
+msgstr "Start Remote Synchronisatie"
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
-msgstr ""
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
+msgstr "Fout: Kan niet openen"
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
-msgstr "Dit Gebruikers Account is Geactiveerd en kan gebruikt worden"
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
+msgstr "Fout: Kan niet naar directory veranderen"
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
-msgstr ""
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
+msgstr "Fout: Kan bestands grootte niet opvragen voor"
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
-msgstr ""
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
+msgstr "is niet leesbaar voor Ampache"
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
+msgstr "Geen Update Nodig"
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
+msgstr "Bezig met bijwerken van Remote Catalogus"
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
+msgstr "Speellijst toegevoegd van"
+
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
+msgstr "Bijwerken Catalogus Gereed"
+
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
+msgstr "Totale Tijd"
+
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
+msgstr "Totaal Aantal Liedjes"
+
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
+msgstr "Liedjes per Seconde"
+
+#: ../../lib/class/catalog.class.php:1210
+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:1269
+msgid "Completed updating remote catalog(s)"
+msgstr "Klaar met Bijwerken van Remote Catalogus(sen)"
+
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
+msgstr "Opschoning Catalogus Gereed"
+
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
+msgstr "files verwijderd"
+
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "Update Finished."
+msgstr "Bijwerken Catalogus Gereed"
+
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "Checked"
+msgstr "Bezig met Controleren"
+
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "songs updated."
+msgstr "liedjes bijgewerkt."
+
+#: ../../lib/class/localplay.class.php:642
+msgid "Stopped"
+msgstr "Gestopt"
+
+#: ../../lib/class/localplay.class.php:645
+#, fuzzy
+msgid "Paused"
+msgstr "Gespeeld"
+
+#: ../../lib/preferences.php:189
+msgid "M3U"
msgstr ""
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
msgstr ""
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
+#: ../../lib/preferences.php:191
+msgid "PLS"
msgstr ""
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
-msgstr "Wijgeren"
+#: ../../lib/preferences.php:192
+msgid "Asx"
+msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
+#: ../../lib/preferences.php:193
+msgid "RAM"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
+#: ../../lib/preferences.php:194
+msgid "XSPF"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
-msgstr "Registratie Compleet"
+#: ../../lib/preferences.php:228
+#, fuzzy
+msgid "Disabled"
+msgstr "Deactiveer"
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
+#: ../../lib/preferences.php:230
+msgid "Manager"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
msgstr ""
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
-msgstr "Fout: Geen Zoekwoord opgegeven"
+#: ../../lib/preferences.php:262
+msgid "Always"
+msgstr ""
-#: ../../ratings.php:32
-msgid "Rating Updated"
-msgstr "Waardering Bijgewerkt"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr "Niet Afspelen"
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
-msgstr "Uw Waardeering voor dit object is bijgewerkt"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr "Het is vrij slecht"
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
-msgstr "Gebruiker gedeactiveerd neem contact op met beheerder"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr "Het is goed"
-#: ../../login.php:83
-msgid "Unable to create new account"
-msgstr "Niet in staat op nieuw account aan te maken"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr "Het is Vrij Goed"
-#: ../../login.php:92
-msgid "No local account found"
-msgstr "Geen lokaal account gevonden"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr "Ik ben er gek van"
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
-msgstr ""
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr "Het is te Gek"
-#: ../../preferences.php:91
-msgid "Error Update Failed"
-msgstr ""
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr "Niet te geloven"
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
-msgstr ""
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
+msgstr "Simpel Chinees"
-#: ../../update.php:47 ../../update.php:51
-#, fuzzy
-msgid "Ampache Update"
-msgstr "Ampache Bijwerken"
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr "Aan"
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
-msgstr "Start met bijwerken vanuit Tags"
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr "Uit"
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
-msgstr "Bijwerken vanuit Tags voltooid"
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr ""
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
-msgstr "Terug"
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr ""
-#: ../../artists.php:188
-msgid "Show Artists starting with"
-msgstr "Artiesten beginnend met"
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr ""
-#: ../../playlist.php:57
-msgid "Playlist Created"
-msgstr "Speellijst aangemaakt"
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr "Lokaal Afspelen"
-#: ../../playlist.php:57
-msgid " has been created"
-msgstr " is aangemaakt"
+#: ../../lib/ui.lib.php:361
+#, fuzzy
+msgid "Random Play"
+msgstr "Willekeurig Aspelen"
-#: ../../playlist.php:78
-msgid "Playlist Updated"
-msgstr "Speellijst bijgewerkt"
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
+#, fuzzy
+msgid "Admin-Catalog"
+msgstr "Voeg Catalogus Toe"
-#: ../../playlist.php:79
+#: ../../lib/ui.lib.php:381
#, fuzzy
-msgid "has been updated and is now"
-msgstr " is bijgewerkt"
+msgid "Admin-User Management"
+msgstr "Gebruikers Overeenkomst"
-#: ../../playlist.php:101
+#: ../../lib/ui.lib.php:385
#, fuzzy
-msgid "Playlist Imported"
-msgstr "Speellijst bijgewerkt"
+msgid "Admin-Mail Users"
+msgstr "Mail Gebruikers"
-#: ../../playlist.php:130
+#: ../../lib/ui.lib.php:389
#, fuzzy
-msgid "Empty Playlists Deleted"
-msgstr "Speellijst Verwijderd"
+msgid "Admin-Manage Access Lists"
+msgstr "Toegangs Regels"
-#: ../../flag.php:45
+#: ../../lib/ui.lib.php:393
#, fuzzy
-msgid "Item Flagged"
-msgstr "Item Gemarkeerd"
+msgid "Admin-Site Preferences"
+msgstr "Beheer Site Instellingen"
-#: ../../flag.php:45
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr "Beheer Modules"
+
+#: ../../lib/ui.lib.php:401
#, fuzzy
-msgid "The specified item has been flagged"
-msgstr "Het gevraagde item is gemaarkeerd"
+msgid "Browse Music"
+msgstr "Bladeren"
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
+msgstr ""
#: ../../albums.php:32
msgid "Album Art Cleared"
@@ -3534,51 +3509,114 @@ msgstr ""
msgid "Album Art Inserted"
msgstr "Album Hoesje Toegevoegd"
-#: ../../register.php:73
-msgid "Error Captcha Required"
-msgstr "Fout: Verificatie Verplicht"
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
+msgstr "Start met bijwerken vanuit Tags"
-#: ../../register.php:80
-msgid "Error Captcha Failed"
-msgstr "Fout: Verificatie Niet Goed"
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
+msgstr "Bijwerken vanuit Tags voltooid"
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
-msgstr "U <U>moet</U> de gebruikersovereenkomst accepteren"
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
+msgstr "Terug"
-#: ../../register.php:92
-msgid "You did not enter a username"
-msgstr "U heeft geen gebruikersnaam opgegeven"
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
+msgstr ""
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr "Vul uw voor- en achternaam in"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
+msgstr ""
-#: ../../register.php:122
-msgid "You must enter a password"
-msgstr "U moet een paswoord opgeven"
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
+msgstr ""
-#: ../../register.php:126
-msgid "Your passwords do not match"
-msgstr "Uw opgegeven paswoorden komen niet overeen"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr "bestand"
-#: ../../register.php:158
-msgid "Error: Insert Failed"
-msgstr "Fout: Gebruiker kon niet worden aangemaakt"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr "Bestands uploads niet gesupport"
-#: ../../radio.php:50
-msgid "Radio Station Added"
+#: ../../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)"
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../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."
-#: ../../democratic.php:92
-#, fuzzy
-msgid "Playlist Cleared"
+#: ../../playlist.php:57
+msgid "Playlist Created"
msgstr "Speellijst aangemaakt"
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " is aangemaakt"
+
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr "Speellijst bijgewerkt"
+
+#: ../../playlist.php:79
+#, fuzzy
+msgid "has been updated and is now"
+msgstr " is bijgewerkt"
+
+#: ../../playlist.php:101
+#, fuzzy
+msgid "Playlist Imported"
+msgstr "Speellijst bijgewerkt"
+
+#: ../../playlist.php:130
+#, fuzzy
+msgid "Empty Playlists Deleted"
+msgstr "Speellijst Verwijderd"
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr "Gebruiker gedeactiveerd neem contact op met beheerder"
+
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr "Niet in staat op nieuw account aan te maken"
+
+#: ../../login.php:92
+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:188
+msgid "Show Artists starting with"
+msgstr "Artiesten beginnend met"
+
#: ../../bin/print_tags.inc:66
msgid ""
"[print_tags.php.inc]\n"
@@ -3592,6 +3630,56 @@ msgstr ""
msgid "Filename:"
msgstr "Bestandsnaam"
+#~ msgid " FOUND"
+#~ msgstr " GEVONDEN"
+
+#~ msgid "Searching for new Album Art"
+#~ msgstr "Bezig met zoeken naar nieuwe album hoes"
+
+#~ msgid "English"
+#~ msgstr "Amerikaans Engels"
+
+#~ msgid "British English"
+#~ msgstr "Engels"
+
+#~ msgid "Turkish"
+#~ msgstr "Turks"
+
+#, fuzzy
+#~ msgid "Export Failed"
+#~ msgstr "Export Gefaalt"
+
+#~ msgid "description"
+#~ msgstr "beschrijving"
+
+#~ 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 ""
+#~ "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"
+
+#~ msgid "Rating Updated"
+#~ msgstr "Waardering Bijgewerkt"
+
+#~ msgid "Your rating for this object has been updated"
+#~ msgstr "Uw Waardeering voor dit object is bijgewerkt"
+
+#, fuzzy
+#~ msgid "Playlist Cleared"
+#~ msgstr "Speellijst aangemaakt"
+
#~ msgid "days"
#~ msgstr "dagen"
@@ -3873,10 +3961,6 @@ msgstr "Bestandsnaam"
#~ msgid "Rebuild Preferences"
#~ msgstr "Herlaad Instellingen"
-#, fuzzy
-#~ msgid "Options"
-#~ msgstr "Acties"
-
#~ msgid ""
#~ "Use the form below to add a host that you want to have access to your "
#~ "Ampache catalog."
diff --git a/locale/ru_RU/LC_MESSAGES/messages.mo b/locale/ru_RU/LC_MESSAGES/messages.mo
index 2578b9e8..a743d873 100644
--- a/locale/ru_RU/LC_MESSAGES/messages.mo
+++ b/locale/ru_RU/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/ru_RU/LC_MESSAGES/messages.po b/locale/ru_RU/LC_MESSAGES/messages.po
index e3aa90be..03fe01a3 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: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\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"
@@ -17,928 +17,172 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%"
"10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr " : , "
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-msgid "Private"
-msgstr ""
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr ""
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr ": "
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr ""
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr ""
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-msgid "Read"
-msgstr ""
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr "/"
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:176
-msgid "day"
-msgid_plural "days"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr ": "
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr ": "
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr " ampache"
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1204
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
-msgstr " XMLRPC, XML-RPC "
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
-msgstr " , "
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Update Finished."
-msgstr " "
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Checked"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "songs updated."
-msgstr " ."
-
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
-msgstr " ()"
-
-#: ../../lib/class/flag.class.php:251
-msgid "Approved"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:252
-msgid "Pending"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr " "
-
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-msgid "Other"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr ""
-
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
-msgstr " "
-
-#: ../../lib/class/localplay.class.php:642
-msgid "Stopped"
-msgstr ""
-
-#: ../../lib/class/localplay.class.php:645
-msgid "Paused"
-msgstr ""
-
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
-msgstr ": "
-
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
-msgstr ": "
-
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-msgid "Genres"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
-msgstr " "
-
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
-msgstr " "
-
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
-msgstr " "
-
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-msgid "Catalogs"
-msgstr ""
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr " "
-
-#: ../../lib/class/browse.class.php:748
-msgid "Flagged Records"
-msgstr " "
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr " "
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr " "
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr " "
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr ""
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr " MyStrands"
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr ""
-
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
-msgstr " "
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr ""
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr ""
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr " "
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
-msgstr " !"
-
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
-msgstr ""
-
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
-msgstr ""
-
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr ""
-
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
-msgstr ""
-
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-msgid "None"
-msgstr ""
-
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
-msgstr " "
-
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
-msgstr ""
-
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-msgid "Localplay"
-msgstr " "
-
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
-msgstr ""
-
-#: ../../lib/preferences.php:189
-msgid "M3U"
-msgstr "M3U"
-
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
-msgstr " M3U"
-
-#: ../../lib/preferences.php:191
-msgid "PLS"
-msgstr "PLS"
-
-#: ../../lib/preferences.php:192
-msgid "Asx"
-msgstr "Asx"
-
-#: ../../lib/preferences.php:193
-msgid "RAM"
-msgstr "RAM"
-
-#: ../../lib/preferences.php:194
-msgid "XSPF"
-msgstr "XSPF"
-
-#: ../../lib/preferences.php:228
-msgid "Disabled"
-msgstr ""
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
-msgstr ""
-
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr ""
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
-msgstr ""
-
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr " "
-
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
-msgstr " "
-
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
-msgstr " "
-
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
-msgstr " "
-
-#: ../../lib/preferences.php:262
-msgid "Always"
-msgstr ""
-
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
-msgstr "English"
-
-#: ../../lib/general.lib.php:398
-msgid "British English"
-msgstr ""
-
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
-msgstr ""
+#: ../../register.php:73
+msgid "Error Captcha Required"
+msgstr " "
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
+#: ../../register.php:80
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/general.lib.php:467
-msgid "On"
-msgstr ""
-
-#: ../../lib/general.lib.php:470
-msgid "Off"
-msgstr ""
-
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
-msgstr " "
-
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
-msgstr " "
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
-msgstr " "
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
-msgstr " "
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
-msgstr " "
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
-msgstr " "
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
-msgstr " "
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
-msgstr " "
-
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
-msgstr " "
-
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
-msgstr ""
-
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
-msgstr ""
-
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
-msgstr " "
-
-#: ../../lib/ui.lib.php:350
-msgid "Random Play"
-msgstr " "
-
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr ""
-
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
-msgstr ""
-
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
-msgstr ""
-
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-msgid "Admin-Catalog"
-msgstr "-"
-
-#: ../../lib/ui.lib.php:370
-msgid "Admin-User Management"
-msgstr "- "
-
-#: ../../lib/ui.lib.php:374
-msgid "Admin-Mail Users"
-msgstr "- "
-
-#: ../../lib/ui.lib.php:378
-msgid "Admin-Manage Access Lists"
-msgstr "- "
-
-#: ../../lib/ui.lib.php:382
-msgid "Admin-Site Preferences"
-msgstr "- "
-
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
-msgstr "- "
-
-#: ../../lib/ui.lib.php:390
-msgid "Browse Music"
-msgstr " "
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
+msgstr " <U></U> "
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
-msgstr ""
+#: ../../register.php:92
+msgid "You did not enter a username"
+msgstr " "
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
-msgid "Statistics"
-msgstr ""
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
+msgstr ", ( )"
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
-msgstr " "
+#: ../../register.php:122
+msgid "You must enter a password"
+msgstr " "
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr ""
+#: ../../register.php:126
+msgid "Your passwords do not match"
+msgstr " "
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
-msgstr ""
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
+msgstr ": "
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr ""
+#: ../../register.php:158
+msgid "Error: Insert Failed"
+msgstr ": "
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
-msgstr " "
+#: ../../update.php:47 ../../update.php:51
+msgid "Ampache Update"
+msgstr " Ampache"
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
-msgstr ""
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
+msgstr " : , "
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr ""
+#: ../../radio.php:50
+msgid "Radio Station Added"
+msgstr " "
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr ""
+#: ../../admin/flag.php:89
+msgid "Song Updated"
+msgstr " "
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
-msgid "Recently Played"
-msgstr " "
+#: ../../admin/flag.php:89
+msgid "The requested song has been updated"
+msgstr " "
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
-msgstr " "
+#: ../../admin/flag.php:131
+msgid "Album Updated"
+msgstr " "
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
-msgstr " "
+#: ../../admin/flag.php:173
+msgid "Artist Updated"
+msgstr " "
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
-msgstr ""
+#: ../../admin/flag.php:238
+msgid "Songs Updated"
+msgstr " "
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
-msgstr ""
+#: ../../admin/flag.php:246
+msgid "Flag Removed"
+msgstr " "
-#: ../../modules/horde/Browser.php:867
-msgid "file"
-msgstr ""
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
+msgstr " "
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr " ."
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
+msgstr " "
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
-msgstr " "
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
+msgstr " "
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr " : %s ."
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
+msgstr " () "
-#: ../../modules/horde/Browser.php:901
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was larger than the maximum "
-"allowed size (%d bytes)."
-msgstr ""
-" : %s "
-" (%d )."
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
+msgstr " "
-#: ../../modules/horde/Browser.php:903
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr " : %s ."
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
+msgstr "() () "
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
msgid "Catalog Updated"
msgstr " "
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "Catalog Deleted"
msgstr " "
-#: ../../admin/catalog.php:103
+#: ../../admin/catalog.php:110
msgid "The Catalog and all associated records have been deleted"
msgstr " "
-#: ../../admin/catalog.php:112
+#: ../../admin/catalog.php:119
msgid "Songs Removed"
msgstr " "
-#: ../../admin/catalog.php:115
+#: ../../admin/catalog.php:122
msgid "No Songs Removed"
msgstr " "
-#: ../../admin/catalog.php:118
+#: ../../admin/catalog.php:125
msgid "Disabled Songs Processed"
msgstr " "
-#: ../../admin/catalog.php:138
+#: ../../admin/catalog.php:146
msgid "Catalog Cleaned"
msgstr " "
-#: ../../admin/catalog.php:188
+#: ../../admin/catalog.php:197
msgid "Catalog Created"
msgstr " "
-#: ../../admin/catalog.php:205
+#: ../../admin/catalog.php:214
msgid "Catalog statistics cleared"
msgstr " "
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "Now Playing Cleared"
msgstr " "
-#: ../../admin/catalog.php:222
+#: ../../admin/catalog.php:231
msgid "All now playing data has been cleared"
msgstr " "
-#: ../../admin/catalog.php:232
+#: ../../admin/catalog.php:241
msgid "No Disabled songs found"
msgstr " "
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Delete Catalog"
msgstr " "
-#: ../../admin/catalog.php:241
+#: ../../admin/catalog.php:250
msgid "Do you really want to delete this catalog?"
msgstr " ?"
-#: ../../admin/catalog.php:260
+#: ../../admin/catalog.php:270
msgid "Album Art Search Finished"
msgstr " "
-#: ../../admin/flag.php:89
-msgid "Song Updated"
-msgstr " "
-
-#: ../../admin/flag.php:89
-msgid "The requested song has been updated"
-msgstr " "
-
-#: ../../admin/flag.php:131
-msgid "Album Updated"
-msgstr " "
-
-#: ../../admin/flag.php:173
-msgid "Artist Updated"
-msgstr " "
-
-#: ../../admin/flag.php:238
-msgid "Songs Updated"
-msgstr " "
-
-#: ../../admin/flag.php:246
-msgid "Flag Removed"
-msgstr " "
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr " "
-
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
-msgstr " "
-
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
-msgstr " "
-
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
-msgstr " () "
-
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
-msgstr " "
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
+msgstr ": "
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
-msgstr "() () "
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
+msgstr ": "
#: ../../admin/users.php:83
msgid "User Updated"
@@ -948,17 +192,44 @@ msgstr " "
msgid "updated"
msgstr ""
-#: ../../admin/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
-msgstr ": "
-
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
msgid "Guest"
msgstr ""
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
+msgstr ""
+
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
+msgstr ""
+
#: ../../admin/users.php:129
msgid "New User Added"
msgstr " "
@@ -971,6 +242,10 @@ msgstr " "
msgid "User Disabled"
msgstr " "
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
+msgstr ""
+
#: ../../admin/users.php:142
msgid "Unable to Disabled last Administrator"
msgstr " "
@@ -999,26 +274,34 @@ msgstr " "
msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
msgid "Are you sure you want to remove this plugin?"
msgstr " ?"
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
msgid "Plugin Deactivated"
msgstr " "
-#: ../../admin/modules.php:85
+#: ../../admin/modules.php:87
msgid "Plugin Activated"
msgstr " "
-#: ../../admin/modules.php:120
+#: ../../admin/modules.php:122
msgid "Plugins"
msgstr ""
-#: ../../admin/modules.php:126
+#: ../../admin/modules.php:128
msgid "Localplay Controllers"
msgstr " "
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
+msgstr ""
+
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
+msgstr ""
+
#: ../../admin/access.php:35
msgid "Deleted"
msgstr ""
@@ -1027,14 +310,33 @@ msgstr ""
msgid "Your Access List Entry has been removed"
msgstr " "
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
+msgstr ""
+
#: ../../admin/access.php:40
msgid "Your new Access List Entry has been created"
msgstr " "
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
+msgstr ""
+
#: ../../admin/access.php:45
msgid "Access List Entry updated"
msgstr " "
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
+msgstr ""
+
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
+msgstr ""
+
#: ../../admin/mail.php:57
msgid "E-mail Sent"
msgstr "- "
@@ -1043,84 +345,282 @@ msgstr "- "
msgid "Your E-mail was successfully sent."
msgstr " - "
-#: ../../admin/system.php:64
-msgid "Export Failed"
-msgstr " "
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
+msgstr ""
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
-msgstr ""
+#: ../../preferences.php:91
+msgid "Error Update Failed"
+msgstr " "
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
-msgstr ""
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
+msgstr " "
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
-msgstr " "
+#: ../../flag.php:45
+msgid "Item Flagged"
+msgstr " "
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
-msgstr ""
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
+msgstr " "
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+msgid "Catalogs"
+msgstr ""
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
-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:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../templates/show_edit_live_stream_row.inc.php:26
+#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52
+msgid "Name"
+msgstr ""
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
-msgstr " "
+#: ../../templates/show_admin_tools.inc.php:34
+#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
+msgstr ""
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
-msgstr " "
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
+msgstr ""
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
-msgid "Clear Playlist"
-msgstr " "
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
+msgstr ""
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
+msgstr ""
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
-msgstr " "
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
+msgstr ""
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
+msgstr ""
+
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
+msgstr ""
+
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+msgid "Update All"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:83
+msgid "Clear Catalog Stats"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:43
+msgid "Other Tools"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:48
+msgid "Clear Now Playing"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
+msgstr " Itunes "
+
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
+msgstr " "
+
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr " "
+
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+msgid "Object"
+msgstr ""
+
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
+msgstr ""
+
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
+msgstr ""
+
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
+msgstr ""
+
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+msgid "No Records Found"
+msgstr " "
#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
#: ../../templates/show_install_lang.inc.php:32
#: ../../templates/show_install_config.inc.php:32
+#: ../../templates/show_install.inc.php:32
msgid "Ampache Installation"
msgstr " Ampache"
#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
#: ../../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 "
@@ -1131,9 +631,9 @@ msgstr ""
" :"
#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
#: ../../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 ""
@@ -1148,9 +648,9 @@ msgstr ""
"cfg.php.dist"
#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
#: ../../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 "
@@ -1163,8 +663,8 @@ msgstr ""
"Ampache, /config/ampache.cfg.php"
#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
#: ../../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"
@@ -1173,8 +673,8 @@ msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr " 2 - Ampache.cfg.php"
#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
#: ../../templates/show_install_config.inc.php:53
+#: ../../templates/show_install.inc.php:57
msgid "Step 3 - Setup Initial Account"
msgstr " 3 - "
@@ -1192,20 +692,30 @@ msgid "Create Admin Account"
msgstr " "
#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
#: ../../templates/show_now_playing_row.inc.php:29
#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
msgid "Username"
msgstr " "
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
+msgstr ""
+
#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
#: ../../templates/show_add_user.inc.php:63
#: ../../templates/show_account.inc.php:47
msgid "Confirm Password"
@@ -1215,891 +725,887 @@ msgstr " "
msgid "Create Account"
msgstr " "
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
-msgstr " "
-
-#: ../../templates/show_add_catalog.inc.php:27
-msgid ""
-"In the form below enter either a local path (i.e. /data/music) or the URL to "
-"a remote Ampache installation (i.e http://theotherampache.com)"
-msgstr ""
-" (. /data/music), URL "
-" Apache (.http://theotherampache.com)"
-
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
-msgstr " "
-
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
-msgstr " "
-
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
-msgstr " "
-
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
-msgstr " "
-
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
-msgstr "id3 "
-
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr ""
-
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
-msgstr " ( 0)"
-
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
-msgstr " "
-
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
-msgstr ""
-
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
-msgstr ""
-
-#: ../../templates/show_add_catalog.inc.php:48
#: ../../templates/show_catalogs.inc.php:33
#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
msgid "Path"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
-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:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
-msgstr "XML-RPC "
-
-#: ../../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:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
-msgstr " "
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
+msgstr " "
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
-msgstr "( '/')"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
+msgstr " "
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
-msgstr " "
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
+msgstr ""
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
-msgstr " m3u "
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
+msgstr " "
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
-msgstr " "
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
+msgstr "XSPF "
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
-msgstr " "
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
-msgstr ""
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
-msgstr " "
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
-msgstr " "
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
-msgstr ""
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+msgid "Song Title"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:33
-msgid "Repeat"
-msgstr ""
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
+msgstr ""
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
-msgstr ""
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
-msgstr ""
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
+msgstr ""
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
msgstr ""
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
-msgstr "# "
-
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
-msgstr ""
-
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
-msgstr ""
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
+msgstr " "
-#: ../../templates/show_album_row.inc.php:43
-#: ../../templates/show_song_row.inc.php:37
-msgid "Post Shout"
-msgstr ""
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
+msgstr ""
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
-#: ../../templates/show_live_stream_row.inc.php:31
-#: ../../templates/show_playlist_row.inc.php:37
-msgid "Edit"
-msgstr ""
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
+msgstr " "
-#: ../../templates/show_similar_artists.inc.php:23
-msgid "Similar Artists"
-msgstr " "
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
+msgstr " "
-#: ../../templates/show_similar_artists.inc.php:25
-msgid "Please check the artists you want to merge with the current one"
-msgstr ""
-" , "
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
+msgstr ""
-#: ../../templates/show_similar_artists.inc.php:66
-msgid "Back"
-msgstr ""
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
+msgstr ""
-#: ../../templates/show_similar_artists.inc.php:77
-msgid "Rename selected"
-msgstr " "
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
+msgstr " "
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
-msgstr ""
+#: ../../templates/sidebar_browse.inc.php:69
+msgid "All Playlists"
+msgstr " "
-#: ../../templates/show_similar_artists.inc.php:91
-msgid "Advanced Options"
-msgstr " "
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
+msgstr ""
-#: ../../templates/show_similar_artists.inc.php:152
-msgid "Search Again"
-msgstr " "
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
+msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
-msgstr " "
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
+msgstr " "
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
-msgstr " "
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
+msgstr " "
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
-msgstr " "
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
+msgstr " "
-#: ../../templates/sidebar_localplay.inc.php:42
-msgid "Active Instance"
-msgstr " "
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
+msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
-msgstr " "
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
+msgstr " "
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
-msgstr ""
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
+msgstr " "
-#: ../../templates/show_user_stats.inc.php:30
-msgid "Favorite Artists"
-msgstr " "
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
+msgstr " "
-#: ../../templates/show_user_stats.inc.php:43
-msgid "Favorite Albums"
-msgstr " "
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
+msgid "Recently Played"
+msgstr " "
-#: ../../templates/show_user_stats.inc.php:56
-msgid "Favorite Songs"
-msgstr " "
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
+msgstr ""
-#: ../../templates/show_random.inc.php:22
-msgid "Play Random Selection"
-msgstr " "
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
+msgstr ""
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
-msgstr ""
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
+msgstr ""
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
-msgstr ""
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
+msgstr ""
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
-msgstr ""
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
+msgstr " "
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
-msgstr ""
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
+msgstr " "
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
+msgstr " "
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
-msgstr ""
+#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
+msgid "Post Shout"
+msgstr ""
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
-msgstr ""
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
+msgstr ""
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
-msgstr " "
+#: ../../templates/show_song_row.inc.php:46
+#: ../../templates/show_playlist_song_row.inc.php:37
+#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
+#: ../../templates/show_playlist_row.inc.php:37
+msgid "Edit"
+msgstr ""
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
-msgstr ""
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr " "
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
-msgstr ""
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
+msgstr ""
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
-msgstr " "
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
+msgstr ""
-#: ../../templates/show_random.inc.php:76
-msgid "From catalog"
-msgstr " "
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
+msgstr " "
-#: ../../templates/show_random.inc.php:82
-msgid "Size Limit"
-msgstr " "
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
+msgstr " "
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
-msgstr " "
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
+msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
-msgstr " "
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
+msgid "Other"
+msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
-msgstr ""
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
+msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:24
#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
msgid "Found"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:25
+#: ../../templates/show_run_add_catalog.inc.php:25
#: ../../templates/show_verify_catalog.inc.php:26
#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
#: ../../templates/show_clean_catalog.inc.php:25
+#: ../../templates/show_adds_catalog.inc.php:25
msgid "Reading"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:26
-msgid "Editing Playlist"
-msgstr " "
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
+msgstr " "
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
-msgstr ""
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
+msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
-msgid "Update"
-msgstr ""
+#: ../../templates/show_install_lang.inc.php:43
+#: ../../templates/show_install_config.inc.php:42
+#: ../../templates/show_install.inc.php:44
+msgid ""
+"Your webserver has read access to the /sql/ampache.sql file and the /config/"
+"ampache.cfg.php.dist file"
+msgstr ""
+" /sql/ampache.sql /config/ampache."
+"cfg.php.dist"
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
-msgstr ""
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
+msgstr " "
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
-msgstr " "
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
+msgstr ""
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
-msgstr ""
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
+msgstr " "
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
-msgstr " "
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
+msgstr " "
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
-msgstr ""
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
+msgstr " "
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
-msgstr ""
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-msgid "Clean"
-msgstr ""
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
+msgstr " "
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
-msgstr ""
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
+msgstr " "
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
-msgstr " "
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:68
-msgid "No Catalogs Found"
-msgstr " "
+#: ../../templates/show_localplay_status.inc.php:33
+msgid "Repeat"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
-msgid "Clean All"
-msgstr " "
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-msgid "Verify All"
-msgstr " "
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
+msgstr " "
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-msgid "Add to All"
-msgstr " "
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
-msgid "Update All"
-msgstr " "
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr " "
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
-msgstr " "
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
+msgstr " "
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr " "
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
-msgstr " "
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
+msgstr "Ampache "
-#: ../../templates/show_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
-msgid "Generate New Config"
-msgstr " "
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
+msgstr " "
-#: ../../templates/show_admin_tools.inc.php:93
-msgid "Preferences Permissions"
-msgstr " "
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
+msgstr " "
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
-msgstr " Itunes "
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
+msgstr " "
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
-msgstr " "
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:96
-msgid "Check for New Version"
-msgstr " "
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
+msgstr ""
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-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:62
+msgid "Type"
+msgstr ""
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
-msgstr ""
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
+msgstr " "
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
-msgstr ""
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
+msgstr " "
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
-msgstr " "
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
+msgid "Last Ip"
+msgstr " IP"
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
-msgstr " "
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
+msgstr ""
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
-msgstr ""
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
+msgstr " "
-#: ../../templates/show_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
-msgstr ""
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
+msgstr " "
-#: ../../templates/sidebar_admin.inc.php:27
-msgid "Show Catalogs"
-msgstr " "
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
-msgstr ""
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
+msgstr " "
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
-msgstr " "
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
-msgstr " "
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
-msgstr " "
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
+msgstr " "
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
-msgstr " ACL"
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
-msgstr " ACL"
+#: ../../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/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
-msgstr " "
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
+msgstr ""
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
-msgstr " "
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
+msgstr " "
-#: ../../templates/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
-msgstr " "
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
+msgstr " "
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
-msgstr " "
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
+msgstr " "
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
-msgstr " "
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
+msgstr "MySQL "
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
-msgstr " "
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr "MySQL "
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr "MySQL "
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-msgid "Song Title"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
+msgstr " "
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
+msgstr "Ampache.cfg.php "
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
-msgstr " "
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
+msgstr "Ampache.cfg.php ?"
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
-msgstr " "
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
+msgstr " "
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
-msgstr ""
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
+msgstr " 3"
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
-msgstr ""
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
+msgstr " "
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
-msgstr " "
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
+msgstr "-"
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
-msgstr " "
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr " "
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
-msgstr " "
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
+msgstr " "
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
-msgstr " "
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
+msgstr " "
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
-msgstr " "
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
+msgstr " "
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
-msgstr ""
+#: ../../templates/show_edit_album_row.inc.php:35
+#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
+msgid "Various"
+msgstr ""
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
-msgstr " "
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
+msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
-msgstr " "
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
+msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
-msgstr " "
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-#: ../../templates/show_artist_box.inc.php:26
-msgid "Albums by"
-msgstr ""
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Show All Songs By"
-msgstr " "
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Add All Songs By"
-msgstr " "
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
-msgstr " "
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
-msgstr " "
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
+msgstr ""
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
-msgstr " "
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
+msgstr ""
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
-msgstr ""
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
+msgstr ""
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
-msgstr ""
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
+msgstr ""
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
-msgstr ""
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
+msgstr ""
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-msgid "Current Playlist"
-msgstr " "
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
+msgstr ""
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
-msgid "No Records Found"
-msgstr " "
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
+#: ../../templates/show_debug.inc.php:81
#: ../../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
#: ../../templates/show_user_preferences.inc.php:36
msgid "Preference"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
-msgstr ""
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
-msgstr " "
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
-msgstr " "
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
+msgstr " "
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
-msgstr ""
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
-msgstr " "
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+msgid "Create"
+msgstr ""
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
-msgstr " "
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
+msgstr " "
-#: ../../templates/header.inc.php:71
-msgid "Log out"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
+msgstr ""
+
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
+msgstr ""
+
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
+msgstr " "
+
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
+msgstr ""
+
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
+msgid "Private"
+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:352
+msgid "Home"
+msgstr ""
+
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
+msgstr ""
+
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+msgid "Localplay"
+msgstr " "
+
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
+msgstr ""
+
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
msgstr ""
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
-msgstr ": "
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
+msgstr ""
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
-msgstr ""
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
+msgstr ""
-#: ../../templates/show_user_registration.inc.php:56
-msgid "User Agreement"
-msgstr " "
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
+msgstr " "
-#: ../../templates/show_user_registration.inc.php:65
-msgid "I Accept"
-msgstr " "
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
+msgstr ""
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
-msgstr " "
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
+msgstr ""
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
-msgstr "-"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
+msgstr "."
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
-msgstr " "
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
+msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
-msgstr " "
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
+msgstr ""
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
-msgstr ""
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
+msgstr "."
-#: ../../templates/show_edit_album.inc.php:41
-#: ../../templates/show_edit_song.inc.php:81
-#: ../../templates/show_edit_artist.inc.php:35
-msgid "Flag for Retagging"
-msgstr " "
+#: ../../templates/show_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_edit_album.inc.php:47
-msgid "Update Album"
-msgstr " "
+#: ../../templates/show_localplay_controllers.inc.php:34
+#: ../../templates/show_localplay_controllers.inc.php:65
+#: ../../templates/show_plugins.inc.php:34
+#: ../../templates/show_plugins.inc.php:63
+msgid "Version"
+msgstr ""
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
-msgstr ""
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
+msgstr ""
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-msgid ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.php.dist file"
-msgstr ""
-" /sql/ampache.sql /config/ampache."
-"cfg.php.dist"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
+msgstr ""
#: ../../templates/show_install.inc.php:54
msgid ""
@@ -2111,25 +1617,10 @@ msgstr ""
" mysql . "
" ."
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
-msgstr " 2 - Ampache.cfg.php"
-
#: ../../templates/show_install.inc.php:61
msgid "Insert Ampache Database"
msgstr " "
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
-msgstr " "
-
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
-msgstr "MySQL "
-
#: ../../templates/show_install.inc.php:73
msgid "MySQL Administrative Username"
msgstr "MySQL -"
@@ -2158,47 +1649,272 @@ msgstr " "
msgid "Insert Database"
msgstr " "
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
-msgstr " "
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
+msgstr " "
+
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
+msgstr " "
+
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
+msgstr " "
+
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
+msgstr ""
+" , "
+
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
+msgstr ""
+
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
+msgstr " "
+
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
+msgstr " "
+
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
+msgstr " "
#: ../../templates/show_add_playlist.inc.php:24
msgid "Create a new playlist"
msgstr " "
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
-msgid "Create"
-msgstr ""
-
-#: ../../templates/show_edit_song.inc.php:23
-msgid "Edit Song"
-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_add_live_stream.inc.php:64
#: ../../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.php:106
msgid "OR"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:88
-msgid "Update Song"
-msgstr " "
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
+msgstr " "
-#: ../../templates/show_edit_catalog.inc.php:22
-msgid "Settings for"
-msgstr " "
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
+msgstr " id3 "
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
-msgstr " "
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
+msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
-msgstr " "
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:55
+#: ../../templates/show_edit_access.inc.php:83
+#: ../../templates/show_playlist_edit.inc.php:47
+#: ../../templates/show_play_selected.inc.php:64
+msgid "Update"
+msgstr ""
+
+#: ../../templates/show_playlist.inc.php:29
+msgid "Normalize Tracks"
+msgstr " "
+
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
+msgstr " "
+
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
+msgstr " "
+
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
+msgstr " "
+
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
+msgstr " "
+
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
+msgstr " "
+
+#: ../../templates/header.inc.php:71
+msgid "Log out"
+msgstr ""
+
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
+msgstr ": "
+
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
+msgstr ""
+
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
+msgstr ""
+
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
+msgstr " "
+
+#: ../../templates/show_localplay_playlist.inc.php:23
+msgid "Current Playlist"
+msgstr " "
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
+msgstr " "
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
+msgstr " "
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
+msgstr " "
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
+msgstr " "
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
+msgstr " "
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr " "
+
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
+msgstr " "
+
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
+msgstr " "
+
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
+msgstr " "
+
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:77
+msgid "No"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
+msgstr " "
+
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
+msgstr " "
+
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
+msgstr " "
+
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
+msgstr " "
+
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
+msgstr " "
+
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
+msgstr " "
+
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
+msgstr ""
+
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
+msgstr " "
+
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr ""
+
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+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 " URL"
+
+#: ../../templates/show_add_live_stream.inc.php:49
+#: ../../templates/show_live_streams.inc.php:38
+#: ../../templates/show_live_streams.inc.php:60
+#: ../../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:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
+msgstr ""
#: ../../templates/show_edit_access.inc.php:22
msgid "Edit ACL"
@@ -2244,106 +1960,150 @@ msgstr " IP "
msgid "Remote Key"
msgstr " "
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
-msgstr ""
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
+msgstr ""
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
-msgstr ""
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+msgid "Read"
+msgstr ""
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
-msgstr " "
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
+msgstr "/"
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
-msgstr ""
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
+msgstr ""
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
-msgstr " "
+#: ../../templates/show_user_registration.inc.php:56
+msgid "User Agreement"
+msgstr " "
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
-msgstr " "
+#: ../../templates/show_user_registration.inc.php:65
+msgid "I Accept"
+msgstr " "
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
-msgstr " "
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
+msgstr " "
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
-msgstr " "
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
+msgstr " "
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
-msgstr " IP"
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
-msgstr " "
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
+msgstr " "
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
-msgid "Show All"
-msgstr " "
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
-msgstr ""
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
+msgstr " "
-#: ../../templates/show_ip_history.inc.php:38
-#: ../../templates/show_ip_history.inc.php:52
-msgid "IP Address"
-msgstr "IP "
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
+msgstr " "
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
-msgstr ""
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
+msgstr " "
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
-msgstr ""
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
+msgstr " "
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
-msgstr " "
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
+msgstr " "
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
-msgstr ""
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
+msgstr " "
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
-msgstr " "
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
+msgstr " "
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
-msgstr " "
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
+msgstr " "
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
-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:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr " "
+
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr " "
+
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+msgid "Genres"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr " "
+
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
+msgstr " "
#: ../../templates/show_mail_users.inc.php:23
msgid "Send E-mail to Users"
@@ -2357,36 +2117,14 @@ msgstr " "
msgid "Inactive Users"
msgstr " "
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr " "
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr " "
-
#: ../../templates/show_mail_users.inc.php:53
msgid "Latest Artist Additions"
msgstr " "
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr " "
-
#: ../../templates/show_mail_users.inc.php:64
msgid "Latest Album Additions"
msgstr " "
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr " "
-
#: ../../templates/show_mail_users.inc.php:74
msgid "Flagged Songs"
msgstr " "
@@ -2412,71 +2150,74 @@ msgstr ""
msgid "Send Mail"
msgstr " "
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr " "
-
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
-msgstr " "
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
+msgstr " "
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
-msgstr " "
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
+msgstr " "
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
-msgstr ""
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
+msgstr " "
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
-msgstr " "
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
+msgstr " XML-RPC"
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
-msgstr " "
+#: ../../templates/show_add_access.inc.php:84
+msgid "Create ACL"
+msgstr " ACL"
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
-msgstr " "
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
+msgstr " "
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
-msgstr " "
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
+msgstr " "
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
-msgstr " "
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
+msgstr " "
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
-msgstr ""
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
+msgstr " "
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
-msgstr " "
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
+msgstr ""
+" . - "
+" "
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
-msgstr " "
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
+msgstr " "
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
-msgstr " "
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
+msgstr " "
#: ../../templates/show_duplicates.inc.php:22
msgid "Duplicate Songs"
msgstr " "
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr ""
+
#: ../../templates/show_duplicates.inc.php:41
#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
msgid "Bitrate"
msgstr ""
@@ -2485,54 +2226,149 @@ msgstr ""
msgid "Size"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
-msgstr ""
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
+msgstr " "
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
-msgid "Object"
-msgstr ""
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr ""
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
-msgstr ""
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
+msgid "None"
+msgstr ""
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
-msgstr ""
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
+msgstr ""
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
-msgstr ""
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
+msgstr " "
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
-msgstr ""
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Add All Songs By"
+msgstr " "
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
-msgstr " "
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
+msgstr " "
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
-msgstr " "
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
+msgstr " "
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
-msgstr ""
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
+msgstr " "
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
-msgstr " "
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
+msgstr " "
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
-msgstr " id3 "
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
+msgstr " "
+
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
+msgstr ""
+
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
+msgstr " "
+
+#: ../../templates/show_random.inc.php:76
+msgid "From catalog"
+msgstr " "
+
+#: ../../templates/show_random.inc.php:82
+msgid "Size Limit"
+msgstr " "
+
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
+msgstr " "
+
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
+msgstr " "
+
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
+msgstr ""
+
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
+msgstr ""
+
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
+msgstr ""
+
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
+msgstr " "
+
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
+msgstr ""
+
+#: ../../templates/sidebar_preferences.inc.php:34
+msgid "Localplay Modules"
+msgstr " "
+
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
+msgstr " "
+
+#: ../../templates/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
+msgstr " "
#: ../../templates/show_duplicate.inc.php:27
msgid "Search Type"
@@ -2550,51 +2386,30 @@ msgstr ", "
msgid "Search Disabled Songs"
msgstr " "
-#: ../../templates/show_playlist.inc.php:30
-msgid "Normalize Tracks"
-msgstr " "
-
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
-msgstr " "
-
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
-msgstr " "
-
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
-msgstr "."
-
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
-msgstr ""
-
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
-msgstr ""
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
+msgstr " "
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
-msgstr "."
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
+msgstr " "
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
-msgstr " "
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
+msgstr " "
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-msgid "Base Playlist"
-msgstr " "
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
+msgstr " "
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
-msgstr " "
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
+msgstr ""
#: ../../templates/show_get_albumart.inc.php:23
msgid "Customize Search"
@@ -2612,28 +2427,96 @@ msgstr " "
msgid "Get Art"
msgstr " "
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-msgid "Description"
-msgstr ""
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
+msgstr " Ampache"
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
-msgid "Version"
-msgstr ""
+#: ../../templates/show_search_options.inc.php:23
+msgid "Options"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-msgid "Activate"
-msgstr ""
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
+msgstr ""
-#: ../../templates/show_plugins.inc.php:46
-msgid "Deactivate"
-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:35
+msgid "Auto-inserted Fields"
+msgstr " "
+
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
+msgstr " "
+
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
+msgstr " "
+
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
+msgstr "id3 "
+
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr " ( 0)"
+
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:41
+msgid "song title"
+msgstr " "
+
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr " "
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
+msgstr "XML-RPC "
+
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr " "
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr " "
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr "( '/')"
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
+msgstr " "
#: ../../templates/show_democratic_playlist.inc.php:38
msgid "Playing from base Playlist"
@@ -2652,19 +2535,6 @@ msgstr " "
msgid "Add Vote"
msgstr " "
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
-msgstr " "
-
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
-msgstr " "
-
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
-msgstr " "
-
#: ../../templates/show_edit_artist.inc.php:23
msgid "Edit Artist"
msgstr " "
@@ -2673,6 +2543,60 @@ msgstr " "
msgid "Update Artist"
msgstr " "
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
+msgstr " "
+
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
+msgstr " ID "
+
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr " "
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+msgstr " "
+
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
+msgstr " "
+
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
+msgstr " "
+
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr " "
+
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+msgid "Show All"
+msgstr " "
+
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr " "
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
+msgstr ""
+
#: ../../templates/show_play_selected.inc.php:28
msgid "Play Selected"
msgstr " "
@@ -2693,209 +2617,188 @@ msgstr " "
msgid "Add to"
msgstr " "
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr " "
-
-#: ../../templates/show_export.inc.php:32
-#: ../../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_ip_history.inc.php:23
+msgid "IP History"
+msgstr " IP"
-#: ../../templates/show_export.inc.php:51
-msgid "Format"
-msgstr ""
+#: ../../templates/show_ip_history.inc.php:26
+msgid "Show Unique"
+msgstr " "
-#: ../../templates/show_export.inc.php:61
-msgid "Export"
-msgstr ""
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
+msgstr ""
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
-msgstr "XSPF "
+#: ../../templates/show_ip_history.inc.php:38
+#: ../../templates/show_ip_history.inc.php:52
+msgid "IP Address"
+msgstr "IP "
-#: ../../templates/show_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
-msgstr ""
+#: ../../templates/show_add_catalog.inc.php:27
+msgid ""
+"In the form below enter either a local path (i.e. /data/music) or the URL to "
+"a remote Ampache installation (i.e http://theotherampache.com)"
+msgstr ""
+" (. /data/music), URL "
+" Apache (.http://theotherampache.com)"
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
-msgstr " "
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
+msgstr " "
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
-msgstr " "
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
+msgstr ""
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
-msgstr " "
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
+msgstr ""
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
-msgstr " "
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
+msgstr " "
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
-msgstr ""
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
+msgstr " "
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
-msgstr " "
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
+msgstr " m3u "
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
-msgstr " "
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
+msgstr " "
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
-msgid "Last Ip"
-msgstr " IP"
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
+msgstr " "
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
-msgstr ""
+#: ../../templates/show_export.inc.php:51
+msgid "Format"
+msgstr ""
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
-msgstr ""
+#: ../../templates/show_export.inc.php:61
+msgid "Export"
+msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
-msgstr ""
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
+msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
-msgstr " "
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
+msgstr " "
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
-msgstr ""
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
+msgstr " "
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
-msgstr " "
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
+msgstr " "
-#: ../../templates/show_big_art.inc.php:29
-msgid "Album Art"
-msgstr " "
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
+msgstr " "
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
-msgstr " "
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
+msgstr " "
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
-msgstr "."
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
+msgstr " "
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
+msgstr ""
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
+msgstr " "
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
-msgstr " "
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
+msgstr " "
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
+msgstr " "
-#: ../../templates/sidebar_preferences.inc.php:18
-msgid "Account"
-msgstr ""
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
+msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
-msgstr " "
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
+msgstr " "
-#: ../../templates/sidebar_preferences.inc.php:32
-msgid "Modules"
-msgstr ""
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
+msgid "Statistics"
+msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:34
-msgid "Localplay Modules"
-msgstr " "
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
+msgstr " "
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
-msgstr " "
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
+msgstr ""
-#: ../../templates/show_account.inc.php:40
-msgid "New Password"
-msgstr " "
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
+msgstr ""
-#: ../../templates/show_account.inc.php:64
-msgid "Update Account"
-msgstr " "
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
+msgstr ""
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
-msgstr ""
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
+msgstr " "
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
-msgstr ""
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
+msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
-msgstr ""
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
+msgstr " "
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
-msgstr ""
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
+msgstr " "
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
-msgstr " "
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
+msgstr " ACL"
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
-msgstr " Ampache"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
+msgstr " ACL"
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
-msgstr " URL"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
+msgstr " "
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
-msgstr " "
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
+msgstr " "
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
-msgstr " "
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
+msgstr " "
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
-msgstr ""
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
+msgstr " "
#: ../../templates/show_clean_catalog.inc.php:23
msgid "Cleaning the"
@@ -2905,6 +2808,14 @@ msgstr ""
msgid "Checking"
msgstr ""
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr " "
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr ""
+
#: ../../templates/show_test.inc.php:33
msgid ""
"You've reached this page because a configuration error has occured. Debug "
@@ -2965,10 +2876,8 @@ msgstr " PHP ICONV"
#: ../../templates/show_test.inc.php:115
msgid ""
"This test checks to make sure you have Iconv support installed. Iconv "
-"support is not required for Ampache, but it is highly recommended"
+"support is required for Ampache"
msgstr ""
-" Iconv. Iconv Ampache, "
-" ."
#: ../../templates/show_test.inc.php:119
msgid "PHP PCRE Support"
@@ -2996,11 +2905,6 @@ msgstr ""
" . , "
" Ampache ."
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr "Ampache.cfg.php "
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -3011,11 +2915,6 @@ msgstr ""
" ampache.cfg.php ,\n"
"\t -."
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr "Ampache.cfg.php ?"
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -3035,362 +2934,443 @@ msgid ""
msgstr ""
" ampache.cfg.php"
-#: ../../templates/show_search.inc.php:26
-msgid "Search Ampache"
-msgstr ""
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
+msgstr ""
-#: ../../templates/show_search.inc.php:30
-msgid "Keywords"
-msgstr " "
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
+msgstr ""
-#: ../../templates/show_search.inc.php:72
-msgid "Played"
-msgstr ""
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
+msgstr ""
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
-msgstr ""
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
+msgstr " "
-#: ../../templates/show_search.inc.php:77
-msgid "No"
-msgstr ""
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
+msgstr ""
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
-msgstr " "
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
+msgstr " "
-#: ../../templates/show_search.inc.php:95
-msgid "One Star"
-msgstr " "
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
+msgstr " "
-#: ../../templates/show_search.inc.php:96
-msgid "Two Stars"
-msgstr " "
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
+msgstr "."
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
-msgstr " "
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
+msgstr " "
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
-msgstr " "
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
+msgstr " "
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
-msgstr " "
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
+msgstr ""
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
-msgstr ""
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
+msgstr ""
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
-msgstr ""
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
+msgstr " "
-#: ../../templates/show_search.inc.php:111
-msgid "Method"
-msgstr ""
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
+msgstr " "
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
-msgstr ""
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
+msgstr " "
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
-msgstr ""
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
+msgstr ""
-#: ../../templates/show_search.inc.php:118
-msgid "Maximum Results"
-msgstr " "
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
+msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
-msgstr ""
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
+msgstr " ()"
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
-msgstr " "
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
+msgstr " "
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
-msgstr " "
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
+msgstr " "
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
-msgstr " "
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
+msgstr " "
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
-msgstr " "
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
+msgstr " "
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
-msgstr "Ampache "
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
+msgstr " "
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
-msgstr " "
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
+msgstr ""
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
-msgstr " "
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
+msgstr "# "
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
-msgstr " "
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
+msgstr ""
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
-msgstr ""
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
+msgstr " "
-#: ../../templates/show_add_access.inc.php:22
-msgid "Add Access for a Host"
-msgstr " "
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
+msgstr " "
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
-msgstr " XML-RPC"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
+msgstr " "
-#: ../../templates/show_add_access.inc.php:84
-msgid "Create ACL"
-msgstr " ACL"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
+msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
-msgstr " "
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
+msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
-msgstr " "
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
+msgstr " MyStrands"
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
-msgstr ""
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
-msgstr " "
+#: ../../lib/class/flag.class.php:251
+msgid "Approved"
+msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:65
-msgid "Remove"
-msgstr ""
+#: ../../lib/class/flag.class.php:252
+msgid "Pending"
+msgstr ""
-#: ../../templates/show_install_config.inc.php:51
-msgid ""
-"This steps takes the basic config values, and first attempts to write them "
-"out directly to your webserver. If access is denied it will prompt you to "
-"download the config file. Please put the downloaded config file in /config"
-msgstr ""
-" "
-" . "
-", . , "
-" /config"
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
+msgstr " "
-#: ../../templates/show_install_config.inc.php:56
-msgid "Generate Config File"
-msgstr " "
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
+msgstr " "
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
-msgstr " "
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
+msgstr ""
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
-msgstr "MySQL "
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
+msgstr " "
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
-msgstr "MySQL "
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
+msgstr " "
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
-msgstr " "
+#: ../../lib/class/browse.class.php:777
+msgid "Flagged Records"
+msgstr " "
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
-msgstr " "
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
+msgstr " "
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
-msgstr " 3"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
+msgstr ""
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
-msgstr " "
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
+msgstr ""
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
-msgstr " ID "
+#: ../../lib/class/catalog.class.php:177
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
-msgstr " "
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
+msgstr " "
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
-msgstr " "
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
+msgstr ": "
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
-msgstr " "
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
+msgstr ": "
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
+msgstr ": "
+
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
+msgstr " ampache"
+
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
+msgstr " "
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
+msgstr " "
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
+msgstr " "
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
+msgstr " "
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
+msgstr " "
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
+msgstr " "
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
+msgstr " "
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1210
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+msgstr " XMLRPC, XML-RPC "
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
+msgstr " "
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
+msgstr " , "
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
-msgstr ""
-" . - "
-" "
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
+msgstr " "
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
+msgstr " "
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
+msgstr " "
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
-msgstr ""
+#: ../../lib/class/catalog.class.php:1736
+msgid "Update Finished."
+msgstr " "
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
-msgstr ": "
+#: ../../lib/class/catalog.class.php:1736
+msgid "Checked"
+msgstr ""
-#: ../../ratings.php:32
-msgid "Rating Updated"
-msgstr " "
+#: ../../lib/class/catalog.class.php:1736
+msgid "songs updated."
+msgstr " ."
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
-msgstr " "
+#: ../../lib/class/localplay.class.php:642
+msgid "Stopped"
+msgstr ""
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
-msgstr " . , "
+#: ../../lib/class/localplay.class.php:645
+msgid "Paused"
+msgstr ""
-#: ../../login.php:83
-msgid "Unable to create new account"
-msgstr " "
+#: ../../lib/preferences.php:189
+msgid "M3U"
+msgstr "M3U"
-#: ../../login.php:92
-msgid "No local account found"
-msgstr " "
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
+msgstr " M3U"
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
-msgstr ""
+#: ../../lib/preferences.php:191
+msgid "PLS"
+msgstr "PLS"
-#: ../../preferences.php:91
-msgid "Error Update Failed"
-msgstr " "
+#: ../../lib/preferences.php:192
+msgid "Asx"
+msgstr "Asx"
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
-msgstr " "
+#: ../../lib/preferences.php:193
+msgid "RAM"
+msgstr "RAM"
-#: ../../update.php:47 ../../update.php:51
-msgid "Ampache Update"
-msgstr " Ampache"
+#: ../../lib/preferences.php:194
+msgid "XSPF"
+msgstr "XSPF"
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
-msgstr " "
+#: ../../lib/preferences.php:228
+msgid "Disabled"
+msgstr ""
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
-msgstr " "
+#: ../../lib/preferences.php:230
+msgid "Manager"
+msgstr ""
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
-msgstr ""
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
+msgstr " "
-#: ../../artists.php:188
-msgid "Show Artists starting with"
-msgstr " "
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
+msgstr " "
-#: ../../playlist.php:57
-msgid "Playlist Created"
-msgstr " "
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
+msgstr " "
-#: ../../playlist.php:57
-msgid " has been created"
-msgstr " "
+#: ../../lib/preferences.php:262
+msgid "Always"
+msgstr ""
-#: ../../playlist.php:78
-msgid "Playlist Updated"
-msgstr " "
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
+msgstr " "
-#: ../../playlist.php:79
-msgid "has been updated and is now"
-msgstr ""
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
+msgstr ""
-#: ../../playlist.php:101
-msgid "Playlist Imported"
-msgstr " "
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
+msgstr ""
-#: ../../playlist.php:130
-msgid "Empty Playlists Deleted"
-msgstr " "
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
+msgstr " "
-#: ../../flag.php:45
-msgid "Item Flagged"
-msgstr " "
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr " !"
-#: ../../flag.php:45
-msgid "The specified item has been flagged"
-msgstr " "
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr ""
+
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr ""
+
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
+msgstr ""
+
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr ""
+
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr ""
+
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr " "
+
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr " "
+
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr ""
+
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr " "
+
+#: ../../lib/ui.lib.php:361
+msgid "Random Play"
+msgstr " "
+
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
+msgid "Admin-Catalog"
+msgstr "-"
+
+#: ../../lib/ui.lib.php:381
+msgid "Admin-User Management"
+msgstr "- "
+
+#: ../../lib/ui.lib.php:385
+msgid "Admin-Mail Users"
+msgstr "- "
+
+#: ../../lib/ui.lib.php:389
+msgid "Admin-Manage Access Lists"
+msgstr "- "
+
+#: ../../lib/ui.lib.php:393
+msgid "Admin-Site Preferences"
+msgstr "- "
+
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr "- "
+
+#: ../../lib/ui.lib.php:401
+msgid "Browse Music"
+msgstr " "
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
+msgstr " "
#: ../../albums.php:32
msgid "Album Art Cleared"
@@ -3416,49 +3396,108 @@ msgstr ""
msgid "Album Art Inserted"
msgstr " "
-#: ../../register.php:73
-msgid "Error Captcha Required"
-msgstr " "
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
+msgstr " "
-#: ../../register.php:80
-msgid "Error Captcha Failed"
-msgstr ""
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
+msgstr " "
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
-msgstr " <U></U> "
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
+msgstr ""
-#: ../../register.php:92
-msgid "You did not enter a username"
-msgstr " "
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
+msgstr " "
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
-msgstr ", ( )"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
+msgstr " "
-#: ../../register.php:122
-msgid "You must enter a password"
-msgstr " "
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
+msgstr ""
-#: ../../register.php:126
-msgid "Your passwords do not match"
-msgstr " "
+#: ../../modules/horde/Browser.php:867
+msgid "file"
+msgstr ""
-#: ../../register.php:158
-msgid "Error: Insert Failed"
-msgstr ": "
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
+msgstr " ."
-#: ../../radio.php:50
-msgid "Radio Station Added"
-msgstr " "
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
+msgstr " "
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr " : %s ."
+
+#: ../../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 ""
+" : %s "
+" (%d )."
-#: ../../democratic.php:92
-msgid "Playlist Cleared"
-msgstr " "
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
+msgstr " : %s ."
+
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr " "
+
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr " "
+
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr " "
+
+#: ../../playlist.php:79
+msgid "has been updated and is now"
+msgstr ""
+
+#: ../../playlist.php:101
+msgid "Playlist Imported"
+msgstr " "
+
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
+msgstr " "
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr " . , "
+
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr " "
+
+#: ../../login.php:92
+msgid "No local account found"
+msgstr " "
+
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr ": "
+
+#: ../../artists.php:188
+msgid "Show Artists starting with"
+msgstr " "
#: ../../bin/print_tags.inc:66
msgid ""
@@ -3477,6 +3516,60 @@ msgstr ""
msgid "Filename:"
msgstr ":"
+#~ msgid " FOUND"
+#~ msgstr " "
+
+#~ msgid "Searching for new Album Art"
+#~ msgstr " "
+
+#~ msgid "English"
+#~ msgstr "English"
+
+#~ msgid "Export Failed"
+#~ msgstr " "
+
+#~ msgid "description"
+#~ msgstr ""
+
+#~ msgid "Label"
+#~ msgstr ""
+
+#~ msgid "Language"
+#~ msgstr ""
+
+#~ msgid "Catalog Number"
+#~ msgstr " "
+
+#~ msgid "Last Updated"
+#~ msgstr " "
+
+#~ 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 ""
+#~ "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"
+
+#~ msgid "Rating Updated"
+#~ msgstr " "
+
+#~ msgid "Your rating for this object has been updated"
+#~ msgstr " "
+
+#~ msgid "Playlist Cleared"
+#~ msgstr " "
+
#~ msgid "No songs in this playlist."
#~ msgstr " "
@@ -3576,9 +3669,6 @@ msgstr ":"
#~ msgid "Streaming"
#~ msgstr ""
-#~ msgid "Options"
-#~ msgstr ""
-
#~ msgid "System"
#~ msgstr ""
diff --git a/locale/tr_TR/LC_MESSAGES/messages.mo b/locale/tr_TR/LC_MESSAGES/messages.mo
index a57d1e2b..a743d873 100644
--- a/locale/tr_TR/LC_MESSAGES/messages.mo
+++ b/locale/tr_TR/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/tr_TR/LC_MESSAGES/messages.po b/locale/tr_TR/LC_MESSAGES/messages.po
index b7bf4e7c..2fc9ffe3 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: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\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,1321 +16,1103 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
-msgstr ""
-
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-#, fuzzy
-msgid "Private"
-msgstr "Size zel"
-
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
-msgstr ""
-
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
-msgstr ""
-
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
-msgstr ""
-
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
-msgstr ""
-
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
-msgstr ""
-
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-msgid "Read"
-msgstr ""
-
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:176
-msgid "day"
-msgid_plural "days"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1204
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+#: ../../register.php:73
+msgid "Error Captcha Required"
msgstr ""
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
+#: ../../register.php:80
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
msgstr ""
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
+#: ../../register.php:92
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
+#: ../../register.php:122
+msgid "You must enter a password"
msgstr ""
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
+#: ../../register.php:126
+msgid "Your passwords do not match"
msgstr ""
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
msgstr ""
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
+#: ../../register.php:158
+msgid "Error: Insert Failed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
+#: ../../update.php:47 ../../update.php:51
+msgid "Ampache Update"
msgstr ""
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
msgstr ""
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/class/catalog.class.php:1756
+#: ../../admin/flag.php:89
#, fuzzy
-msgid "Update Finished."
-msgstr "Profil gncelleme"
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "Checked"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1756
-msgid "songs updated."
-msgstr ""
+msgid "Song Updated"
+msgstr "ID3 Gncelleme"
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
+#: ../../admin/flag.php:89
+msgid "The requested song has been updated"
msgstr ""
-#: ../../lib/class/flag.class.php:251
+#: ../../admin/flag.php:131
#, fuzzy
-msgid "Approved"
-msgstr "Kip"
-
-#: ../../lib/class/flag.class.php:252
-msgid "Pending"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
-msgstr ""
-
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
-msgstr ""
+msgid "Album Updated"
+msgstr "Albm kapa bulundu"
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
+#: ../../admin/flag.php:173
+msgid "Artist Updated"
msgstr ""
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-msgid "Other"
-msgstr ""
+#: ../../admin/flag.php:238
+#, fuzzy
+msgid "Songs Updated"
+msgstr "ID3 Gncelleme"
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
-msgstr ""
+#: ../../admin/flag.php:246
+#, fuzzy
+msgid "Flag Removed"
+msgstr "Seilmileri iaretle"
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
msgstr ""
-#: ../../lib/class/localplay.class.php:642
-msgid "Stopped"
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
msgstr ""
-#: ../../lib/class/localplay.class.php:645
-msgid "Paused"
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
msgstr ""
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
msgstr ""
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
msgstr ""
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
msgstr ""
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
-msgstr ""
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
+#, fuzzy
+msgid "Catalog Updated"
+msgstr "Kalalog smi"
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../admin/catalog.php:110
#, fuzzy
-msgid "Genres"
-msgstr "Kategori"
+msgid "Catalog Deleted"
+msgstr "Seilmileri iaretle"
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
+#: ../../admin/catalog.php:110
+msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
+#: ../../admin/catalog.php:119
+msgid "Songs Removed"
msgstr ""
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
+#: ../../admin/catalog.php:122
+msgid "No Songs Removed"
msgstr ""
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
+#: ../../admin/catalog.php:125
+msgid "Disabled Songs Processed"
msgstr ""
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
+#: ../../admin/catalog.php:146
#, fuzzy
-msgid "Catalogs"
-msgstr "Katalogdan"
-
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
-msgstr ""
+msgid "Catalog Cleaned"
+msgstr "Kalalog smi"
-#: ../../lib/class/browse.class.php:748
+#: ../../admin/catalog.php:197
#, fuzzy
-msgid "Flagged Records"
-msgstr "aretleyen"
-
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
-msgstr ""
-
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
-msgstr ""
-
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
-msgstr ""
-
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
-msgstr ""
-
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
-msgstr ""
-
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
-msgstr ""
-
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
-msgstr ""
-
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
-msgstr ""
-
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
-msgstr ""
-
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
-msgstr ""
-
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
-msgstr ""
-
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
-msgstr ""
-
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
-msgstr ""
-
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
-msgstr ""
+msgid "Catalog Created"
+msgstr "Kalalog smi"
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
+#: ../../admin/catalog.php:214
+msgid "Catalog statistics cleared"
msgstr ""
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-msgid "None"
+#: ../../admin/catalog.php:231
+msgid "Now Playing Cleared"
msgstr ""
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
+#: ../../admin/catalog.php:231
+msgid "All now playing data has been cleared"
msgstr ""
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
+#: ../../admin/catalog.php:241
+msgid "No Disabled songs found"
msgstr ""
-#: ../../lib/preferences.php:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-msgid "Localplay"
+#: ../../admin/catalog.php:250
+msgid "Delete Catalog"
msgstr ""
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
+#: ../../admin/catalog.php:250
+msgid "Do you really want to delete this catalog?"
msgstr ""
-#: ../../lib/preferences.php:189
-msgid "M3U"
+#: ../../admin/catalog.php:270
+msgid "Album Art Search Finished"
msgstr ""
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
msgstr ""
-#: ../../lib/preferences.php:191
-msgid "PLS"
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
msgstr ""
-#: ../../lib/preferences.php:192
-msgid "Asx"
+#: ../../admin/users.php:83
+msgid "User Updated"
msgstr ""
-#: ../../lib/preferences.php:193
-msgid "RAM"
+#: ../../admin/users.php:83
+msgid "updated"
msgstr ""
-#: ../../lib/preferences.php:194
-msgid "XSPF"
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
+#: ../../templates/show_preference_admin.inc.php:41
+#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
+msgid "Guest"
msgstr ""
-#: ../../lib/preferences.php:228
-#, fuzzy
-msgid "Disabled"
-msgstr "edilgenletir"
-
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
#: ../../templates/show_edit_access.inc.php:57
#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_box.inc.php:59
#: ../../templates/show_manage_shoutbox.inc.php:35
#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
msgid "User"
msgstr ""
-#: ../../lib/preferences.php:230
-msgid "Manager"
-msgstr ""
-
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
#: ../../templates/show_democratic_playlist.inc.php:55
#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
msgid "Admin"
msgstr ""
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr ""
-
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
+#: ../../admin/users.php:129
+msgid "New User Added"
msgstr ""
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
+#: ../../admin/users.php:134
+msgid "User Enabled"
msgstr ""
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
+#: ../../admin/users.php:139
+msgid "User Disabled"
msgstr ""
-#: ../../lib/preferences.php:262
-msgid "Always"
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
msgstr ""
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
+#: ../../admin/users.php:142
+msgid "Unable to Disabled last Administrator"
msgstr ""
-#: ../../lib/general.lib.php:398
-msgid "British English"
+#: ../../admin/users.php:164
+msgid "User Deleted"
msgstr ""
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
+#: ../../admin/users.php:167
+msgid "Delete Error"
msgstr ""
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
+#: ../../admin/users.php:167
+msgid "Unable to delete last Admin User"
msgstr ""
-#: ../../lib/general.lib.php:467
-msgid "On"
+#: ../../admin/users.php:173
+msgid "Deletion Request"
msgstr ""
-#: ../../lib/general.lib.php:470
-msgid "Off"
+#: ../../admin/users.php:174
+msgid "Are you sure you want to permanently delete"
msgstr ""
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
+msgid "Are you sure you want to remove this plugin?"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
+msgid "Plugin Deactivated"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
+#: ../../admin/modules.php:87
+msgid "Plugin Activated"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
+#: ../../admin/modules.php:122
+msgid "Plugins"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
+#: ../../admin/modules.php:128
+msgid "Localplay Controllers"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
+#: ../../admin/access.php:35
+msgid "Deleted"
msgstr ""
-#: ../../lib/ui.lib.php:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
msgstr ""
-#: ../../lib/ui.lib.php:344
-msgid "Upload"
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
msgstr ""
-#: ../../lib/ui.lib.php:347
-msgid "Local Play"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
msgstr ""
-#: ../../lib/ui.lib.php:350
-msgid "Random Play"
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
msgstr ""
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
-msgstr ""
+#: ../../admin/access.php:45
+#, fuzzy
+msgid "Access List Entry updated"
+msgstr "Eriim listesi"
-#: ../../lib/ui.lib.php:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
msgstr ""
-#: ../../lib/ui.lib.php:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
msgstr ""
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-msgid "Admin-Catalog"
+#: ../../admin/mail.php:57
+msgid "E-mail Sent"
msgstr ""
-#: ../../lib/ui.lib.php:370
-#, fuzzy
-msgid "Admin-User Management"
-msgstr "Kullanc ad"
-
-#: ../../lib/ui.lib.php:374
-msgid "Admin-Mail Users"
+#: ../../admin/mail.php:58
+msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../lib/ui.lib.php:378
-#, fuzzy
-msgid "Admin-Manage Access Lists"
-msgstr "Eriim listesi"
-
-#: ../../lib/ui.lib.php:382
-#, fuzzy
-msgid "Admin-Site Preferences"
-msgstr "Ynetici tercihleri"
-
-#: ../../lib/ui.lib.php:386
-msgid "Admin-Manage Modules"
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
msgstr ""
-#: ../../lib/ui.lib.php:390
-msgid "Browse Music"
+#: ../../preferences.php:91
+msgid "Error Update Failed"
msgstr ""
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
msgstr ""
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
-msgid "Statistics"
-msgstr ""
+#: ../../flag.php:45
+#, fuzzy
+msgid "Item Flagged"
+msgstr "aretleyen"
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
msgstr ""
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+#, fuzzy
+msgid "Catalogs"
+msgstr "Katalogdan"
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
#: ../../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:32
#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
+#: ../../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_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
#: ../../templates/show_live_streams.inc.php:36
-#: ../../templates/show_live_streams.inc.php:53
+#: ../../templates/show_live_streams.inc.php:58
#: ../../templates/show_edit_live_stream_row.inc.php:26
-#: ../../templates/show_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
+#: ../../templates/show_account.inc.php:28 ../../server/stats.ajax.php:52
msgid "Name"
msgstr ""
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
-msgstr ""
-
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
-msgstr ""
-
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
+#: ../../templates/show_admin_tools.inc.php:34
+#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
msgstr ""
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
-msgstr ""
-
-#: ../../server/stats.ajax.php:84
-#: ../../templates/show_similar_artists.inc.php:33
-#: ../../templates/show_similar_artists.inc.php:86
-#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
-#: ../../templates/show_recently_played.inc.php:39
-#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
-#: ../../templates/show_duplicates.inc.php:38
-#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
-#: ../../templates/show_get_albumart.inc.php:28
-#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:43
-#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
-msgid "Artist"
-msgstr ""
-
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
-msgid "Recently Played"
-msgstr ""
-
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
-msgstr ""
-
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
-msgstr ""
-
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
-msgstr ""
-
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
msgstr ""
-#: ../../modules/horde/Browser.php:867
-msgid "file"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
msgstr ""
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+#, fuzzy
+msgid "Clean"
+msgstr "sil"
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
msgstr ""
-#: ../../modules/horde/Browser.php:896
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
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_admin_tools.inc.php:59
+msgid "Fast"
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:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
msgstr ""
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
-#, fuzzy
-msgid "Catalog Updated"
-msgstr "Kalalog smi"
-
-#: ../../admin/catalog.php:103
+#: ../../templates/show_admin_tools.inc.php:68
#, fuzzy
-msgid "Catalog Deleted"
-msgstr "Seilmileri iaretle"
-
-#: ../../admin/catalog.php:103
-msgid "The Catalog and all associated records have been deleted"
-msgstr ""
+msgid "No Catalogs Found"
+msgstr "Sonu bulunamad"
-#: ../../admin/catalog.php:112
-msgid "Songs Removed"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
msgstr ""
-#: ../../admin/catalog.php:115
-msgid "No Songs Removed"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+#, fuzzy
+msgid "Verify All"
+msgstr "Hepsini grntle"
-#: ../../admin/catalog.php:118
-msgid "Disabled Songs Processed"
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
msgstr ""
-#: ../../admin/catalog.php:138
-#, fuzzy
-msgid "Catalog Cleaned"
-msgstr "Kalalog smi"
-
-#: ../../admin/catalog.php:188
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
#, fuzzy
-msgid "Catalog Created"
-msgstr "Kalalog smi"
+msgid "Update All"
+msgstr "Profil gncelleme"
-#: ../../admin/catalog.php:205
-msgid "Catalog statistics cleared"
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
msgstr ""
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
+#: ../../templates/show_admin_tools.inc.php:83
+msgid "Clear Catalog Stats"
msgstr ""
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
msgstr ""
-#: ../../admin/catalog.php:232
-msgid "No Disabled songs found"
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:43
+msgid "Other Tools"
msgstr ""
-#: ../../admin/catalog.php:241
-msgid "Delete Catalog"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
msgstr ""
-#: ../../admin/catalog.php:241
-msgid "Do you really want to delete this catalog?"
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:48
+msgid "Clear Now Playing"
msgstr ""
-#: ../../admin/catalog.php:260
-msgid "Album Art Search Finished"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
msgstr ""
-#: ../../admin/flag.php:89
+#: ../../templates/show_admin_tools.inc.php:93
#, fuzzy
-msgid "Song Updated"
-msgstr "ID3 Gncelleme"
+msgid "Preferences Permissions"
+msgstr "Eriim listesindeki izinleri dzenle"
-#: ../../admin/flag.php:89
-msgid "The requested song has been updated"
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
msgstr ""
-#: ../../admin/flag.php:131
-#, fuzzy
-msgid "Album Updated"
-msgstr "Albm kapa bulundu"
-
-#: ../../admin/flag.php:173
-msgid "Artist Updated"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
-#: ../../admin/flag.php:238
-#, fuzzy
-msgid "Songs Updated"
-msgstr "ID3 Gncelleme"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
+msgstr ""
-#: ../../admin/flag.php:246
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
#, fuzzy
-msgid "Flag Removed"
-msgstr "Seilmileri iaretle"
-
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
-msgstr ""
+msgid "Object"
+msgstr "Nesne tr"
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
msgstr ""
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
msgstr ""
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
msgstr ""
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
-msgstr ""
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+#, fuzzy
+msgid "No Records Found"
+msgstr "Sonu bulunamad"
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
+#: ../../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 ""
-#: ../../admin/users.php:83
-msgid "User Updated"
+#: ../../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 ""
-#: ../../admin/users.php:83
-msgid "updated"
+#: ../../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/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
+#: ../../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 ""
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
-#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
-#: ../../templates/show_add_user.inc.php:76
-msgid "Guest"
+#: ../../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/users.php:129
-msgid "New User Added"
+#: ../../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/users.php:134
-msgid "User Enabled"
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr ""
-#: ../../admin/users.php:139
-msgid "User Disabled"
+#: ../../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/users.php:142
-msgid "Unable to Disabled last Administrator"
+#: ../../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/users.php:164
-msgid "User Deleted"
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
msgstr ""
-#: ../../admin/users.php:167
-msgid "Delete Error"
+#: ../../templates/show_install_account.inc.php:60
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+#: ../../templates/show_now_playing_row.inc.php:29
+#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
+#: ../../templates/show_add_user.inc.php:31
+msgid "Username"
msgstr ""
-#: ../../admin/users.php:167
-msgid "Unable to delete last Admin User"
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
msgstr ""
-#: ../../admin/users.php:173
-msgid "Deletion Request"
+#: ../../templates/show_install_account.inc.php:68
+#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
+#: ../../templates/show_add_user.inc.php:63
+#: ../../templates/show_account.inc.php:47
+msgid "Confirm Password"
msgstr ""
-#: ../../admin/users.php:174
-msgid "Are you sure you want to permanently delete"
+#: ../../templates/show_install_account.inc.php:73
+msgid "Create Account"
msgstr ""
-#: ../../admin/modules.php:38
-msgid "Install Failed, Controller Error"
+#: ../../templates/show_catalogs.inc.php:33
+#: ../../templates/show_catalogs.inc.php:61
+#: ../../templates/show_add_catalog.inc.php:48
+msgid "Path"
msgstr ""
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
-msgid "Are you sure you want to remove this plugin?"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
-msgid "Plugin Deactivated"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../admin/modules.php:85
-msgid "Plugin Activated"
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
msgstr ""
-#: ../../admin/modules.php:120
-msgid "Plugins"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
msgstr ""
-#: ../../admin/modules.php:126
-msgid "Localplay Controllers"
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
msgstr ""
-#: ../../admin/access.php:35
-msgid "Deleted"
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
msgstr ""
-#: ../../admin/access.php:35
-msgid "Your Access List Entry has been removed"
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
msgstr ""
-#: ../../admin/access.php:40
-msgid "Your new Access List Entry has been created"
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
msgstr ""
-#: ../../admin/access.php:45
-#, fuzzy
-msgid "Access List Entry updated"
-msgstr "Eriim listesi"
-
-#: ../../admin/mail.php:57
-msgid "E-mail Sent"
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
msgstr ""
-#: ../../admin/mail.php:58
-msgid "Your E-mail was successfully sent."
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+msgid "Song Title"
msgstr ""
-#: ../../admin/system.php:64
-msgid "Export Failed"
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
msgstr ""
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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:44
+#: ../../templates/show_albums.inc.php:71
+#: ../../templates/show_recently_played.inc.php:39
+#: ../../templates/show_recently_played.inc.php:93
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_duplicates.inc.php:38
+#: ../../templates/show_duplicates.inc.php:76
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
+#: ../../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/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
+msgid "Artist"
msgstr ""
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
msgstr ""
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
msgstr ""
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
msgstr ""
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
msgstr ""
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
msgstr ""
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
-#, fuzzy
-msgid "Clear Playlist"
-msgstr "Yeni ark listesi"
-
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
+#: ../../templates/sidebar_browse.inc.php:60
+msgid "Unplayed"
msgstr ""
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
+#: ../../templates/sidebar_browse.inc.php:64
+msgid "Show Art"
msgstr ""
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
+#: ../../templates/sidebar_browse.inc.php:69
+msgid "All Playlists"
msgstr ""
-#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
-#: ../../templates/show_install_lang.inc.php:32
-#: ../../templates/show_install_config.inc.php:32
-msgid "Ampache Installation"
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
msgstr ""
-#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
-#: ../../templates/show_install_lang.inc.php:39
-#: ../../templates/show_install_config.inc.php:38
-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_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
msgstr ""
-#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
-#: ../../templates/show_install_lang.inc.php:42
-#: ../../templates/show_install_config.inc.php:41
-msgid ""
-"A MySQL Server with a username and password that can create/modify databases"
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
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"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
-#: ../../templates/show_install_lang.inc.php:46
-#: ../../templates/show_install_config.inc.php:44
-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_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
msgstr ""
-#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
-#: ../../templates/show_install_config.inc.php:48
-msgid "Step 1 - Creating and Inserting the Ampache Database"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
msgstr ""
-#: ../../templates/show_install_account.inc.php:49
-msgid "Step 2 - Creating the ampache.cfg.php file"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
-#: ../../templates/show_install_config.inc.php:53
-msgid "Step 3 - Setup Initial Account"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
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"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../templates/show_install_account.inc.php:56
-msgid "Create Admin Account"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
+msgid "Recently Played"
msgstr ""
-#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
-#: ../../templates/show_now_playing_row.inc.php:29
-#: ../../templates/show_edit_user.inc.php:31
-#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Username"
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
msgstr ""
-#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
-#: ../../templates/show_edit_user.inc.php:63
-#: ../../templates/show_add_user.inc.php:63
-#: ../../templates/show_account.inc.php:47
-msgid "Confirm Password"
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
msgstr ""
-#: ../../templates/show_install_account.inc.php:73
-msgid "Create Account"
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:27
-msgid ""
-"In the form below enter either a local path (i.e. /data/music) or the URL to "
-"a remote Ampache installation (i.e http://theotherampache.com)"
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
+#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
+msgid "Post Shout"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
+#: ../../templates/show_song_row.inc.php:46
+#: ../../templates/show_playlist_song_row.inc.php:37
+#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
+#: ../../templates/show_playlist_row.inc.php:37
+msgid "Edit"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
-msgstr ""
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
+msgstr "arky iaretle"
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:48
-#: ../../templates/show_catalogs.inc.php:33
-#: ../../templates/show_catalogs.inc.php:61
-msgid "Path"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
+msgid "Other"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:55
-msgid "Local"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:56
-msgid "Remote"
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+msgid "Found"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
+#: ../../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_add_catalog.inc.php:62
-msgid "Required for Remote Catalogs"
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Filename Pattern"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
+#: ../../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 ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
msgstr ""
#: ../../templates/show_localplay_status.inc.php:25
@@ -1358,682 +1140,619 @@ msgid "Repeat"
msgstr ""
#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
#: ../../templates/show_playlist_row.inc.php:24
msgid "Random"
msgstr ""
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
-msgstr ""
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+#, fuzzy
+msgid "Clear Playlist"
+msgstr "Yeni ark listesi"
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
msgstr ""
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
msgstr ""
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
msgstr ""
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
msgstr ""
-#: ../../templates/show_album_row.inc.php:43
-#: ../../templates/show_song_row.inc.php:37
-msgid "Post Shout"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
msgstr ""
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
-#: ../../templates/show_live_stream_row.inc.php:31
-#: ../../templates/show_playlist_row.inc.php:37
-msgid "Edit"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:23
-#, fuzzy
-msgid "Similar Artists"
-msgstr "Tm Sanatlar"
-
-#: ../../templates/show_similar_artists.inc.php:25
-msgid "Please check the artists you want to merge with the current one"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:66
-msgid "Back"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:77
-#, fuzzy
-msgid "Rename selected"
-msgstr "Seilmileri iaretle"
-
-#: ../../templates/show_similar_artists.inc.php:78
-#: ../../templates/show_confirmation.inc.php:27
-msgid "Cancel"
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:91
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Eklendi"
-
-#: ../../templates/show_similar_artists.inc.php:152
-msgid "Search Again"
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
+#: ../../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:62
+msgid "Type"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:42
-msgid "Active Instance"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
+msgid "Last Ip"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:30
-#, fuzzy
-msgid "Favorite Artists"
-msgstr "Tm Sanatlar"
-
-#: ../../templates/show_user_stats.inc.php:43
-msgid "Favorite Albums"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:56
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
#, fuzzy
-msgid "Favorite Songs"
-msgstr "arky iaretle"
+msgid "Base Playlist"
+msgstr "Yeni ark listesi"
-#: ../../templates/show_random.inc.php:22
-msgid "Play Random Selection"
+#: ../../templates/show_manage_democratic.inc.php:36
+msgid "Cooldown"
msgstr ""
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
msgstr ""
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
msgstr ""
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
+#: ../../templates/show_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
msgstr ""
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
msgstr ""
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
+msgstr ""
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
+#: ../../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_random.inc.php:65
-msgid "Standard"
+#: ../../templates/show_install_config.inc.php:51
+msgid ""
+"This steps takes the basic config values and generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
msgstr ""
-#: ../../templates/show_random.inc.php:66
-msgid "Less Played"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
msgstr ""
-#: ../../templates/show_random.inc.php:67
-msgid "Full Albums"
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
msgstr ""
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
msgstr ""
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
msgstr ""
-#: ../../templates/show_random.inc.php:76
-#, fuzzy
-msgid "From catalog"
-msgstr "Katalogdan"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
+msgstr ""
-#: ../../templates/show_random.inc.php:82
-#, fuzzy
-msgid "Size Limit"
-msgstr "Snrlar grntle"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
+msgstr ""
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_run_add_catalog.inc.php:24
-msgid "Found"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:25
-#: ../../templates/show_verify_catalog.inc.php:26
-#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
-#: ../../templates/show_clean_catalog.inc.php:25
-msgid "Reading"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:26
-msgid "Editing Playlist"
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
-#, fuzzy
-msgid "Update"
-msgstr "ID3 Gncelleme"
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
+msgstr ""
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
msgstr ""
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
msgstr ""
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
+#: ../../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_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-#, fuzzy
-msgid "Clean"
-msgstr "sil"
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:68
-#, fuzzy
-msgid "No Catalogs Found"
-msgstr "Sonu bulunamad"
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:78
-#: ../../templates/show_catalogs.inc.php:55
-msgid "Clean All"
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-#, fuzzy
-msgid "Verify All"
-msgstr "Hepsini grntle"
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-msgid "Add to All"
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
-#, fuzzy
-msgid "Update All"
-msgstr "Profil gncelleme"
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
-msgid "Generate New Config"
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:93
-#, fuzzy
-msgid "Preferences Permissions"
-msgstr "Eriim listesindeki izinleri dzenle"
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
+msgstr ""
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:96
-msgid "Check for New Version"
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
msgstr ""
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr "arky iaretle"
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+msgid "Create"
+msgstr ""
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
msgstr ""
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
msgstr ""
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
msgstr ""
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
msgstr ""
-#: ../../templates/show_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
+#, fuzzy
+msgid "Private"
+msgstr "Size zel"
+
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:27
-msgid "Show Catalogs"
+#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
+msgid "Cancel"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:352
+msgid "Home"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+msgid "Localplay"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-msgid "Song Title"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
+#: ../../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_browse.inc.php:48
-msgid "Starts With"
+#: ../../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_browse.inc.php:53
-msgid "Minimum Count"
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
+#: ../../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_browse.inc.php:65
-msgid "Show Art"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
msgstr ""
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
msgstr ""
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
msgstr ""
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
msgstr ""
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
msgstr ""
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-#: ../../templates/show_artist_box.inc.php:26
-msgid "Albums by"
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Show All Songs By"
+#: ../../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_artist_box.inc.php:35
-msgid "Add All Songs By"
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
+#: ../../templates/show_similar_artists.inc.php:77
+#, fuzzy
+msgid "Rename selected"
+msgstr "Seilmileri iaretle"
+
+#: ../../templates/show_similar_artists.inc.php:91
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Eklendi"
+
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
msgstr ""
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
+#: ../../templates/show_rename_artist.inc.php:33
+#: ../../templates/show_search.inc.php:106
+#: ../../templates/show_add_live_stream.inc.php:64
+#: ../../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_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
msgstr ""
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
msgstr ""
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-msgid "Current Playlist"
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
msgstr ""
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../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 Records Found"
-msgstr "Sonu bulunamad"
-
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
-msgstr ""
+msgid "Update"
+msgstr "ID3 Gncelleme"
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
+#: ../../templates/show_playlist.inc.php:29
+msgid "Normalize Tracks"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
msgstr ""
#: ../../templates/header.inc.php:71
@@ -2044,170 +1763,162 @@ msgstr ""
msgid "Error Config File Out of Date"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:29
-#: ../../templates/show_user_registration.inc.php:36
-#: ../../templates/show_user_activate.inc.php:29
-#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
-msgid "Registration"
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:56
-msgid "User Agreement"
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:65
-msgid "I Accept"
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:71
-msgid "User Information"
+#: ../../templates/show_localplay_playlist.inc.php:23
+msgid "Current Playlist"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:133
-msgid "Register User"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-#, fuzzy
-msgid "Edit Album"
-msgstr "Tm albmler"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
+msgstr ""
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
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"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:47
-#, fuzzy
-msgid "Update Album"
-msgstr "Profil gncelleme"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
+msgstr ""
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
msgstr ""
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-msgid ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.php.dist file"
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
msgstr ""
-#: ../../templates/show_install.inc.php:54
-msgid ""
-"This step creates and inserts the Ampache database, as such please provide a "
-"mysql account with database creation rights. This step may take a while "
-"depending upon the speed of your computer"
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
msgstr ""
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
msgstr ""
-#: ../../templates/show_install.inc.php:61
-msgid "Insert Ampache Database"
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
msgstr ""
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
msgstr ""
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
+#: ../../templates/show_search.inc.php:77
+msgid "No"
msgstr ""
-#: ../../templates/show_install.inc.php:73
-msgid "MySQL Administrative Username"
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
msgstr ""
-#: ../../templates/show_install.inc.php:77
-msgid "MySQL Administrative Password"
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
msgstr ""
-#: ../../templates/show_install.inc.php:81
-msgid "Create Database User for New Database"
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
msgstr ""
-#: ../../templates/show_install.inc.php:85
-msgid "Ampache Database Username"
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
msgstr ""
-#: ../../templates/show_install.inc.php:89
-msgid "Ampache Database User Password"
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
msgstr ""
-#: ../../templates/show_install.inc.php:93
-msgid "Overwrite Existing"
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
msgstr ""
-#: ../../templates/show_install.inc.php:98
-msgid "Insert Database"
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
msgstr ""
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
-msgid "Create"
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:23
-msgid "Edit Song"
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
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.php:106
-msgid "OR"
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:88
-#, fuzzy
-msgid "Update Song"
-msgstr "Profil gncelleme"
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
+msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:22
-msgid "Settings for"
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+msgid "Add Radio Station"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
+#: ../../templates/show_add_live_stream.inc.php:35
+#: ../../templates/show_edit_live_stream_row.inc.php:28
+msgid "Homepage"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
+#: ../../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:60
+#: ../../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:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
msgstr ""
#: ../../templates/show_edit_access.inc.php:22
@@ -2254,106 +1965,151 @@ msgstr ""
msgid "Remote Key"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+msgid "Read"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
+#: ../../templates/show_user_registration.inc.php:29
+#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
+#: ../../templates/show_user_activate.inc.php:29
+#: ../../templates/show_user_activate.inc.php:36
+msgid "Registration"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
+#: ../../templates/show_user_registration.inc.php:56
+msgid "User Agreement"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/show_user_registration.inc.php:65
+msgid "I Accept"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/show_user_registration.inc.php:71
+msgid "User Information"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/show_user_registration.inc.php:133
+msgid "Register User"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
-#, fuzzy
-msgid "Show All"
-msgstr "Hepsini grntle"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
+msgstr ""
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:38
-#: ../../templates/show_ip_history.inc.php:52
-msgid "IP Address"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
msgstr ""
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
+msgstr ""
+
+#: ../../templates/show_edit_song.inc.php:23
+msgid "Edit Song"
+msgstr ""
+
+#: ../../templates/show_edit_song.inc.php:81
+#: ../../templates/show_edit_artist.inc.php:35
+#: ../../templates/show_edit_album.inc.php:41
+msgid "Flag for Retagging"
+msgstr ""
+
+#: ../../templates/show_edit_song.inc.php:88
+#, fuzzy
+msgid "Update Song"
+msgstr "Profil gncelleme"
+
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+#, fuzzy
+msgid "Genres"
+msgstr "Kategori"
+
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
+msgstr ""
+
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
msgstr ""
#: ../../templates/show_mail_users.inc.php:23
@@ -2368,36 +2124,14 @@ msgstr ""
msgid "Inactive Users"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
-msgstr ""
-
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
-msgstr ""
-
#: ../../templates/show_mail_users.inc.php:53
msgid "Latest Artist Additions"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr ""
-
#: ../../templates/show_mail_users.inc.php:64
msgid "Latest Album Additions"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
-msgstr ""
-
#: ../../templates/show_mail_users.inc.php:74
msgid "Flagged Songs"
msgstr ""
@@ -2423,71 +2157,72 @@ msgstr ""
msgid "Send Mail"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
-msgstr ""
-
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
+#: ../../templates/show_add_access.inc.php:84
+msgid "Create ACL"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
msgstr ""
#: ../../templates/show_duplicates.inc.php:22
msgid "Duplicate Songs"
msgstr ""
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
+msgstr ""
+
#: ../../templates/show_duplicates.inc.php:41
#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
msgid "Bitrate"
msgstr ""
@@ -2496,117 +2231,190 @@ msgstr ""
msgid "Size"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
msgstr ""
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
-#, fuzzy
-msgid "Object"
-msgstr "Nesne tr"
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
+msgstr ""
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
+msgid "None"
msgstr ""
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
msgstr ""
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Add All Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
msgstr ""
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
msgstr ""
-#: ../../templates/show_duplicate.inc.php:27
-msgid "Search Type"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
msgstr ""
-#: ../../templates/show_duplicate.inc.php:34
-msgid "Artist and Title"
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
msgstr ""
-#: ../../templates/show_duplicate.inc.php:35
-msgid "Artist, Album and Title"
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
msgstr ""
-#: ../../templates/show_duplicate.inc.php:37
-msgid "Search Disabled Songs"
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
msgstr ""
-#: ../../templates/show_playlist.inc.php:30
-msgid "Normalize Tracks"
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
msgstr ""
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
msgstr ""
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
+#: ../../templates/show_random.inc.php:76
+#, fuzzy
+msgid "From catalog"
+msgstr "Katalogdan"
+
+#: ../../templates/show_random.inc.php:82
+#, fuzzy
+msgid "Size Limit"
+msgstr "Snrlar grntle"
+
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
+msgstr ""
+
+#: ../../templates/sidebar_preferences.inc.php:34
#, fuzzy
-msgid "Base Playlist"
-msgstr "Yeni ark listesi"
+msgid "Localplay Modules"
+msgstr "Yerel alma Dzeni"
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
+#: ../../templates/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
+msgstr ""
+
+#: ../../templates/show_duplicate.inc.php:27
+msgid "Search Type"
+msgstr ""
+
+#: ../../templates/show_duplicate.inc.php:34
+msgid "Artist and Title"
+msgstr ""
+
+#: ../../templates/show_duplicate.inc.php:35
+msgid "Artist, Album and Title"
+msgstr ""
+
+#: ../../templates/show_duplicate.inc.php:37
+msgid "Search Disabled Songs"
+msgstr ""
+
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
+msgstr ""
+
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
+msgstr ""
+
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
+msgstr ""
+
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
+msgstr ""
+
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
+msgstr ""
+
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
msgstr ""
#: ../../templates/show_get_albumart.inc.php:23
@@ -2625,27 +2433,95 @@ msgstr ""
msgid "Get Art"
msgstr ""
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-msgid "Description"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
msgstr ""
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
-msgid "Version"
+#: ../../templates/show_search_options.inc.php:23
+msgid "Options"
msgstr ""
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-msgid "Activate"
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
msgstr ""
-#: ../../templates/show_plugins.inc.php:46
-msgid "Deactivate"
+#: ../../templates/show_edit_catalog.inc.php:22
+msgid "Settings for"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../templates/show_add_catalog.inc.php:35
+msgid "Auto-inserted Fields"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:41
+msgid "song title"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
msgstr ""
#: ../../templates/show_democratic_playlist.inc.php:38
@@ -2665,26 +2541,70 @@ msgstr ""
msgid "Add Vote"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
+#: ../../templates/show_edit_artist.inc.php:23
+#, fuzzy
+msgid "Edit Artist"
+msgstr "Tm Sanatlar"
+
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
msgstr ""
-#: ../../templates/show_edit_artist.inc.php:23
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
+msgstr ""
+
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
+msgstr ""
+
+#: ../../templates/show_edit_album.inc.php:23
#, fuzzy
-msgid "Edit Artist"
-msgstr "Tm Sanatlar"
+msgid "Edit Album"
+msgstr "Tm albmler"
-#: ../../templates/show_edit_artist.inc.php:41
-msgid "Update Artist"
+#: ../../templates/show_edit_album.inc.php:47
+#, fuzzy
+msgid "Update Album"
+msgstr "Profil gncelleme"
+
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
+msgstr ""
+
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+#, fuzzy
+msgid "Show All"
+msgstr "Hepsini grntle"
+
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
+msgstr ""
+
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
msgstr ""
#: ../../templates/show_play_selected.inc.php:28
@@ -2707,210 +2627,187 @@ msgstr ""
msgid "Add to"
msgstr ""
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
msgstr ""
-#: ../../templates/show_export.inc.php:32
-#: ../../templates/show_verify_catalog.inc.php:23
-#: ../../templates/show_add_live_stream.inc.php:67
-#: ../../templates/show_clean_catalog.inc.php:23
-msgid "Catalog"
+#: ../../templates/show_ip_history.inc.php:26
+msgid "Show Unique"
msgstr ""
-#: ../../templates/show_export.inc.php:51
-msgid "Format"
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
msgstr ""
-#: ../../templates/show_export.inc.php:61
-msgid "Export"
+#: ../../templates/show_ip_history.inc.php:38
+#: ../../templates/show_ip_history.inc.php:52
+msgid "IP Address"
msgstr ""
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
+#: ../../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_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
msgstr ""
-#: ../../templates/show_album.inc.php:47
-msgid "Add Album"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
msgstr ""
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
msgstr ""
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
msgstr ""
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
msgstr ""
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
msgstr ""
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
msgstr ""
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
msgstr ""
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
-msgid "Last Ip"
+#: ../../templates/show_export.inc.php:51
+msgid "Format"
msgstr ""
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
+#: ../../templates/show_export.inc.php:61
+msgid "Export"
msgstr ""
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
msgstr ""
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
msgstr ""
-#: ../../templates/show_big_art.inc.php:29
-msgid "Album Art"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
msgstr ""
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
msgstr ""
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
msgstr ""
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:30
+#, fuzzy
+msgid "Favorite Artists"
+msgstr "Tm Sanatlar"
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
msgstr ""
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
-msgstr ""
+#: ../../templates/show_user_stats.inc.php:56
+#, fuzzy
+msgid "Favorite Songs"
+msgstr "arky iaretle"
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:18
-msgid "Account"
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
+msgid "Statistics"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:32
-msgid "Modules"
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:34
-#, fuzzy
-msgid "Localplay Modules"
-msgstr "Yerel alma Dzeni"
-
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
msgstr ""
-#: ../../templates/show_account.inc.php:40
-#, fuzzy
-msgid "New Password"
-msgstr "Parola deitirme"
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
+msgstr ""
-#: ../../templates/show_account.inc.php:64
-msgid "Update Account"
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
msgstr ""
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
msgstr ""
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
msgstr ""
#: ../../templates/show_clean_catalog.inc.php:23
@@ -2921,6 +2818,14 @@ msgstr ""
msgid "Checking"
msgstr ""
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr ""
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr ""
+
#: ../../templates/show_test.inc.php:33
msgid ""
"You've reached this page because a configuration error has occured. Debug "
@@ -2976,7 +2881,7 @@ 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"
+"support is required for Ampache"
msgstr ""
#: ../../templates/show_test.inc.php:119
@@ -3000,11 +2905,6 @@ msgid ""
"some features of ampache may not work correctly"
msgstr ""
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr ""
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -3012,11 +2912,6 @@ msgid ""
"\tit is not currently readable by your webserver."
msgstr ""
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr ""
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -3033,356 +2928,449 @@ msgid ""
"cfg.php"
msgstr ""
-#: ../../templates/show_search.inc.php:26
-msgid "Search Ampache"
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
msgstr ""
-#: ../../templates/show_search.inc.php:30
-msgid "Keywords"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
msgstr ""
-#: ../../templates/show_search.inc.php:72
-msgid "Played"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
msgstr ""
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
msgstr ""
-#: ../../templates/show_search.inc.php:77
-msgid "No"
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
msgstr ""
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
+#: ../../templates/show_account.inc.php:40
+#, fuzzy
+msgid "New Password"
+msgstr "Parola deitirme"
+
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
msgstr ""
-#: ../../templates/show_search.inc.php:95
-msgid "One Star"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
msgstr ""
-#: ../../templates/show_search.inc.php:96
-msgid "Two Stars"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
msgstr ""
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
msgstr ""
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
msgstr ""
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
msgstr ""
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
msgstr ""
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
msgstr ""
-#: ../../templates/show_search.inc.php:111
-msgid "Method"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
msgstr ""
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
msgstr ""
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_search.inc.php:118
-msgid "Maximum Results"
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
msgstr ""
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
msgstr ""
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
msgstr ""
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
msgstr ""
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
msgstr ""
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
msgstr ""
-#: ../../templates/show_add_access.inc.php:22
-msgid "Add Access for a Host"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
msgstr ""
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-#: ../../templates/show_add_access.inc.php:84
-msgid "Create ACL"
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
+#: ../../lib/class/flag.class.php:251
+#, fuzzy
+msgid "Approved"
+msgstr "Kip"
+
+#: ../../lib/class/flag.class.php:252
+msgid "Pending"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:65
-msgid "Remove"
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
msgstr ""
-#: ../../templates/show_install_config.inc.php:51
-msgid ""
-"This steps takes the basic config values, and first attempts to write them "
-"out directly to your webserver. If access is denied it will prompt you to "
-"download the config file. Please put the downloaded config file in /config"
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
msgstr ""
-#: ../../templates/show_install_config.inc.php:56
-msgid "Generate Config File"
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
msgstr ""
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
msgstr ""
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
+#: ../../lib/class/browse.class.php:777
+#, fuzzy
+msgid "Flagged Records"
+msgstr "aretleyen"
+
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
msgstr ""
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
msgstr ""
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
msgstr ""
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
+#: ../../lib/class/catalog.class.php:177
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
msgstr ""
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
msgstr ""
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
msgstr ""
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
+#: ../../lib/class/catalog.class.php:1210
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
msgstr ""
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
+#: ../../lib/class/catalog.class.php:1736
+#, fuzzy
+msgid "Update Finished."
+msgstr "Profil gncelleme"
+
+#: ../../lib/class/catalog.class.php:1736
+msgid "Checked"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
+#: ../../lib/class/catalog.class.php:1736
+msgid "songs updated."
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
+#: ../../lib/class/localplay.class.php:642
+msgid "Stopped"
msgstr ""
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
+#: ../../lib/class/localplay.class.php:645
+msgid "Paused"
msgstr ""
-#: ../../ratings.php:32
-msgid "Rating Updated"
+#: ../../lib/preferences.php:189
+msgid "M3U"
msgstr ""
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
msgstr ""
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
+#: ../../lib/preferences.php:191
+msgid "PLS"
msgstr ""
-#: ../../login.php:83
-msgid "Unable to create new account"
+#: ../../lib/preferences.php:192
+msgid "Asx"
msgstr ""
-#: ../../login.php:92
-msgid "No local account found"
+#: ../../lib/preferences.php:193
+msgid "RAM"
msgstr ""
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
+#: ../../lib/preferences.php:194
+msgid "XSPF"
msgstr ""
-#: ../../preferences.php:91
-msgid "Error Update Failed"
+#: ../../lib/preferences.php:228
+#, fuzzy
+msgid "Disabled"
+msgstr "edilgenletir"
+
+#: ../../lib/preferences.php:230
+msgid "Manager"
msgstr ""
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
msgstr ""
-#: ../../update.php:47 ../../update.php:51
-msgid "Ampache Update"
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
msgstr ""
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
+#: ../../lib/preferences.php:262
+msgid "Always"
msgstr ""
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
msgstr ""
-#: ../../artists.php:188
-msgid "Show Artists starting with"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
msgstr ""
-#: ../../playlist.php:57
-msgid "Playlist Created"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
msgstr ""
-#: ../../playlist.php:57
-msgid " has been created"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
msgstr ""
-#: ../../playlist.php:78
-msgid "Playlist Updated"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
msgstr ""
-#: ../../playlist.php:79
-msgid "has been updated and is now"
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
msgstr ""
-#: ../../playlist.php:101
-msgid "Playlist Imported"
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
msgstr ""
-#: ../../playlist.php:130
-msgid "Empty Playlists Deleted"
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
msgstr ""
-#: ../../flag.php:45
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr ""
+
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr ""
+
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr ""
+
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr ""
+
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr ""
+
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr ""
+
+#: ../../lib/ui.lib.php:361
+msgid "Random Play"
+msgstr ""
+
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
+msgid "Admin-Catalog"
+msgstr ""
+
+#: ../../lib/ui.lib.php:381
#, fuzzy
-msgid "Item Flagged"
-msgstr "aretleyen"
+msgid "Admin-User Management"
+msgstr "Kullanc ad"
-#: ../../flag.php:45
-msgid "The specified item has been flagged"
+#: ../../lib/ui.lib.php:385
+msgid "Admin-Mail Users"
+msgstr ""
+
+#: ../../lib/ui.lib.php:389
+#, fuzzy
+msgid "Admin-Manage Access Lists"
+msgstr "Eriim listesi"
+
+#: ../../lib/ui.lib.php:393
+#, fuzzy
+msgid "Admin-Site Preferences"
+msgstr "Ynetici tercihleri"
+
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr ""
+
+#: ../../lib/ui.lib.php:401
+msgid "Browse Music"
+msgstr ""
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
msgstr ""
#: ../../albums.php:32
@@ -3408,48 +3396,105 @@ msgstr ""
msgid "Album Art Inserted"
msgstr ""
-#: ../../register.php:73
-msgid "Error Captcha Required"
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
msgstr ""
-#: ../../register.php:80
-msgid "Error Captcha Failed"
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
msgstr ""
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
msgstr ""
-#: ../../register.php:92
-msgid "You did not enter a username"
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
msgstr ""
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
msgstr ""
-#: ../../register.php:122
-msgid "You must enter a password"
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
msgstr ""
-#: ../../register.php:126
-msgid "Your passwords do not match"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
msgstr ""
-#: ../../register.php:158
-msgid "Error: Insert Failed"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
msgstr ""
-#: ../../radio.php:50
-msgid "Radio Station Added"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
msgstr ""
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
msgstr ""
-#: ../../democratic.php:92
-msgid "Playlist Cleared"
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
+msgstr ""
+
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
+msgstr ""
+
+#: ../../playlist.php:57
+msgid "Playlist Created"
+msgstr ""
+
+#: ../../playlist.php:57
+msgid " has been created"
+msgstr ""
+
+#: ../../playlist.php:78
+msgid "Playlist Updated"
+msgstr ""
+
+#: ../../playlist.php:79
+msgid "has been updated and is now"
+msgstr ""
+
+#: ../../playlist.php:101
+msgid "Playlist Imported"
+msgstr ""
+
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
+msgstr ""
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr ""
+
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr ""
+
+#: ../../login.php:92
+msgid "No local account found"
+msgstr ""
+
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr ""
+
+#: ../../artists.php:188
+msgid "Show Artists starting with"
msgstr ""
#: ../../bin/print_tags.inc:66
diff --git a/locale/zh_CN/LC_MESSAGES/messages.mo b/locale/zh_CN/LC_MESSAGES/messages.mo
index bfee166b..a743d873 100644
--- a/locale/zh_CN/LC_MESSAGES/messages.mo
+++ b/locale/zh_CN/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/zh_CN/LC_MESSAGES/messages.po b/locale/zh_CN/LC_MESSAGES/messages.po
index 8566ae82..0ec2515b 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: 2008-03-10 01:15-0700\n"
+"POT-Creation-Date: 2008-05-10 02:21-0700\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,2010 +16,1959 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../play/index.php:67
-msgid "Session Expired: please log in again at"
+#: ../../register.php:73
+msgid "Error Captcha Required"
msgstr ""
-#: ../../lib/class/playlist.class.php:81
-#: ../../templates/show_playlist_edit.inc.php:40
-#: ../../templates/show_edit_playlist_row.inc.php:33
-msgid "Private"
+#: ../../register.php:80
+msgid "Error Captcha Failed"
msgstr ""
-#: ../../lib/class/album.class.php:217
-msgid "Disk"
+#: ../../register.php:87
+msgid "You <U>must</U> accept the user agreement"
msgstr ""
-#: ../../lib/class/album.class.php:229 ../../lib/class/browse.class.php:718
-#: ../../lib/ui.lib.php:398 ../../templates/show_genre.inc.php:35
-#: ../../templates/show_local_catalog_info.inc.php:30
-msgid "Artists"
+#: ../../register.php:92
+msgid "You did not enter a username"
msgstr ""
-#: ../../lib/class/album.class.php:229 ../../lib/class/album.class.php:230
-#: ../../templates/show_edit_album_row.inc.php:35
-msgid "Various"
+#: ../../register.php:96
+msgid "Please fill in your full name (Firstname Lastname)"
msgstr ""
-#: ../../lib/class/album.class.php:445 ../../lib/class/catalog.class.php:413
-#: ../../lib/class/catalog.class.php:751
-msgid "Error: Unable to open"
+#: ../../register.php:122
+msgid "You must enter a password"
msgstr ""
-#: ../../lib/class/access.class.php:317 ../../lib/class/access.class.php:342
-#: ../../lib/class/browse.class.php:79 ../../lib/ui.lib.php:131
-#: ../../lib/ui.lib.php:618 ../../templates/show_random.inc.php:38
-#: ../../templates/show_admin_tools.inc.php:51
-#: ../../templates/show_edit_access.inc.php:77
-#: ../../templates/show_mail_users.inc.php:30
-#: ../../templates/show_export.inc.php:35
-#: ../../templates/show_add_access.inc.php:58
-msgid "All"
+#: ../../register.php:126
+msgid "Your passwords do not match"
msgstr ""
-#: ../../lib/class/access.class.php:320
-#: ../../templates/show_edit_access.inc.php:74
-#: ../../templates/show_play_selected.inc.php:49
-#: ../../templates/show_add_access.inc.php:55
-msgid "View"
+#: ../../register.php:130 ../../admin/users.php:110
+msgid "Error Username already exists"
msgstr ""
-#: ../../lib/class/access.class.php:323
-#: ../../templates/show_edit_access.inc.php:75
-#: ../../templates/show_add_access.inc.php:56
-msgid "Read"
+#: ../../register.php:158
+msgid "Error: Insert Failed"
msgstr ""
-#: ../../lib/class/access.class.php:326
-#: ../../templates/show_edit_access.inc.php:76
-#: ../../templates/show_add_access.inc.php:57
-msgid "Read/Write"
+#: ../../update.php:47 ../../update.php:51
+msgid "Ampache Update"
msgstr ""
-#: ../../lib/class/catalog.class.php:116 ../../lib/class/catalog.class.php:117
-#: ../../lib/class/user.class.php:626 ../../lib/preferences.php:260
-#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
-msgid "Never"
+#: ../../play/index.php:76
+msgid "Session Expired: please log in again at"
msgstr ""
-#: ../../lib/class/catalog.class.php:176
-msgid "day"
-msgid_plural "days"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../lib/class/catalog.class.php:178
-#: ../../templates/show_random.inc.php:53
-#: ../../templates/show_random.inc.php:54
-#: ../../templates/show_random.inc.php:55
-#: ../../templates/show_random.inc.php:56
-#: ../../templates/show_random.inc.php:57
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../lib/class/catalog.class.php:278
-msgid "Running Remote Sync"
+#: ../../radio.php:50
+msgid "Radio Station Added"
msgstr ""
-#: ../../lib/class/catalog.class.php:419 ../../lib/class/catalog.class.php:462
-msgid "Error: Unable to change to directory"
-msgstr ""
+#: ../../admin/flag.php:89
+#, fuzzy
+msgid "Song Updated"
+msgstr "ID3 "
-#: ../../lib/class/catalog.class.php:490
-msgid "Error: Unable to get filesize for"
+#: ../../admin/flag.php:89
+msgid "The requested song has been updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:496
-msgid "is not readable by ampache"
-msgstr ""
+#: ../../admin/flag.php:131
+#, fuzzy
+msgid "Album Updated"
+msgstr "ID3 "
-#: ../../lib/class/catalog.class.php:1031 ../../admin/access.php:45
-#: ../../preferences.php:95
-msgid "Updated"
+#: ../../admin/flag.php:173
+msgid "Artist Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1038
-msgid "No Update Needed"
-msgstr ""
+#: ../../admin/flag.php:238
+#, fuzzy
+msgid "Songs Updated"
+msgstr "ID3 "
-#: ../../lib/class/catalog.class.php:1132
-msgid "Running Remote Update"
+#: ../../admin/flag.php:246
+msgid "Flag Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1159
-msgid "Added Playlist From"
+#: ../../admin/flag.php:247
+msgid "Flag Removed from"
msgstr ""
-#: ../../lib/class/catalog.class.php:1188
-msgid "Catalog Update Finished"
+#: ../../admin/flag.php:262
+msgid "Flags Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1188
-msgid "Total Time"
+#: ../../admin/flag.php:281
+msgid "Songs Disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1189
-msgid "Total Songs"
+#: ../../admin/flag.php:281
+msgid "The requested song(s) have been disabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1189
-msgid "Songs Per Seconds"
+#: ../../admin/flag.php:292
+msgid "Songs Enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1204 ../../admin/users.php:142
-msgid "Error"
+#: ../../admin/flag.php:292
+msgid "The requested song(s) have been enabled"
msgstr ""
-#: ../../lib/class/catalog.class.php:1204
-msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
+#: ../../admin/catalog.php:53 ../../admin/catalog.php:73
+#: ../../admin/catalog.php:98 ../../admin/catalog.php:159
+msgid "Catalog Updated"
msgstr ""
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Error connecting to"
+#: ../../admin/catalog.php:110
+msgid "Catalog Deleted"
msgstr ""
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Code"
+#: ../../admin/catalog.php:110
+msgid "The Catalog and all associated records have been deleted"
msgstr ""
-#: ../../lib/class/catalog.class.php:1236
-#: ../../lib/class/catalog.class.php:1252
-#: ../../lib/class/catalog.class.php:1317
-msgid "Reason"
+#: ../../admin/catalog.php:119
+msgid "Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1281
-msgid "Completed updating remote catalog(s)"
+#: ../../admin/catalog.php:122
+msgid "No Songs Removed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1313 ../../admin/access.php:40
-#: ../../templates/show_song.inc.php:77
-msgid "Added"
+#: ../../admin/catalog.php:125
+msgid "Disabled Songs Processed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1386
-msgid "Catalog Root unreadable, stopping clean"
+#: ../../admin/catalog.php:146
+msgid "Catalog Cleaned"
msgstr ""
-#: ../../lib/class/catalog.class.php:1443
-msgid "Catalog Clean Done"
+#: ../../admin/catalog.php:197
+msgid "Catalog Created"
msgstr ""
-#: ../../lib/class/catalog.class.php:1443
-msgid "files removed"
+#: ../../admin/catalog.php:214
+msgid "Catalog statistics cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1444
-msgid "Optimizing Tables"
+#: ../../admin/catalog.php:231
+msgid "Now Playing Cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1706
-msgid " FOUND"
+#: ../../admin/catalog.php:231
+msgid "All now playing data has been cleared"
msgstr ""
-#: ../../lib/class/catalog.class.php:1708
-msgid "Searching for new Album Art"
+#: ../../admin/catalog.php:241
+msgid "No Disabled songs found"
msgstr ""
-#: ../../lib/class/catalog.class.php:1756
-msgid "Update Finished."
+#: ../../admin/catalog.php:250
+msgid "Delete Catalog"
msgstr ""
-#: ../../lib/class/catalog.class.php:1756
-msgid "Checked"
+#: ../../admin/catalog.php:250
+msgid "Do you really want to delete this catalog?"
msgstr ""
-#: ../../lib/class/catalog.class.php:1756
-msgid "songs updated."
+#: ../../admin/catalog.php:270
+msgid "Album Art Search Finished"
msgstr ""
-#: ../../lib/class/catalog.class.php:1818
-#: ../../lib/class/catalog.class.php:1900
-#: ../../lib/class/catalog.class.php:1985
-#: ../../templates/show_album.inc.php:31
-msgid "Unknown (Orphaned)"
+#: ../../admin/users.php:55 ../../admin/users.php:105
+#: ../../lib/class/user.class.php:350
+msgid "Error Username Required"
msgstr ""
-#: ../../lib/class/flag.class.php:251
-msgid "Approved"
+#: ../../admin/users.php:58 ../../admin/users.php:101
+#: ../../lib/class/user.class.php:354
+msgid "Error Passwords don't match"
msgstr ""
-#: ../../lib/class/flag.class.php:252
-msgid "Pending"
+#: ../../admin/users.php:83
+msgid "User Updated"
msgstr ""
-#: ../../lib/class/flag.class.php:264 ../../templates/rightbar.inc.php:97
-#: ../../templates/show_admin_tools.inc.php:53
-#: ../../templates/show_flag.inc.php:56
-#: ../../templates/show_localplay_playlist.inc.php:48
-#: ../../templates/show_democratic_playlist.inc.php:77
-#: ../../templates/show_live_stream_row.inc.php:34
-#: ../../templates/show_playlist_row.inc.php:38
-#: ../../templates/show_playlist_song_row.inc.php:37
-#: ../../templates/show_catalog_row.inc.php:32
-#: ../../templates/show_localplay_instances.inc.php:40
-msgid "Delete"
+#: ../../admin/users.php:83
+msgid "updated"
msgstr ""
-#: ../../lib/class/flag.class.php:267
-msgid "Re-Tag"
+#: ../../admin/users.php:125 ../../templates/show_edit_user.inc.php:76
+#: ../../templates/show_preference_admin.inc.php:41
+#: ../../templates/show_add_user.inc.php:76
+#: ../../templates/show_preference_box.inc.php:58
+#: ../../lib/class/democratic.class.php:102
+msgid "Guest"
msgstr ""
-#: ../../lib/class/flag.class.php:270 ../../templates/show_flag.inc.php:58
-msgid "Re-encode"
+#: ../../admin/users.php:126 ../../templates/show_flagged.inc.php:35
+#: ../../templates/show_flagged.inc.php:54
+#: ../../templates/show_access_list.inc.php:47
+#: ../../templates/show_edit_user.inc.php:77
+#: ../../templates/show_create_democratic.inc.php:41
+#: ../../templates/show_preference_admin.inc.php:42
+#: ../../templates/show_edit_access.inc.php:57
+#: ../../templates/show_mail_users.inc.php:31
+#: ../../templates/show_add_user.inc.php:77
+#: ../../templates/show_add_access.inc.php:46
+#: ../../templates/show_preference_box.inc.php:59
+#: ../../templates/show_manage_shoutbox.inc.php:35
+#: ../../templates/show_manage_shoutbox.inc.php:59
+#: ../../lib/class/democratic.class.php:105 ../../lib/preferences.php:229
+msgid "User"
msgstr ""
-#: ../../lib/class/flag.class.php:273 ../../templates/show_flag.inc.php:59
-msgid "Other"
+#: ../../admin/users.php:127 ../../templates/show_edit_user.inc.php:80
+#: ../../templates/show_create_democratic.inc.php:44
+#: ../../templates/sidebar.inc.php:31
+#: ../../templates/show_preference_admin.inc.php:43
+#: ../../templates/show_mail_users.inc.php:32
+#: ../../templates/show_add_user.inc.php:80
+#: ../../templates/show_preference_box.inc.php:62
+#: ../../templates/show_democratic_playlist.inc.php:55
+#: ../../templates/show_democratic_playlist.inc.php:90
+#: ../../lib/class/democratic.class.php:114 ../../lib/preferences.php:231
+msgid "Admin"
msgstr ""
-#: ../../lib/class/flag.class.php:276 ../../lib/class/localplay.class.php:648
-#: ../../lib/class/user.class.php:630 ../../lib/general.lib.php:408
-#: ../../modules/localplay/icecast.controller.php:292
-#: ../../modules/localplay/mpd.controller.php:507
-#: ../../modules/localplay/httpq.controller.php:504
-#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
-msgid "Unknown"
+#: ../../admin/users.php:129
+msgid "New User Added"
msgstr ""
-#: ../../lib/class/localplay.class.php:639
-#: ../../templates/show_now_playing.inc.php:32
-msgid "Now Playing"
+#: ../../admin/users.php:134
+msgid "User Enabled"
msgstr ""
-#: ../../lib/class/localplay.class.php:642
-msgid "Stopped"
+#: ../../admin/users.php:139
+msgid "User Disabled"
msgstr ""
-#: ../../lib/class/localplay.class.php:645
-msgid "Paused"
+#: ../../admin/users.php:142 ../../lib/class/catalog.class.php:1210
+msgid "Error"
msgstr ""
-#: ../../lib/class/user.class.php:350 ../../admin/users.php:55
-#: ../../admin/users.php:105
-msgid "Error Username Required"
+#: ../../admin/users.php:142
+msgid "Unable to Disabled last Administrator"
msgstr ""
-#: ../../lib/class/user.class.php:354 ../../admin/users.php:58
-#: ../../admin/users.php:101
-msgid "Error Passwords don't match"
+#: ../../admin/users.php:164
+msgid "User Deleted"
msgstr ""
-#: ../../lib/class/browse.class.php:698
-#: ../../templates/show_artists.inc.php:36
-#: ../../templates/show_artists.inc.php:53
-#: ../../templates/show_genre.inc.php:38
-#: ../../templates/show_genres.inc.php:38
-#: ../../templates/show_genres.inc.php:69
-#: ../../templates/show_local_catalog_info.inc.php:31
-#: ../../templates/show_manage_democratic.inc.php:39
-#: ../../templates/show_albums.inc.php:44
-#: ../../templates/show_albums.inc.php:65
-msgid "Songs"
+#: ../../admin/users.php:167
+msgid "Delete Error"
msgstr ""
-#: ../../lib/class/browse.class.php:703 ../../lib/ui.lib.php:394
-#: ../../templates/sidebar_browse.inc.php:34
-#: ../../templates/show_artists.inc.php:37
-#: ../../templates/show_artists.inc.php:54
-#: ../../templates/show_genre.inc.php:32
-#: ../../templates/show_local_catalog_info.inc.php:29
-msgid "Albums"
+#: ../../admin/users.php:167
+msgid "Unable to delete last Admin User"
msgstr ""
-#: ../../lib/class/browse.class.php:708
-#: ../../templates/show_local_catalog_info.inc.php:32
-msgid "Genres"
+#: ../../admin/users.php:173
+msgid "Deletion Request"
msgstr ""
-#: ../../lib/class/browse.class.php:713
-msgid "Manage Users"
+#: ../../admin/users.php:174
+msgid "Are you sure you want to permanently delete"
msgstr ""
-#: ../../lib/class/browse.class.php:723
-#: ../../templates/sidebar_browse.inc.php:38
-msgid "Radio Stations"
+#: ../../admin/modules.php:38
+msgid "Install Failed, Controller Error"
msgstr ""
-#: ../../lib/class/browse.class.php:728
-msgid "Playlists"
+#: ../../admin/modules.php:56 ../../admin/modules.php:94
+msgid "Are you sure you want to remove this plugin?"
msgstr ""
-#: ../../lib/class/browse.class.php:733
-msgid "Playlist Songs"
+#: ../../admin/modules.php:68 ../../admin/modules.php:113
+msgid "Plugin Deactivated"
msgstr ""
-#: ../../lib/class/browse.class.php:738
-#: ../../templates/show_admin_tools.inc.php:26
-#: ../../templates/sidebar_admin.inc.php:24
-msgid "Catalogs"
+#: ../../admin/modules.php:87
+msgid "Plugin Activated"
msgstr ""
-#: ../../lib/class/browse.class.php:743
-msgid "Shoutbox Records"
+#: ../../admin/modules.php:122
+msgid "Plugins"
msgstr ""
-#: ../../lib/class/browse.class.php:748
-msgid "Flagged Records"
+#: ../../admin/modules.php:128
+msgid "Localplay Controllers"
msgstr ""
-#: ../../lib/class/random.class.php:423 ../../templates/rightbar.inc.php:65
-msgid "Related Album"
+#: ../../admin/shout.php:35
+msgid "Shoutbox Post Updated"
msgstr ""
-#: ../../lib/class/random.class.php:426 ../../templates/rightbar.inc.php:68
-msgid "Related Genre"
+#: ../../admin/shout.php:47
+msgid "Shoutbox Post Deleted"
msgstr ""
-#: ../../lib/class/random.class.php:429 ../../templates/rightbar.inc.php:62
-msgid "Related Artist"
+#: ../../admin/access.php:35
+msgid "Deleted"
msgstr ""
-#: ../../lib/class/random.class.php:432 ../../templates/rightbar.inc.php:59
-msgid "Pure Random"
+#: ../../admin/access.php:35
+msgid "Your Access List Entry has been removed"
msgstr ""
-#: ../../lib/class/metadata.class.php:137
-msgid "Buy Track from MyStrands"
+#: ../../admin/access.php:40 ../../lib/class/catalog.class.php:1304
+msgid "Added"
msgstr ""
-#: ../../lib/class/democratic.class.php:69
-#: ../../templates/show_create_democratic.inc.php:35
-msgid "minutes"
+#: ../../admin/access.php:40
+msgid "Your new Access List Entry has been created"
msgstr ""
-#: ../../lib/class/democratic.class.php:70
-msgid "Primary"
+#: ../../admin/access.php:45 ../../preferences.php:95
+#: ../../lib/class/catalog.class.php:1035
+msgid "Updated"
msgstr ""
-#: ../../lib/rating.lib.php:51
-msgid "Don't Play"
+#: ../../admin/access.php:45
+msgid "Access List Entry updated"
msgstr ""
-#: ../../lib/rating.lib.php:54
-msgid "It's Pretty Bad"
+#: ../../admin/system.php:49
+msgid "Database Charset Updated"
msgstr ""
-#: ../../lib/rating.lib.php:57
-msgid "It's Ok"
+#: ../../admin/system.php:49
+msgid ""
+"Your Database and assoicated tables have been updated to match your "
+"currently configured charset"
msgstr ""
-#: ../../lib/rating.lib.php:60
-msgid "It's Pretty Good"
+#: ../../admin/mail.php:57
+msgid "E-mail Sent"
msgstr ""
-#: ../../lib/rating.lib.php:63
-msgid "I Love It!"
+#: ../../admin/mail.php:58
+msgid "Your E-mail was successfully sent."
msgstr ""
-#: ../../lib/rating.lib.php:66
-msgid "It's Insane"
+#: ../../preferences.php:35 ../../preferences.php:65
+msgid "Server"
msgstr ""
-#: ../../lib/rating.lib.php:70
-msgid "Off the Charts!"
+#: ../../preferences.php:91
+msgid "Error Update Failed"
msgstr ""
-#: ../../lib/preferences.php:162 ../../templates/show_flag_row.inc.php:33
-msgid "Enable"
+#: ../../preferences.php:96
+msgid "Your Account has been updated"
msgstr ""
-#: ../../lib/preferences.php:163 ../../templates/show_duplicates.inc.php:36
-#: ../../templates/show_duplicates.inc.php:74
-#: ../../templates/show_localplay_controllers.inc.php:44
-msgid "Disable"
+#: ../../flag.php:45
+msgid "Item Flagged"
msgstr ""
-#: ../../lib/preferences.php:172 ../../lib/preferences.php:214
-#: ../../lib/ui.lib.php:646 ../../templates/sidebar_localplay.inc.php:44
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_gather_art.inc.php:24
-msgid "None"
+#: ../../flag.php:45
+msgid "The specified item has been flagged"
msgstr ""
-#: ../../lib/preferences.php:174
-#: ../../templates/show_playtype_switch.inc.php:32
-msgid "Stream"
+#: ../../templates/show_admin_tools.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:24
+#: ../../lib/class/browse.class.php:767
+msgid "Catalogs"
msgstr ""
-#: ../../lib/preferences.php:177
-#: ../../modules/localplay/mpd.controller.php:491
-#: ../../modules/localplay/httpq.controller.php:488
-#: ../../templates/show_playtype_switch.inc.php:36
-#: ../../templates/sidebar_home.inc.php:33
-msgid "Democratic"
+#: ../../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:32
+#: ../../templates/show_localplay_playlist.inc.php:58
+#: ../../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:58
+#: ../../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:180 ../../templates/sidebar_localplay.inc.php:32
-#: ../../templates/show_playtype_switch.inc.php:34
-#: ../../templates/sidebar.inc.php:29
-msgid "Localplay"
+#: ../../templates/show_admin_tools.inc.php:34
+#: ../../templates/show_admin_tools.inc.php:74
+#: ../../templates/show_flagged.inc.php:39
+#: ../../templates/show_flagged.inc.php:58
+#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:77
+#: ../../templates/show_access_list.inc.php:50
+#: ../../templates/show_users.inc.php:46
+#: ../../templates/show_users.inc.php:111
+#: ../../templates/show_manage_democratic.inc.php:40
+#: ../../templates/show_genres.inc.php:39
+#: ../../templates/show_genres.inc.php:75
+#: ../../templates/show_localplay_controllers.inc.php:35
+#: ../../templates/show_localplay_controllers.inc.php:66
+#: ../../templates/show_localplay_playlist.inc.php:33
+#: ../../templates/show_localplay_playlist.inc.php:59
+#: ../../templates/show_localplay_instances.inc.php:29
+#: ../../templates/show_artists.inc.php:40
+#: ../../templates/show_artists.inc.php:63
+#: ../../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_manage_shoutbox.inc.php:39
+#: ../../templates/show_manage_shoutbox.inc.php:63
+#: ../../templates/show_live_streams.inc.php:40
+#: ../../templates/show_live_streams.inc.php:62
+msgid "Action"
msgstr ""
-#: ../../lib/preferences.php:182
-#: ../../templates/show_playtype_switch.inc.php:38
-msgid "Flash Player"
+#: ../../templates/show_admin_tools.inc.php:45
+#: ../../templates/show_song.inc.php:25 ../../templates/show_songs.inc.php:40
+#: ../../templates/show_songs.inc.php:67
+#: ../../templates/show_song_row.inc.php:23
+#: ../../templates/show_shoutbox.inc.php:34
+#: ../../templates/show_genres.inc.php:36
+#: ../../templates/show_genres.inc.php:72
+#: ../../templates/show_albums.inc.php:39
+#: ../../templates/show_albums.inc.php:66
+#: ../../templates/show_playlist_song_row.inc.php:22
+#: ../../templates/show_recently_played.inc.php:36
+#: ../../templates/show_recently_played.inc.php:75
+#: ../../templates/show_recently_played.inc.php:89
+#: ../../templates/show_add_live_stream.inc.php:76
+#: ../../templates/show_artists.inc.php:35
+#: ../../templates/show_artists.inc.php:58
+#: ../../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:57
+#: ../../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:34
+#: ../../templates/show_playlists.inc.php:57
+msgid "Add"
msgstr ""
-#: ../../lib/preferences.php:189
-msgid "M3U"
+#: ../../templates/show_admin_tools.inc.php:47
+#: ../../templates/show_catalog_row.inc.php:29
+msgid "Verify"
msgstr ""
-#: ../../lib/preferences.php:190
-msgid "Simple M3U"
+#: ../../templates/show_admin_tools.inc.php:49
+#: ../../templates/show_catalog_row.inc.php:30
+msgid "Clean"
msgstr ""
-#: ../../lib/preferences.php:191
-msgid "PLS"
+#: ../../templates/show_admin_tools.inc.php:51
+#: ../../templates/show_edit_access.inc.php:77
+#: ../../templates/show_mail_users.inc.php:30
+#: ../../templates/show_add_access.inc.php:58
+#: ../../templates/show_random.inc.php:38
+#: ../../templates/show_export.inc.php:35 ../../lib/class/access.class.php:317
+#: ../../lib/class/access.class.php:342 ../../lib/ui.lib.php:141
+#: ../../lib/ui.lib.php:150 ../../lib/ui.lib.php:629
+msgid "All"
msgstr ""
-#: ../../lib/preferences.php:192
-msgid "Asx"
+#: ../../templates/show_admin_tools.inc.php:53
+#: ../../templates/show_flag.inc.php:56
+#: ../../templates/show_playlist_song_row.inc.php:38
+#: ../../templates/show_localplay_playlist.inc.php:48
+#: ../../templates/show_localplay_instances.inc.php:40
+#: ../../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:38
+#: ../../templates/rightbar.inc.php:97 ../../lib/class/flag.class.php:264
+msgid "Delete"
msgstr ""
-#: ../../lib/preferences.php:193
-msgid "RAM"
+#: ../../templates/show_admin_tools.inc.php:59
+msgid "Fast"
msgstr ""
-#: ../../lib/preferences.php:194
-msgid "XSPF"
+#: ../../templates/show_admin_tools.inc.php:60
+#: ../../templates/show_catalog_row.inc.php:31
+msgid "Gather Art"
msgstr ""
-#: ../../lib/preferences.php:228
-msgid "Disabled"
+#: ../../templates/show_admin_tools.inc.php:68
+msgid "No Catalogs Found"
msgstr ""
-#: ../../lib/preferences.php:229 ../../admin/users.php:126
-#: ../../templates/show_preference_box.inc.php:59
-#: ../../templates/show_edit_access.inc.php:57
-#: ../../templates/show_mail_users.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:42
-#: ../../templates/show_edit_user.inc.php:77
-#: ../../templates/show_flagged.inc.php:35
-#: ../../templates/show_flagged.inc.php:54
-#: ../../templates/show_add_user.inc.php:77
-#: ../../templates/show_access_list.inc.php:47
-#: ../../templates/show_add_access.inc.php:46
-#: ../../templates/show_create_democratic.inc.php:41
-#: ../../templates/show_manage_shoutbox.inc.php:35
-#: ../../templates/show_manage_shoutbox.inc.php:59
-msgid "User"
+#: ../../templates/show_admin_tools.inc.php:78
+#: ../../templates/show_catalogs.inc.php:55
+msgid "Clean All"
msgstr ""
-#: ../../lib/preferences.php:230
-msgid "Manager"
+#: ../../templates/show_admin_tools.inc.php:79
+#: ../../templates/show_catalogs.inc.php:54
+msgid "Verify All"
msgstr ""
-#: ../../lib/preferences.php:231 ../../admin/users.php:127
-#: ../../templates/show_preference_box.inc.php:62
-#: ../../templates/sidebar.inc.php:31
-#: ../../templates/show_mail_users.inc.php:32
-#: ../../templates/show_preference_admin.inc.php:43
-#: ../../templates/show_edit_user.inc.php:80
-#: ../../templates/show_democratic_playlist.inc.php:55
-#: ../../templates/show_democratic_playlist.inc.php:90
-#: ../../templates/show_add_user.inc.php:80
-#: ../../templates/show_create_democratic.inc.php:44
-msgid "Admin"
+#: ../../templates/show_admin_tools.inc.php:80
+#: ../../templates/show_catalogs.inc.php:53
+msgid "Add to All"
msgstr ""
-#: ../../lib/preferences.php:251
-msgid "Send on Add"
-msgstr ""
+#: ../../templates/show_admin_tools.inc.php:81
+#: ../../templates/show_catalogs.inc.php:56
+#, fuzzy
+msgid "Update All"
+msgstr "ID3 "
-#: ../../lib/preferences.php:252
-msgid "Send and Clear on Add"
+#: ../../templates/show_admin_tools.inc.php:82
+#: ../../templates/show_add_catalog.inc.php:26
+#: ../../templates/sidebar_admin.inc.php:26
+msgid "Add a Catalog"
msgstr ""
-#: ../../lib/preferences.php:253
-msgid "Clear on Send"
+#: ../../templates/show_admin_tools.inc.php:83
+msgid "Clear Catalog Stats"
msgstr ""
-#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
-#: ../../templates/show_manage_democratic.inc.php:38
-msgid "Default"
+#: ../../templates/show_admin_tools.inc.php:84
+#: ../../templates/show_add_catalog.inc.php:75
+msgid "Gather Album Art"
msgstr ""
-#: ../../lib/preferences.php:262
-msgid "Always"
+#: ../../templates/show_admin_tools.inc.php:88
+#: ../../templates/sidebar_admin.inc.php:43
+msgid "Other Tools"
msgstr ""
-#: ../../lib/general.lib.php:385 ../../lib/general.lib.php:396
-msgid "English"
+#: ../../templates/show_admin_tools.inc.php:90
+msgid "Show Duplicate Songs"
msgstr ""
-#: ../../lib/general.lib.php:398
-msgid "British English"
+#: ../../templates/show_admin_tools.inc.php:91
+#: ../../templates/sidebar_admin.inc.php:48
+msgid "Clear Now Playing"
msgstr ""
-#: ../../lib/general.lib.php:405
-msgid "Turkish"
+#: ../../templates/show_admin_tools.inc.php:92
+#: ../../templates/header.inc.php:90
+msgid "Generate New Config"
msgstr ""
-#: ../../lib/general.lib.php:406
-msgid "Simplified Chinese"
+#: ../../templates/show_admin_tools.inc.php:93
+msgid "Preferences Permissions"
msgstr ""
-#: ../../lib/general.lib.php:467
-msgid "On"
+#: ../../templates/show_admin_tools.inc.php:94
+msgid "Export To Itunes DB"
msgstr ""
-#: ../../lib/general.lib.php:470
-msgid "Off"
+#: ../../templates/show_admin_tools.inc.php:95
+msgid "Show Inactive Users"
msgstr ""
-#: ../../lib/install.php:233
-msgid "No Username/Password specified"
+#: ../../templates/show_admin_tools.inc.php:96
+msgid "Check for New Version"
msgstr ""
-#: ../../lib/install.php:238
-msgid "Passwords do not match"
+#: ../../templates/show_flagged.inc.php:34
+#: ../../templates/show_flagged.inc.php:53
+#: ../../templates/show_manage_shoutbox.inc.php:34
+#: ../../templates/show_manage_shoutbox.inc.php:58
+msgid "Object"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "seconds ago"
+#: ../../templates/show_flagged.inc.php:36
+#: ../../templates/show_flagged.inc.php:55
+#: ../../templates/show_flag.inc.php:69
+msgid "Flag"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "minutes ago"
+#: ../../templates/show_flagged.inc.php:37
+#: ../../templates/show_flagged.inc.php:56
+#: ../../templates/show_flag.inc.php:64 ../../templates/show_search.inc.php:34
+#: ../../templates/show_edit_song.inc.php:73
+#: ../../templates/show_manage_shoutbox.inc.php:37
+#: ../../templates/show_manage_shoutbox.inc.php:61
+msgid "Comment"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "hours ago"
+#: ../../templates/show_flagged.inc.php:38
+#: ../../templates/show_flagged.inc.php:57
+msgid "Status"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "days ago"
+#: ../../templates/show_flagged.inc.php:49
+#: ../../templates/show_disabled_songs.inc.php:52
+#: ../../templates/show_localplay_controllers.inc.php:59
+#: ../../templates/show_localplay_playlist.inc.php:53
+#: ../../templates/show_plugins.inc.php:57
+#: ../../templates/show_manage_shoutbox.inc.php:54
+msgid "No Records Found"
msgstr ""
-#: ../../lib/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "weeks ago"
+#: ../../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/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "months ago"
+#: ../../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/rss.php:180 ../../templates/show_recently_played.inc.php:23
-msgid "years ago"
+#: ../../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:341 ../../templates/sidebar.inc.php:27
-msgid "Home"
+#: ../../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:344
-msgid "Upload"
+#: ../../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:347
-msgid "Local Play"
+#: ../../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:350
-msgid "Random Play"
+#: ../../templates/show_install_account.inc.php:49
+msgid "Step 2 - Creating the ampache.cfg.php file"
msgstr ""
-#: ../../lib/ui.lib.php:353 ../../templates/sidebar_browse.inc.php:37
-#: ../../templates/sidebar_home.inc.php:44
-#: ../../templates/show_playlist.inc.php:27
-#: ../../templates/show_manage_democratic.inc.php:34
-#: ../../templates/show_play_selected.inc.php:47
-msgid "Playlist"
+#: ../../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:356 ../../templates/show_search.inc.php:131
-#: ../../templates/show_search_bar.inc.php:29
-msgid "Search"
+#: ../../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:359 ../../templates/sidebar.inc.php:30
-msgid "Preferences"
+#: ../../templates/show_install_account.inc.php:56
+msgid "Create Admin Account"
msgstr ""
-#: ../../lib/ui.lib.php:362 ../../lib/ui.lib.php:366
-msgid "Admin-Catalog"
+#: ../../templates/show_install_account.inc.php:60
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+#: ../../templates/show_now_playing_row.inc.php:29
+#: ../../templates/show_edit_user.inc.php:31
+#: ../../templates/show_recently_played.inc.php:40
+#: ../../templates/show_recently_played.inc.php:90
+#: ../../templates/show_user_registration.inc.php:75
+#: ../../templates/show_add_user.inc.php:31
+msgid "Username"
msgstr ""
-#: ../../lib/ui.lib.php:370
-msgid "Admin-User Management"
+#: ../../templates/show_install_account.inc.php:64
+#: ../../templates/show_edit_user.inc.php:54
+#: ../../templates/show_user_registration.inc.php:103
+#: ../../templates/show_login_form.inc.php:62
+#: ../../templates/show_add_user.inc.php:54
+#: ../../modules/localplay/httpq.controller.php:219
+#: ../../modules/localplay/mpd.controller.php:235
+msgid "Password"
msgstr ""
-#: ../../lib/ui.lib.php:374
-msgid "Admin-Mail Users"
+#: ../../templates/show_install_account.inc.php:68
+#: ../../templates/show_edit_user.inc.php:63
+#: ../../templates/show_user_registration.inc.php:112
+#: ../../templates/show_add_user.inc.php:63
+#: ../../templates/show_account.inc.php:47
+msgid "Confirm Password"
msgstr ""
-#: ../../lib/ui.lib.php:378
-msgid "Admin-Manage Access Lists"
+#: ../../templates/show_install_account.inc.php:73
+msgid "Create Account"
msgstr ""
-#: ../../lib/ui.lib.php:382
-msgid "Admin-Site Preferences"
+#: ../../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:386
-msgid "Admin-Manage Modules"
+#: ../../templates/show_catalogs.inc.php:34
+#: ../../templates/show_catalogs.inc.php:62
+msgid "Last Verify"
msgstr ""
-#: ../../lib/ui.lib.php:390
-msgid "Browse Music"
+#: ../../templates/show_catalogs.inc.php:35
+#: ../../templates/show_catalogs.inc.php:63
+msgid "Last Add"
msgstr ""
-#: ../../lib/ui.lib.php:402 ../../templates/sidebar_browse.inc.php:36
-#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:66
-#: ../../templates/show_edit_song.inc.php:53
-#: ../../templates/show_genre.inc.php:29
-#: ../../templates/show_genres.inc.php:37
-#: ../../templates/show_genres.inc.php:68 ../../templates/show_song.inc.php:37
-#: ../../templates/show_play_selected.inc.php:58
-#: ../../templates/show_live_streams.inc.php:39
-#: ../../templates/show_live_streams.inc.php:56
-#: ../../templates/show_edit_live_stream_row.inc.php:31
-#: ../../templates/show_add_live_stream.inc.php:61
-#: ../../templates/show_search.inc.php:54
-#: ../../templates/show_playlist_songs.inc.php:45
-#: ../../templates/show_playlist_songs.inc.php:66
-msgid "Genre"
+#: ../../templates/show_catalogs.inc.php:36
+#: ../../templates/show_catalogs.inc.php:64
+#: ../../templates/show_albums.inc.php:48
+#: ../../templates/show_albums.inc.php:75
+#: ../../templates/show_artist_box.inc.php:32
+#: ../../templates/show_album.inc.php:49
+#: ../../templates/show_playlists.inc.php:39
+#: ../../templates/show_playlists.inc.php:62
+msgid "Actions"
msgstr ""
-#: ../../lib/ui.lib.php:406 ../../templates/sidebar_home.inc.php:28
-msgid "Statistics"
+#: ../../templates/show_catalogs.inc.php:52
+msgid "Gather All Art"
msgstr ""
-#: ../../lib/ui.lib.php:497
-msgid "Add New"
+#: ../../templates/show_embed_xspf.inc.php:54
+msgid "XSPF Player"
msgstr ""
-#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
-#: ../../templates/show_user_recommendations.inc.php:22
-msgid "Recommendations"
+#: ../../templates/show_flag_row.inc.php:31
+msgid "Reject"
msgstr ""
-#: ../../server/stats.ajax.php:52
-#: ../../templates/show_playlist_edit.inc.php:30
-#: ../../templates/show_admin_tools.inc.php:33
-#: ../../templates/show_admin_tools.inc.php:73
-#: ../../templates/show_localplay_playlist.inc.php:32
-#: ../../templates/show_localplay_playlist.inc.php:58
-#: ../../templates/show_edit_album.inc.php:27
-#: ../../templates/show_add_playlist.inc.php:28
-#: ../../templates/show_edit_catalog.inc.php:26
-#: ../../templates/show_edit_access.inc.php:26
-#: ../../templates/show_plugins.inc.php:32
-#: ../../templates/show_plugins.inc.php:61
-#: ../../templates/show_edit_artist.inc.php:27
-#: ../../templates/show_account.inc.php:28
-#: ../../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_add_live_stream.inc.php:28
-#: ../../templates/show_localplay_controllers.inc.php:32
-#: ../../templates/show_localplay_controllers.inc.php:63
-#: ../../templates/show_catalogs.inc.php:32
-#: ../../templates/show_catalogs.inc.php:60
-#: ../../templates/show_access_list.inc.php:43
-#: ../../templates/show_add_access.inc.php:26
-#: ../../templates/show_create_democratic.inc.php:26
-msgid "Name"
+#: ../../templates/show_flag_row.inc.php:33 ../../lib/preferences.php:162
+msgid "Enable"
msgstr ""
-#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
-msgid "Links"
+#: ../../templates/show_song.inc.php:23
+msgid "Details"
msgstr ""
-#: ../../server/stats.ajax.php:74 ../../server/stats.ajax.php:92
-#: ../../server/stats.ajax.php:100 ../../templates/show_album.inc.php:60
-msgid "Find Missing Tracks"
+#: ../../templates/sidebar_browse.inc.php:26
+msgid "Browse By"
msgstr ""
-#: ../../server/stats.ajax.php:84 ../../templates/show_edit_song.inc.php:31
-#: ../../templates/show_song.inc.php:25
-#: ../../templates/show_duplicate.inc.php:33
-#: ../../templates/show_search.inc.php:40
-#: ../../templates/show_disabled_songs.inc.php:34
-#: ../../templates/show_disabled_songs.inc.php:57
-msgid "Title"
+#: ../../templates/sidebar_browse.inc.php:33
+#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:68
+#: ../../templates/show_playlist_songs.inc.php:42
+#: ../../templates/show_playlist_songs.inc.php:63
+msgid "Song Title"
msgstr ""
-#: ../../server/stats.ajax.php:84 ../../templates/show_songs.inc.php:45
-#: ../../templates/show_songs.inc.php:67
-#: ../../templates/show_localplay_playlist.inc.php:31
-#: ../../templates/show_localplay_playlist.inc.php:57
-#: ../../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
-msgid "Track"
+#: ../../templates/sidebar_browse.inc.php:34
+#: ../../templates/show_local_catalog_info.inc.php:29
+#: ../../templates/show_artists.inc.php:38
+#: ../../templates/show_artists.inc.php:61
+#: ../../templates/show_genre.inc.php:32 ../../lib/class/browse.class.php:732
+#: ../../lib/ui.lib.php:405
+msgid "Albums"
msgstr ""
-#: ../../server/stats.ajax.php:84
+#: ../../templates/sidebar_browse.inc.php:35
+#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:69
+#: ../../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/sidebar_browse.inc.php:35
-#: ../../templates/show_artists.inc.php:35
-#: ../../templates/show_artists.inc.php:52
-#: ../../templates/show_songs.inc.php:42 ../../templates/show_songs.inc.php:64
-#: ../../templates/show_edit_song.inc.php:45
+#: ../../templates/show_albums.inc.php:44
+#: ../../templates/show_albums.inc.php:71
#: ../../templates/show_recently_played.inc.php:39
#: ../../templates/show_recently_played.inc.php:93
-#: ../../templates/sidebar_home.inc.php:43
-#: ../../templates/show_now_playing_row.inc.php:59
+#: ../../templates/show_search.inc.php:44
+#: ../../templates/show_edit_song.inc.php:45
#: ../../templates/show_duplicates.inc.php:38
#: ../../templates/show_duplicates.inc.php:76
-#: ../../templates/show_song.inc.php:29
+#: ../../templates/show_artists.inc.php:36
+#: ../../templates/show_artists.inc.php:59
#: ../../templates/show_get_albumart.inc.php:28
#: ../../templates/show_play_selected.inc.php:60
-#: ../../templates/show_albums.inc.php:43
-#: ../../templates/show_albums.inc.php:64
-#: ../../templates/show_search.inc.php:44
#: ../../templates/show_playlist_songs.inc.php:43
#: ../../templates/show_playlist_songs.inc.php:64
-#: ../../templates/show_disabled_songs.inc.php:36
-#: ../../templates/show_disabled_songs.inc.php:59
+#: ../../templates/sidebar_home.inc.php:43 ../../server/stats.ajax.php:84
msgid "Artist"
msgstr ""
-#: ../../server/ajax.server.php:294 ../../templates/show_index.inc.php:44
-#: ../../templates/show_user.inc.php:68
-msgid "Recently Played"
-msgstr ""
-
-#: ../../modules/localplay/mpd.controller.php:232
-#: ../../modules/localplay/httpq.controller.php:216
-msgid "Instance Name"
+#: ../../templates/sidebar_browse.inc.php:36
+#: ../../templates/show_songs.inc.php:44 ../../templates/show_songs.inc.php:71
+#: ../../templates/show_genres.inc.php:37
+#: ../../templates/show_genres.inc.php:73
+#: ../../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:61
+#: ../../templates/show_edit_live_stream_row.inc.php:31
+#: ../../lib/ui.lib.php:413
+msgid "Genre"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:233
-#: ../../modules/localplay/httpq.controller.php:217
-msgid "Hostname"
+#: ../../templates/sidebar_browse.inc.php:37
+#: ../../templates/show_manage_democratic.inc.php:34
+#: ../../templates/show_democratic.inc.php:22
+#: ../../templates/show_playlist.inc.php:26
+#: ../../templates/show_play_selected.inc.php:47
+#: ../../templates/sidebar_home.inc.php:44 ../../lib/ui.lib.php:364
+msgid "Playlist"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:234
-#: ../../modules/localplay/httpq.controller.php:218
-msgid "Port"
+#: ../../templates/sidebar_browse.inc.php:38
+#: ../../lib/class/browse.class.php:752
+msgid "Radio Stations"
msgstr ""
-#: ../../modules/localplay/mpd.controller.php:235
-#: ../../modules/localplay/httpq.controller.php:219
-#: ../../templates/show_install_account.inc.php:64
-#: ../../templates/show_login_form.inc.php:62
-#: ../../templates/show_user_registration.inc.php:103
-#: ../../templates/show_edit_user.inc.php:54
-#: ../../templates/show_add_user.inc.php:54
-msgid "Password"
+#: ../../templates/sidebar_browse.inc.php:42
+msgid "Filters"
msgstr ""
-#: ../../modules/horde/Browser.php:867
-msgid "file"
+#: ../../templates/sidebar_browse.inc.php:46
+msgid "Starts With"
msgstr ""
-#: ../../modules/horde/Browser.php:871
-msgid "File uploads not supported."
+#: ../../templates/sidebar_browse.inc.php:52
+msgid "Minimum Count"
msgstr ""
-#: ../../modules/horde/Browser.php:889
-msgid "No file uploaded"
+#: ../../templates/sidebar_browse.inc.php:56
+msgid "Rated"
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:60
+msgid "Unplayed"
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:64
+msgid "Show 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/sidebar_browse.inc.php:69
+msgid "All Playlists"
msgstr ""
-#: ../../admin/catalog.php:51 ../../admin/catalog.php:69
-#: ../../admin/catalog.php:92 ../../admin/catalog.php:150
-msgid "Catalog Updated"
+#: ../../templates/show_user.inc.php:22 ../../templates/show_users.inc.php:53
+#: ../../lib/class/user.class.php:626 ../../lib/class/catalog.class.php:117
+#: ../../lib/class/catalog.class.php:118 ../../lib/preferences.php:260
+msgid "Never"
msgstr ""
-#: ../../admin/catalog.php:103
-msgid "Catalog Deleted"
+#: ../../templates/show_user.inc.php:23 ../../templates/show_users.inc.php:54
+#: ../../lib/class/flag.class.php:276 ../../lib/class/user.class.php:630
+#: ../../lib/class/localplay.class.php:648 ../../lib/general.lib.php:408
+#: ../../modules/localplay/httpq.controller.php:504
+#: ../../modules/localplay/mpd.controller.php:507
+msgid "Unknown"
msgstr ""
-#: ../../admin/catalog.php:103
-msgid "The Catalog and all associated records have been deleted"
+#: ../../templates/show_user.inc.php:30
+#: ../../templates/show_edit_user.inc.php:39
+#: ../../templates/show_user_registration.inc.php:85
+#: ../../templates/show_add_user.inc.php:39
+msgid "Full Name"
msgstr ""
-#: ../../admin/catalog.php:112
-msgid "Songs Removed"
+#: ../../templates/show_user.inc.php:31
+msgid "Create Date"
msgstr ""
-#: ../../admin/catalog.php:115
-msgid "No Songs Removed"
+#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
+#: ../../templates/show_users.inc.php:105
+msgid "Last Seen"
msgstr ""
-#: ../../admin/catalog.php:118
-msgid "Disabled Songs Processed"
+#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
+#: ../../templates/show_users.inc.php:107
+msgid "Activity"
msgstr ""
-#: ../../admin/catalog.php:138
-msgid "Catalog Cleaned"
+#: ../../templates/show_user.inc.php:35
+msgid "User is Online Now"
msgstr ""
-#: ../../admin/catalog.php:188
-msgid "Catalog Created"
+#: ../../templates/show_user.inc.php:37
+msgid "User is Offline Now"
msgstr ""
-#: ../../admin/catalog.php:205
-msgid "Catalog statistics cleared"
+#: ../../templates/show_user.inc.php:42
+msgid "Active Playlist"
msgstr ""
-#: ../../admin/catalog.php:222
-msgid "Now Playing Cleared"
+#: ../../templates/show_user.inc.php:68 ../../templates/show_index.inc.php:44
+#: ../../server/ajax.server.php:300
+msgid "Recently Played"
msgstr ""
-#: ../../admin/catalog.php:222
-msgid "All now playing data has been cleared"
+#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:70
+#: ../../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:43
+#: ../../templates/show_albums.inc.php:70
+#: ../../templates/show_recently_played.inc.php:38
+#: ../../templates/show_recently_played.inc.php:92
+#: ../../templates/show_search.inc.php:50
+#: ../../templates/show_edit_song.inc.php:37
+#: ../../templates/show_duplicates.inc.php:39
+#: ../../templates/show_duplicates.inc.php:77
+#: ../../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/sidebar_home.inc.php:42
+msgid "Album"
msgstr ""
-#: ../../admin/catalog.php:232
-msgid "No Disabled songs found"
+#: ../../templates/show_songs.inc.php:45 ../../templates/show_songs.inc.php:72
+#: ../../templates/show_localplay_playlist.inc.php:31
+#: ../../templates/show_localplay_playlist.inc.php:57
+#: ../../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
+msgid "Track"
msgstr ""
-#: ../../admin/catalog.php:241
-msgid "Delete Catalog"
+#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:73
+#: ../../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
+msgid "Time"
msgstr ""
-#: ../../admin/catalog.php:241
-msgid "Do you really want to delete this catalog?"
+#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:75
+#: ../../templates/show_now_playing_row.inc.php:36
+#: ../../templates/show_albums.inc.php:47
+#: ../../templates/show_albums.inc.php:74
+#: ../../templates/show_search.inc.php:91
+#: ../../templates/show_artists.inc.php:39
+#: ../../templates/show_artists.inc.php:62
+msgid "Rating"
msgstr ""
-#: ../../admin/catalog.php:260
-msgid "Album Art Search Finished"
+#: ../../templates/show_songs.inc.php:63
+#: ../../templates/show_objects.inc.php:44
+#: ../../templates/show_manage_democratic.inc.php:63
+#: ../../templates/show_genres.inc.php:68
+#: ../../templates/show_albums.inc.php:62
+#: ../../templates/show_artists.inc.php:54
+#: ../../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/show_live_streams.inc.php:53
+#: ../../templates/rightbar.inc.php:100
+#: ../../templates/show_playlists.inc.php:53
+msgid "Not Enough Data"
msgstr ""
-#: ../../admin/flag.php:89
-#, fuzzy
-msgid "Song Updated"
-msgstr "ID3 "
-
-#: ../../admin/flag.php:89
-msgid "The requested song has been updated"
+#: ../../templates/show_big_art.inc.php:29
+msgid "Album Art"
msgstr ""
-#: ../../admin/flag.php:131
-#, fuzzy
-msgid "Album Updated"
-msgstr "ID3 "
-
-#: ../../admin/flag.php:173
-msgid "Artist Updated"
+#: ../../templates/show_big_art.inc.php:33
+msgid "Click to close window"
msgstr ""
-#: ../../admin/flag.php:238
-#, fuzzy
-msgid "Songs Updated"
-msgstr "ID3 "
-
-#: ../../admin/flag.php:246
-msgid "Flag Removed"
+#: ../../templates/show_song_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:44
+msgid "Post Shout"
msgstr ""
-#: ../../admin/flag.php:247
-msgid "Flag Removed from"
+#: ../../templates/show_song_row.inc.php:42
+#: ../../templates/show_playlist_song_row.inc.php:33
+#: ../../templates/show_album.inc.php:61
+msgid "Download"
msgstr ""
-#: ../../admin/flag.php:262
-msgid "Flags Updated"
+#: ../../templates/show_song_row.inc.php:46
+#: ../../templates/show_playlist_song_row.inc.php:37
+#: ../../templates/show_live_stream_row.inc.php:31
+#: ../../templates/show_play_selected.inc.php:50
+#: ../../templates/show_artist_row.inc.php:37
+#: ../../templates/show_album_row.inc.php:53
+#: ../../templates/show_playlist_row.inc.php:37
+msgid "Edit"
msgstr ""
-#: ../../admin/flag.php:281
-msgid "Songs Disabled"
+#: ../../templates/show_flag.inc.php:41
+msgid "Flag Song"
msgstr ""
-#: ../../admin/flag.php:281
-msgid "The requested song(s) have been disabled"
+#: ../../templates/show_flag.inc.php:45
+#: ../../templates/show_edit_song.inc.php:27
+msgid "File"
msgstr ""
-#: ../../admin/flag.php:292
-msgid "Songs Enabled"
+#: ../../templates/show_flag.inc.php:49
+msgid "Item"
msgstr ""
-#: ../../admin/flag.php:292
-msgid "The requested song(s) have been enabled"
+#: ../../templates/show_flag.inc.php:53
+msgid "Reason to flag"
msgstr ""
-#: ../../admin/users.php:83
-msgid "User Updated"
+#: ../../templates/show_flag.inc.php:57
+msgid "Incorrect Tags"
msgstr ""
-#: ../../admin/users.php:83
-msgid "updated"
+#: ../../templates/show_flag.inc.php:58 ../../lib/class/flag.class.php:270
+msgid "Re-encode"
msgstr ""
-#: ../../admin/users.php:110 ../../register.php:130
-msgid "Error Username already exists"
+#: ../../templates/show_flag.inc.php:59 ../../lib/class/flag.class.php:273
+msgid "Other"
msgstr ""
-#: ../../admin/users.php:125 ../../templates/show_preference_box.inc.php:58
-#: ../../templates/show_preference_admin.inc.php:41
-#: ../../templates/show_edit_user.inc.php:76
-#: ../../templates/show_add_user.inc.php:76
-msgid "Guest"
+#: ../../templates/show_object_rating_static.inc.php:44
+msgid "out of"
msgstr ""
-#: ../../admin/users.php:129
-msgid "New User Added"
+#: ../../templates/show_run_add_catalog.inc.php:24
+#: ../../templates/show_adds_catalog.inc.php:24
+msgid "Found"
msgstr ""
-#: ../../admin/users.php:134
-msgid "User 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/users.php:139
-msgid "User Disabled"
+#: ../../templates/show_edit_artist_row.inc.php:32
+#: ../../templates/show_edit_album_row.inc.php:45
+#: ../../templates/show_edit_playlist_row.inc.php:38
+#: ../../templates/show_edit_playlist_song_row.inc.php:38
+#: ../../templates/show_edit_song_row.inc.php:49
+#: ../../templates/show_edit_live_stream_row.inc.php:56
+msgid "Save Changes"
msgstr ""
-#: ../../admin/users.php:142
-msgid "Unable to Disabled last Administrator"
+#: ../../templates/show_install_lang.inc.php:37
+#: ../../templates/show_install.inc.php:38
+msgid "Requirements"
msgstr ""
-#: ../../admin/users.php:164
-msgid "User Deleted"
+#: ../../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/users.php:167
-msgid "Delete Error"
+#: ../../templates/show_install_lang.inc.php:72
+msgid "Start configuration"
msgstr ""
-#: ../../admin/users.php:167
-msgid "Unable to delete last Admin User"
+#: ../../templates/show_random_albums.inc.php:22
+msgid "Refresh"
msgstr ""
-#: ../../admin/users.php:173
-msgid "Deletion Request"
+#: ../../templates/show_random_albums.inc.php:24
+#: ../../templates/show_index.inc.php:38
+msgid "Albums of the Moment"
msgstr ""
-#: ../../admin/users.php:174
-msgid "Are you sure you want to permanently delete"
+#: ../../templates/show_random_albums.inc.php:47
+msgid "Play Album"
msgstr ""
-#: ../../admin/modules.php:38
-msgid "Install Failed, Controller Error"
+#: ../../templates/show_localplay_status.inc.php:25
+msgid "Localplay Control"
msgstr ""
-#: ../../admin/modules.php:54 ../../admin/modules.php:92
-msgid "Are you sure you want to remove this plugin?"
+#: ../../templates/show_localplay_status.inc.php:28
+msgid "Mute"
msgstr ""
-#: ../../admin/modules.php:66 ../../admin/modules.php:111
-msgid "Plugin Deactivated"
+#: ../../templates/show_localplay_status.inc.php:29
+msgid "Decrease Volume"
msgstr ""
-#: ../../admin/modules.php:85
-msgid "Plugin Activated"
+#: ../../templates/show_localplay_status.inc.php:30
+msgid "Increase Volume"
msgstr ""
-#: ../../admin/modules.php:120
-msgid "Plugins"
+#: ../../templates/show_localplay_status.inc.php:31
+msgid "Volume"
msgstr ""
-#: ../../admin/modules.php:126
-msgid "Localplay Controllers"
+#: ../../templates/show_localplay_status.inc.php:33
+msgid "Repeat"
msgstr ""
-#: ../../admin/access.php:35
-msgid "Deleted"
+#: ../../templates/show_localplay_status.inc.php:36
+#: ../../templates/show_artist_row.inc.php:24
+#: ../../templates/sidebar_home.inc.php:40
+#: ../../templates/show_album_row.inc.php:24
+#: ../../templates/show_playlist_row.inc.php:24
+msgid "Random"
msgstr ""
-#: ../../admin/access.php:35
-msgid "Your Access List Entry has been removed"
+#: ../../templates/show_localplay_status.inc.php:39
+#: ../../templates/rightbar.inc.php:53
+msgid "Clear Playlist"
msgstr ""
-#: ../../admin/access.php:40
-msgid "Your new Access List Entry has been created"
+#: ../../templates/show_disabled_songs.inc.php:33
+#: ../../templates/show_disabled_songs.inc.php:56
+msgid "Select"
msgstr ""
-#: ../../admin/access.php:45
-msgid "Access List Entry updated"
+#: ../../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_duplicate.inc.php:33 ../../server/stats.ajax.php:84
+msgid "Title"
msgstr ""
-#: ../../admin/mail.php:57
-msgid "E-mail Sent"
+#: ../../templates/show_disabled_songs.inc.php:37
+#: ../../templates/show_disabled_songs.inc.php:60
+#: ../../templates/show_search.inc.php:66
+#: ../../templates/show_duplicates.inc.php:43
+#: ../../templates/show_duplicates.inc.php:81
+#: ../../templates/show_import_playlist.inc.php:28
+msgid "Filename"
msgstr ""
-#: ../../admin/mail.php:58
-msgid "Your E-mail was successfully sent."
+#: ../../templates/show_disabled_songs.inc.php:38
+#: ../../templates/show_disabled_songs.inc.php:61
+msgid "Addition Time"
msgstr ""
-#: ../../admin/system.php:64
-msgid "Export Failed"
+#: ../../templates/show_disabled_songs.inc.php:65
+msgid "Remove"
msgstr ""
-#: ../../admin/shout.php:35
-msgid "Shoutbox Post Updated"
+#: ../../templates/show_access_list.inc.php:29
+msgid "Ampache Access Control"
msgstr ""
-#: ../../admin/shout.php:47
-msgid "Shoutbox Post Deleted"
+#: ../../templates/show_access_list.inc.php:38
+msgid "Add Entry"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-#: ../../templates/show_random_albums.inc.php:24
-msgid "Albums of the Moment"
+#: ../../templates/show_access_list.inc.php:44
+msgid "Start Address"
msgstr ""
-#: ../../templates/show_index.inc.php:38
-msgid "Loading..."
+#: ../../templates/show_access_list.inc.php:45
+msgid "End Address"
msgstr ""
-#: ../../templates/rightbar.inc.php:25
-#: ../../templates/show_localplay_control.inc.php:28
-#: ../../templates/show_manage_democratic.inc.php:57
-msgid "Play"
+#: ../../templates/show_access_list.inc.php:46
+#: ../../templates/show_manage_democratic.inc.php:37
+#: ../../templates/show_create_democratic.inc.php:38
+#: ../../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:52
+msgid "Level"
msgstr ""
-#: ../../templates/rightbar.inc.php:28
-msgid "Add to Playlist"
+#: ../../templates/show_access_list.inc.php:48
+msgid "Key"
msgstr ""
-#: ../../templates/rightbar.inc.php:31
-msgid "Add to New Playlist"
+#: ../../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:62
+msgid "Type"
msgstr ""
-#: ../../templates/rightbar.inc.php:48
-#: ../../templates/show_album_row.inc.php:48
-#: ../../templates/show_artist_row.inc.php:32
-#: ../../templates/show_playlist_row.inc.php:33
-msgid "Batch Download"
+#: ../../templates/show_users.inc.php:39
+#: ../../templates/show_users.inc.php:104
+msgid "Fullname"
msgstr ""
-#: ../../templates/rightbar.inc.php:53
-#: ../../templates/show_localplay_status.inc.php:39
-msgid "Clear Playlist"
+#: ../../templates/show_users.inc.php:41
+#: ../../templates/show_users.inc.php:106
+msgid "Registration Date"
msgstr ""
-#: ../../templates/rightbar.inc.php:56
-msgid "Add Dynamic Items"
+#: ../../templates/show_users.inc.php:44
+#: ../../templates/show_users.inc.php:109
+msgid "Last Ip"
msgstr ""
-#: ../../templates/rightbar.inc.php:100
-#: ../../templates/show_user_stats.inc.php:34
-#: ../../templates/show_user_stats.inc.php:47
-#: ../../templates/show_user_stats.inc.php:60
-#: ../../templates/show_objects.inc.php:44
-#: ../../templates/show_user_recommendations.inc.php:32
-#: ../../templates/show_user_recommendations.inc.php:43
-#: ../../templates/show_user_recommendations.inc.php:54
-#: ../../templates/show_manage_democratic.inc.php:63
-msgid "Not Enough Data"
+#: ../../templates/show_users.inc.php:47
+#: ../../templates/show_users.inc.php:112
+msgid "On-line"
msgstr ""
-#: ../../templates/rightbar.inc.php:104
-msgid "More"
+#: ../../templates/show_manage_democratic.inc.php:22
+msgid "Manage Democratic Playlists"
msgstr ""
-#: ../../templates/show_install_account.inc.php:32
-#: ../../templates/show_install.inc.php:32
-#: ../../templates/show_install_lang.inc.php:32
-#: ../../templates/show_install_config.inc.php:32
-msgid "Ampache Installation"
+#: ../../templates/show_manage_democratic.inc.php:35
+#: ../../templates/show_create_democratic.inc.php:30
+msgid "Base Playlist"
msgstr ""
-#: ../../templates/show_install_account.inc.php:39
-#: ../../templates/show_install.inc.php:40
-#: ../../templates/show_install_lang.inc.php:39
-#: ../../templates/show_install_config.inc.php:38
-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:36
+msgid "Cooldown"
msgstr ""
-#: ../../templates/show_install_account.inc.php:42
-#: ../../templates/show_install.inc.php:43
-#: ../../templates/show_install_lang.inc.php:42
-#: ../../templates/show_install_config.inc.php:41
-msgid ""
-"A MySQL Server with a username and password that can create/modify databases"
+#: ../../templates/show_manage_democratic.inc.php:38
+#: ../../lib/preferences.php:254 ../../lib/preferences.php:261
+msgid "Default"
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"
+#: ../../templates/show_manage_democratic.inc.php:39
+#: ../../templates/show_genres.inc.php:38
+#: ../../templates/show_genres.inc.php:74
+#: ../../templates/show_albums.inc.php:45
+#: ../../templates/show_albums.inc.php:72
+#: ../../templates/show_local_catalog_info.inc.php:31
+#: ../../templates/show_artists.inc.php:37
+#: ../../templates/show_artists.inc.php:60
+#: ../../templates/show_genre.inc.php:38 ../../lib/class/browse.class.php:727
+msgid "Songs"
msgstr ""
-#: ../../templates/show_install_account.inc.php:45
-#: ../../templates/show_install.inc.php:47
-#: ../../templates/show_install_lang.inc.php:46
-#: ../../templates/show_install_config.inc.php:44
-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_manage_democratic.inc.php:57
+#: ../../templates/show_localplay_control.inc.php:28
+#: ../../templates/rightbar.inc.php:25
+msgid "Play"
msgstr ""
-#: ../../templates/show_install_account.inc.php:48
-#: ../../templates/show_install.inc.php:52
-#: ../../templates/show_install_config.inc.php:48
-msgid "Step 1 - Creating and Inserting the Ampache Database"
+#: ../../templates/show_manage_democratic.inc.php:69
+msgid "Create New Playlist"
msgstr ""
-#: ../../templates/show_install_account.inc.php:49
-msgid "Step 2 - Creating the ampache.cfg.php file"
+#: ../../templates/show_now_playing_row.inc.php:45
+#: ../../templates/show_recently_played.inc.php:37
+#: ../../templates/show_recently_played.inc.php:91
+#: ../../templates/show_duplicates.inc.php:37
+#: ../../templates/show_duplicates.inc.php:75
+#: ../../templates/show_democratic_playlist.inc.php:52
+#: ../../templates/show_democratic_playlist.inc.php:87
+msgid "Song"
msgstr ""
-#: ../../templates/show_install_account.inc.php:50
-#: ../../templates/show_install.inc.php:57
-#: ../../templates/show_install_config.inc.php:53
-msgid "Step 3 - Setup Initial Account"
+#: ../../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:52
+#: ../../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 generates the config file. It "
+"will prompt you to download the config file. Please put the downloaded "
+"config file in /config"
msgstr ""
-#: ../../templates/show_install_account.inc.php:56
-msgid "Create Admin Account"
-msgstr ""
-
-#: ../../templates/show_install_account.inc.php:60
-#: ../../templates/show_user_registration.inc.php:75
-#: ../../templates/show_recently_played.inc.php:40
-#: ../../templates/show_recently_played.inc.php:90
-#: ../../templates/show_now_playing_row.inc.php:29
-#: ../../templates/show_edit_user.inc.php:31
-#: ../../templates/show_add_user.inc.php:31
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Username"
+#: ../../templates/show_install_config.inc.php:56
+msgid "Generate Config File"
msgstr ""
-#: ../../templates/show_install_account.inc.php:68
-#: ../../templates/show_user_registration.inc.php:112
-#: ../../templates/show_edit_user.inc.php:63
-#: ../../templates/show_add_user.inc.php:63
-#: ../../templates/show_account.inc.php:47
-msgid "Confirm Password"
+#: ../../templates/show_install_config.inc.php:60
+#: ../../templates/show_test.inc.php:235
+msgid "Web Path"
msgstr ""
-#: ../../templates/show_install_account.inc.php:73
-msgid "Create Account"
+#: ../../templates/show_install_config.inc.php:64
+#: ../../templates/show_install.inc.php:65
+msgid "Desired Database Name"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:26
-#: ../../templates/show_admin_tools.inc.php:82
-#: ../../templates/sidebar_admin.inc.php:26
-msgid "Add a Catalog"
+#: ../../templates/show_install_config.inc.php:68
+#: ../../templates/show_install.inc.php:69
+msgid "MySQL Hostname"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:27
-msgid ""
-"In the form below enter either a local path (i.e. /data/music) or the URL to "
-"a remote Ampache installation (i.e http://theotherampache.com)"
+#: ../../templates/show_install_config.inc.php:72
+msgid "MySQL Username"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:32
-msgid "Catalog Name"
+#: ../../templates/show_install_config.inc.php:76
+msgid "MySQL Password"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:35
-#: ../../templates/show_edit_catalog.inc.php:29
-msgid "Auto-inserted Fields"
+#: ../../templates/show_install_config.inc.php:81
+msgid "Write Config"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:36
-#: ../../templates/show_edit_catalog.inc.php:30
-msgid "album name"
+#: ../../templates/show_install_config.inc.php:88
+#: ../../templates/show_test.inc.php:153
+msgid "Ampache.cfg.php Exists"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:37
-#: ../../templates/show_edit_catalog.inc.php:31
-msgid "artist name"
+#: ../../templates/show_install_config.inc.php:105
+#: ../../templates/show_test.inc.php:172
+msgid "Ampache.cfg.php Configured?"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:38
-#: ../../templates/show_edit_catalog.inc.php:32
-msgid "id3 comment"
+#: ../../templates/show_install_config.inc.php:126
+msgid "Check for Config"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:39
-#: ../../templates/show_edit_catalog.inc.php:33
-msgid "genre"
+#: ../../templates/show_install_config.inc.php:132
+msgid "Continue to Step 3"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:40
-#: ../../templates/show_edit_catalog.inc.php:34
-msgid "track number (padded with leading 0)"
+#: ../../templates/show_edit_user.inc.php:25
+msgid "Editing existing User"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:41
-#: ../../templates/show_edit_catalog.inc.php:35
-msgid "song title"
+#: ../../templates/show_edit_user.inc.php:46
+#: ../../templates/show_user_registration.inc.php:94
+#: ../../templates/show_add_user.inc.php:46
+#: ../../templates/show_account.inc.php:34
+msgid "E-mail"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:42
-#: ../../templates/show_edit_catalog.inc.php:36
-msgid "year"
+#: ../../templates/show_edit_user.inc.php:71
+#: ../../templates/show_add_user.inc.php:71
+msgid "User Access Level"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:43
-#: ../../templates/show_edit_catalog.inc.php:37
-msgid "other"
+#: ../../templates/show_edit_user.inc.php:78
+#: ../../templates/show_create_democratic.inc.php:42
+#: ../../templates/show_add_user.inc.php:78
+#: ../../templates/show_preference_box.inc.php:60
+#: ../../lib/class/democratic.class.php:108
+msgid "Content Manager"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:48
-#: ../../templates/show_catalogs.inc.php:33
-#: ../../templates/show_catalogs.inc.php:61
-msgid "Path"
+#: ../../templates/show_edit_user.inc.php:79
+#: ../../templates/show_create_democratic.inc.php:43
+#: ../../templates/show_add_user.inc.php:79
+#: ../../templates/show_preference_box.inc.php:61
+#: ../../lib/class/democratic.class.php:111
+msgid "Catalog Manager"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:52
-#: ../../templates/show_edit_catalog.inc.php:41
-msgid "Catalog Type"
+#: ../../templates/show_edit_user.inc.php:87
+msgid "Update User"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:55
-msgid "Local"
+#: ../../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_add_catalog.inc.php:56
-msgid "Remote"
+#: ../../templates/show_debug.inc.php:23
+msgid "Debug Tools"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:61
-#: ../../templates/show_edit_catalog.inc.php:45
-msgid "XML-RPC Key"
+#: ../../templates/show_debug.inc.php:25
+msgid "Generate Configuration"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:62
-msgid "Required for Remote Catalogs"
+#: ../../templates/show_debug.inc.php:26
+msgid "Set Database Charset"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:65
-msgid "Filename Pattern"
+#: ../../templates/show_debug.inc.php:29
+msgid "PHP Settings"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "Folder Pattern"
+#: ../../templates/show_debug.inc.php:36
+msgid "Setting"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:70
-#: ../../templates/show_edit_catalog.inc.php:58
-msgid "(no leading or ending '/')"
+#: ../../templates/show_debug.inc.php:37 ../../templates/show_debug.inc.php:82
+#: ../../templates/show_preference_box.inc.php:41
+#: ../../templates/show_preference_box.inc.php:71
+#: ../../templates/show_user_preferences.inc.php:37
+msgid "Value"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:75
-#: ../../templates/show_admin_tools.inc.php:84
-msgid "Gather Album Art"
+#: ../../templates/show_debug.inc.php:40
+msgid "Memory Limit"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:79
-msgid "Build Playlists from m3u Files"
+#: ../../templates/show_debug.inc.php:44
+msgid "Maximum Execution Time"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:85
-msgid "Add Catalog"
+#: ../../templates/show_debug.inc.php:48
+msgid "Safe Mode"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:25
-msgid "Localplay Control"
+#: ../../templates/show_debug.inc.php:56
+msgid "Zlib Support"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:28
-msgid "Mute"
+#: ../../templates/show_debug.inc.php:60
+msgid "GD Support"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:29
-msgid "Decrease Volume"
+#: ../../templates/show_debug.inc.php:64
+msgid "Iconv Support"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:30
-msgid "Increase Volume"
+#: ../../templates/show_debug.inc.php:68
+msgid "Gettext Support"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:31
-msgid "Volume"
+#: ../../templates/show_debug.inc.php:74
+msgid "Current Configuration"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:33
-msgid "Repeat"
+#: ../../templates/show_debug.inc.php:81
+#: ../../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
+#: ../../templates/show_user_preferences.inc.php:36
+msgid "Preference"
msgstr ""
-#: ../../templates/show_localplay_status.inc.php:36
-#: ../../templates/show_album_row.inc.php:24
-#: ../../templates/sidebar_home.inc.php:40
-#: ../../templates/show_artist_row.inc.php:24
-#: ../../templates/show_playlist_row.inc.php:24
-msgid "Random"
+#: ../../templates/show_search_bar.inc.php:29
+#: ../../templates/show_search.inc.php:131 ../../lib/ui.lib.php:367
+msgid "Search"
msgstr ""
-#: ../../templates/show_playlists.inc.php:34
-#: ../../templates/show_playlists.inc.php:52
-#: ../../templates/show_album_row.inc.php:23
-#: ../../templates/show_admin_tools.inc.php:45
-#: ../../templates/show_artists.inc.php:34
-#: ../../templates/show_artists.inc.php:51
-#: ../../templates/show_songs.inc.php:40 ../../templates/show_songs.inc.php:62
-#: ../../templates/show_recently_played.inc.php:36
-#: ../../templates/show_recently_played.inc.php:75
-#: ../../templates/show_recently_played.inc.php:89
-#: ../../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_song_row.inc.php:23
-#: ../../templates/show_artist_row.inc.php:23
-#: ../../templates/show_live_stream_row.inc.php:23
-#: ../../templates/show_live_streams.inc.php:35
-#: ../../templates/show_live_streams.inc.php:52
-#: ../../templates/show_add_live_stream.inc.php:74
-#: ../../templates/show_playlist_row.inc.php:23
-#: ../../templates/show_playlist_song_row.inc.php:22
-#: ../../templates/show_catalog_row.inc.php:28
-msgid "Add"
+#: ../../templates/show_search_bar.inc.php:30
+msgid "Advanced Search"
msgstr ""
-#: ../../templates/show_playlists.inc.php:35
-#: ../../templates/show_playlists.inc.php:53
-msgid "Playlist Name"
+#: ../../templates/show_add_shout.inc.php:23
+msgid "Post to Shoutbox"
msgstr ""
-#: ../../templates/show_playlists.inc.php:37
-#: ../../templates/show_playlists.inc.php:55
-msgid "# Songs"
+#: ../../templates/show_add_shout.inc.php:34
+#: ../../templates/show_edit_shout.inc.php:37
+msgid "Make Sticky"
msgstr ""
-#: ../../templates/show_playlists.inc.php:38
-#: ../../templates/show_playlists.inc.php:56
-msgid "Owner"
+#: ../../templates/show_add_shout.inc.php:41
+#: ../../templates/show_create_democratic.inc.php:53
+#: ../../templates/show_add_playlist.inc.php:42
+msgid "Create"
msgstr ""
-#: ../../templates/show_playlists.inc.php:39
-#: ../../templates/show_playlists.inc.php:57
-#: ../../templates/show_artist_box.inc.php:32
-#: ../../templates/show_albums.inc.php:46
-#: ../../templates/show_albums.inc.php:67
-#: ../../templates/show_album.inc.php:45
-#: ../../templates/show_catalogs.inc.php:36
-#: ../../templates/show_catalogs.inc.php:64
-msgid "Actions"
+#: ../../templates/show_create_democratic.inc.php:22
+msgid "Create Democratic Playlist"
msgstr ""
-#: ../../templates/show_album_row.inc.php:43
-#: ../../templates/show_song_row.inc.php:37
-msgid "Post Shout"
+#: ../../templates/show_create_democratic.inc.php:34
+msgid "Cooldown Time"
msgstr ""
-#: ../../templates/show_album_row.inc.php:52
-#: ../../templates/show_play_selected.inc.php:50
-#: ../../templates/show_song_row.inc.php:46
-#: ../../templates/show_artist_row.inc.php:36
-#: ../../templates/show_live_stream_row.inc.php:31
-#: ../../templates/show_playlist_row.inc.php:37
-msgid "Edit"
+#: ../../templates/show_create_democratic.inc.php:35
+#: ../../lib/class/democratic.class.php:97
+msgid "minutes"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:23
-msgid "Similar Artists"
+#: ../../templates/show_create_democratic.inc.php:48
+msgid "Make Default"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:25
-msgid "Please check the artists you want to merge with the current one"
+#: ../../templates/show_edit_playlist_row.inc.php:32
+#: ../../templates/show_playlist_edit.inc.php:39
+msgid "Public"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:66
-msgid "Back"
+#: ../../templates/show_edit_playlist_row.inc.php:33
+#: ../../templates/show_playlist_edit.inc.php:40
+#: ../../lib/class/playlist.class.php:81
+msgid "Private"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:77
-msgid "Rename selected"
+#: ../../templates/show_confirmation.inc.php:25
+msgid "Continue"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:78
#: ../../templates/show_confirmation.inc.php:27
+#: ../../templates/show_similar_artists.inc.php:78
msgid "Cancel"
msgstr ""
-#: ../../templates/show_similar_artists.inc.php:91
-msgid "Advanced Options"
-msgstr ""
-
-#: ../../templates/show_similar_artists.inc.php:152
-msgid "Search Again"
-msgstr ""
-
-#: ../../templates/sidebar_localplay.inc.php:35
-#: ../../templates/show_localplay_add_instance.inc.php:35
-msgid "Add Instance"
-msgstr ""
-
-#: ../../templates/sidebar_localplay.inc.php:36
-msgid "Show instances"
+#: ../../templates/sidebar.inc.php:27 ../../lib/ui.lib.php:352
+msgid "Home"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:38
-#: ../../templates/sidebar_home.inc.php:35
-msgid "Show Playlist"
+#: ../../templates/sidebar.inc.php:28
+msgid "Browse"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:42
-msgid "Active Instance"
+#: ../../templates/sidebar.inc.php:29
+#: ../../templates/sidebar_localplay.inc.php:32
+#: ../../templates/show_playtype_switch.inc.php:34
+#: ../../lib/preferences.php:180
+msgid "Localplay"
msgstr ""
-#: ../../templates/sidebar_localplay.inc.php:60
-msgid "Localplay Disabled"
+#: ../../templates/sidebar.inc.php:30 ../../lib/ui.lib.php:370
+msgid "Preferences"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:22
-msgid "Favorites"
+#: ../../templates/sidebar.inc.php:66
+msgid "Logout"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:30
-msgid "Favorite Artists"
+#: ../../templates/show_verify_catalog.inc.php:23
+msgid "Updating the"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:43
-msgid "Favorite Albums"
+#: ../../templates/show_verify_catalog.inc.php:23
+#: ../../templates/show_add_live_stream.inc.php:69
+#: ../../templates/show_export.inc.php:32
+#: ../../templates/show_clean_catalog.inc.php:23
+msgid "Catalog"
msgstr ""
-#: ../../templates/show_user_stats.inc.php:56
-msgid "Favorite Songs"
+#: ../../templates/show_verify_catalog.inc.php:24
+msgid "songs found checking tag information."
msgstr ""
-#: ../../templates/show_random.inc.php:22
-msgid "Play Random Selection"
+#: ../../templates/show_verify_catalog.inc.php:25
+msgid "Verifed"
msgstr ""
-#: ../../templates/show_random.inc.php:26
-msgid "Item count"
+#: ../../templates/show_shoutbox.inc.php:22
+msgid "Shoutbox"
msgstr ""
-#: ../../templates/show_random.inc.php:41
-msgid "From genre"
+#: ../../templates/show_localplay_control.inc.php:25
+msgid "Previous"
msgstr ""
-#: ../../templates/show_random.inc.php:47
-#: ../../templates/show_duplicates.inc.php:40
-#: ../../templates/show_duplicates.inc.php:78
-#: ../../templates/show_song.inc.php:41
-msgid "Length"
+#: ../../templates/show_localplay_control.inc.php:26
+msgid "Stop"
msgstr ""
-#: ../../templates/show_random.inc.php:50
-#: ../../templates/show_random.inc.php:85
-#: ../../templates/show_search.inc.php:121
-msgid "Unlimited"
+#: ../../templates/show_localplay_control.inc.php:27
+msgid "Pause"
msgstr ""
-#: ../../templates/show_random.inc.php:51
-#: ../../templates/show_random.inc.php:52
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../templates/show_random.inc.php:62
-#: ../../templates/show_playlist_edit.inc.php:36
-#: ../../templates/show_add_playlist.inc.php:32
-#: ../../templates/show_access_list.inc.php:49
-msgid "Type"
+#: ../../templates/show_localplay_control.inc.php:29
+#: ../../templates/list_header.inc.php:100
+msgid "Next"
msgstr ""
-#: ../../templates/show_random.inc.php:65
-msgid "Standard"
+#: ../../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_random.inc.php:66
-msgid "Less Played"
+#: ../../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_random.inc.php:67
-msgid "Full Albums"
+#: ../../templates/show_localplay_controllers.inc.php:44
+#: ../../templates/show_duplicates.inc.php:36
+#: ../../templates/show_duplicates.inc.php:74 ../../lib/preferences.php:163
+msgid "Disable"
msgstr ""
-#: ../../templates/show_random.inc.php:68
-msgid "Full Artist"
+#: ../../templates/show_localplay_controllers.inc.php:48
+#: ../../templates/show_plugins.inc.php:42
+msgid "Activate"
msgstr ""
-#: ../../templates/show_random.inc.php:70
-msgid "Highest Rated"
+#: ../../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_random.inc.php:76
-msgid "From catalog"
+#: ../../templates/show_install.inc.php:61
+msgid "Insert Ampache Database"
msgstr ""
-#: ../../templates/show_random.inc.php:82
-msgid "Size Limit"
+#: ../../templates/show_install.inc.php:73
+msgid "MySQL Administrative Username"
msgstr ""
-#: ../../templates/show_random.inc.php:96
-msgid "Enqueue"
+#: ../../templates/show_install.inc.php:77
+msgid "MySQL Administrative Password"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "Starting New Song Search on"
+#: ../../templates/show_install.inc.php:81
+msgid "Create Database User for New Database"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:23
-msgid "catalog"
+#: ../../templates/show_install.inc.php:85
+msgid "Ampache Database Username"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:24
-#: ../../templates/show_run_add_catalog.inc.php:24
-msgid "Found"
+#: ../../templates/show_install.inc.php:89
+msgid "Ampache Database User Password"
msgstr ""
-#: ../../templates/show_adds_catalog.inc.php:25
-#: ../../templates/show_verify_catalog.inc.php:26
-#: ../../templates/show_gather_art.inc.php:25
-#: ../../templates/show_run_add_catalog.inc.php:25
-#: ../../templates/show_clean_catalog.inc.php:25
-msgid "Reading"
+#: ../../templates/show_install.inc.php:93
+msgid "Overwrite Existing"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:26
-msgid "Editing Playlist"
+#: ../../templates/show_install.inc.php:98
+msgid "Insert Database"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:39
-#: ../../templates/show_edit_playlist_row.inc.php:32
-msgid "Public"
+#: ../../templates/show_localplay_edit_instance.inc.php:23
+msgid "Edit Localplay Instance"
msgstr ""
-#: ../../templates/show_playlist_edit.inc.php:47
-#: ../../templates/show_edit_access.inc.php:83
-#: ../../templates/show_preference_admin.inc.php:55
-#: ../../templates/show_play_selected.inc.php:64
-#: ../../templates/show_edit_shout.inc.php:41
-#, fuzzy
-msgid "Update"
-msgstr "ID3 "
-
-#: ../../templates/show_login_form.inc.php:58
-#: ../../templates/show_login_form.inc.php:73
-#: ../../templates/show_user_activate.inc.php:51
-msgid "Login"
+#: ../../templates/show_localplay_edit_instance.inc.php:34
+msgid "Update Instance"
msgstr ""
-#: ../../templates/show_login_form.inc.php:66
-msgid "Remember Me"
+#: ../../templates/show_similar_artists.inc.php:23
+msgid "Similar Artists"
msgstr ""
-#: ../../templates/show_login_form.inc.php:78
-msgid "Register"
+#: ../../templates/show_similar_artists.inc.php:25
+msgid "Please check the artists you want to merge with the current one"
msgstr ""
-#: ../../templates/show_login_form.inc.php:90
-msgid "Message of the Day"
+#: ../../templates/show_similar_artists.inc.php:66
+msgid "Back"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:34
-#: ../../templates/show_admin_tools.inc.php:74
-#: ../../templates/show_artists.inc.php:38
-#: ../../templates/show_artists.inc.php:55
-#: ../../templates/show_songs.inc.php:50 ../../templates/show_songs.inc.php:72
-#: ../../templates/show_localplay_playlist.inc.php:33
-#: ../../templates/show_localplay_playlist.inc.php:59
-#: ../../templates/show_genres.inc.php:39
-#: ../../templates/show_genres.inc.php:70
-#: ../../templates/show_flagged.inc.php:39
-#: ../../templates/show_flagged.inc.php:58
-#: ../../templates/show_manage_democratic.inc.php:40
-#: ../../templates/show_plugins.inc.php:35
-#: ../../templates/show_plugins.inc.php:64
-#: ../../templates/show_democratic_playlist.inc.php:50
-#: ../../templates/show_democratic_playlist.inc.php:85
-#: ../../templates/show_users.inc.php:46
-#: ../../templates/show_users.inc.php:111
-#: ../../templates/show_live_streams.inc.php:40
-#: ../../templates/show_live_streams.inc.php:57
-#: ../../templates/show_playlist_songs.inc.php:48
-#: ../../templates/show_playlist_songs.inc.php:69
-#: ../../templates/show_localplay_controllers.inc.php:35
-#: ../../templates/show_localplay_controllers.inc.php:66
-#: ../../templates/show_access_list.inc.php:50
-#: ../../templates/show_localplay_instances.inc.php:29
-#: ../../templates/show_manage_shoutbox.inc.php:39
-#: ../../templates/show_manage_shoutbox.inc.php:63
-msgid "Action"
+#: ../../templates/show_similar_artists.inc.php:77
+msgid "Rename selected"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:47
-#: ../../templates/show_catalog_row.inc.php:29
-msgid "Verify"
+#: ../../templates/show_similar_artists.inc.php:91
+msgid "Advanced Options"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:49
-#: ../../templates/show_catalog_row.inc.php:30
-msgid "Clean"
+#: ../../templates/show_similar_artists.inc.php:152
+msgid "Search Again"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:59
-msgid "Fast"
+#: ../../templates/show_add_playlist.inc.php:24
+msgid "Create a new playlist"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:60
-#: ../../templates/show_catalog_row.inc.php:31
-msgid "Gather Art"
+#: ../../templates/show_rename_artist.inc.php:29
+#: ../../templates/show_rename_artist.inc.php:38
+msgid "Rename"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:68
-msgid "No Catalogs Found"
+#: ../../templates/show_rename_artist.inc.php:33
+#: ../../templates/show_search.inc.php:106
+#: ../../templates/show_add_live_stream.inc.php:64
+#: ../../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:78
-#: ../../templates/show_catalogs.inc.php:55
-msgid "Clean All"
+#: ../../templates/show_rename_artist.inc.php:35
+msgid "Insert current"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:79
-#: ../../templates/show_catalogs.inc.php:54
-msgid "Verify All"
+#: ../../templates/show_rename_artist.inc.php:37
+msgid "Update id3 tags"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:80
-#: ../../templates/show_catalogs.inc.php:53
-msgid "Add to All"
+#: ../../templates/show_edit_shout.inc.php:23
+msgid "Edit existing Shoutbox Post"
msgstr ""
-#: ../../templates/show_admin_tools.inc.php:81
-#: ../../templates/show_catalogs.inc.php:56
+#: ../../templates/show_edit_shout.inc.php:41
+#: ../../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 All"
+msgid "Update"
msgstr "ID3 "
-#: ../../templates/show_admin_tools.inc.php:83
-msgid "Clear Catalog Stats"
-msgstr ""
-
-#: ../../templates/show_admin_tools.inc.php:88
-#: ../../templates/sidebar_admin.inc.php:43
-msgid "Other Tools"
-msgstr ""
-
-#: ../../templates/show_admin_tools.inc.php:90
-msgid "Show Duplicate Songs"
-msgstr ""
-
-#: ../../templates/show_admin_tools.inc.php:91
-#: ../../templates/sidebar_admin.inc.php:47
-msgid "Clear Now Playing"
-msgstr ""
-
-#: ../../templates/show_admin_tools.inc.php:92
-#: ../../templates/header.inc.php:90
-msgid "Generate New Config"
-msgstr ""
-
-#: ../../templates/show_admin_tools.inc.php:93
-msgid "Preferences Permissions"
-msgstr ""
-
-#: ../../templates/show_admin_tools.inc.php:94
-msgid "Export To Itunes DB"
-msgstr ""
-
-#: ../../templates/show_admin_tools.inc.php:95
-msgid "Show Inactive Users"
-msgstr ""
-
-#: ../../templates/show_admin_tools.inc.php:96
-msgid "Check for New Version"
-msgstr ""
-
-#: ../../templates/show_flag.inc.php:41
-msgid "Flag Song"
-msgstr ""
-
-#: ../../templates/show_flag.inc.php:45
-#: ../../templates/show_edit_song.inc.php:27
-msgid "File"
+#: ../../templates/show_playlist.inc.php:29
+msgid "Normalize Tracks"
msgstr ""
-#: ../../templates/show_flag.inc.php:49
-msgid "Item"
+#: ../../templates/show_playlist.inc.php:32
+#: ../../templates/show_search_options.inc.php:28
+#: ../../templates/show_artist_row.inc.php:33
+#: ../../templates/show_album_row.inc.php:49
+#: ../../templates/show_playlist_row.inc.php:33
+#: ../../templates/rightbar.inc.php:48
+msgid "Batch Download"
msgstr ""
-#: ../../templates/show_flag.inc.php:53
-msgid "Reason to flag"
+#: ../../templates/show_playlist.inc.php:35
+msgid "Add All"
msgstr ""
-#: ../../templates/show_flag.inc.php:57
-msgid "Incorrect Tags"
+#: ../../templates/show_playlist.inc.php:36
+msgid "Add Random"
msgstr ""
-#: ../../templates/show_flag.inc.php:64
-#: ../../templates/show_edit_song.inc.php:73
-#: ../../templates/show_flagged.inc.php:37
-#: ../../templates/show_flagged.inc.php:56
-#: ../../templates/show_song.inc.php:45 ../../templates/show_search.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:37
-#: ../../templates/show_manage_shoutbox.inc.php:61
-msgid "Comment"
+#: ../../templates/show_localplay_add_instance.inc.php:24
+msgid "Add Localplay Instance"
msgstr ""
-#: ../../templates/show_flag.inc.php:69
-#: ../../templates/show_flagged.inc.php:36
-#: ../../templates/show_flagged.inc.php:55
-msgid "Flag"
+#: ../../templates/show_localplay_add_instance.inc.php:35
+#: ../../templates/sidebar_localplay.inc.php:35
+msgid "Add Instance"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:27
-msgid "Show Catalogs"
+#: ../../templates/header.inc.php:71
+msgid "Log out"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:31
-msgid "User Tools"
+#: ../../templates/header.inc.php:89
+msgid "Error Config File Out of Date"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:33
-#: ../../templates/show_add_user.inc.php:87
-msgid "Add User"
+#: ../../templates/show_albums.inc.php:41
+#: ../../templates/show_albums.inc.php:68
+msgid "Cover"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:34
-msgid "Browse Users"
+#: ../../templates/show_albums.inc.php:46
+#: ../../templates/show_albums.inc.php:73
+#: ../../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
+msgid "Year"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:37
-msgid "Access Control"
+#: ../../templates/show_preference_admin.inc.php:22
+msgid "Preference Administration"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:39
-msgid "Add ACL"
+#: ../../templates/show_localplay_playlist.inc.php:23
+msgid "Current Playlist"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:40
-msgid "Show ACL(s)"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "seconds ago"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:45
-#: ../../templates/show_duplicate.inc.php:23
-#: ../../templates/show_duplicate.inc.php:42
-msgid "Find Duplicates"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "minutes ago"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:46
-msgid "Mail Users"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "hours ago"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:48
-#: ../../templates/show_account.inc.php:53
-msgid "Clear Stats"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "days ago"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:49
-#: ../../templates/show_export.inc.php:28
-msgid "Export Catalog"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "weeks ago"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:50
-msgid "Manage Flagged"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "months ago"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:52
-msgid "Manage Shoutbox"
+#: ../../templates/show_recently_played.inc.php:23 ../../lib/rss.php:180
+msgid "years ago"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:26
-msgid "Browse By"
+#: ../../templates/show_recently_played.inc.php:41
+#: ../../templates/show_recently_played.inc.php:94
+msgid "Last Played"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:33
-#: ../../templates/show_songs.inc.php:41 ../../templates/show_songs.inc.php:63
-#: ../../templates/show_playlist_songs.inc.php:42
-#: ../../templates/show_playlist_songs.inc.php:63
-msgid "Song Title"
+#: ../../templates/show_search.inc.php:26
+msgid "Search Ampache"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:42
-msgid "Filters"
+#: ../../templates/show_search.inc.php:30
+msgid "Keywords"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:48
-msgid "Starts With"
+#: ../../templates/show_search.inc.php:72
+msgid "Played"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:53
-msgid "Minimum Count"
+#: ../../templates/show_search.inc.php:76
+msgid "Yes"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:57
-msgid "Rated"
+#: ../../templates/show_search.inc.php:77
+msgid "No"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:61
-msgid "Unplayed"
+#: ../../templates/show_search.inc.php:80
+msgid "Min Bitrate"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:65
-msgid "Show Art"
+#: ../../templates/show_search.inc.php:95
+msgid "One Star"
msgstr ""
-#: ../../templates/sidebar_browse.inc.php:70
-msgid "All Playlists"
+#: ../../templates/show_search.inc.php:96
+msgid "Two Stars"
msgstr ""
-#: ../../templates/show_user.inc.php:30
-#: ../../templates/show_user_registration.inc.php:85
-#: ../../templates/show_edit_user.inc.php:39
-#: ../../templates/show_add_user.inc.php:39
-msgid "Full Name"
+#: ../../templates/show_search.inc.php:97
+msgid "Three Stars"
msgstr ""
-#: ../../templates/show_user.inc.php:31
-msgid "Create Date"
+#: ../../templates/show_search.inc.php:98
+msgid "Four Stars"
msgstr ""
-#: ../../templates/show_user.inc.php:32 ../../templates/show_users.inc.php:40
-#: ../../templates/show_users.inc.php:105
-msgid "Last Seen"
+#: ../../templates/show_search.inc.php:99
+msgid "Five Stars"
msgstr ""
-#: ../../templates/show_user.inc.php:33 ../../templates/show_users.inc.php:42
-#: ../../templates/show_users.inc.php:107
-msgid "Activity"
+#: ../../templates/show_search.inc.php:102
+msgid "Operator"
msgstr ""
-#: ../../templates/show_user.inc.php:35
-msgid "User is Online Now"
+#: ../../templates/show_search.inc.php:105
+msgid "AND"
msgstr ""
-#: ../../templates/show_user.inc.php:37
-msgid "User is Offline Now"
+#: ../../templates/show_search.inc.php:111
+msgid "Method"
msgstr ""
-#: ../../templates/show_user.inc.php:42
-msgid "Active Playlist"
+#: ../../templates/show_search.inc.php:114
+msgid "Fuzzy"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:23
-#: ../../templates/show_artist_box.inc.php:26
-msgid "Albums by"
+#: ../../templates/show_search.inc.php:115
+msgid "Exact"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:34
-msgid "Show All Songs By"
+#: ../../templates/show_search.inc.php:118
+msgid "Maximum Results"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:35
-msgid "Add All Songs By"
+#: ../../templates/show_search.inc.php:121
+#: ../../templates/show_random.inc.php:50
+#: ../../templates/show_random.inc.php:85
+msgid "Unlimited"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:36
-msgid "Add Random Songs By"
+#: ../../templates/show_add_live_stream.inc.php:24
+#: ../../templates/sidebar_home.inc.php:29
+msgid "Add Radio Station"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:38
-#: ../../templates/show_album.inc.php:54
-msgid "Update from tags"
+#: ../../templates/show_add_live_stream.inc.php:35
+#: ../../templates/show_edit_live_stream_row.inc.php:28
+msgid "Homepage"
msgstr ""
-#: ../../templates/show_artist_box.inc.php:41
-msgid "Recommend Similar"
+#: ../../templates/show_add_live_stream.inc.php:42
+#: ../../templates/show_edit_live_stream_row.inc.php:27
+msgid "Stream URL"
msgstr ""
-#: ../../templates/show_songs.inc.php:43 ../../templates/show_songs.inc.php:65
-#: ../../templates/show_edit_song.inc.php:37
-#: ../../templates/show_recently_played.inc.php:38
-#: ../../templates/show_recently_played.inc.php:92
-#: ../../templates/sidebar_home.inc.php:42
-#: ../../templates/show_now_playing_row.inc.php:52
-#: ../../templates/show_duplicates.inc.php:39
-#: ../../templates/show_duplicates.inc.php:77
-#: ../../templates/show_song.inc.php:33
-#: ../../templates/show_get_albumart.inc.php:36
-#: ../../templates/show_play_selected.inc.php:59
-#: ../../templates/show_albums.inc.php:42
-#: ../../templates/show_albums.inc.php:63
-#: ../../templates/show_search.inc.php:50
-#: ../../templates/show_playlist_songs.inc.php:44
-#: ../../templates/show_playlist_songs.inc.php:65
-#: ../../templates/show_disabled_songs.inc.php:35
-#: ../../templates/show_disabled_songs.inc.php:58
-msgid "Album"
+#: ../../templates/show_add_live_stream.inc.php:49
+#: ../../templates/show_live_streams.inc.php:38
+#: ../../templates/show_live_streams.inc.php:60
+#: ../../templates/show_edit_live_stream_row.inc.php:30
+msgid "Frequency"
msgstr ""
-#: ../../templates/show_songs.inc.php:46 ../../templates/show_songs.inc.php:68
-#: ../../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
-msgid "Time"
+#: ../../templates/show_add_live_stream.inc.php:55
+#: ../../templates/show_live_streams.inc.php:37
+#: ../../templates/show_live_streams.inc.php:59
+#: ../../templates/show_edit_live_stream_row.inc.php:29
+msgid "Callsign"
msgstr ""
-#: ../../templates/show_songs.inc.php:48 ../../templates/show_songs.inc.php:70
-#: ../../templates/show_now_playing_row.inc.php:36
-#: ../../templates/show_search.inc.php:91
-msgid "Rating"
+#: ../../templates/show_edit_access.inc.php:22
+msgid "Edit ACL"
msgstr ""
-#: ../../templates/show_localplay_playlist.inc.php:23
-#: ../../templates/show_democratic.inc.php:22
-msgid "Current Playlist"
+#: ../../templates/show_edit_access.inc.php:30
+#: ../../templates/show_add_access.inc.php:63
+msgid "ACL Type"
msgstr ""
-#: ../../templates/show_localplay_playlist.inc.php:53
-#: ../../templates/show_flagged.inc.php:49
-#: ../../templates/show_plugins.inc.php:57
-#: ../../templates/show_localplay_controllers.inc.php:59
-#: ../../templates/show_disabled_songs.inc.php:52
-#: ../../templates/show_manage_shoutbox.inc.php:54
-msgid "No Records Found"
+#: ../../templates/show_edit_access.inc.php:34
+#: ../../templates/show_add_access.inc.php:66
+msgid "Stream Access"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:40
-#: ../../templates/show_preference_box.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:30
-#: ../../templates/show_preference_admin.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:36
-msgid "Preference"
+#: ../../templates/show_edit_access.inc.php:35
+#: ../../templates/show_add_access.inc.php:67
+msgid "Web Interface"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:41
-#: ../../templates/show_preference_box.inc.php:71
-#: ../../templates/show_user_preferences.inc.php:37
-msgid "Value"
+#: ../../templates/show_edit_access.inc.php:36
+#: ../../templates/show_add_access.inc.php:68
+msgid "Local Network Definition"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:43
-#: ../../templates/show_preference_box.inc.php:73
-msgid "Apply to All"
+#: ../../templates/show_edit_access.inc.php:37
+#: ../../templates/show_add_access.inc.php:69
+msgid "RPC"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:44
-#: ../../templates/show_preference_box.inc.php:74
-msgid "Access Level"
+#: ../../templates/show_edit_access.inc.php:43
+#: ../../templates/show_add_access.inc.php:32
+msgid "Start IP Address"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:49
-#: ../../templates/show_user_preferences.inc.php:41
-msgid "description"
+#: ../../templates/show_edit_access.inc.php:50
+#: ../../templates/show_add_access.inc.php:39
+msgid "End IP Address"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:60
-#: ../../templates/show_edit_user.inc.php:78
-#: ../../templates/show_add_user.inc.php:78
-#: ../../templates/show_create_democratic.inc.php:42
-msgid "Content Manager"
+#: ../../templates/show_edit_access.inc.php:63
+#: ../../templates/show_add_access.inc.php:77
+msgid "Remote Key"
msgstr ""
-#: ../../templates/show_preference_box.inc.php:61
-#: ../../templates/show_edit_user.inc.php:79
-#: ../../templates/show_add_user.inc.php:79
-#: ../../templates/show_create_democratic.inc.php:43
-msgid "Catalog Manager"
+#: ../../templates/show_edit_access.inc.php:74
+#: ../../templates/show_add_access.inc.php:55
+#: ../../templates/show_play_selected.inc.php:49
+#: ../../lib/class/access.class.php:320
+msgid "View"
msgstr ""
-#: ../../templates/header.inc.php:71
-msgid "Log out"
+#: ../../templates/show_edit_access.inc.php:75
+#: ../../templates/show_add_access.inc.php:56
+#: ../../lib/class/access.class.php:323
+msgid "Read"
msgstr ""
-#: ../../templates/header.inc.php:89
-msgid "Error Config File Out of Date"
+#: ../../templates/show_edit_access.inc.php:76
+#: ../../templates/show_add_access.inc.php:57
+#: ../../lib/class/access.class.php:326
+msgid "Read/Write"
msgstr ""
#: ../../templates/show_user_registration.inc.php:29
#: ../../templates/show_user_registration.inc.php:36
+#: ../../templates/show_registration_confirmation.inc.php:29
#: ../../templates/show_user_activate.inc.php:29
#: ../../templates/show_user_activate.inc.php:36
-#: ../../templates/show_registration_confirmation.inc.php:29
msgid "Registration"
msgstr ""
@@ -2035,620 +1984,598 @@ msgstr ""
msgid "User Information"
msgstr ""
-#: ../../templates/show_user_registration.inc.php:94
-#: ../../templates/show_edit_user.inc.php:46
-#: ../../templates/show_add_user.inc.php:46
-#: ../../templates/show_account.inc.php:34
-msgid "E-mail"
-msgstr ""
-
#: ../../templates/show_user_registration.inc.php:133
msgid "Register User"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:23
-msgid "Edit Album"
+#: ../../templates/show_login_form.inc.php:58
+#: ../../templates/show_login_form.inc.php:73
+#: ../../templates/show_user_activate.inc.php:51
+msgid "Login"
msgstr ""
-#: ../../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.php:45
-#: ../../templates/show_albums.inc.php:66
-#: ../../templates/show_search.inc.php:60
-msgid "Year"
+#: ../../templates/show_login_form.inc.php:66
+msgid "Remember Me"
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"
+#: ../../templates/show_login_form.inc.php:78
+msgid "Register"
msgstr ""
-#: ../../templates/show_edit_album.inc.php:47
-msgid "Update Album"
+#: ../../templates/show_login_form.inc.php:90
+msgid "Message of the Day"
msgstr ""
-#: ../../templates/show_install.inc.php:38
-#: ../../templates/show_install_lang.inc.php:37
-msgid "Requirements"
+#: ../../templates/show_localplay_instances.inc.php:23
+msgid "Show Localplay Instances"
msgstr ""
-#: ../../templates/show_install.inc.php:44
-#: ../../templates/show_install_lang.inc.php:43
-#: ../../templates/show_install_config.inc.php:42
-msgid ""
-"Your webserver has read access to the /sql/ampache.sql file and the /config/"
-"ampache.cfg.php.dist file"
+#: ../../templates/show_localplay_instances.inc.php:39
+msgid "Edit Instance"
msgstr ""
-#: ../../templates/show_install.inc.php:54
-msgid ""
-"This step creates and inserts the Ampache database, as such please provide a "
-"mysql account with database creation rights. This step may take a while "
-"depending upon the speed of your computer"
+#: ../../templates/show_all_popular.inc.php:26
+#: ../../templates/show_mail_users.inc.php:57
+#: ../../templates/show_stats_popular.inc.php:31
+msgid "Most Popular Artists"
msgstr ""
-#: ../../templates/show_install.inc.php:56
-#: ../../templates/show_install_config.inc.php:49
-msgid "Step 2 - Creating the Ampache.cfg.php file"
+#: ../../templates/show_all_popular.inc.php:29
+#: ../../templates/show_mail_users.inc.php:46
+#: ../../templates/show_stats_popular.inc.php:25
+msgid "Most Popular Albums"
msgstr ""
-#: ../../templates/show_install.inc.php:61
-msgid "Insert Ampache Database"
+#: ../../templates/show_all_popular.inc.php:32
+#: ../../templates/show_stats_popular.inc.php:37
+msgid "Most Popular Genres"
msgstr ""
-#: ../../templates/show_install.inc.php:65
-#: ../../templates/show_install_config.inc.php:64
-msgid "Desired Database Name"
+#: ../../templates/show_all_popular.inc.php:38
+#: ../../templates/show_mail_users.inc.php:68
+msgid "Most Popular Songs"
msgstr ""
-#: ../../templates/show_install.inc.php:69
-#: ../../templates/show_install_config.inc.php:68
-msgid "MySQL Hostname"
+#: ../../templates/show_all_popular.inc.php:41
+msgid "Most Popular Live Streams"
msgstr ""
-#: ../../templates/show_install.inc.php:73
-msgid "MySQL Administrative Username"
+#: ../../templates/show_all_popular.inc.php:44
+msgid "Most Popular Tags"
msgstr ""
-#: ../../templates/show_install.inc.php:77
-msgid "MySQL Administrative Password"
+#: ../../templates/show_edit_song.inc.php:23
+msgid "Edit Song"
msgstr ""
-#: ../../templates/show_install.inc.php:81
-msgid "Create Database User for New Database"
+#: ../../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_install.inc.php:85
-msgid "Ampache Database Username"
+#: ../../templates/show_edit_song.inc.php:88
+msgid "Update Song"
msgstr ""
-#: ../../templates/show_install.inc.php:89
-msgid "Ampache Database User Password"
+#: ../../templates/show_local_catalog_info.inc.php:24
+#: ../../templates/show_mail_users.inc.php:42
+msgid "Catalog Statistics"
msgstr ""
-#: ../../templates/show_install.inc.php:93
-msgid "Overwrite Existing"
+#: ../../templates/show_local_catalog_info.inc.php:27
+msgid "Connected Users"
msgstr ""
-#: ../../templates/show_install.inc.php:98
-msgid "Insert Database"
+#: ../../templates/show_local_catalog_info.inc.php:28
+msgid "Total Users"
msgstr ""
-#: ../../templates/show_install_lang.inc.php:72
-msgid "Start configuration"
+#: ../../templates/show_local_catalog_info.inc.php:30
+#: ../../templates/show_genre.inc.php:35 ../../lib/class/browse.class.php:747
+#: ../../lib/class/album.class.php:229 ../../lib/ui.lib.php:409
+msgid "Artists"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:24
-msgid "Create a new playlist"
+#: ../../templates/show_local_catalog_info.inc.php:32
+#: ../../lib/class/browse.class.php:737
+msgid "Genres"
msgstr ""
-#: ../../templates/show_add_playlist.inc.php:42
-#: ../../templates/show_create_democratic.inc.php:53
-#: ../../templates/show_add_shout.inc.php:41
-msgid "Create"
+#: ../../templates/show_local_catalog_info.inc.php:33
+msgid "Catalog Size"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:23
-msgid "Edit Song"
+#: ../../templates/show_local_catalog_info.inc.php:34
+msgid "Catalog Time"
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.php:106
-msgid "OR"
+#: ../../templates/show_mail_users.inc.php:23
+msgid "Send E-mail to Users"
msgstr ""
-#: ../../templates/show_edit_song.inc.php:88
-msgid "Update Song"
+#: ../../templates/show_mail_users.inc.php:27
+msgid "Mail to"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:22
-msgid "Settings for"
+#: ../../templates/show_mail_users.inc.php:33
+msgid "Inactive Users"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:51
-msgid "Filename pattern"
+#: ../../templates/show_mail_users.inc.php:53
+msgid "Latest Artist Additions"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:68
-msgid "Save Catalog Settings"
+#: ../../templates/show_mail_users.inc.php:64
+msgid "Latest Album Additions"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:22
-msgid "Edit ACL"
+#: ../../templates/show_mail_users.inc.php:74
+msgid "Flagged Songs"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:30
-#: ../../templates/show_add_access.inc.php:63
-msgid "ACL Type"
+#: ../../templates/show_mail_users.inc.php:78
+#: ../../templates/show_admin_info.inc.php:34
+msgid "Disabled Songs"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:34
-#: ../../templates/show_add_access.inc.php:66
-msgid "Stream Access"
+#: ../../templates/show_mail_users.inc.php:86
+msgid "Most Popular Threshold in days"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:35
-#: ../../templates/show_add_access.inc.php:67
-msgid "Web Interface"
+#: ../../templates/show_mail_users.inc.php:97
+msgid "Subject"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:36
-#: ../../templates/show_add_access.inc.php:68
-msgid "Local Network Definition"
+#: ../../templates/show_mail_users.inc.php:104
+msgid "Message"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:37
-#: ../../templates/show_add_access.inc.php:69
-msgid "RPC"
+#: ../../templates/show_mail_users.inc.php:112
+msgid "Send Mail"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:43
-#: ../../templates/show_add_access.inc.php:32
-msgid "Start IP Address"
+#: ../../templates/show_add_user.inc.php:25
+msgid "Adding a New User"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:50
-#: ../../templates/show_add_access.inc.php:39
-msgid "End IP Address"
+#: ../../templates/show_add_user.inc.php:87
+#: ../../templates/sidebar_admin.inc.php:33
+msgid "Add User"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:63
-#: ../../templates/show_add_access.inc.php:77
-msgid "Remote Key"
+#: ../../templates/show_add_access.inc.php:22
+msgid "Add Access for a Host"
msgstr ""
-#: ../../templates/show_edit_access.inc.php:70
-#: ../../templates/show_preference_admin.inc.php:31
-#: ../../templates/show_preference_admin.inc.php:50
-#: ../../templates/show_manage_democratic.inc.php:37
-#: ../../templates/show_access_list.inc.php:46
-#: ../../templates/show_add_access.inc.php:52
-#: ../../templates/show_create_democratic.inc.php:38
-msgid "Level"
+#: ../../templates/show_add_access.inc.php:74
+msgid "RPC Options"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:22
-msgid "Refresh"
+#: ../../templates/show_add_access.inc.php:84
+msgid "Create ACL"
msgstr ""
-#: ../../templates/show_random_albums.inc.php:47
-msgid "Play Album"
+#: ../../templates/show_preference_box.inc.php:43
+#: ../../templates/show_preference_box.inc.php:73
+msgid "Apply to All"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:37
-#: ../../templates/show_recently_played.inc.php:91
-#: ../../templates/show_now_playing_row.inc.php:45
-#: ../../templates/show_duplicates.inc.php:37
-#: ../../templates/show_duplicates.inc.php:75
-#: ../../templates/show_democratic_playlist.inc.php:52
-#: ../../templates/show_democratic_playlist.inc.php:87
-msgid "Song"
+#: ../../templates/show_preference_box.inc.php:44
+#: ../../templates/show_preference_box.inc.php:74
+msgid "Access Level"
msgstr ""
-#: ../../templates/show_recently_played.inc.php:41
-#: ../../templates/show_recently_played.inc.php:94
-msgid "Last Played"
+#: ../../templates/show_playlist_edit.inc.php:26
+msgid "Editing Playlist"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:29
-msgid "Recommended Artists"
+#: ../../templates/show_registration_confirmation.inc.php:36
+msgid "Registration Complete"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:40
-msgid "Recommended Albums"
+#: ../../templates/show_registration_confirmation.inc.php:44
+msgid ""
+"Your account has been created. An activation key has been sent to the e-mail "
+"address you provided. Please check your e-mail for further information"
msgstr ""
-#: ../../templates/show_user_recommendations.inc.php:51
-msgid "Recommended Songs"
+#: ../../templates/show_registration_confirmation.inc.php:46
+msgid "Return to Login Page"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:23
-msgid "IP History"
+#: ../../templates/show_denied.inc.php:32
+#: ../../templates/sidebar_localplay.inc.php:66
+msgid "Access Denied"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:26
-msgid "Show Unique"
+#: ../../templates/show_duplicates.inc.php:22
+msgid "Duplicate Songs"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:28
-#: ../../templates/show_admin_info.inc.php:38
-msgid "Show All"
+#: ../../templates/show_duplicates.inc.php:40
+#: ../../templates/show_duplicates.inc.php:78
+#: ../../templates/show_random.inc.php:47
+msgid "Length"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:37
-#: ../../templates/show_ip_history.inc.php:51
-msgid "Date"
+#: ../../templates/show_duplicates.inc.php:41
+#: ../../templates/show_duplicates.inc.php:79
+msgid "Bitrate"
msgstr ""
-#: ../../templates/show_ip_history.inc.php:38
-#: ../../templates/show_ip_history.inc.php:52
-msgid "IP Address"
+#: ../../templates/show_duplicates.inc.php:42
+#: ../../templates/show_duplicates.inc.php:80
+msgid "Size"
msgstr ""
-#: ../../templates/sidebar.inc.php:28
-msgid "Browse"
+#: ../../templates/show_gather_art.inc.php:23
+msgid "Starting Album Art Search"
msgstr ""
-#: ../../templates/sidebar.inc.php:66
-msgid "Logout"
+#: ../../templates/show_gather_art.inc.php:24
+msgid "Searched"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:23
-msgid "Importing a Playlist from a File"
+#: ../../templates/show_gather_art.inc.php:24
+#: ../../templates/sidebar_localplay.inc.php:44
+#: ../../templates/show_adds_catalog.inc.php:24 ../../lib/preferences.php:172
+#: ../../lib/preferences.php:214 ../../lib/ui.lib.php:657
+msgid "None"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:28
-#: ../../templates/show_duplicates.inc.php:43
-#: ../../templates/show_duplicates.inc.php:81
-#: ../../templates/show_song.inc.php:66 ../../templates/show_search.inc.php:66
-#: ../../templates/show_disabled_songs.inc.php:37
-#: ../../templates/show_disabled_songs.inc.php:60
-msgid "Filename"
+#: ../../templates/show_artist_box.inc.php:23
+#: ../../templates/show_artist_box.inc.php:26
+msgid "Albums by"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:35
-msgid "Playlist Type"
+#: ../../templates/show_artist_box.inc.php:34
+msgid "Show All Songs By"
msgstr ""
-#: ../../templates/show_import_playlist.inc.php:47
-msgid "Import Playlist"
+#: ../../templates/show_artist_box.inc.php:35
+msgid "Add All Songs By"
msgstr ""
-#: ../../templates/show_genre.inc.php:29
-msgid "Viewing"
+#: ../../templates/show_artist_box.inc.php:36
+msgid "Add Random Songs By"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:23
-msgid "Send E-mail to Users"
+#: ../../templates/show_artist_box.inc.php:38
+#: ../../templates/show_album.inc.php:58
+msgid "Update from tags"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:27
-msgid "Mail to"
+#: ../../templates/show_artist_box.inc.php:41
+msgid "Recommend Similar"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:33
-msgid "Inactive Users"
+#: ../../templates/show_random.inc.php:22
+msgid "Play Random Selection"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:42
-#: ../../templates/show_local_catalog_info.inc.php:24
-msgid "Catalog Statistics"
+#: ../../templates/show_random.inc.php:26
+msgid "Item count"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:46
-#: ../../templates/show_all_popular.inc.php:29
-#: ../../templates/show_stats_popular.inc.php:25
-msgid "Most Popular Albums"
+#: ../../templates/show_random.inc.php:41
+msgid "From genre"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:53
-msgid "Latest Artist Additions"
-msgstr ""
+#: ../../templates/show_random.inc.php:51
+#: ../../templates/show_random.inc.php:52
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] ""
+msgstr[1] ""
-#: ../../templates/show_mail_users.inc.php:57
-#: ../../templates/show_all_popular.inc.php:26
-#: ../../templates/show_stats_popular.inc.php:31
-msgid "Most Popular Artists"
-msgstr ""
+#: ../../templates/show_random.inc.php:53
+#: ../../templates/show_random.inc.php:54
+#: ../../templates/show_random.inc.php:55
+#: ../../templates/show_random.inc.php:56
+#: ../../templates/show_random.inc.php:57
+#: ../../lib/class/catalog.class.php:179
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] ""
+msgstr[1] ""
-#: ../../templates/show_mail_users.inc.php:64
-msgid "Latest Album Additions"
+#: ../../templates/show_random.inc.php:65
+msgid "Standard"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:68
-#: ../../templates/show_all_popular.inc.php:38
-msgid "Most Popular Songs"
+#: ../../templates/show_random.inc.php:66
+msgid "Less Played"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:74
-msgid "Flagged Songs"
+#: ../../templates/show_random.inc.php:67
+msgid "Full Albums"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:78
-#: ../../templates/show_admin_info.inc.php:34
-msgid "Disabled Songs"
+#: ../../templates/show_random.inc.php:68
+msgid "Full Artist"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:86
-msgid "Most Popular Threshold in days"
+#: ../../templates/show_random.inc.php:70
+msgid "Highest Rated"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:97
-msgid "Subject"
+#: ../../templates/show_random.inc.php:76
+msgid "From catalog"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:104
-msgid "Message"
+#: ../../templates/show_random.inc.php:82
+msgid "Size Limit"
msgstr ""
-#: ../../templates/show_mail_users.inc.php:112
-msgid "Send Mail"
+#: ../../templates/show_random.inc.php:96
+msgid "Enqueue"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:25
-msgid "Information"
+#: ../../templates/show_now_playing.inc.php:32
+#: ../../lib/class/localplay.class.php:639
+msgid "Now Playing"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:27
-msgid "Currently Playing"
+#: ../../templates/show_genre.inc.php:29
+msgid "Viewing"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:24
-msgid "Add Radio Station"
+#: ../../templates/sidebar_preferences.inc.php:9
+msgid "Sections"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:36
-msgid "Manage Playlist"
+#: ../../templates/sidebar_preferences.inc.php:18
+msgid "Account"
msgstr ""
-#: ../../templates/sidebar_home.inc.php:45
-msgid "Advanced"
+#: ../../templates/sidebar_preferences.inc.php:22
+msgid "Server Config"
msgstr ""
-#: ../../templates/show_admin_info.inc.php:30
-msgid "Last Ten Flagged Records"
+#: ../../templates/sidebar_preferences.inc.php:32
+msgid "Modules"
msgstr ""
-#: ../../templates/show_preference_admin.inc.php:22
-msgid "Preference Administration"
+#: ../../templates/sidebar_preferences.inc.php:34
+msgid "Localplay Modules"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:25
-msgid "Editing existing User"
+#: ../../templates/sidebar_preferences.inc.php:35
+msgid "Available Plugins"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:71
-#: ../../templates/show_add_user.inc.php:71
-msgid "User Access Level"
+#: ../../templates/show_duplicate.inc.php:23
+#: ../../templates/show_duplicate.inc.php:42
+#: ../../templates/sidebar_admin.inc.php:46
+msgid "Find Duplicates"
msgstr ""
-#: ../../templates/show_edit_user.inc.php:87
-msgid "Update User"
+#: ../../templates/show_duplicate.inc.php:27
+msgid "Search Type"
msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:27
-msgid "Connected Users"
+#: ../../templates/show_duplicate.inc.php:34
+msgid "Artist and Title"
msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:28
-msgid "Total Users"
+#: ../../templates/show_duplicate.inc.php:35
+msgid "Artist, Album and Title"
msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:33
-msgid "Catalog Size"
+#: ../../templates/show_duplicate.inc.php:37
+msgid "Search Disabled Songs"
msgstr ""
-#: ../../templates/show_local_catalog_info.inc.php:34
-msgid "Catalog Time"
+#: ../../templates/sidebar_localplay.inc.php:36
+msgid "Show instances"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:22
-msgid "Duplicate Songs"
+#: ../../templates/sidebar_localplay.inc.php:38
+#: ../../templates/sidebar_home.inc.php:35
+msgid "Show Playlist"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:41
-#: ../../templates/show_duplicates.inc.php:79
-#: ../../templates/show_song.inc.php:61
-msgid "Bitrate"
+#: ../../templates/sidebar_localplay.inc.php:42
+msgid "Active Instance"
msgstr ""
-#: ../../templates/show_duplicates.inc.php:42
-#: ../../templates/show_duplicates.inc.php:80
-msgid "Size"
+#: ../../templates/sidebar_localplay.inc.php:60
+msgid "Localplay Disabled"
msgstr ""
-#: ../../templates/show_confirmation.inc.php:25
-msgid "Continue"
+#: ../../templates/sidebar_localplay.inc.php:62
+msgid "Allow Localplay set to False"
msgstr ""
-#: ../../templates/show_flagged.inc.php:34
-#: ../../templates/show_flagged.inc.php:53
-#: ../../templates/show_manage_shoutbox.inc.php:34
-#: ../../templates/show_manage_shoutbox.inc.php:58
-msgid "Object"
+#: ../../templates/sidebar_localplay.inc.php:64
+msgid "Localplay Controller Not Defined"
msgstr ""
-#: ../../templates/show_flagged.inc.php:38
-#: ../../templates/show_flagged.inc.php:57
-msgid "Status"
+#: ../../templates/show_get_albumart.inc.php:23
+msgid "Customize Search"
msgstr ""
-#: ../../templates/show_song.inc.php:22
-msgid "Details"
+#: ../../templates/show_get_albumart.inc.php:44
+msgid "Direct URL to Image"
msgstr ""
-#: ../../templates/show_song.inc.php:49
-msgid "Label"
+#: ../../templates/show_get_albumart.inc.php:52
+msgid "Local Image"
msgstr ""
-#: ../../templates/show_song.inc.php:53
-msgid "Language"
+#: ../../templates/show_get_albumart.inc.php:63
+msgid "Get Art"
msgstr ""
-#: ../../templates/show_song.inc.php:57
-msgid "Catalog Number"
+#: ../../templates/show_test_config.inc.php:40
+#: ../../templates/sidebar_admin.inc.php:45
+#: ../../templates/show_test.inc.php:32
+msgid "Ampache Debug"
msgstr ""
-#: ../../templates/show_song.inc.php:72
-msgid "Last Updated"
+#: ../../templates/show_search_options.inc.php:23
+msgid "Options"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:29
-#: ../../templates/show_rename_artist.inc.php:38
-msgid "Rename"
+#: ../../templates/show_search_options.inc.php:26
+msgid "Add Search Results"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:35
-msgid "Insert current"
+#: ../../templates/show_edit_catalog.inc.php:22
+msgid "Settings for"
msgstr ""
-#: ../../templates/show_rename_artist.inc.php:37
-msgid "Update id3 tags"
+#: ../../templates/show_edit_catalog.inc.php:29
+#: ../../templates/show_add_catalog.inc.php:35
+msgid "Auto-inserted Fields"
msgstr ""
-#: ../../templates/show_duplicate.inc.php:27
-msgid "Search Type"
+#: ../../templates/show_edit_catalog.inc.php:30
+#: ../../templates/show_add_catalog.inc.php:36
+msgid "album name"
msgstr ""
-#: ../../templates/show_duplicate.inc.php:34
-msgid "Artist and Title"
+#: ../../templates/show_edit_catalog.inc.php:31
+#: ../../templates/show_add_catalog.inc.php:37
+msgid "artist name"
msgstr ""
-#: ../../templates/show_duplicate.inc.php:35
-msgid "Artist, Album and Title"
+#: ../../templates/show_edit_catalog.inc.php:32
+#: ../../templates/show_add_catalog.inc.php:38
+msgid "id3 comment"
msgstr ""
-#: ../../templates/show_duplicate.inc.php:37
-msgid "Search Disabled Songs"
+#: ../../templates/show_edit_catalog.inc.php:33
+#: ../../templates/show_add_catalog.inc.php:39
+msgid "genre"
msgstr ""
-#: ../../templates/show_playlist.inc.php:30
-msgid "Normalize Tracks"
+#: ../../templates/show_edit_catalog.inc.php:34
+#: ../../templates/show_add_catalog.inc.php:40
+msgid "track number (padded with leading 0)"
msgstr ""
-#: ../../templates/show_playlist.inc.php:31
-msgid "Add All"
+#: ../../templates/show_edit_catalog.inc.php:35
+#: ../../templates/show_add_catalog.inc.php:41
+msgid "song title"
msgstr ""
-#: ../../templates/show_playlist.inc.php:32
-msgid "Add Random"
+#: ../../templates/show_edit_catalog.inc.php:36
+#: ../../templates/show_add_catalog.inc.php:42
+msgid "year"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:25
-msgid "Previous"
+#: ../../templates/show_edit_catalog.inc.php:37
+#: ../../templates/show_add_catalog.inc.php:43
+msgid "other"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:26
-msgid "Stop"
+#: ../../templates/show_edit_catalog.inc.php:41
+#: ../../templates/show_add_catalog.inc.php:52
+msgid "Catalog Type"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:27
-msgid "Pause"
+#: ../../templates/show_edit_catalog.inc.php:45
+#: ../../templates/show_add_catalog.inc.php:61
+msgid "XML-RPC Key"
msgstr ""
-#: ../../templates/show_localplay_control.inc.php:29
-#: ../../templates/list_header.inc.php:100
-msgid "Next"
+#: ../../templates/show_edit_catalog.inc.php:51
+msgid "Filename pattern"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:22
-msgid "Manage Democratic Playlists"
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Folder Pattern"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:35
-#: ../../templates/show_create_democratic.inc.php:30
-msgid "Base Playlist"
+#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "(no leading or ending '/')"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:36
-msgid "Cooldown"
+#: ../../templates/show_edit_catalog.inc.php:68
+msgid "Save Catalog Settings"
msgstr ""
-#: ../../templates/show_manage_democratic.inc.php:69
-msgid "Create New Playlist"
+#: ../../templates/show_democratic_playlist.inc.php:38
+msgid "Playing from base Playlist"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:23
-msgid "Customize Search"
+#: ../../templates/show_democratic_playlist.inc.php:51
+#: ../../templates/show_democratic_playlist.inc.php:86
+msgid "Votes"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:44
-msgid "Direct URL to Image"
+#: ../../templates/show_democratic_playlist.inc.php:67
+msgid "Remove Vote"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:52
-msgid "Local Image"
+#: ../../templates/show_democratic_playlist.inc.php:69
+msgid "Add Vote"
msgstr ""
-#: ../../templates/show_get_albumart.inc.php:63
-msgid "Get Art"
+#: ../../templates/show_edit_artist.inc.php:23
+msgid "Edit Artist"
msgstr ""
-#: ../../templates/show_plugins.inc.php:33
-#: ../../templates/show_plugins.inc.php:62
-#: ../../templates/show_localplay_controllers.inc.php:33
-#: ../../templates/show_localplay_controllers.inc.php:64
-msgid "Description"
+#: ../../templates/show_edit_artist.inc.php:41
+msgid "Update Artist"
msgstr ""
-#: ../../templates/show_plugins.inc.php:34
-#: ../../templates/show_plugins.inc.php:63
-#: ../../templates/show_localplay_controllers.inc.php:34
-#: ../../templates/show_localplay_controllers.inc.php:65
-msgid "Version"
+#: ../../templates/show_user_activate.inc.php:49
+msgid "User Activated"
msgstr ""
-#: ../../templates/show_plugins.inc.php:42
-#: ../../templates/show_localplay_controllers.inc.php:48
-msgid "Activate"
+#: ../../templates/show_user_activate.inc.php:51
+msgid "This User ID is activated and can be used"
msgstr ""
-#: ../../templates/show_plugins.inc.php:46
-msgid "Deactivate"
+#: ../../templates/show_user_activate.inc.php:54
+msgid "Validation Failed"
msgstr ""
-#: ../../templates/show_democratic_playlist.inc.php:38
-msgid "Playing from base Playlist"
+#: ../../templates/show_user_activate.inc.php:55
+msgid "The validation key used isn't correct"
msgstr ""
-#: ../../templates/show_democratic_playlist.inc.php:51
-#: ../../templates/show_democratic_playlist.inc.php:86
-msgid "Votes"
+#: ../../templates/show_edit_album.inc.php:23
+msgid "Edit Album"
msgstr ""
-#: ../../templates/show_democratic_playlist.inc.php:67
-msgid "Remove Vote"
+#: ../../templates/show_edit_album.inc.php:47
+msgid "Update Album"
msgstr ""
-#: ../../templates/show_democratic_playlist.inc.php:69
-msgid "Add Vote"
+#: ../../templates/show_admin_info.inc.php:30
+msgid "Last Ten Flagged Records"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:32
-#: ../../templates/show_stats_popular.inc.php:37
-msgid "Most Popular Genres"
+#: ../../templates/show_admin_info.inc.php:38
+#: ../../templates/show_ip_history.inc.php:28
+msgid "Show All"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:41
-msgid "Most Popular Live Streams"
+#: ../../templates/show_plugins.inc.php:46
+msgid "Deactivate"
msgstr ""
-#: ../../templates/show_all_popular.inc.php:44
-msgid "Most Popular Tags"
+#: ../../templates/show_playtype_switch.inc.php:32
+#: ../../lib/preferences.php:174
+msgid "Stream"
msgstr ""
-#: ../../templates/show_edit_artist.inc.php:23
-msgid "Edit Artist"
+#: ../../templates/show_playtype_switch.inc.php:36
+#: ../../templates/sidebar_home.inc.php:33 ../../lib/preferences.php:177
+#: ../../modules/localplay/httpq.controller.php:488
+#: ../../modules/localplay/mpd.controller.php:491
+msgid "Democratic"
msgstr ""
-#: ../../templates/show_edit_artist.inc.php:41
-msgid "Update Artist"
+#: ../../templates/show_playtype_switch.inc.php:38
+#: ../../lib/preferences.php:182
+msgid "Flash Player"
msgstr ""
#: ../../templates/show_play_selected.inc.php:28
@@ -2671,208 +2598,185 @@ msgstr ""
msgid "Add to"
msgstr ""
-#: ../../templates/show_add_user.inc.php:25
-msgid "Adding a New User"
-msgstr ""
-
-#: ../../templates/show_export.inc.php:32
-#: ../../templates/show_verify_catalog.inc.php:23
-#: ../../templates/show_add_live_stream.inc.php:67
-#: ../../templates/show_clean_catalog.inc.php:23
-msgid "Catalog"
+#: ../../templates/show_ip_history.inc.php:23
+msgid "IP History"
msgstr ""
-#: ../../templates/show_export.inc.php:51
-msgid "Format"
+#: ../../templates/show_ip_history.inc.php:26
+msgid "Show Unique"
msgstr ""
-#: ../../templates/show_export.inc.php:61
-msgid "Export"
+#: ../../templates/show_ip_history.inc.php:37
+#: ../../templates/show_ip_history.inc.php:51
+msgid "Date"
msgstr ""
-#: ../../templates/show_embed_xspf.inc.php:54
-msgid "XSPF Player"
+#: ../../templates/show_ip_history.inc.php:38
+#: ../../templates/show_ip_history.inc.php:52
+msgid "IP Address"
msgstr ""
-#: ../../templates/show_albums.inc.php:40
-#: ../../templates/show_albums.inc.php:61
-msgid "Cover"
+#: ../../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_album.inc.php:47
-msgid "Add Album"
+#: ../../templates/show_add_catalog.inc.php:32
+msgid "Catalog Name"
msgstr ""
-#: ../../templates/show_album.inc.php:48
-msgid "Add Random from Album"
+#: ../../templates/show_add_catalog.inc.php:55
+msgid "Local"
msgstr ""
-#: ../../templates/show_album.inc.php:50
-msgid "Reset Album Art"
+#: ../../templates/show_add_catalog.inc.php:56
+msgid "Remote"
msgstr ""
-#: ../../templates/show_album.inc.php:52
-msgid "Find Album Art"
+#: ../../templates/show_add_catalog.inc.php:62
+msgid "Required for Remote Catalogs"
msgstr ""
-#: ../../templates/show_album.inc.php:57
-#: ../../templates/show_song_row.inc.php:42
-#: ../../templates/show_playlist_song_row.inc.php:33
-msgid "Download"
+#: ../../templates/show_add_catalog.inc.php:65
+msgid "Filename Pattern"
msgstr ""
-#: ../../templates/show_users.inc.php:39
-#: ../../templates/show_users.inc.php:104
-msgid "Fullname"
+#: ../../templates/show_add_catalog.inc.php:79
+msgid "Build Playlists from m3u Files"
msgstr ""
-#: ../../templates/show_users.inc.php:41
-#: ../../templates/show_users.inc.php:106
-msgid "Registration Date"
+#: ../../templates/show_add_catalog.inc.php:85
+msgid "Add Catalog"
msgstr ""
-#: ../../templates/show_users.inc.php:44
-#: ../../templates/show_users.inc.php:109
-msgid "Last Ip"
+#: ../../templates/show_export.inc.php:28
+#: ../../templates/sidebar_admin.inc.php:50
+msgid "Export Catalog"
msgstr ""
-#: ../../templates/show_users.inc.php:47
-#: ../../templates/show_users.inc.php:112
-msgid "On-line"
+#: ../../templates/show_export.inc.php:51
+msgid "Format"
msgstr ""
-#: ../../templates/show_object_rating_static.inc.php:44
-msgid "out of"
+#: ../../templates/show_export.inc.php:61
+msgid "Export"
msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:23
-msgid "Updating the"
+#: ../../templates/show_user_recommendations.inc.php:22
+#: ../../server/stats.ajax.php:41 ../../server/stats.ajax.php:66
+msgid "Recommendations"
msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:24
-msgid "songs found checking tag information."
+#: ../../templates/show_user_recommendations.inc.php:29
+msgid "Recommended Artists"
msgstr ""
-#: ../../templates/show_verify_catalog.inc.php:25
-msgid "Verifed"
+#: ../../templates/show_user_recommendations.inc.php:40
+msgid "Recommended Albums"
msgstr ""
-#: ../../templates/show_edit_artist_row.inc.php:32
-#: ../../templates/show_edit_live_stream_row.inc.php:56
-#: ../../templates/show_edit_album_row.inc.php:45
-#: ../../templates/show_edit_song_row.inc.php:49
-#: ../../templates/show_edit_playlist_row.inc.php:38
-#: ../../templates/show_edit_playlist_song_row.inc.php:44
-msgid "Save Changes"
+#: ../../templates/show_user_recommendations.inc.php:51
+msgid "Recommended Songs"
msgstr ""
-#: ../../templates/show_big_art.inc.php:29
-msgid "Album Art"
+#: ../../templates/show_import_playlist.inc.php:23
+msgid "Importing a Playlist from a File"
msgstr ""
-#: ../../templates/show_big_art.inc.php:33
-msgid "Click to close window"
+#: ../../templates/show_import_playlist.inc.php:35
+msgid "Playlist Type"
msgstr ""
-#: ../../templates/list_header.inc.php:99
-msgid "Prev"
+#: ../../templates/show_import_playlist.inc.php:47
+msgid "Import Playlist"
msgstr ""
-#: ../../templates/show_edit_shout.inc.php:23
-msgid "Edit existing Shoutbox Post"
+#: ../../templates/show_user_stats.inc.php:22
+msgid "Favorites"
msgstr ""
-#: ../../templates/show_edit_shout.inc.php:37
-#: ../../templates/show_add_shout.inc.php:34
-msgid "Make Sticky"
+#: ../../templates/show_user_stats.inc.php:30
+msgid "Favorite Artists"
msgstr ""
-#: ../../templates/show_denied.inc.php:32
-msgid "Access Denied"
+#: ../../templates/show_user_stats.inc.php:43
+msgid "Favorite Albums"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:9
-msgid "Sections"
+#: ../../templates/show_user_stats.inc.php:56
+msgid "Favorite Songs"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:18
-msgid "Account"
+#: ../../templates/sidebar_home.inc.php:25
+msgid "Information"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:22
-msgid "Server Config"
+#: ../../templates/sidebar_home.inc.php:27
+msgid "Currently Playing"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:32
-msgid "Modules"
+#: ../../templates/sidebar_home.inc.php:28 ../../lib/ui.lib.php:417
+msgid "Statistics"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:34
-msgid "Localplay Modules"
+#: ../../templates/sidebar_home.inc.php:36
+msgid "Manage Playlist"
msgstr ""
-#: ../../templates/sidebar_preferences.inc.php:35
-msgid "Available Plugins"
+#: ../../templates/sidebar_home.inc.php:45
+msgid "Advanced"
msgstr ""
-#: ../../templates/show_account.inc.php:40
-msgid "New Password"
+#: ../../templates/show_manage_shoutbox.inc.php:36
+#: ../../templates/show_manage_shoutbox.inc.php:60
+msgid "Sticky"
msgstr ""
-#: ../../templates/show_account.inc.php:64
-msgid "Update Account"
+#: ../../templates/show_manage_shoutbox.inc.php:38
+#: ../../templates/show_manage_shoutbox.inc.php:62
+msgid "Date Added"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:37
-#: ../../templates/show_live_streams.inc.php:54
-#: ../../templates/show_edit_live_stream_row.inc.php:29
-#: ../../templates/show_add_live_stream.inc.php:55
-msgid "Callsign"
+#: ../../templates/sidebar_admin.inc.php:27
+msgid "Show Catalogs"
msgstr ""
-#: ../../templates/show_live_streams.inc.php:38
-#: ../../templates/show_live_streams.inc.php:55
-#: ../../templates/show_edit_live_stream_row.inc.php:30
-#: ../../templates/show_add_live_stream.inc.php:49
-msgid "Frequency"
+#: ../../templates/sidebar_admin.inc.php:31
+msgid "User Tools"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "Editing"
+#: ../../templates/sidebar_admin.inc.php:34
+msgid "Browse Users"
msgstr ""
-#: ../../templates/show_preferences.inc.php:28
-#: ../../templates/show_user_preferences.inc.php:28
-msgid "preferences"
+#: ../../templates/sidebar_admin.inc.php:37
+msgid "Access Control"
msgstr ""
-#: ../../templates/show_preferences.inc.php:36
-#: ../../templates/show_user_preferences.inc.php:50
-msgid "Update Preferences"
+#: ../../templates/sidebar_admin.inc.php:39
+msgid "Add ACL"
msgstr ""
-#: ../../templates/show_test_config.inc.php:40
-#: ../../templates/show_test.inc.php:32
-msgid "Ampache Debug"
+#: ../../templates/sidebar_admin.inc.php:40
+msgid "Show ACL(s)"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:27
-#: ../../templates/show_add_live_stream.inc.php:42
-msgid "Stream URL"
+#: ../../templates/sidebar_admin.inc.php:47
+msgid "Mail Users"
msgstr ""
-#: ../../templates/show_edit_live_stream_row.inc.php:28
-#: ../../templates/show_add_live_stream.inc.php:35
-msgid "Homepage"
+#: ../../templates/sidebar_admin.inc.php:49
+#: ../../templates/show_account.inc.php:53
+msgid "Clear Stats"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:23
-msgid "Starting Album Art Search"
+#: ../../templates/sidebar_admin.inc.php:51
+msgid "Manage Flagged"
msgstr ""
-#: ../../templates/show_gather_art.inc.php:24
-msgid "Searched"
+#: ../../templates/sidebar_admin.inc.php:53
+msgid "Manage Shoutbox"
msgstr ""
#: ../../templates/show_clean_catalog.inc.php:23
@@ -2883,6 +2787,14 @@ msgstr ""
msgid "Checking"
msgstr ""
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "Starting New Song Search on"
+msgstr ""
+
+#: ../../templates/show_adds_catalog.inc.php:23
+msgid "catalog"
+msgstr ""
+
#: ../../templates/show_test.inc.php:33
msgid ""
"You've reached this page because a configuration error has occured. Debug "
@@ -2938,7 +2850,7 @@ 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"
+"support is required for Ampache"
msgstr ""
#: ../../templates/show_test.inc.php:119
@@ -2962,11 +2874,6 @@ msgid ""
"some features of ampache may not work correctly"
msgstr ""
-#: ../../templates/show_test.inc.php:153
-#: ../../templates/show_install_config.inc.php:88
-msgid "Ampache.cfg.php Exists"
-msgstr ""
-
#: ../../templates/show_test.inc.php:166
msgid ""
"This attempts to read /config/ampache.cfg.php If this fails either the "
@@ -2974,11 +2881,6 @@ msgid ""
"\tit is not currently readable by your webserver."
msgstr ""
-#: ../../templates/show_test.inc.php:172
-#: ../../templates/show_install_config.inc.php:105
-msgid "Ampache.cfg.php Configured?"
-msgstr ""
-
#: ../../templates/show_test.inc.php:189
msgid ""
"This test makes sure that you have set all of the required configuration "
@@ -2995,355 +2897,441 @@ msgid ""
"cfg.php"
msgstr ""
-#: ../../templates/show_search.inc.php:26
-msgid "Search Ampache"
+#: ../../templates/show_test.inc.php:213
+msgid "DB Inserted"
msgstr ""
-#: ../../templates/show_search.inc.php:30
-msgid "Keywords"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "Editing"
msgstr ""
-#: ../../templates/show_search.inc.php:72
-msgid "Played"
+#: ../../templates/show_user_preferences.inc.php:28
+#: ../../templates/show_preferences.inc.php:28
+msgid "preferences"
msgstr ""
-#: ../../templates/show_search.inc.php:76
-msgid "Yes"
+#: ../../templates/show_user_preferences.inc.php:50
+#: ../../templates/show_preferences.inc.php:36
+msgid "Update Preferences"
msgstr ""
-#: ../../templates/show_search.inc.php:77
-msgid "No"
+#: ../../templates/show_index.inc.php:38
+msgid "Loading..."
msgstr ""
-#: ../../templates/show_search.inc.php:80
-msgid "Min Bitrate"
+#: ../../templates/show_account.inc.php:40
+msgid "New Password"
msgstr ""
-#: ../../templates/show_search.inc.php:95
-msgid "One Star"
+#: ../../templates/show_account.inc.php:64
+msgid "Update Account"
msgstr ""
-#: ../../templates/show_search.inc.php:96
-msgid "Two Stars"
+#: ../../templates/list_header.inc.php:99
+msgid "Prev"
msgstr ""
-#: ../../templates/show_search.inc.php:97
-msgid "Three Stars"
+#: ../../templates/rightbar.inc.php:28
+msgid "Add to Playlist"
msgstr ""
-#: ../../templates/show_search.inc.php:98
-msgid "Four Stars"
+#: ../../templates/rightbar.inc.php:31
+msgid "Add to New Playlist"
msgstr ""
-#: ../../templates/show_search.inc.php:99
-msgid "Five Stars"
+#: ../../templates/rightbar.inc.php:56
+msgid "Add Dynamic Items"
msgstr ""
-#: ../../templates/show_search.inc.php:102
-msgid "Operator"
+#: ../../templates/rightbar.inc.php:59 ../../lib/class/random.class.php:432
+msgid "Pure Random"
msgstr ""
-#: ../../templates/show_search.inc.php:105
-msgid "AND"
+#: ../../templates/rightbar.inc.php:62 ../../lib/class/random.class.php:429
+msgid "Related Artist"
msgstr ""
-#: ../../templates/show_search.inc.php:111
-msgid "Method"
+#: ../../templates/rightbar.inc.php:65 ../../lib/class/random.class.php:423
+msgid "Related Album"
msgstr ""
-#: ../../templates/show_search.inc.php:114
-msgid "Fuzzy"
+#: ../../templates/rightbar.inc.php:68 ../../lib/class/random.class.php:426
+msgid "Related Genre"
msgstr ""
-#: ../../templates/show_search.inc.php:115
-msgid "Exact"
+#: ../../templates/rightbar.inc.php:104
+msgid "More"
msgstr ""
-#: ../../templates/show_search.inc.php:118
-msgid "Maximum Results"
+#: ../../templates/show_album.inc.php:28 ../../lib/class/album.class.php:217
+msgid "Disk"
msgstr ""
-#: ../../templates/show_search_bar.inc.php:30
-msgid "Advanced Search"
+#: ../../templates/show_album.inc.php:35
+#: ../../lib/class/catalog.class.php:1798
+#: ../../lib/class/catalog.class.php:1880
+#: ../../lib/class/catalog.class.php:1963
+msgid "Unknown (Orphaned)"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:34
-#: ../../templates/show_catalogs.inc.php:62
-msgid "Last Verify"
+#: ../../templates/show_album.inc.php:51
+msgid "Add Album"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:35
-#: ../../templates/show_catalogs.inc.php:63
-msgid "Last Add"
+#: ../../templates/show_album.inc.php:52
+msgid "Add Random from Album"
msgstr ""
-#: ../../templates/show_catalogs.inc.php:52
-msgid "Gather All Art"
+#: ../../templates/show_album.inc.php:54
+msgid "Reset Album Art"
msgstr ""
-#: ../../templates/show_localplay_add_instance.inc.php:24
-msgid "Add Localplay Instance"
+#: ../../templates/show_album.inc.php:56
+msgid "Find Album Art"
msgstr ""
-#: ../../templates/show_access_list.inc.php:29
-msgid "Ampache Access Control"
+#: ../../templates/show_album.inc.php:64 ../../server/stats.ajax.php:74
+#: ../../server/stats.ajax.php:92 ../../server/stats.ajax.php:100
+msgid "Find Missing Tracks"
msgstr ""
-#: ../../templates/show_access_list.inc.php:38
-msgid "Add Entry"
+#: ../../templates/show_playlists.inc.php:35
+#: ../../templates/show_playlists.inc.php:58
+msgid "Playlist Name"
msgstr ""
-#: ../../templates/show_access_list.inc.php:44
-msgid "Start Address"
+#: ../../templates/show_playlists.inc.php:37
+#: ../../templates/show_playlists.inc.php:60
+msgid "# Songs"
msgstr ""
-#: ../../templates/show_access_list.inc.php:45
-msgid "End Address"
+#: ../../templates/show_playlists.inc.php:38
+#: ../../templates/show_playlists.inc.php:61
+msgid "Owner"
msgstr ""
-#: ../../templates/show_access_list.inc.php:48
-msgid "Key"
+#: ../../templates/show_stats_newest.inc.php:25
+msgid "Newest Albums"
msgstr ""
-#: ../../templates/show_add_access.inc.php:22
-msgid "Add Access for a Host"
+#: ../../templates/show_stats_newest.inc.php:30
+msgid "Newest Artists"
msgstr ""
-#: ../../templates/show_add_access.inc.php:74
-msgid "RPC Options"
+#: ../../templates/show_stats_newest.inc.php:35
+msgid "Newest Genres"
msgstr ""
-#: ../../templates/show_add_access.inc.php:84
-msgid "Create ACL"
+#: ../../server/stats.ajax.php:52 ../../server/stats.ajax.php:84
+msgid "Links"
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:23
-msgid "Show Localplay Instances"
+#: ../../democratic.php:52
+msgid "The Requested Playlist has been deleted."
msgstr ""
-#: ../../templates/show_localplay_instances.inc.php:39
-msgid "Edit Instance"
+#: ../../lib/class/metadata.class.php:137
+msgid "Buy Track from MyStrands"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:33
-#: ../../templates/show_disabled_songs.inc.php:56
-msgid "Select"
+#: ../../lib/class/democratic.class.php:98
+msgid "Primary"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:38
-#: ../../templates/show_disabled_songs.inc.php:61
-msgid "Addition Time"
+#: ../../lib/class/flag.class.php:251
+msgid "Approved"
msgstr ""
-#: ../../templates/show_disabled_songs.inc.php:65
-msgid "Remove"
+#: ../../lib/class/flag.class.php:252
+msgid "Pending"
msgstr ""
-#: ../../templates/show_install_config.inc.php:51
-msgid ""
-"This steps takes the basic config values, and first attempts to write them "
-"out directly to your webserver. If access is denied it will prompt you to "
-"download the config file. Please put the downloaded config file in /config"
+#: ../../lib/class/flag.class.php:267
+msgid "Re-Tag"
msgstr ""
-#: ../../templates/show_install_config.inc.php:56
-msgid "Generate Config File"
+#: ../../lib/class/browse.class.php:742
+msgid "Manage Users"
msgstr ""
-#: ../../templates/show_install_config.inc.php:60
-msgid "Web Path"
+#: ../../lib/class/browse.class.php:757
+msgid "Playlists"
msgstr ""
-#: ../../templates/show_install_config.inc.php:72
-msgid "MySQL Username"
+#: ../../lib/class/browse.class.php:762
+msgid "Playlist Songs"
msgstr ""
-#: ../../templates/show_install_config.inc.php:76
-msgid "MySQL Password"
+#: ../../lib/class/browse.class.php:772
+msgid "Shoutbox Records"
msgstr ""
-#: ../../templates/show_install_config.inc.php:81
-msgid "Write Config"
+#: ../../lib/class/browse.class.php:777
+msgid "Flagged Records"
msgstr ""
-#: ../../templates/show_install_config.inc.php:126
-msgid "Check for Config"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Error connecting to"
msgstr ""
-#: ../../templates/show_install_config.inc.php:132
-msgid "Continue to Step 3"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/xmlrpcclient.class.php:97
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Code"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:49
-msgid "User Activated"
+#: ../../lib/class/xmlrpcclient.class.php:64
+#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1308
+msgid "Reason"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:51
-msgid "This User ID is activated and can be used"
+#: ../../lib/class/catalog.class.php:177
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../lib/class/catalog.class.php:279
+msgid "Running Remote Sync"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:54
-msgid "Validation Failed"
+#: ../../lib/class/catalog.class.php:414 ../../lib/class/catalog.class.php:755
+#: ../../lib/class/album.class.php:445
+msgid "Error: Unable to open"
msgstr ""
-#: ../../templates/show_user_activate.inc.php:55
-msgid "The validation key used isn't correct"
+#: ../../lib/class/catalog.class.php:421 ../../lib/class/catalog.class.php:464
+msgid "Error: Unable to change to directory"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:22
-msgid "Create Democratic Playlist"
+#: ../../lib/class/catalog.class.php:492
+msgid "Error: Unable to get filesize for"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:34
-msgid "Cooldown Time"
+#: ../../lib/class/catalog.class.php:498
+msgid "is not readable by ampache"
msgstr ""
-#: ../../templates/show_create_democratic.inc.php:48
-msgid "Make Default"
+#: ../../lib/class/catalog.class.php:506
+msgid "does not match site charset"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:25
-msgid "Newest Albums"
+#: ../../lib/class/catalog.class.php:1042
+msgid "No Update Needed"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:30
-msgid "Newest Artists"
+#: ../../lib/class/catalog.class.php:1138
+msgid "Running Remote Update"
msgstr ""
-#: ../../templates/show_stats_newest.inc.php:35
-msgid "Newest Genres"
+#: ../../lib/class/catalog.class.php:1165
+msgid "Added Playlist From"
msgstr ""
-#: ../../templates/show_add_shout.inc.php:23
-msgid "Post to Shoutbox"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Catalog Update Finished"
msgstr ""
-#: ../../templates/show_shoutbox.inc.php:22
-msgid "Shoutbox"
+#: ../../lib/class/catalog.class.php:1194
+msgid "Total Time"
msgstr ""
-#: ../../templates/show_flag_row.inc.php:31
-msgid "Reject"
+#: ../../lib/class/catalog.class.php:1195
+msgid "Total Songs"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:23
-msgid "Edit Localplay Instance"
+#: ../../lib/class/catalog.class.php:1195
+msgid "Songs Per Seconds"
msgstr ""
-#: ../../templates/show_localplay_edit_instance.inc.php:34
-msgid "Update Instance"
+#: ../../lib/class/catalog.class.php:1210
+msgid "Unable to load XMLRPC library, make sure XML-RPC is enabled"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:36
-msgid "Registration Complete"
+#: ../../lib/class/catalog.class.php:1269
+msgid "Completed updating remote catalog(s)"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:44
-msgid ""
-"Your account has been created. An activation key has been sent to the e-mail "
-"address you provided. Please check your e-mail for further information"
+#: ../../lib/class/catalog.class.php:1377
+msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../templates/show_registration_confirmation.inc.php:46
-msgid "Return to Login Page"
+#: ../../lib/class/catalog.class.php:1434
+msgid "Catalog Clean Done"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:36
-#: ../../templates/show_manage_shoutbox.inc.php:60
-msgid "Sticky"
+#: ../../lib/class/catalog.class.php:1434
+msgid "files removed"
msgstr ""
-#: ../../templates/show_manage_shoutbox.inc.php:38
-#: ../../templates/show_manage_shoutbox.inc.php:62
-msgid "Date Added"
+#: ../../lib/class/catalog.class.php:1435
+msgid "Optimizing Tables"
msgstr ""
-#: ../../search.php:38
-msgid "Error: No Keyword Entered"
+#: ../../lib/class/catalog.class.php:1736
+msgid "Update Finished."
msgstr ""
-#: ../../ratings.php:32
-msgid "Rating Updated"
+#: ../../lib/class/catalog.class.php:1736
+msgid "Checked"
msgstr ""
-#: ../../ratings.php:32
-msgid "Your rating for this object has been updated"
+#: ../../lib/class/catalog.class.php:1736
+msgid "songs updated."
msgstr ""
-#: ../../login.php:69
-msgid "User Disabled please contact Admin"
+#: ../../lib/class/localplay.class.php:642
+msgid "Stopped"
msgstr ""
-#: ../../login.php:83
-msgid "Unable to create new account"
+#: ../../lib/class/localplay.class.php:645
+msgid "Paused"
msgstr ""
-#: ../../login.php:92
-msgid "No local account found"
+#: ../../lib/preferences.php:189
+msgid "M3U"
msgstr ""
-#: ../../preferences.php:35 ../../preferences.php:65
-msgid "Server"
+#: ../../lib/preferences.php:190
+msgid "Simple M3U"
msgstr ""
-#: ../../preferences.php:91
-msgid "Error Update Failed"
+#: ../../lib/preferences.php:191
+msgid "PLS"
msgstr ""
-#: ../../preferences.php:96
-msgid "Your Account has been updated"
+#: ../../lib/preferences.php:192
+msgid "Asx"
msgstr ""
-#: ../../update.php:47 ../../update.php:51
-msgid "Ampache Update"
+#: ../../lib/preferences.php:193
+msgid "RAM"
msgstr ""
-#: ../../artists.php:50 ../../albums.php:163
-msgid "Starting Update from Tags"
+#: ../../lib/preferences.php:194
+msgid "XSPF"
msgstr ""
-#: ../../artists.php:54 ../../albums.php:167
-msgid "Update From Tags Complete"
+#: ../../lib/preferences.php:228
+msgid "Disabled"
msgstr ""
-#: ../../artists.php:55 ../../albums.php:168
-msgid "Return"
+#: ../../lib/preferences.php:230
+msgid "Manager"
msgstr ""
-#: ../../artists.php:188
-msgid "Show Artists starting with"
+#: ../../lib/preferences.php:251
+msgid "Send on Add"
msgstr ""
-#: ../../playlist.php:57
-msgid "Playlist Created"
+#: ../../lib/preferences.php:252
+msgid "Send and Clear on Add"
msgstr ""
-#: ../../playlist.php:57
-msgid " has been created"
+#: ../../lib/preferences.php:253
+msgid "Clear on Send"
msgstr ""
-#: ../../playlist.php:78
-msgid "Playlist Updated"
+#: ../../lib/preferences.php:262
+msgid "Always"
msgstr ""
-#: ../../playlist.php:79
-msgid "has been updated and is now"
+#: ../../lib/rating.lib.php:51
+msgid "Don't Play"
msgstr ""
-#: ../../playlist.php:101
-msgid "Playlist Imported"
+#: ../../lib/rating.lib.php:54
+msgid "It's Pretty Bad"
msgstr ""
-#: ../../playlist.php:130
-msgid "Empty Playlists Deleted"
+#: ../../lib/rating.lib.php:57
+msgid "It's Ok"
msgstr ""
-#: ../../flag.php:45
-msgid "Item Flagged"
+#: ../../lib/rating.lib.php:60
+msgid "It's Pretty Good"
msgstr ""
-#: ../../flag.php:45
-msgid "The specified item has been flagged"
+#: ../../lib/rating.lib.php:63
+msgid "I Love It!"
+msgstr ""
+
+#: ../../lib/rating.lib.php:66
+msgid "It's Insane"
+msgstr ""
+
+#: ../../lib/rating.lib.php:70
+msgid "Off the Charts!"
+msgstr ""
+
+#: ../../lib/general.lib.php:406
+msgid "Simplified Chinese"
+msgstr ""
+
+#: ../../lib/general.lib.php:467
+msgid "On"
+msgstr ""
+
+#: ../../lib/general.lib.php:470
+msgid "Off"
+msgstr ""
+
+#: ../../lib/install.php:253
+msgid "No Username/Password specified"
+msgstr ""
+
+#: ../../lib/install.php:258
+msgid "Passwords do not match"
+msgstr ""
+
+#: ../../lib/ui.lib.php:355
+msgid "Upload"
+msgstr ""
+
+#: ../../lib/ui.lib.php:358
+msgid "Local Play"
+msgstr ""
+
+#: ../../lib/ui.lib.php:361
+msgid "Random Play"
+msgstr ""
+
+#: ../../lib/ui.lib.php:373 ../../lib/ui.lib.php:377
+msgid "Admin-Catalog"
+msgstr ""
+
+#: ../../lib/ui.lib.php:381
+msgid "Admin-User Management"
+msgstr ""
+
+#: ../../lib/ui.lib.php:385
+msgid "Admin-Mail Users"
+msgstr ""
+
+#: ../../lib/ui.lib.php:389
+msgid "Admin-Manage Access Lists"
+msgstr ""
+
+#: ../../lib/ui.lib.php:393
+msgid "Admin-Site Preferences"
+msgstr ""
+
+#: ../../lib/ui.lib.php:397
+msgid "Admin-Manage Modules"
+msgstr ""
+
+#: ../../lib/ui.lib.php:401
+msgid "Browse Music"
+msgstr ""
+
+#: ../../lib/ui.lib.php:508
+msgid "Add New"
msgstr ""
#: ../../albums.php:32
@@ -3368,48 +3356,105 @@ msgstr ""
msgid "Album Art Inserted"
msgstr ""
-#: ../../register.php:73
-msgid "Error Captcha Required"
+#: ../../albums.php:163 ../../artists.php:50
+msgid "Starting Update from Tags"
msgstr ""
-#: ../../register.php:80
-msgid "Error Captcha Failed"
+#: ../../albums.php:167 ../../artists.php:54
+msgid "Update From Tags Complete"
msgstr ""
-#: ../../register.php:87
-msgid "You <U>must</U> accept the user agreement"
+#: ../../albums.php:168 ../../artists.php:55
+msgid "Return"
msgstr ""
-#: ../../register.php:92
-msgid "You did not enter a username"
+#: ../../modules/localplay/httpq.controller.php:216
+#: ../../modules/localplay/mpd.controller.php:232
+msgid "Instance Name"
msgstr ""
-#: ../../register.php:96
-msgid "Please fill in your full name (Firstname Lastname)"
+#: ../../modules/localplay/httpq.controller.php:217
+#: ../../modules/localplay/mpd.controller.php:233
+msgid "Hostname"
msgstr ""
-#: ../../register.php:122
-msgid "You must enter a password"
+#: ../../modules/localplay/httpq.controller.php:218
+#: ../../modules/localplay/mpd.controller.php:234
+msgid "Port"
msgstr ""
-#: ../../register.php:126
-msgid "Your passwords do not match"
+#: ../../modules/horde/Browser.php:867
+msgid "file"
msgstr ""
-#: ../../register.php:158
-msgid "Error: Insert Failed"
+#: ../../modules/horde/Browser.php:871
+msgid "File uploads not supported."
msgstr ""
-#: ../../radio.php:50
-msgid "Radio Station Added"
+#: ../../modules/horde/Browser.php:889
+msgid "No file uploaded"
msgstr ""
-#: ../../democratic.php:52
-msgid "The Requested Playlist has been deleted."
+#: ../../modules/horde/Browser.php:896
+#, php-format
+msgid "There was a problem with the file upload: No %s was uploaded."
+msgstr ""
+
+#: ../../modules/horde/Browser.php:901
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was larger than the maximum "
+"allowed size (%d bytes)."
+msgstr ""
+
+#: ../../modules/horde/Browser.php:903
+#, php-format
+msgid ""
+"There was a problem with the file upload: The %s was only partially uploaded."
+msgstr ""
+
+#: ../../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 ""
-#: ../../democratic.php:92
-msgid "Playlist Cleared"
+#: ../../playlist.php:101
+msgid "Playlist Imported"
+msgstr ""
+
+#: ../../playlist.php:130
+msgid "Empty Playlists Deleted"
+msgstr ""
+
+#: ../../login.php:69
+msgid "User Disabled please contact Admin"
+msgstr ""
+
+#: ../../login.php:83
+msgid "Unable to create new account"
+msgstr ""
+
+#: ../../login.php:92
+msgid "No local account found"
+msgstr ""
+
+#: ../../search.php:38
+msgid "Error: No Keyword Entered"
+msgstr ""
+
+#: ../../artists.php:188
+msgid "Show Artists starting with"
msgstr ""
#: ../../bin/print_tags.inc:66