From 31ab3603835d4d7893be0d114697bf800c44f891 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Mon, 4 Feb 2002 07:45:19 +0000
Subject: initial import

---
 nls/pt_PT/BaseDisplay.m   |  16 ++++
 nls/pt_PT/Basemenu.m      |   4 +
 nls/pt_PT/Configmenu.m    |  52 +++++++++++
 nls/pt_PT/Icon.m          |   4 +
 nls/pt_PT/Image.m         |  24 +++++
 nls/pt_PT/Makefile.am     |  29 ++++++
 nls/pt_PT/Makefile.in     | 220 ++++++++++++++++++++++++++++++++++++++++++++++
 nls/pt_PT/Screen.m        |  52 +++++++++++
 nls/pt_PT/Slit.m          |   8 ++
 nls/pt_PT/Toolbar.m       |  22 +++++
 nls/pt_PT/Translation.m   | 211 ++++++++++++++++++++++++++++++++++++++++++++
 nls/pt_PT/Window.m        |  17 ++++
 nls/pt_PT/Windowmenu.m    |  22 +++++
 nls/pt_PT/Workspace.m     |   4 +
 nls/pt_PT/Workspacemenu.m |   8 ++
 nls/pt_PT/blackbox.cat    | Bin 0 -> 6592 bytes
 nls/pt_PT/blackbox.m      |   6 ++
 nls/pt_PT/bsetroot.m      |  16 ++++
 nls/pt_PT/common.m        |  58 ++++++++++++
 nls/pt_PT/main.m          |  21 +++++
 20 files changed, 794 insertions(+)
 create mode 100644 nls/pt_PT/BaseDisplay.m
 create mode 100644 nls/pt_PT/Basemenu.m
 create mode 100644 nls/pt_PT/Configmenu.m
 create mode 100644 nls/pt_PT/Icon.m
 create mode 100644 nls/pt_PT/Image.m
 create mode 100644 nls/pt_PT/Makefile.am
 create mode 100644 nls/pt_PT/Makefile.in
 create mode 100644 nls/pt_PT/Screen.m
 create mode 100644 nls/pt_PT/Slit.m
 create mode 100644 nls/pt_PT/Toolbar.m
 create mode 100644 nls/pt_PT/Translation.m
 create mode 100644 nls/pt_PT/Window.m
 create mode 100644 nls/pt_PT/Windowmenu.m
 create mode 100644 nls/pt_PT/Workspace.m
 create mode 100644 nls/pt_PT/Workspacemenu.m
 create mode 100644 nls/pt_PT/blackbox.cat
 create mode 100644 nls/pt_PT/blackbox.m
 create mode 100644 nls/pt_PT/bsetroot.m
 create mode 100644 nls/pt_PT/common.m
 create mode 100644 nls/pt_PT/main.m

diff --git a/nls/pt_PT/BaseDisplay.m b/nls/pt_PT/BaseDisplay.m
new file mode 100644
index 0000000..51d9b6f
--- /dev/null
+++ b/nls/pt_PT/BaseDisplay.m
@@ -0,0 +1,16 @@
+$set 1 #BaseDisplay
+
+$ #XError
+# %s:  X erro: %s(%d) op��es %d/%d\n  recurso 0x%lx\n
+$ #SignalCaught
+# %s: recebendo o sinal %d\n
+$ #ShuttingDown
+# desligando\n
+$ #Aborting
+# a abortar... a gerar ficheiro core\n
+$ #XConnectFail
+# BaseDisplay::BaseDisplay: conec��o ao servidor X falhou.\n
+$ #CloseOnExecFail
+# BaseDisplay::BaseDisplay: impossivel marcar a conex�o ao display como close-on-exec\n
+$ #BadWindowRemove
+# BaseDisplay::eventLoop(): a remover a janela da trilha de eventos\n
diff --git a/nls/pt_PT/Basemenu.m b/nls/pt_PT/Basemenu.m
new file mode 100644
index 0000000..80e56ed
--- /dev/null
+++ b/nls/pt_PT/Basemenu.m
@@ -0,0 +1,4 @@
+$set 2 #Basemenu
+
+$ #BlackboxMenu
+# Menu Blackbox
diff --git a/nls/pt_PT/Configmenu.m b/nls/pt_PT/Configmenu.m
new file mode 100644
index 0000000..14d04ae
--- /dev/null
+++ b/nls/pt_PT/Configmenu.m
@@ -0,0 +1,52 @@
+$set 3 #Configmenu
+
+$ #ConfigOptions
+# Configura��es
+$ #FocusModel
+# Modelo de Foco
+$ #WindowPlacement
+# Posicionamento das Janelas
+$ #ImageDithering
+# Simula��o de Cores em Imagens
+$ #OpaqueMove
+# Movimento Opaco de Janelas
+$ #FullMax
+# Maximiza��o Total
+$ #FocusNew
+# Foco em Novas Janelas
+$ #FocusLast
+# Foco na Ultima Janela Da Area de Trabalho
+$ #ClickToFocus
+# Foco na Janela Quando Clicada
+$ #SloppyFocus
+# Foco na Janela Quando Apontada
+$ #AutoRaise
+# Sobrepor Janela Quando Ativa
+$ #SmartRows
+# Posicionamento em Fila
+$ #SmartCols
+# Posicionamento em Coluna
+$ #Cascade
+# Posicionamento em Cascata
+$ #LeftRight
+# Esquerda para Direita
+$ #RightLeft
+# Direita para Esquerda
+$ #TopBottom
+# Cima para Baixo
+$ #BottomTop
+# Baixo para Cima
+$ #Tabs
+# Tabs
+$ #Icons
+# Icons
+$ #TabPlacement
+# Posicionamento da Tab
+$ #TabRotateVertical
+# Rodar Tabs Verticais
+$ #SemiSloppyFocus
+# Semi Sloppy Focus
+$ #MaxOverSlit
+# Maximizar Sobre Slit
+$ #SloppyWindowGrouping
+# Sloppy Janela Em Grupo
diff --git a/nls/pt_PT/Icon.m b/nls/pt_PT/Icon.m
new file mode 100644
index 0000000..54b96a6
--- /dev/null
+++ b/nls/pt_PT/Icon.m
@@ -0,0 +1,4 @@
+$set 4 #Icon
+
+$ #Icons
+# Icons
diff --git a/nls/pt_PT/Image.m b/nls/pt_PT/Image.m
new file mode 100644
index 0000000..7fb9623
--- /dev/null
+++ b/nls/pt_PT/Image.m
@@ -0,0 +1,24 @@
+$set 5 #Image
+
+$ #ErrorCreatingSolidPixmap
+# BImage::render_solid: erro a criar pixmap\n
+$ #ErrorCreatingXImage
+# BImage::renderXImage: erro a criar XImage\n
+$ #UnsupVisual
+# BImage::renderXImage: Imagem n�o suportada\n
+$ #ErrorCreatingPixmap
+# BImage::renderPixmap: erro a criar pixmap\n
+$ #InvalidColormapSize
+# BImageControl::BImageControl: mapa de cores de tamanho invalido %d (%d/%d/%d) - reduzindo\n
+$ #ErrorAllocatingColormap
+# BImageControl::BImageControl: erro localizado no mapa de cores\n
+$ #ColorAllocFail
+# BImageControl::BImageControl: falha localizada na cor %d/%d/%d\n
+$ #PixmapRelease
+# BImageControl::~BImageControl: reserva de pixmap cheia - libertando %d pixmaps\n
+$ #PixmapCacheLarge
+# BImageControl::renderImage: reserva cheia, a for�ar limpeza\n
+$ #ColorParseError
+# BImageControl::getColor: color parse error: '%s'\n
+$ #ColorAllocError
+# BImageControl::getColor: erro a localizar cor: '%s'\n
diff --git a/nls/pt_PT/Makefile.am b/nls/pt_PT/Makefile.am
new file mode 100644
index 0000000..3fc7d03
--- /dev/null
+++ b/nls/pt_PT/Makefile.am
@@ -0,0 +1,29 @@
+# nls/pt_PT/Makefile.am for Fluxbox  - an X11 Window Manager
+
+NLSTEST = @NLS@
+CLEANFILES = blackbox.cat
+MAINTAINERCLEANFILES = Makefile.in Translation.m
+MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
+EXTRA_DIST=$(MFILES)
+all-local: blackbox.cat
+install-data-local: blackbox.cat
+	@if test x$(NLSTEST) = "x-DNLS"; then \
+		echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/pt_PT"; \
+		$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/pt_PT; \
+		$(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/pt_PT; \
+	fi
+uninstall-local:
+	@if test x$(NLSTEST) = "x-DNLS"; then \
+		rm -f $(DESTDIR)$(pkgdatadir)/nls/pt_PT/blackbox.cat; \
+		rmdir $(DESTDIR)$(pkgdatadir)/nls/pt_PT; \
+	fi
+
+Translation.m: $(MFILES)
+	@if test x$(NLSTEST) = "x-DNLS"; then \
+		awk -f ../convert.awk output=Translation.m $(MFILES); \
+	fi
+
+blackbox.cat: Translation.m
+	@if test x$(NLSTEST) = "x-DNLS"; then \
+		$(gencat_cmd) blackbox.cat Translation.m; \
+	fi
diff --git a/nls/pt_PT/Makefile.in b/nls/pt_PT/Makefile.in
new file mode 100644
index 0000000..42515d6
--- /dev/null
+++ b/nls/pt_PT/Makefile.in
@@ -0,0 +1,220 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+# nls/pt_BR/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+host_alias = @host_alias@
+host_triplet = @host@
+AS = @AS@
+CC = @CC@
+CXX = @CXX@
+DEBUG = @DEBUG@
+DLLTOOL = @DLLTOOL@
+GNOME = @GNOME@
+INTERLACE = @INTERLACE@
+KDE = @KDE@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NEWWMSPEC = @NEWWMSPEC@
+NLS = @NLS@
+OBJDUMP = @OBJDUMP@
+ORDEREDPSEUDO = @ORDEREDPSEUDO@
+PACKAGE = @PACKAGE@
+RANLIB = @RANLIB@
+SHAPE = @SHAPE@
+SLIT = @SLIT@
+TIMEDCACHE = @TIMEDCACHE@
+VERSION = @VERSION@
+gencat_cmd = @gencat_cmd@
+regex_cmd = @regex_cmd@
+
+NLSTEST = @NLS@
+CLEANFILES = blackbox.cat
+MAINTAINERCLEANFILES = Makefile.in Translation.m
+MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
+EXTRA_DIST = $(MFILES)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../config.h
+CONFIG_CLEAN_FILES = 
+DIST_COMMON =  Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
+	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/pt_BR/Makefile
+
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
+	cd $(top_builddir) \
+	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+tags: TAGS
+TAGS:
+
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = nls/pt_BR
+
+distdir: $(DISTFILES)
+	@for file in $(DISTFILES); do \
+	  d=$(srcdir); \
+	  if test -d $$d/$$file; then \
+	    cp -pr $$/$$file $(distdir)/$$file; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	  fi; \
+	done
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am: install-data-local
+install-data: install-data-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am: uninstall-local
+uninstall: uninstall-am
+all-am: Makefile all-local
+all-redirect: all-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+	-rm -f Makefile $(CONFIG_CLEAN_FILES)
+	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+mostlyclean-am:  mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am:  clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am:  distclean-generic clean-am
+	-rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am:  maintainer-clean-generic distclean-am
+	@echo "This command is intended for maintainers to use;"
+	@echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: tags distdir info-am info dvi-am dvi check check-am \
+installcheck-am installcheck install-exec-am install-exec \
+install-data-local install-data-am install-data install-am install \
+uninstall-local uninstall-am uninstall all-local all-redirect all-am \
+all installdirs mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+all-local: blackbox.cat
+install-data-local: blackbox.cat
+	@if test x$(NLSTEST) = "x-DNLS"; then \
+		echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/pr_BR"; \
+		$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
+		$(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
+	fi
+uninstall-local:
+	@if test x$(NLSTEST) = "x-DNLS"; then \
+		rm -f $(DESTDIR)$(pkgdatadir)/nls/pt_BR/blackbox.cat; \
+		rmdir $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
+	fi
+
+Translation.m: $(MFILES)
+	@if test x$(NLSTEST) = "x-DNLS"; then \
+		awk -f ../convert.awk output=Translation.m $(MFILES); \
+	fi
+
+blackbox.cat: Translation.m
+	@if test x$(NLSTEST) = "x-DNLS"; then \
+		$(gencat_cmd) blackbox.cat Translation.m; \
+	fi
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/nls/pt_PT/Screen.m b/nls/pt_PT/Screen.m
new file mode 100644
index 0000000..d5a8942
--- /dev/null
+++ b/nls/pt_PT/Screen.m
@@ -0,0 +1,52 @@
+$set 6 #Screen
+
+$ #AnotherWMRunning
+# BScreen::BScreen: um erro occorreu enquanto chamava o servidor X.\n  \
+existe outro window manager rodando no display. %s.\n
+$ #ManagingScreen
+# BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
+$ #FontLoadFail
+# BScreen::LoadStyle(): impossivel carregar fonte '%s'\n
+$ #DefaultFontLoadFail
+# BScreen::LoadStyle(): impossivel carregar fonte padr�o.\n
+$ #EmptyMenuFile
+# %s: arquivo de menu vazio\n
+$ #xterm
+# xterm
+$ #Restart
+# Reiniciar
+$ #Exit
+# Sair
+$ #EXECError
+# BScreen::parseMenuFile: [exec] erro, n�o h� indica��o definida no menu e/ou comando definido\n
+$ #EXITError
+# BScreen::parseMenuFile: [exit] erro, n�o h� indica��o definida no menu\n
+$ #STYLEError
+# BScreen::parseMenuFile: [style] erro, n�o h� indica��o de menu e/ou nome de arquivo difinido\n
+$ #CONFIGError
+# BScreen::parseMenuFile: [config] erro, n�o h� indica��o definida no menu\n
+$ #INCLUDEError
+# BScreen::parseMenuFile: [include] erro, nome de arquivo n�o definido\n
+$ #INCLUDEErrorReg
+# BScreen::parseMenuFile: [include] error, '%s' n�o � um arquivo regular\n
+$ #SUBMENUError
+# BScreen::parseMenuFile: [submenu] erro, n�o h� indica��o definida no menu\n
+$ #RESTARTError
+# BScreen::parseMenuFile: [restart] erro, n�o h� indica��o definida no menu\n
+$ #RECONFIGError
+# BScreen::parseMenuFile: [reconfig] erro, n�o h� indica��o definida no menu\n
+$ #STYLESDIRError
+# BScreen::parseMenuFile: [stylesdir/stylesmenu] erro, n�o h� diretorio difinido\n
+$ #STYLESDIRErrorNotDir
+# BScreen::parseMenuFile: [stylesdir/stylesmenu] erro, '%s' n�o � um diretorio\n
+$ #STYLESDIRErrorNoExist
+# BScreen::parseMenuFile: [stylesdir/stylesmenu] erro, '%s' n�o existe\n
+$ #WORKSPACESError
+# BScreen::parseMenuFile: [workspaces] erro, n�o h� indica��o definida no menu\n
+$ #PositionLength
+# 0: 0000 x 0: 0000
+$ #PositionFormat
+# X: %4d x Y: %4d
+$ #GeometryFormat
+# W: %4d x H: %4d
+
diff --git a/nls/pt_PT/Slit.m b/nls/pt_PT/Slit.m
new file mode 100644
index 0000000..73cff22
--- /dev/null
+++ b/nls/pt_PT/Slit.m
@@ -0,0 +1,8 @@
+$set 7 #Slit
+
+$ #SlitTitle
+# Slit
+$ #SlitDirection
+# Dire��o
+$ #SlitPlacement
+# Posicionamento
diff --git a/nls/pt_PT/Toolbar.m b/nls/pt_PT/Toolbar.m
new file mode 100644
index 0000000..d0e5982
--- /dev/null
+++ b/nls/pt_PT/Toolbar.m
@@ -0,0 +1,22 @@
+$set 8 #Toolbar
+
+$ #NoStrftimeLength
+# 00:00000
+$ #NoStrftimeDateFormat
+# %02d/%02d/%02d
+$ #NoStrftimeDateFormatEu
+# %02d.%02d.%02d
+$ #NoStrftimeTimeFormat24
+#  %02d:%02d 
+$ #NoStrftimeTimeFormat12
+# %02d:%02d %sm
+$ #NoStrftimeTimeFormatP
+# p
+$ #NoStrftimeTimeFormatA
+# a
+$ #ToolbarTitle
+# Toolbar
+$ #EditWkspcName
+# Editar o nome de Area de Trabalho
+$ #ToolbarPlacement
+# Posicionamento
diff --git a/nls/pt_PT/Translation.m b/nls/pt_PT/Translation.m
new file mode 100644
index 0000000..2ab2257
--- /dev/null
+++ b/nls/pt_PT/Translation.m
@@ -0,0 +1,211 @@
+$set 1 #BaseDisplay
+
+1 %s:  X erro: %s(%d) opcodes %d/%d\n  recurso 0x%lx\n
+2 %s: recebeido sinal %d\n
+3 desligando\n
+4 a abortar... a gerar ficheiro core\n
+5 BaseDisplay::BaseDisplay: conec��o ao servidor X falhou.\n
+6 BaseDisplay::BaseDisplay: impossivel marcar a conex�o ao display como close-on-exec\n
+7 BaseDisplay::eventLoop(): a remover m� janela da trilha de eventos\n
+
+$set 2 #Basemenu
+
+1 Menu Blackbox
+
+$set 3 #Configmenu
+
+1 Configura��es
+2 Modelo de Foco
+3 Posicionamento das Janelas
+4 Simula��o de Cores em Imagens
+5 Movimento Opaco de Janelas
+6 Maximiza��o Total
+7 Foco em Novas Janelas
+8 Foco na Ultima Janela Da Area de Trabalho
+9 Foco na Janela Quando Clicada
+10 Foco na Janela Quando Apontada
+11 Sobrepor Janela Quando Ativa
+12 Posicionamento em Fila
+13 Posicionamento em Coluna
+14 Posicionamento em Cascata
+15 Esquerda para Direita
+16 Direita para Esquerda
+17 Cima para Baixo
+18 Baixo para Cima
+19 Tabs
+20 Icons
+21 Posicionamento de Tab
+22 Rota��o Vertical de Tabs
+23 Semi Sloppy Focus
+24 Maximize Sobre Slit
+25 Sloppy Janela de Grupo
+
+$set 4 #Icon
+
+1 Icons
+
+$set 5 #Image
+
+1 BImage::render_solid: erro a criar pixmap\n
+2 BImage::renderXImage: erro a criar XImage\n
+3 BImage::renderXImage: Imagem n�o suportado\n
+4 BImage::renderPixmap: erro a criar pixmap\n
+5 BImageControl::BImageControl: mapa de cores de tamanho invalido %d (%d/%d/%d) - reduzindo\n
+6 BImageControl::BImageControl: erro localizado no mapa de cores\n
+7 BImageControl::BImageControl: falha localizada na cor %d/%d/%d\n
+8 BImageControl::~BImageControl: reserva de pixmap cheia - libertando %d pixmaps\n
+9 BImageControl::renderImage: reserva cheia, a for�ar limpeza\n
+10 BImageControl::getColor: color parse error: '%s'\n
+11 BImageControl::getColor: erro localizando cor: '%s'\n
+
+$set 6 #Screen
+
+1 BScreen::BScreen: um erro occorreu enquanto chamava o servidor X.\n  \
+existe outro window manager rodando no display. %s.\n
+2 BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
+3 BScreen::LoadStyle(): impossivel carregar fonte '%s'\n
+4 BScreen::LoadStyle(): impossivel carregar fonte padr�o.\n
+5 %s: arquivo de menu vazio\n
+6 xterm
+7 Reiniciar
+8 Sair
+9 BScreen::parseMenuFile: [exec] erro, n�o h� indica��o definida no menu e/ou comando definido\n
+10 BScreen::parseMenuFile: [exit] erro, n�o h� indica��o definida no menu\n
+11 BScreen::parseMenuFile: [style] erro, n�o h� indica��o de menu e/ou nome de arquivo difinido\n
+12 BScreen::parseMenuFile: [config] erro, n�o h� indica��o definida no menu\n
+13 BScreen::parseMenuFile: [include] erro, nome de arquivo n�o definido\n
+14 BScreen::parseMenuFile: [include] error, '%s' n�o � um arquivo regular\n
+15 BScreen::parseMenuFile: [submenu] erro, n�o h� indica��o definida no menu\n
+16 BScreen::parseMenuFile: [restart] erro, n�o h� indica��o definida no menu\n
+17 BScreen::parseMenuFile: [reconfig] erro, n�o h� indica��o definida no menu\n
+18 BScreen::parseMenuFile: [stylesdir/stylesmenu] erro, n�o h� diretorio difinido\n
+19 BScreen::parseMenuFile: [stylesdir/stylesmenu] erro, '%s' n�o � um diretorio\n
+20 BScreen::parseMenuFile: [stylesdir/stylesmenu] erro, '%s' n�o existe\n
+21 BScreen::parseMenuFile: [workspaces] erro, n�o h� indica��o definida no menu\n
+22 0: 0000 x 0: 0000
+23 X: %4d x Y: %4d
+24 W: %4d x H: %4d
+
+
+$set 7 #Slit
+
+1 Slit
+2 Dire��o
+3 Posicionamento
+
+$set 8 #Toolbar
+
+1 00:00000
+2 %02d/%02d/%02d
+3 %02d.%02d.%02d
+4  %02d:%02d 
+5 %02d:%02d %sm
+6 p
+7 a
+8 Toolbar
+9 Editar nome de Area de Trabalho
+10 Posicionamento
+
+$set 9 #Window
+
+
+1 BlackboxWindow::BlackboxWindow: criando 0x%lx\n
+2 BlackboxWindow::BlackboxWindow: XGetWindowAttributres falhou\n
+3 BlackboxWindow::BlackboxWindow: impossivel encontrar tela para janela 0x%lx\n
+4 Sem Nome
+5 BlackboxWindow::mapRequestEvent() para 0x%lx\n
+6 BlackboxWindow::unmapNotifyEvent() para 0x%lx\n
+7 BlackboxWindow::unmapnotifyEvent: reparent 0x%lx to root\n
+
+$set 10 #Windowmenu
+
+1 Enviar Para ...
+2 Encolher
+3 Minimizar
+4 Maximizar
+5 Focalizar
+6 Desfocalizar
+7 Sempre Visivel
+8 Kill Cliente
+9 Fechar
+10 Tab
+
+$set 11 #Workspace
+
+1 Area de Trabalho %d
+
+$set 12 #Workspacemenu
+
+1 Areas de Trabalho
+2 Nova Area de Trabalho
+3 Remover Ultima Area de Trabalho
+
+$set 13 #blackbox
+
+1 Blackbox::Blackbox: n�o foram encontradas telas administraveis, abortando..\n
+2 Blackbox::process_event: MapRequest para 0x%lx\n
+
+$set 14 #Common
+
+1 Sim
+2 N�o
+
+3 Dire��o
+4 Horizontal
+5 Vertical
+
+6 Sempre Visivel
+
+7 Posicionamento
+8 No Alto a Esquerda
+9 No Centro a Esquerda
+10 Em Baixo a Esquerda
+11 No Alto e no Centro
+12 Em Baixo e no Centro
+13 No Alto a Direita
+14 No Meio a Direita
+15 Em Baixo a Direita
+16 Left Top
+17 Left Center
+18 Left Bottom
+19 Right Top
+20 Right Center
+21 Right Bottom
+22 Top Relative
+23 Bottom Relative
+24 Left Relative
+25 Right Relative
+
+26 Esconder Automaticamente
+
+$set 15 #main
+
+1 erro: '-rc' requer um argumento\n
+2 erro: '-display' requer um argumento\n
+3 aviso: n�o foi possivel colocar a variavel de ambiente 'DISPLAY'\n
+4 Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\
+  -display <string>\t\tusar conex�o com o display.\n\
+  -rc <string>\t\t\tusar arquivo alternativo de recursos.\n\
+  -version\t\t\tmostrar versao e sair.\n\
+  -help\t\t\t\tmostrar esta ajuda e sair.\n\n
+5 Op��es em tempo de compila��o:\n\
+  Informa��es extras para problemas:\t\t\t%s\n\
+  Interlacing:\t\t\t%s\n\
+  Forma:\t\t\t%s\n\
+  Slit:\t\t\t\t%s\n\
+  8bpp Simula��o ordenada de cores em imagens:\t%s\n\n
+
+$set 16 #bsetroot
+
+1 %s: erro: necessario especificar um dos seguintes argumentos: -solid, -mod, -gradient\n
+2 %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
+  -display <string>        conex�o com display\n\
+  -mod <x> <y>             altera pattern\n\
+  -foreground, -fg <color> altera foreground color\n\
+  -background, -bg <color> altera background color\n\n\
+  -gradient <texture>      textura gradiente\n\
+  -from <color>            cor de inicio do gradiente\n\
+  -to <color>              com do fim do gradiente\n\n\
+  -solid <color>           cor solida\n\n\
+  -help                    mostra esta ajuda e sai\n
+
diff --git a/nls/pt_PT/Window.m b/nls/pt_PT/Window.m
new file mode 100644
index 0000000..bb22bab
--- /dev/null
+++ b/nls/pt_PT/Window.m
@@ -0,0 +1,17 @@
+$set 9 #Window
+
+
+$ #Creating
+# BlackboxWindow::BlackboxWindow: a criar 0x%lx\n
+$ #XGetWindowAttributesFail
+# BlackboxWindow::BlackboxWindow: XGetWindowAttributres falhou\n
+$ #CannotFindScreen
+# BlackboxWindow::BlackboxWindow: impossivel encontrar tela para janela 0x%lx\n
+$ #Unnamed
+# Sem Nome
+$ #MapRequest
+# BlackboxWindow::mapRequestEvent() para 0x%lx\n
+$ #UnmapNotify
+# BlackboxWindow::unmapNotifyEvent() para 0x%lx\n
+$ #UnmapNotifyReparent
+# BlackboxWindow::unmapnotifyEvent: reparent 0x%lx to root\n
diff --git a/nls/pt_PT/Windowmenu.m b/nls/pt_PT/Windowmenu.m
new file mode 100644
index 0000000..522adb9
--- /dev/null
+++ b/nls/pt_PT/Windowmenu.m
@@ -0,0 +1,22 @@
+$set 10 #Windowmenu
+
+$ #SendTo
+# Enviar Para ...
+$ #Shade
+# Encolher
+$ #Iconify
+# Minimizar
+$ #Maximize
+# Maximizar
+$ #Raise
+# Focalizar
+$ #Lower
+# Desfocalizar
+$ #Stick
+# Sempre Visivel
+$ #KillClient
+# Kill Cliente
+$ #Close
+# Fechar
+$ #Tab
+# Tab
diff --git a/nls/pt_PT/Workspace.m b/nls/pt_PT/Workspace.m
new file mode 100644
index 0000000..e9516f1
--- /dev/null
+++ b/nls/pt_PT/Workspace.m
@@ -0,0 +1,4 @@
+$set 11 #Workspace
+
+$ #DefaultNameFormat
+# Area de Trabalho %d
diff --git a/nls/pt_PT/Workspacemenu.m b/nls/pt_PT/Workspacemenu.m
new file mode 100644
index 0000000..fd801ad
--- /dev/null
+++ b/nls/pt_PT/Workspacemenu.m
@@ -0,0 +1,8 @@
+$set 12 #Workspacemenu
+
+$ #WorkspacesTitle
+# Areas de Trabalho
+$ #NewWorkspace
+# Nova Area de Trabalho
+$ #RemoveLast
+# Remover Ultima Area de Trabalho
diff --git a/nls/pt_PT/blackbox.cat b/nls/pt_PT/blackbox.cat
new file mode 100644
index 0000000..75c3ef3
Binary files /dev/null and b/nls/pt_PT/blackbox.cat differ
diff --git a/nls/pt_PT/blackbox.m b/nls/pt_PT/blackbox.m
new file mode 100644
index 0000000..34f1691
--- /dev/null
+++ b/nls/pt_PT/blackbox.m
@@ -0,0 +1,6 @@
+$set 13 #blackbox
+
+$ #NoManagableScreens
+# Blackbox::Blackbox: n�o foram encontradas telas administraveis, a abortar...\n
+$ #MapRequest
+# Blackbox::process_event: MapRequest para 0x%lx\n
diff --git a/nls/pt_PT/bsetroot.m b/nls/pt_PT/bsetroot.m
new file mode 100644
index 0000000..f23fa7a
--- /dev/null
+++ b/nls/pt_PT/bsetroot.m
@@ -0,0 +1,16 @@
+$set 16 #bsetroot
+
+$ #MustSpecify
+# %s: erro: necessario especificar um dos seguintes argumentos: -solid, -mod, -gradient\n
+$ #Usage
+# %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
+  -display <string>        conex�o com display\n\
+  -mod <x> <y>             altera pattern\n\
+  -foreground, -fg <color> altera foreground color\n\
+  -background, -bg <color> altera background color\n\n\
+  -gradient <texture>      textura gradiente\n\
+  -from <color>            cor de inicio do gradiente\n\
+  -to <color>              com do fim do gradiente\n\n\
+  -solid <color>           cor solida\n\n\
+  -help                    mostra esta ajuda e sai\n
+
diff --git a/nls/pt_PT/common.m b/nls/pt_PT/common.m
new file mode 100644
index 0000000..4ca992b
--- /dev/null
+++ b/nls/pt_PT/common.m
@@ -0,0 +1,58 @@
+$set 15 #Common
+
+$ #Yes
+# Sim
+$ #No
+# N�o
+
+$ #DirectionTitle
+# Dire��o
+$ #DirectionHoriz
+# Horizontal
+$ #DirectionVert
+# Vertical
+
+$ #AlwaysOnTop
+# Sempre Visivel
+
+$ #PlacementTitle
+# Posicionamento
+$ #PlacementTopLeft
+# Em Cima na Esquerda
+$ #PlacementCenterLeft
+# No Centro e na Esquerda
+$ #PlacementBottomLeft
+# Em Baixo na Esquerda
+$ #PlacementTopCenter
+# Em Cima e no Centro
+$ #PlacementBottomCenter
+# Em Baixo e no Centro
+$ #PlacementTopRight
+# Em Cima na Direita
+$ #PlacementCenterRight
+# No Meio na Direita
+$ #PlacementBottomRight
+# Em Baixo a Direita
+$ #PlacementLeftTop
+# Na Esquerda em Cima
+$ #PlacementLeftCenter
+# Na Esquerda e no Centro
+$ #PlacementLeftBottom
+# Na Esquerda em Baixo
+$ #PlacementRightTop
+# Direita em Cima
+$ #PlacementRightCenter
+# Direita e no Centro
+$ #PlacementRightBottom
+# Direita em Baixo
+$ #PlacementTopRelative
+# Cima Relativo
+$ #PlacementBottomRelative
+# Meio Relative
+$ #PlacementLeftRelative
+# Esquerda Relativa
+$ #PlacementRightRelative
+# Direita Relativa
+
+$ #AutoHide
+# Esconde autom�ticamente
diff --git a/nls/pt_PT/main.m b/nls/pt_PT/main.m
new file mode 100644
index 0000000..7f61c74
--- /dev/null
+++ b/nls/pt_PT/main.m
@@ -0,0 +1,21 @@
+$set 14 #main
+
+$ #RCRequiresArg
+# erro: '-rc' necesita um argumento\n
+$ #DISPLAYRequiresArg
+# erro: '-display' necesita um argumento\n
+$ #WarnDisplaySet
+# aviso: n�o foi possivel colocar a variavel de ambiente 'DISPLAY'\n
+$ #Usage
+# Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\
+  -display <string>\t\tusar conex�o com o display.\n\
+  -rc <string>\t\t\tusar arquivo alternativo de recursos.\n\
+  -version\t\t\tmostrar versao e sair.\n\
+  -help\t\t\t\tmostrar esta ajuda e sair.\n\n
+$ #CompileOptions
+# Op��es em tempo de compila��o:\n\
+  Informa��es extras para problemas:\t\t\t%s\n\
+  Interlacing:\t\t\t%s\n\
+  Forma:\t\t\t%s\n\
+  Slit:\t\t\t\t%s\n\
+  8bpp Simula��o ordenada de cores em imagens:\t%s\n\n
-- 
cgit v0.11.2