parent
13f0b8b494
commit
1559a42465
|
@ -1,3 +1,6 @@
|
||||||
|
2005-11-02 Bernhard Walle
|
||||||
|
* added Portuguese (Brazil) translation
|
||||||
|
|
||||||
2005-10-18 Bernhard Walle
|
2005-10-18 Bernhard Walle
|
||||||
* added Spanish translation, thanks to Rudy Godoy
|
* added Spanish translation, thanks to Rudy Godoy
|
||||||
* changed some fileds in the translation files because the new tool
|
* changed some fileds in the translation files because the new tool
|
||||||
|
|
|
@ -49,7 +49,7 @@ AC_CHECK_LIB(nsl, kstat_open, SOLLIBS="$SOLLIBS -linet_ntop", SOLLIBS="$SOLLIBS"
|
||||||
AC_SUBST(SOLLIBS)
|
AC_SUBST(SOLLIBS)
|
||||||
|
|
||||||
dnl Check for i18n support
|
dnl Check for i18n support
|
||||||
BM_I18N([xfce4-netload], [ca de eu fr ko lt pl uk ru es])
|
BM_I18N([xfce4-netload], [ca de eu fr ko lt pl uk ru es pt_BR])
|
||||||
|
|
||||||
dnl configure the panel plugin
|
dnl configure the panel plugin
|
||||||
XFCE_PANEL_PLUGIN([XFCE4_PANEL], [4.0.0])
|
XFCE_PANEL_PLUGIN([XFCE4_PANEL], [4.0.0])
|
||||||
|
|
|
@ -0,0 +1,108 @@
|
||||||
|
# Brazilian portuguese translations for xfce4-netload-plugin package.
|
||||||
|
# Copyright (C) 2005 Adriano Winter Bess
|
||||||
|
# This file is distributed under the same license as the xfce4-netload-plugin package.
|
||||||
|
# Adriano Winter Bess <awbess@gmail.com>, 2005
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: xfce4-netload-plugin 0.3.3\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2005-02-04 19:20+0100\n"
|
||||||
|
"PO-Revision-Date: 2005-11-01 20:55-0200\n"
|
||||||
|
"Last-Translator: Adriano Winter Bess <awbess@gmail.com>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:61
|
||||||
|
msgid "Xfce4-Netload-Plugin"
|
||||||
|
msgstr "Xfce4-Netload-Plugin"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:64
|
||||||
|
msgid "Unknown error."
|
||||||
|
msgstr "Erro desconhecido."
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:65
|
||||||
|
msgid "Linux proc device '/proc/net/dev' not found."
|
||||||
|
msgstr "Dispositivo /proc/net/dev do Linux não encontrado."
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:66
|
||||||
|
msgid "Interface was not found."
|
||||||
|
msgstr "A interface não foi encontrada."
|
||||||
|
|
||||||
|
#: 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"
|
||||||
|
"Média das últimas %d medições:\n"
|
||||||
|
"Entrada: %s kByte/s\n"
|
||||||
|
"Saída: %s kByte/s\n"
|
||||||
|
"Total: %s KByte/s"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:225
|
||||||
|
msgid "no IP address"
|
||||||
|
msgstr "nenhum endereço IP"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:537
|
||||||
|
#, c-format
|
||||||
|
msgid ""
|
||||||
|
"%s: Error in initalizing:\n"
|
||||||
|
"%s"
|
||||||
|
msgstr ""
|
||||||
|
"%s: Erro na inicialização:\n"
|
||||||
|
"%s"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:897
|
||||||
|
msgid "Select color"
|
||||||
|
msgstr "Selecione a cor"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:955
|
||||||
|
msgid "Bar color (incoming):"
|
||||||
|
msgstr "Cor da barra (entrada):"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:956
|
||||||
|
msgid "Bar color (outgoing):"
|
||||||
|
msgstr "Cor da barra (saída):"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:959
|
||||||
|
msgid "Maximum (incoming):"
|
||||||
|
msgstr "Máximo (entrada):"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:960
|
||||||
|
msgid "Maximum (outgoing):"
|
||||||
|
msgstr "Máximo (saída):"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:984
|
||||||
|
msgid "Text to display:"
|
||||||
|
msgstr "Texto para mostrar:"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:1015
|
||||||
|
msgid "Network device:"
|
||||||
|
msgstr "Dispositivo de rede:"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:1041
|
||||||
|
msgid "Update interval:"
|
||||||
|
msgstr "Intervalo de atualização:"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:1052
|
||||||
|
msgid "s"
|
||||||
|
msgstr "s"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:1065
|
||||||
|
msgid "Automatic maximum"
|
||||||
|
msgstr "Máximo automático"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:1097
|
||||||
|
msgid "kByte/s"
|
||||||
|
msgstr "kByte/s"
|
||||||
|
|
||||||
|
#: panel-plugin/netload.c:1186
|
||||||
|
msgid "Netload"
|
||||||
|
msgstr "Tráfego de rede"
|
Loading…
Reference in New Issue