aboutsummaryrefslogtreecommitdiff
path: root/nls/es_ES
diff options
context:
space:
mode:
Diffstat (limited to 'nls/es_ES')
-rw-r--r--nls/es_ES/.cvsignore5
-rw-r--r--nls/es_ES/Configmenu.m8
-rw-r--r--nls/es_ES/Makefile.am32
-rw-r--r--nls/es_ES/Windowmenu.m2
-rw-r--r--nls/es_ES/fluxbox.m6
-rw-r--r--nls/es_ES/main.m4
6 files changed, 42 insertions, 15 deletions
diff --git a/nls/es_ES/.cvsignore b/nls/es_ES/.cvsignore
new file mode 100644
index 0000000..4120fef
--- /dev/null
+++ b/nls/es_ES/.cvsignore
@@ -0,0 +1,5 @@
1.cvsignore
2Makefile
3Makefile.in
4*.cat
5*.m
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..937051a 100644
--- a/nls/es_ES/Makefile.am
+++ b/nls/es_ES/Makefile.am
@@ -1,32 +1,36 @@
1# nls/es_ES/Makefile.am for Blackbox-0.61.x - an X11 Window Manager 1# nls/es_ES/Makefile.am for Fluxbox - an X11 Window Manager
2
3THE_LANG = es_ES
4CODESET = ISO-8859-15
2 5
3NLSTEST = @NLS@ 6NLSTEST = @NLS@
4CLEANFILES = blackbox.cat 7CLEANFILES = fluxbox.cat
5MAINTAINERCLEANFILES = Makefile.in Translation.m 8MAINTAINERCLEANFILES = 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 9MFILES = 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) 10EXTRA_DIST=$(MFILES)
8all-local: blackbox.cat 11all-local: fluxbox.cat
9install-data-local: blackbox.cat 12install-data-local: fluxbox.cat
10 @if test x$(NLSTEST) = "x-DNLS"; then \ 13 @if test x$(NLSTEST) = "x-DNLS"; then \
11 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/es_ES"; \ 14 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \
12 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/es_ES; \ 15 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
13 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/es_ES; \ 16 $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
14 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \ 17 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
15 ln -fs es_ES $(DESTDIR)$(pkgdatadir)/nls/es; \ 18 ln -fs $(THE_LANG) $(DESTDIR)$(pkgdatadir)/nls/es; \
16 fi 19 fi
17uninstall-local: 20uninstall-local:
18 @if test x$(NLSTEST) = "x-DNLS"; then \ 21 @if test x$(NLSTEST) = "x-DNLS"; then \
19 rm -f $(DESTDIR)$(pkgdatadir)/nls/es_ES/blackbox.cat; \ 22 rm -f $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)/fluxbox.cat; \
20 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \ 23 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
21 rmdir $(DESTDIR)$(pkgdatadir)/nls/es_ES; \ 24 rmdir $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
22 fi 25 fi
23 26
24Translation.m: $(MFILES) 27Translation.m: $(MFILES)
25 @if test x$(NLSTEST) = "x-DNLS"; then \ 28 @if test x$(NLSTEST) = "x-DNLS"; then \
26 awk -f ../convert.awk output=Translation.m $(MFILES); \ 29 rm -f Translation.m; \
30 awk -f ../convert.awk codeset=$(CODESET) output=Translation.m $(MFILES); \
27 fi 31 fi
28 32
29blackbox.cat: Translation.m 33fluxbox.cat: Translation.m
30 @if test x$(NLSTEST) = "x-DNLS"; then \ 34 @if test x$(NLSTEST) = "x-DNLS"; then \
31 $(gencat_cmd) blackbox.cat Translation.m; \ 35 LANG=$(THE_LANG) $(gencat_cmd) fluxbox.cat Translation.m; \
32 fi 36 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..a3c7a67 100644
--- a/nls/es_ES/main.m
+++ b/nls/es_ES/main.m
@@ -7,10 +7,12 @@ $ #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) %s 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\
14 -info\t\t\t\tdisplay some useful information.\n\
15 -log <filename>\t\t\tlog output to file.\n\
14 -help mostrar este texto de ayuda y cerrar.\n\n 16 -help mostrar este texto de ayuda y cerrar.\n\n
15$ #CompileOptions 17$ #CompileOptions
16# Opciones durante la compilación:\n\ 18# Opciones durante la compilación:\n\