mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
launcher item translation
Change-Id: I56bfa3fe17a0907dcaca5b64ee983fc2a9d51ae3
This commit is contained in:
parent
a78f4d8bd9
commit
401b77b8db
Notes:
Deepin Code Review
2016-06-14 07:19:47 +00:00
Code-Review+2: <mr.asianwang@gmail.com> Verified+1: <mr.asianwang@gmail.com> Submitted-by: <mr.asianwang@gmail.com> Submitted-at: Thu, 08 Oct 2015 20:20:57 +0800 Reviewed-on: https://cr.deepin.io/7595 Project: dde/dde-dock Branch: refs/heads/master
@ -19,9 +19,9 @@ public:
|
||||
explicit LauncherItem(QWidget *parent = 0);
|
||||
~LauncherItem();
|
||||
|
||||
QString getTitle(){return "Launcher";}
|
||||
QWidget * getApplet(){return NULL;}
|
||||
bool moveable(){return false;}
|
||||
QString getTitle() { return tr("Launcher"); }
|
||||
QWidget * getApplet() { return NULL; }
|
||||
bool moveable() { return false; }
|
||||
|
||||
protected:
|
||||
void enterEvent(QEvent *);
|
||||
|
@ -42,6 +42,14 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LauncherItem</name>
|
||||
<message>
|
||||
<location filename="../dde-dock/src/widgets/launcheritem.h" line="22"/>
|
||||
<source>Launcher</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainItem</name>
|
||||
<message>
|
||||
|
Binary file not shown.
@ -42,6 +42,14 @@
|
||||
<translation>卸载</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LauncherItem</name>
|
||||
<message>
|
||||
<location filename="../dde-dock/src/widgets/launcheritem.h" line="22"/>
|
||||
<source>Launcher</source>
|
||||
<translation>启动器</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainItem</name>
|
||||
<message>
|
||||
|
Loading…
x
Reference in New Issue
Block a user