aboutsummaryrefslogtreecommitdiff
path: root/nls/es_ES
diff options
context:
space:
mode:
Diffstat (limited to 'nls/es_ES')
-rw-r--r--nls/es_ES/BaseDisplay.m16
-rw-r--r--nls/es_ES/Basemenu.m4
-rw-r--r--nls/es_ES/Configmenu.m48
-rw-r--r--nls/es_ES/Icon.m4
-rw-r--r--nls/es_ES/Image.m24
-rw-r--r--nls/es_ES/Makefile.am32
-rw-r--r--nls/es_ES/Makefile.in223
-rw-r--r--nls/es_ES/Screen.m51
-rw-r--r--nls/es_ES/Slit.m8
-rw-r--r--nls/es_ES/Toolbar.m22
-rw-r--r--nls/es_ES/Window.m18
-rw-r--r--nls/es_ES/Windowmenu.m20
-rw-r--r--nls/es_ES/Workspace.m4
-rw-r--r--nls/es_ES/Workspacemenu.m8
-rw-r--r--nls/es_ES/blackbox.m6
-rw-r--r--nls/es_ES/bsetroot.m16
-rw-r--r--nls/es_ES/common.m58
-rw-r--r--nls/es_ES/main.m21
18 files changed, 583 insertions, 0 deletions
diff --git a/nls/es_ES/BaseDisplay.m b/nls/es_ES/BaseDisplay.m
new file mode 100644
index 0000000..07e4228
--- /dev/null
+++ b/nls/es_ES/BaseDisplay.m
@@ -0,0 +1,16 @@
1$set 1 #BaseDisplay
2
3$ #XError
4# %s: Un error de X: %s(%d) clave de operación %d/%d\n recurso 0x%lx\n
5$ #SignalCaught
6# %s: señal %d capturada\n
7$ #ShuttingDown
8# cerrando\n
9$ #Aborting
10# cancelando... generando 'core'\n
11$ #XConnectFail
12# BaseDisplay::BaseDisplay: la conexión al servidor de X falló.\n
13$ #CloseOnExecFail
14# BaseDisplay::BaseDisplay: no se pude marcar la conexión de despliegue como close-on-exec\n
15$ #BadWindowRemove
16# BaseDisplay::eventLoop(): quitando la ventana errónea de la cola de eventos\n
diff --git a/nls/es_ES/Basemenu.m b/nls/es_ES/Basemenu.m
new file mode 100644
index 0000000..0f4f9c9
--- /dev/null
+++ b/nls/es_ES/Basemenu.m
@@ -0,0 +1,4 @@
1$set 2 #Basemenu
2
3$ #BlackboxMenu
4# Menú de Blackbox
diff --git a/nls/es_ES/Configmenu.m b/nls/es_ES/Configmenu.m
new file mode 100644
index 0000000..bc38ea7
--- /dev/null
+++ b/nls/es_ES/Configmenu.m
@@ -0,0 +1,48 @@
1$set 3 #Configmenu
2
3$ #ConfigOptions
4# Opciones de configuración
5$ #FocusModel
6# Modelo de enfoque
7$ #WindowPlacement
8# Ubicación de ventanas
9$ #ImageDithering
10# Simulación de colores en imágenes
11$ #OpaqueMove
12# Movimiento opaco de ventanas
13$ #FullMax
14# Maximización total
15$ #FocusNew
16# Enfocar ventanas nuevas
17$ #FocusLast
18# Enfocar la última ventana en el escritorio
19$ #ClickToFocus
20# Seleccionar para enfocar
21$ #SloppyFocus
22# Enfocar sin forma estricta
23$ #AutoRaise
24# Elevar automáticamente las ventanas
25$ #SmartRows
26# Ubicación inteligente (filas)
27$ #SmartCols
28# Ubicación inteligente (columnas)
29$ #Cascade
30# Ubicación en cascada
31$ #LeftRight
32# De izquierda a derecha
33$ #RightLeft
34# De derecha a izquierda
35$ #TopBottom
36# De arriba hacia abajo
37$ #BottomTop
38# De abajo hacia arriba
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/es_ES/Icon.m b/nls/es_ES/Icon.m
new file mode 100644
index 0000000..4d576de
--- /dev/null
+++ b/nls/es_ES/Icon.m
@@ -0,0 +1,4 @@
1$set 4 #Icon
2
3$ #Icons
4# Iconos
diff --git a/nls/es_ES/Image.m b/nls/es_ES/Image.m
new file mode 100644
index 0000000..f7e85e9
--- /dev/null
+++ b/nls/es_ES/Image.m
@@ -0,0 +1,24 @@
1$set 5 #Image
2
3$ #ErrorCreatingSolidPixmap
4# BImage::render_solid: error creando el pixmap\n
5$ #ErrorCreatingXImage
6# BImage::renderXImage: error creando el XImage\n
7$ #UnsupVisual
8# BImage::renderXImage: visual no soportado\n
9$ #ErrorCreatingPixmap
10# BImage::renderPixmap: error creando el pixmap\n
11$ #InvalidColormapSize
12# BImageControl::BImageControl: mapa no válido de colores tamaño %d (%d/%d/%d) - reduciendo\n
13$ #ErrorAllocatingColormap
14# BImageControl::BImageControl: error en la asignación del mapa de colores\n
15$ #ColorAllocFail
16# BImageControl::BImageControl: no se puede asignar el color %d/%d/%d\n
17$ #PixmapRelease
18# BImageControl::~BImageControl: reserva de pixmaps - liberando %d pixmaps\n
19$ #PixmapCacheLarge
20# BImageControl::renderImage: reserva de pixmaps grande, forzando limpieza\n
21$ #ColorParseError
22# BImageControl::getColor: error evaluando el color: '%s'\n
23$ #ColorAllocError
24# BImageControl::getColor: error asignando el color: '%s'\n
diff --git a/nls/es_ES/Makefile.am b/nls/es_ES/Makefile.am
new file mode 100644
index 0000000..5856c87
--- /dev/null
+++ b/nls/es_ES/Makefile.am
@@ -0,0 +1,32 @@
1# nls/es_ES/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/es_ES"; \
12 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
13 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
14 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
15 ln -fs es_ES $(DESTDIR)$(pkgdatadir)/nls/es; \
16 fi
17uninstall-local:
18 @if test x$(NLSTEST) = "x-DNLS"; then \
19 rm -f $(DESTDIR)$(pkgdatadir)/nls/es_ES/blackbox.cat; \
20 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
21 rmdir $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
22 fi
23
24Translation.m: $(MFILES)
25 @if test x$(NLSTEST) = "x-DNLS"; then \
26 awk -f ../convert.awk output=Translation.m $(MFILES); \
27 fi
28
29blackbox.cat: Translation.m
30 @if test x$(NLSTEST) = "x-DNLS"; then \
31 $(gencat_cmd) blackbox.cat Translation.m; \
32 fi
diff --git a/nls/es_ES/Makefile.in b/nls/es_ES/Makefile.in
new file mode 100644
index 0000000..4fa557e
--- /dev/null
+++ b/nls/es_ES/Makefile.in
@@ -0,0 +1,223 @@
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/es_ES/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/es_ES/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/es_ES
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/es_ES"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
201 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
202 ln -fs es_ES $(DESTDIR)$(pkgdatadir)/nls/es; \
203 fi
204uninstall-local:
205 @if test x$(NLSTEST) = "x-DNLS"; then \
206 rm -f $(DESTDIR)$(pkgdatadir)/nls/es_ES/blackbox.cat; \
207 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
208 rmdir $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
209 fi
210
211Translation.m: $(MFILES)
212 @if test x$(NLSTEST) = "x-DNLS"; then \
213 awk -f ../convert.awk output=Translation.m $(MFILES); \
214 fi
215
216blackbox.cat: Translation.m
217 @if test x$(NLSTEST) = "x-DNLS"; then \
218 $(gencat_cmd) blackbox.cat Translation.m; \
219 fi
220
221# Tell versions [3.59,3.63) of GNU make to not export all variables.
222# Otherwise a system limit (for SysV at least) may be exceeded.
223.NOEXPORT:
diff --git a/nls/es_ES/Screen.m b/nls/es_ES/Screen.m
new file mode 100644
index 0000000..2584126
--- /dev/null
+++ b/nls/es_ES/Screen.m
@@ -0,0 +1,51 @@
1$set 6 #Screen
2
3$ #AnotherWMRunning
4# BScreen::BScreen: un error ocurrió mientras cuestionaba el servidor X.\n otro gestor de ventanas se está ejecutando en conexión de despliegue %s.\n
5$ #ManagingScreen
6# BScreen::BScreen: gestionando la pantalla %d usando visual 0x%lx, profundidad %d\n
7$ #FontLoadFail
8# BScreen::LoadStyle(): no se puede cargar el tipo de letra '%s'\n
9$ #DefaultFontLoadFail
10# BScreen::LoadStyle(): no se puede cargar el tipo de letra por omisión.\n
11$ #EmptyMenuFile
12# %s: archivo de menú vacío\n
13$ #xterm
14# xterm
15$ #Restart
16# Reiniciar
17$ #Exit
18# Salir
19$ #EXECError
20# BScreen::parseMenuFile: [exec] error, no hay etiqueta de menú ni comando definido\n
21$ #EXITError
22# BScreen::parseMenuFile: [exit] error, no hay etiqueta de menú definida\n
23$ #STYLEError
24# BScreen::parseMenuFile: [style] error, no hay etiqueta de menú ni archivo \
25definido\n
26$ #CONFIGError
27# BScreen::parseMenuFile: [config] error, no hay etiqueta de menú definida\n
28$ #INCLUDEError
29# BScreen::parseMenuFile: [include] error, no hay nombre de archivo definido\n
30$ #INCLUDEErrorReg
31# BScreen::parseMenuFile: [include] error, '%s' no es un archivo regular\n
32$ #SUBMENUError
33# BScreen::parseMenuFile: [submenu] error, no hay etiqueta de menú definida\n
34$ #RESTARTError
35# BScreen::parseMenuFile: [restart] error, no hay etiqueta de menú definida\n
36$ #RECONFIGError
37# BScreen::parseMenuFile: [reconfig] error, no hay etiqueta de menú definida\n
38$ #STYLESDIRError
39# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, no hay directorio definido\n
40$ #STYLESDIRErrorNotDir
41# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' no es un directorio\n
42$ #STYLESDIRErrorNoExist
43# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' no existe\n
44$ #WORKSPACESError
45# BScreen::parseMenuFile: [workspaces] error, no hay etiqueta de menú definida\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
diff --git a/nls/es_ES/Slit.m b/nls/es_ES/Slit.m
new file mode 100644
index 0000000..9af9a6a
--- /dev/null
+++ b/nls/es_ES/Slit.m
@@ -0,0 +1,8 @@
1$set 7 #Slit
2
3$ #SlitTitle
4# Slit
5$ #SlitDirection
6# Dirección de slit
7$ #SlitPlacement
8# Ubicación de slit
diff --git a/nls/es_ES/Toolbar.m b/nls/es_ES/Toolbar.m
new file mode 100644
index 0000000..36be026
--- /dev/null
+++ b/nls/es_ES/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# Escritorio
19$ #EditWkspcName
20# Cambiar el nombre del escritorio actual
21$ #ToolbarPlacement
22# Ubicación de la barra de herramientas
diff --git a/nls/es_ES/Window.m b/nls/es_ES/Window.m
new file mode 100644
index 0000000..810f064
--- /dev/null
+++ b/nls/es_ES/Window.m
@@ -0,0 +1,18 @@
1$set 9 #Window
2
3
4$ #Creating
5# BlackboxWindow::BlackboxWindow: creando 0x%lx\n
6$ #XGetWindowAttributesFail
7# BlackboxWindow::BlackboxWindow: XGetWindowAttributres falló\n
8$ #CannotFindScreen
9# BlackboxWindow::BlackboxWindow: no se puede encontrar la pantalla para la ventana \
10 raíz 0x%lx\n
11$ #Unnamed
12# Sin nombre
13$ #MapRequest
14# BlackboxWindow::mapRequestEvent() para 0x%lx\n
15$ #UnmapNotify
16# BlackboxWindow::unmapNotifyEvent() para 0x%lx\n
17$ #UnmapNotifyReparent
18# BlackboxWindow::unmapnotifyEvent: el padre nuevo para 0x%lx es la raíz\n
diff --git a/nls/es_ES/Windowmenu.m b/nls/es_ES/Windowmenu.m
new file mode 100644
index 0000000..b2e0c54
--- /dev/null
+++ b/nls/es_ES/Windowmenu.m
@@ -0,0 +1,20 @@
1$set 10 #Windowmenu
2
3$ #SendTo
4# Enviar a ...
5$ #Shade
6# Enrollar
7$ #Iconify
8# Convertir en icono
9$ #Maximize
10# Maximizar
11$ #Raise
12# Elevar
13$ #Lower
14# Bajar
15$ #Stick
16# Fijar
17$ #KillClient
18# Matar al cliente
19$ #Close
20# Cerrar
diff --git a/nls/es_ES/Workspace.m b/nls/es_ES/Workspace.m
new file mode 100644
index 0000000..234e310
--- /dev/null
+++ b/nls/es_ES/Workspace.m
@@ -0,0 +1,4 @@
1$set 11 #Workspace
2
3$ #DefaultNameFormat
4# Escritorio %d
diff --git a/nls/es_ES/Workspacemenu.m b/nls/es_ES/Workspacemenu.m
new file mode 100644
index 0000000..64fb460
--- /dev/null
+++ b/nls/es_ES/Workspacemenu.m
@@ -0,0 +1,8 @@
1$set 12 #Workspacemenu
2
3$ #WorkspacesTitle
4# Escritorios
5$ #NewWorkspace
6# Escritorio nuevo
7$ #RemoveLast
8# Quitar el último escritorio
diff --git a/nls/es_ES/blackbox.m b/nls/es_ES/blackbox.m
new file mode 100644
index 0000000..469c606
--- /dev/null
+++ b/nls/es_ES/blackbox.m
@@ -0,0 +1,6 @@
1$set 13 #blackbox
2
3$ #NoManagableScreens
4# Blackbox::Blackbox: no encontré pantallas manejables, cerrando\n
5$ #MapRequest
6# Blackbox::process_event: MapRequest para 0x%lx\n
diff --git a/nls/es_ES/bsetroot.m b/nls/es_ES/bsetroot.m
new file mode 100644
index 0000000..0692e9e
--- /dev/null
+++ b/nls/es_ES/bsetroot.m
@@ -0,0 +1,16 @@
1$set 16 #bsetroot
2
3$ #MustSpecify
4# %s: error: es necesario especifiar uno de: -solid, -mod, -gradient\n
5$ #Usage
6# %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
7 -display <string> conexión de despliegue\n\
8 -mod <x> <y> diseño de modula \n\
9 -foreground, -fg <color> color del primer plano de modula\n\
10 -background, -bg <color> color del fondo de modula\n\n\
11 -gradient <texture> textura de la pendiente\n\
12 -from <color> color inicial de la pendiente\n\
13 -to <color> color final de la pendiente\n\n\
14 -solid <color> color sólido\n\n\
15 -help mostrar este texto de ayuda y salir\n
16
diff --git a/nls/es_ES/common.m b/nls/es_ES/common.m
new file mode 100644
index 0000000..b42232b
--- /dev/null
+++ b/nls/es_ES/common.m
@@ -0,0 +1,58 @@
1$set 15 #Common
2
3$ #Yes
4# Sí
5$ #No
6# No
7
8$ #DirectionTitle
9# Dirección
10$ #DirectionHoriz
11# Horizontal
12$ #DirectionVert
13# Vertical
14
15$ #AlwaysOnTop
16# Siempre encima/arriba
17
18$ #PlacementTitle
19# Ubicación
20$ #PlacementTopLeft
21# Arriba a la izquierda
22$ #PlacementCenterLeft
23# Centro a la izquierda
24$ #PlacementBottomLeft
25# Abajo a la izquierda
26$ #PlacementTopCenter
27# Arriba al centro
28$ #PlacementBottomCenter
29# Abajo al centro
30$ #PlacementTopRight
31# Arriba a la derecha
32$ #PlacementCenterRight
33# Centro a la derecha
34$ #PlacementBottomRight
35# Abajo a la derecha
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/es_ES/main.m b/nls/es_ES/main.m
new file mode 100644
index 0000000..3b12caa
--- /dev/null
+++ b/nls/es_ES/main.m
@@ -0,0 +1,21 @@
1$set 14 #main
2
3$ #RCRequiresArg
4# error: '-rc' requiere un argumento
5$ #DISPLAYRequiresArg
6# error: '-display' requiere un argumento
7$ #WarnDisplaySet
8# cuidado: no se puede establecer la variable de ambiente 'DISPLAY'
9$ #Usage
10# Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\
11 -display <string> conexión de despliegue.\n\
12 -rc <string> archivo alternativo de recuros.\n\
13 -version mostrar la versión y cerrar.\n\
14 -help mostrar este texto de ayuda y cerrar.\n\n
15$ #CompileOptions
16# Opciones durante la compilación:\n\
17 Información extra para depuración: %s\n\
18 Entrelazado: %s\n\
19 Forma: %s\n\
20 Slit: %s\n\
21 8bpp simulación ordenada de colores en imágenes: %s\n\n