aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-04-22 21:24:42 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-04-22 21:24:42 +0000
commit0187f2e9c8d1c8508016dcd3a2942a92fd58e94f (patch)
tree70827966280931be840850267f68a147111ce329 /src/plugins/General/library
parent0f2f363f360c2d8b95bd458918ab1c39de133cd8 (diff)
downloadqmmp-0187f2e9c8d1c8508016dcd3a2942a92fd58e94f.tar.gz
qmmp-0187f2e9c8d1c8508016dcd3a2942a92fd58e94f.tar.bz2
qmmp-0187f2e9c8d1c8508016dcd3a2942a92fd58e94f.zip
fixed translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9830 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library')
-rw-r--r--src/plugins/General/library/libraryfactory.cpp2
-rw-r--r--src/plugins/General/library/translations/library_plugin_bg.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_cs.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_de.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_el.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_en.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_es.ts4
-rw-r--r--src/plugins/General/library/translations/library_plugin_fi.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_fr.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_gl_ES.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_he.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_hu.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_id.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_it.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_ja.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_kk.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_lt.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_nl.ts4
-rw-r--r--src/plugins/General/library/translations/library_plugin_pl_PL.ts4
-rw-r--r--src/plugins/General/library/translations/library_plugin_pt.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_pt_BR.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_ru.ts4
-rw-r--r--src/plugins/General/library/translations/library_plugin_sk.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_sr_BA.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_sr_RS.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_tr.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_uk_UA.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_zh_CN.ts2
-rw-r--r--src/plugins/General/library/translations/library_plugin_zh_TW.ts2
29 files changed, 33 insertions, 33 deletions
diff --git a/src/plugins/General/library/libraryfactory.cpp b/src/plugins/General/library/libraryfactory.cpp
index 530dae0e3..d14f266ed 100644
--- a/src/plugins/General/library/libraryfactory.cpp
+++ b/src/plugins/General/library/libraryfactory.cpp
@@ -35,7 +35,7 @@ GeneralProperties LibraryFactory::properties() const
properties.hasAbout = true;
properties.hasSettings = true;
properties.visibilityControl = false;
- properties.widgets = { { LIBRARY_WIDGET, tr("Media Library"), Qt::RightDockWidgetArea,
+ properties.widgets = { { LIBRARY_WIDGET, tr("Library"), Qt::RightDockWidgetArea,
Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea } };
return properties;
}
diff --git a/src/plugins/General/library/translations/library_plugin_bg.ts b/src/plugins/General/library/translations/library_plugin_bg.ts
index 39e277ed5..de2ea0a33 100644
--- a/src/plugins/General/library/translations/library_plugin_bg.ts
+++ b/src/plugins/General/library/translations/library_plugin_bg.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_cs.ts b/src/plugins/General/library/translations/library_plugin_cs.ts
index 2874f6f06..69be708b4 100644
--- a/src/plugins/General/library/translations/library_plugin_cs.ts
+++ b/src/plugins/General/library/translations/library_plugin_cs.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_de.ts b/src/plugins/General/library/translations/library_plugin_de.ts
index d64431a83..e338f7993 100644
--- a/src/plugins/General/library/translations/library_plugin_de.ts
+++ b/src/plugins/General/library/translations/library_plugin_de.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_el.ts b/src/plugins/General/library/translations/library_plugin_el.ts
index edb1a075c..58f85b984 100644
--- a/src/plugins/General/library/translations/library_plugin_el.ts
+++ b/src/plugins/General/library/translations/library_plugin_el.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_en.ts b/src/plugins/General/library/translations/library_plugin_en.ts
index 020e356a7..3b44ee278 100644
--- a/src/plugins/General/library/translations/library_plugin_en.ts
+++ b/src/plugins/General/library/translations/library_plugin_en.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_es.ts b/src/plugins/General/library/translations/library_plugin_es.ts
index d714a7938..6d7b56ce9 100644
--- a/src/plugins/General/library/translations/library_plugin_es.ts
+++ b/src/plugins/General/library/translations/library_plugin_es.ts
@@ -29,8 +29,8 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
- <translation>Biblioteca de Medios</translation>
+ <source>Library</source>
+ <translation type="unfinished">Biblioteca</translation>
</message>
<message>
<location filename="../libraryfactory.cpp" line="84"/>
diff --git a/src/plugins/General/library/translations/library_plugin_fi.ts b/src/plugins/General/library/translations/library_plugin_fi.ts
index f450a8345..aed8f7aa0 100644
--- a/src/plugins/General/library/translations/library_plugin_fi.ts
+++ b/src/plugins/General/library/translations/library_plugin_fi.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_fr.ts b/src/plugins/General/library/translations/library_plugin_fr.ts
index c0b7132ea..17432833a 100644
--- a/src/plugins/General/library/translations/library_plugin_fr.ts
+++ b/src/plugins/General/library/translations/library_plugin_fr.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_gl_ES.ts b/src/plugins/General/library/translations/library_plugin_gl_ES.ts
index 77e19bfd9..4a17f4719 100644
--- a/src/plugins/General/library/translations/library_plugin_gl_ES.ts
+++ b/src/plugins/General/library/translations/library_plugin_gl_ES.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_he.ts b/src/plugins/General/library/translations/library_plugin_he.ts
index da91eda12..b83d48e3a 100644
--- a/src/plugins/General/library/translations/library_plugin_he.ts
+++ b/src/plugins/General/library/translations/library_plugin_he.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_hu.ts b/src/plugins/General/library/translations/library_plugin_hu.ts
index 2151e7092..226b98e4a 100644
--- a/src/plugins/General/library/translations/library_plugin_hu.ts
+++ b/src/plugins/General/library/translations/library_plugin_hu.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_id.ts b/src/plugins/General/library/translations/library_plugin_id.ts
index 1d72cbff6..33f9f4a8c 100644
--- a/src/plugins/General/library/translations/library_plugin_id.ts
+++ b/src/plugins/General/library/translations/library_plugin_id.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_it.ts b/src/plugins/General/library/translations/library_plugin_it.ts
index 93b6b4f4b..1c37364ce 100644
--- a/src/plugins/General/library/translations/library_plugin_it.ts
+++ b/src/plugins/General/library/translations/library_plugin_it.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_ja.ts b/src/plugins/General/library/translations/library_plugin_ja.ts
index f878f1a6e..edaf2d975 100644
--- a/src/plugins/General/library/translations/library_plugin_ja.ts
+++ b/src/plugins/General/library/translations/library_plugin_ja.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_kk.ts b/src/plugins/General/library/translations/library_plugin_kk.ts
index 5037b789a..a2e25b8c3 100644
--- a/src/plugins/General/library/translations/library_plugin_kk.ts
+++ b/src/plugins/General/library/translations/library_plugin_kk.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_lt.ts b/src/plugins/General/library/translations/library_plugin_lt.ts
index 7ee6042fa..1f8246b2e 100644
--- a/src/plugins/General/library/translations/library_plugin_lt.ts
+++ b/src/plugins/General/library/translations/library_plugin_lt.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_nl.ts b/src/plugins/General/library/translations/library_plugin_nl.ts
index e112e8857..ce77c6809 100644
--- a/src/plugins/General/library/translations/library_plugin_nl.ts
+++ b/src/plugins/General/library/translations/library_plugin_nl.ts
@@ -29,8 +29,8 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
- <translation>Verzameling</translation>
+ <source>Library</source>
+ <translation type="unfinished">Verzameling</translation>
</message>
<message>
<location filename="../libraryfactory.cpp" line="84"/>
diff --git a/src/plugins/General/library/translations/library_plugin_pl_PL.ts b/src/plugins/General/library/translations/library_plugin_pl_PL.ts
index 2038f0f8b..af698e085 100644
--- a/src/plugins/General/library/translations/library_plugin_pl_PL.ts
+++ b/src/plugins/General/library/translations/library_plugin_pl_PL.ts
@@ -29,8 +29,8 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
- <translation>Biblioteka multimediów</translation>
+ <source>Library</source>
+ <translation type="unfinished">Biblioteka</translation>
</message>
<message>
<location filename="../libraryfactory.cpp" line="84"/>
diff --git a/src/plugins/General/library/translations/library_plugin_pt.ts b/src/plugins/General/library/translations/library_plugin_pt.ts
index e8fe9e60c..693e63a6b 100644
--- a/src/plugins/General/library/translations/library_plugin_pt.ts
+++ b/src/plugins/General/library/translations/library_plugin_pt.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_pt_BR.ts b/src/plugins/General/library/translations/library_plugin_pt_BR.ts
index e8fe9e60c..693e63a6b 100644
--- a/src/plugins/General/library/translations/library_plugin_pt_BR.ts
+++ b/src/plugins/General/library/translations/library_plugin_pt_BR.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_ru.ts b/src/plugins/General/library/translations/library_plugin_ru.ts
index c036b4ebb..b731f614c 100644
--- a/src/plugins/General/library/translations/library_plugin_ru.ts
+++ b/src/plugins/General/library/translations/library_plugin_ru.ts
@@ -29,8 +29,8 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
- <translation>Музыкальная библиотека</translation>
+ <source>Library</source>
+ <translation type="unfinished">Библиотека</translation>
</message>
<message>
<location filename="../libraryfactory.cpp" line="84"/>
diff --git a/src/plugins/General/library/translations/library_plugin_sk.ts b/src/plugins/General/library/translations/library_plugin_sk.ts
index d23f14cb1..00f7cbe3d 100644
--- a/src/plugins/General/library/translations/library_plugin_sk.ts
+++ b/src/plugins/General/library/translations/library_plugin_sk.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_sr_BA.ts b/src/plugins/General/library/translations/library_plugin_sr_BA.ts
index 0cc07fb36..4d26bb7e5 100644
--- a/src/plugins/General/library/translations/library_plugin_sr_BA.ts
+++ b/src/plugins/General/library/translations/library_plugin_sr_BA.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_sr_RS.ts b/src/plugins/General/library/translations/library_plugin_sr_RS.ts
index 329375e93..d315f83c2 100644
--- a/src/plugins/General/library/translations/library_plugin_sr_RS.ts
+++ b/src/plugins/General/library/translations/library_plugin_sr_RS.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_tr.ts b/src/plugins/General/library/translations/library_plugin_tr.ts
index 5d38e548a..f74562cf3 100644
--- a/src/plugins/General/library/translations/library_plugin_tr.ts
+++ b/src/plugins/General/library/translations/library_plugin_tr.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_uk_UA.ts b/src/plugins/General/library/translations/library_plugin_uk_UA.ts
index fdc65f99d..1da9e5ee7 100644
--- a/src/plugins/General/library/translations/library_plugin_uk_UA.ts
+++ b/src/plugins/General/library/translations/library_plugin_uk_UA.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_zh_CN.ts b/src/plugins/General/library/translations/library_plugin_zh_CN.ts
index 487e5bd4a..ce48aadcb 100644
--- a/src/plugins/General/library/translations/library_plugin_zh_CN.ts
+++ b/src/plugins/General/library/translations/library_plugin_zh_CN.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/src/plugins/General/library/translations/library_plugin_zh_TW.ts b/src/plugins/General/library/translations/library_plugin_zh_TW.ts
index d3679d413..a1ec1cef0 100644
--- a/src/plugins/General/library/translations/library_plugin_zh_TW.ts
+++ b/src/plugins/General/library/translations/library_plugin_zh_TW.ts
@@ -29,7 +29,7 @@
</message>
<message>
<location filename="../libraryfactory.cpp" line="38"/>
- <source>Media Library</source>
+ <source>Library</source>
<translation type="unfinished"></translation>
</message>
<message>