summaryrefslogtreecommitdiff
path: root/nls/pt_BR
diff options
context:
space:
mode:
Diffstat (limited to 'nls/pt_BR')
-rw-r--r--nls/pt_BR/BaseDisplay.m16
-rw-r--r--nls/pt_BR/Basemenu.m4
-rw-r--r--nls/pt_BR/Configmenu.m48
-rw-r--r--nls/pt_BR/Icon.m4
-rw-r--r--nls/pt_BR/Image.m24
-rw-r--r--nls/pt_BR/Makefile.am29
-rw-r--r--nls/pt_BR/Makefile.in220
-rw-r--r--nls/pt_BR/Screen.m52
-rw-r--r--nls/pt_BR/Slit.m8
-rw-r--r--nls/pt_BR/Toolbar.m22
-rw-r--r--nls/pt_BR/Window.m17
-rw-r--r--nls/pt_BR/Windowmenu.m20
-rw-r--r--nls/pt_BR/Workspace.m4
-rw-r--r--nls/pt_BR/Workspacemenu.m8
-rw-r--r--nls/pt_BR/blackbox.m6
-rw-r--r--nls/pt_BR/bsetroot.m16
-rw-r--r--nls/pt_BR/common.m58
-rw-r--r--nls/pt_BR/main.m21
18 files changed, 577 insertions, 0 deletions
diff --git a/nls/pt_BR/BaseDisplay.m b/nls/pt_BR/BaseDisplay.m
new file mode 100644
index 0000000..fbd626e
--- /dev/null
+++ b/nls/pt_BR/BaseDisplay.m
@@ -0,0 +1,16 @@
1$set 1 #BaseDisplay
2
3$ #XError
4# %s: X erro: %s(%d) opcodes %d/%d\n recurso 0x%lx\n
5$ #SignalCaught
6# %s: recebeido sinal %d\n
7$ #ShuttingDown
8# desligando\n
9$ #Aborting
10# abortando... gerando arquivo core\n
11$ #XConnectFail
12# BaseDisplay::BaseDisplay: conecção ao servidor X falhou.\n
13$ #CloseOnExecFail
14# BaseDisplay::BaseDisplay: impossivel marcar a conexão ao display como close-on-exec\n
15$ #BadWindowRemove
16# BaseDisplay::eventLoop(): removendo má janela da trilha de eventos\n
diff --git a/nls/pt_BR/Basemenu.m b/nls/pt_BR/Basemenu.m
new file mode 100644
index 0000000..80e56ed
--- /dev/null
+++ b/nls/pt_BR/Basemenu.m
@@ -0,0 +1,4 @@
1$set 2 #Basemenu
2
3$ #BlackboxMenu
4# Menu Blackbox
diff --git a/nls/pt_BR/Configmenu.m b/nls/pt_BR/Configmenu.m
new file mode 100644
index 0000000..129d991
--- /dev/null
+++ b/nls/pt_BR/Configmenu.m
@@ -0,0 +1,48 @@
1$set 3 #Configmenu
2
3$ #ConfigOptions
4# Configurações
5$ #FocusModel
6# Modelo de Foco
7$ #WindowPlacement
8# Posicionamento das Janelas
9$ #ImageDithering
10# Simulação de Cores em Imagens
11$ #OpaqueMove
12# Movimento Opaco de Janelas
13$ #FullMax
14# Maximização Total
15$ #FocusNew
16# Foco em Novas Janelas
17$ #FocusLast
18# Foco na Ultima Janela Da Area de Trabalho
19$ #ClickToFocus
20# Foco na Janela Quando Clicada
21$ #SloppyFocus
22# Foco na Janela Quando Apontada
23$ #AutoRaise
24# Sobrepor Janela Quando Ativa
25$ #SmartRows
26# Posicionamento em Fila
27$ #SmartCols
28# Posicionamento em Coluna
29$ #Cascade
30# Posicionamento em Cascata
31$ #LeftRight
32# Esquerda para Direita
33$ #RightLeft
34# Direita para Esquerda
35$ #TopBottom
36# Cima para Baixo
37$ #BottomTop
38# Baixo para Cima
39$ #Tabs
40# Use Tabs
41$ #Icons
42# Use Icons
43$ #TabPlacement
44# Tab Placement
45$ #TabRotateVertical
46# Rotate Vertical Tabs
47$ #SemiSloppyFocus
48# Semi Sloppy Focus
diff --git a/nls/pt_BR/Icon.m b/nls/pt_BR/Icon.m
new file mode 100644
index 0000000..2e35097
--- /dev/null
+++ b/nls/pt_BR/Icon.m
@@ -0,0 +1,4 @@
1$set 4 #Icon
2
3$ #Icons
4# Icones
diff --git a/nls/pt_BR/Image.m b/nls/pt_BR/Image.m
new file mode 100644
index 0000000..596f097
--- /dev/null
+++ b/nls/pt_BR/Image.m
@@ -0,0 +1,24 @@
1$set 5 #Image
2
3$ #ErrorCreatingSolidPixmap
4# BImage::render_solid: erro criando pixmap\n
5$ #ErrorCreatingXImage
6# BImage::renderXImage: erro criando XImage\n
7$ #UnsupVisual
8# BImage::renderXImage: visual não suportado\n
9$ #ErrorCreatingPixmap
10# BImage::renderPixmap: erro criando pixmap\n
11$ #InvalidColormapSize
12# BImageControl::BImageControl: mapa de cores de tamanho invalido %d (%d/%d/%d) - reduzindo\n
13$ #ErrorAllocatingColormap
14# BImageControl::BImageControl: erro localizando mapa de cores\n
15$ #ColorAllocFail
16# BImageControl::BImageControl: falha localizando cor %d/%d/%d\n
17$ #PixmapRelease
18# BImageControl::~BImageControl: reserva de pixmap cheia - liberando %d pixmaps\n
19$ #PixmapCacheLarge
20# BImageControl::renderImage: reserva cheia, forçando limpeza\n
21$ #ColorParseError
22# BImageControl::getColor: color parse error: '%s'\n
23$ #ColorAllocError
24# BImageControl::getColor: erro localizando cor: '%s'\n
diff --git a/nls/pt_BR/Makefile.am b/nls/pt_BR/Makefile.am
new file mode 100644
index 0000000..197c57d
--- /dev/null
+++ b/nls/pt_BR/Makefile.am
@@ -0,0 +1,29 @@
1# nls/pt_BR/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
2
3NLSTEST = @NLS@
4CLEANFILES = blackbox.cat
5MAINTAINERCLEANFILES = Makefile.in Translation.m
6MFILES = 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
7EXTRA_DIST=$(MFILES)
8all-local: blackbox.cat
9install-data-local: blackbox.cat
10 @if test x$(NLSTEST) = "x-DNLS"; then \
11 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/pr_BR"; \
12 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
13 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
14 fi
15uninstall-local:
16 @if test x$(NLSTEST) = "x-DNLS"; then \
17 rm -f $(DESTDIR)$(pkgdatadir)/nls/pt_BR/blackbox.cat; \
18 rmdir $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
19 fi
20
21Translation.m: $(MFILES)
22 @if test x$(NLSTEST) = "x-DNLS"; then \
23 awk -f ../convert.awk output=Translation.m $(MFILES); \
24 fi
25
26blackbox.cat: Translation.m
27 @if test x$(NLSTEST) = "x-DNLS"; then \
28 $(gencat_cmd) blackbox.cat Translation.m; \
29 fi
diff --git a/nls/pt_BR/Makefile.in b/nls/pt_BR/Makefile.in
new file mode 100644
index 0000000..42515d6
--- /dev/null
+++ b/nls/pt_BR/Makefile.in
@@ -0,0 +1,220 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# nls/pt_BR/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89NLSTEST = @NLS@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = 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
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/pt_BR/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/pt_BR
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$file $(distdir)/$$file; \
126 else \
127 test -f $(distdir)/$$file \
128 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
129 || cp -p $$d/$$file $(distdir)/$$file || :; \
130 fi; \
131 done
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/pr_BR"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
201 fi
202uninstall-local:
203 @if test x$(NLSTEST) = "x-DNLS"; then \
204 rm -f $(DESTDIR)$(pkgdatadir)/nls/pt_BR/blackbox.cat; \
205 rmdir $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
206 fi
207
208Translation.m: $(MFILES)
209 @if test x$(NLSTEST) = "x-DNLS"; then \
210 awk -f ../convert.awk output=Translation.m $(MFILES); \
211 fi
212
213blackbox.cat: Translation.m
214 @if test x$(NLSTEST) = "x-DNLS"; then \
215 $(gencat_cmd) blackbox.cat Translation.m; \
216 fi
217
218# Tell versions [3.59,3.63) of GNU make to not export all variables.
219# Otherwise a system limit (for SysV at least) may be exceeded.
220.NOEXPORT:
diff --git a/nls/pt_BR/Screen.m b/nls/pt_BR/Screen.m
new file mode 100644
index 0000000..6c6c06d
--- /dev/null
+++ b/nls/pt_BR/Screen.m
@@ -0,0 +1,52 @@
1$set 6 #Screen
2
3$ #AnotherWMRunning
4# BScreen::BScreen: um erro occorreu enquanto chamando o servidor X.\n \
5existe outro window menager rodando no display. %s.\n
6$ #ManagingScreen
7# BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
8$ #FontLoadFail
9# BScreen::LoadStyle(): impossivel carregar fonte '%s'\n
10$ #DefaultFontLoadFail
11# BScreen::LoadStyle(): impossivel carregar fonte padrão.\n
12$ #EmptyMenuFile
13# %s: arquivo de menu vazio\n
14$ #xterm
15# xterm
16$ #Restart
17# Reiniciar
18$ #Exit
19# Sair
20$ #EXECError
21# BScreen::parseMenuFile: [exec] erro, não há indicação definida no menu e/ou comando definido\n
22$ #EXITError
23# BScreen::parseMenuFile: [exit] erro, não há indicação definida no menu\n
24$ #STYLEError
25# BScreen::parseMenuFile: [style] erro, não há indicação de menu e/ou nome de arquivo difinido\n
26$ #CONFIGError
27# BScreen::parseMenuFile: [config] erro, não há indicação definida no menu\n
28$ #INCLUDEError
29# BScreen::parseMenuFile: [include] erro, nome de arquivo não definido\n
30$ #INCLUDEErrorReg
31# BScreen::parseMenuFile: [include] error, '%s' não é um arquivo regular\n
32$ #SUBMENUError
33# BScreen::parseMenuFile: [submenu] erro, não há indicação definida no menu\n
34$ #RESTARTError
35# BScreen::parseMenuFile: [restart] erro, não há indicação definida no menu\n
36$ #RECONFIGError
37# BScreen::parseMenuFile: [reconfig] erro, não há indicação definida no menu\n
38$ #STYLESDIRError
39# BScreen::parseMenuFile: [stylesdir/stylesmenu] erro, não há diretorio difinido\n
40$ #STYLESDIRErrorNotDir
41# BScreen::parseMenuFile: [stylesdir/stylesmenu] erro, '%s' não é um diretorio\n
42$ #STYLESDIRErrorNoExist
43# BScreen::parseMenuFile: [stylesdir/stylesmenu] erro, '%s' não existe\n
44$ #WORKSPACESError
45# BScreen::parseMenuFile: [workspaces] erro, não há indicação definida no menu\n
46$ #PositionLength
47# 0: 0000 x 0: 0000
48$ #PositionFormat
49# X: %4d x Y: %4d
50$ #GeometryFormat
51# W: %4d x H: %4d
52
diff --git a/nls/pt_BR/Slit.m b/nls/pt_BR/Slit.m
new file mode 100644
index 0000000..73cff22
--- /dev/null
+++ b/nls/pt_BR/Slit.m
@@ -0,0 +1,8 @@
1$set 7 #Slit
2
3$ #SlitTitle
4# Slit
5$ #SlitDirection
6# Direção
7$ #SlitPlacement
8# Posicionamento
diff --git a/nls/pt_BR/Toolbar.m b/nls/pt_BR/Toolbar.m
new file mode 100644
index 0000000..bf1a77b
--- /dev/null
+++ b/nls/pt_BR/Toolbar.m
@@ -0,0 +1,22 @@
1$set 8 #Toolbar
2
3$ #NoStrftimeLength
4# 00:00000
5$ #NoStrftimeDateFormat
6# %02d/%02d/%02d
7$ #NoStrftimeDateFormatEu
8# %02d.%02d.%02d
9$ #NoStrftimeTimeFormat24
10# %02d:%02d
11$ #NoStrftimeTimeFormat12
12# %02d:%02d %sm
13$ #NoStrftimeTimeFormatP
14# p
15$ #NoStrftimeTimeFormatA
16# a
17$ #ToolbarTitle
18# Toolbar
19$ #EditWkspcName
20# Renomear Area de Trabalho
21$ #ToolbarPlacement
22# Posicionamento
diff --git a/nls/pt_BR/Window.m b/nls/pt_BR/Window.m
new file mode 100644
index 0000000..36f9d10
--- /dev/null
+++ b/nls/pt_BR/Window.m
@@ -0,0 +1,17 @@
1$set 9 #Window
2
3
4$ #Creating
5# BlackboxWindow::BlackboxWindow: criando 0x%lx\n
6$ #XGetWindowAttributesFail
7# BlackboxWindow::BlackboxWindow: XGetWindowAttributres falhou\n
8$ #CannotFindScreen
9# BlackboxWindow::BlackboxWindow: impossivel encontrar tela para janela 0x%lx\n
10$ #Unnamed
11# Sem Nome
12$ #MapRequest
13# BlackboxWindow::mapRequestEvent() para 0x%lx\n
14$ #UnmapNotify
15# BlackboxWindow::unmapNotifyEvent() para 0x%lx\n
16$ #UnmapNotifyReparent
17# BlackboxWindow::unmapnotifyEvent: reparent 0x%lx to root\n
diff --git a/nls/pt_BR/Windowmenu.m b/nls/pt_BR/Windowmenu.m
new file mode 100644
index 0000000..fe81d4f
--- /dev/null
+++ b/nls/pt_BR/Windowmenu.m
@@ -0,0 +1,20 @@
1$set 10 #Windowmenu
2
3$ #SendTo
4# Enviar Para ...
5$ #Shade
6# Encolher
7$ #Iconify
8# Minimizar
9$ #Maximize
10# Maximizar
11$ #Raise
12# Focalizar
13$ #Lower
14# Desfocalizar
15$ #Stick
16# Sempre Visivel
17$ #KillClient
18# Kill Cliente
19$ #Close
20# Fechar
diff --git a/nls/pt_BR/Workspace.m b/nls/pt_BR/Workspace.m
new file mode 100644
index 0000000..e9516f1
--- /dev/null
+++ b/nls/pt_BR/Workspace.m
@@ -0,0 +1,4 @@
1$set 11 #Workspace
2
3$ #DefaultNameFormat
4# Area de Trabalho %d
diff --git a/nls/pt_BR/Workspacemenu.m b/nls/pt_BR/Workspacemenu.m
new file mode 100644
index 0000000..64ab9d0
--- /dev/null
+++ b/nls/pt_BR/Workspacemenu.m
@@ -0,0 +1,8 @@
1$set 12 #Workspacemenu
2
3$ #WorkspacesTitle
4# Areas de Trabalho
5$ #NewWorkspace
6# Nova Area de Trabalho
7$ #RemoveLast
8# Remover Ultima
diff --git a/nls/pt_BR/blackbox.m b/nls/pt_BR/blackbox.m
new file mode 100644
index 0000000..136cb0e
--- /dev/null
+++ b/nls/pt_BR/blackbox.m
@@ -0,0 +1,6 @@
1$set 13 #blackbox
2
3$ #NoManagableScreens
4# Blackbox::Blackbox: não foram encontradas telas administraveis, abortando..\n
5$ #MapRequest
6# Blackbox::process_event: MapRequest para 0x%lx\n
diff --git a/nls/pt_BR/bsetroot.m b/nls/pt_BR/bsetroot.m
new file mode 100644
index 0000000..c63f994
--- /dev/null
+++ b/nls/pt_BR/bsetroot.m
@@ -0,0 +1,16 @@
1$set 16 #bsetroot
2
3$ #MustSpecify
4# %s: erro: necessario especificar um dos seguintes argumentos: -solid, -mod, -gradient\n
5$ #Usage
6# %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
7 -display <string> conexão com display\n\
8 -mod <x> <y> modula pattern\n\
9 -foreground, -fg <color> modula foreground color\n\
10 -background, -bg <color> modula background color\n\n\
11 -gradient <texture> textura gradiente\n\
12 -from <color> cor de inicio do gradiente\n\
13 -to <color> com do fim do gradiente\n\n\
14 -solid <color> cor solida\n\n\
15 -help mostra essa ajuda e sai\n
16
diff --git a/nls/pt_BR/common.m b/nls/pt_BR/common.m
new file mode 100644
index 0000000..ba8a41b
--- /dev/null
+++ b/nls/pt_BR/common.m
@@ -0,0 +1,58 @@
1$set 15 #Common
2
3$ #Yes
4# Sim
5$ #No
6# Não
7
8$ #DirectionTitle
9# Direção
10$ #DirectionHoriz
11# Horizontal
12$ #DirectionVert
13# Vertical
14
15$ #AlwaysOnTop
16# Sempre Visivel
17
18$ #PlacementTitle
19# Posicionamento
20$ #PlacementTopLeft
21# No Alto a Esquerda
22$ #PlacementCenterLeft
23# No Centro a Esquerda
24$ #PlacementBottomLeft
25# Em Baixo a Esquerda
26$ #PlacementTopCenter
27# No Alto e no Centro
28$ #PlacementBottomCenter
29# Em Baixo e no Centro
30$ #PlacementTopRight
31# No Alto a Direita
32$ #PlacementCenterRight
33# No Meio a Direita
34$ #PlacementBottomRight
35# Em Baixo a Direita
36$ #PlacementLeftTop
37# Left Top
38$ #PlacementLeftCenter
39# Left Center
40$ #PlacementLeftBottom
41# Left Bottom
42$ #PlacementRightTop
43# Right Top
44$ #PlacementRightCenter
45# Right Center
46$ #PlacementRightBottom
47# Right Bottom
48$ #PlacementTopRelative
49# Top Relative
50$ #PlacementBottomRelative
51# Bottom Relative
52$ #PlacementLeftRelative
53# Left Relative
54$ #PlacementRightRelative
55# Right Relative
56
57$ #AutoHide
58# Auto hide
diff --git a/nls/pt_BR/main.m b/nls/pt_BR/main.m
new file mode 100644
index 0000000..b04cc77
--- /dev/null
+++ b/nls/pt_BR/main.m
@@ -0,0 +1,21 @@
1$set 14 #main
2
3$ #RCRequiresArg
4# erro: '-rc' requer um argumento\n
5$ #DISPLAYRequiresArg
6# erro: '-display' requer um argumento\n
7$ #WarnDisplaySet
8# aviso: não foi possivel setar a variavel de ambiente 'DISPLAY'\n
9$ #Usage
10# Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\
11 -display <string>\t\tusar conexão com o display.\n\
12 -rc <string>\t\t\tusar arquivo alternativo de recursos.\n\
13 -version\t\t\tmostrar versao e sair.\n\
14 -help\t\t\t\tmostrar esta ajuda e sair.\n\n
15$ #CompileOptions
16# Opções em tempo de compilação:\n\
17 Informações extras para problemas:\t\t\t%s\n\
18 Interlacing:\t\t\t%s\n\
19 Forma:\t\t\t%s\n\
20 Slit:\t\t\t\t%s\n\
21 8bpp Simulação ordenada de cores em imagens:\t%s\n\n