Translate this missing string - thanks Mariano Copetti
This commit is contained in:
parent
da7e88d754
commit
645d7e48cc
@ -931,6 +931,10 @@ p, li { white-space: pre-wrap; }
|
|||||||
<source>Add another stream...</source>
|
<source>Add another stream...</source>
|
||||||
<translation>Προσθήκη άλλης ροής...</translation>
|
<translation>Προσθήκη άλλης ροής...</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Your radio streams</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>SettingsDialog</name>
|
<name>SettingsDialog</name>
|
||||||
|
@ -914,6 +914,10 @@ p, li { white-space: pre-wrap; }
|
|||||||
<source>Add another stream...</source>
|
<source>Add another stream...</source>
|
||||||
<translation>Añadir un flujo de radio...</translation>
|
<translation>Añadir un flujo de radio...</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Your radio streams</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>SettingsDialog</name>
|
<name>SettingsDialog</name>
|
||||||
|
@ -898,6 +898,10 @@ p, li { white-space: pre-wrap; }
|
|||||||
<source>Add another stream...</source>
|
<source>Add another stream...</source>
|
||||||
<translation>Добавить другой поток...</translation>
|
<translation>Добавить другой поток...</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Your radio streams</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>SettingsDialog</name>
|
<name>SettingsDialog</name>
|
||||||
|
@ -1127,6 +1127,11 @@ p, li { white-space: pre-wrap; }
|
|||||||
<source>Add another stream...</source>
|
<source>Add another stream...</source>
|
||||||
<translation>Pridať ďalší stream...</translation>
|
<translation>Pridať ďalší stream...</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="savedradio.cpp" line="27"/>
|
||||||
|
<source>Your radio streams</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>SettingsDialog</name>
|
<name>SettingsDialog</name>
|
||||||
|
@ -24,7 +24,7 @@ SavedRadio::~SavedRadio() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RadioItem* SavedRadio::CreateRootItem(RadioItem* parent) {
|
RadioItem* SavedRadio::CreateRootItem(RadioItem* parent) {
|
||||||
root_ = new RadioItem(this, RadioItem::Type_Service, "Your radio streams", parent);
|
root_ = new RadioItem(this, RadioItem::Type_Service, tr("Your radio streams"), parent);
|
||||||
root_->icon = QIcon(":open_stream.png");
|
root_->icon = QIcon(":open_stream.png");
|
||||||
return root_;
|
return root_;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user