aboutsummaryrefslogtreecommitdiff
path: root/nls/es_ES
diff options
context:
space:
mode:
Diffstat (limited to 'nls/es_ES')
-rw-r--r--nls/es_ES/Configmenu.m8
-rw-r--r--nls/es_ES/Makefile.am17
-rw-r--r--nls/es_ES/Windowmenu.m2
-rw-r--r--nls/es_ES/fluxbox.m6
-rw-r--r--nls/es_ES/main.m2
5 files changed, 26 insertions, 9 deletions
diff --git a/nls/es_ES/Configmenu.m b/nls/es_ES/Configmenu.m
index bc38ea7..db26aa2 100644
--- a/nls/es_ES/Configmenu.m
+++ b/nls/es_ES/Configmenu.m
@@ -46,3 +46,11 @@ $ #TabRotateVertical
46# Rotate Vertical Tabs 46# Rotate Vertical Tabs
47$ #SemiSloppyFocus 47$ #SemiSloppyFocus
48# Semi Sloppy Focus 48# Semi Sloppy Focus
49$ #MaxOverSlit
50# Maximize Over Slit
51$ #SloppyWindowGrouping
52# Sloppy Window Grouping
53$ #WorkspaceWarping
54# Workspace Warping
55$ #DesktopWheeling
56# Desktop Wheeling
diff --git a/nls/es_ES/Makefile.am b/nls/es_ES/Makefile.am
index 5856c87..8cb0e02 100644
--- a/nls/es_ES/Makefile.am
+++ b/nls/es_ES/Makefile.am
@@ -1,32 +1,33 @@
1# nls/es_ES/Makefile.am for Blackbox-0.61.x - an X11 Window Manager 1# nls/es_ES/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
2 2
3NLSTEST = @NLS@ 3NLSTEST = @NLS@
4CLEANFILES = blackbox.cat 4CLEANFILES = fluxbox.cat
5MAINTAINERCLEANFILES = Makefile.in Translation.m 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 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 fluxbox.m common.m main.m bsetroot.m
7EXTRA_DIST=$(MFILES) 7EXTRA_DIST=$(MFILES)
8all-local: blackbox.cat 8all-local: fluxbox.cat
9install-data-local: blackbox.cat 9install-data-local: fluxbox.cat
10 @if test x$(NLSTEST) = "x-DNLS"; then \ 10 @if test x$(NLSTEST) = "x-DNLS"; then \
11 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/es_ES"; \ 11 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/es_ES"; \
12 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/es_ES; \ 12 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
13 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/es_ES; \ 13 $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
14 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \ 14 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
15 ln -fs es_ES $(DESTDIR)$(pkgdatadir)/nls/es; \ 15 ln -fs es_ES $(DESTDIR)$(pkgdatadir)/nls/es; \
16 fi 16 fi
17uninstall-local: 17uninstall-local:
18 @if test x$(NLSTEST) = "x-DNLS"; then \ 18 @if test x$(NLSTEST) = "x-DNLS"; then \
19 rm -f $(DESTDIR)$(pkgdatadir)/nls/es_ES/blackbox.cat; \ 19 rm -f $(DESTDIR)$(pkgdatadir)/nls/es_ES/fluxbox.cat; \
20 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \ 20 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
21 rmdir $(DESTDIR)$(pkgdatadir)/nls/es_ES; \ 21 rmdir $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
22 fi 22 fi
23 23
24Translation.m: $(MFILES) 24Translation.m: $(MFILES)
25 @if test x$(NLSTEST) = "x-DNLS"; then \ 25 @if test x$(NLSTEST) = "x-DNLS"; then \
26 rm -f Translation.m; \
26 awk -f ../convert.awk output=Translation.m $(MFILES); \ 27 awk -f ../convert.awk output=Translation.m $(MFILES); \
27 fi 28 fi
28 29
29blackbox.cat: Translation.m 30fluxbox.cat: Translation.m
30 @if test x$(NLSTEST) = "x-DNLS"; then \ 31 @if test x$(NLSTEST) = "x-DNLS"; then \
31 $(gencat_cmd) blackbox.cat Translation.m; \ 32 LANG=es_ES $(gencat_cmd) fluxbox.cat Translation.m; \
32 fi 33 fi
diff --git a/nls/es_ES/Windowmenu.m b/nls/es_ES/Windowmenu.m
index b2e0c54..d96b54f 100644
--- a/nls/es_ES/Windowmenu.m
+++ b/nls/es_ES/Windowmenu.m
@@ -18,3 +18,5 @@ $ #KillClient
18# Matar al cliente 18# Matar al cliente
19$ #Close 19$ #Close
20# Cerrar 20# Cerrar
21$ #Tab
22# Tab
diff --git a/nls/es_ES/fluxbox.m b/nls/es_ES/fluxbox.m
new file mode 100644
index 0000000..469c606
--- /dev/null
+++ b/nls/es_ES/fluxbox.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/main.m b/nls/es_ES/main.m
index 3b12caa..d6c4634 100644
--- a/nls/es_ES/main.m
+++ b/nls/es_ES/main.m
@@ -7,7 +7,7 @@ $ #DISPLAYRequiresArg
7$ #WarnDisplaySet 7$ #WarnDisplaySet
8# cuidado: no se puede establecer la variable de ambiente 'DISPLAY' 8# cuidado: no se puede establecer la variable de ambiente 'DISPLAY'
9$ #Usage 9$ #Usage
10# Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\ 10# Fluxbox %s: (c) 2001-2002 Henrik Kinnunen\n\n\
11 -display <string> conexión de despliegue.\n\ 11 -display <string> conexión de despliegue.\n\
12 -rc <string> archivo alternativo de recuros.\n\ 12 -rc <string> archivo alternativo de recuros.\n\
13 -version mostrar la versión y cerrar.\n\ 13 -version mostrar la versión y cerrar.\n\