initial import
This commit is contained in:
parent
945ce331e6
commit
31ab360383
20 changed files with 794 additions and 0 deletions
16
nls/pt_PT/BaseDisplay.m
Normal file
16
nls/pt_PT/BaseDisplay.m
Normal file
|
@ -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
|
4
nls/pt_PT/Basemenu.m
Normal file
4
nls/pt_PT/Basemenu.m
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
$set 2 #Basemenu
|
||||||
|
|
||||||
|
$ #BlackboxMenu
|
||||||
|
# Menu Blackbox
|
52
nls/pt_PT/Configmenu.m
Normal file
52
nls/pt_PT/Configmenu.m
Normal file
|
@ -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
|
4
nls/pt_PT/Icon.m
Normal file
4
nls/pt_PT/Icon.m
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
$set 4 #Icon
|
||||||
|
|
||||||
|
$ #Icons
|
||||||
|
# Icons
|
24
nls/pt_PT/Image.m
Normal file
24
nls/pt_PT/Image.m
Normal file
|
@ -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
|
29
nls/pt_PT/Makefile.am
Normal file
29
nls/pt_PT/Makefile.am
Normal file
|
@ -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
|
220
nls/pt_PT/Makefile.in
Normal file
220
nls/pt_PT/Makefile.in
Normal file
|
@ -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:
|
52
nls/pt_PT/Screen.m
Normal file
52
nls/pt_PT/Screen.m
Normal file
|
@ -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
|
||||||
|
|
8
nls/pt_PT/Slit.m
Normal file
8
nls/pt_PT/Slit.m
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
$set 7 #Slit
|
||||||
|
|
||||||
|
$ #SlitTitle
|
||||||
|
# Slit
|
||||||
|
$ #SlitDirection
|
||||||
|
# Direção
|
||||||
|
$ #SlitPlacement
|
||||||
|
# Posicionamento
|
22
nls/pt_PT/Toolbar.m
Normal file
22
nls/pt_PT/Toolbar.m
Normal file
|
@ -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
|
211
nls/pt_PT/Translation.m
Normal file
211
nls/pt_PT/Translation.m
Normal file
|
@ -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
|
||||||
|
|
17
nls/pt_PT/Window.m
Normal file
17
nls/pt_PT/Window.m
Normal file
|
@ -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
|
22
nls/pt_PT/Windowmenu.m
Normal file
22
nls/pt_PT/Windowmenu.m
Normal file
|
@ -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
|
4
nls/pt_PT/Workspace.m
Normal file
4
nls/pt_PT/Workspace.m
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
$set 11 #Workspace
|
||||||
|
|
||||||
|
$ #DefaultNameFormat
|
||||||
|
# Area de Trabalho %d
|
8
nls/pt_PT/Workspacemenu.m
Normal file
8
nls/pt_PT/Workspacemenu.m
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
$set 12 #Workspacemenu
|
||||||
|
|
||||||
|
$ #WorkspacesTitle
|
||||||
|
# Areas de Trabalho
|
||||||
|
$ #NewWorkspace
|
||||||
|
# Nova Area de Trabalho
|
||||||
|
$ #RemoveLast
|
||||||
|
# Remover Ultima Area de Trabalho
|
BIN
nls/pt_PT/blackbox.cat
Normal file
BIN
nls/pt_PT/blackbox.cat
Normal file
Binary file not shown.
6
nls/pt_PT/blackbox.m
Normal file
6
nls/pt_PT/blackbox.m
Normal file
|
@ -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
|
16
nls/pt_PT/bsetroot.m
Normal file
16
nls/pt_PT/bsetroot.m
Normal file
|
@ -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
|
||||||
|
|
58
nls/pt_PT/common.m
Normal file
58
nls/pt_PT/common.m
Normal file
|
@ -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
|
21
nls/pt_PT/main.m
Normal file
21
nls/pt_PT/main.m
Normal file
|
@ -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
|
Loading…
Reference in a new issue