clementine/clementine-1.3-l10n-ru-search.patch
Andrey Bondrov ccae5ea2d5 New version 1.3
Swicth to GStreamer 1.0 API
Update BuildRequires and files
Use internal vreen library by default (because of very unstable API)
2016-04-17 01:48:38 +10:00

28 lines
1.2 KiB
Diff

diff -urN Clementine-1.3/src/internet/core/searchboxwidget.cpp Clementine-1.3-patched/src/internet/core/searchboxwidget.cpp
--- Clementine-1.3/src/internet/core/searchboxwidget.cpp 2016-04-15 23:26:04.000000000 +1000
+++ Clementine-1.3-patched/src/internet/core/searchboxwidget.cpp 2016-04-17 00:38:55.896104469 +1000
@@ -45,8 +45,7 @@
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 -urN Clementine-1.3/src/translations/ru.po Clementine-1.3-patched/src/translations/ru.po
--- Clementine-1.3/src/translations/ru.po 2016-04-15 23:26:04.000000000 +1000
+++ Clementine-1.3-patched/src/translations/ru.po 2016-04-17 00:39:42.161106574 +1000
@@ -5963,6 +5963,11 @@
msgid "stop"
msgstr "стоп"
+#: internet/searchboxwidget.cpp:45
+#, qt-format
+msgid "Search on %1"
+msgstr "Искать на %1"
+
#: widgets/osd.cpp:114
#, qt-format
msgid "track %1"