aboutsummaryrefslogtreecommitdiff
path: root/nls/fr_FR
diff options
context:
space:
mode:
authorunknown <unknown>2002-01-11 11:59:54 (GMT)
committerunknown <unknown>2002-01-11 11:59:54 (GMT)
commit61661d638e34b3ce6c986d5a53b8c08c1051d422 (patch)
treef0b87676e95070afee163f76902efd0c4d5b5fe6 /nls/fr_FR
parentf98c3c9045397bd9497621deb55b310366f8a5de (diff)
parenta3d2a1cf0a5ab724e19a91915fe97842f52260d5 (diff)
downloadfluxbox_pavel-Release-0_1_6.zip
fluxbox_pavel-Release-0_1_6.tar.bz2
This commit was manufactured by cvs2svn to create tagRelease-0_1_6
'Release-0_1_6'.
Diffstat (limited to 'nls/fr_FR')
-rw-r--r--nls/fr_FR/Basemenu.m2
-rw-r--r--nls/fr_FR/Configmenu.m14
-rw-r--r--nls/fr_FR/Makefile.in9
-rw-r--r--nls/fr_FR/Windowmenu.m22
-rw-r--r--nls/fr_FR/common.m22
5 files changed, 41 insertions, 28 deletions
diff --git a/nls/fr_FR/Basemenu.m b/nls/fr_FR/Basemenu.m
index 16bc86a..4de3b99 100644
--- a/nls/fr_FR/Basemenu.m
+++ b/nls/fr_FR/Basemenu.m
@@ -1,4 +1,4 @@
1$set 2 #Basemenu 1$set 2 #Basemenu
2 2
3$ #BlackboxMenu 3$ #BlackboxMenu
4# Menu de Blackbox 4# Menu de Fluxbox
diff --git a/nls/fr_FR/Configmenu.m b/nls/fr_FR/Configmenu.m
index b9ee923..0023b6a 100644
--- a/nls/fr_FR/Configmenu.m
+++ b/nls/fr_FR/Configmenu.m
@@ -37,12 +37,16 @@ $ #TopBottom
37$ #BottomTop 37$ #BottomTop
38# De bas en haut 38# De bas en haut
39$ #Tabs 39$ #Tabs
40# Use Tabs 40# Utiliser les onglets
41$ #Icons 41$ #Icons
42# Use Icons 42# Utiliser les icones
43$ #TabPlacement 43$ #TabPlacement
44# Tab Placement 44# Emplacement des onglets
45$ #TabRotateVertical 45$ #TabRotateVertical
46# Rotate Vertical Tabs 46# Rotation verticale des onglets
47$ #SemiSloppyFocus 47$ #SemiSloppyFocus
48# Semi Sloppy Focus 48# Focus semi-stupide
49$ #MaxOverSlit
50# Maximisez au dessus du Slit
51$ #SloppyWindowGrouping
52# Groupement des fenêtres stupide
diff --git a/nls/fr_FR/Makefile.in b/nls/fr_FR/Makefile.in
index 77c8181..9660221 100644
--- a/nls/fr_FR/Makefile.in
+++ b/nls/fr_FR/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/fr_FR/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/fr_FR/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/fr_FR 119subdir = nls/fr_FR
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/fr_FR/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \
diff --git a/nls/fr_FR/Windowmenu.m b/nls/fr_FR/Windowmenu.m
index c769696..3aa156e 100644
--- a/nls/fr_FR/Windowmenu.m
+++ b/nls/fr_FR/Windowmenu.m
@@ -1,20 +1,24 @@
1$set 10 #Windowmenu 1$set 10 #Windowmenu
2 2
3$ #SendTo 3$ #SendTo
4# Redirige vers... 4# Envoyer vers ...
5$ #SendGroupTo
6# Envoyer le groupe vers ...
5$ #Shade 7$ #Shade
6# Ombrage 8# Ombrer
7$ #Iconify 9$ #Iconify
8# Iconifie 10# Iconifier
9$ #Maximize 11$ #Maximize
10# Maximize 12# Maximiser
11$ #Raise 13$ #Raise
12# Résurrection 14# Lever
13$ #Lower 15$ #Lower
14# Réduit 16# Baisser
15$ #Stick 17$ #Stick
16# Epingle 18# Coller
17$ #KillClient 19$ #KillClient
18# Massacre 20# Massacrer
19$ #Close 21$ #Close
20# Ferme 22# Fermer
23$ #Tab
24# Onglet
diff --git a/nls/fr_FR/common.m b/nls/fr_FR/common.m
index d98ea24..1a5352d 100644
--- a/nls/fr_FR/common.m
+++ b/nls/fr_FR/common.m
@@ -34,25 +34,25 @@ $ #PlacementCenterRight
34$ #PlacementBottomRight 34$ #PlacementBottomRight
35# En bas à droite 35# En bas à droite
36$ #PlacementLeftTop 36$ #PlacementLeftTop
37# Left Top 37# A gauche en Haut
38$ #PlacementLeftCenter 38$ #PlacementLeftCenter
39# Left Center 39# A gauche au centre
40$ #PlacementLeftBottom 40$ #PlacementLeftBottom
41# Left Bottom 41# A gauche en bas
42$ #PlacementRightTop 42$ #PlacementRightTop
43# Right Top 43# A droite en haut
44$ #PlacementRightCenter 44$ #PlacementRightCenter
45# Right Center 45# A droite au centre
46$ #PlacementRightBottom 46$ #PlacementRightBottom
47# Right Bottom 47# A droite en bas
48$ #PlacementTopRelative 48$ #PlacementTopRelative
49# Top Relative 49# En haut (relatif)
50$ #PlacementBottomRelative 50$ #PlacementBottomRelative
51# Bottom Relative 51# En bas (relatif)
52$ #PlacementLeftRelative 52$ #PlacementLeftRelative
53# Left Relative 53# A gauche (relatif)
54$ #PlacementRightRelative 54$ #PlacementRightRelative
55# Right Relative 55# A droite (relatif)
56 56
57$ #AutoHide 57$ #AutoHide
58# Auto hide 58# Masquer automatiquement