diff -Nru clementine-1.3.1-236/debian/changelog clementine-1.3.1-237/debian/changelog --- clementine-1.3.1-236/debian/changelog 2016-09-18 12:58:53.000000000 +0000 +++ clementine-1.3.1-237/debian/changelog 2016-09-19 10:37:25.000000000 +0000 @@ -1,5 +1,5 @@ -clementine (1.3.1-236-g622a3e4~trusty) trusty; urgency=low +clementine (1.3.1-237-g20ed72f~trusty) trusty; urgency=low - * Version 1.3.1-236-g622a3e4 + * Version 1.3.1-237-g20ed72f - -- David Sansome Sun, 18 Sep 2016 12:58:53 +0000 + -- David Sansome Mon, 19 Sep 2016 10:37:25 +0000 diff -Nru clementine-1.3.1-236/debian/rules clementine-1.3.1-237/debian/rules --- clementine-1.3.1-236/debian/rules 2016-09-18 12:58:53.000000000 +0000 +++ clementine-1.3.1-237/debian/rules 2016-09-19 10:37:25.000000000 +0000 @@ -13,7 +13,7 @@ cd bin && cmake .. \ -DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/clementine/usr \ -DBUNDLE_PROJECTM_PRESETS=OFF \ - -DFORCE_GIT_REVISION=1.3.1-236-g622a3e4 + -DFORCE_GIT_REVISION=1.3.1-237-g20ed72f touch configure-stamp build: build-stamp diff -Nru clementine-1.3.1-236/dist/clementine.spec clementine-1.3.1-237/dist/clementine.spec --- clementine-1.3.1-236/dist/clementine.spec 2016-09-18 12:58:52.000000000 +0000 +++ clementine-1.3.1-237/dist/clementine.spec 2016-09-19 10:37:25.000000000 +0000 @@ -1,12 +1,12 @@ Name: clementine Version: 1.3.1 -Release: 2.236.g622a3e4%{?dist} +Release: 2.237.g20ed72f%{?dist} Summary: A music player and library organiser Group: Applications/Multimedia License: GPLv3 URL: http://www.clementine-player.org/ -Source0: %{name}-1.3.1-236-g622a3e4.tar.xz +Source0: %{name}-1.3.1-237-g20ed72f.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils liblastfm-devel taglib-devel gettext @@ -57,7 +57,7 @@ * Queue manager %prep -%setup -q -n %{name}-1.3.1-236-g622a3e4 +%setup -q -n %{name}-1.3.1-237-g20ed72f %build @@ -92,5 +92,5 @@ %{_datadir}/icons/hicolor/scalable/apps/clementine.svg %changelog -* Sun Sep 18 2016 David Sansome - 1.3.1 -- Version 1.3.1-236-g622a3e4 +* Mon Sep 19 2016 David Sansome - 1.3.1 +- Version 1.3.1-237-g20ed72f diff -Nru clementine-1.3.1-236/dist/Info.plist clementine-1.3.1-237/dist/Info.plist --- clementine-1.3.1-236/dist/Info.plist 2016-09-18 12:58:52.000000000 +0000 +++ clementine-1.3.1-237/dist/Info.plist 2016-09-19 10:37:25.000000000 +0000 @@ -9,7 +9,7 @@ CFBundleExecutable clementine CFBundleGetInfoString - Clementine 1.3.1-236-g622a3e4 + Clementine 1.3.1-237-g20ed72f CFBundleIconFile clementine CFBundleIdentifier @@ -17,15 +17,15 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 1.3.1-236-g622a3e4 + 1.3.1-237-g20ed72f CFBundleName Clementine CFBundlePackageType APPL CFBundleShortVersionString - 1.3.1-236-g622a3e4 + 1.3.1-237-g20ed72f CFBundleVersion - 4096.1.3.1.2.236 + 4096.1.3.1.2.237 CSResourcesFileMapped LSRequiresCarbon diff -Nru clementine-1.3.1-236/dist/maketarball.sh clementine-1.3.1-237/dist/maketarball.sh --- clementine-1.3.1-236/dist/maketarball.sh 2016-09-18 12:58:52.000000000 +0000 +++ clementine-1.3.1-237/dist/maketarball.sh 2016-09-19 10:37:25.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/bash name=clementine -version="1.3.1-236-g622a3e4" +version="1.3.1-237-g20ed72f" deb_dist="trusty" root=$(cd "${0%/*}/.." && echo $PWD/${0##*/}) root=`dirname "$root"` diff -Nru clementine-1.3.1-236/dist/windows/clementine.nsi clementine-1.3.1-237/dist/windows/clementine.nsi --- clementine-1.3.1-236/dist/windows/clementine.nsi 2016-09-18 12:58:52.000000000 +0000 +++ clementine-1.3.1-237/dist/windows/clementine.nsi 2016-09-19 10:37:25.000000000 +0000 @@ -3,8 +3,8 @@ !define PRODUCT_PUBLISHER "Clementine" !define PRODUCT_VERSION_MAJOR 1 !define PRODUCT_VERSION_MINOR 3 -!define PRODUCT_DISPLAY_VERSION "1.3.1-236-g622a3e4" -!define PRODUCT_DISPLAY_VERSION_SHORT "1.3.1-236-g622a3e4" +!define PRODUCT_DISPLAY_VERSION "1.3.1-237-g20ed72f" +!define PRODUCT_DISPLAY_VERSION_SHORT "1.3.1-237-g20ed72f" !define PRODUCT_WEB_SITE "http://www.clementine-player.org/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" @@ -104,7 +104,7 @@ !insertmacro MUI_LANGUAGE "Esperanto" Name "${PRODUCT_NAME}" -OutFile "${PRODUCT_NAME}Setup-1.3.1-236-g622a3e4.exe" +OutFile "${PRODUCT_NAME}Setup-1.3.1-237-g20ed72f.exe" InstallDir "${PRODUCT_INSTALL_DIR}" ; Get the path where Clementine was installed previously and set it as default path diff -Nru clementine-1.3.1-236/dist/windows/clementine-portable.nsi clementine-1.3.1-237/dist/windows/clementine-portable.nsi --- clementine-1.3.1-236/dist/windows/clementine-portable.nsi 2016-09-18 12:58:52.000000000 +0000 +++ clementine-1.3.1-237/dist/windows/clementine-portable.nsi 2016-09-19 10:37:25.000000000 +0000 @@ -3,8 +3,8 @@ !define PRODUCT_PUBLISHER "Clementine" !define PRODUCT_VERSION_MAJOR 1 !define PRODUCT_VERSION_MINOR 3 -!define PRODUCT_DISPLAY_VERSION "1.3.1-236-g622a3e4" -!define PRODUCT_DISPLAY_VERSION_SHORT "1.3.1-236-g622a3e4" +!define PRODUCT_DISPLAY_VERSION "1.3.1-237-g20ed72f" +!define PRODUCT_DISPLAY_VERSION_SHORT "1.3.1-237-g20ed72f" !define PRODUCT_WEB_SITE "http://www.clementine-player.org/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" @@ -104,7 +104,7 @@ !insertmacro MUI_LANGUAGE "Esperanto" Name "${PRODUCT_NAME}" -OutFile "${PRODUCT_NAME}Setup-1.3.1-236-g622a3e4.exe" +OutFile "${PRODUCT_NAME}Setup-1.3.1-237-g20ed72f.exe" InstallDir "${PRODUCT_INSTALL_DIR}" ; Get the path where Clementine was installed previously and set it as default path diff -Nru clementine-1.3.1-236/src/translations/af.po clementine-1.3.1-237/src/translations/af.po --- clementine-1.3.1-236/src/translations/af.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/af.po 2016-09-19 10:37:21.000000000 +0000 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Afrikaans (http://www.transifex.com/davidsansome/clementine/language/af/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3128,8 +3128,8 @@ msgstr "Lirieke vanaf %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Lirieke van die ID3v2 etiket" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/ar.po clementine-1.3.1-237/src/translations/ar.po --- clementine-1.3.1-236/src/translations/ar.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ar.po 2016-09-19 10:37:21.000000000 +0000 @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Arabic (http://www.transifex.com/davidsansome/clementine/language/ar/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3131,7 +3131,7 @@ msgstr "كلمات المقطع من %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/be.po clementine-1.3.1-237/src/translations/be.po --- clementine-1.3.1-236/src/translations/be.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/be.po 2016-09-19 10:37:21.000000000 +0000 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Belarusian (http://www.transifex.com/davidsansome/clementine/language/be/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3127,7 +3127,7 @@ msgstr "Тэкст песьні з %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/bg.po clementine-1.3.1-237/src/translations/bg.po --- clementine-1.3.1-236/src/translations/bg.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/bg.po 2016-09-19 10:37:21.000000000 +0000 @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Bulgarian (http://www.transifex.com/davidsansome/clementine/language/bg/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3131,7 +3131,7 @@ msgstr "Текстове на песни от %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/bn.po clementine-1.3.1-237/src/translations/bn.po --- clementine-1.3.1-236/src/translations/bn.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/bn.po 2016-09-19 10:37:21.000000000 +0000 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Bengali (http://www.transifex.com/davidsansome/clementine/language/bn/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3125,7 +3125,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/br.po clementine-1.3.1-237/src/translations/br.po --- clementine-1.3.1-236/src/translations/br.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/br.po 2016-09-19 10:37:21.000000000 +0000 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Breton (http://www.transifex.com/davidsansome/clementine/language/br/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3129,8 +3129,8 @@ msgstr "Komzoù eus %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Komzoù adalek ar c'hlav ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/bs.po clementine-1.3.1-237/src/translations/bs.po --- clementine-1.3.1-236/src/translations/bs.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/bs.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Bosnian (http://www.transifex.com/davidsansome/clementine/language/bs/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/ca.po clementine-1.3.1-237/src/translations/ca.po --- clementine-1.3.1-236/src/translations/ca.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ca.po 2016-09-19 10:37:21.000000000 +0000 @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Catalan (http://www.transifex.com/davidsansome/clementine/language/ca/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -2578,7 +2578,7 @@ #: library/libraryfilterwidget.cpp:150 msgid "Group by Album artist/Album" -msgstr "" +msgstr "Agrupa per artista de l'àlbum/àlbum" #: library/libraryfilterwidget.cpp:143 msgid "Group by Artist" @@ -3132,8 +3132,8 @@ msgstr "Lletres des de %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Lletra de l’etiqueta ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" @@ -4646,7 +4646,7 @@ #: ../bin/src/ui_mainwindow.h:729 msgid "Show or hide the sidebar" -msgstr "" +msgstr "Mostra o amaga la barra lateral" #: ../bin/src/ui_vksettingspage.h:220 msgid "Show playing song on your page" @@ -4658,7 +4658,7 @@ #: ../bin/src/ui_mainwindow.h:727 msgid "Show sidebar" -msgstr "" +msgstr "Mostra la barra lateral" #: ../bin/src/ui_lastfmsettingspage.h:136 msgid "Show the \"love\" button" diff -Nru clementine-1.3.1-236/src/translations/cs.po clementine-1.3.1-237/src/translations/cs.po --- clementine-1.3.1-236/src/translations/cs.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/cs.po 2016-09-19 10:37:21.000000000 +0000 @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-07 12:30+0000\n" -"Last-Translator: fri\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" +"Last-Translator: Clementine Buildbot \n" "Language-Team: Czech (http://www.transifex.com/davidsansome/clementine/language/cs/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -3136,8 +3136,8 @@ msgstr "Texty písní z %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Texty písní ze značky ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/cy.po clementine-1.3.1-237/src/translations/cy.po --- clementine-1.3.1-236/src/translations/cy.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/cy.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Welsh (http://www.transifex.com/davidsansome/clementine/language/cy/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/da.po clementine-1.3.1-237/src/translations/da.po --- clementine-1.3.1-236/src/translations/da.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/da.po 2016-09-19 10:37:21.000000000 +0000 @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Danish (http://www.transifex.com/davidsansome/clementine/language/da/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3134,8 +3134,8 @@ msgstr "Sangtekster fra %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Tekster fra ID3v2 mærket" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/de.po clementine-1.3.1-237/src/translations/de.po --- clementine-1.3.1-236/src/translations/de.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/de.po 2016-09-19 10:37:21.000000000 +0000 @@ -60,8 +60,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-10 12:41+0000\n" -"Last-Translator: Ettore Atalan \n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" +"Last-Translator: Clementine Buildbot \n" "Language-Team: German (http://www.transifex.com/davidsansome/clementine/language/de/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -3176,8 +3176,8 @@ msgstr "Liedtext von %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Liedtext vom ID3v2-Schlagwort" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/el.po clementine-1.3.1-237/src/translations/el.po --- clementine-1.3.1-236/src/translations/el.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/el.po 2016-09-19 10:37:21.000000000 +0000 @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-07 04:03+0000\n" -"Last-Translator: Dimitrios Glentadakis \n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" +"Last-Translator: Clementine Buildbot \n" "Language-Team: Greek (http://www.transifex.com/davidsansome/clementine/language/el/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -3139,8 +3139,8 @@ msgstr "Στίχοι από %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Στίχοι από την ετικέτα ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/en_CA.po clementine-1.3.1-237/src/translations/en_CA.po --- clementine-1.3.1-236/src/translations/en_CA.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/en_CA.po 2016-09-19 10:37:21.000000000 +0000 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: English (Canada) (http://www.transifex.com/davidsansome/clementine/language/en_CA/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3125,7 +3125,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/en_GB.po clementine-1.3.1-237/src/translations/en_GB.po --- clementine-1.3.1-236/src/translations/en_GB.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/en_GB.po 2016-09-19 10:37:21.000000000 +0000 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/davidsansome/clementine/language/en_GB/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3125,8 +3125,8 @@ msgstr "Lyrics from %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/eo.po clementine-1.3.1-237/src/translations/eo.po --- clementine-1.3.1-236/src/translations/eo.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/eo.po 2016-09-19 10:37:21.000000000 +0000 @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Esperanto (http://www.transifex.com/davidsansome/clementine/language/eo/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3126,7 +3126,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/es.po clementine-1.3.1-237/src/translations/es.po --- clementine-1.3.1-236/src/translations/es.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/es.po 2016-09-19 10:37:21.000000000 +0000 @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Spanish (http://www.transifex.com/davidsansome/clementine/language/es/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3153,8 +3153,8 @@ msgstr "Letra de %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Letra de la etiqueta ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/et.po clementine-1.3.1-237/src/translations/et.po --- clementine-1.3.1-236/src/translations/et.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/et.po 2016-09-19 10:37:21.000000000 +0000 @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Estonian (http://www.transifex.com/davidsansome/clementine/language/et/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3126,7 +3126,7 @@ msgstr "Laulusõnad saidilt %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/eu.po clementine-1.3.1-237/src/translations/eu.po --- clementine-1.3.1-236/src/translations/eu.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/eu.po 2016-09-19 10:37:21.000000000 +0000 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Basque (http://www.transifex.com/davidsansome/clementine/language/eu/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3127,7 +3127,7 @@ msgstr "%1-eko letrak" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/fa.po clementine-1.3.1-237/src/translations/fa.po --- clementine-1.3.1-236/src/translations/fa.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/fa.po 2016-09-19 10:37:21.000000000 +0000 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Persian (http://www.transifex.com/davidsansome/clementine/language/fa/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3127,7 +3127,7 @@ msgstr "متن آهنگ از %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/fi.po clementine-1.3.1-237/src/translations/fi.po --- clementine-1.3.1-236/src/translations/fi.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/fi.po 2016-09-19 10:37:21.000000000 +0000 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 14:31+0000\n" +"PO-Revision-Date: 2016-09-18 14:49+0000\n" "Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish (http://www.transifex.com/davidsansome/clementine/language/fi/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3128,8 +3128,8 @@ msgstr "Sanoitukset tarjoaa %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Sanoitukset ID3v2-tunnisteesta" +msgid "Lyrics from the tag" +msgstr "Sanoitukset tunnisteesta" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/fr.po clementine-1.3.1-237/src/translations/fr.po --- clementine-1.3.1-236/src/translations/fr.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/fr.po 2016-09-19 10:37:21.000000000 +0000 @@ -48,8 +48,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" -"Last-Translator: Clementine Buildbot \n" +"PO-Revision-Date: 2016-09-18 15:13+0000\n" +"Last-Translator: jb78180 \n" "Language-Team: French (http://www.transifex.com/davidsansome/clementine/language/fr/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -399,7 +399,7 @@ "href=\"%1\">%2, which is released under the Creative Commons" " Attribution-Share-Alike License 3.0.

" -msgstr "" +msgstr "

Cet article utilise du matériel de l'article Wikipédia %2, qui est publié sous licence Creative Commons Attribution - Partage dans les Mêmes Conditions 3.0.

" #: ../bin/src/ui_organisedialog.h:250 msgid "" @@ -1607,7 +1607,7 @@ #: core/commandlineoptions.cpp:172 msgid "Create a new playlist with files/URLs" -msgstr "" +msgstr "Créer une nouvelle playlist avec fichiers/URLs" #: ../bin/src/ui_playbacksettingspage.h:344 msgid "Cross-fade when changing tracks automatically" @@ -2610,7 +2610,7 @@ #: library/libraryfilterwidget.cpp:150 msgid "Group by Album artist/Album" -msgstr "" +msgstr "Grouper par Artiste d'album/Album" #: library/libraryfilterwidget.cpp:143 msgid "Group by Artist" @@ -3164,8 +3164,8 @@ msgstr "Paroles récupérées depuis %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Paroles récupérées depuis le tag ID3v2" +msgid "Lyrics from the tag" +msgstr "Paroles récupérées depuis le tag" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" @@ -4678,7 +4678,7 @@ #: ../bin/src/ui_mainwindow.h:729 msgid "Show or hide the sidebar" -msgstr "" +msgstr "Afficher ou masquer la barre latérale" #: ../bin/src/ui_vksettingspage.h:220 msgid "Show playing song on your page" @@ -4690,7 +4690,7 @@ #: ../bin/src/ui_mainwindow.h:727 msgid "Show sidebar" -msgstr "" +msgstr "Afficher la barre latérale" #: ../bin/src/ui_lastfmsettingspage.h:136 msgid "Show the \"love\" button" diff -Nru clementine-1.3.1-236/src/translations/ga.po clementine-1.3.1-237/src/translations/ga.po --- clementine-1.3.1-236/src/translations/ga.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ga.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Irish (http://www.transifex.com/davidsansome/clementine/language/ga/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "Liricí ó %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/gl.po clementine-1.3.1-237/src/translations/gl.po --- clementine-1.3.1-236/src/translations/gl.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/gl.po 2016-09-19 10:37:21.000000000 +0000 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Galician (http://www.transifex.com/davidsansome/clementine/language/gl/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3127,7 +3127,7 @@ msgstr "Letra de %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/he_IL.po clementine-1.3.1-237/src/translations/he_IL.po --- clementine-1.3.1-236/src/translations/he_IL.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/he_IL.po 2016-09-19 10:37:21.000000000 +0000 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/davidsansome/clementine/language/he_IL/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3122,7 +3122,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/he.po clementine-1.3.1-237/src/translations/he.po --- clementine-1.3.1-236/src/translations/he.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/he.po 2016-09-19 10:37:21.000000000 +0000 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Hebrew (http://www.transifex.com/davidsansome/clementine/language/he/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3130,7 +3130,7 @@ msgstr "מילות השיר מתוך %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/hi.po clementine-1.3.1-237/src/translations/hi.po --- clementine-1.3.1-236/src/translations/hi.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/hi.po 2016-09-19 10:37:21.000000000 +0000 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Hindi (http://www.transifex.com/davidsansome/clementine/language/hi/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3125,7 +3125,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/hr.po clementine-1.3.1-237/src/translations/hr.po --- clementine-1.3.1-236/src/translations/hr.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/hr.po 2016-09-19 10:37:21.000000000 +0000 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Croatian (http://www.transifex.com/davidsansome/clementine/language/hr/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3127,8 +3127,8 @@ msgstr "Tekstovi pjesama sa %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Tekst pjesme s ID3v2 oznake" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/hu.po clementine-1.3.1-237/src/translations/hu.po --- clementine-1.3.1-236/src/translations/hu.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/hu.po 2016-09-19 10:37:21.000000000 +0000 @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 13:53+0000\n" +"PO-Revision-Date: 2016-09-18 13:08+0000\n" "Last-Translator: Balázs Meskó \n" "Language-Team: Hungarian (http://www.transifex.com/davidsansome/clementine/language/hu/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3133,8 +3133,8 @@ msgstr "%1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Dalszöveg az ID3v2 címkéből" +msgid "Lyrics from the tag" +msgstr "Dalszöveg a címkéből" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/hy.po clementine-1.3.1-237/src/translations/hy.po --- clementine-1.3.1-236/src/translations/hy.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/hy.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Armenian (http://www.transifex.com/davidsansome/clementine/language/hy/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/ia.po clementine-1.3.1-237/src/translations/ia.po --- clementine-1.3.1-236/src/translations/ia.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ia.po 2016-09-19 10:37:21.000000000 +0000 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Interlingua (http://www.transifex.com/davidsansome/clementine/language/ia/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3125,7 +3125,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/id.po clementine-1.3.1-237/src/translations/id.po --- clementine-1.3.1-236/src/translations/id.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/id.po 2016-09-19 10:37:21.000000000 +0000 @@ -28,7 +28,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Indonesian (http://www.transifex.com/davidsansome/clementine/language/id/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3144,8 +3144,8 @@ msgstr "Lirik dari %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Lirik dari tag ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/is.po clementine-1.3.1-237/src/translations/is.po --- clementine-1.3.1-236/src/translations/is.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/is.po 2016-09-19 10:37:21.000000000 +0000 @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Icelandic (http://www.transifex.com/davidsansome/clementine/language/is/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3126,7 +3126,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/it.po clementine-1.3.1-237/src/translations/it.po --- clementine-1.3.1-236/src/translations/it.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/it.po 2016-09-19 10:37:21.000000000 +0000 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 22:28+0000\n" +"PO-Revision-Date: 2016-09-18 16:39+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/davidsansome/clementine/language/it/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3128,8 +3128,8 @@ msgstr "Testi da %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Testi dal tag ID3v2" +msgid "Lyrics from the tag" +msgstr "Testi dal tag" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/ja.po clementine-1.3.1-237/src/translations/ja.po --- clementine-1.3.1-236/src/translations/ja.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ja.po 2016-09-19 10:37:21.000000000 +0000 @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Japanese (http://www.transifex.com/davidsansome/clementine/language/ja/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3131,8 +3131,8 @@ msgstr "%1 からの歌詞" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "ID3v2 タグからの歌詞" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/ka.po clementine-1.3.1-237/src/translations/ka.po --- clementine-1.3.1-236/src/translations/ka.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ka.po 2016-09-19 10:37:21.000000000 +0000 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Georgian (http://www.transifex.com/davidsansome/clementine/language/ka/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3125,7 +3125,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/kk.po clementine-1.3.1-237/src/translations/kk.po --- clementine-1.3.1-236/src/translations/kk.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/kk.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Kazakh (http://www.transifex.com/davidsansome/clementine/language/kk/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/ko.po clementine-1.3.1-237/src/translations/ko.po --- clementine-1.3.1-236/src/translations/ko.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ko.po 2016-09-19 10:37:21.000000000 +0000 @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Korean (http://www.transifex.com/davidsansome/clementine/language/ko/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3136,8 +3136,8 @@ msgstr "%1 의 가사" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "ID3v2 태그의 가사" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/lt.po clementine-1.3.1-237/src/translations/lt.po --- clementine-1.3.1-236/src/translations/lt.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/lt.po 2016-09-19 10:37:21.000000000 +0000 @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 17:20+0000\n" -"Last-Translator: Moo\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" +"Last-Translator: Clementine Buildbot \n" "Language-Team: Lithuanian (http://www.transifex.com/davidsansome/clementine/language/lt/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -3128,8 +3128,8 @@ msgstr "Žodžiai iš %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Dainos žodžiai iš ID3v2 žymės" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/lv.po clementine-1.3.1-237/src/translations/lv.po --- clementine-1.3.1-236/src/translations/lv.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/lv.po 2016-09-19 10:37:21.000000000 +0000 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Latvian (http://www.transifex.com/davidsansome/clementine/language/lv/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3128,7 +3128,7 @@ msgstr "Dziesmas vārdi no %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/mk_MK.po clementine-1.3.1-237/src/translations/mk_MK.po --- clementine-1.3.1-236/src/translations/mk_MK.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/mk_MK.po 2016-09-19 10:37:21.000000000 +0000 @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Macedonian (Macedonia) (http://www.transifex.com/davidsansome/clementine/language/mk_MK/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3126,7 +3126,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/mr.po clementine-1.3.1-237/src/translations/mr.po --- clementine-1.3.1-236/src/translations/mr.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/mr.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Marathi (http://www.transifex.com/davidsansome/clementine/language/mr/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/ms.po clementine-1.3.1-237/src/translations/ms.po --- clementine-1.3.1-236/src/translations/ms.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ms.po 2016-09-19 10:37:21.000000000 +0000 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Malay (http://www.transifex.com/davidsansome/clementine/language/ms/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -192,7 +192,7 @@ #: ../bin/src/ui_edittagdialog.h:728 msgid "&Grouping" -msgstr "" +msgstr "Pen&gelompokan" #: ../bin/src/ui_mainwindow.h:734 msgid "&Help" @@ -217,7 +217,7 @@ #: ../bin/src/ui_edittagdialog.h:731 msgid "&Lyrics" -msgstr "" +msgstr "&Lirik" #: ../bin/src/ui_mainwindow.h:732 msgid "&Music" @@ -257,7 +257,7 @@ #: ../bin/src/ui_edittagdialog.h:724 msgid "&Year" -msgstr "" +msgstr "&Tahun" #: ui/edittagdialog.cpp:50 msgid "(different across multiple songs)" @@ -360,7 +360,7 @@ "href=\"%1\">%2, which is released under the Creative Commons" " Attribution-Share-Alike License 3.0.

" -msgstr "" +msgstr "

Artikel ini menggunakan bahan dari artikel Wikipedia %2, yang telah dikeluarkan di bawah Creative Commons Attribution-Share-Alike License 3.0.

" #: ../bin/src/ui_organisedialog.h:250 msgid "" @@ -1002,7 +1002,7 @@ #: songinfo/artistbiography.cpp:90 songinfo/artistbiography.cpp:255 msgid "Biography" -msgstr "" +msgstr "Biografi" #: playlist/playlist.cpp:1355 ../bin/src/ui_edittagdialog.h:706 msgid "Bit rate" @@ -1341,7 +1341,7 @@ #: ../bin/src/ui_edittagdialog.h:726 msgid "Co&mposer" -msgstr "" +msgstr "Pengg&ubah" #: ../bin/src/ui_appearancesettingspage.h:271 msgid "Colors" @@ -1568,7 +1568,7 @@ #: core/commandlineoptions.cpp:172 msgid "Create a new playlist with files/URLs" -msgstr "" +msgstr "Cipta satu senarai main baharu dengan fail/URL" #: ../bin/src/ui_playbacksettingspage.h:344 msgid "Cross-fade when changing tracks automatically" @@ -2302,7 +2302,7 @@ #: internet/soundcloud/soundcloudservice.cpp:141 msgid "Favorites" -msgstr "" +msgstr "Kegemaran" #: library/library.cpp:88 msgid "Favourite tracks" @@ -2492,7 +2492,7 @@ #: ../bin/src/ui_edittagdialog.h:729 msgid "Ge&nre" -msgstr "" +msgstr "Ge&nre" #: ui/settingsdialog.cpp:137 msgid "General" @@ -2571,7 +2571,7 @@ #: library/libraryfilterwidget.cpp:150 msgid "Group by Album artist/Album" -msgstr "" +msgstr "Kumpulkan mengikut Artis album/Album" #: library/libraryfilterwidget.cpp:143 msgid "Group by Artist" @@ -3125,8 +3125,8 @@ msgstr "Lirik dari %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Lirik dari tag ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" @@ -3630,7 +3630,7 @@ #: songinfo/artistbiography.cpp:94 songinfo/artistbiography.cpp:261 msgid "Open in your browser" -msgstr "" +msgstr "Buka dengan pelayar anda" #: ../bin/src/ui_globalshortcutssettingspage.h:168 #: ../bin/src/ui_globalshortcutssettingspage.h:170 @@ -3728,7 +3728,7 @@ #: devices/udisks2lister.cpp:79 msgid "Partition label" -msgstr "" +msgstr "Label sekatan" #: ui/equalizer.cpp:139 msgid "Party" @@ -4357,7 +4357,7 @@ #: ../bin/src/ui_behavioursettingspage.h:313 msgid "Scroll over icon to change track" -msgstr "" +msgstr "Tatal di atas ikon untuk menukar trek" #: ../bin/src/ui_seafilesettingspage.h:164 msgid "Seafile" @@ -4639,7 +4639,7 @@ #: ../bin/src/ui_mainwindow.h:729 msgid "Show or hide the sidebar" -msgstr "" +msgstr "Tunjuk atau sembunyi palang sisi" #: ../bin/src/ui_vksettingspage.h:220 msgid "Show playing song on your page" @@ -4651,7 +4651,7 @@ #: ../bin/src/ui_mainwindow.h:727 msgid "Show sidebar" -msgstr "" +msgstr "Tunjuk palang sisi" #: ../bin/src/ui_lastfmsettingspage.h:136 msgid "Show the \"love\" button" @@ -5235,7 +5235,7 @@ #: ../bin/src/ui_edittagdialog.h:720 msgid "Trac&k" -msgstr "" +msgstr "Tre&k" #: playlist/playlist.cpp:1323 ui/organisedialog.cpp:69 #: ../bin/src/ui_trackselectiondialog.h:212 ../bin/src/ui_ripcddialog.h:304 @@ -5289,7 +5289,7 @@ #: devices/udisks2lister.cpp:80 msgid "UUID" -msgstr "" +msgstr "UUID" #: ../bin/src/ui_transcoderoptionsspeex.h:227 msgid "Ultra wide band (UWB)" diff -Nru clementine-1.3.1-236/src/translations/my.po clementine-1.3.1-237/src/translations/my.po --- clementine-1.3.1-236/src/translations/my.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/my.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Burmese (http://www.transifex.com/davidsansome/clementine/language/my/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "%1 မှသီချင်းစာသားများ" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/nb.po clementine-1.3.1-237/src/translations/nb.po --- clementine-1.3.1-236/src/translations/nb.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/nb.po 2016-09-19 10:37:21.000000000 +0000 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/davidsansome/clementine/language/nb/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3127,8 +3127,8 @@ msgstr "Sangtekst fra %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Sangtekst fra ID3v2-taggen" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/nl.po clementine-1.3.1-237/src/translations/nl.po --- clementine-1.3.1-236/src/translations/nl.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/nl.po 2016-09-19 10:37:21.000000000 +0000 @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:51+0000\n" +"PO-Revision-Date: 2016-09-18 19:42+0000\n" "Last-Translator: Senno Kaasjager \n" "Language-Team: Dutch (http://www.transifex.com/davidsansome/clementine/language/nl/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3132,8 +3132,8 @@ msgstr "Songtekst van %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Songteksten van de ID3v2 tag" +msgid "Lyrics from the tag" +msgstr "Songteksten van de tag" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/oc.po clementine-1.3.1-237/src/translations/oc.po --- clementine-1.3.1-236/src/translations/oc.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/oc.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/davidsansome/clementine/language/oc/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/pa.po clementine-1.3.1-237/src/translations/pa.po --- clementine-1.3.1-236/src/translations/pa.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/pa.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/davidsansome/clementine/language/pa/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/pl.po clementine-1.3.1-237/src/translations/pl.po --- clementine-1.3.1-236/src/translations/pl.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/pl.po 2016-09-19 10:37:21.000000000 +0000 @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Polish (http://www.transifex.com/davidsansome/clementine/language/pl/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3139,8 +3139,8 @@ msgstr "Tekst z %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Tekst ze znacznika ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/pt_BR.po clementine-1.3.1-237/src/translations/pt_BR.po --- clementine-1.3.1-236/src/translations/pt_BR.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/pt_BR.po 2016-09-19 10:37:21.000000000 +0000 @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 17:37+0000\n" -"Last-Translator: carlo giusepe tadei valente sasaki \n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" +"Last-Translator: Clementine Buildbot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/davidsansome/clementine/language/pt_BR/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -3135,8 +3135,8 @@ msgstr "Letras de %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Letras da tag ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/pt.po clementine-1.3.1-237/src/translations/pt.po --- clementine-1.3.1-236/src/translations/pt.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/pt.po 2016-09-19 10:37:21.000000000 +0000 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-11 22:41+0000\n" +"PO-Revision-Date: 2016-09-18 21:28+0000\n" "Last-Translator: Sérgio Marques \n" "Language-Team: Portuguese (http://www.transifex.com/davidsansome/clementine/language/pt/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -356,7 +356,7 @@ "files tags for all your library's songs.

This is not needed if the " ""Save ratings and statistics in file tags" option has always been " "activated.

" -msgstr "

Esta ação irá guardar as estatísticas e as avaliações nos detalhes dos ficheiros, para todas as faixas da coleção.

Não será necessário se a opção "Guardar avaliações e estatísticas nos detalhes dos ficheiros" estiver sempre ativa.

" +msgstr "

Esta ação irá guardar as estatísticas e as avaliações nas etiquetas dos ficheiros, para todas as faixas da coleção.

Não será necessário se a opção "Guardar avaliações e estatísticas nas etiquetas dos ficheiros" estiver sempre ativa.

" #: songinfo/artistbiography.cpp:265 #, qt-format @@ -1367,11 +1367,11 @@ #: ../bin/src/ui_edittagdialog.h:730 msgid "Complete tags automatically" -msgstr "Preencher detalhes automaticamente" +msgstr "Preencher etiquetas automaticamente" #: ../bin/src/ui_mainwindow.h:717 msgid "Complete tags automatically..." -msgstr "Preencher detalhes automaticamente..." +msgstr "Preencher etiquetas automaticamente..." #: library/savedgroupingmanager.cpp:74 playlist/playlist.cpp:1335 #: ui/organisedialog.cpp:65 ../bin/src/ui_groupbydialog.h:131 @@ -1997,11 +1997,11 @@ #: ../bin/src/ui_mainwindow.h:685 msgid "Edit tag..." -msgstr "Editar \"tag\"..." +msgstr "Editar etiqueta..." #: ../bin/src/ui_edittagdialog.h:732 msgid "Edit tags" -msgstr "Editar detalhes" +msgstr "Editar etiquetas" #: ../bin/src/ui_edittagdialog.h:698 msgid "Edit track information" @@ -2298,7 +2298,7 @@ #: ui/trackselectiondialog.cpp:247 #, qt-format msgid "Failed to write new auto-tags to '%1'" -msgstr "Falha ao gravar os detalhes para '%1'" +msgstr "Falha ao gravar as etiquetas para '%1'" #: ../bin/src/ui_transcoderoptionsflac.h:81 #: ../bin/src/ui_transcoderoptionsmp3.h:199 @@ -2687,7 +2687,7 @@ msgid "" "If activated, clicking a selected song in the playlist view will let you " "edit the tag value directly" -msgstr "Se ativar esta opção, ao clicar numa faixa da lista de reprodução, pode editar os seus detalhes diretamente" +msgstr "Se ativar esta opção, ao clicar numa faixa da lista de reprodução, pode editar as etiquetas diretamente" #: devices/devicemanager.cpp:575 devices/devicemanager.cpp:586 msgid "" @@ -3130,8 +3130,8 @@ msgstr "Letras musicais de %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Obter letra nos detalhes ID3v2" +msgid "Lyrics from the tag" +msgstr "Letra existente nas etiquetas" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" @@ -3678,7 +3678,7 @@ #: ui/trackselectiondialog.cpp:163 msgid "Original tags" -msgstr "Detalhes originais" +msgstr "Etiquetas originais" #: library/savedgroupingmanager.cpp:101 playlist/playlist.cpp:1329 #: ui/organisedialog.cpp:73 ../bin/src/ui_groupbydialog.h:135 @@ -3693,7 +3693,7 @@ #: library/library.cpp:118 msgid "Original year tag support" -msgstr "Suporte ao detalhe Ano original" +msgstr "Suporte à etiqueta Ano original" #: core/commandlineoptions.cpp:176 msgid "Other options" @@ -4322,11 +4322,11 @@ #: ../bin/src/ui_librarysettingspage.h:192 msgid "Save ratings in file tags when possible" -msgstr "Se possível, guardar avaliação nos detalhes do ficheiro" +msgstr "Se possível, guardar avaliação nas etiquetas do ficheiro" #: ../bin/src/ui_librarysettingspage.h:196 msgid "Save statistics in file tags when possible" -msgstr "Se possível, guardar estatísticas nos detalhes do ficheiro" +msgstr "Se possível, guardar estatísticas nas etiquetas do ficheiro" #: ../bin/src/ui_addstreamdialog.h:114 msgid "Save this stream in the Internet tab" @@ -4640,7 +4640,7 @@ #: ui/mainwindow.cpp:643 msgid "Show only untagged" -msgstr "Mostrar apenas faixas sem detalhes" +msgstr "Mostrar apenas faixas sem etiquetas" #: ../bin/src/ui_mainwindow.h:729 msgid "Show or hide the sidebar" @@ -4956,7 +4956,7 @@ #: ui/trackselectiondialog.cpp:167 msgid "Suggested tags" -msgstr "Detalhes sugeridos" +msgstr "Etiquetas sugeridas" #: ../bin/src/ui_edittagdialog.h:717 #: ../bin/src/ui_notificationssettingspage.h:454 @@ -5003,7 +5003,7 @@ #: ../bin/src/ui_trackselectiondialog.h:203 msgid "Tag fetcher" -msgstr "Obtenção de detalhes" +msgstr "Obtenção de etiquetas" #: ../bin/src/ui_transcoderoptionsvorbis.h:203 msgid "Target bitrate" @@ -5393,7 +5393,7 @@ #: ../bin/src/ui_lastfmsettingspage.h:138 msgid "Use Album Artist tag when available" -msgstr "Se disponível, utilizar os detalhes Artista do álbum" +msgstr "Se disponível, utilizar a etiqueta Artista do álbum" #: ../bin/src/ui_globalshortcutssettingspage.h:167 msgid "Use Gnome's shortcut keys" diff -Nru clementine-1.3.1-236/src/translations/ro.po clementine-1.3.1-237/src/translations/ro.po --- clementine-1.3.1-236/src/translations/ro.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ro.po 2016-09-19 10:37:21.000000000 +0000 @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Romanian (http://www.transifex.com/davidsansome/clementine/language/ro/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3135,8 +3135,8 @@ msgstr "Versuri de pe %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Versuri din eticheta ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/ru.po clementine-1.3.1-237/src/translations/ru.po --- clementine-1.3.1-236/src/translations/ru.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/ru.po 2016-09-19 10:37:21.000000000 +0000 @@ -35,7 +35,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:59+0000\n" +"PO-Revision-Date: 2016-09-18 16:02+0000\n" "Last-Translator: Andrei Stepanov\n" "Language-Team: Russian (http://www.transifex.com/davidsansome/clementine/language/ru/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3151,8 +3151,8 @@ msgstr "Текст песни с %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Текст песни из ID3v2 тега" +msgid "Lyrics from the tag" +msgstr "Текст песни из тега" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/si_LK.po clementine-1.3.1-237/src/translations/si_LK.po --- clementine-1.3.1-236/src/translations/si_LK.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/si_LK.po 2016-09-19 10:37:21.000000000 +0000 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/davidsansome/clementine/language/si_LK/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3122,7 +3122,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/sk.po clementine-1.3.1-237/src/translations/sk.po --- clementine-1.3.1-236/src/translations/sk.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/sk.po 2016-09-19 10:37:21.000000000 +0000 @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" -"Last-Translator: Clementine Buildbot \n" +"PO-Revision-Date: 2016-09-18 21:31+0000\n" +"Last-Translator: Ján Ďanovský \n" "Language-Team: Slovak (http://www.transifex.com/davidsansome/clementine/language/sk/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -363,7 +363,7 @@ "href=\"%1\">%2, which is released under the Creative Commons" " Attribution-Share-Alike License 3.0.

" -msgstr "" +msgstr "

Tento článok používa údaje z článku na Wikipedii %2, ktorý je vydaný pod licenciou Creative Commons Attribution-Share-Alike License 3.0.

" #: ../bin/src/ui_organisedialog.h:250 msgid "" @@ -2574,7 +2574,7 @@ #: library/libraryfilterwidget.cpp:150 msgid "Group by Album artist/Album" -msgstr "" +msgstr "Zoradiť podľa interprét albumu/album" #: library/libraryfilterwidget.cpp:143 msgid "Group by Artist" @@ -3128,8 +3128,8 @@ msgstr "Texty z %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Texty z ID3v2 tagu" +msgid "Lyrics from the tag" +msgstr "Texty z tagu" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" @@ -4642,7 +4642,7 @@ #: ../bin/src/ui_mainwindow.h:729 msgid "Show or hide the sidebar" -msgstr "" +msgstr "Zobraziť alebo skryť bočný panel" #: ../bin/src/ui_vksettingspage.h:220 msgid "Show playing song on your page" @@ -4654,7 +4654,7 @@ #: ../bin/src/ui_mainwindow.h:727 msgid "Show sidebar" -msgstr "" +msgstr "Zobraziť bočný panel" #: ../bin/src/ui_lastfmsettingspage.h:136 msgid "Show the \"love\" button" diff -Nru clementine-1.3.1-236/src/translations/sl.po clementine-1.3.1-237/src/translations/sl.po --- clementine-1.3.1-236/src/translations/sl.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/sl.po 2016-09-19 10:37:21.000000000 +0000 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Slovenian (http://www.transifex.com/davidsansome/clementine/language/sl/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -364,7 +364,7 @@ "href=\"%1\">%2, which is released under the Creative Commons" " Attribution-Share-Alike License 3.0.

" -msgstr "" +msgstr "

Ta članek vsebuje podatke iz članka objavljenega na Wikipediji: %2. Slednji je izdan pod licenco Creative Commons Attribution-Share-Alike License 3.0.

" #: ../bin/src/ui_organisedialog.h:250 msgid "" @@ -1572,7 +1572,7 @@ #: core/commandlineoptions.cpp:172 msgid "Create a new playlist with files/URLs" -msgstr "" +msgstr "Ustvari nov seznam predvajanja z datotekami/URL-ji" #: ../bin/src/ui_playbacksettingspage.h:344 msgid "Cross-fade when changing tracks automatically" @@ -2575,7 +2575,7 @@ #: library/libraryfilterwidget.cpp:150 msgid "Group by Album artist/Album" -msgstr "" +msgstr "Združi po izvajalcu albuma/albumu" #: library/libraryfilterwidget.cpp:143 msgid "Group by Artist" @@ -3129,8 +3129,8 @@ msgstr "Besedila iz %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Besedila iz oznake ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" @@ -4643,7 +4643,7 @@ #: ../bin/src/ui_mainwindow.h:729 msgid "Show or hide the sidebar" -msgstr "" +msgstr "Preklopi stransko vrstico" #: ../bin/src/ui_vksettingspage.h:220 msgid "Show playing song on your page" @@ -4655,7 +4655,7 @@ #: ../bin/src/ui_mainwindow.h:727 msgid "Show sidebar" -msgstr "" +msgstr "Pokaži stransko vrstico" #: ../bin/src/ui_lastfmsettingspage.h:136 msgid "Show the \"love\" button" diff -Nru clementine-1.3.1-236/src/translations/sr@latin.po clementine-1.3.1-237/src/translations/sr@latin.po --- clementine-1.3.1-236/src/translations/sr@latin.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/sr@latin.po 2016-09-19 10:37:21.000000000 +0000 @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-07 08:51+0000\n" -"Last-Translator: Mladen Pejaković \n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" +"Last-Translator: Clementine Buildbot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/davidsansome/clementine/language/sr@latin/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -3126,8 +3126,8 @@ msgstr "Stihovi sa %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Stihovi iz ID3v2 oznake" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/sr.po clementine-1.3.1-237/src/translations/sr.po --- clementine-1.3.1-236/src/translations/sr.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/sr.po 2016-09-19 10:37:21.000000000 +0000 @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-07 08:51+0000\n" -"Last-Translator: Mladen Pejaković \n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" +"Last-Translator: Clementine Buildbot \n" "Language-Team: Serbian (http://www.transifex.com/davidsansome/clementine/language/sr/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -3126,8 +3126,8 @@ msgstr "Стихови са %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Стихови из ИД3в2 ознаке" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/sv.po clementine-1.3.1-237/src/translations/sv.po --- clementine-1.3.1-236/src/translations/sv.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/sv.po 2016-09-19 10:37:21.000000000 +0000 @@ -29,8 +29,8 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-12 08:59+0000\n" -"Last-Translator: Staffan Vilcans\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" +"Last-Translator: Clementine Buildbot \n" "Language-Team: Swedish (http://www.transifex.com/davidsansome/clementine/language/sv/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -3145,8 +3145,8 @@ msgstr "Låttext från %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Låttext från ID3v2 etikett" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/te.po clementine-1.3.1-237/src/translations/te.po --- clementine-1.3.1-236/src/translations/te.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/te.po 2016-09-19 10:37:21.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:45+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Telugu (http://www.transifex.com/davidsansome/clementine/language/te/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3123,7 +3123,7 @@ msgstr "" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/tr.po clementine-1.3.1-237/src/translations/tr.po --- clementine-1.3.1-236/src/translations/tr.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/tr.po 2016-09-19 10:37:21.000000000 +0000 @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Turkish (http://www.transifex.com/davidsansome/clementine/language/tr/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3142,8 +3142,8 @@ msgstr "%1 sitesinden şarkı sözleri" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "ID3v2 etiketinden sözler" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/tr_TR.po clementine-1.3.1-237/src/translations/tr_TR.po --- clementine-1.3.1-236/src/translations/tr_TR.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/tr_TR.po 2016-09-19 10:37:21.000000000 +0000 @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/davidsansome/clementine/language/tr_TR/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3156,8 +3156,8 @@ msgstr "%1 sitesinden şarkı sözleri" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "ID3v2 etiketinden sözler" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/uk.po clementine-1.3.1-237/src/translations/uk.po --- clementine-1.3.1-236/src/translations/uk.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/uk.po 2016-09-19 10:37:21.000000000 +0000 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 18:01+0000\n" +"PO-Revision-Date: 2016-09-18 18:37+0000\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian (http://www.transifex.com/davidsansome/clementine/language/uk/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3125,8 +3125,8 @@ msgstr "Текст пісні з %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Текст пісні з мітки ID3v2" +msgid "Lyrics from the tag" +msgstr "Текст пісні з мітки" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/uz.po clementine-1.3.1-237/src/translations/uz.po --- clementine-1.3.1-236/src/translations/uz.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/uz.po 2016-09-19 10:37:21.000000000 +0000 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Uzbek (http://www.transifex.com/davidsansome/clementine/language/uz/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3124,7 +3124,7 @@ msgstr "%1'dan qo'shiq matnlari" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235 diff -Nru clementine-1.3.1-236/src/translations/vi.po clementine-1.3.1-237/src/translations/vi.po --- clementine-1.3.1-236/src/translations/vi.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/vi.po 2016-09-19 10:37:21.000000000 +0000 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Vietnamese (http://www.transifex.com/davidsansome/clementine/language/vi/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3128,8 +3128,8 @@ msgstr "Lời bài hát từ %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "Lời bài hát từ thẻ ID3v2" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/zh_CN.po clementine-1.3.1-237/src/translations/zh_CN.po --- clementine-1.3.1-236/src/translations/zh_CN.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/zh_CN.po 2016-09-19 10:37:21.000000000 +0000 @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Chinese (China) (http://www.transifex.com/davidsansome/clementine/language/zh_CN/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3136,8 +3136,8 @@ msgstr "歌词来自 %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" -msgstr "ID3v2 标签中的歌词" +msgid "Lyrics from the tag" +msgstr "" #: transcoder/transcoder.cpp:235 msgid "M4A AAC" diff -Nru clementine-1.3.1-236/src/translations/zh_TW.po clementine-1.3.1-237/src/translations/zh_TW.po --- clementine-1.3.1-236/src/translations/zh_TW.po 2016-09-18 12:58:48.000000000 +0000 +++ clementine-1.3.1-237/src/translations/zh_TW.po 2016-09-19 10:37:21.000000000 +0000 @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Clementine Music Player\n" -"PO-Revision-Date: 2016-09-06 12:48+0000\n" +"PO-Revision-Date: 2016-09-18 12:46+0000\n" "Last-Translator: Clementine Buildbot \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/davidsansome/clementine/language/zh_TW/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3126,7 +3126,7 @@ msgstr "歌詞來自 %1" #: songinfo/taglyricsinfoprovider.cpp:29 -msgid "Lyrics from the ID3v2 tag" +msgid "Lyrics from the tag" msgstr "" #: transcoder/transcoder.cpp:235