From c2e9bee463f816ed819ade02933e0e78f1b10734 Mon Sep 17 00:00:00 2001 From: Andrea Decorte Date: Sun, 22 May 2011 21:15:11 +0000 Subject: [PATCH] Add an option to customize OSD message on song change --- src/translations/ar.po | 48 +++++++ src/translations/be.po | 48 +++++++ src/translations/bg.po | 48 +++++++ src/translations/br.po | 48 +++++++ src/translations/bs.po | 48 +++++++ src/translations/ca.po | 48 +++++++ src/translations/cs.po | 54 +++++++- src/translations/cy.po | 48 +++++++ src/translations/da.po | 54 +++++++- src/translations/de.po | 54 +++++++- src/translations/el.po | 54 +++++++- src/translations/en.po | 48 +++++++ src/translations/en_CA.po | 48 +++++++ src/translations/en_GB.po | 54 +++++++- src/translations/eo.po | 48 +++++++ src/translations/es.po | 54 +++++++- src/translations/et.po | 48 +++++++ src/translations/eu.po | 48 +++++++ src/translations/fi.po | 48 +++++++ src/translations/fr.po | 54 +++++++- src/translations/gl.po | 48 +++++++ src/translations/he.po | 48 +++++++ src/translations/hi.po | 48 +++++++ src/translations/hr.po | 48 +++++++ src/translations/hu.po | 48 +++++++ src/translations/hy.po | 48 +++++++ src/translations/is.po | 48 +++++++ src/translations/it.po | 54 +++++++- src/translations/ja.po | 48 +++++++ src/translations/kk.po | 48 +++++++ src/translations/lt.po | 48 +++++++ src/translations/lv.po | 48 +++++++ src/translations/ms.po | 48 +++++++ src/translations/nb.po | 54 +++++++- src/translations/nl.po | 48 +++++++ src/translations/oc.po | 54 +++++++- src/translations/pa.po | 48 +++++++ src/translations/pl.po | 54 +++++++- src/translations/pt.po | 54 +++++++- src/translations/pt_BR.po | 48 +++++++ src/translations/ro.po | 54 +++++++- src/translations/ru.po | 54 +++++++- src/translations/sk.po | 54 +++++++- src/translations/sl.po | 48 +++++++ src/translations/sr.po | 48 +++++++ src/translations/sv.po | 54 +++++++- src/translations/tr.po | 48 +++++++ src/translations/translations.pot | 48 +++++++ src/translations/uk.po | 48 +++++++ src/translations/vi.po | 48 +++++++ src/translations/zh_CN.po | 48 +++++++ src/translations/zh_TW.po | 48 +++++++ src/ui/mainwindow.cpp | 23 ++++ src/ui/mainwindow.h | 2 + src/ui/settingsdialog.cpp | 76 +++++++++- src/ui/settingsdialog.h | 9 +- src/ui/settingsdialog.ui | 221 +++++++++++++++++++++++++++++- src/widgets/osd.cpp | 101 ++++++++++++-- src/widgets/osd.h | 7 + 59 files changed, 2969 insertions(+), 62 deletions(-) diff --git a/src/translations/ar.po b/src/translations/ar.po index 94485acd5..7889ddcd6 100644 --- a/src/translations/ar.po +++ b/src/translations/ar.po @@ -241,6 +241,42 @@ msgstr "أضف مجلد جديد..." msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "المستوى الأول" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "المستوى الثاني" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/be.po b/src/translations/be.po index d0450e499..09cfc2667 100644 --- a/src/translations/be.po +++ b/src/translations/be.po @@ -244,6 +244,42 @@ msgstr "Дадаць папку..." msgid "Add search term" msgstr "Дадаць ўмову пошуку" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -799,6 +835,9 @@ msgstr "" msgid "Custom" msgstr "Вызначае карыстальнік" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Радыё карыстальника" @@ -1187,6 +1226,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2321,6 +2363,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2837,6 +2882,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/bg.po b/src/translations/bg.po index ff9e59731..4244ce57c 100644 --- a/src/translations/bg.po +++ b/src/translations/bg.po @@ -248,6 +248,42 @@ msgstr "Добавяне на нова папка..." msgid "Add search term" msgstr "Добавяне на аргумент за търсене" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Добавяне на поток..." @@ -808,6 +844,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "По избор" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Потребителско радио" @@ -1198,6 +1237,9 @@ msgstr "Край" msgid "First level" msgstr "Първо ниво" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2346,6 +2388,9 @@ msgstr "Термини за търсене" msgid "Second level" msgstr "Второ ниво" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Придвижване назад" @@ -2883,6 +2928,9 @@ msgstr "Ако е възможно използвай метадата на Repl msgid "Use Wii Remote" msgstr "Използване на Wii дистанционно" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Използване на удостоверяване" diff --git a/src/translations/br.po b/src/translations/br.po index c09702feb..d006db996 100644 --- a/src/translations/br.po +++ b/src/translations/br.po @@ -247,6 +247,42 @@ msgstr "Ouzhpennañ un teuliad nevez..." msgid "Add search term" msgstr "Ouzhpennañ ur ger klask" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Ouzhpennan ur red..." @@ -804,6 +840,9 @@ msgstr "" msgid "Custom" msgstr "Personalaat" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Radio personelaet" @@ -1196,6 +1235,9 @@ msgstr "Echuet" msgid "First level" msgstr "Live kentañ" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2338,6 +2380,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2856,6 +2901,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/bs.po b/src/translations/bs.po index 6aa9ed3e7..5bc8a0edf 100644 --- a/src/translations/bs.po +++ b/src/translations/bs.po @@ -244,6 +244,42 @@ msgstr "Dodaj novu fasciklu..." msgid "Add search term" msgstr "Unesi termin za pretraživanje" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -802,6 +838,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Prilagođeno" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Posebni radio" @@ -1190,6 +1229,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2324,6 +2366,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2840,6 +2885,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/ca.po b/src/translations/ca.po index 6271cce5b..d717a2814 100644 --- a/src/translations/ca.po +++ b/src/translations/ca.po @@ -251,6 +251,42 @@ msgstr "Afegir nova carpeta..." msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Afegir flux..." @@ -812,6 +848,9 @@ msgstr "" msgid "Custom" msgstr "Personalitzat" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Ràdio personalitzada" @@ -1202,6 +1241,9 @@ msgstr "" msgid "First level" msgstr "Primer nivell" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "FLAC" @@ -2344,6 +2386,9 @@ msgstr "" msgid "Second level" msgstr "Segon nivell" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Cerca enrere" @@ -2870,6 +2915,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "Utilitza el comandament remot Wii" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/cs.po b/src/translations/cs.po index 73fadaac6..28b9254a6 100644 --- a/src/translations/cs.po +++ b/src/translations/cs.po @@ -252,6 +252,42 @@ msgstr "Přidat novou složku..." msgid "Add search term" msgstr "Přidat hledaný pojem" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Přidat proud..." @@ -809,6 +845,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Vlastní" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Vlastní rádio" @@ -1199,6 +1238,9 @@ msgstr "Dokončit" msgid "First level" msgstr "První úroveň" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "FLAC" @@ -2343,6 +2385,9 @@ msgstr "Hledané pojmy" msgid "Second level" msgstr "Druhá úroveň" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Přetočit zpět" @@ -2874,6 +2919,9 @@ msgstr "Používat metadata pro zesílení přehrávaných skladeb, jsou-li dost msgid "Use Wii Remote" msgstr "Použít dálkové ovládání Wii" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Použít ověření" @@ -3225,6 +3273,9 @@ msgstr "Zastavit" msgid "track %1" msgstr "Skladba %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3307,9 +3358,6 @@ msgstr "Skladba %1" #~ msgid "Help" #~ msgstr "Nápověda" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Níže zadejte přihlašovací údaje pro Last.fm:" diff --git a/src/translations/cy.po b/src/translations/cy.po index da61ecef1..04fe901a6 100644 --- a/src/translations/cy.po +++ b/src/translations/cy.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/da.po b/src/translations/da.po index 7b810b9cb..6979b2e09 100644 --- a/src/translations/da.po +++ b/src/translations/da.po @@ -242,6 +242,42 @@ msgstr "Tilføj ny mappe..." msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Tilføj stream..." @@ -786,6 +822,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1176,6 +1215,9 @@ msgstr "" msgid "First level" msgstr "Første niveau" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2310,6 +2352,9 @@ msgstr "" msgid "Second level" msgstr "Andet niveau" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2828,6 +2873,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" @@ -3159,6 +3207,9 @@ msgstr "" msgid "track %1" msgstr "spor %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "Last.fm Recommended Radio - %1" #~ msgstr "Last.fm anbefaletradio - %1" @@ -3226,9 +3277,6 @@ msgstr "spor %1" #~ msgid "Options" #~ msgstr "Indstillinger" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Indtast dine Last.fm-detaljer herunder:" diff --git a/src/translations/de.po b/src/translations/de.po index e202e2a43..4a134d392 100644 --- a/src/translations/de.po +++ b/src/translations/de.po @@ -252,6 +252,42 @@ msgstr "Ordner hinzufügen" msgid "Add search term" msgstr "Suchbegriff hinzufügen" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Stream hinzufügen..." @@ -814,6 +850,9 @@ msgstr "" msgid "Custom" msgstr "Benutzerdefiniert" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Benutzerdefiniertes Radio" @@ -1204,6 +1243,9 @@ msgstr "Beenden" msgid "First level" msgstr "Erste Stufe" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "FLAC" @@ -2349,6 +2391,9 @@ msgstr "Suchbegriffe" msgid "Second level" msgstr "Zweite Stufe" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Zurückspulen" @@ -2889,6 +2934,9 @@ msgstr "Benutze Replay Gain Metadaten wenn verfügbar" msgid "Use Wii Remote" msgstr "Wii-Fernbedienung benutzen" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Authentifizierung verwenden" @@ -3243,6 +3291,9 @@ msgstr "Anhalten" msgid "track %1" msgstr "Stück %1" +#~ msgid "..." +#~ msgstr "…" + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3298,9 +3349,6 @@ msgstr "Stück %1" #~ msgid "Options" #~ msgstr "Einstellungen" -#~ msgid "..." -#~ msgstr "…" - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Geben Sie hier Ihre Last.fm Daten ein:" diff --git a/src/translations/el.po b/src/translations/el.po index 5d5cbfb5b..35b524d8b 100644 --- a/src/translations/el.po +++ b/src/translations/el.po @@ -254,6 +254,42 @@ msgstr "Προσθήκη νέου φακέλου..." msgid "Add search term" msgstr "Προσθήκη όρου αναζήτησης" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Προσθήκη ροής..." @@ -821,6 +857,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Προσαρμοσμένο" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Προσαρμοσμένο ράδιο" @@ -1213,6 +1252,9 @@ msgstr "Τέλος" msgid "First level" msgstr "Πρώτο επίπεδο" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2361,6 +2403,9 @@ msgstr "Όροι αναζήτησης" msgid "Second level" msgstr "Δεύτερο επίπεδο" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Αναζήτηση πίσω" @@ -2902,6 +2947,9 @@ msgstr "Χρήση των μετα δεδομένων Replay Gain αν είνα msgid "Use Wii Remote" msgstr "Χρήση χειριστηρίου Wii" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Χρήση πιστοποίησης" @@ -3257,6 +3305,9 @@ msgstr "διακοπή" msgid "track %1" msgstr "κομμάτι %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3355,9 +3406,6 @@ msgstr "κομμάτι %1" #~ msgid "Options" #~ msgstr "Επιλογές" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Εισάγετε τις λεπτομέρειες για το Last.fm:" diff --git a/src/translations/en.po b/src/translations/en.po index a2a7205c6..c39f8e36e 100644 --- a/src/translations/en.po +++ b/src/translations/en.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/en_CA.po b/src/translations/en_CA.po index d95ab766c..0fd7e0768 100644 --- a/src/translations/en_CA.po +++ b/src/translations/en_CA.po @@ -241,6 +241,42 @@ msgstr "Add new folder..." msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Add stream..." @@ -787,6 +823,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1176,6 +1215,9 @@ msgstr "" msgid "First level" msgstr "First level" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2311,6 +2353,9 @@ msgstr "" msgid "Second level" msgstr "Second level" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Seek backward" @@ -2827,6 +2872,9 @@ msgstr "Use Replay Gain metadata if it is available" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/en_GB.po b/src/translations/en_GB.po index 8ad43f631..309ea5340 100644 --- a/src/translations/en_GB.po +++ b/src/translations/en_GB.po @@ -241,6 +241,42 @@ msgstr "Add new folder..." msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Add stream..." @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1174,6 +1213,9 @@ msgstr "" msgid "First level" msgstr "First level" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2308,6 +2350,9 @@ msgstr "" msgid "Second level" msgstr "Second level" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2824,6 +2869,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" @@ -3155,6 +3203,9 @@ msgstr "" msgid "track %1" msgstr "track %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "Hide..." #~ msgstr "Hide..." @@ -3222,9 +3273,6 @@ msgstr "track %1" #~ msgid "Options" #~ msgstr "Options" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Enter your Last.fm details below:" diff --git a/src/translations/eo.po b/src/translations/eo.po index a9636702a..210691a4c 100644 --- a/src/translations/eo.po +++ b/src/translations/eo.po @@ -241,6 +241,42 @@ msgstr "Aldoni novan dosierujon..." msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Aldoni fluon..." @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/es.po b/src/translations/es.po index 870cd8bc0..77b3aa8c5 100644 --- a/src/translations/es.po +++ b/src/translations/es.po @@ -254,6 +254,42 @@ msgstr "Añadir nueva carpeta..." msgid "Add search term" msgstr "Añadir término de búsqueda" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Añadir flujo..." @@ -819,6 +855,9 @@ msgstr "Ctl+Up" msgid "Custom" msgstr "Personalizado" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Radio personalizada" @@ -1211,6 +1250,9 @@ msgstr "Finalizar" msgid "First level" msgstr "Primer nivel" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2360,6 +2402,9 @@ msgstr "Términos de Búsqueda" msgid "Second level" msgstr "Segundo nivel" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Retroceder" @@ -2895,6 +2940,9 @@ msgstr "Usar metadatos de ganancia de repetición si están disponibles" msgid "Use Wii Remote" msgstr "Usar Wiimote" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Utilizar autenticación" @@ -3249,6 +3297,9 @@ msgstr "detener" msgid "track %1" msgstr "Pista %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3328,9 +3379,6 @@ msgstr "Pista %1" #~ msgid "Options" #~ msgstr "Opciones" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Ingrese su información de Last.fm debajo:" diff --git a/src/translations/et.po b/src/translations/et.po index 60895eca8..ee952a76d 100644 --- a/src/translations/et.po +++ b/src/translations/et.po @@ -241,6 +241,42 @@ msgstr "Lisa uus kaust..." msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Lisa raadiovoog..." @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "Kohanda" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1174,6 +1213,9 @@ msgstr "" msgid "First level" msgstr "Esimene tase" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2308,6 +2350,9 @@ msgstr "" msgid "Second level" msgstr "Teine tase" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2824,6 +2869,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/eu.po b/src/translations/eu.po index d61dcd066..e65458d7d 100644 --- a/src/translations/eu.po +++ b/src/translations/eu.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/fi.po b/src/translations/fi.po index 1aee0096f..cff132eb1 100644 --- a/src/translations/fi.po +++ b/src/translations/fi.po @@ -243,6 +243,42 @@ msgstr "Lisää uusi kansio..." msgid "Add search term" msgstr "Lisää hakutermi" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Lisää suoratoisto..." @@ -798,6 +834,9 @@ msgstr "" msgid "Custom" msgstr "Oma" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1189,6 +1228,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2330,6 +2372,9 @@ msgstr "Hakusanat" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2859,6 +2904,9 @@ msgstr "Käytä Replay Gainin metadataa, jos saatavilla" msgid "Use Wii Remote" msgstr "Käytä Wii-ohjainta" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Käytä tunnistatumista" diff --git a/src/translations/fr.po b/src/translations/fr.po index 77ecbddee..31d9b7ab5 100644 --- a/src/translations/fr.po +++ b/src/translations/fr.po @@ -253,6 +253,42 @@ msgstr "Ajouter un nouveau dossier..." msgid "Add search term" msgstr "Ajouter un terme de recherche" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Ajouter un flux..." @@ -819,6 +855,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Personnalisé" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Radio personnalisée" @@ -1213,6 +1252,9 @@ msgstr "Terminé" msgid "First level" msgstr "Premier niveau" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2364,6 +2406,9 @@ msgstr "Termes de recherche" msgid "Second level" msgstr "Deuxième niveau" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Reculer" @@ -2904,6 +2949,9 @@ msgstr "Utiliser la métadonnée Replay Gain si disponible" msgid "Use Wii Remote" msgstr "Utiliser Wii Remote" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Utiliser l'authentification" @@ -3259,6 +3307,9 @@ msgstr "stop" msgid "track %1" msgstr "piste %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3349,9 +3400,6 @@ msgstr "piste %1" #~ msgid "Help" #~ msgstr "Aide" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Inscrivez vos identifiants Last.fm ci-dessous :" diff --git a/src/translations/gl.po b/src/translations/gl.po index 82a2bc347..77da1aabe 100644 --- a/src/translations/gl.po +++ b/src/translations/gl.po @@ -245,6 +245,42 @@ msgstr "Engadir novo cartafol" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Engadir fluxo..." @@ -793,6 +829,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1181,6 +1220,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2316,6 +2358,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2832,6 +2877,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/he.po b/src/translations/he.po index fd2d9f43a..0f85e05f1 100644 --- a/src/translations/he.po +++ b/src/translations/he.po @@ -247,6 +247,42 @@ msgstr "הוספת תיקייה חדשה..." msgid "Add search term" msgstr "הוספת פריט חיפוש" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "הוספת תזרים" @@ -800,6 +836,9 @@ msgstr "" msgid "Custom" msgstr "מותאם אישית" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "רדיו מותאם אישית" @@ -1188,6 +1227,9 @@ msgstr "סיים" msgid "First level" msgstr "רמה ראשונה" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2325,6 +2367,9 @@ msgstr "מונחי חיפוש" msgid "Second level" msgstr "שלב שני" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "דילוג אחורה" @@ -2845,6 +2890,9 @@ msgstr "השתמש במידע נוסף אודות הגבר ניגון חוזר msgid "Use Wii Remote" msgstr "שימוש ב־Wii Remote מספר" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "שימוש באימות" diff --git a/src/translations/hi.po b/src/translations/hi.po index a8fe0b046..30153e76b 100644 --- a/src/translations/hi.po +++ b/src/translations/hi.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/hr.po b/src/translations/hr.po index ef72ff461..0c00b0762 100644 --- a/src/translations/hr.po +++ b/src/translations/hr.po @@ -251,6 +251,42 @@ msgstr "Dodajte novu mapu" msgid "Add search term" msgstr "Dodajte izraz za traženje" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Dodajte stream..." @@ -812,6 +848,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Prilagođeno" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Ručno odabrani radio" @@ -1201,6 +1240,9 @@ msgstr "Kraj" msgid "First level" msgstr "Prva razina" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2343,6 +2385,9 @@ msgstr "Uvijeti pretraživanja" msgid "Second level" msgstr "Druga razina" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Traži unatrag" @@ -2874,6 +2919,9 @@ msgstr "Koristi ponovno dobivene metapodatake ako su dostupni" msgid "Use Wii Remote" msgstr "Koristi Wii Daljinski Upravljač" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Koristite autentifikaciju" diff --git a/src/translations/hu.po b/src/translations/hu.po index d72f000ca..a9ba89251 100644 --- a/src/translations/hu.po +++ b/src/translations/hu.po @@ -249,6 +249,42 @@ msgstr "Új mappa hozzáadása..." msgid "Add search term" msgstr "Keresési feltétel megadása" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Adatfolyam hozzáadása..." @@ -810,6 +846,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Egyéni" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Egyéni rádió" @@ -1202,6 +1241,9 @@ msgstr "Befejez" msgid "First level" msgstr "Első szinten" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "FLAC" @@ -2345,6 +2387,9 @@ msgstr "Keresési feltételek" msgid "Second level" msgstr "Második szinten" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Léptetés hátra" @@ -2881,6 +2926,9 @@ msgstr "Replay Gain adatok használata, ha elérhetőek" msgid "Use Wii Remote" msgstr "Wii távvezérlő használata" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Hitelesítés használata" diff --git a/src/translations/hy.po b/src/translations/hy.po index 2490363ed..59f7e26aa 100644 --- a/src/translations/hy.po +++ b/src/translations/hy.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/is.po b/src/translations/is.po index 33eec1275..34df61478 100644 --- a/src/translations/is.po +++ b/src/translations/is.po @@ -241,6 +241,42 @@ msgstr "Bæta við nýrri möppu..." msgid "Add search term" msgstr "Bæta við leitarorði" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Bæta við straumi..." @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/it.po b/src/translations/it.po index 66ac6e2d4..ad853e77c 100644 --- a/src/translations/it.po +++ b/src/translations/it.po @@ -251,6 +251,42 @@ msgstr "Aggiungi nuova cartella..." msgid "Add search term" msgstr "Aggiungi termine di ricerca" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Aggiungi flusso..." @@ -814,6 +850,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Personalizzato" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Radio personalizzata" @@ -1205,6 +1244,9 @@ msgstr "Fine" msgid "First level" msgstr "Primo livello" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2354,6 +2396,9 @@ msgstr "Termini di ricerca" msgid "Second level" msgstr "Secondo livello" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Scorri indietro" @@ -2897,6 +2942,9 @@ msgstr "Utilizza i metadati del guadagno di riproduzione se disponibili" msgid "Use Wii Remote" msgstr "Utilizza Wii Remote" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Usa autenticazione" @@ -3249,6 +3297,9 @@ msgstr "ferma" msgid "track %1" msgstr "traccia %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3325,9 +3376,6 @@ msgstr "traccia %1" #~ msgid "Options" #~ msgstr "Opzioni" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Inserisci di seguito i tuoi dettagli Last.fm:" diff --git a/src/translations/ja.po b/src/translations/ja.po index 915c887c2..9ec55e83c 100644 --- a/src/translations/ja.po +++ b/src/translations/ja.po @@ -247,6 +247,42 @@ msgstr "新しいフォルダーの追加..." msgid "Add search term" msgstr "検索条件の追加" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "ストリームの追加..." @@ -802,6 +838,9 @@ msgstr "" msgid "Custom" msgstr "カスタム" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "カスタム ラジオ" @@ -1192,6 +1231,9 @@ msgstr "完了" msgid "First level" msgstr "第 1 階層" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2333,6 +2375,9 @@ msgstr "検索条件" msgid "Second level" msgstr "第 2 階層" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "後ろへシーク" @@ -2857,6 +2902,9 @@ msgstr "利用可能なら Replay Gain のメタデータを使用する" msgid "Use Wii Remote" msgstr "Wii Remote の使用" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "認証を使用する" diff --git a/src/translations/kk.po b/src/translations/kk.po index 2bfada47b..37a4eb3db 100644 --- a/src/translations/kk.po +++ b/src/translations/kk.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/lt.po b/src/translations/lt.po index 72583b27f..95cb627b8 100644 --- a/src/translations/lt.po +++ b/src/translations/lt.po @@ -251,6 +251,42 @@ msgstr "Pridėti naują aplanką..." msgid "Add search term" msgstr "Pridėti paieškos frazę" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Pridėti srautą..." @@ -809,6 +845,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Pasirinktinis" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Pasirinktinis radijas" @@ -1199,6 +1238,9 @@ msgstr "Baigti" msgid "First level" msgstr "Pirmas lygis" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2343,6 +2385,9 @@ msgstr "Paieškos terminai" msgid "Second level" msgstr "Antras lygis" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Sukti atgal" @@ -2870,6 +2915,9 @@ msgstr "Naudoti garsumo suvienodinimo meta duodeninis jei tai yra prieinama" msgid "Use Wii Remote" msgstr "Naudoti Wii valdymo pultą" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Naudoti tapatybės patvirtinimą" diff --git a/src/translations/lv.po b/src/translations/lv.po index 57006c5c2..8cc80fb8f 100644 --- a/src/translations/lv.po +++ b/src/translations/lv.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/ms.po b/src/translations/ms.po index 88fb2d4b6..3d7c1082a 100644 --- a/src/translations/ms.po +++ b/src/translations/ms.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/nb.po b/src/translations/nb.po index 35fcc7653..6c796989c 100644 --- a/src/translations/nb.po +++ b/src/translations/nb.po @@ -244,6 +244,42 @@ msgstr "" msgid "Add search term" msgstr "Legg til søke term" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Legg til strøm..." @@ -796,6 +832,9 @@ msgstr "" msgid "Custom" msgstr "Egendefinert" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Egendefinert radio" @@ -1185,6 +1224,9 @@ msgstr "" msgid "First level" msgstr "Første nivå" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2319,6 +2361,9 @@ msgstr "" msgid "Second level" msgstr "Andre nivå" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2836,6 +2881,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" @@ -3167,6 +3215,9 @@ msgstr "stopp" msgid "track %1" msgstr "spor %1" +#~ msgid "..." +#~ msgstr "…" + #~ msgid "Hide %1" #~ msgstr "Skjul %1" @@ -3243,9 +3294,6 @@ msgstr "spor %1" #~ msgid "Help" #~ msgstr "Hjelp" -#~ msgid "..." -#~ msgstr "…" - #~ msgid "Options" #~ msgstr "Instillinger" diff --git a/src/translations/nl.po b/src/translations/nl.po index fbc6d86da..568a45af8 100644 --- a/src/translations/nl.po +++ b/src/translations/nl.po @@ -249,6 +249,42 @@ msgstr "Nieuwe map toevoegen..." msgid "Add search term" msgstr "Voeg zoekterm toe" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Radiostream toevoegen..." @@ -813,6 +849,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Aangepast" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Aangepaste radio" @@ -1203,6 +1242,9 @@ msgstr "Voltooien" msgid "First level" msgstr "Eerste niveau" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2353,6 +2395,9 @@ msgstr "Zoek voorwaarden" msgid "Second level" msgstr "Tweede niveau" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Achterwaarts zoeken" @@ -2893,6 +2938,9 @@ msgstr "Gebruik Replay Gain metadata indien beschikbaar" msgid "Use Wii Remote" msgstr "Gebruik Wii Remote" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Authenticatie gebruiken" diff --git a/src/translations/oc.po b/src/translations/oc.po index e4d7e5828..95817d085 100644 --- a/src/translations/oc.po +++ b/src/translations/oc.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Apondre un flux..." @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "Primièr nivèl" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" @@ -3154,6 +3202,9 @@ msgstr "" msgid "track %1" msgstr "pista %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "Options" #~ msgstr "Opcions" @@ -3177,6 +3228,3 @@ msgstr "pista %1" #~ msgid "Help" #~ msgstr "Ajuda" - -#~ msgid "..." -#~ msgstr "..." diff --git a/src/translations/pa.po b/src/translations/pa.po index 0ed9d8100..f0a9458b5 100644 --- a/src/translations/pa.po +++ b/src/translations/pa.po @@ -241,6 +241,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -785,6 +821,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1173,6 +1212,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2307,6 +2349,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2823,6 +2868,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/pl.po b/src/translations/pl.po index eac93b31d..8160c88ff 100644 --- a/src/translations/pl.po +++ b/src/translations/pl.po @@ -250,6 +250,42 @@ msgstr "Dodaj nowy katalog..." msgid "Add search term" msgstr "Dodaj kryterium wyszukiwania" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Dodaj strumień..." @@ -810,6 +846,9 @@ msgstr "" msgid "Custom" msgstr "Własne" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Własne radio" @@ -1199,6 +1238,9 @@ msgstr "Koniec" msgid "First level" msgstr "Pierwszy poziom" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2346,6 +2388,9 @@ msgstr "Kryteria wyszukiwania" msgid "Second level" msgstr "Drugi poziom" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Przewiń wstecz" @@ -2879,6 +2924,9 @@ msgstr "Używaj metadanych Replay Gain, jeśli są dostępne" msgid "Use Wii Remote" msgstr "Używaj Wii Remote" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Użyj uwierzytelniania" @@ -3232,6 +3280,9 @@ msgstr "zatrzymaj" msgid "track %1" msgstr "utwór %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3310,9 +3361,6 @@ msgstr "utwór %1" #~ msgid "Options" #~ msgstr "Opcje" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Podaj swoje dane dla Last.fm:" diff --git a/src/translations/pt.po b/src/translations/pt.po index f45b3119d..07d901c8a 100644 --- a/src/translations/pt.po +++ b/src/translations/pt.po @@ -251,6 +251,42 @@ msgstr "Adicionar nova pasta..." msgid "Add search term" msgstr "Adicionar termo de pesquisa" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Adicionar emissão..." @@ -813,6 +849,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Personalizar" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Rádio personalizada" @@ -1204,6 +1243,9 @@ msgstr "Terminar" msgid "First level" msgstr "Primeiro nível" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2349,6 +2391,9 @@ msgstr "Termos de pesquisa" msgid "Second level" msgstr "Segundo nível" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Recuar" @@ -2889,6 +2934,9 @@ msgstr "Se disponível, utilizar a consistência de metadados" msgid "Use Wii Remote" msgstr "Utilizar Wii Remote" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Utilizar autenticação" @@ -3241,6 +3289,9 @@ msgstr "parar" msgid "track %1" msgstr "música %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3317,9 +3368,6 @@ msgstr "música %1" #~ msgid "Options" #~ msgstr "Opções" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Behaviour" #~ msgstr "Comportamento" diff --git a/src/translations/pt_BR.po b/src/translations/pt_BR.po index 85df348bf..7e425ae2b 100644 --- a/src/translations/pt_BR.po +++ b/src/translations/pt_BR.po @@ -248,6 +248,42 @@ msgstr "Adicionar nova pasta..." msgid "Add search term" msgstr "Adicionar termo para busca" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Adicionar transmissão..." @@ -808,6 +844,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Personalizar" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Rádio personalizada" @@ -1200,6 +1239,9 @@ msgstr "Finalizar" msgid "First level" msgstr "Primeiro nível" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2348,6 +2390,9 @@ msgstr "Termos de pesquisa" msgid "Second level" msgstr "Segundo nível" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Retroceder" @@ -2884,6 +2929,9 @@ msgstr "Usar metadados do fator de ganho se ele estiver disponível" msgid "Use Wii Remote" msgstr "Usar Wiimote" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Usar autenticação" diff --git a/src/translations/ro.po b/src/translations/ro.po index dfaa94ce6..5770f4e2e 100644 --- a/src/translations/ro.po +++ b/src/translations/ro.po @@ -250,6 +250,42 @@ msgstr "Adaugă un dosar nou..." msgid "Add search term" msgstr "Adaugă termen de căutare" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Adaugă flux..." @@ -810,6 +846,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Personalizat" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Radio personalizat" @@ -1202,6 +1241,9 @@ msgstr "Sfârșit" msgid "First level" msgstr "Primul nivel" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2343,6 +2385,9 @@ msgstr "" msgid "Second level" msgstr "Al doilea nivel" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2859,6 +2904,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" @@ -3190,6 +3238,9 @@ msgstr "" msgid "track %1" msgstr "pistă %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3252,8 +3303,5 @@ msgstr "pistă %1" #~ msgid "Options" #~ msgstr "Opțiuni" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Version" #~ msgstr "Versiune" diff --git a/src/translations/ru.po b/src/translations/ru.po index a1056ed0f..5e91d29be 100644 --- a/src/translations/ru.po +++ b/src/translations/ru.po @@ -248,6 +248,42 @@ msgstr "Добавить каталог..." msgid "Add search term" msgstr "Добавить условие поиска" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Добавить поток..." @@ -808,6 +844,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Пользовательский" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Пользовательское радио" @@ -1198,6 +1237,9 @@ msgstr "Готово" msgid "First level" msgstr "Первый уровень" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "FLAC" @@ -2342,6 +2384,9 @@ msgstr "Условия поиска" msgid "Second level" msgstr "Второй уровень" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Перемотка назад" @@ -2876,6 +2921,9 @@ msgstr "Использовать метаданные Replay Gain, если эт msgid "Use Wii Remote" msgstr "Использовать пульт Wii" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Использовать аутентификацию" @@ -3224,6 +3272,9 @@ msgstr "Остановить" msgid "track %1" msgstr "композиция %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3263,9 +3314,6 @@ msgstr "композиция %1" #~ msgid "Help" #~ msgstr "Помощь" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Введите ваши данные Last.fm:" diff --git a/src/translations/sk.po b/src/translations/sk.po index 3dbed5f39..425af21d5 100644 --- a/src/translations/sk.po +++ b/src/translations/sk.po @@ -249,6 +249,42 @@ msgstr "Pridať nový priečinok..." msgid "Add search term" msgstr "Pridať výraz hľadania" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Pridať stream..." @@ -806,6 +842,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Vlastné" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Vlastné rádio" @@ -1196,6 +1235,9 @@ msgstr "Dokončiť" msgid "First level" msgstr "Prvá úroveň" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2338,6 +2380,9 @@ msgstr "Výrazy na hľadanie" msgid "Second level" msgstr "Druhá úroveň" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Posunúť vzad" @@ -2873,6 +2918,9 @@ msgstr "Použiť metadáta na vyrovnanie hlasitosti ak sú dostupné" msgid "Use Wii Remote" msgstr "Použiť Wii diaľkové" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Používať autentifikáciu" @@ -3222,6 +3270,9 @@ msgstr "zastaviť" msgid "track %1" msgstr "skladba %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3313,9 +3364,6 @@ msgstr "skladba %1" #~ msgid "Options" #~ msgstr "Možnosti" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "Enter your Last.fm details below:" #~ msgstr "Vložte svoje Last.fm detaily nižšie:" diff --git a/src/translations/sl.po b/src/translations/sl.po index 929b52063..4ee84a560 100644 --- a/src/translations/sl.po +++ b/src/translations/sl.po @@ -248,6 +248,42 @@ msgstr "Dodaj novo mapo ..." msgid "Add search term" msgstr "Dodaj iskalni pojem" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Dodaj pretok ..." @@ -808,6 +844,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Po meri" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Radio po meri" @@ -1198,6 +1237,9 @@ msgstr "Končaj" msgid "First level" msgstr "Prva raven" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "FLAC" @@ -2341,6 +2383,9 @@ msgstr "Iskalni pojmi" msgid "Second level" msgstr "Druga raven" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Previj nazaj" @@ -2878,6 +2923,9 @@ msgstr "Uporabi metapodatke Replay Gain, če je mogoče" msgid "Use Wii Remote" msgstr "Uporabi Wii Remote" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Uporabi overitev" diff --git a/src/translations/sr.po b/src/translations/sr.po index 19a153ac3..f756608ea 100644 --- a/src/translations/sr.po +++ b/src/translations/sr.po @@ -241,6 +241,42 @@ msgstr "Додај нову фасциклу..." msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Додај ток..." @@ -789,6 +825,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1178,6 +1217,9 @@ msgstr "" msgid "First level" msgstr "Први ниво" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2315,6 +2357,9 @@ msgstr "" msgid "Second level" msgstr "Други ниво" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Тражи уназад" @@ -2831,6 +2876,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/sv.po b/src/translations/sv.po index 004b414f2..0b9e69a28 100644 --- a/src/translations/sv.po +++ b/src/translations/sv.po @@ -251,6 +251,42 @@ msgstr "Lägg till mapp..." msgid "Add search term" msgstr "Lägg till sökterm" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Lägg till ström..." @@ -811,6 +847,9 @@ msgstr "" msgid "Custom" msgstr "Anpassad" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Anpassad radio" @@ -1201,6 +1240,9 @@ msgstr "Avsluta" msgid "First level" msgstr "Första nivån" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "FLAC" @@ -2341,6 +2383,9 @@ msgstr "Söktermer" msgid "Second level" msgstr "Andra nivån" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Hoppa bakåt" @@ -2871,6 +2916,9 @@ msgstr "Använd Replay Gain-metadata om det finns tillgängligt" msgid "Use Wii Remote" msgstr "Använd Wii-kontroll" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Använd autentisering" @@ -3218,6 +3266,9 @@ msgstr "stoppa" msgid "track %1" msgstr "spår %1" +#~ msgid "..." +#~ msgstr "..." + #~ msgid "" #~ "In dynamic mode new tracks will be chosen and added to the playlist every " #~ "time a song finishes. Enabling dynamic mode will ignore any size limit " @@ -3291,9 +3342,6 @@ msgstr "spår %1" #~ msgid "Enter your Last.fm details below:" #~ msgstr "Fyll i dina Last.fm uppgifter nedan:" -#~ msgid "..." -#~ msgstr "..." - #~ msgid "" #~ "Note that you must be a paid " #~ "subscriber to listen to Last.fm radio from within Clementine." diff --git a/src/translations/tr.po b/src/translations/tr.po index 3eb6bec43..98ce7ee7b 100644 --- a/src/translations/tr.po +++ b/src/translations/tr.po @@ -248,6 +248,42 @@ msgstr "Yeni klasör ekle..." msgid "Add search term" msgstr "Arama terimi ekle" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Yayın ekle..." @@ -805,6 +841,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Özel" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Özel radyo" @@ -1195,6 +1234,9 @@ msgstr "Bitir" msgid "First level" msgstr "İlk Seviye" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2340,6 +2382,9 @@ msgstr "Arama terimleri" msgid "Second level" msgstr "İkinci seviye" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Geriye doğru ara" @@ -2865,6 +2910,9 @@ msgstr "Varsa Replay Gain verisini kullan" msgid "Use Wii Remote" msgstr "Wii kumandasını kullan" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Kimlik denetimi kullan" diff --git a/src/translations/translations.pot b/src/translations/translations.pot index f6206fa7c..03adba7c8 100644 --- a/src/translations/translations.pot +++ b/src/translations/translations.pot @@ -231,6 +231,42 @@ msgstr "" msgid "Add search term" msgstr "" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "" @@ -775,6 +811,9 @@ msgstr "" msgid "Custom" msgstr "" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "" @@ -1163,6 +1202,9 @@ msgstr "" msgid "First level" msgstr "" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2297,6 +2339,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "" @@ -2813,6 +2858,9 @@ msgstr "" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/translations/uk.po b/src/translations/uk.po index aff5f2fdc..10228b16f 100644 --- a/src/translations/uk.po +++ b/src/translations/uk.po @@ -250,6 +250,42 @@ msgstr "Додати нову теку..." msgid "Add search term" msgstr "Додати критерій пошуку" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Додати потік..." @@ -808,6 +844,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Інша" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Інша радіостанція" @@ -1196,6 +1235,9 @@ msgstr "Готово" msgid "First level" msgstr "Перший рівень" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2339,6 +2381,9 @@ msgstr "Умови пошуку" msgid "Second level" msgstr "Другий рівень" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Перемотати назад" @@ -2866,6 +2911,9 @@ msgstr "Використувувати, за наявності, метадан msgid "Use Wii Remote" msgstr "Використовувати Wii Remote" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Використовувати автентикацію" diff --git a/src/translations/vi.po b/src/translations/vi.po index e355bd3df..206fb3914 100644 --- a/src/translations/vi.po +++ b/src/translations/vi.po @@ -249,6 +249,42 @@ msgstr "Thêm thư mục mới..." msgid "Add search term" msgstr "Thêm điều kiện tìm kiếm" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "Thêm luồng dữ liệu..." @@ -806,6 +842,9 @@ msgstr "Ctrl+Up" msgid "Custom" msgstr "Tuỳ chọn" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "Tùy chọn ra-đi-ô" @@ -1199,6 +1238,9 @@ msgstr "Hoàn tất" msgid "First level" msgstr "Cấp bậc đầu" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2342,6 +2384,9 @@ msgstr "Điều kiện tìm kiếm" msgid "Second level" msgstr "Cấp bậc hai" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "Tìm kiếm phần sau" @@ -2875,6 +2920,9 @@ msgstr "Sử dụng siêu dữ liệu Replay Gain nếu nó sẵn sàng" msgid "Use Wii Remote" msgstr "Sử dụng tay cầm điều khiển Wii" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "Sử dụng xác thực" diff --git a/src/translations/zh_CN.po b/src/translations/zh_CN.po index c129fb99c..4328f327e 100644 --- a/src/translations/zh_CN.po +++ b/src/translations/zh_CN.po @@ -243,6 +243,42 @@ msgstr "添加新文件夹..." msgid "Add search term" msgstr "添加查询条件" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "添加流媒体..." @@ -787,6 +823,9 @@ msgstr "" msgid "Custom" msgstr "自定义" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "自定义广播" @@ -1175,6 +1214,9 @@ msgstr "完成" msgid "First level" msgstr "第一阶段" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "Flac" @@ -2309,6 +2351,9 @@ msgstr "" msgid "Second level" msgstr "" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "快退" @@ -2825,6 +2870,9 @@ msgstr "使用播放增益元数据(如果可用)" msgid "Use Wii Remote" msgstr "" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "使用认证" diff --git a/src/translations/zh_TW.po b/src/translations/zh_TW.po index 584ed201f..ee58532b1 100644 --- a/src/translations/zh_TW.po +++ b/src/translations/zh_TW.po @@ -245,6 +245,42 @@ msgstr "新增檔案夾..." msgid "Add search term" msgstr "加入搜尋字詞" +msgid "Add song album tag" +msgstr "" + +msgid "Add song albumartist tag" +msgstr "" + +msgid "Add song artist tag" +msgstr "" + +msgid "Add song composer tag" +msgstr "" + +msgid "Add song disc tag" +msgstr "" + +msgid "Add song genre tag" +msgstr "" + +msgid "Add song length tag" +msgstr "" + +msgid "Add song play count" +msgstr "" + +msgid "Add song skip count" +msgstr "" + +msgid "Add song title tag" +msgstr "" + +msgid "Add song track tag" +msgstr "" + +msgid "Add song year tag" +msgstr "" + msgid "Add stream..." msgstr "加入網路串流..." @@ -789,6 +825,9 @@ msgstr "" msgid "Custom" msgstr "自訂" +msgid "Custom message settings" +msgstr "" + msgid "Custom radio" msgstr "自定義電台" @@ -1177,6 +1216,9 @@ msgstr "" msgid "First level" msgstr "第一層次" +msgid "First line:" +msgstr "" + msgid "Flac" msgstr "" @@ -2311,6 +2353,9 @@ msgstr "" msgid "Second level" msgstr "第二個層次" +msgid "Second line:" +msgstr "" + msgid "Seek backward" msgstr "倒帶" @@ -2827,6 +2872,9 @@ msgstr "使用回放增益元數據,如果它是可獲得的" msgid "Use Wii Remote" msgstr "使用 Wii 遙控器" +msgid "Use a custom message for notifications" +msgstr "" + msgid "Use authentication" msgstr "" diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 79b5d801c..89b130f5b 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -1896,6 +1896,10 @@ void MainWindow::EnsureSettingsDialogCreated() { #ifdef HAVE_WIIMOTEDEV connect(settings_dialog_.get(), SIGNAL(SetWiimotedevInterfaceActived(bool)), wiimotedev_shortcuts_.get(), SLOT(SetWiimotedevInterfaceActived(bool))); #endif + + // Allows custom notification preview + connect(settings_dialog_.get(), SIGNAL(NotificationPreview(OSD::Behaviour,QString,QString)), + SLOT(HandleNotificationPreview(OSD::Behaviour,QString,QString))); } void MainWindow::OpenSettingsDialog() { @@ -2203,3 +2207,22 @@ void MainWindow::ScrobblerStatus(int value) { } } #endif + +void MainWindow::HandleNotificationPreview(OSD::Behaviour type, QString line1, QString line2) { + if (!playlists_->current()->GetAllSongs().isEmpty()) { + // Show a preview notification for the first song in the current playlist + osd_->ShowPreview(type, line1, line2, playlists_->current()->GetAllSongs().first()); + } else { + qLog(Debug) << "The current playlist is empty, showing a fake song"; + // Create a fake song + Song fake; + fake.Init("Title", "Artist", "Album", 123); + fake.set_genre("Classical"); + fake.set_composer("Anonymous"); + fake.set_track(1); + fake.set_disc(1); + fake.set_year(2011); + + osd_->ShowPreview(type, line1, line2, fake); + } +} diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index f576ede87..6220ce378 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -244,6 +244,8 @@ class MainWindow : public QMainWindow, public PlatformInterface { void Exit(); + void HandleNotificationPreview(OSD::Behaviour type, QString line1, QString line2); + private: void ConnectInfoView(SongInfoBase* view); diff --git a/src/ui/settingsdialog.cpp b/src/ui/settingsdialog.cpp index 7f5b8382d..d29cdebd7 100644 --- a/src/ui/settingsdialog.cpp +++ b/src/ui/settingsdialog.cpp @@ -26,7 +26,6 @@ #include "playlist/playlistview.h" #include "songinfo/songinfofetcher.h" #include "songinfo/songinfotextview.h" -#include "widgets/osd.h" #include "widgets/osdpretty.h" #include "ui_settingsdialog.h" @@ -52,7 +51,9 @@ #include #include #include +#include #include +#include #include @@ -253,6 +254,27 @@ SettingsDialog::SettingsDialog(BackgroundStreams* streams, QWidget* parent) ui_->notifications_bg_preset->setItemData(0, QColor(OSDPretty::kPresetBlue), Qt::DecorationRole); ui_->notifications_bg_preset->setItemData(1, QColor(OSDPretty::kPresetOrange), Qt::DecorationRole); + // Create and populate the helper menus + QMenu* menu = new QMenu(this); + menu->addAction(ui_->action_artist); + menu->addAction(ui_->action_album); + menu->addAction(ui_->action_title); + menu->addAction(ui_->action_albumartist); + menu->addAction(ui_->action_year); + menu->addAction(ui_->action_composer); + menu->addAction(ui_->action_length); + menu->addAction(ui_->action_disc); + menu->addAction(ui_->action_track); + menu->addAction(ui_->action_genre); + menu->addAction(ui_->action_playcount); + menu->addAction(ui_->action_skipcount); + ui_->notifications_exp_chooser1->setMenu(menu); + ui_->notifications_exp_chooser2->setMenu(menu); + ui_->notifications_exp_chooser1->setPopupMode(QToolButton::InstantPopup); + ui_->notifications_exp_chooser2->setPopupMode(QToolButton::InstantPopup); + // We need this because by default menus don't show tooltips + connect(menu, SIGNAL(hovered(QAction*)), SLOT(ShowMenuTooltip(QAction*))); + connect(ui_->notifications_none, SIGNAL(toggled(bool)), SLOT(NotificationTypeChanged())); connect(ui_->notifications_native, SIGNAL(toggled(bool)), SLOT(NotificationTypeChanged())); connect(ui_->notifications_tray, SIGNAL(toggled(bool)), SLOT(NotificationTypeChanged())); @@ -260,6 +282,8 @@ SettingsDialog::SettingsDialog(BackgroundStreams* streams, QWidget* parent) connect(ui_->notifications_opacity, SIGNAL(valueChanged(int)), SLOT(PrettyOpacityChanged(int))); connect(ui_->notifications_bg_preset, SIGNAL(activated(int)), SLOT(PrettyColorPresetChanged(int))); connect(ui_->notifications_fg_choose, SIGNAL(clicked()), SLOT(ChooseFgColor())); + connect(ui_->notifications_exp_chooser1, SIGNAL(triggered(QAction*)), SLOT(InsertVariableFirstLine(QAction*))); + connect(ui_->notifications_exp_chooser2, SIGNAL(triggered(QAction*)), SLOT(InsertVariableSecondLine(QAction*))); if (!OSD::SupportsNativeNotifications()) ui_->notifications_native->setEnabled(false); @@ -269,6 +293,13 @@ SettingsDialog::SettingsDialog(BackgroundStreams* streams, QWidget* parent) connect(ui_->stacked_widget, SIGNAL(currentChanged(int)), SLOT(UpdatePopupVisible())); connect(ui_->notifications_pretty, SIGNAL(toggled(bool)), SLOT(UpdatePopupVisible())); + connect(ui_->notifications_custom_text_enabled, SIGNAL(toggled(bool)), SLOT(NotificationCustomTextChanged(bool))); + connect(ui_->notifications_preview, SIGNAL(clicked()), SLOT(PrepareNotificationPreview())); + + // Icons + ui_->notifications_exp_chooser1->setIcon(IconLoader::Load("list-add")); + ui_->notifications_exp_chooser2->setIcon(IconLoader::Load("list-add")); + // Make sure the list is big enough to show all the items ui_->list->setMinimumWidth(ui_->list->sizeHintForColumn(0)); @@ -390,6 +421,9 @@ void SettingsDialog::accept() { s.setValue("ShowOnVolumeChange", ui_->notifications_volume->isChecked()); s.setValue("ShowOnPlayModeChange", ui_->notifications_play_mode->isChecked()); s.setValue("ShowArt", ui_->notifications_art->isChecked()); + s.setValue("CustomTextEnabled", ui_->notifications_custom_text_enabled->isChecked()); + s.setValue("CustomText1", ui_->notifications_custom_text1->text()); + s.setValue("CustomText2", ui_->notifications_custom_text2->text()); s.endGroup(); s.beginGroup(OSDPretty::kSettingsGroup); @@ -574,6 +608,9 @@ void SettingsDialog::showEvent(QShowEvent*) { ui_->notifications_volume->setChecked(s.value("ShowOnVolumeChange", false).toBool()); ui_->notifications_play_mode->setChecked(s.value("ShowOnPlayModeChange", true).toBool()); ui_->notifications_art->setChecked(s.value("ShowArt", true).toBool()); + ui_->notifications_custom_text_enabled->setChecked(s.value("CustomTextEnabled", false).toBool()); + ui_->notifications_custom_text1->setText(s.value("CustomText1").toString()); + ui_->notifications_custom_text2->setText(s.value("CustomText2").toString()); s.endGroup(); // Pretty OSD @@ -641,6 +678,7 @@ void SettingsDialog::NotificationTypeChanged() { ui_->notifications_general->setEnabled(enabled); ui_->notifications_pretty_group->setEnabled(pretty); + ui_->notifications_custom_text_group->setEnabled(enabled); } void SettingsDialog::PrettyOpacityChanged(int value) { @@ -734,3 +772,39 @@ void SettingsDialog::SongInfoFontSizeChanged(double value) { ui_->song_info_font_preview->setFont(font); } + +void SettingsDialog::NotificationCustomTextChanged(bool enabled) { + ui_->notifications_custom_text1->setEnabled(enabled); + ui_->notifications_custom_text2->setEnabled(enabled); + ui_->notifications_exp_chooser1->setEnabled(enabled); + ui_->notifications_exp_chooser2->setEnabled(enabled); + ui_->notifications_preview->setEnabled(enabled); +} + +void SettingsDialog::PrepareNotificationPreview() { + OSD::Behaviour notificationType = OSD::Disabled; + if (ui_->notifications_native->isChecked()) { + notificationType = OSD::Native; + } else if (ui_->notifications_pretty->isChecked()) { + notificationType = OSD::Pretty; + } else if (ui_->notifications_tray->isChecked()) { + notificationType = OSD::TrayPopup; + } + + // If user changes timeout or other options, that won't be reflected in the preview + emit NotificationPreview(notificationType, ui_->notifications_custom_text1->text(), ui_->notifications_custom_text2->text()); +} + +void SettingsDialog::InsertVariableFirstLine(QAction* action) { + // We use action name, therefore those shouldn't be translatable + ui_->notifications_custom_text1->insert(action->text()); +} + +void SettingsDialog::InsertVariableSecondLine(QAction* action) { + // We use action name, therefore those shouldn't be translatable + ui_->notifications_custom_text2->insert(action->text()); +} + +void SettingsDialog::ShowMenuTooltip(QAction *action) { + QToolTip::showText(QCursor::pos(), action->toolTip()); +} diff --git a/src/ui/settingsdialog.h b/src/ui/settingsdialog.h index 01ce8e2be..b4ea6e042 100644 --- a/src/ui/settingsdialog.h +++ b/src/ui/settingsdialog.h @@ -23,6 +23,7 @@ #include #include "config.h" +#include "widgets/osd.h" class QBoxLayout; class QCheckBox; @@ -104,6 +105,11 @@ class SettingsDialog : public QDialog { private slots: void CurrentTextChanged(const QString& text); void NotificationTypeChanged(); + void NotificationCustomTextChanged(bool enabled); + void PrepareNotificationPreview(); + void InsertVariableFirstLine(QAction* action); + void InsertVariableSecondLine(QAction* action); + void ShowMenuTooltip(QAction* action); void PrettyOpacityChanged(int value); void PrettyColorPresetChanged(int index); @@ -146,8 +152,9 @@ class SettingsDialog : public QDialog { BackgroundStreams* streams_; -#ifdef HAVE_WIIMOTEDEV signals: + void NotificationPreview(OSD::Behaviour,QString,QString); +#ifdef HAVE_WIIMOTEDEV void SetWiimotedevInterfaceActived(bool); #endif }; diff --git a/src/ui/settingsdialog.ui b/src/ui/settingsdialog.ui index 63d6f0eab..67f967086 100644 --- a/src/ui/settingsdialog.ui +++ b/src/ui/settingsdialog.ui @@ -6,8 +6,8 @@ 0 0 - 774 - 618 + 748 + 642 @@ -125,7 +125,7 @@ - 9 + 4 @@ -851,6 +851,125 @@ + + + + Custom message settings + + + + + + QFrame::NoFrame + + + QFrame::Plain + + + 0 + + + + 0 + + + + + Use a custom message for notifications + + + + + + + false + + + + 0 + 0 + + + + Preview + + + + + + + + + + QFrame::StyledPanel + + + QFrame::Plain + + + 0 + + + + 0 + + + 0 + + + + + false + + + + + + + false + + + + + + + + + + First line: + + + + + + + Second line: + + + + + + + false + + + + + + + false + + + + + + + + + + + + @@ -1245,6 +1364,102 @@ + + + %artist% + + + Add song artist tag + + + + + %album% + + + Add song album tag + + + + + %title% + + + Add song title tag + + + + + %albumartist% + + + Add song albumartist tag + + + + + %year% + + + Add song year tag + + + + + %composer% + + + Add song composer tag + + + + + %disc% + + + Add song disc tag + + + + + %track% + + + Add song track tag + + + + + %genre% + + + Add song genre tag + + + + + %length% + + + Add song length tag + + + + + %playcount% + + + Add song play count + + + + + %skipcount% + + + Add song skip count + + diff --git a/src/widgets/osd.cpp b/src/widgets/osd.cpp index a33d45300..fddc60d5b 100644 --- a/src/widgets/osd.cpp +++ b/src/widgets/osd.cpp @@ -38,6 +38,10 @@ OSD::OSD(SystemTrayIcon* tray_icon, QObject* parent) show_on_volume_change_(false), show_art_(true), show_on_play_mode_change_(true), + use_custom_text_(false), + custom_text1_(QString()), + custom_text2_(QString()), + preview_mode_(false), force_show_next_(false), ignore_next_stopped_(false), pretty_popup_(new OSDPretty(OSDPretty::Mode_Popup)), @@ -70,6 +74,9 @@ void OSD::ReloadSettings() { show_on_volume_change_ = s.value("ShowOnVolumeChange", false).toBool(); show_art_ = s.value("ShowArt", true).toBool(); show_on_play_mode_change_ = s.value("ShowOnPlayModeChange", true).toBool(); + use_custom_text_ = s.value(("CustomTextEnabled"), false).toBool(); + custom_text1_ = s.value("CustomText1").toString(); + custom_text2_ = s.value("CustomText2").toString(); if (!SupportsNativeNotifications() && behaviour_ == Native) behaviour_ = Pretty; @@ -83,17 +90,43 @@ void OSD::ReloadSettings() { void OSD::SongChanged(const Song &song) { // no cover art yet tray_icon_->SetNowPlaying(song, NULL); - QString summary(song.PrettyTitle()); - if (!song.artist().isEmpty()) - summary = QString("%1 - %2").arg(song.artist(), summary); QStringList message_parts; - if (!song.album().isEmpty()) - message_parts << song.album(); - if (song.disc() > 0) - message_parts << tr("disc %1").arg(song.disc()); - if (song.track() > 0) - message_parts << tr("track %1").arg(song.track()); + QString summary; + if (!use_custom_text_) { + summary = song.PrettyTitle(); + if (!song.artist().isEmpty()) + summary = QString("%1 - %2").arg(song.artist(), summary); + if (!song.album().isEmpty()) + message_parts << song.album(); + if (song.disc() > 0) + message_parts << tr("disc %1").arg(song.disc()); + if (song.track() > 0) + message_parts << tr("track %1").arg(song.track()); + } else { + QRegExp variable_replacer("[%][a-z]+[%]"); + summary = custom_text1_; + QString message(custom_text2_); + + // Replace the first line + int pos = 0; + variable_replacer.indexIn(custom_text1_); + while ((pos = variable_replacer.indexIn(custom_text1_, pos)) != -1) { + QStringList captured = variable_replacer.capturedTexts(); + summary.replace(captured[0], ReplaceVariable(captured[0], song)); + pos += variable_replacer.matchedLength(); + } + + // Replace the second line + pos = 0; + variable_replacer.indexIn(custom_text2_); + while ((pos = variable_replacer.indexIn(custom_text2_, pos)) != -1) { + QStringList captured = variable_replacer.capturedTexts(); + message.replace(captured[0], ReplaceVariable(captured[0], song)); + pos += variable_replacer.matchedLength(); + } + message_parts << message; + } WaitingForAlbumArt waiting; waiting.icon = "notification-audio-play"; @@ -121,6 +154,12 @@ void OSD::AlbumArtLoaded(quint64 id, const QImage& image) { void OSD::AlbumArtLoaded(const WaitingForAlbumArt info, const QImage& image) { ShowMessage(info.summary, info.message, info.icon, image); + + // Reload the saved settings if they were changed for preview + if (preview_mode_) { + ReloadSettings(); + preview_mode_ = false; + } } void OSD::Paused() { @@ -258,3 +297,47 @@ void OSD::RepeatModeChanged(PlaylistSequence::RepeatMode mode) { ShowMessage(QCoreApplication::applicationName(), current_mode); } } + +QString OSD::ReplaceVariable(const QString& variable, const Song& song) { + QString return_value; + if (variable == "%artist%") { + return song.artist(); + } else if (variable == "%album%") { + return song.album(); + } else if (variable == "%title%") { + return song.PrettyTitle(); + } else if (variable == "%albumartist%") { + return song.albumartist(); + } else if (variable == "%year%") { + return song.PrettyYear(); + } else if (variable == "%composer%") { + return song.composer(); + } else if (variable == "%length%") { + return song.PrettyLength(); + } else if (variable == "%disc%") { + return return_value.setNum(song.disc()); + } else if (variable == "%track%") { + return return_value.setNum(song.track()); + } else if (variable == "%genre%") { + return song.genre(); + } else if (variable == "%playcount%") { + return return_value.setNum(song.playcount()); + } else if (variable == "%skipcount%") { + return return_value.setNum(song.skipcount()); + } + + //if the variable is not recognized, just return it + return variable; +} + +void OSD::ShowPreview(const Behaviour type, const QString& line1, const QString& line2, const Song& song) { + behaviour_ = type; + custom_text1_ = line1; + custom_text2_ = line2; + if (!use_custom_text_) + use_custom_text_ = true; + SongChanged(song); + + // We want to reload the settings, but we can't do this here because the cover art loading is asynch + preview_mode_ = true; +} diff --git a/src/widgets/osd.h b/src/widgets/osd.h index 06b44747e..05d12d1ce 100644 --- a/src/widgets/osd.h +++ b/src/widgets/osd.h @@ -85,6 +85,8 @@ class OSD : public QObject { void WiiremoteCriticalBattery(int id, int live); #endif + void ShowPreview(const Behaviour type, const QString& line1, const QString& line2, const Song& song); + private: struct WaitingForAlbumArt { QString summary; @@ -103,6 +105,7 @@ class OSD : public QObject { const QString& message, const QString& icon = QString(), const QImage& image = QImage()); + QString ReplaceVariable(const QString& variable, const Song& song); private slots: void CallFinished(QDBusPendingCallWatcher* watcher); @@ -118,6 +121,10 @@ class OSD : public QObject { bool show_on_volume_change_; bool show_art_; bool show_on_play_mode_change_; + bool use_custom_text_; + QString custom_text1_; + QString custom_text2_; + bool preview_mode_; bool force_show_next_; bool ignore_next_stopped_;