diff options
Diffstat (limited to 'nls/es_ES')
-rw-r--r-- | nls/es_ES/Configmenu.m | 8 | ||||
-rw-r--r-- | nls/es_ES/Makefile.am | 3 | ||||
-rw-r--r-- | nls/es_ES/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/es_ES/main.m | 2 |
4 files changed, 13 insertions, 2 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..d7d2f02 100644 --- a/nls/es_ES/Makefile.am +++ b/nls/es_ES/Makefile.am | |||
@@ -23,10 +23,11 @@ uninstall-local: | |||
23 | 23 | ||
24 | Translation.m: $(MFILES) | 24 | Translation.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 | ||
29 | blackbox.cat: Translation.m | 30 | blackbox.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) blackbox.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/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\ |