clementine/clementine-1.3.2-fix-l10n-issues.patch

63 lines
3 KiB
Diff
Raw Normal View History

diff -rupN clementine-20180812.old/dist/clementine.desktop clementine-20180812/dist/clementine.desktop
--- clementine-20180812.old/dist/clementine.desktop 2018-08-17 18:19:28.000000000 +0200
+++ clementine-20180812/dist/clementine.desktop 2018-08-17 18:21:35.847065755 +0200
@@ -15,6 +15,7 @@ GenericName[hi]=क्लेमेंट
GenericName[is]=Clementine tónlistarspilarinn
GenericName[pl]=Odtwarzacz muzyki Clementine
GenericName[pt]=Reprodutor de músicas Clementine
+GenericName[ru]=Музыкальный проигрыватель Clementine
GenericName[sl]=Predvajalnik glasbe Clementine
GenericName[sr]=Клементина музички плејер
GenericName[sr@ijekavian]=Клементина музички плејер
@@ -26,6 +27,7 @@ Comment[es]=Reproducción de música y f
Comment[is]=Spilar tónlist og streymi frá last.fm
Comment[pl]=Odtwarzanie muzyki i strumieni last.fm
Comment[pt]=Reprodução de músicas e emissões last.fm
+Comment[ru]=Слушайте музыку и потоки с last.fm
Comment[sl]=Predvaja glasbo in pretoke last.fm
Comment[sr]=Репродукује музику и last.fm токове
Comment[sr@ijekavian]=Репродукује музику и last.fm токове
diff -rupN clementine-20180812.old/src/internet/core/searchboxwidget.cpp clementine-20180812/src/internet/core/searchboxwidget.cpp
--- clementine-20180812.old/src/internet/core/searchboxwidget.cpp 2018-08-14 18:09:55.000000000 +0200
+++ clementine-20180812/src/internet/core/searchboxwidget.cpp 2018-08-17 18:23:36.611530224 +0200
@@ -45,8 +45,7 @@ SearchBoxWidget::SearchBoxWidget(Interne
tr("Configure %1...").arg(service_->name()), service_,
SLOT(ShowConfig()));
- ui_->filter->setPlaceholderText(
- QString("Search on %1").arg(service_->name()));
+ ui_->filter->setPlaceholderText(tr("Search on %1").arg(service_->name()));
connect(ui_->filter, SIGNAL(textChanged(QString)),
SIGNAL(TextChanged(QString)));
diff -rupN clementine-20180812.old/src/translations/it.po clementine-20180812/src/translations/it.po
--- clementine-20180812.old/src/translations/it.po 2018-08-17 18:19:19.000000000 +0200
+++ clementine-20180812/src/translations/it.po 2018-08-17 18:26:35.228290097 +0200
@@ -5927,6 +5927,11 @@ msgstr "comincia con"
msgid "stop"
msgstr "ferma"
+#: internet/searchboxwidget.cpp:45
+#, qt-format
+msgid "Search on %1"
+msgstr "Cerca su %1"
+
#: widgets/osd.cpp:114
#, qt-format
msgid "track %1"
diff -rupN clementine-20180812.old/src/translations/ru.po clementine-20180812/src/translations/ru.po
--- clementine-20180812.old/src/translations/ru.po 2018-08-17 18:19:19.000000000 +0200
+++ clementine-20180812/src/translations/ru.po 2018-08-17 18:25:48.001676665 +0200
@@ -5950,6 +5950,11 @@ msgstr "начинается на"
msgid "stop"
msgstr "стоп"
+#: internet/searchboxwidget.cpp:45
+#, qt-format
+msgid "Search on %1"
+msgstr "Искать на %1"
+
#: widgets/osd.cpp:114
#, qt-format
msgid "track %1"