rename to speed
parent
e9adba4d7d
commit
521b3ac230
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +1,9 @@
|
|||
plugindir = $(libdir)/xfce4/panel/plugins
|
||||
plugin_LTLIBRARIES = libnetload.la
|
||||
plugin_LTLIBRARIES = libspeed.la
|
||||
|
||||
LIBS = @LIBS@ @SOLLIBS@
|
||||
|
||||
libnetload_la_SOURCES = \
|
||||
libspeed_la_SOURCES = \
|
||||
netload.c \
|
||||
monitor-label.c \
|
||||
monitor-label.h \
|
||||
|
@ -15,19 +15,19 @@ libnetload_la_SOURCES = \
|
|||
wormulon.h \
|
||||
slurm.h
|
||||
|
||||
libnetload_la_CFLAGS = \
|
||||
libspeed_la_CFLAGS = \
|
||||
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
|
||||
@LIBXFCE4PANEL_CFLAGS@ \
|
||||
@LIBXFCE4UI_CFLAGS@
|
||||
|
||||
libnetload_la_LDFLAGS = \
|
||||
libspeed_la_LDFLAGS = \
|
||||
-avoid-version \
|
||||
-module \
|
||||
-no-undefined \
|
||||
-export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
|
||||
$(PLATFORM_LDFLAGS)
|
||||
|
||||
libnetload_la_LIBADD = \
|
||||
libspeed_la_LIBADD = \
|
||||
@SOLLIBS@ \
|
||||
@LIBXFCE4PANEL_LIBS@ \
|
||||
@LIBXFCE4UI_LIBS@
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[Xfce Panel]
|
||||
Type=X-XFCE-PanelPlugin
|
||||
Encoding=UTF-8
|
||||
_Name=Network Monitor
|
||||
_Comment=Show network traffic
|
||||
_Name=网速小插件
|
||||
_Comment=显示当前网速
|
||||
Icon=org.xfce.panel.netload
|
||||
X-XFCE-Module=netload
|
||||
X-XFCE-Module=speed
|
||||
X-XFCE-Internal=FALSE
|
||||
X-XFCE-API=2.0
|
||||
|
|
|
@ -2,21 +2,12 @@
|
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Chipong Luo <chipong.luo@yahoo.com>, 2011-2012
|
||||
# greensea <gs@bbxy.net>, 2013
|
||||
# Hunt Xu <huntxu@live.cn>, 2009,2012
|
||||
# Mingcong Bai <jeffbai@aosc.xyz>, 2017
|
||||
# Vern Sun <s5unty@gmail.com>, 2007
|
||||
# 玉堂白鹤 <yjwork@qq.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Xfce Panel Plugins\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-03-11 00:47+0100\n"
|
||||
"PO-Revision-Date: 2021-03-10 23:48+0000\n"
|
||||
"Last-Translator: 玉堂白鹤 <yjwork@qq.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/xfce/xfce-panel-plugins/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -1,18 +1,12 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# 黃柏諺 <s8321414@gmail.com>, 2014,2017
|
||||
# Walter Cheuk <wwycheuk@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Xfce Panel Plugins\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-03-11 00:47+0100\n"
|
||||
"PO-Revision-Date: 2021-03-10 23:48+0000\n"
|
||||
"Last-Translator: Nick Schermer <nick@xfce.org>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/xfce/xfce-panel-plugins/language/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
Loading…
Reference in New Issue