aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-01-04 11:42:17 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-01-04 11:42:17 +0000
commit0f492e9200531ce3f2055d5e440f36ca7eb09690 (patch)
treeaf9291f8b099506dfe2096ca0f82e7ccc9ca78d1
parent1f15e7eb00aa5d60b09f18ad655389378ebd9acb (diff)
downloadqmmp-0f492e9200531ce3f2055d5e440f36ca7eb09690.tar.gz
qmmp-0f492e9200531ce3f2055d5e440f36ca7eb09690.tar.bz2
qmmp-0f492e9200531ce3f2055d5e440f36ca7eb09690.zip
added more translatable strings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1479 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/ui/jumptotrackdialog.cpp6
-rw-r--r--src/ui/translations/qmmp_cs.ts15
-rw-r--r--src/ui/translations/qmmp_de.ts15
-rw-r--r--src/ui/translations/qmmp_it.ts15
-rw-r--r--src/ui/translations/qmmp_lt.ts15
-rw-r--r--src/ui/translations/qmmp_pl_PL.ts15
-rw-r--r--src/ui/translations/qmmp_pt_BR.ts15
-rw-r--r--src/ui/translations/qmmp_ru.ts15
-rw-r--r--src/ui/translations/qmmp_tr.ts15
-rw-r--r--src/ui/translations/qmmp_uk_UA.ts15
-rw-r--r--src/ui/translations/qmmp_zh_CN.ts15
-rw-r--r--src/ui/translations/qmmp_zh_TW.ts15
12 files changed, 168 insertions, 3 deletions
diff --git a/src/ui/jumptotrackdialog.cpp b/src/ui/jumptotrackdialog.cpp
index 2c8703818..815740bcd 100644
--- a/src/ui/jumptotrackdialog.cpp
+++ b/src/ui/jumptotrackdialog.cpp
@@ -50,9 +50,9 @@ JumpToTrackDialog::JumpToTrackDialog(PlayListManager *manager, QWidget* parent)
SIGNAL(currentRowChanged(const QModelIndex&,const QModelIndex&)),
this,SLOT(queueUnqueue(const QModelIndex&,const QModelIndex&)));
- new QShortcut(QKeySequence("Q"),this,SLOT(on_queuePushButton_clicked()));
- new QShortcut(QKeySequence("J"),this,SLOT(on_jumpToPushButton_clicked()));
- new QShortcut(QKeySequence("F5"),this,SLOT(on_refreshPushButton_clicked()));
+ new QShortcut(tr("Q"),this,SLOT(on_queuePushButton_clicked()));
+ new QShortcut(tr("J"),this,SLOT(on_jumpToPushButton_clicked()));
+ new QShortcut(tr("F5"),this,SLOT(on_refreshPushButton_clicked()));
QAction *selectSongViewAction = new QAction(filterLineEdit);
selectSongViewAction->setShortcut(Qt::Key_Down);
diff --git a/src/ui/translations/qmmp_cs.ts b/src/ui/translations/qmmp_cs.ts
index 7932c4c61..6b62687e7 100644
--- a/src/ui/translations/qmmp_cs.ts
+++ b/src/ui/translations/qmmp_cs.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished">Q</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished">J</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_de.ts b/src/ui/translations/qmmp_de.ts
index b70b4e30b..c0207c7ad 100644
--- a/src/ui/translations/qmmp_de.ts
+++ b/src/ui/translations/qmmp_de.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished">Q</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished">J</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_it.ts b/src/ui/translations/qmmp_it.ts
index 186e45a16..16ddbbdd5 100644
--- a/src/ui/translations/qmmp_it.ts
+++ b/src/ui/translations/qmmp_it.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished">Q</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished">J</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_lt.ts b/src/ui/translations/qmmp_lt.ts
index 905a999da..060b675a3 100644
--- a/src/ui/translations/qmmp_lt.ts
+++ b/src/ui/translations/qmmp_lt.ts
@@ -703,6 +703,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_pl_PL.ts b/src/ui/translations/qmmp_pl_PL.ts
index 8fed68999..2bda19c4d 100644
--- a/src/ui/translations/qmmp_pl_PL.ts
+++ b/src/ui/translations/qmmp_pl_PL.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished">Q</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished">J</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_pt_BR.ts b/src/ui/translations/qmmp_pt_BR.ts
index 23cabe375..e2465d8d9 100644
--- a/src/ui/translations/qmmp_pt_BR.ts
+++ b/src/ui/translations/qmmp_pt_BR.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts
index 5ccb18cff..c93c23d2b 100644
--- a/src/ui/translations/qmmp_ru.ts
+++ b/src/ui/translations/qmmp_ru.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_tr.ts b/src/ui/translations/qmmp_tr.ts
index a9ba02bce..0073fd02d 100644
--- a/src/ui/translations/qmmp_tr.ts
+++ b/src/ui/translations/qmmp_tr.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished">Q</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished">J</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_uk_UA.ts b/src/ui/translations/qmmp_uk_UA.ts
index 4cd0aecef..97b4bfaf3 100644
--- a/src/ui/translations/qmmp_uk_UA.ts
+++ b/src/ui/translations/qmmp_uk_UA.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_zh_CN.ts b/src/ui/translations/qmmp_zh_CN.ts
index 69442bd2d..a179a3afc 100644
--- a/src/ui/translations/qmmp_zh_CN.ts
+++ b/src/ui/translations/qmmp_zh_CN.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished">Q</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished">J</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>
diff --git a/src/ui/translations/qmmp_zh_TW.ts b/src/ui/translations/qmmp_zh_TW.ts
index 4c1126c43..49795cd72 100644
--- a/src/ui/translations/qmmp_zh_TW.ts
+++ b/src/ui/translations/qmmp_zh_TW.ts
@@ -702,6 +702,21 @@
<context>
<name>JumpToTrackDialog</name>
<message>
+ <location filename="../jumptotrackdialog.cpp" line="53"/>
+ <source>Q</source>
+ <translation type="unfinished">Q</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="54"/>
+ <source>J</source>
+ <translation type="unfinished">J</translation>
+ </message>
+ <message>
+ <location filename="../jumptotrackdialog.cpp" line="55"/>
+ <source>F5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../jumptotrackdialog.cpp" line="87"/>
<location filename="../jumptotrackdialog.cpp" line="138"/>
<source>Unqueue</source>