diff --git a/ChangeLog b/ChangeLog index e945e93..243262b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ -2005-01-10 Bernhard Walle +2005-02-04 Bernhard Walle + * Added IP address and network interface name to the tooltip + (thanks to Pasi Orovuo for the suggestion) + * Released 0.3.0 +2005-01-10 Bernhard Walle * Changed size so that in Xfce 4.2 the panel height does not increase because of the plugin * Released 0.2.4. diff --git a/config.h.in b/config.h.in deleted file mode 100644 index d149a93..0000000 --- a/config.h.in +++ /dev/null @@ -1,124 +0,0 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* Define for debugging support */ -#undef DEBUG - -/* Define for tracing support */ -#undef DEBUG_TRACE - -/* always defined to indicate that i18n is enabled */ -#undef ENABLE_NLS - -/* Name of default gettext domain */ -#undef GETTEXT_PACKAGE - -/* Define to 1 if you have the header file. */ -#undef HAVE_ARPA_INET_H - -/* Define to 1 if you have the `bind_textdomain_codeset' function. */ -#undef HAVE_BIND_TEXTDOMAIN_CODESET - -/* Define to 1 if you have the `bzero' function. */ -#undef HAVE_BZERO - -/* Define to 1 if you have the `dcgettext' function. */ -#undef HAVE_DCGETTEXT - -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - -/* Define to 1 if you have the `gethostname' function. */ -#undef HAVE_GETHOSTNAME - -/* Define if the GNU gettext() function is already present or preinstalled. */ -#undef HAVE_GETTEXT - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define if your file defines LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES - -/* Define to 1 if you have the header file. */ -#undef HAVE_LOCALE_H - -/* Define to 1 if you have the `malloc' function. */ -#undef HAVE_MALLOC - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the `memset' function. */ -#undef HAVE_MEMSET - -/* Define to 1 if you have the header file. */ -#undef HAVE_NETINET_IN_H - -/* Define to 1 if you have the `socket' function. */ -#undef HAVE_SOCKET - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the `strstr' function. */ -#undef HAVE_STRSTR - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_IOCTL_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_PARAM_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_SOCKET_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have that is POSIX.1 compatible. */ -#undef HAVE_SYS_WAIT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Define to `unsigned' if does not define. */ -#undef size_t diff --git a/configure.ac b/configure.ac index 54fe5a3..1b428da 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_INIT([panel-plugin/netload.c]) AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([xfce4-netload-plugin], [0.2.4]) +AM_INIT_AUTOMAKE([xfce4-netload-plugin], [0.3.0]) AM_MAINTAINER_MODE @@ -39,18 +39,20 @@ AC_CHECK_HEADERS([sys/param.h]) AC_CHECK_HEADERS([sys/socket.h]) AC_CHECK_HEADERS([sys/time.h]) AC_CHECK_HEADERS([unistd.h]) +AC_CHECK_HEADERS([sys/sockio.h]) AC_HEADER_SYS_WAIT AC_PROG_GCC_TRADITIONAL AC_TYPE_SIZE_T AC_CHECK_LIB(kstat, kstat_open, SOLLIBS="-lkstat -lsocket", SOLLIBS="") +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 ko lt pl uk]) dnl configure the panel plugin -XFCE_PANEL_PLUGIN([XFCE4_PANEL], [3.99.2]) +XFCE_PANEL_PLUGIN([XFCE4_PANEL], [4.0.0]) dnl Check for debugging support BM_DEBUG_SUPPORT diff --git a/po/ca.po b/po/ca.po index 1cd7171..d7deaa1 100644 --- a/po/ca.po +++ b/po/ca.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: xfce4-netload-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-08-01 11:07+0200\n" +"POT-Creation-Date: 2005-02-04 17:08+0100\n" "PO-Revision-Date: 2004-06-27 12:52+0100\n" "Last-Translator: Carles Muñoz Gorriz \n" "Language-Team: catal \n" @@ -18,25 +18,26 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: panel-plugin/netload.c:64 +#: panel-plugin/netload.c:61 msgid "Xfce4-Netload-Plugin" msgstr "Xfce4-Netload-Plugin" -#: panel-plugin/netload.c:67 +#: panel-plugin/netload.c:64 msgid "Unknown error." msgstr "Error desconegut." -#: panel-plugin/netload.c:68 +#: panel-plugin/netload.c:65 msgid "Linux proc device '/proc/net/dev' not found." msgstr "No s'ha trobat el dispositiu linux «/proc/net/dev»." -#: panel-plugin/netload.c:69 +#: panel-plugin/netload.c:66 msgid "Interface was not found." msgstr "No s'ha trobat la interfície." -#: panel-plugin/netload.c:225 -#, c-format +#: panel-plugin/netload.c:223 +#, fuzzy, c-format msgid "" +"<< %s >> (%s)\n" "Average of last %d measures:\n" "Incoming: %s kByte/s\n" "Outgoing: %s kByte/s\n" @@ -47,7 +48,11 @@ msgstr "" "Sortida: %s kBytes/s\n" "Total: %s kBytes/s" -#: panel-plugin/netload.c:526 +#: panel-plugin/netload.c:225 +msgid "no IP address" +msgstr "" + +#: panel-plugin/netload.c:537 #, c-format msgid "" "%s: Error in initalizing:\n" @@ -56,50 +61,50 @@ msgstr "" "%s: Error d'inicialització:\n" "%s" -#: panel-plugin/netload.c:871 +#: panel-plugin/netload.c:897 msgid "Select color" msgstr "Seleccioneu el color" -#: panel-plugin/netload.c:926 +#: panel-plugin/netload.c:955 msgid "Bar color (incoming):" msgstr "Color de la barra (entrada):" -#: panel-plugin/netload.c:927 +#: panel-plugin/netload.c:956 msgid "Bar color (outgoing):" msgstr "Color de la barra (sortida):" -#: panel-plugin/netload.c:930 +#: panel-plugin/netload.c:959 msgid "Maximum (incoming):" msgstr "Màxim (entrada):" -#: panel-plugin/netload.c:931 +#: panel-plugin/netload.c:960 msgid "Maximum (outgoing):" msgstr "Màxim (sortida):" -#: panel-plugin/netload.c:955 +#: panel-plugin/netload.c:984 msgid "Text to display:" msgstr "Text a mostrar:" -#: panel-plugin/netload.c:986 +#: panel-plugin/netload.c:1015 msgid "Network device:" msgstr "Dispositiu de xarxa:" -#: panel-plugin/netload.c:1012 +#: panel-plugin/netload.c:1041 msgid "Update interval:" msgstr "Interval d'actualització:" -#: panel-plugin/netload.c:1023 +#: panel-plugin/netload.c:1052 msgid "s" msgstr "s" -#: panel-plugin/netload.c:1036 +#: panel-plugin/netload.c:1065 msgid "Automatic maximum" msgstr "Màxim automàtic" -#: panel-plugin/netload.c:1068 +#: panel-plugin/netload.c:1097 msgid "kByte/s" msgstr "kBytes/s" -#: panel-plugin/netload.c:1156 +#: panel-plugin/netload.c:1186 msgid "Netload" msgstr "Càrrega de xarxa" diff --git a/po/de.po b/po/de.po index fec6987..98efed0 100644 --- a/po/de.po +++ b/po/de.po @@ -1,47 +1,56 @@ +# translation of de.po to # translation of de.po to Deutsch -# Bernhard Walle , 2003. +# Bernhard Walle , 2003, 2005. msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-08-01 11:07+0200\n" -"PO-Revision-Date: 2003-09-06 14:25+0200\n" -"Last-Translator: Bernhard Walle \n" -"Language-Team: Deutsch \n" +"POT-Creation-Date: 2005-02-04 17:08+0100\n" +"PO-Revision-Date: 2005-02-04 17:04+0100\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.0.2\n" +"X-Generator: KBabel 1.9.1\n" -#: panel-plugin/netload.c:64 +#: panel-plugin/netload.c:61 msgid "Xfce4-Netload-Plugin" msgstr "Xfce4-Netload-Plugin" -#: panel-plugin/netload.c:67 +#: panel-plugin/netload.c:64 msgid "Unknown error." msgstr "Unbekannter Fehler." -#: panel-plugin/netload.c:68 +#: panel-plugin/netload.c:65 msgid "Linux proc device '/proc/net/dev' not found." msgstr "Linux Prozessdatei '/proc/net/dev' nicht gefunden." -#: panel-plugin/netload.c:69 +#: panel-plugin/netload.c:66 msgid "Interface was not found." msgstr "Schnittstelle nicht gefunden." -#: panel-plugin/netload.c:225 +#: panel-plugin/netload.c:223 #, 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" "Durchschnitt der letzten %d Messungen:\n" "Eingehend: %s kByte/s\n" "Ausgehend: %s kByte/s\n" "Gesamt: %s kByte/s" -#: panel-plugin/netload.c:526 +#: panel-plugin/netload.c:225 +#, fuzzy +msgid "no IP address" +msgstr "keine IP-Adresse" + +#: panel-plugin/netload.c:537 #, c-format msgid "" "%s: Error in initalizing:\n" @@ -50,50 +59,50 @@ msgstr "" "%s: Fehler beim Initialisieren:\n" "%s" -#: panel-plugin/netload.c:871 +#: panel-plugin/netload.c:897 msgid "Select color" msgstr "Farbe auswählen" -#: panel-plugin/netload.c:926 +#: panel-plugin/netload.c:955 msgid "Bar color (incoming):" msgstr "Balkenfarbe (eingehend):" -#: panel-plugin/netload.c:927 +#: panel-plugin/netload.c:956 msgid "Bar color (outgoing):" msgstr "Balkenfarbe (ausgehend):" -#: panel-plugin/netload.c:930 +#: panel-plugin/netload.c:959 msgid "Maximum (incoming):" msgstr "Maximum (eingehend):" -#: panel-plugin/netload.c:931 +#: panel-plugin/netload.c:960 msgid "Maximum (outgoing):" msgstr "Maximum (ausgehend):" -#: panel-plugin/netload.c:955 +#: panel-plugin/netload.c:984 msgid "Text to display:" msgstr "Angezeigter Text:" -#: panel-plugin/netload.c:986 +#: panel-plugin/netload.c:1015 msgid "Network device:" msgstr "Netzwerkschnittstelle:" -#: panel-plugin/netload.c:1012 +#: panel-plugin/netload.c:1041 msgid "Update interval:" msgstr "Aktualisierungsintervall:" -#: panel-plugin/netload.c:1023 +#: panel-plugin/netload.c:1052 msgid "s" msgstr "s" -#: panel-plugin/netload.c:1036 +#: panel-plugin/netload.c:1065 msgid "Automatic maximum" msgstr "Automatisches Maximum" -#: panel-plugin/netload.c:1068 +#: panel-plugin/netload.c:1097 msgid "kByte/s" msgstr "kByte/s" -#: panel-plugin/netload.c:1156 +#: panel-plugin/netload.c:1186 msgid "Netload" msgstr "Netzlast" diff --git a/po/lt.po b/po/lt.po index 052625a..33e924f 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfce4-netload 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-08-01 11:07+0200\n" +"POT-Creation-Date: 2005-02-04 17:08+0100\n" "PO-Revision-Date: 2003-08-15 11:08+0300\n" "Last-Translator: Mantas \n" "Language-Team: \n" @@ -15,25 +15,26 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: panel-plugin/netload.c:64 +#: panel-plugin/netload.c:61 msgid "Xfce4-Netload-Plugin" msgstr "" -#: panel-plugin/netload.c:67 +#: panel-plugin/netload.c:64 msgid "Unknown error." msgstr "" -#: panel-plugin/netload.c:68 +#: panel-plugin/netload.c:65 msgid "Linux proc device '/proc/net/dev' not found." msgstr "" -#: panel-plugin/netload.c:69 +#: panel-plugin/netload.c:66 msgid "Interface was not found." msgstr "" -#: panel-plugin/netload.c:225 +#: panel-plugin/netload.c:223 #, fuzzy, c-format msgid "" +"<< %s >> (%s)\n" "Average of last %d measures:\n" "Incoming: %s kByte/s\n" "Outgoing: %s kByte/s\n" @@ -43,59 +44,63 @@ msgstr "" "Siunčiami: %lld bitų/s\n" "Viso: %lld bitų/s" -#: panel-plugin/netload.c:526 +#: panel-plugin/netload.c:225 +msgid "no IP address" +msgstr "" + +#: panel-plugin/netload.c:537 #, c-format msgid "" "%s: Error in initalizing:\n" "%s" msgstr "" -#: panel-plugin/netload.c:871 +#: panel-plugin/netload.c:897 msgid "Select color" msgstr "Pasirinkite spalvą" -#: panel-plugin/netload.c:926 +#: panel-plugin/netload.c:955 msgid "Bar color (incoming):" msgstr "Juostos spalva (gaunami duomenys)" -#: panel-plugin/netload.c:927 +#: panel-plugin/netload.c:956 msgid "Bar color (outgoing):" msgstr "Juostos spalva (siunčiami duomenys)" -#: panel-plugin/netload.c:930 +#: panel-plugin/netload.c:959 #, fuzzy msgid "Maximum (incoming):" msgstr "Juostos spalva (gaunami duomenys)" -#: panel-plugin/netload.c:931 +#: panel-plugin/netload.c:960 #, fuzzy msgid "Maximum (outgoing):" msgstr "Juostos spalva (siunčiami duomenys)" -#: panel-plugin/netload.c:955 +#: panel-plugin/netload.c:984 msgid "Text to display:" msgstr "Rodomas tekstas:" -#: panel-plugin/netload.c:986 +#: panel-plugin/netload.c:1015 msgid "Network device:" msgstr "Tinklo įrenginys" -#: panel-plugin/netload.c:1012 +#: panel-plugin/netload.c:1041 msgid "Update interval:" msgstr "" -#: panel-plugin/netload.c:1023 +#: panel-plugin/netload.c:1052 msgid "s" msgstr "" -#: panel-plugin/netload.c:1036 +#: panel-plugin/netload.c:1065 msgid "Automatic maximum" msgstr "" -#: panel-plugin/netload.c:1068 +#: panel-plugin/netload.c:1097 msgid "kByte/s" msgstr "" -#: panel-plugin/netload.c:1156 +#: panel-plugin/netload.c:1186 msgid "Netload" msgstr "Tinklo apkrovimas" diff --git a/po/pl.po b/po/pl.po index a0e0a7e..9bd0a03 100644 --- a/po/pl.po +++ b/po/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: xfce-netload 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-08-01 11:07+0200\n" +"POT-Creation-Date: 2005-02-04 17:08+0100\n" "PO-Revision-Date: 2003-10-19 10:34+0200\n" "Last-Translator: Michał Chruszcz \n" "Language-Team: pl \n" @@ -13,25 +13,26 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: panel-plugin/netload.c:64 +#: panel-plugin/netload.c:61 msgid "Xfce4-Netload-Plugin" msgstr "Wtyczka obciążenia sieci XFce4" -#: panel-plugin/netload.c:67 +#: panel-plugin/netload.c:64 msgid "Unknown error." msgstr "Nieznany błąd." -#: panel-plugin/netload.c:68 +#: panel-plugin/netload.c:65 msgid "Linux proc device '/proc/net/dev' not found." msgstr "Nie znaleziono urządzenia '/proc/net/dev'." -#: panel-plugin/netload.c:69 +#: panel-plugin/netload.c:66 msgid "Interface was not found." msgstr "Interfejs nie został odnaleziony." -#: panel-plugin/netload.c:225 -#, c-format +#: panel-plugin/netload.c:223 +#, fuzzy, c-format msgid "" +"<< %s >> (%s)\n" "Average of last %d measures:\n" "Incoming: %s kByte/s\n" "Outgoing: %s kByte/s\n" @@ -42,7 +43,11 @@ msgstr "" "Wychodzące: %s kB/s\n" "Łącznie: %s kB/s" -#: panel-plugin/netload.c:526 +#: panel-plugin/netload.c:225 +msgid "no IP address" +msgstr "" + +#: panel-plugin/netload.c:537 #, c-format msgid "" "%s: Error in initalizing:\n" @@ -51,50 +56,50 @@ msgstr "" "%s: Błąd inicjalizacji:\n" "%s" -#: panel-plugin/netload.c:871 +#: panel-plugin/netload.c:897 msgid "Select color" msgstr "Wybierz kolor" -#: panel-plugin/netload.c:926 +#: panel-plugin/netload.c:955 msgid "Bar color (incoming):" msgstr "Kolor słupka (przychodzące):" -#: panel-plugin/netload.c:927 +#: panel-plugin/netload.c:956 msgid "Bar color (outgoing):" msgstr "Kolor słupka (wychodzące):" -#: panel-plugin/netload.c:930 +#: panel-plugin/netload.c:959 msgid "Maximum (incoming):" msgstr "Maksimum (przychodzące):" -#: panel-plugin/netload.c:931 +#: panel-plugin/netload.c:960 msgid "Maximum (outgoing):" msgstr "Maksimum (wychodzące):" -#: panel-plugin/netload.c:955 +#: panel-plugin/netload.c:984 msgid "Text to display:" msgstr "Tekst do wyświetlenia:" -#: panel-plugin/netload.c:986 +#: panel-plugin/netload.c:1015 msgid "Network device:" msgstr "Urządzenie sieciowe:" -#: panel-plugin/netload.c:1012 +#: panel-plugin/netload.c:1041 msgid "Update interval:" msgstr "Interwał odświeżania:" -#: panel-plugin/netload.c:1023 +#: panel-plugin/netload.c:1052 msgid "s" msgstr "" -#: panel-plugin/netload.c:1036 +#: panel-plugin/netload.c:1065 msgid "Automatic maximum" msgstr "Automatyczne maksimum" -#: panel-plugin/netload.c:1068 +#: panel-plugin/netload.c:1097 msgid "kByte/s" msgstr "kB/s" -#: panel-plugin/netload.c:1156 +#: panel-plugin/netload.c:1186 msgid "Netload" msgstr "Obciążenie sieci" diff --git a/po/uk.po b/po/uk.po index 146943f..1bb5813 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: xfce4-netload-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-08-01 11:07+0200\n" +"POT-Creation-Date: 2005-02-04 17:08+0100\n" "PO-Revision-Date: 2003-10-21 12:13+0200\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -16,25 +16,26 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: panel-plugin/netload.c:64 +#: panel-plugin/netload.c:61 msgid "Xfce4-Netload-Plugin" msgstr "Модуль контролю мережі для Xfce4" -#: panel-plugin/netload.c:67 +#: panel-plugin/netload.c:64 msgid "Unknown error." msgstr "Невідома помилка." -#: panel-plugin/netload.c:68 +#: panel-plugin/netload.c:65 msgid "Linux proc device '/proc/net/dev' not found." msgstr "Не знайдено Linux пристрій '/proc/net/dev'." -#: panel-plugin/netload.c:69 +#: panel-plugin/netload.c:66 msgid "Interface was not found." msgstr "Інтерфейс не існує." -#: panel-plugin/netload.c:225 -#, c-format +#: panel-plugin/netload.c:223 +#, fuzzy, c-format msgid "" +"<< %s >> (%s)\n" "Average of last %d measures:\n" "Incoming: %s kByte/s\n" "Outgoing: %s kByte/s\n" @@ -45,7 +46,11 @@ msgstr "" "Трафік на виході: %s кілобайт/с\n" "Загальний трафік: %s кілобайт/с" -#: panel-plugin/netload.c:526 +#: panel-plugin/netload.c:225 +msgid "no IP address" +msgstr "" + +#: panel-plugin/netload.c:537 #, c-format msgid "" "%s: Error in initalizing:\n" @@ -54,50 +59,50 @@ msgstr "" "%s: Помилка ініціалізації:\n" "%s" -#: panel-plugin/netload.c:871 +#: panel-plugin/netload.c:897 msgid "Select color" msgstr "Вибір кольору" -#: panel-plugin/netload.c:926 +#: panel-plugin/netload.c:955 msgid "Bar color (incoming):" msgstr "Колір (на вхід):" -#: panel-plugin/netload.c:927 +#: panel-plugin/netload.c:956 msgid "Bar color (outgoing):" msgstr "Колір (на вихід):" -#: panel-plugin/netload.c:930 +#: panel-plugin/netload.c:959 msgid "Maximum (incoming):" msgstr "Максимум (на вхід):" -#: panel-plugin/netload.c:931 +#: panel-plugin/netload.c:960 msgid "Maximum (outgoing):" msgstr "Максимум (на вихід):" -#: panel-plugin/netload.c:955 +#: panel-plugin/netload.c:984 msgid "Text to display:" msgstr "Відображуваний текст:" -#: panel-plugin/netload.c:986 +#: panel-plugin/netload.c:1015 msgid "Network device:" msgstr "Мережевий пристрій:" -#: panel-plugin/netload.c:1012 +#: panel-plugin/netload.c:1041 msgid "Update interval:" msgstr "Інтервал оновлення:" -#: panel-plugin/netload.c:1023 +#: panel-plugin/netload.c:1052 msgid "s" msgstr "с" -#: panel-plugin/netload.c:1036 +#: panel-plugin/netload.c:1065 msgid "Automatic maximum" msgstr "Автоматичний максимум" -#: panel-plugin/netload.c:1068 +#: panel-plugin/netload.c:1097 msgid "kByte/s" msgstr "кілобайт/с" -#: panel-plugin/netload.c:1156 +#: panel-plugin/netload.c:1186 msgid "Netload" msgstr "Контроль мережі" diff --git a/po/xfce4-netload.pot b/po/xfce4-netload.pot index fd8054a..4db67f9 100644 --- a/po/xfce4-netload.pot +++ b/po/xfce4-netload.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-08-01 11:07+0200\n" +"POT-Creation-Date: 2005-02-04 17:08+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,82 +16,87 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: panel-plugin/netload.c:64 +#: panel-plugin/netload.c:61 msgid "Xfce4-Netload-Plugin" msgstr "" -#: panel-plugin/netload.c:67 +#: panel-plugin/netload.c:64 msgid "Unknown error." msgstr "" -#: panel-plugin/netload.c:68 +#: panel-plugin/netload.c:65 msgid "Linux proc device '/proc/net/dev' not found." msgstr "" -#: panel-plugin/netload.c:69 +#: panel-plugin/netload.c:66 msgid "Interface was not found." msgstr "" -#: panel-plugin/netload.c:225 +#: panel-plugin/netload.c:223 #, 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 "" -#: panel-plugin/netload.c:526 +#: panel-plugin/netload.c:225 +msgid "no IP address" +msgstr "" + +#: panel-plugin/netload.c:537 #, c-format msgid "" "%s: Error in initalizing:\n" "%s" msgstr "" -#: panel-plugin/netload.c:871 +#: panel-plugin/netload.c:897 msgid "Select color" msgstr "" -#: panel-plugin/netload.c:926 +#: panel-plugin/netload.c:955 msgid "Bar color (incoming):" msgstr "" -#: panel-plugin/netload.c:927 +#: panel-plugin/netload.c:956 msgid "Bar color (outgoing):" msgstr "" -#: panel-plugin/netload.c:930 +#: panel-plugin/netload.c:959 msgid "Maximum (incoming):" msgstr "" -#: panel-plugin/netload.c:931 +#: panel-plugin/netload.c:960 msgid "Maximum (outgoing):" msgstr "" -#: panel-plugin/netload.c:955 +#: panel-plugin/netload.c:984 msgid "Text to display:" msgstr "" -#: panel-plugin/netload.c:986 +#: panel-plugin/netload.c:1015 msgid "Network device:" msgstr "" -#: panel-plugin/netload.c:1012 +#: panel-plugin/netload.c:1041 msgid "Update interval:" msgstr "" -#: panel-plugin/netload.c:1023 +#: panel-plugin/netload.c:1052 msgid "s" msgstr "" -#: panel-plugin/netload.c:1036 +#: panel-plugin/netload.c:1065 msgid "Automatic maximum" msgstr "" -#: panel-plugin/netload.c:1068 +#: panel-plugin/netload.c:1097 msgid "kByte/s" msgstr "" -#: panel-plugin/netload.c:1156 +#: panel-plugin/netload.c:1186 msgid "Netload" msgstr ""