changeset 2269:18228302c204 trunk

[svn] Make a string in ui_playist.c translatable, and update po/
author kiyoshi
date Thu, 04 Jan 2007 13:56:51 -0800
parents 69c9f0e21447
children 50dea14e2fa3
files ChangeLog audacious/ui_playlist.c po/audacious.pot po/br.po po/cs.po po/cy.po po/de.po po/el.po po/es.po po/fi.po po/fr.po po/hi.po po/hu.po po/it.po po/ja.po po/ka.po po/ko.po po/lt.po po/mk.po po/nl.po po/pl.po po/pt_BR.po po/ro.po po/ru.po po/sk.po po/sr.po po/sr@Latn.po po/sv.po po/uk.po po/zh_CN.po po/zh_TW.po
diffstat 31 files changed, 2122 insertions(+), 1974 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 04 08:46:19 2007 -0800
+++ b/ChangeLog	Thu Jan 04 13:56:51 2007 -0800
@@ -1,3 +1,10 @@
+2007-01-04 16:46:19 +0000  Giacomo Lozito <james@develia.org>
+  revision [3541]
+  - in playlist_fileinfo(), try to find a decoder for the selected entry before falling back to default info window
+  trunk/audacious/playlist.c |    3 +++
+  1 file changed, 3 insertions(+)
+
+
 2007-01-04 16:11:28 +0000  Giacomo Lozito <james@develia.org>
   revision [3539]
   - namespace for playlist menus (part 3, hopefully the last); separated concepts and actions for current_track_info and playlist_track_info, the second still needs some work
--- a/audacious/ui_playlist.c	Thu Jan 04 08:46:19 2007 -0800
+++ b/audacious/ui_playlist.c	Thu Jan 04 13:56:51 2007 -0800
@@ -492,7 +492,7 @@
 
     /* create dialog */
     searchdlg_win = gtk_dialog_new_with_buttons(
-      "Search entries in active playlist" , GTK_WINDOW(mainwin) ,
+      _("Search entries in active playlist") , GTK_WINDOW(mainwin) ,
       GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT ,
       GTK_STOCK_CANCEL , GTK_RESPONSE_REJECT , GTK_STOCK_OK , GTK_RESPONSE_ACCEPT , NULL );
     /* help text and logo */
--- a/po/audacious.pot	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/audacious.pot	Thu Jan 04 13:56:51 2007 -0800
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\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"
@@ -17,7 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr ""
 
@@ -437,8 +437,8 @@
 msgid "mono"
 msgstr ""
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr ""
 
@@ -777,19 +777,19 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
-msgid "List Manager"
+msgid "Refresh List"
 msgstr ""
 
 #: audacious/ui_manager.c:235
-msgid "Opens the playlist manager."
+msgid "Refreshes metadata associated with a playlist entry."
 msgstr ""
 
 #: audacious/ui_manager.c:238
-msgid "Refresh List"
+msgid "List Manager"
 msgstr ""
 
 #: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
+msgid "Opens the playlist manager."
 msgstr ""
 
 #: audacious/ui_manager.c:249
@@ -989,177 +989,177 @@
 msgid "Sort Selected"
 msgstr ""
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 msgid "View Track Details"
 msgstr ""
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 msgid "View track details"
 msgstr ""
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 msgid "Play File"
 msgstr ""
 
-#: audacious/ui_manager.c:397
-msgid "Load and play a file"
-msgstr ""
-
-#: audacious/ui_manager.c:399
-msgid "Play Location"
-msgstr ""
-
 #: audacious/ui_manager.c:400
-msgid "Play media from the selected location"
+msgid "Load and play a file"
 msgstr ""
 
 #: audacious/ui_manager.c:402
-msgid "Preferences"
+msgid "Play Location"
 msgstr ""
 
 #: audacious/ui_manager.c:403
-msgid "Open preferences window"
+msgid "Play media from the selected location"
 msgstr ""
 
 #: audacious/ui_manager.c:405
-msgid "_Quit"
+msgid "Preferences"
 msgstr ""
 
 #: audacious/ui_manager.c:406
+msgid "Open preferences window"
+msgstr ""
+
+#: audacious/ui_manager.c:408
+msgid "_Quit"
+msgstr ""
+
+#: audacious/ui_manager.c:409
 msgid "Quit Audacious"
 msgstr ""
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 msgid "Set A-B"
 msgstr ""
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 msgid "Clear A-B"
 msgstr ""
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
-msgid "Jump to Playlist Start"
-msgstr ""
-
 #: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+msgid "Jump to Playlist Start"
+msgstr ""
+
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 msgid "Jump to File"
 msgstr ""
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 msgid "Queue Toggle"
 msgstr ""
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr ""
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr ""
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr ""
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 msgid "Delete"
 msgstr ""
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
-msgid "Preset"
-msgstr ""
-
-#: audacious/ui_manager.c:437
-msgid "Load preset"
-msgstr ""
-
 #: audacious/ui_manager.c:439 audacious/ui_manager.c:460
 #: audacious/ui_manager.c:475
-msgid "Auto-load preset"
+msgid "Preset"
 msgstr ""
 
 #: audacious/ui_manager.c:440
-msgid "Load auto-load preset"
+msgid "Load preset"
 msgstr ""
 
 #: audacious/ui_manager.c:442 audacious/ui_manager.c:463
-msgid "Default"
+#: audacious/ui_manager.c:478
+msgid "Auto-load preset"
 msgstr ""
 
 #: audacious/ui_manager.c:443
+msgid "Load auto-load preset"
+msgstr ""
+
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
+msgid "Default"
+msgstr ""
+
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 msgid "Zero"
 msgstr ""
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 msgid "Set equalizer preset levels to zero"
 msgstr ""
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 msgid "From file"
 msgstr ""
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 msgid "Load preset from file"
 msgstr ""
 
-#: audacious/ui_manager.c:451
-msgid "From WinAMP EQF file"
-msgstr ""
-
-#: audacious/ui_manager.c:452
-msgid "Load preset from WinAMP EQF file"
-msgstr ""
-
 #: audacious/ui_manager.c:454
-msgid "WinAMP Presets"
+msgid "From WinAMP EQF file"
 msgstr ""
 
 #: audacious/ui_manager.c:455
-msgid "Import WinAMP presets"
+msgid "Load preset from WinAMP EQF file"
+msgstr ""
+
+#: audacious/ui_manager.c:457
+msgid "WinAMP Presets"
 msgstr ""
 
 #: audacious/ui_manager.c:458
-msgid "Save preset"
+msgid "Import WinAMP presets"
 msgstr ""
 
 #: audacious/ui_manager.c:461
+msgid "Save preset"
+msgstr ""
+
+#: audacious/ui_manager.c:464
 msgid "Save auto-load preset"
 msgstr ""
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 msgid "Save default preset"
 msgstr ""
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr ""
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 msgid "Save preset to file"
 msgstr ""
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr ""
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 msgid "Save preset to WinAMP EQF file"
 msgstr ""
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr ""
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 msgid "Delete auto-load preset"
 msgstr ""
 
@@ -1266,6 +1266,10 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+msgid "Search entries in active playlist"
+msgstr ""
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/br.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/br.po	Thu Jan 04 13:56:51 2007 -0800
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: bmp 0.9.6\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2004-08-25 17:10+0200\n"
 "Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
 "Language-Team: Brezhoneg <LL@li.org>\n"
@@ -16,7 +16,7 @@
 "Plural-Forms: nplurals=2; plural=n>1;\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "Diwar-benn al lugent MPEG Audio"
@@ -449,8 +449,8 @@
 msgid "mono"
 msgstr "Unvouezh"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr ""
 
@@ -821,22 +821,22 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
-msgid "List Manager"
+msgid "Refresh List"
 msgstr ""
 
 #: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
+msgid "List Manager"
+msgstr ""
+
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Ne c'houllonderit ket ar roll tonioù"
 
-#: audacious/ui_manager.c:238
-msgid "Refresh List"
-msgstr ""
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1057,197 +1057,197 @@
 msgid "Sort Selected"
 msgstr "/Ouzhpennañ/Lec'hiadur war ar genrouedad ..."
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Sellout ouzh titouroù war ar roudenn"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Sellout ouzh titouroù war ar roudenn"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "Seniñ Restro¹"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "/Kargañ/Eus ar restr"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "Lec'hiadur :"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Dibaboù"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Prenestr ar gefluniadur"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Kuitaat"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Diwar-benn al lugent MPEG Audio"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "Diuz an Holl"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 msgid "Clear A-B"
 msgstr ""
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Ouzhpennañ/Lec'hiadur war ar genrouedad ..."
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Lammat d'ar restr"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 msgid "Queue Toggle"
 msgstr ""
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "Kargañ"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr "Enporzh"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Enrollañ"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Dilemel"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
-msgid "Preset"
-msgstr ""
-
-#: audacious/ui_manager.c:437
-msgid "Load preset"
-msgstr ""
-
 #: audacious/ui_manager.c:439 audacious/ui_manager.c:460
 #: audacious/ui_manager.c:475
-msgid "Auto-load preset"
+msgid "Preset"
 msgstr ""
 
 #: audacious/ui_manager.c:440
-msgid "Load auto-load preset"
+msgid "Load preset"
 msgstr ""
 
 #: audacious/ui_manager.c:442 audacious/ui_manager.c:463
-msgid "Default"
-msgstr "Dre ziouer"
+#: audacious/ui_manager.c:478
+msgid "Auto-load preset"
+msgstr ""
 
 #: audacious/ui_manager.c:443
-msgid "Load default preset into equalizer"
+msgid "Load auto-load preset"
 msgstr ""
 
-#: audacious/ui_manager.c:445
-msgid "Zero"
-msgstr "Mann"
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
+msgid "Default"
+msgstr "Dre ziouer"
 
 #: audacious/ui_manager.c:446
-msgid "Set equalizer preset levels to zero"
+msgid "Load default preset into equalizer"
 msgstr ""
 
 #: audacious/ui_manager.c:448
+msgid "Zero"
+msgstr "Mann"
+
+#: audacious/ui_manager.c:449
+msgid "Set equalizer preset levels to zero"
+msgstr ""
+
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Kargañ/Eus ar restr"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "/Kargañ/Eus ar restr"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 msgid "From WinAMP EQF file"
 msgstr "Eus ar restr WinAMP EQF"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Kargañ/Eus ar restr WinAMP EQF"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 msgid "WinAMP Presets"
 msgstr ""
 
-#: audacious/ui_manager.c:455
-msgid "Import WinAMP presets"
-msgstr ""
-
 #: audacious/ui_manager.c:458
-msgid "Save preset"
+msgid "Import WinAMP presets"
 msgstr ""
 
 #: audacious/ui_manager.c:461
-msgid "Save auto-load preset"
+msgid "Save preset"
 msgstr ""
 
 #: audacious/ui_manager.c:464
+msgid "Save auto-load preset"
+msgstr ""
+
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "/Enrollañ/Dre ziouer"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr "D'ar restr"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Enrollañ al lanv d'ar bladenn"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr "D'ar restr WinAMP EQF"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Enrollañ/D'ar restr WinAMP EQF"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr ""
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 msgid "Delete auto-load preset"
 msgstr ""
 
@@ -1355,6 +1355,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Diskouez niverennoù ar roudenn er roll tonioù"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/cs.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/cs.po	Thu Jan 04 13:56:51 2007 -0800
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: audacious 0.2\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-01-22 18:07+0100\n"
 "Last-Translator: Jan Nárovec <finn@sendmail.cz>\n"
 "Language-Team: Czech\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "O Audacious"
 
@@ -476,8 +476,8 @@
 msgid "mono"
 msgstr "Mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Přejít na čas"
 
@@ -876,23 +876,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/Obnovování"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Nemazat seznam skladeb"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/Obnovování"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1124,208 +1124,208 @@
 msgid "Sort Selected"
 msgstr "/Setřídit vybrané"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Zobrazit inforamce o skladbě"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Zobrazit inforamce o skladbě"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/Přehrát soubor"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Načíst metadata ze seznamů skladeb a souborů"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "/Hrát z umístění:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Nastavení"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Okno nastavení"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Konec"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "O Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/Vybrat vše"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Vyprázdnit frontu"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Přejít na začátek seznamu skladeb"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Přejít na soubor"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Přepnout frontu"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "Načíst"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importovat"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "Uložit"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 msgid "Delete"
 msgstr "Smazat"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
-msgid "Preset"
-msgstr "Předvolba"
-
-#: audacious/ui_manager.c:437
-msgid "Load preset"
-msgstr "Načíst předvolby"
-
 #: audacious/ui_manager.c:439 audacious/ui_manager.c:460
 #: audacious/ui_manager.c:475
+msgid "Preset"
+msgstr "Předvolba"
+
+#: audacious/ui_manager.c:440
+msgid "Load preset"
+msgstr "Načíst předvolby"
+
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Načíst/Souborovou předvolbu"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Načíst/Souborovou předvolbu"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Standardně"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Retro"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Uložit nastavení ekvalizéru"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Načíst/Ze souboru"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Načíst předvolby"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Načíst/Ze souboru WinAMP EQF"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Načíst/Ze souboru WinAMP EQF"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Importovat/Předvolbu WinAMPu"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importovat/Předvolbu WinAMPu"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Uložit předvolbu"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Uložit/Přiřadit k souboru"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Uložit souborovou předvolbu"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Načíst/Ze souboru"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Uložit předvolbu"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Uložit/Do souboru WinAMP EQF"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Uložit/Do souboru WinAMP EQF"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Smazat předvolbu"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Smazat/Souborovou předvolbu"
@@ -1434,6 +1434,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Zobrazit čísla stop v seznamu skladeb"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/cy.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/cy.po	Thu Jan 04 13:56:51 2007 -0800
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: Audacious 1.3.0\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-12-18 14:43-0600\n"
 "Last-Translator: William Pitcock <nenolod@atheme.org>\n"
 "Language-Team: Cynmaeg <i18n@nenolod.net>\n"
@@ -19,7 +19,7 @@
 "X-Poedit-Language: Welsh\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Ynghylch Audacious"
 
@@ -462,8 +462,8 @@
 msgid "mono"
 msgstr "Unsain"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Neidio i Amser"
 
@@ -854,19 +854,19 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
-msgid "List Manager"
-msgstr ""
+msgid "Refresh List"
+msgstr "Graddfa Rhestr"
 
 #: audacious/ui_manager.c:235
-msgid "Opens the playlist manager."
+msgid "Refreshes metadata associated with a playlist entry."
 msgstr ""
 
 #: audacious/ui_manager.c:238
-msgid "Refresh List"
-msgstr "Graddfa Rhestr"
+msgid "List Manager"
+msgstr ""
 
 #: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
+msgid "Opens the playlist manager."
 msgstr ""
 
 #: audacious/ui_manager.c:249
@@ -1066,210 +1066,210 @@
 msgid "Sort Selected"
 msgstr "Dewis Didoli"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 msgid "View Track Details"
 msgstr "Dangos Manylion Trac"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "Dangos Manylion Trac"
 
-#: audacious/ui_manager.c:396
-#, fuzzy
-msgid "Play File"
-msgstr "/Chwarae Ffeil"
-
-#: audacious/ui_manager.c:397
-#, fuzzy
-msgid "Load and play a file"
-msgstr "Defnyddio meta data mewn rhestrau chwarae"
-
 #: audacious/ui_manager.c:399
 #, fuzzy
-msgid "Play Location"
-msgstr "/Chwarae Lleoliad"
+msgid "Play File"
+msgstr "/Chwarae Ffeil"
 
 #: audacious/ui_manager.c:400
+#, fuzzy
+msgid "Load and play a file"
+msgstr "Defnyddio meta data mewn rhestrau chwarae"
+
+#: audacious/ui_manager.c:402
+#, fuzzy
+msgid "Play Location"
+msgstr "/Chwarae Lleoliad"
+
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Dewisiadau"
 
-#: audacious/ui_manager.c:403
-#, fuzzy
-msgid "Open preferences window"
-msgstr "Dewisiadau"
-
-#: audacious/ui_manager.c:405
-#, fuzzy
-msgid "_Quit"
-msgstr "/_Gadael"
-
 #: audacious/ui_manager.c:406
 #, fuzzy
+msgid "Open preferences window"
+msgstr "Dewisiadau"
+
+#: audacious/ui_manager.c:408
+#, fuzzy
+msgid "_Quit"
+msgstr "/_Gadael"
+
+#: audacious/ui_manager.c:409
+#, fuzzy
 msgid "Quit Audacious"
 msgstr "Ynghylch Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
-#, fuzzy
-msgid "Set A-B"
-msgstr "/Set A-B"
-
 #: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
-msgid "Clear A-B"
-msgstr "/Clear A-B"
+msgid "Set A-B"
+msgstr "/Set A-B"
 
 #: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
+msgid "Clear A-B"
+msgstr "/Clear A-B"
+
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Neidio i dechrau'r rhestr chwarae"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Neidio i Ffeil"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 msgid "Queue Toggle"
 msgstr "Rhesu - Dad-rhesu"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Llwytho"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Mewnforio"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Cadw"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Dileu"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Rhagosodau"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Llwytho'r rhagosodiadau"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Llwytho/Awtolwytho rhagosod"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Llwytho/Awtolwytho rhagosod"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 #, fuzzy
 msgid "Default"
 msgstr "Croen rhagosodedig:"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Stereo"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Cadw rhagosodiadau'r hafalydd"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Llwytho/O'r ffeil"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Llwytho'r rhagosodiadau"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Llwytho/O'r ffeil WinAMP EQF"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Llwytho/O'r ffeil WinAMP EQF"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Mewnforio/Rhagosodiadau WinAMP"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Mewnforio/Rhagosodiadau WinAMP"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Cadw'r rhagosodiadau"
 
-#: audacious/ui_manager.c:461
-#, fuzzy
-msgid "Save auto-load preset"
-msgstr "/Llwytho/Awtolwytho rhagosod"
-
 #: audacious/ui_manager.c:464
 #, fuzzy
+msgid "Save auto-load preset"
+msgstr "/Llwytho/Awtolwytho rhagosod"
+
+#: audacious/ui_manager.c:467
+#, fuzzy
 msgid "Save default preset"
 msgstr "Cadw'r awto-ragosodiadau"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "Llwytho ffeiliau"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Cadw'r rhagosodiadau"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Cadw/I ffeil WinAMP EQF"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Cadw/I ffeil WinAMP EQF"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Dileu'r rhagosodiadau"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Dileu/Awtolwytho Rhagosodiadau"
@@ -1377,6 +1377,11 @@
 msgid "Track Information Popup"
 msgstr "Gwybodaeth Trac"
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Dangos didolwr ar y rhestr chwarae"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/de.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/de.po	Thu Jan 04 13:56:51 2007 -0800
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: de\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-08-05 23:11+0100\n"
 "Last-Translator: Michael Hanselmann <audacious@hansmi.ch>\n"
 "Language-Team: german <psic4t@netbands.de>\n"
@@ -12,7 +12,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Über Audacious"
 
@@ -485,8 +485,8 @@
 msgid "mono"
 msgstr "mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Zu Zeitpunkt springen"
 
@@ -889,24 +889,24 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "Skin-Liste erneuern"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
 #  -e, --enqueue switch
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Wiedergabeliste nicht entfernen"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "Skin-Liste erneuern"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1141,211 +1141,211 @@
 msgid "Sort Selected"
 msgstr "/Auswahl sortieren"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Titel-Details anzeigen"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Titel-Details anzeigen"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/Datei wiedergeben"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Metadaten aus Wiedergabelisten und Dateien lesen"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "/Internetadresse wiedergeben"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Einstellungen"
 
 #  load the interface
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Einstellungsfenster"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Beenden"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Über Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/Alle auswählen"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Queue löschen"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Zum Anfang der Wiedergabeliste springen"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Zu Datei springen"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Queue An\\/Aus"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Laden"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Import"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "Speichern"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Löschen"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Voreinstellung"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Lade Voreinstellung"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Laden/Autolade-Voreinstellung"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Laden/Autolade-Voreinstellung"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Standard"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Retro"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Speichere Equalizer-Voreinstellung"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Laden/aus Datei"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Lade Voreinstellung"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Laden/von WinAMP-EQF-Datei"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Laden/von WinAMP-EQF-Datei"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Import/WinAMP-Voreinstellungen"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Import/WinAMP-Voreinstellungen"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Speichere Voreinstellung"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Speichern/Autolade-Voreinstellung"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Speichere Auto-Voreinstellung"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Laden/aus Datei"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Speichere Voreinstellung"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Speichern/als WinAMP EQF-Datei"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Speichern/als WinAMP EQF-Datei"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Lösche Voreinstellung"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Löschen/Autolade-Voreinstellung"
@@ -1455,6 +1455,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Trennzeichen in Wiedergabeliste zeigen"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/el.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/el.po	Thu Jan 04 13:56:51 2007 -0800
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: audacious 1.1.0\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-07-18 20:56+0200\n"
 "Last-Translator: Stavros Giannouris <stavrosg2002@freemail.gr>\n"
 "Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -19,7 +19,7 @@
 "X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,-1,1,-1\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Περί Audacious"
 
@@ -478,8 +478,8 @@
 msgid "mono"
 msgstr "μονοφωνικό"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Μετάβαση σε χρόνο"
 
@@ -881,23 +881,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "Ανανέωση λίστας skin"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Ακύρωση καθαρισμού λίστας αναπαραγωγής"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "Ανανέωση λίστας skin"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1129,210 +1129,210 @@
 msgid "Sort Selected"
 msgstr "/Ταξινόμηση επιλογής"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Εμφάνιση πληροφοριών αρχείου"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Εμφάνιση πληροφοριών αρχείου"
 
-#: audacious/ui_manager.c:396
-#, fuzzy
-msgid "Play File"
-msgstr "/Αναπαραγωγή αρχείου"
-
-#: audacious/ui_manager.c:397
-#, fuzzy
-msgid "Load and play a file"
-msgstr "Φόρτωση μεταδεδομένων από τις λίστες αναπαραγωγής και τα αρχεία"
-
 #: audacious/ui_manager.c:399
 #, fuzzy
-msgid "Play Location"
-msgstr "/Αναπαραγωγή τοποθεσίας"
+msgid "Play File"
+msgstr "/Αναπαραγωγή αρχείου"
 
 #: audacious/ui_manager.c:400
+#, fuzzy
+msgid "Load and play a file"
+msgstr "Φόρτωση μεταδεδομένων από τις λίστες αναπαραγωγής και τα αρχεία"
+
+#: audacious/ui_manager.c:402
+#, fuzzy
+msgid "Play Location"
+msgstr "/Αναπαραγωγή τοποθεσίας"
+
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Προτιμήσεις"
 
-#: audacious/ui_manager.c:403
-#, fuzzy
-msgid "Open preferences window"
-msgstr "Παράθυρο προτιμήσεων "
-
-#: audacious/ui_manager.c:405
-#, fuzzy
-msgid "_Quit"
-msgstr "/_Έξοδος"
-
 #: audacious/ui_manager.c:406
 #, fuzzy
+msgid "Open preferences window"
+msgstr "Παράθυρο προτιμήσεων "
+
+#: audacious/ui_manager.c:408
+#, fuzzy
+msgid "_Quit"
+msgstr "/_Έξοδος"
+
+#: audacious/ui_manager.c:409
+#, fuzzy
 msgid "Quit Audacious"
 msgstr "Περί Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
-#, fuzzy
-msgid "Set A-B"
-msgstr "/Επιλογή όλων"
-
 #: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
-msgid "Clear A-B"
-msgstr "/Καθαρισμός ουράς"
+msgid "Set A-B"
+msgstr "/Επιλογή όλων"
 
 #: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
+msgid "Clear A-B"
+msgstr "/Καθαρισμός ουράς"
+
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Μετάβαση στην αρχή της λίστας τραγουδιών"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Μετάβαση σε αρχείο"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Εναλλαγή ουράς"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Φόρτωση"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Εισαγωγή"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "Αποθήκευση"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Διαγραφή"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Προκαθορισμένο"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Φόρτωση προκαθορισμένου"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Φόρτωση/Αυτόματο φόρτωμα προκαθορισμένου"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Φόρτωση/Αυτόματο φόρτωμα προκαθορισμένου"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Προκαθορισμένο"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Retro"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Αποθήκευση προκαθορισμένου ισοσταθμιστή"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Φόρτωση/Από αρχείο"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Φόρτωση προκαθορισμένου"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Φόρτωση/Από αρχείο EQF του WinAMP"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Φόρτωση/Από αρχείο EQF του WinAMP"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Εισαγωγή/Presets του WinAMP"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Εισαγωγή/Presets του WinAMP"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Αποθήκευση προκαθορισμένου"
 
-#: audacious/ui_manager.c:461
-#, fuzzy
-msgid "Save auto-load preset"
-msgstr "/Αποθήκευση/Αυτόματο φόρτωμα του preset"
-
 #: audacious/ui_manager.c:464
 #, fuzzy
+msgid "Save auto-load preset"
+msgstr "/Αποθήκευση/Αυτόματο φόρτωμα του preset"
+
+#: audacious/ui_manager.c:467
+#, fuzzy
 msgid "Save default preset"
 msgstr "Αποθήκευση αυτόματου προκαθορισμένου"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Φόρτωση/Από αρχείο"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Αποθήκευση προκαθορισμένου"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Αποθήκευση/Σε αρχείο EQF του WinAMP"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Αποθήκευση/Σε αρχείο EQF του WinAMP"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "/Διαγραφή προκαθορισμένου"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Διαγραφή/Προκαθορισμένο που φορτώνεται αυτόματα"
@@ -1441,6 +1441,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Εμφάνιση διαχωριστικών στη λίστα αναπαραγωγής"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/es.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/es.po	Thu Jan 04 13:56:51 2007 -0800
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: es\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-09-30 16:57+0000\n"
 "Last-Translator: Gustavo D. Vranjes <gvranjes@nerdshack.com>\n"
 "Language-Team:  <es@li.org>\n"
@@ -22,7 +22,7 @@
 "X-Generator: KBabel 1.2\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Acerca de Audacious"
 
@@ -477,8 +477,8 @@
 msgid "mono"
 msgstr "Mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Saltar al tiempo"
 
@@ -880,23 +880,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "Refresco de lista de pieles"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "No limpiar la lista de reproducción"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "Refresco de lista de pieles"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1128,210 +1128,210 @@
 msgid "Sort Selected"
 msgstr "/Ordenar selección"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Ver detalles de pista"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Ver detalles de pista"
 
-#: audacious/ui_manager.c:396
-#, fuzzy
-msgid "Play File"
-msgstr "/Reproducir archivo"
-
-#: audacious/ui_manager.c:397
-#, fuzzy
-msgid "Load and play a file"
-msgstr "Cargar metadatos de las listas de reproducción y archivos"
-
 #: audacious/ui_manager.c:399
 #, fuzzy
-msgid "Play Location"
-msgstr "/ Reproducir Lugar"
+msgid "Play File"
+msgstr "/Reproducir archivo"
 
 #: audacious/ui_manager.c:400
+#, fuzzy
+msgid "Load and play a file"
+msgstr "Cargar metadatos de las listas de reproducción y archivos"
+
+#: audacious/ui_manager.c:402
+#, fuzzy
+msgid "Play Location"
+msgstr "/ Reproducir Lugar"
+
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Preferencias"
 
-#: audacious/ui_manager.c:403
-#, fuzzy
-msgid "Open preferences window"
-msgstr "Ventana de preferencias"
-
-#: audacious/ui_manager.c:405
-#, fuzzy
-msgid "_Quit"
-msgstr "/_Salir"
-
 #: audacious/ui_manager.c:406
 #, fuzzy
+msgid "Open preferences window"
+msgstr "Ventana de preferencias"
+
+#: audacious/ui_manager.c:408
+#, fuzzy
+msgid "_Quit"
+msgstr "/_Salir"
+
+#: audacious/ui_manager.c:409
+#, fuzzy
 msgid "Quit Audacious"
 msgstr "Acerca de Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
-#, fuzzy
-msgid "Set A-B"
-msgstr "/Seleccionar todo"
-
 #: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
-msgid "Clear A-B"
-msgstr "/Vaciar cola"
+msgid "Set A-B"
+msgstr "/Seleccionar todo"
 
 #: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
+msgid "Clear A-B"
+msgstr "/Vaciar cola"
+
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Saltar al inicio de la lista de reproducción"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Saltar al archivo"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Activar cola"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Cargar"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importar"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "Guardar"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Borrar"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Preconfigurado"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Cargar preconfigurado"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Cargar/Autocargar preconfigurado"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Cargar/Autocargar preconfigurado"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Predeterminado"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Retro"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Guardar preconfigurado del ecualizador"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Cargar/Desde archivo"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Cargar preconfigurado"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Cargar/Desde archivo EQF de WinAMP"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Cargar/Desde archivo EQF de WinAMP"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Importar/Preconfigurado de WinAMP"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importar/Preconfigurado de WinAMP"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Guardar preconfigurado"
 
-#: audacious/ui_manager.c:461
-#, fuzzy
-msgid "Save auto-load preset"
-msgstr "/Guardar/Preconfigurado autocargado"
-
 #: audacious/ui_manager.c:464
 #, fuzzy
+msgid "Save auto-load preset"
+msgstr "/Guardar/Preconfigurado autocargado"
+
+#: audacious/ui_manager.c:467
+#, fuzzy
 msgid "Save default preset"
 msgstr "Guardar auto-preconfigurado"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Cargar/Desde archivo"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Guardar preconfigurado"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Guardar/En archivo EQF de WinAMP"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Guardar/En archivo EQF de WinAMP"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Borrar preconfigurado"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Borrar/Preconfigurado autocargado"
@@ -1440,6 +1440,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Mostrar separadores en la lista de canciones"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/fi.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/fi.po	Thu Jan 04 13:56:51 2007 -0800
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: fi\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2005-03-13 21:31+0200\n"
 "Last-Translator: Pauli Virtanen <pauli.virtanen@hut.fi>\n"
 "Language-Team: Finnish <lokalisointi-laatu@linux-aktivaattori.org>\n"
@@ -19,7 +19,7 @@
 "Plural-Forms:  nplurals=2; plural=(n != 1);\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "MPEG-ääniliitännäisestä"
@@ -487,8 +487,8 @@
 msgid "mono"
 msgstr "Mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Siirry hetkeen"
 
@@ -888,23 +888,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "Päivitä soittolista"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Päivitä soittolista"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "Päivitä soittolista"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1136,211 +1136,211 @@
 msgid "Sort Selected"
 msgstr "/Järjestä valittu osa"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Näytä kappaleen tiedot"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Näytä kappaleen tiedot"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/Soita"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Lataa metatiedot soittolistoista ja musiikkitiedostoista"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "Sijainti:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Asetukset"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Avaa asetusikkuna"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Lopeta"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "MPEG-ääniliitännäisestä"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/Valitse kaikki"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Tyhjennä jono"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Siirry soittolistan alkuun"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Siirry tiedoston kohdalle"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Muuta soittojonoa"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Lataa"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Tuo"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Tallenna"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Poista"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Asetus"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Lataa asetus"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Lataa/Automaattinen asetus"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Lataa/Automaattinen asetus"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Oletus"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Retro"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Tallenna taajuuskorjaimen asetus"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Lataa/Tiedosto"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Lataa asetus"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Lataa/Winampin EQF-tiedosto"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Lataa/Winampin EQF-tiedosto"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Tuo/Winampin asetukset"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Tuo/Winampin asetukset"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Tallenna asetus"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Tallenna/Automaattinen asetus"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Tallenna automaattinen asetus"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Lataa/Tiedosto"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Tallenna asetus"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Tallenna/Winampin EQF-tiedosto"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Tallenna/Winampin EQF-tiedosto"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Poista asetus"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Poista/Automaattinen asetus"
@@ -1451,6 +1451,11 @@
 msgid "Track Information Popup"
 msgstr "Näytä kappaleen tiedot"
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Näytä kappaleiden numerot soittolistassa"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/fr.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/fr.po	Thu Jan 04 13:56:51 2007 -0800
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: fr\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-11-27 00:33+0100\n"
 "Last-Translator: Adam Cécile (Le_Vert) <gandalf@le-vert.net>\n"
 "Language-Team:  <fr@li.org>\n"
@@ -21,7 +21,7 @@
 "X-Generator: KBabel 1.11.4\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "À Propos d'Audacious"
 
@@ -476,8 +476,8 @@
 msgid "mono"
 msgstr "mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Aller au Temps"
 
@@ -872,23 +872,23 @@
 msgstr "Utiliser le sélecteur de fichier XMMS comme le sélecteur par défaut"
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/Inverser la Liste"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Ne vide pas la liste d'écoute"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/Inverser la Liste"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1120,212 +1120,212 @@
 msgid "Sort Selected"
 msgstr "/Trier la sélection"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Afficher le détail"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Afficher le détail"
 
-#: audacious/ui_manager.c:396
-#, fuzzy
-msgid "Play File"
-msgstr "/Jouer le Fichier"
-
-#: audacious/ui_manager.c:397
-#, fuzzy
-msgid "Load and play a file"
-msgstr "Charger les méta-données des listes et fichiers"
-
 #: audacious/ui_manager.c:399
 #, fuzzy
-msgid "Play Location"
-msgstr "/Jouer le Chemin"
+msgid "Play File"
+msgstr "/Jouer le Fichier"
 
 #: audacious/ui_manager.c:400
+#, fuzzy
+msgid "Load and play a file"
+msgstr "Charger les méta-données des listes et fichiers"
+
+#: audacious/ui_manager.c:402
+#, fuzzy
+msgid "Play Location"
+msgstr "/Jouer le Chemin"
+
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Préférences"
 
-#: audacious/ui_manager.c:403
-#, fuzzy
-msgid "Open preferences window"
-msgstr "Fenêtre des Préférences"
-
-#: audacious/ui_manager.c:405
-#, fuzzy
-msgid "_Quit"
-msgstr "/_Quitter"
-
 #: audacious/ui_manager.c:406
 #, fuzzy
+msgid "Open preferences window"
+msgstr "Fenêtre des Préférences"
+
+#: audacious/ui_manager.c:408
+#, fuzzy
+msgid "_Quit"
+msgstr "/_Quitter"
+
+#: audacious/ui_manager.c:409
+#, fuzzy
 msgid "Quit Audacious"
 msgstr "À Propos d'Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
-#, fuzzy
-msgid "Set A-B"
-msgstr "/Activer A-B"
-
 #: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
-msgid "Clear A-B"
-msgstr "/Effacer A-B"
+msgid "Set A-B"
+msgstr "/Activer A-B"
 
 #: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
+msgid "Clear A-B"
+msgstr "/Effacer A-B"
+
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Retourner au début de la liste"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Aller au Fichier"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Basculer dans la file"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Charger"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importer"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Sauver"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Effacer"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Pré-réglage"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Charger pré-réglages"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Charger/le pré-réglage chargé auto."
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Charger/le pré-réglage chargé auto."
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 #, fuzzy
 msgid "Default"
 msgstr "Thème par défaut:"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "stéréo"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Sauver pré-réglages de l'équaliseur"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Charger/à partir d'un fichier"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Charger pré-réglages"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Charger/à partir d'un fichier EQF de Winamp"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Charger/à partir d'un fichier EQF de Winamp"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Importer/les pré-réglages Winamp"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importer/les pré-réglages Winamp"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Sauver pré-réglages"
 
-#: audacious/ui_manager.c:461
-#, fuzzy
-msgid "Save auto-load preset"
-msgstr "/Sauver/le pré-réglage chargé auto."
-
 #: audacious/ui_manager.c:464
 #, fuzzy
+msgid "Save auto-load preset"
+msgstr "/Sauver/le pré-réglage chargé auto."
+
+#: audacious/ui_manager.c:467
+#, fuzzy
 msgid "Save default preset"
 msgstr "Sauver pré-réglages auto."
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "Charger les fichiers"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Sauver pré-réglages"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Sauver/dans un fichier EQF de Winamp"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Sauver/dans un fichier EQF de Winamp"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Effacer pré-réglages"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Effacer/le pré-réglage chargé auto."
@@ -1433,6 +1433,11 @@
 msgid "Track Information Popup"
 msgstr "Popup d'information de la piste"
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Montrer les séparateurs dans la liste d'écoute"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/hi.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/hi.po	Thu Jan 04 13:56:51 2007 -0800
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: bmp-hi\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2005-08-20 21:59+0530\n"
 "Last-Translator: धनञ्जय शर्मा (Dhananjaya Sharma) <dysxhi@yahoo.co.in>\n"
 "Language-Team: Hindi, India <dysxhi@yahoo.co.in>\n"
@@ -17,7 +17,7 @@
 "X-Generator: KBabel 1.10\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "एमपीईजी आडियो प्लग-इन के बारे में"
@@ -484,8 +484,8 @@
 msgid "mono"
 msgstr "मोनो"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "समय पर जाएँ"
 
@@ -887,23 +887,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/ताजा करने की दर"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "प्लेसूची को साफ़ नहीं करना"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/ताजा करने की दर"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1135,211 +1135,211 @@
 msgid "Sort Selected"
 msgstr "/चयन को क्रमानुसार लगायें"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/ट्रैक के विवरणों को देखें"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/ट्रैक के विवरणों को देखें"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/चलायें"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "प्लेसूचियों और संचिकाओं से मेटा डाटा को लाएँ"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "स्थान:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/वरीयतायें"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "वरीयताऐं खिड़की"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/निकास (_Q)"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "एमपीईजी आडियो प्लग-इन के बारे में"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/सभी का चयन करें"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/कतार को साफ़ करें"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/प्लेसूची के आरम्भ में जाएँ"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/संचिका पर जाएँ"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/क्यू टॉगल"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/लायें"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/इम्पोर्ट"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/सुरक्षित करें"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/मिटायें"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "प्रीसेट"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "प्रीसेट लाना"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/लायें/आटो-लोड-प्रीसेट"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/लायें/आटो-लोड-प्रीसेट"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "डिफ़ाल्ट"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "रेट्रो"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "ईक्यूलाईजर प्रीसेट को सुरक्षित करना"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/लायें/संचिका से"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "प्रीसेट लाना"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/लायें/विन-ऐम्प ई०क्य़ू०एफ़० संचिका से"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/लायें/विन-ऐम्प ई०क्य़ू०एफ़० संचिका से"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/इम्पोर्ट/विन-ऐम्प प्रीसेटों को"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/इम्पोर्ट/विन-ऐम्प प्रीसेटों को"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "प्रीसेट को सुरक्षित करना"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/सुरक्षित/आटो-लोड प्रीसेड"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "आटो-प्रीसेट को सुरक्षित करना"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/लायें/संचिका से"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "प्रीसेट को सुरक्षित करना"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/सुरक्षित/विन-ऐम्प ई०क्यू०एफ़० संचिका में"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/सुरक्षित/विन-ऐम्प ई०क्यू०एफ़० संचिका में"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "प्रीसेट को हटाना"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/मिटायें/आटो-लोड प्रीसेट"
@@ -1448,6 +1448,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "प्लेसूची में ट्रैक संख्याओं को दिखाएँ"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/hu.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/hu.po	Thu Jan 04 13:56:51 2007 -0800
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: audacious 1.2.1\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-11-03 18:21+0100\n"
 "Last-Translator: Laszlo Dvornik <dvornik@gnome.hu>\n"
 "Language-Team: Hungarian <dvornik@gnome.hu>\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Audacious névjegye"
 
@@ -470,8 +470,8 @@
 msgid "mono"
 msgstr "monó"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Ugrás időpontra"
 
@@ -866,23 +866,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "Bőrlista frissítése"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Ne törölje a lejátszólistát"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "Bőrlista frissítése"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1114,212 +1114,212 @@
 msgid "Sort Selected"
 msgstr "/Kijelölés rendezése"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Szám részleteinek megtekintése"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Szám részleteinek megtekintése"
 
-#: audacious/ui_manager.c:396
-#, fuzzy
-msgid "Play File"
-msgstr "/Fájl lejátszása"
-
-#: audacious/ui_manager.c:397
-#, fuzzy
-msgid "Load and play a file"
-msgstr "Metaadat betöltése lejátszólistákból és fájlokból"
-
 #: audacious/ui_manager.c:399
 #, fuzzy
-msgid "Play Location"
-msgstr "/Hely lejátszása"
+msgid "Play File"
+msgstr "/Fájl lejátszása"
 
 #: audacious/ui_manager.c:400
+#, fuzzy
+msgid "Load and play a file"
+msgstr "Metaadat betöltése lejátszólistákból és fájlokból"
+
+#: audacious/ui_manager.c:402
+#, fuzzy
+msgid "Play Location"
+msgstr "/Hely lejátszása"
+
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Beállítások"
 
-#: audacious/ui_manager.c:403
-#, fuzzy
-msgid "Open preferences window"
-msgstr "Beállítások ablak"
-
-#: audacious/ui_manager.c:405
-#, fuzzy
-msgid "_Quit"
-msgstr "/_Kilépés"
-
 #: audacious/ui_manager.c:406
 #, fuzzy
+msgid "Open preferences window"
+msgstr "Beállítások ablak"
+
+#: audacious/ui_manager.c:408
+#, fuzzy
+msgid "_Quit"
+msgstr "/_Kilépés"
+
+#: audacious/ui_manager.c:409
+#, fuzzy
 msgid "Quit Audacious"
 msgstr "Audacious névjegye"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
-#, fuzzy
-msgid "Set A-B"
-msgstr "/A-B beállítása"
-
 #: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
-msgid "Clear A-B"
-msgstr "/A-B törlése"
+msgid "Set A-B"
+msgstr "/A-B beállítása"
 
 #: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
+msgid "Clear A-B"
+msgstr "/A-B törlése"
+
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Ugrás a lejátszólista elejére"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Ugrás fájlra"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Betevés a sorba"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Betöltés"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importálás"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Mentés"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Törlés"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Beállítás"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Beállítás betöltése"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Betöltés/Automatikusan betöltődő beállítás"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Betöltés/Automatikusan betöltődő beállítás"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 #, fuzzy
 msgid "Default"
 msgstr "Alapértelmezett bőr:"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "sztereó"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Equalizer-beállítás mentése"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Betöltés/Fájlból"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Beállítás betöltése"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Betöltés/Winamp EQF fájlból"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Betöltés/Winamp EQF fájlból"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Importálás/Winamp-beállítások"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importálás/Winamp-beállítások"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Beállítás mentése"
 
-#: audacious/ui_manager.c:461
-#, fuzzy
-msgid "Save auto-load preset"
-msgstr "/Mentés/Automatikusan betöltődő beállítás"
-
 #: audacious/ui_manager.c:464
 #, fuzzy
+msgid "Save auto-load preset"
+msgstr "/Mentés/Automatikusan betöltődő beállítás"
+
+#: audacious/ui_manager.c:467
+#, fuzzy
 msgid "Save default preset"
 msgstr "Automatikusan betöltődő beállítás mentése"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Betöltés/Fájlból"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Beállítás mentése"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Mentés/Winamp EQF fájlba"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Mentés/Winamp EQF fájlba"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Beállítás törlése"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Törlés/Automatikusan betöltődő beállítás"
@@ -1427,6 +1427,11 @@
 msgid "Track Information Popup"
 msgstr "Felbukkanó száminformáció"
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Elválasztók megjelenítése a lejátszólistában"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/it.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/it.po	Thu Jan 04 13:56:51 2007 -0800
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: it\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-06-25 03:54+0200\n"
 "Last-Translator: Diego 'Flameeyes' Pettenò <flameeyes@gentoo.org>\n"
 "Language-Team: Italian\n"
@@ -23,7 +23,7 @@
 "Plural-Forms:  nplurals=2; plural=(n != 1);\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Informazioni su Audacious"
 
@@ -479,8 +479,8 @@
 msgid "mono"
 msgstr "mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Salta alla posizione"
 
@@ -882,23 +882,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "Aggiorna lista skin"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Non cancellare la playlist"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "Aggiorna lista skin"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1130,210 +1130,210 @@
 msgid "Sort Selected"
 msgstr "/Ordina Selezione"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Mostra Dettagli Traccia"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Mostra Dettagli Traccia"
 
-#: audacious/ui_manager.c:396
-#, fuzzy
-msgid "Play File"
-msgstr "/Riproduci file"
-
-#: audacious/ui_manager.c:397
-#, fuzzy
-msgid "Load and play a file"
-msgstr "Carica metadata dalla playlist e dai file"
-
 #: audacious/ui_manager.c:399
 #, fuzzy
-msgid "Play Location"
-msgstr "/Riproduci posizione"
+msgid "Play File"
+msgstr "/Riproduci file"
 
 #: audacious/ui_manager.c:400
+#, fuzzy
+msgid "Load and play a file"
+msgstr "Carica metadata dalla playlist e dai file"
+
+#: audacious/ui_manager.c:402
+#, fuzzy
+msgid "Play Location"
+msgstr "/Riproduci posizione"
+
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Preferenze"
 
-#: audacious/ui_manager.c:403
-#, fuzzy
-msgid "Open preferences window"
-msgstr "Preferenze"
-
-#: audacious/ui_manager.c:405
-#, fuzzy
-msgid "_Quit"
-msgstr "/_Quit"
-
 #: audacious/ui_manager.c:406
 #, fuzzy
+msgid "Open preferences window"
+msgstr "Preferenze"
+
+#: audacious/ui_manager.c:408
+#, fuzzy
+msgid "_Quit"
+msgstr "/_Quit"
+
+#: audacious/ui_manager.c:409
+#, fuzzy
 msgid "Quit Audacious"
 msgstr "Informazioni su Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
-#, fuzzy
-msgid "Set A-B"
-msgstr "/Seleziona Tutti"
-
 #: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
-msgid "Clear A-B"
-msgstr "/Cancella coda"
+msgid "Set A-B"
+msgstr "/Seleziona Tutti"
 
 #: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
+msgid "Clear A-B"
+msgstr "/Cancella coda"
+
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Salta all'inizio della playlist"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Salta al file"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Togli coda"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Carica"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importa"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "Salva"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Cancella"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Preset"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Carica preset"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Carica/Preset automaticamente"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Carica/Preset automaticamente"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Default"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Retro"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Salva preset equalizzatore"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Carica/Da file"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Carica preset"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Carica/Da file WinAMP EQF"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Carica/Da file WinAMP EQF"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Importa/Presets WinAMP"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importa/Presets WinAMP"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Salva preset"
 
-#: audacious/ui_manager.c:461
-#, fuzzy
-msgid "Save auto-load preset"
-msgstr "/Salva/Preset caricato automaticamente"
-
 #: audacious/ui_manager.c:464
 #, fuzzy
+msgid "Save auto-load preset"
+msgstr "/Salva/Preset caricato automaticamente"
+
+#: audacious/ui_manager.c:467
+#, fuzzy
 msgid "Save default preset"
 msgstr "Salva preset automatico"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Carica/Da file"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Salva preset"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Salva/Su file WinAMP·EQF"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Salva/Su file WinAMP·EQF"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Cancellare preset"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Cancella/Preset caricato automaticamente"
@@ -1442,6 +1442,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Mostra separatori nella playlist"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/ja.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/ja.po	Thu Jan 04 13:56:51 2007 -0800
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: audacious HEAD\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-08-26 21:52+0900\n"
 "Last-Translator: dai <d+po@vdr.jp>\n"
 "Language-Team: Japanese <ja@li.org>\n"
@@ -20,7 +20,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Audacious ˤĤ"
 
@@ -478,8 +478,8 @@
 msgid "mono"
 msgstr "Υ"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "ꤷ֤ذư"
 
@@ -879,23 +879,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "ι"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "հ򥯥ꥢʤ"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "ι"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1127,208 +1127,208 @@
 msgid "Sort Selected"
 msgstr "/ϰϤΥ"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/ȥåξܺ"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/ȥåξܺ"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/ե"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "հȥե뤫᥿ǡɤ߹"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "/"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "ꥦɥ"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/λ(_Q)"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Audacious ˤĤ"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/塼Υꥢ"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/հγϤذư"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/ꤷեذư"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/塼ڤؤ"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "ɤ߹"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/ݡ"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "¸"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 msgid "Delete"
 msgstr ""
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
-msgid "Preset"
-msgstr "ץꥻå"
-
-#: audacious/ui_manager.c:437
-msgid "Load preset"
-msgstr "ץꥻåȤɤ߹"
-
 #: audacious/ui_manager.c:439 audacious/ui_manager.c:460
 #: audacious/ui_manager.c:475
+msgid "Preset"
+msgstr "ץꥻå"
+
+#: audacious/ui_manager.c:440
+msgid "Load preset"
+msgstr "ץꥻåȤɤ߹"
+
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/ɤ߹/ưɤ߹ߤΥץꥻå"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/ɤ߹/ưɤ߹ߤΥץꥻå"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "ǥե"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "ȥ"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "饤ץꥻåȤ¸"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/ɤ߹/ե"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "ץꥻåȤɤ߹"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/ɤ߹/WinAMP EQF ե"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/ɤ߹/WinAMP EQF ե"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/ݡ/WinAMP ץꥻå"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/ݡ/WinAMP ץꥻå"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "ץꥻåȤ¸"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/¸/ưɤ߹ߤΥץꥻå"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "ưɤ߹ߤΥץꥻåȤ¸"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/ɤ߹/ե"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "ץꥻåȤ¸"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/¸/WinAMP EQF ե"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/¸/WinAMP EQF ե"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "ץꥻåȤκ"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "//ưɤ߹ߤΥץꥻå"
@@ -1437,6 +1437,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "հζڤɽ"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/ka.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/ka.po	Thu Jan 04 13:56:51 2007 -0800
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: 1.35\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2005-10-14 13:54+0400\n"
 "Last-Translator: George Machitidze <giomac@gmail.com>\n"
 "Language-Team: Georgian <giomac@gmail.com>\n"
@@ -19,7 +19,7 @@
 "X-Generator: KBabel 1.10.2\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "MPEG აუდიო-პლაგინის შესახებ"
@@ -481,8 +481,8 @@
 msgid "mono"
 msgstr "მონო"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "დროზე გადასვლა"
 
@@ -875,23 +875,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/განახლების სიხშირე"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "რეპერტუარის გაწმენდის გარეშე"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/განახლების სიხშირე"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1123,208 +1123,208 @@
 msgid "Sort Selected"
 msgstr "/მონიშნულის დალაგება"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/ჩანაწერის დეტალები"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/ჩანაწერის დეტალები"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/დაკვრა"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "/ჩატვირთვა/ფაილიდან"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "მდებარეობა:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/თვისებები"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "თვისებების ფანჯარა"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_გასვლა"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "MPEG აუდიო-პლაგინის შესახებ"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/ყველას მონიშვნა"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/რიგის გაწმენდა"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/რეპერტუარის დასაწისში გადასვლა"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/ფაილზე გადასვლა"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/რიგში ჩაყენება"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/ჩატვირთვა"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/იმპორტი"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/შენახვა"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/წაშლა"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr ""
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr ""
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/ჩატვირთვა/ავტომატური"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/ჩატვირთვა/ავტომატური"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "ნაგულისხმევი"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "რეტრო"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 msgid "Set equalizer preset levels to zero"
 msgstr ""
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/ჩატვირთვა/ფაილიდან"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "/ჩატვირთვა/ფაილიდან"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/ჩატვირთვა/WinAMP-ის EQF ფაილიდან"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/ჩატვირთვა/WinAMP-ის EQF ფაილიდან"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 msgid "WinAMP Presets"
 msgstr ""
 
-#: audacious/ui_manager.c:455
-msgid "Import WinAMP presets"
-msgstr ""
-
 #: audacious/ui_manager.c:458
-msgid "Save preset"
+msgid "Import WinAMP presets"
 msgstr ""
 
 #: audacious/ui_manager.c:461
+msgid "Save preset"
+msgstr ""
+
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/შენახვა/ავტომატური"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "/შენახვა/ნაგულისხმევი"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/ჩატვირთვა/ფაილიდან"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "ნაკადის დისკზე შენახვა"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/შენახვა/WinAMP-ის EQF ფაილში"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/შენახვა/WinAMP-ის EQF ფაილში"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr ""
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/ჩატვირთვა/ავტომატური"
@@ -1433,6 +1433,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "რეპერტუარში ჩანაწერების ნომრების ჩვენება"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/ko.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/ko.po	Thu Jan 04 13:56:51 2007 -0800
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: bmp 0.9.7\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2004-06-29 19:02+0900\n"
 "Last-Translator: DongCheon Park <dcpark@kaist.ac.kr>\n"
 "Language-Team: Korean <ko@li.org>\n"
@@ -20,7 +20,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "MPEG 오디오 플러그인 정보"
@@ -487,8 +487,8 @@
 msgid "mono"
 msgstr "모노"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "시간 이동"
 
@@ -890,23 +890,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/재생율"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "재생목록 지우지 않음"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/재생율"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1138,204 +1138,204 @@
 msgid "Sort Selected"
 msgstr "/선택 정렬"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/트랙 세부정보 보기"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/트랙 세부정보 보기"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "파일 재생"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "재생목록 및 파일로부터 메타데이터 읽기"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "위치:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/환경설정"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "선택사항 창"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/끝내기(_Q)"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "MPEG 오디오 플러그인 정보"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "모두 선택"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/대기열 비움"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/목록 처음으로"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/파일 이동"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/대기열 고정"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "읽기"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr "가져오기"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/저장"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/삭제"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "설정값"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "설정값 읽기"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 msgid "Auto-load preset"
 msgstr "설정값 자동-읽기"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/읽기/설정값 자동-읽기"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "기본값"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 msgid "Zero"
 msgstr "없음"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "이퀄라이저 설정값 저장"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/읽기/파일"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "설정값 읽기"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 msgid "From WinAMP EQF file"
 msgstr "WinAMP EQF 파일에서"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/읽기/WinAMP EQF 파일"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "Winamp 설정값"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/가져오기/Winamp 설정값"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "설정값 저장"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/저장/설정값 자동-읽기"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "자동-설정값 저장"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr "파일로"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "설정값 저장"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr "WinAMP EQF파일로"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/저장/WinAMP EQF파일"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "설정값 삭제"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/삭제/설정값 자동-읽기"
@@ -1447,6 +1447,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "재생목록에 트랙 번호 보이기"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/lt.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/lt.po	Thu Jan 04 13:56:51 2007 -0800
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: BMP\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2004-12-06 19:02+0200\n"
 "Last-Translator: Rimas Kudelis <rq@akl.lt>\n"
 "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -17,7 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "Apie MPEG audio įskiepį"
@@ -485,8 +485,8 @@
 msgid "mono"
 msgstr "Mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Šokti į laiką"
 
@@ -888,23 +888,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/Atnaujinimo dažnis"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Neišvalyti grojaraščio"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/Atnaujinimo dažnis"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1138,211 +1138,211 @@
 msgid "Sort Selected"
 msgstr "/Rūšiuoti pasirinktus"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Takelio informacija"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Takelio informacija"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/Groti"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Įkelti aprašus iš grojaraščių bei bylų"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "Vieta:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Nustatymai"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Nustatymų langas"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Išeiti"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Apie MPEG audio įskiepį"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/Žymėti visus"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Išvalyti eilę"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Šokti į grojaraščio pradžią"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Šokti į bylą"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Perjungti eilės rodomumą"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Įkelti"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importuoti"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Išsaugoti"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Šalinti"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Šablonas"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Įkelti šabloną"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Įkelti/Automatiškai įsikeliantį šabloną"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Įkelti/Automatiškai įsikeliantį šabloną"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Įprastasis"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Retro"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Išsaugoti ekvalaizerio šabloną"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Įkelti/Iš bylos"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Įkelti šabloną"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Įkelti/Iš WinAMP EQF bylos"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Įkelti/Iš WinAMP EQF bylos"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Įmportuoti/WinAMP šablonus"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Įmportuoti/WinAMP šablonus"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Išsaugoti šabloną"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Išsaugoti/Automatiškai įsikeliantį šabloną"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Išsaugoti automatiškai įsikeliantį šabloną"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Įkelti/Iš bylos"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Išsaugoti šabloną"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Išsaugoti/WinAMP EQF bylon"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Išsaugoti/WinAMP EQF bylon"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Pašalinti šabloną"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Šalinti/Automatiškai įsikeliantį šabloną"
@@ -1451,6 +1451,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Grojaraštyje rodyti takelio numerį"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/mk.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/mk.po	Thu Jan 04 13:56:51 2007 -0800
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: mk 0.9.7\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2005-05-18 11:38+0200\n"
 "Last-Translator: Арангел Ангов <ufo@linux.net.mk>\n"
 "Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
@@ -17,7 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "За MPEG аудио додаток"
@@ -483,8 +483,8 @@
 msgid "mono"
 msgstr "Моно"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Скокни до (време)"
 
@@ -888,23 +888,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/Стапка на освежување"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Не ја чисти листата"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/Стапка на освежување"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1136,204 +1136,204 @@
 msgid "Sort Selected"
 msgstr "/Избор на подредување"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Види детали за песна"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Види детали за песна"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "Пушти датотеки"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Вчитувај податоци од листи и датотеки"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "Локација:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Параметри"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Параметри Прозорец"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Излез"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "За MPEG аудио додаток"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/Избери сѐ"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Исчисти ред"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Оди до почетокот на листата"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Оди до датотека"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Менување помеѓу редови"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "Вчитај"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr "Увези"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Сними"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Избриши"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Модификатор"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Вчитај модификација"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 msgid "Auto-load preset"
 msgstr "Автоматски вчитај модификатор"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Вчитај/автоматски-вчитлив модификатор"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Стандардно"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 msgid "Zero"
 msgstr "Нула"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Сними модификатор за изедначувачот"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Вчитај/Од датотека"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Вчитај модификација"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 msgid "From WinAMP EQF file"
 msgstr "Од датотека"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Вчитај/Од WinAMP EQF датотека"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "Модификатори од WinAMP"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Увези/модификатори од WinAMP"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Сними модификатор"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Сними/автоматски-вчитлив модификатор"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Сними автоматски-модификатор"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr "До датотека"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Сними модификатор"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr "До WinAMP EQF датотека"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Сними/Во WinAMP EQF датотека"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Избриши модификатор"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Избриши/автоматски-вчитлив модификатор"
@@ -1442,6 +1442,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Покажи ги броевите на песните во листата"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/nl.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/nl.po	Thu Jan 04 13:56:51 2007 -0800
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: nl\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-11-16 20:02+0100\n"
 "Last-Translator: Tony Vroon <chainsaw@gentoo.org>\n"
 "Language-Team: (not responsive)\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Over Audacious"
 
@@ -483,8 +483,8 @@
 msgid "mono"
 msgstr "mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Ga naar tijd"
 
@@ -881,24 +881,24 @@
 msgstr "Gebruik XMMS-stijl bestandsdialoog ipv standaard"
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "Skin-lijst verversen"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
 #  -e, --enqueue switch
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Speellijst niet wissen"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "Skin-lijst verversen"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1133,213 +1133,213 @@
 msgid "Sort Selected"
 msgstr "/Selectie sorteren"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Nummer details weergeven"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Nummer details weergeven"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "Bestand afspelen"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Metadata van speellijsten en bestanden laden"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "Afspeellocatie:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Instellingen"
 
 #  load the interface
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Instellingen venster"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Afsluiten"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Over Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "A-B /herhaling"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "A-B /wissen"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Naar het begin van de speellijst"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Ga naar bestand"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/In de wachtrij zetten"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Laden"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importeer"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Opslaan"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Wissen"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Standen"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Standen laden"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Laden/Automatisch te laden stand"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Laden/Automatisch te laden stand"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 #, fuzzy
 msgid "Default"
 msgstr "Standaard skin:"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "stereo"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Equalizer standen opslaan"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Laden/Bestand"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Standen laden"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Laden/WinAMP EQF-bestand"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Laden/WinAMP EQF-bestand"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Importeer/WinAMP Equalizer stand"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importeer/WinAMP Equalizer stand"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Stand opslaan"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Opslaan/Automatisch te laden stand"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Automatische stand opslaan"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "Bestanden laden"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Stand opslaan"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Opslaan/Als WinAMP EQF bestand"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Opslaan/Als WinAMP EQF bestand"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Stand wissen"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Wissen/Automatisch te laden stand"
@@ -1448,6 +1448,12 @@
 msgid "Track Information Popup"
 msgstr "Nummer-info popup"
 
+#  -r, --rew switch
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Scheidingslijnen in de speellijst weergeven"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/pl.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/pl.po	Thu Jan 04 13:56:51 2007 -0800
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: Audacious\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-06-22 18:47+0000\n"
 "Last-Translator: Wojciech Myrda <vojcek@tlen.pl>\n"
 "Language-Team:\n"
@@ -23,7 +23,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Informacje o Audacious"
 
@@ -480,8 +480,8 @@
 msgid "mono"
 msgstr "mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Skok do czasu"
 
@@ -882,23 +882,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "Odśwież listę skór"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Nie czyści listy odtwarzania"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "Odśwież listę skór"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1130,202 +1130,202 @@
 msgid "Sort Selected"
 msgstr "/Sortuj zaznaczone"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Informacje o pliku"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Informacje o pliku"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "Odtwórz pliki"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Pobieranie metadanych z list odtwarzania i plików"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "Graj Położenie:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/_Ustawienia"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Okno ustawień"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Zakończ"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Informacje o Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "Zaznacz wszystkie"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Wyczyść kolejkę"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Skocz do początku listy"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Skocz do pliku"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Dodaj do kolejki"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "Wczytaj"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr "Importuj"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "Zapisz"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 msgid "Delete"
 msgstr "Usuń"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
-msgid "Preset"
-msgstr "Ustawienie"
-
-#: audacious/ui_manager.c:437
-msgid "Load preset"
-msgstr "Wczytywanie ustawienia"
-
 #: audacious/ui_manager.c:439 audacious/ui_manager.c:460
 #: audacious/ui_manager.c:475
+msgid "Preset"
+msgstr "Ustawienie"
+
+#: audacious/ui_manager.c:440
+msgid "Load preset"
+msgstr "Wczytywanie ustawienia"
+
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 msgid "Auto-load preset"
 msgstr "Automatycznie wczytane ustawienie"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Wczytaj/Automatyczne ustawienie"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Domyślne"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 msgid "Zero"
 msgstr "Wyzeruj"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Zapis ustawienia korektora"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Wczytaj/Z pliku"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Wczytywanie ustawienia"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 msgid "From WinAMP EQF file"
 msgstr "Z pliku WinAMP EQF"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Wczytaj/Z pliku WinAMP EQF"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "Ustawienia WinAMPa"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importuj/Ustawienia WinAMP"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Zapisywanie ustawienia"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Zapisz/Automatycznie wczytywane ustawienie"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Zapis automatycznego ustawienia"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr "Do pliku"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Zapisywanie ustawienia"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr "Do pliku WinAMP EQF"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Zapisz/Do pliku WinAMP EQF"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Usunięcie ustawienia"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Usuń/Automatycznie wczytywane ustawienie"
@@ -1434,6 +1434,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Wyświetlanie średników na liście odtwarzania"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/pt_BR.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/pt_BR.po	Thu Jan 04 13:56:51 2007 -0800
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: BMP 0.9.7\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2004-11-15 13:42-0200\n"
 "Last-Translator: Philipi Pinto <philipi@gmx.net>\n"
 "Language-Team: Portuguese/Brazil\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "Sobre o Plugin de áudio MPEG"
@@ -486,8 +486,8 @@
 msgid "mono"
 msgstr "Monofônico"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Ir para tempo"
 
@@ -889,23 +889,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/Taxa de atualização"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Não limpar a lista de reprodução"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/Taxa de atualização"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1137,204 +1137,204 @@
 msgid "Sort Selected"
 msgstr "/Ordenar a seleção"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Ver detalhes da faixa"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Ver detalhes da faixa"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "Tocar arquivos"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Carregar metadados de listas e arquivos"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "Local"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Preferências"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Janela de preferências"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Fechar"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Sobre o Plugin de áudio MPEG"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "Selecionar tudo"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Limpar a fila"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Ir para o início da lista de reprodução"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Ir para o arquivo"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Enfileirar"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "Carregar"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr "Importar"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Salvar"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Excluir"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Preset"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Carregar preset"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 msgid "Auto-load preset"
 msgstr "Auto-carregar preset"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Carregar/Auto-preset"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Padrão"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 msgid "Zero"
 msgstr "Zero"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Salvar preset do equalizador"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Carregar/Do arquivo"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Carregar preset"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 msgid "From WinAMP EQF file"
 msgstr "À partir de arquivo WinAMP EQF"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Carregar/À partir de arquivo EQF do Winamp"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "Presets WinAMP"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importar/Presets WinAMP"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Salvar preset"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "Salvar/Auto-preset"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Salvar auto-preset"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr "Em arquivo"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Salvar preset"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr "Em arquivo WinAMP EQF"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Salvar/Como arquivo EQF do WinAMP"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Excluir preset"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Excluir/Auto-preset"
@@ -1443,6 +1443,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Mostrar o número das faixas na lista"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/ro.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/ro.po	Thu Jan 04 13:56:51 2007 -0800
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: audacious 1.2.1\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-12-23 21:24+0200\n"
 "Last-Translator: Daniel Patriche <m4st3rth0r@yahoo.com>\n"
 "Language-Team: Romanian <m4st3rth0r@yahoo.com>\n"
@@ -17,7 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Despre Audacious"
 
@@ -465,8 +465,8 @@
 msgid "mono"
 msgstr "mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Sari la Timp"
 
@@ -857,22 +857,22 @@
 msgstr "Salveaza playlist-ul selectat in locatia implicita"
 
 #: audacious/ui_manager.c:234
+msgid "Refresh List"
+msgstr "Reimprospateaza Lista"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr "Reimprospateaza metadata asociata cu o intrare din playlist"
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Inverseaza ordinea track-urilor din playlist"
 
-#: audacious/ui_manager.c:238
-msgid "Refresh List"
-msgstr "Reimprospateaza Lista"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr "Reimprospateaza metadata asociata cu o intrare din playlist"
-
 #: audacious/ui_manager.c:249
 msgid "Add CD..."
 msgstr "Adauga CD..."
@@ -1071,210 +1071,210 @@
 msgid "Sort Selected"
 msgstr "Sorteaza Track-urile selectate"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 msgid "View Track Details"
 msgstr "Vizualizeaza Detaliile Trackului"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "Vizualizeaza Detaliile Trackului"
 
-#: audacious/ui_manager.c:396
-#, fuzzy
-msgid "Play File"
-msgstr "/Reda Fisier"
-
-#: audacious/ui_manager.c:397
-#, fuzzy
-msgid "Load and play a file"
-msgstr "Incarca metadata din playlist-uri si fisiere"
-
 #: audacious/ui_manager.c:399
 #, fuzzy
-msgid "Play Location"
-msgstr "/Reda Locatia"
+msgid "Play File"
+msgstr "/Reda Fisier"
 
 #: audacious/ui_manager.c:400
+#, fuzzy
+msgid "Load and play a file"
+msgstr "Incarca metadata din playlist-uri si fisiere"
+
+#: audacious/ui_manager.c:402
+#, fuzzy
+msgid "Play Location"
+msgstr "/Reda Locatia"
+
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Preferinte"
 
-#: audacious/ui_manager.c:403
-#, fuzzy
-msgid "Open preferences window"
-msgstr "Fereastra de Preferinte"
-
-#: audacious/ui_manager.c:405
-#, fuzzy
-msgid "_Quit"
-msgstr "/_Iesire"
-
 #: audacious/ui_manager.c:406
 #, fuzzy
+msgid "Open preferences window"
+msgstr "Fereastra de Preferinte"
+
+#: audacious/ui_manager.c:408
+#, fuzzy
+msgid "_Quit"
+msgstr "/_Iesire"
+
+#: audacious/ui_manager.c:409
+#, fuzzy
 msgid "Quit Audacious"
 msgstr "Despre Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
-#, fuzzy
-msgid "Set A-B"
-msgstr "/Seteaza A-B"
-
 #: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
-msgid "Clear A-B"
-msgstr "/Anuleaza A-B"
+msgid "Set A-B"
+msgstr "/Seteaza A-B"
 
 #: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
+msgid "Clear A-B"
+msgstr "/Anuleaza A-B"
+
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Sari la inceputul Playlist-ului"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Sari la Fisier"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 msgid "Queue Toggle"
 msgstr "Schimba Coada"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr "Activeaza/Dezactiveaza intrarile din coada playlist-ului"
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Incarca"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importa"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Salveaza"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Sterge"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Preset"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Incarca preset"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Incarca/Auto-incarca preset"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Incarca/Auto-incarca preset"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 #, fuzzy
 msgid "Default"
 msgstr "Skin-ul implicit"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "stereo"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Salveaza preset egalizator"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Incarca/Din fisier"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Incarca preset"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Incarca/Din fisier Winamp EQF"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Incarca/Din fisier Winamp EQF"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Importa/Preseturi Winamp"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importa/Preseturi Winamp"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Salveaza preset"
 
-#: audacious/ui_manager.c:461
-#, fuzzy
-msgid "Save auto-load preset"
-msgstr "/Salveaza/Auto-incarca preset"
-
 #: audacious/ui_manager.c:464
 #, fuzzy
+msgid "Save auto-load preset"
+msgstr "/Salveaza/Auto-incarca preset"
+
+#: audacious/ui_manager.c:467
+#, fuzzy
 msgid "Save default preset"
 msgstr "Salveaza auto-preset"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "Incarca fisiere"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Salveaza preset"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Salveaza/In fisier Wianamp EQF"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Salveaza/In fisier Wianamp EQF"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Sterge preset"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Sterge/Auto-incarca preset"
@@ -1382,6 +1382,11 @@
 msgid "Track Information Popup"
 msgstr "Popup-ul de informatii despre Track"
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Sterge toate intrarile din playlisat"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/ru.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/ru.po	Thu Jan 04 13:56:51 2007 -0800
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: audacious 1.3\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-12-30 22:38+0400\n"
 "Last-Translator: Alexandr Orlov <alxorlov@pochta.ru>\n"
 "Language-Team: none\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Об Audacious"
 
@@ -467,8 +467,8 @@
 msgid "mono"
 msgstr "моно"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Перескочить на время"
 
@@ -856,21 +856,21 @@
 msgstr "Сохраняет выбранный список в список по-умолчанию."
 
 #: audacious/ui_manager.c:234
+msgid "Refresh List"
+msgstr "Обновить список"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr "Обновляет данные для каждого списка воспроизведения."
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr "Управление списками"
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 msgid "Opens the playlist manager."
 msgstr "Открывает окно управления списками."
 
-#: audacious/ui_manager.c:238
-msgid "Refresh List"
-msgstr "Обновить список"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr "Обновляет данные для каждого списка воспроизведения."
-
 #: audacious/ui_manager.c:249
 msgid "Add CD..."
 msgstr "Добавить CD..."
@@ -1070,189 +1070,189 @@
 msgid "Sort Selected"
 msgstr "Сортировать выбранные"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 msgid "View Track Details"
 msgstr "Информация о записи"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "Информация о записи"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/Воспроизвести файл"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Загружать информацию о песнях из файлов и списков воспроизведения"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "/Открыть адрес"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Настройки"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Окно настроек"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Выход"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Об Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/Поставить метку A-B"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Убрать метки A-B"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Перейти на первую песню в списке"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Перескочить на файл"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 msgid "Queue Toggle"
 msgstr "В очередь"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr "Добавляет/исключает элемент списка из очереди."
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "Загрузить"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr "Импортировать"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "Сохранить"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 msgid "Delete"
 msgstr "Удалить"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
-msgid "Preset"
-msgstr "Предустановку"
-
-#: audacious/ui_manager.c:437
-msgid "Load preset"
-msgstr "Загрузка предустановки"
-
 #: audacious/ui_manager.c:439 audacious/ui_manager.c:460
 #: audacious/ui_manager.c:475
-msgid "Auto-load preset"
-msgstr "Автозагружаемую предустановку"
+msgid "Preset"
+msgstr "Предустановку"
 
 #: audacious/ui_manager.c:440
-msgid "Load auto-load preset"
-msgstr "Загрузить aвтозагружаемую предустановку"
+msgid "Load preset"
+msgstr "Загрузка предустановки"
 
 #: audacious/ui_manager.c:442 audacious/ui_manager.c:463
-msgid "Default"
-msgstr "По-умолчанию"
+#: audacious/ui_manager.c:478
+msgid "Auto-load preset"
+msgstr "Автозагружаемую предустановку"
 
 #: audacious/ui_manager.c:443
+msgid "Load auto-load preset"
+msgstr "Загрузить aвтозагружаемую предустановку"
+
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
+msgid "Default"
+msgstr "По-умолчанию"
+
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr "Загрузить стандартную предустановку в эквалайзер"
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 msgid "Zero"
 msgstr "Обнулить"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 msgid "Set equalizer preset levels to zero"
 msgstr "Установить все уровни на ноль"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 msgid "From file"
 msgstr "Из файла"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 msgid "Load preset from file"
 msgstr "Загрузить предустановку из файла"
 
-#: audacious/ui_manager.c:451
-msgid "From WinAMP EQF file"
-msgstr "Из файла WinAMP EQF"
-
-#: audacious/ui_manager.c:452
-msgid "Load preset from WinAMP EQF file"
-msgstr "Загрузить предустановку из файла WinAMP EQF"
-
 #: audacious/ui_manager.c:454
+msgid "From WinAMP EQF file"
+msgstr "Из файла WinAMP EQF"
+
+#: audacious/ui_manager.c:455
+msgid "Load preset from WinAMP EQF file"
+msgstr "Загрузить предустановку из файла WinAMP EQF"
+
+#: audacious/ui_manager.c:457
 msgid "WinAMP Presets"
 msgstr "Предустановки из WinAMP"
 
-#: audacious/ui_manager.c:455
-msgid "Import WinAMP presets"
-msgstr "Импортировать предустановки из WinAMP"
-
 #: audacious/ui_manager.c:458
-msgid "Save preset"
-msgstr "Сохранить предустановку"
+msgid "Import WinAMP presets"
+msgstr "Импортировать предустановки из WinAMP"
 
 #: audacious/ui_manager.c:461
+msgid "Save preset"
+msgstr "Сохранить предустановку"
+
+#: audacious/ui_manager.c:464
 msgid "Save auto-load preset"
 msgstr "Сохранить автозагружаемую предустановку"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 msgid "Save default preset"
 msgstr "Сохранить предустановку по-умолчанию"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr "В файл"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 msgid "Save preset to file"
 msgstr "Сохранить предустановку в файл"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr "В файл WinAMP EQF"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 msgid "Save preset to WinAMP EQF file"
 msgstr "Сохранить в файл WinAMP EQF"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Удалить предустановку"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 msgid "Delete auto-load preset"
 msgstr "Удалить автозагружаемую предустановку"
 
@@ -1359,6 +1359,10 @@
 msgid "Track Information Popup"
 msgstr "Всплывающее информационное окно"
 
+#: audacious/ui_playlist.c:495
+msgid "Search entries in active playlist"
+msgstr "Поиск элементов в текущем списке"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
@@ -2261,6 +2265,3 @@
 
 #~ msgid "Displays track information."
 #~ msgstr "Показывает информацию о записи."
-
-#~ msgid "Search entries in active playlist"
-#~ msgstr "Поиск элементов в текущем списке"
--- a/po/sk.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/sk.po	Thu Jan 04 13:56:51 2007 -0800
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: sk\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2004-09-03 09:32+0800\n"
 "Last-Translator: Pavel Kanzelsberger <kanzels@zmail.sk>\n"
 "Language-Team: Slovak <kanzels@zmail.sk>\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "O MPEG Audio plugine"
@@ -483,8 +483,8 @@
 msgid "mono"
 msgstr "Mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Preskočiť na Čas"
 
@@ -885,23 +885,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/Obnovovací režim"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Nevyčistiť playlist"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/Obnovovací režim"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1133,211 +1133,211 @@
 msgid "Sort Selected"
 msgstr "/Triediť výber"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Zobraziť detaily skladby"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Zobraziť detaily skladby"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "Prehrávať súbory"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Načítať metadáta z playlistov a súborov"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "Umiestnenie:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Nastavenia"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Okno Nastavení"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Koniec"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "O MPEG Audio plugine"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "Vybrať všetky"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Vyčistiť zoznam"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Skočiť na začiatok playlistu"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Preskočiť na súbor"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Prepínač rady"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Otvoriť"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importovať"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Uložiť"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Vymazať"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Preset"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Otvoriť preset"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Otvoriť/Automaticky otvoriť preset"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Otvoriť/Automaticky otvoriť preset"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Štandardný"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Retro"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Uložiť preset ekvalizéru"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Otvoriť/Zo súboru"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Otvoriť preset"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Otvoriť/Z WinAMP EQF súboru"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Otvoriť/Z WinAMP EQF súboru"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Importovať/WinAMP Presety"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importovať/WinAMP Presety"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Uložiť preset"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Uložiť/Auto otvárací preset"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Uložiť auto-preset"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Otvoriť/Zo súboru"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Uložiť preset"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Uložiť/Do WinAMP EQF súboru"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Uložiť/Do WinAMP EQF súboru"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Vymazať preset"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Vymazať/Auto otvárací preset"
@@ -1446,6 +1446,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Zobrazovať čísla skladieb v playliste"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/sr.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/sr.po	Thu Jan 04 13:56:51 2007 -0800
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: sr\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2007-01-03 22:34+0100\n"
 "Last-Translator: Strahinja  Kustudić <kustodian@gmail.com>\n"
 "Language-Team: Serbian Cyrillic <kustodian@gmail.com>\n"
@@ -17,7 +17,7 @@
 "X-Generator: KBabel 1.11.4\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "O Аудациоус-u"
 
@@ -465,8 +465,8 @@
 msgid "mono"
 msgstr "моно"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Пређи на време"
 
@@ -854,21 +854,21 @@
 msgstr "Сачувај изабрану листу нумера у подразумевану локацију."
 
 #: audacious/ui_manager.c:234
+msgid "Refresh List"
+msgstr "Освежи листу"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr "Освежава мета-податке придружене ставки листе нурма."
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr "Менаџер листе"
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 msgid "Opens the playlist manager."
 msgstr "Отвара менаџер листе."
 
-#: audacious/ui_manager.c:238
-msgid "Refresh List"
-msgstr "Освежи листу"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr "Освежава мета-податке придружене ставки листе нурма."
-
 #: audacious/ui_manager.c:249
 msgid "Add CD..."
 msgstr "Додај CD..."
@@ -1067,189 +1067,189 @@
 msgid "Sort Selected"
 msgstr "Сортирај означене"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 msgid "View Track Details"
 msgstr "Прикажи детаље нумере"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "Прикажи детаље нумере"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/Пусти датотеку"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Учитај мета-податке из листа нумера и датотека"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "/Пусти локацију"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Поставке"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Прозор поставки"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Изађи"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "O Аудациоус-u"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/Постави А-Б"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Обриши А-Б"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Пређи на почетак листе нумера"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Пређи на датотеку"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 msgid "Queue Toggle"
 msgstr "У ред/из реда"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr "Укључује/искључује ставке у/из ред(а) листе нумера."
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "Учитати"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr "Увести"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "Сачувати"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 msgid "Delete"
 msgstr "Избрисати"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
-msgid "Preset"
-msgstr "Претподешавање"
-
-#: audacious/ui_manager.c:437
-msgid "Load preset"
-msgstr "Учитати претподешавање"
-
 #: audacious/ui_manager.c:439 audacious/ui_manager.c:460
 #: audacious/ui_manager.c:475
-msgid "Auto-load preset"
-msgstr "Aуто-учитана претподешавања"
+msgid "Preset"
+msgstr "Претподешавање"
 
 #: audacious/ui_manager.c:440
-msgid "Load auto-load preset"
-msgstr "Учитати Ауто-учитана претподешавања"
+msgid "Load preset"
+msgstr "Учитати претподешавање"
 
 #: audacious/ui_manager.c:442 audacious/ui_manager.c:463
-msgid "Default"
-msgstr "Подразумеванo"
+#: audacious/ui_manager.c:478
+msgid "Auto-load preset"
+msgstr "Aуто-учитана претподешавања"
 
 #: audacious/ui_manager.c:443
+msgid "Load auto-load preset"
+msgstr "Учитати Ауто-учитана претподешавања"
+
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
+msgid "Default"
+msgstr "Подразумеванo"
+
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr "Учитати подразумевано претподешавање у еквилајзер"
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 msgid "Zero"
 msgstr "Нула"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 msgid "Set equalizer preset levels to zero"
 msgstr "Поставити нивое еквилајзера на нулу"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 msgid "From file"
 msgstr "Из датотеке"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 msgid "Load preset from file"
 msgstr "Учитати претподешавање из датотеке"
 
-#: audacious/ui_manager.c:451
-msgid "From WinAMP EQF file"
-msgstr "Из WinAMP EQF датотеке"
-
-#: audacious/ui_manager.c:452
-msgid "Load preset from WinAMP EQF file"
-msgstr "Учитати претподешавање из WinAMP EQF датотеке"
-
 #: audacious/ui_manager.c:454
+msgid "From WinAMP EQF file"
+msgstr "Из WinAMP EQF датотеке"
+
+#: audacious/ui_manager.c:455
+msgid "Load preset from WinAMP EQF file"
+msgstr "Учитати претподешавање из WinAMP EQF датотеке"
+
+#: audacious/ui_manager.c:457
 msgid "WinAMP Presets"
 msgstr "WinAMP претподешавања"
 
-#: audacious/ui_manager.c:455
-msgid "Import WinAMP presets"
-msgstr "Увести WinAMP претподешавања"
-
 #: audacious/ui_manager.c:458
-msgid "Save preset"
-msgstr "Сачувати претподешавање"
+msgid "Import WinAMP presets"
+msgstr "Увести WinAMP претподешавања"
 
 #: audacious/ui_manager.c:461
+msgid "Save preset"
+msgstr "Сачувати претподешавање"
+
+#: audacious/ui_manager.c:464
 msgid "Save auto-load preset"
 msgstr "Сачувати ауто-учитано претподешавање"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 msgid "Save default preset"
 msgstr "Сачувати подразумевано претподешавање"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr "У датотеку"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 msgid "Save preset to file"
 msgstr "Сачувати претподешавање у датотеку"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr "У WinAMP EQF датотеку"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 msgid "Save preset to WinAMP EQF file"
 msgstr "Сачувати претподешавање у WinAMP EQF датотеку"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Избрисати претподешавање"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 msgid "Delete auto-load preset"
 msgstr "Избрисати ауто-учитано претподешавање"
 
@@ -1356,6 +1356,11 @@
 msgid "Track Information Popup"
 msgstr "Искачуће информације о нумери"
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Уклања све ставке из листе нумера."
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/sr@Latn.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/sr@Latn.po	Thu Jan 04 13:56:51 2007 -0800
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: sr@Latn\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2007-01-03 18:00+0100\n"
 "Last-Translator: Strahinja  Kustudić <kustodian@gmail.com>\n"
 "Language-Team: Serbian Latin <kustodian@gmail.com>\n"
@@ -17,7 +17,7 @@
 "X-Generator: KBabel 1.11.4\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "O Audacious-u"
 
@@ -465,8 +465,8 @@
 msgid "mono"
 msgstr "mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Pređi na vreme"
 
@@ -854,21 +854,21 @@
 msgstr "Sačuva izabranu listu numera u podrazumevanu lokaciju."
 
 #: audacious/ui_manager.c:234
+msgid "Refresh List"
+msgstr "Osveži listu"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr "Osvežava meta-podatke pridružene stavki liste numera."
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr "Menađžer liste"
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 msgid "Opens the playlist manager."
 msgstr "Otvara menađžer liste."
 
-#: audacious/ui_manager.c:238
-msgid "Refresh List"
-msgstr "Osveži listu"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr "Osvežava meta-podatke pridružene stavki liste numera."
-
 #: audacious/ui_manager.c:249
 msgid "Add CD..."
 msgstr "Dodaj CD..."
@@ -1068,189 +1068,189 @@
 msgid "Sort Selected"
 msgstr "Sortiraj označene"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 msgid "View Track Details"
 msgstr "Prikaži detalje numere"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "Prikaži detalje numere"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/Pusti datoteku"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Učitaj meta-podatke iz lista numera i datoteka"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "/Pusti lokaciju"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Postavke"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Prozor postavki"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Izađi"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "O Audacious-u"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/Postavi A-B"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Obriši A-B"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Pređi na početak liste numera"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Pređi na datoteku"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 msgid "Queue Toggle"
 msgstr "U red/iz reda"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr "Uključuje/isključuje stavke u/iz red(a) liste numera."
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "Učitati"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr "Uvesti"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "Sačuvati"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 msgid "Delete"
 msgstr "Izbrisati"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
-msgid "Preset"
-msgstr "Pretpodešavanje"
-
-#: audacious/ui_manager.c:437
-msgid "Load preset"
-msgstr "Učitati pretpodešavanje"
-
 #: audacious/ui_manager.c:439 audacious/ui_manager.c:460
 #: audacious/ui_manager.c:475
-msgid "Auto-load preset"
-msgstr "Auto-učitana pretpodešavanja"
+msgid "Preset"
+msgstr "Pretpodešavanje"
 
 #: audacious/ui_manager.c:440
-msgid "Load auto-load preset"
-msgstr "Učitati аuto-učitana pretpodešavanja"
+msgid "Load preset"
+msgstr "Učitati pretpodešavanje"
 
 #: audacious/ui_manager.c:442 audacious/ui_manager.c:463
-msgid "Default"
-msgstr "Podrazumevanо"
+#: audacious/ui_manager.c:478
+msgid "Auto-load preset"
+msgstr "Auto-učitana pretpodešavanja"
 
 #: audacious/ui_manager.c:443
+msgid "Load auto-load preset"
+msgstr "Učitati аuto-učitana pretpodešavanja"
+
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
+msgid "Default"
+msgstr "Podrazumevanо"
+
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr "Učitati podrazumevano pretpodešavawe u ekvilajzer"
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 msgid "Zero"
 msgstr "Nula"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 msgid "Set equalizer preset levels to zero"
 msgstr "Postaviti nivoe ekvilajzera na nulu"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 msgid "From file"
 msgstr "Iz datoteke"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 msgid "Load preset from file"
 msgstr "Učitati pretpodešavanje iz datoteke"
 
-#: audacious/ui_manager.c:451
-msgid "From WinAMP EQF file"
-msgstr "Iz WinAMP EQF datoteke"
-
-#: audacious/ui_manager.c:452
-msgid "Load preset from WinAMP EQF file"
-msgstr "Učitati pretpodešavawe iz WinAMP EQF datoteke"
-
 #: audacious/ui_manager.c:454
+msgid "From WinAMP EQF file"
+msgstr "Iz WinAMP EQF datoteke"
+
+#: audacious/ui_manager.c:455
+msgid "Load preset from WinAMP EQF file"
+msgstr "Učitati pretpodešavawe iz WinAMP EQF datoteke"
+
+#: audacious/ui_manager.c:457
 msgid "WinAMP Presets"
 msgstr "WinAMP pretpodešavanja"
 
-#: audacious/ui_manager.c:455
-msgid "Import WinAMP presets"
-msgstr "Uvesti WinAMP pretpodešavanja"
-
 #: audacious/ui_manager.c:458
-msgid "Save preset"
-msgstr "Sačuvati pretpodešavanje"
+msgid "Import WinAMP presets"
+msgstr "Uvesti WinAMP pretpodešavanja"
 
 #: audacious/ui_manager.c:461
+msgid "Save preset"
+msgstr "Sačuvati pretpodešavanje"
+
+#: audacious/ui_manager.c:464
 msgid "Save auto-load preset"
 msgstr "Sačuvati auto-učitano pretpodešavanje"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 msgid "Save default preset"
 msgstr "Sačuvati podrazumevano pretpodešavanje"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr "U datoteku"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 msgid "Save preset to file"
 msgstr "Sačuvati pretpodešavanje u datoteku"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr "U WinAMP EQF datoteku"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 msgid "Save preset to WinAMP EQF file"
 msgstr "Sačuvati pretpodešavanje u WinAMP EQF datoteku"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Izbrisati pretpodešavanje"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 msgid "Delete auto-load preset"
 msgstr "Izbrisati auto-učitano pretpodešavanje"
 
@@ -1357,6 +1357,11 @@
 msgid "Track Information Popup"
 msgstr "Iskačuće informacije o numeri"
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Uklanja sve stavke iz liste numera."
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/sv.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/sv.po	Thu Jan 04 13:56:51 2007 -0800
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: bmp 0.9.7\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2004-02-29 02:46+0100\n"
 "Last-Translator: Martin Persenius <martin@persenius.net>\n"
 "Language-Team: Sweden\n"
@@ -19,7 +19,7 @@
 "Plural-Forms: nplurals=2; plural=n>1;\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 #, fuzzy
 msgid "About Audacious"
 msgstr "Om MPEG-ljudinsticksmodulen"
@@ -476,8 +476,8 @@
 msgid "mono"
 msgstr "Mono"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 #, fuzzy
 msgid "Jump to Time"
 msgstr "/Hoppa till tiden"
@@ -878,23 +878,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/Uppdateringsfrekvens"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Rensa inte spellistan"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/Uppdateringsfrekvens"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1127,209 +1127,209 @@
 msgid "Sort Selected"
 msgstr "/Sortera valda"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Visa spårdetaljer"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Visa spårdetaljer"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "bmp: Spela filer"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "Använd metadata i spellistor"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "Plats:"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Inställningar"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "/Inställningar"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Avsluta"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Om MPEG-ljudinsticksmodulen"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 msgid "Set A-B"
 msgstr ""
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Rensa kön"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Hoppa till spellistans start"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Hoppa till fil"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Kö-växel"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "laddning"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Importera"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Spara"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 msgid "Delete"
 msgstr "Radera"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 #, fuzzy
 msgid "Preset"
 msgstr "Förinställningar"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Ladda inställningar"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Spara/ladda automatiskt inställning"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Ladda/Ladda automatiskt inställning"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Förinställt"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Retro"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Spara qualizer-inställningar"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Ladda/från fil"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Ladda inställningar"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Ladda/från WinAMP EQF-fil"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Ladda/från WinAMP EQF-fil"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Importera/WinAMP-inställningar"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Importera/WinAMP-inställningar"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Spara inställningar"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Spara/ladda automatiskt inställning"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Spara automatisk inställning"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Spara/till fil"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Spara inställningar"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "Sauver/dans un fichier EQF de Winamp"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "Sauver/dans un fichier EQF de Winamp"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Radera förinställningar"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Radera/automatiskt laddat preset"
@@ -1449,6 +1449,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Visa nummer i spellistan"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/uk.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/uk.po	Thu Jan 04 13:56:51 2007 -0800
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: bmp 0.9.7\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2005-12-17 11:01+0400\n"
 "Last-Translator: Mykola Lynnyk<pydefiner@gmail.com>\n"
 "Language-Team: Ukrainian <linux@linux.org.ua>\n"
@@ -17,7 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "Про Audacious"
 
@@ -478,8 +478,8 @@
 msgid "mono"
 msgstr "Моно"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "Перейти до часу"
 
@@ -881,23 +881,23 @@
 msgstr ""
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/Частота поновлення"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "Не очищати список програвання"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/Частота поновлення"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1129,212 +1129,212 @@
 msgid "Sort Selected"
 msgstr "/Сортувати вибране"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/Інформація про пісню"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/Інформація про пісню"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/Програвати файли"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr ""
 "Завантажувати інформацію про пісні з музичних файлів і списків програвання"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "/Програвати знаходження"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/Налаштування"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "Вікно налаштувань"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/_Вийти"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "Про Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "Вибрати все"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/Очистити чергу"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/Перейти до першої пісні у списку"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/Перейти до файлу"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/Поставити пісню в чергу"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/Завантажити"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/Імпорт"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/Зберегти"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/Стерти"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "Попередня установка"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "Завантажити установки"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/Завантажити/Автоматичні установки"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/Завантажити/Автоматичні установки"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 msgid "Default"
 msgstr "Основна"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "Ретро"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "Зберегти установки еквалайзера"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/Завантажити/З файлу"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "Завантажити установки"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/Завантажити/З файлу EQF WinAMP"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/Завантажити/З файлу EQF WinAMP"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/Імпорт/Установки WinAMP"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/Імпорт/Установки WinAMP"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "Зберегти установки"
 
-#: audacious/ui_manager.c:461
+#: audacious/ui_manager.c:464
 #, fuzzy
 msgid "Save auto-load preset"
 msgstr "/Зберегти/Автоматичні установки"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 #, fuzzy
 msgid "Save default preset"
 msgstr "Зберегти автоматичні установки"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "/Завантажити/З файлу"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "Зберегти установки"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/Зберегти/В файл EQF WinAMP"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/Зберегти/В файл EQF WinAMP"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "Стерти установки"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/Стерти/Автоматичні установки"
@@ -1443,6 +1443,11 @@
 msgid "Track Information Popup"
 msgstr ""
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "Показувати номери пісень у списку програвання"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/zh_CN.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/zh_CN.po	Thu Jan 04 13:56:51 2007 -0800
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: Audacious\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2006-12-05 11:20+0700\n"
 "Last-Translator: Yang Zhang <zyangmath@gmail.com>\n"
 "Language-Team: Chinese/Simplified\n"
@@ -11,7 +11,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "关于 Audacious"
 
@@ -465,8 +465,8 @@
 msgid "mono"
 msgstr "单声道"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "跳到特定时间"
 
@@ -861,23 +861,23 @@
 msgstr "使用 XMMS 样式的文件选择器"
 
 #: audacious/ui_manager.c:234
+#, fuzzy
+msgid "Refresh List"
+msgstr "/刷新皮肤列表"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr ""
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr ""
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 #, fuzzy
 msgid "Opens the playlist manager."
 msgstr "不要清除播放列表"
 
-#: audacious/ui_manager.c:238
-#, fuzzy
-msgid "Refresh List"
-msgstr "/刷新皮肤列表"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr ""
-
 #: audacious/ui_manager.c:249
 #, fuzzy
 msgid "Add CD..."
@@ -1109,212 +1109,212 @@
 msgid "Sort Selected"
 msgstr "/排序选择"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 #, fuzzy
 msgid "View Track Details"
 msgstr "/查看音轨信息"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "/查看音轨信息"
 
-#: audacious/ui_manager.c:396
-#, fuzzy
-msgid "Play File"
-msgstr "/播放文件"
-
-#: audacious/ui_manager.c:397
-#, fuzzy
-msgid "Load and play a file"
-msgstr "使用播放列表中的元数据"
-
 #: audacious/ui_manager.c:399
 #, fuzzy
-msgid "Play Location"
-msgstr "/播放位置"
+msgid "Play File"
+msgstr "/播放文件"
 
 #: audacious/ui_manager.c:400
+#, fuzzy
+msgid "Load and play a file"
+msgstr "使用播放列表中的元数据"
+
+#: audacious/ui_manager.c:402
+#, fuzzy
+msgid "Play Location"
+msgstr "/播放位置"
+
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/首选项"
 
-#: audacious/ui_manager.c:403
-#, fuzzy
-msgid "Open preferences window"
-msgstr "首选项"
-
-#: audacious/ui_manager.c:405
-#, fuzzy
-msgid "_Quit"
-msgstr "/退出(_Q)"
-
 #: audacious/ui_manager.c:406
 #, fuzzy
+msgid "Open preferences window"
+msgstr "首选项"
+
+#: audacious/ui_manager.c:408
+#, fuzzy
+msgid "_Quit"
+msgstr "/退出(_Q)"
+
+#: audacious/ui_manager.c:409
+#, fuzzy
 msgid "Quit Audacious"
 msgstr "关于 Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
-#, fuzzy
-msgid "Set A-B"
-msgstr "/设置 A-B"
-
 #: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
-msgid "Clear A-B"
-msgstr "/清除 A-B"
+msgid "Set A-B"
+msgstr "/设置 A-B"
 
 #: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
+msgid "Clear A-B"
+msgstr "/清除 A-B"
+
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/跳到列表最前"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/跳到文件"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 #, fuzzy
 msgid "Queue Toggle"
 msgstr "/排队切换"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr ""
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 #, fuzzy
 msgid "Load"
 msgstr "/装入"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 #, fuzzy
 msgid "Import"
 msgstr "/导入"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 #, fuzzy
 msgid "Save"
 msgstr "/保存"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 #, fuzzy
 msgid "Delete"
 msgstr "/删除"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
+#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
+#: audacious/ui_manager.c:475
 msgid "Preset"
 msgstr "预设"
 
-#: audacious/ui_manager.c:437
+#: audacious/ui_manager.c:440
 msgid "Load preset"
 msgstr "读取预设"
 
-#: audacious/ui_manager.c:439 audacious/ui_manager.c:460
-#: audacious/ui_manager.c:475
+#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:478
 #, fuzzy
 msgid "Auto-load preset"
 msgstr "/装入/自动装入预设"
 
-#: audacious/ui_manager.c:440
+#: audacious/ui_manager.c:443
 #, fuzzy
 msgid "Load auto-load preset"
 msgstr "/装入/自动装入预设"
 
-#: audacious/ui_manager.c:442 audacious/ui_manager.c:463
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
 #, fuzzy
 msgid "Default"
 msgstr "默认皮肤:"
 
-#: audacious/ui_manager.c:443
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr ""
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 #, fuzzy
 msgid "Zero"
 msgstr "立体声"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 #, fuzzy
 msgid "Set equalizer preset levels to zero"
 msgstr "保存均衡器预设"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 #, fuzzy
 msgid "From file"
 msgstr "/装入/从文件"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 #, fuzzy
 msgid "Load preset from file"
 msgstr "读取预设"
 
-#: audacious/ui_manager.c:451
+#: audacious/ui_manager.c:454
 #, fuzzy
 msgid "From WinAMP EQF file"
 msgstr "/装入/从 WinAMP EQF 文件"
 
-#: audacious/ui_manager.c:452
+#: audacious/ui_manager.c:455
 #, fuzzy
 msgid "Load preset from WinAMP EQF file"
 msgstr "/装入/从 WinAMP EQF 文件"
 
-#: audacious/ui_manager.c:454
+#: audacious/ui_manager.c:457
 #, fuzzy
 msgid "WinAMP Presets"
 msgstr "/导入/WinAMP 预设"
 
-#: audacious/ui_manager.c:455
+#: audacious/ui_manager.c:458
 #, fuzzy
 msgid "Import WinAMP presets"
 msgstr "/导入/WinAMP 预设"
 
-#: audacious/ui_manager.c:458
+#: audacious/ui_manager.c:461
 msgid "Save preset"
 msgstr "保存预设"
 
-#: audacious/ui_manager.c:461
-#, fuzzy
-msgid "Save auto-load preset"
-msgstr "/保存/自动读取预设"
-
 #: audacious/ui_manager.c:464
 #, fuzzy
+msgid "Save auto-load preset"
+msgstr "/保存/自动读取预设"
+
+#: audacious/ui_manager.c:467
+#, fuzzy
 msgid "Save default preset"
 msgstr "保存自动预设"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 #, fuzzy
 msgid "To file"
 msgstr "装入文件"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 #, fuzzy
 msgid "Save preset to file"
 msgstr "保存预设"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 #, fuzzy
 msgid "To WinAMP EQF file"
 msgstr "/保存/到 WinAMP EQF 文件"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 #, fuzzy
 msgid "Save preset to WinAMP EQF file"
 msgstr "/保存/到 WinAMP EQF 文件"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "删除预设"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 #, fuzzy
 msgid "Delete auto-load preset"
 msgstr "/删除/自动读取预设"
@@ -1422,6 +1422,11 @@
 msgid "Track Information Popup"
 msgstr "音轨信息(弹出)"
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "在播放列表中显示分隔符"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "
--- a/po/zh_TW.po	Thu Jan 04 08:46:19 2007 -0800
+++ b/po/zh_TW.po	Thu Jan 04 13:56:51 2007 -0800
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: Audacious VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n"
-"POT-Creation-Date: 2007-01-04 09:46-0600\n"
+"POT-Creation-Date: 2007-01-04 15:53-0600\n"
 "PO-Revision-Date: 2007-01-01 15:32+0800\n"
 "Last-Translator: Cheng-Wei Chien <e.cwchien@gmail.com>\n"
 "Language-Team: Cheng-Wei Chien <e.cwchien@gmail.com>\n"
@@ -19,7 +19,7 @@
 "X-Poedit-SourceCharset: utf-8\n"
 
 #: audacious/ui_about.c:123 audacious/ui_credits.c:323
-#: audacious/ui_manager.c:393 audacious/ui_manager.c:394
+#: audacious/ui_manager.c:396 audacious/ui_manager.c:397
 msgid "About Audacious"
 msgstr "關於 Audacious"
 
@@ -471,8 +471,8 @@
 msgid "mono"
 msgstr "單聲道"
 
-#: audacious/ui_main.c:1387 audacious/ui_manager.c:420
-#: audacious/ui_manager.c:421
+#: audacious/ui_main.c:1387 audacious/ui_manager.c:423
+#: audacious/ui_manager.c:424
 msgid "Jump to Time"
 msgstr "跳至時刻"
 
@@ -864,21 +864,21 @@
 msgstr "將所選播放清單存至預設位置。"
 
 #: audacious/ui_manager.c:234
+msgid "Refresh List"
+msgstr "重新整理清單"
+
+#: audacious/ui_manager.c:235
+msgid "Refreshes metadata associated with a playlist entry."
+msgstr "重新整理和清單項目相關聯的資訊"
+
+#: audacious/ui_manager.c:238
 msgid "List Manager"
 msgstr "播放清單管理員"
 
-#: audacious/ui_manager.c:235
+#: audacious/ui_manager.c:239
 msgid "Opens the playlist manager."
 msgstr "開啟播放清單管理員。"
 
-#: audacious/ui_manager.c:238
-msgid "Refresh List"
-msgstr "重新整理清單"
-
-#: audacious/ui_manager.c:239
-msgid "Refreshes metadata associated with a playlist entry."
-msgstr "重新整理和清單項目相關聯的資訊"
-
 #: audacious/ui_manager.c:249
 msgid "Add CD..."
 msgstr "加入 CD..."
@@ -1076,189 +1076,189 @@
 msgid "Sort Selected"
 msgstr "排序選取的項目"
 
-#: audacious/ui_manager.c:390
+#: audacious/ui_manager.c:390 audacious/ui_manager.c:393
 msgid "View Track Details"
 msgstr "檢視音軌細節"
 
-#: audacious/ui_manager.c:391
+#: audacious/ui_manager.c:391 audacious/ui_manager.c:394
 #, fuzzy
 msgid "View track details"
 msgstr "檢視音軌細節"
 
-#: audacious/ui_manager.c:396
+#: audacious/ui_manager.c:399
 #, fuzzy
 msgid "Play File"
 msgstr "/播放檔案"
 
-#: audacious/ui_manager.c:397
+#: audacious/ui_manager.c:400
 #, fuzzy
 msgid "Load and play a file"
 msgstr "從播放清單與檔案載入歌曲資訊"
 
-#: audacious/ui_manager.c:399
+#: audacious/ui_manager.c:402
 #, fuzzy
 msgid "Play Location"
 msgstr "/播放位置"
 
-#: audacious/ui_manager.c:400
+#: audacious/ui_manager.c:403
 msgid "Play media from the selected location"
 msgstr ""
 
-#: audacious/ui_manager.c:402
+#: audacious/ui_manager.c:405
 #, fuzzy
 msgid "Preferences"
 msgstr "/偏好設定"
 
-#: audacious/ui_manager.c:403
+#: audacious/ui_manager.c:406
 #, fuzzy
 msgid "Open preferences window"
 msgstr "偏好設定視窗"
 
-#: audacious/ui_manager.c:405
+#: audacious/ui_manager.c:408
 #, fuzzy
 msgid "_Quit"
 msgstr "/結束 (_Q)"
 
-#: audacious/ui_manager.c:406
+#: audacious/ui_manager.c:409
 #, fuzzy
 msgid "Quit Audacious"
 msgstr "關於 Audacious"
 
-#: audacious/ui_manager.c:408 audacious/ui_manager.c:409
+#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
 #, fuzzy
 msgid "Set A-B"
 msgstr "/設定播放區段"
 
-#: audacious/ui_manager.c:411 audacious/ui_manager.c:412
+#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
 #, fuzzy
 msgid "Clear A-B"
 msgstr "/清除播放區段"
 
-#: audacious/ui_manager.c:414 audacious/ui_manager.c:415
+#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
 #, fuzzy
 msgid "Jump to Playlist Start"
 msgstr "/跳至播放清單開頭"
 
-#: audacious/ui_manager.c:417 audacious/ui_manager.c:418
+#: audacious/ui_manager.c:420 audacious/ui_manager.c:421
 #, fuzzy
 msgid "Jump to File"
 msgstr "/跳至檔案"
 
-#: audacious/ui_manager.c:423
+#: audacious/ui_manager.c:426
 msgid "Queue Toggle"
 msgstr "佇列切換"
 
-#: audacious/ui_manager.c:424
+#: audacious/ui_manager.c:427
 msgid "Enables/disables the entry in the playlist's queue."
 msgstr "啟用/停用清單佇列中的項目。"
 
-#: audacious/ui_manager.c:431
+#: audacious/ui_manager.c:434
 msgid "Load"
 msgstr "載入"
 
-#: audacious/ui_manager.c:432
+#: audacious/ui_manager.c:435
 msgid "Import"
 msgstr "匯入"
 
-#: audacious/ui_manager.c:433
+#: audacious/ui_manager.c:436
 msgid "Save"
 msgstr "儲存"
 
-#: audacious/ui_manager.c:434
+#: audacious/ui_manager.c:437
 msgid "Delete"
 msgstr "刪除"
 
-#: audacious/ui_manager.c:436 audacious/ui_manager.c:457
-#: audacious/ui_manager.c:472
-msgid "Preset"
-msgstr "設定組合"
-
-#: audacious/ui_manager.c:437
-msgid "Load preset"
-msgstr "載入設定組合"
-
 #: audacious/ui_manager.c:439 audacious/ui_manager.c:460
 #: audacious/ui_manager.c:475
-msgid "Auto-load preset"
-msgstr "自動載入設定組合"
+msgid "Preset"
+msgstr "設定組合"
 
 #: audacious/ui_manager.c:440
-msgid "Load auto-load preset"
-msgstr "載入自動設定組合"
+msgid "Load preset"
+msgstr "載入設定組合"
 
 #: audacious/ui_manager.c:442 audacious/ui_manager.c:463
-msgid "Default"
-msgstr "預設的設定組合"
+#: audacious/ui_manager.c:478
+msgid "Auto-load preset"
+msgstr "自動載入設定組合"
 
 #: audacious/ui_manager.c:443
+msgid "Load auto-load preset"
+msgstr "載入自動設定組合"
+
+#: audacious/ui_manager.c:445 audacious/ui_manager.c:466
+msgid "Default"
+msgstr "預設的設定組合"
+
+#: audacious/ui_manager.c:446
 msgid "Load default preset into equalizer"
 msgstr "載入預設的設定組合至等化器"
 
-#: audacious/ui_manager.c:445
+#: audacious/ui_manager.c:448
 msgid "Zero"
 msgstr "零值"
 
-#: audacious/ui_manager.c:446
+#: audacious/ui_manager.c:449
 msgid "Set equalizer preset levels to zero"
 msgstr "將等化器設定組合設定為零值"
 
-#: audacious/ui_manager.c:448
+#: audacious/ui_manager.c:451
 msgid "From file"
 msgstr "從檔案"
 
-#: audacious/ui_manager.c:449
+#: audacious/ui_manager.c:452
 msgid "Load preset from file"
 msgstr "從檔案載入設定組合"
 
-#: audacious/ui_manager.c:451
-msgid "From WinAMP EQF file"
-msgstr "從 WinAMP EQF 檔案"
-
-#: audacious/ui_manager.c:452
-msgid "Load preset from WinAMP EQF file"
-msgstr "從 WinAMP EQF 檔案載入設定組合"
-
 #: audacious/ui_manager.c:454
+msgid "From WinAMP EQF file"
+msgstr "從 WinAMP EQF 檔案"
+
+#: audacious/ui_manager.c:455
+msgid "Load preset from WinAMP EQF file"
+msgstr "從 WinAMP EQF 檔案載入設定組合"
+
+#: audacious/ui_manager.c:457
 msgid "WinAMP Presets"
 msgstr "WinAMP 設定組合"
 
-#: audacious/ui_manager.c:455
-msgid "Import WinAMP presets"
-msgstr "匯入 WinAMP 設定組合"
-
 #: audacious/ui_manager.c:458
-msgid "Save preset"
-msgstr "儲存設定組合"
+msgid "Import WinAMP presets"
+msgstr "匯入 WinAMP 設定組合"
 
 #: audacious/ui_manager.c:461
+msgid "Save preset"
+msgstr "儲存設定組合"
+
+#: audacious/ui_manager.c:464
 msgid "Save auto-load preset"
 msgstr "儲存自動載入設定組合"
 
-#: audacious/ui_manager.c:464
+#: audacious/ui_manager.c:467
 msgid "Save default preset"
 msgstr "存為預設的設定組合"
 
-#: audacious/ui_manager.c:466
+#: audacious/ui_manager.c:469
 msgid "To file"
 msgstr "至檔案"
 
-#: audacious/ui_manager.c:467
+#: audacious/ui_manager.c:470
 msgid "Save preset to file"
 msgstr "儲存設定組合至檔案"
 
-#: audacious/ui_manager.c:469
+#: audacious/ui_manager.c:472
 msgid "To WinAMP EQF file"
 msgstr "至 WinAMP EQF 檔案"
 
-#: audacious/ui_manager.c:470
+#: audacious/ui_manager.c:473
 msgid "Save preset to WinAMP EQF file"
 msgstr "儲存設定組合至 WinAMP EQF 檔案"
 
-#: audacious/ui_manager.c:473
+#: audacious/ui_manager.c:476
 msgid "Delete preset"
 msgstr "刪除設定組合"
 
-#: audacious/ui_manager.c:476
+#: audacious/ui_manager.c:479
 msgid "Delete auto-load preset"
 msgstr "刪除自動載入設定組合"
 
@@ -1365,6 +1365,11 @@
 msgid "Track Information Popup"
 msgstr "音軌資訊彈出訊息"
 
+#: audacious/ui_playlist.c:495
+#, fuzzy
+msgid "Search entries in active playlist"
+msgstr "移除全部的清單項目。"
+
 #: audacious/ui_playlist.c:501
 msgid ""
 "Select entries in playlist by filling one or more fields. Fields use regular "