rename to speed

master
yutent 2022-08-23 12:02:44 +08:00
parent e9adba4d7d
commit 521b3ac230
5 changed files with 18561 additions and 23 deletions

18553
configure~ Executable file

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
plugindir = $(libdir)/xfce4/panel/plugins plugindir = $(libdir)/xfce4/panel/plugins
plugin_LTLIBRARIES = libnetload.la plugin_LTLIBRARIES = libspeed.la
LIBS = @LIBS@ @SOLLIBS@ LIBS = @LIBS@ @SOLLIBS@
libnetload_la_SOURCES = \ libspeed_la_SOURCES = \
netload.c \ netload.c \
monitor-label.c \ monitor-label.c \
monitor-label.h \ monitor-label.h \
@ -15,19 +15,19 @@ libnetload_la_SOURCES = \
wormulon.h \ wormulon.h \
slurm.h slurm.h
libnetload_la_CFLAGS = \ libspeed_la_CFLAGS = \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
@LIBXFCE4PANEL_CFLAGS@ \ @LIBXFCE4PANEL_CFLAGS@ \
@LIBXFCE4UI_CFLAGS@ @LIBXFCE4UI_CFLAGS@
libnetload_la_LDFLAGS = \ libspeed_la_LDFLAGS = \
-avoid-version \ -avoid-version \
-module \ -module \
-no-undefined \ -no-undefined \
-export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \ -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
$(PLATFORM_LDFLAGS) $(PLATFORM_LDFLAGS)
libnetload_la_LIBADD = \ libspeed_la_LIBADD = \
@SOLLIBS@ \ @SOLLIBS@ \
@LIBXFCE4PANEL_LIBS@ \ @LIBXFCE4PANEL_LIBS@ \
@LIBXFCE4UI_LIBS@ @LIBXFCE4UI_LIBS@

View File

@ -1,9 +1,9 @@
[Xfce Panel] [Xfce Panel]
Type=X-XFCE-PanelPlugin Type=X-XFCE-PanelPlugin
Encoding=UTF-8 Encoding=UTF-8
_Name=Network Monitor _Name=网速小插件
_Comment=Show network traffic _Comment=显示当前网速
Icon=org.xfce.panel.netload Icon=org.xfce.panel.netload
X-XFCE-Module=netload X-XFCE-Module=speed
X-XFCE-Internal=FALSE X-XFCE-Internal=FALSE
X-XFCE-API=2.0 X-XFCE-API=2.0

View File

@ -2,21 +2,12 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # 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 "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Xfce Panel Plugins\n" "Project-Id-Version: Xfce Panel Plugins\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-11 00:47+0100\n" "POT-Creation-Date: 2021-03-11 00:47+0100\n"
"PO-Revision-Date: 2021-03-10 23:48+0000\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -1,18 +1,12 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # 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 "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Xfce Panel Plugins\n" "Project-Id-Version: Xfce Panel Plugins\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-11 00:47+0100\n" "POT-Creation-Date: 2021-03-11 00:47+0100\n"
"PO-Revision-Date: 2021-03-10 23:48+0000\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"