diff options
Diffstat (limited to 'nls/pt_BR')
-rw-r--r-- | nls/pt_BR/Configmenu.m | 8 | ||||
-rw-r--r-- | nls/pt_BR/Makefile.am | 3 | ||||
-rw-r--r-- | nls/pt_BR/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/pt_BR/main.m | 2 |
4 files changed, 13 insertions, 2 deletions
diff --git a/nls/pt_BR/Configmenu.m b/nls/pt_BR/Configmenu.m index 129d991..6c9d702 100644 --- a/nls/pt_BR/Configmenu.m +++ b/nls/pt_BR/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/pt_BR/Makefile.am b/nls/pt_BR/Makefile.am index 197c57d..d22ede3 100644 --- a/nls/pt_BR/Makefile.am +++ b/nls/pt_BR/Makefile.am | |||
@@ -20,10 +20,11 @@ uninstall-local: | |||
20 | 20 | ||
21 | Translation.m: $(MFILES) | 21 | Translation.m: $(MFILES) |
22 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 22 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
23 | rm -f Translation.m; \ | ||
23 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 24 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
24 | fi | 25 | fi |
25 | 26 | ||
26 | blackbox.cat: Translation.m | 27 | blackbox.cat: Translation.m |
27 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 28 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
28 | $(gencat_cmd) blackbox.cat Translation.m; \ | 29 | LANG=pt_BR $(gencat_cmd) blackbox.cat Translation.m; \ |
29 | fi | 30 | fi |
diff --git a/nls/pt_BR/Windowmenu.m b/nls/pt_BR/Windowmenu.m index fe81d4f..522adb9 100644 --- a/nls/pt_BR/Windowmenu.m +++ b/nls/pt_BR/Windowmenu.m | |||
@@ -18,3 +18,5 @@ $ #KillClient | |||
18 | # Kill Cliente | 18 | # Kill Cliente |
19 | $ #Close | 19 | $ #Close |
20 | # Fechar | 20 | # Fechar |
21 | $ #Tab | ||
22 | # Tab | ||
diff --git a/nls/pt_BR/main.m b/nls/pt_BR/main.m index b04cc77..dcc8158 100644 --- a/nls/pt_BR/main.m +++ b/nls/pt_BR/main.m | |||
@@ -7,7 +7,7 @@ $ #DISPLAYRequiresArg | |||
7 | $ #WarnDisplaySet | 7 | $ #WarnDisplaySet |
8 | # aviso: não foi possivel setar a variavel de ambiente 'DISPLAY'\n | 8 | # aviso: não foi possivel setar a variavel de ambiente 'DISPLAY'\n |
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>\t\tusar conexão com o display.\n\ | 11 | -display <string>\t\tusar conexão com o display.\n\ |
12 | -rc <string>\t\t\tusar arquivo alternativo de recursos.\n\ | 12 | -rc <string>\t\t\tusar arquivo alternativo de recursos.\n\ |
13 | -version\t\t\tmostrar versao e sair.\n\ | 13 | -version\t\t\tmostrar versao e sair.\n\ |