summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authormomo-i <webmaster@momo-i.org>2011-12-27 15:32:46 +0900
committermomo-i <webmaster@momo-i.org>2011-12-27 15:32:46 +0900
commit077f55fba44d8da19ba93113f0fb0652e14f838f (patch)
treee96b7300981320d65c01e77057a41aecdd95eacb /locale
parent95620b40a19cf180babcbf1798ff5fdae36ecb75 (diff)
downloadampache-077f55fba44d8da19ba93113f0fb0652e14f838f.tar.gz
ampache-077f55fba44d8da19ba93113f0fb0652e14f838f.tar.bz2
ampache-077f55fba44d8da19ba93113f0fb0652e14f838f.zip
Update translation base.
Diffstat (limited to 'locale')
-rwxr-xr-xlocale/base/gather-messages.sh2
-rw-r--r--locale/base/messages.pot451
2 files changed, 219 insertions, 234 deletions
diff --git a/locale/base/gather-messages.sh b/locale/base/gather-messages.sh
index e6429e34..b172744a 100755
--- a/locale/base/gather-messages.sh
+++ b/locale/base/gather-messages.sh
@@ -63,7 +63,7 @@ case $1 in
done
;;
"--get"|"-g"|"get")
- xgettext --from-code=UTF-8 --msgid-bugs-address="$MAILADDR" -L php --keyword=gettext_noop -o $POTNAME `find ../../ -name \*.php -type f` `find ../../ -name \*.inc -type f`;
+ xgettext --from-code=UTF-8 --add-comment=HINT: --msgid-bugs-address="$MAILADDR" -L php --keyword=gettext_noop -o $POTNAME `find ../../ -name \*.php -type f` `find ../../ -name \*.inc -type f`;
if [ $? = 0 ]; then
echo "pot file creation was done.";
else
diff --git a/locale/base/messages.pot b/locale/base/messages.pot
index bac1a433..c54b5b14 100644
--- a/locale/base/messages.pot
+++ b/locale/base/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: translations at ampache.org\n"
-"POT-Creation-Date: 2011-10-11 14:23+0900\n"
+"POT-Creation-Date: 2011-12-27 15:32+0900\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"
@@ -126,18 +126,76 @@ msgstr ""
msgid "Existing Database detected, unable to continue installation"
msgstr ""
-#: ../../lib/install.php:143 ../../install.php:116
-msgid "Error: Unable to make Database Connection"
+#: ../../lib/install.php:126
+msgid ""
+"Error: Database name invalid must not be a reserved word, and must be "
+"Alphanumeric"
+msgstr ""
+
+#: ../../lib/install.php:143
+#, php-format
+msgid "Error: Unable to make Database Connection %s"
+msgstr ""
+
+#: ../../lib/install.php:154
+msgid "Error: Database Already exists and Overwrite not checked"
+msgstr ""
+
+#: ../../lib/install.php:160 ../../lib/install.php:170
+#, php-format
+msgid "Error: Unable to Create Database %s"
+msgstr ""
+
+#: ../../lib/install.php:183
+msgid "Error: Ampache SQL Username or Password missing"
+msgstr ""
+
+#. HINT: 1: db_user, 2: database, 3: hostname, 4: mysql_error()
+#: ../../lib/install.php:192
+#, php-format
+msgid "Error: Unable to Insert %1$s with permissions to %2$s on %3$s %4$s"
+msgstr ""
+
+#: ../../lib/install.php:261
+msgid "Database Connection Failed Check Hostname, Username and Password"
+msgstr ""
+
+#: ../../lib/install.php:265
+#, php-format
+msgid "Database Selection Failure Check Existance of %s"
+msgstr ""
+
+#: ../../lib/install.php:274
+msgid "Config file is not writable"
msgstr ""
-#: ../../lib/install.php:302
+#: ../../lib/install.php:280
+msgid "Error Writing config file"
+msgstr ""
+
+#: ../../lib/install.php:303
msgid "No Username/Password specified"
msgstr ""
-#: ../../lib/install.php:307
+#: ../../lib/install.php:308
msgid "Passwords do not match"
msgstr ""
+#: ../../lib/install.php:315
+#, php-format
+msgid "Database Connection Failed: %s"
+msgstr ""
+
+#: ../../lib/install.php:322
+#, php-format
+msgid "Database Select Failed: %s"
+msgstr ""
+
+#: ../../lib/install.php:332
+#, php-format
+msgid "Insert of Base User Failed %s"
+msgstr ""
+
#: ../../lib/javascript/search-data.php:48
#: ../../templates/show_disabled_songs.inc.php:74
msgid "Remove"
@@ -416,7 +474,12 @@ msgstr ""
msgid "Off"
msgstr ""
-#: ../../lib/class/art.class.php:979 ../../lib/class/catalog.class.php:490
+#: ../../lib/class/config.class.php:112
+#, php-format
+msgid "Trying to clobber '%s' without setting clobber"
+msgstr ""
+
+#: ../../lib/class/art.class.php:968
msgid "Error: Unable to open"
msgstr ""
@@ -505,20 +568,28 @@ msgstr ""
msgid "Pure Random"
msgstr ""
-#: ../../lib/class/api.class.php:229
-msgid "Error Invalid Handshake - "
+#: ../../lib/class/api.class.php:135
+msgid "Login Failed: version too old"
+msgstr ""
+
+#: ../../lib/class/api.class.php:143
+msgid "Login Failed: timestamp out of range"
msgstr ""
-#: ../../lib/class/api.class.php:229
+#: ../../lib/class/api.class.php:172 ../../lib/class/api.class.php:235
msgid "Invalid Username/Password"
msgstr ""
-#: ../../lib/class/api.class.php:656 ../../lib/class/api.class.php:712
+#: ../../lib/class/api.class.php:235
+msgid "Error Invalid Handshake - "
+msgstr ""
+
+#: ../../lib/class/api.class.php:662 ../../lib/class/api.class.php:718
#: ../../server/xml.server.php:102
msgid "Invalid Request"
msgstr ""
-#: ../../lib/class/api.class.php:677 ../../lib/class/api.class.php:690
+#: ../../lib/class/api.class.php:683 ../../lib/class/api.class.php:696
msgid "Media Object Invalid or Not Specified"
msgstr ""
@@ -835,12 +906,12 @@ msgstr ""
msgid "Played"
msgstr ""
-#: ../../lib/class/search.class.php:309 ../../lib/class/catalog.class.php:1392
-#: ../../templates/show_song.inc.php:68 ../../admin/access.php:110
+#: ../../lib/class/search.class.php:309 ../../templates/show_song.inc.php:68
+#: ../../admin/access.php:110
msgid "Added"
msgstr ""
-#: ../../lib/class/search.class.php:316 ../../lib/class/catalog.class.php:1071
+#: ../../lib/class/search.class.php:316 ../../lib/class/catalog.class.php:1082
#: ../../preferences.php:118 ../../admin/access.php:130
msgid "Updated"
msgstr ""
@@ -1092,150 +1163,159 @@ msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""
-#: ../../lib/class/catalog.class.php:324
+#: ../../lib/class/catalog.class.php:279
+#, php-format
+msgid "Error: %s is not readable or does not exist"
+msgstr ""
+
+#: ../../lib/class/catalog.class.php:288
+#, php-format
+msgid "Error: Catalog with %s already exists"
+msgstr ""
+
+#: ../../lib/class/catalog.class.php:315
+msgid "Catalog Insert Failed check debug logs"
+msgstr ""
+
+#: ../../lib/class/catalog.class.php:333
msgid "Running Remote Sync"
msgstr ""
-#: ../../lib/class/catalog.class.php:497 ../../lib/class/catalog.class.php:543
-msgid "Error: Unable to change to directory"
+#: ../../lib/class/catalog.class.php:499
+#, php-format
+msgid "Error: Unable to open %s"
+msgstr ""
+
+#: ../../lib/class/catalog.class.php:506 ../../lib/class/catalog.class.php:552
+#, php-format
+msgid "Error: Unable to change to directory %s"
msgstr ""
#. HINT: FullFile
-#: ../../lib/class/catalog.class.php:580
+#: ../../lib/class/catalog.class.php:589
#, php-format
msgid "Error: Unable to get filesize for %s"
msgstr ""
#. HINT: FullFile
-#: ../../lib/class/catalog.class.php:587
+#: ../../lib/class/catalog.class.php:596
#, php-format
msgid "%s is not readable by ampache"
msgstr ""
#. HINT: FullFile
-#: ../../lib/class/catalog.class.php:596
+#: ../../lib/class/catalog.class.php:605
#, php-format
msgid "%s does not match site charset"
msgstr ""
-#: ../../lib/class/catalog.class.php:1078
+#: ../../lib/class/catalog.class.php:1089
msgid "No Update Needed"
msgstr ""
-#: ../../lib/class/catalog.class.php:1213
+#: ../../lib/class/catalog.class.php:1224
msgid "Running Remote Update"
msgstr ""
-#: ../../lib/class/catalog.class.php:1240
+#: ../../lib/class/catalog.class.php:1251
msgid "Added Playlist From"
msgstr ""
-#: ../../lib/class/catalog.class.php:1269
+#: ../../lib/class/catalog.class.php:1280
msgid "Catalog Update Finished"
msgstr ""
-#: ../../lib/class/catalog.class.php:1269
+#: ../../lib/class/catalog.class.php:1280
msgid "Total Time"
msgstr ""
-#: ../../lib/class/catalog.class.php:1270
+#: ../../lib/class/catalog.class.php:1281
msgid "Total Songs"
msgstr ""
-#: ../../lib/class/catalog.class.php:1270
+#: ../../lib/class/catalog.class.php:1281
msgid "Songs Per Seconds"
msgstr ""
-#: ../../lib/class/catalog.class.php:1284 ../../lib/class/artist.class.php:387
-#: ../../admin/users.php:150
-msgid "Error"
+#: ../../lib/class/catalog.class.php:1304
+msgid "Error Connecting to Remote Server"
msgstr ""
-#: ../../lib/class/catalog.class.php:1284
-msgid "Unable to load pear XMLRPC library, make sure XML-RPC is enabled"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1322
-#: ../../lib/class/catalog.class.php:1396
-#: ../../lib/class/catalog.class.php:1429
-#: ../../lib/class/catalog.class.php:2405
-msgid "Error connecting to"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1322
-#: ../../lib/class/catalog.class.php:1396
-#: ../../lib/class/catalog.class.php:1429
-#: ../../lib/class/catalog.class.php:2405
-msgid "Code"
+#: ../../lib/class/catalog.class.php:1313
+#, php-format
+msgid "%u remote catalog(s) found (%u songs)"
msgstr ""
-#: ../../lib/class/catalog.class.php:1322
-#: ../../lib/class/catalog.class.php:1396
-#: ../../lib/class/catalog.class.php:1429
-#: ../../lib/class/catalog.class.php:2405
-msgid "Reason"
+#: ../../lib/class/catalog.class.php:1337
+#, php-format
+msgid "Unable to Insert Song - %s"
msgstr ""
-#: ../../lib/class/catalog.class.php:1351
+#: ../../lib/class/catalog.class.php:1344
msgid "Completed updating remote catalog(s)"
msgstr ""
-#: ../../lib/class/catalog.class.php:1355
-msgid "Starting synchronisation of album images"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1357
-msgid "Completed synchronisation of album images"
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1425
-msgid "images synchronized: "
-msgstr ""
-
-#: ../../lib/class/catalog.class.php:1555
+#: ../../lib/class/catalog.class.php:1387
msgid "Catalog Root unreadable, stopping clean"
msgstr ""
-#: ../../lib/class/catalog.class.php:1578
+#: ../../lib/class/catalog.class.php:1411
msgid "All files would be removed. Doing nothing"
msgstr ""
-#: ../../lib/class/catalog.class.php:1596
+#: ../../lib/class/catalog.class.php:1429
#, php-format
msgid "Catalog Clean Done. %d file removed."
msgid_plural "Catalog Clean Done. %d files removed."
msgstr[0] ""
msgstr[1] ""
-#: ../../lib/class/catalog.class.php:1626
-msgid "Error File Not Found or 0 Bytes:"
+#: ../../lib/class/catalog.class.php:1465
+#, php-format
+msgid "Error File Not Found or 0 Bytes: %s"
msgstr ""
-#: ../../lib/class/catalog.class.php:1643
-msgid "Error Remote File Not Found or 0 Bytes:"
+#: ../../lib/class/catalog.class.php:1482
+#, php-format
+msgid "Error Remote File Not Found or 0 Bytes: %s"
msgstr ""
-#: ../../lib/class/catalog.class.php:1860
+#: ../../lib/class/catalog.class.php:1699
#, php-format
msgid "Catalog Verify Done. %d of %d files updated."
msgstr ""
-#: ../../lib/class/catalog.class.php:1896
+#: ../../lib/class/catalog.class.php:1740
#, php-format
msgid "%s does not exist or is not readable"
msgstr ""
-#: ../../lib/class/catalog.class.php:1997
-#: ../../lib/class/catalog.class.php:2105
+#: ../../lib/class/catalog.class.php:1843
+#: ../../lib/class/catalog.class.php:1951
#: ../../templates/show_album.inc.php:42
msgid "Unknown (Orphaned)"
msgstr ""
-#: ../../lib/class/catalog.class.php:2503
+#: ../../lib/class/catalog.class.php:1898
+#, php-format
+msgid "Updating Artist: %s"
+msgstr ""
+
+#: ../../lib/class/catalog.class.php:1919
+#, php-format
+msgid "Inserting Artist: %s"
+msgstr ""
+
+#: ../../lib/class/catalog.class.php:2099
+#, php-format
+msgid "SQL Error Adding %s"
+msgstr ""
+
+#: ../../lib/class/catalog.class.php:2321
msgid "Playlist creation error."
msgstr ""
-#: ../../lib/class/catalog.class.php:2510
+#: ../../lib/class/catalog.class.php:2328
#, php-format
msgid "Playlist Import and Recreate Successful. Total: %d Song"
msgid_plural "Playlist Import and Recreate Successful. Total: %d Songs"
@@ -1243,7 +1323,7 @@ msgstr[0] ""
msgstr[1] ""
#. HINT: filename
-#: ../../lib/class/catalog.class.php:2516
+#: ../../lib/class/catalog.class.php:2334
#, php-format
msgid "Parsing %s - Not Found: %d Song. Please check your m3u file."
msgid_plural "Parsing %s - Not Found: %d Songs. Please check your m3u file."
@@ -1254,49 +1334,32 @@ msgstr[1] ""
msgid "Fault"
msgstr ""
-#: ../../lib/class/artist.class.php:392 ../../templates/show_lyrics.inc.php:47
-msgid "Sorry Lyrics Not Found."
-msgstr ""
-
-#: ../../lib/security.lib.php:53 ../../lib/security.lib.php:88
-msgid "No problem found."
-msgstr ""
-
-#: ../../lib/security.lib.php:56
-#, php-format
-msgid "You are running old ampache: %s"
+#: ../../lib/class/artist.class.php:387 ../../admin/users.php:150
+msgid "Error"
msgstr ""
-#: ../../lib/security.lib.php:84
-#, php-format
-msgid "Your PHP version may be too old: %s"
+#: ../../lib/class/artist.class.php:392 ../../templates/show_lyrics.inc.php:47
+msgid "Sorry Lyrics Not Found."
msgstr ""
-#: ../../lib/security.lib.php:91
-#, php-format
-msgid "You are running old php: %s"
+#: ../../lib/class/radio.class.php:95
+msgid "Missing ID"
msgstr ""
-#: ../../lib/security.lib.php:180
-msgid "Provide useful information to attack the error information."
+#: ../../lib/class/radio.class.php:99 ../../lib/class/radio.class.php:139
+msgid "Name Required"
msgstr ""
-#: ../../lib/security.lib.php:183
-msgid ""
-"Including the PHP version that is described in the HTTP header. It is "
-"\"INI_SYSTEM\" because it is set can be changed only in the server "
-"configuration."
+#: ../../lib/class/radio.class.php:107
+msgid "Invalid URL must be mms:// , https:// or http://"
msgstr ""
-#: ../../lib/security.lib.php:186
-msgid ""
-"URL specified in session and the session ID is initialized using. "
-"(permissive session management. if you set 1 URL, POST in the session ID is "
-"ignored)"
+#: ../../lib/class/radio.class.php:147
+msgid "Invalid URL must be http:// or https://"
msgstr ""
-#: ../../lib/security.lib.php:190
-msgid "There is no problem."
+#: ../../lib/class/radio.class.php:153
+msgid "Invalid Catalog"
msgstr ""
#: ../../register.php:80
@@ -1339,6 +1402,10 @@ msgstr ""
msgid "Error: Insert Failed"
msgstr ""
+#: ../../install.php:116
+msgid "Error: Unable to make Database Connection"
+msgstr ""
+
#: ../../install.php:204
msgid "Error: Config file not found or Unreadable"
msgstr ""
@@ -1837,30 +1904,37 @@ msgid "Catalog Type"
msgstr ""
#: ../../templates/show_edit_catalog.inc.php:52
-msgid "XML-RPC Key"
+#: ../../templates/show_add_catalog.inc.php:66
+msgid "Remote Catalog Username"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:54
+#: ../../templates/show_edit_catalog.inc.php:53
+#: ../../templates/show_edit_catalog.inc.php:57
#: ../../templates/show_add_catalog.inc.php:67
#: ../../templates/show_add_catalog.inc.php:71
msgid "Required for Remote Catalogs"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:58
+#: ../../templates/show_edit_catalog.inc.php:56
+#: ../../templates/show_add_catalog.inc.php:70
+msgid "Remote Catalog Password"
+msgstr ""
+
+#: ../../templates/show_edit_catalog.inc.php:60
msgid "Filename pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:65
+#: ../../templates/show_edit_catalog.inc.php:67
#: ../../templates/show_add_catalog.inc.php:79
msgid "Folder Pattern"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:65
+#: ../../templates/show_edit_catalog.inc.php:67
#: ../../templates/show_add_catalog.inc.php:79
msgid "(no leading or ending '/')"
msgstr ""
-#: ../../templates/show_edit_catalog.inc.php:75
+#: ../../templates/show_edit_catalog.inc.php:77
msgid "Save Catalog Settings"
msgstr ""
@@ -1879,7 +1953,7 @@ msgstr ""
#: ../../templates/show_install_check.inc.php:62
#: ../../templates/show_install_check.inc.php:75
-#: ../../templates/show_test.inc.php:52 ../../templates/show_info.inc.php:60
+#: ../../templates/show_test.inc.php:52
msgid "PHP Version"
msgstr ""
@@ -2042,7 +2116,7 @@ msgid "Show Duplicate Songs"
msgstr ""
#: ../../templates/show_admin_tools.inc.php:98
-#: ../../templates/sidebar_admin.inc.php:54
+#: ../../templates/sidebar_admin.inc.php:53
msgid "Clear Now Playing"
msgstr ""
@@ -2410,14 +2484,6 @@ msgstr ""
msgid "Remote"
msgstr ""
-#: ../../templates/show_add_catalog.inc.php:66
-msgid "Remote Catalog Username"
-msgstr ""
-
-#: ../../templates/show_add_catalog.inc.php:70
-msgid "Remote Catalog Password"
-msgstr ""
-
#: ../../templates/show_add_catalog.inc.php:74
msgid "Filename Pattern"
msgstr ""
@@ -2852,15 +2918,15 @@ msgid ""
"Information below"
msgstr ""
-#: ../../templates/show_test.inc.php:45 ../../templates/show_info.inc.php:46
+#: ../../templates/show_test.inc.php:45
msgid "CHECK"
msgstr ""
-#: ../../templates/show_test.inc.php:47 ../../templates/show_info.inc.php:48
+#: ../../templates/show_test.inc.php:47
msgid "STATUS"
msgstr ""
-#: ../../templates/show_test.inc.php:49 ../../templates/show_info.inc.php:50
+#: ../../templates/show_test.inc.php:49
msgid "DESCRIPTION"
msgstr ""
@@ -3460,48 +3526,6 @@ msgstr ""
msgid "Create a new playlist"
msgstr ""
-#: ../../templates/show_info.inc.php:39
-msgid "Ampache Security Information"
-msgstr ""
-
-#: ../../templates/show_info.inc.php:40
-msgid "This page shows security information and ampache update information."
-msgstr ""
-
-#: ../../templates/show_info.inc.php:43 ../../templates/show_info.inc.php:91
-msgid "Close this window"
-msgstr ""
-
-#: ../../templates/show_info.inc.php:53
-msgid "Ampache Version"
-msgstr ""
-
-#: ../../templates/show_info.inc.php:56
-msgid ""
-"Compare that you are running a version of Ampache and currently a version of "
-"Ampache."
-msgstr ""
-
-#: ../../templates/show_info.inc.php:63
-msgid "This test checks for vulnerable PHP whether to use version."
-msgstr ""
-
-#: ../../templates/show_info.inc.php:67
-msgid "PHP recommendation settings"
-msgstr ""
-
-#: ../../templates/show_info.inc.php:74
-msgid "This test checks whether the recommended security settings."
-msgstr ""
-
-#: ../../templates/show_info.inc.php:77
-msgid "PHP Info"
-msgstr ""
-
-#: ../../templates/show_info.inc.php:80
-msgid "This is the phpinfo() to display information."
-msgstr ""
-
#: ../../templates/show_search_bar.inc.php:37
msgid "Anywhere"
msgstr ""
@@ -3560,33 +3584,28 @@ msgstr ""
msgid "Submit"
msgstr ""
-#: ../../templates/show_denied.inc.php:45
+#: ../../templates/show_denied.inc.php:40
+#: ../../templates/show_denied.inc.php:46
+msgid "This event has been logged."
+msgstr ""
+
+#: ../../templates/show_denied.inc.php:44
msgid ""
-"You've been redirected to this page because you do not have access to this "
+"You have been redirected to this page because you do not have access to this "
"function."
msgstr ""
-#: ../../templates/show_denied.inc.php:46
+#: ../../templates/show_denied.inc.php:45
msgid ""
"If you believe this is an error please contact an Ampache administrator."
msgstr ""
-#: ../../templates/show_denied.inc.php:47
-msgid "This event has been logged"
-msgstr ""
-
-#: ../../templates/show_denied.inc.php:51
+#: ../../templates/show_denied.inc.php:48
msgid ""
-"You've been redirected to this page because you've attempted to access a "
+"You have been redirected to this page because you attempted to access a "
"function that is disabled in the demo."
msgstr ""
-#: ../../templates/show_denied.inc.php:52
-msgid ""
-"Functions are disabled in the demo because previous users of the demo have "
-"used the functionality to post inappropriate materials"
-msgstr ""
-
#: ../../templates/show_all_popular.inc.php:39
msgid "Most Popular Genres"
msgstr ""
@@ -3808,20 +3827,16 @@ msgstr ""
msgid "Show ACL(s)"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:53
-msgid "Security Check"
-msgstr ""
-
-#: ../../templates/sidebar_admin.inc.php:55
+#: ../../templates/sidebar_admin.inc.php:54
#: ../../templates/show_export.inc.php:34
msgid "Export Catalog"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:57
+#: ../../templates/sidebar_admin.inc.php:56
msgid "Manage Shoutbox"
msgstr ""
-#: ../../templates/sidebar_admin.inc.php:62
+#: ../../templates/sidebar_admin.inc.php:61
msgid "Server Config"
msgstr ""
@@ -4072,36 +4087,6 @@ msgstr ""
msgid "Radio Station Added"
msgstr ""
-#: ../../modules/horde/Browser.php:868
-msgid "file"
-msgstr ""
-
-#: ../../modules/horde/Browser.php:872
-msgid "File uploads not supported."
-msgstr ""
-
-#: ../../modules/horde/Browser.php:890
-msgid "No file uploaded"
-msgstr ""
-
-#: ../../modules/horde/Browser.php:897
-#, php-format
-msgid "There was a problem with the file upload: No %s was uploaded."
-msgstr ""
-
-#: ../../modules/horde/Browser.php:902
-#, 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:904
-#, php-format
-msgid ""
-"There was a problem with the file upload: The %s was only partially uploaded."
-msgstr ""
-
#: ../../modules/localplay/httpq.controller.php:231
#: ../../modules/localplay/shoutcast.controller.php:252
#: ../../modules/localplay/mpd.controller.php:249
@@ -4364,43 +4349,43 @@ msgstr ""
msgid "Error: Remote selected, but path is not a URL"
msgstr ""
-#: ../../admin/catalog.php:218
-msgid "Error: Remote Catalog specified, but no key provided"
+#: ../../admin/catalog.php:217
+msgid "Error: Username and Password Required for Remote Catalogs"
msgstr ""
-#: ../../admin/catalog.php:228
+#: ../../admin/catalog.php:227
msgid "Error: Defined Path is inside an existing catalog"
msgstr ""
-#: ../../admin/catalog.php:246 ../../admin/catalog.php:247
+#: ../../admin/catalog.php:245 ../../admin/catalog.php:246
msgid "Catalog Created"
msgstr ""
-#: ../../admin/catalog.php:264
+#: ../../admin/catalog.php:263
msgid "Catalog statistics cleared"
msgstr ""
-#: ../../admin/catalog.php:278
+#: ../../admin/catalog.php:277
msgid "Now Playing Cleared"
msgstr ""
-#: ../../admin/catalog.php:278
+#: ../../admin/catalog.php:277
msgid "All now playing data has been cleared"
msgstr ""
-#: ../../admin/catalog.php:289
+#: ../../admin/catalog.php:288
msgid "No Disabled songs found"
msgstr ""
-#: ../../admin/catalog.php:298
+#: ../../admin/catalog.php:297
msgid "Delete Catalog"
msgstr ""
-#: ../../admin/catalog.php:298
+#: ../../admin/catalog.php:297
msgid "Do you really want to delete this catalog?"
msgstr ""
-#: ../../admin/catalog.php:318
+#: ../../admin/catalog.php:317
msgid "Album Art Search Finished"
msgstr ""