Added Vietnamese translations by Phan Vinh Thinh <teppi@vnlinux.org>.
(Old svn revision: 1120)master
parent
8ebff5ac26
commit
51505d2d1a
|
@ -49,7 +49,7 @@ AC_CHECK_LIB(nsl, kstat_open, SOLLIBS="$SOLLIBS -linet_ntop", SOLLIBS="$SOLLIBS"
|
|||
AC_SUBST(SOLLIBS)
|
||||
|
||||
dnl Check for i18n support
|
||||
BM_I18N([xfce4-netload], [ca de eu fr hu ko lt pl uk ru es pt_BR])
|
||||
BM_I18N([xfce4-netload], [ca de eu fr hu ko lt pl uk ru es pt_BR vi])
|
||||
|
||||
dnl configure the panel plugin
|
||||
XFCE_PANEL_PLUGIN([XFCE4_PANEL], [4.0.0])
|
||||
|
|
|
@ -0,0 +1,108 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
|
||||
# Phan Vĩnh Thịnh <teppi@vnlinux.org>, 2006.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: xfce4-netload\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2006-01-04 18:43+0900\n"
|
||||
"PO-Revision-Date: 2006-02-19 22:51+0300\n"
|
||||
"Last-Translator: Phan Vĩnh Thịnh <teppi@vnlinux.org>\n"
|
||||
"Language-Team: Vietnamese <none@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.9.1\n"
|
||||
|
||||
#: panel-plugin/netload.c:62
|
||||
msgid "Xfce4-Netload-Plugin"
|
||||
msgstr "Plugin Netload của Xfce4"
|
||||
|
||||
#: panel-plugin/netload.c:65
|
||||
msgid "Unknown error."
|
||||
msgstr "Lỗi không rõ."
|
||||
|
||||
#: panel-plugin/netload.c:66
|
||||
msgid "Linux proc device '/proc/net/dev' not found."
|
||||
msgstr "Không tìm thấy thiết bị proc của Linux '/proc/net/dev'."
|
||||
|
||||
#: panel-plugin/netload.c:67
|
||||
msgid "Interface was not found."
|
||||
msgstr "Không tìm thấy giao diện mạng."
|
||||
|
||||
#: panel-plugin/netload.c:224
|
||||
#, c-format
|
||||
msgid ""
|
||||
"<< %s >> (%s)\n"
|
||||
"Average of last %d measures:\n"
|
||||
"Incoming: %s kByte/s\n"
|
||||
"Outgoing: %s kByte/s\n"
|
||||
"Total: %s kByte/s"
|
||||
msgstr ""
|
||||
"<< %s >> (%s)\n"
|
||||
"Trung bình %d lần đo cuối:\n"
|
||||
"Vào: %s kByte/s\n"
|
||||
"Ra: %s kByte/s\n"
|
||||
"Tổng: %s kByte/s"
|
||||
|
||||
#: panel-plugin/netload.c:226
|
||||
msgid "no IP address"
|
||||
msgstr "không có địa chỉ IP"
|
||||
|
||||
#: panel-plugin/netload.c:543
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s: Error in initalizing:\n"
|
||||
"%s"
|
||||
msgstr ""
|
||||
"%s: Lỗi khởi chạy:\n"
|
||||
"%s"
|
||||
|
||||
#: panel-plugin/netload.c:886
|
||||
msgid "Select color"
|
||||
msgstr "Chọn màu"
|
||||
|
||||
#: panel-plugin/netload.c:942
|
||||
msgid "Bar color (incoming):"
|
||||
msgstr "Màu thanh (vào):"
|
||||
|
||||
#: panel-plugin/netload.c:943
|
||||
msgid "Bar color (outgoing):"
|
||||
msgstr "Màu thanh (ra):"
|
||||
|
||||
#: panel-plugin/netload.c:946
|
||||
msgid "Maximum (incoming):"
|
||||
msgstr "Lớn nhất (vào):"
|
||||
|
||||
#: panel-plugin/netload.c:947
|
||||
msgid "Maximum (outgoing):"
|
||||
msgstr "Lớn nhất (ra):"
|
||||
|
||||
#: panel-plugin/netload.c:971
|
||||
msgid "Text to display:"
|
||||
msgstr "Văn bản hiển thị:"
|
||||
|
||||
#: panel-plugin/netload.c:1002
|
||||
msgid "Network device:"
|
||||
msgstr "Thiết bị mạng:"
|
||||
|
||||
#: panel-plugin/netload.c:1028
|
||||
msgid "Update interval:"
|
||||
msgstr "Khoảng cập nhật:"
|
||||
|
||||
#: panel-plugin/netload.c:1039
|
||||
msgid "s"
|
||||
msgstr "giây"
|
||||
|
||||
#: panel-plugin/netload.c:1052
|
||||
msgid "Automatic maximum"
|
||||
msgstr "Lớn nhật tự động"
|
||||
|
||||
#: panel-plugin/netload.c:1084
|
||||
msgid "kByte/s"
|
||||
msgstr "kByte/giây"
|
||||
|
||||
#: panel-plugin/netload.c:1173
|
||||
msgid "Netload"
|
||||
msgstr "Tải mạng"
|
Loading…
Reference in New Issue