nl_NL from Han

This commit is contained in:
fluxgen 2003-12-18 01:00:02 +00:00
parent cb5e3d0374
commit 82b31e6935
18 changed files with 601 additions and 0 deletions

16
nls/nl_NL/BaseDisplay.m Normal file
View file

@ -0,0 +1,16 @@
$set 1 #BaseDisplay
$ #XError
# %s: X error: %s(%d) opcodes %d/%d\n resource 0x%lx\n
$ #SignalCaught
# %s: signal %d caught\n
$ #ShuttingDown
# shutting down\n
$ #Aborting
# aborting... dumping core\n
$ #XConnectFail
# BaseDisplay::BaseDisplay: connection to X server failed.\n
$ #CloseOnExecFail
# BaseDisplay::BaseDisplay: couldn't mark display connection as close-on-exec\n
$ #BadWindowRemove
# BaseDisplay::eventLoop(): removing bad window from event queue\n

4
nls/nl_NL/Basemenu.m Normal file
View file

@ -0,0 +1,4 @@
$set 2 #Basemenu
$ #BlackboxMenu
# Fluxbox Menu

56
nls/nl_NL/Configmenu.m Normal file
View file

@ -0,0 +1,56 @@
$set 3 #Configmenu
$ #ConfigOptions
# Instellingen
$ #FocusModel
# Focussoort
$ #WindowPlacement
# Vensterplaatsing
$ #ImageDithering
# Plaatjes-afvlakking
$ #OpaqueMove
# Venster ondoorzichtig verplaatsen
$ #FullMax
# Volledig maximaliseren
$ #FocusNew
# Nieuwe vensters focussen
$ #FocusLast
# Vensters na Werkveldwissel focussen
$ #ClickToFocus
# Klik om Focus te krijgen
$ #SloppyFocus
# Muis focus
$ #AutoRaise
# Automatisch verhogen
$ #SmartRows
# Slim plaatsen (rij)
$ #SmartCols
# Slim plaatsen (kolom)
$ #Cascade
# Stapelen
$ #LeftRight
# Links naar rechts
$ #RightLeft
# Rechts naar links
$ #TopBottom
# Boven naar Onder
$ #BottomTop
# Onder naar boven
$ #Tabs
# Tabs gebruiken
$ #Icons
# Iconen gebruiken
$ #TabPlacement
# Tabs Plaatsing
$ #TabRotateVertical
# Vertikaal Tabs draaien
$ #SemiSloppyFocus
# Bijna altijd muis focus
$ #MaxOverSlit
# Over de slit maximalizeren
$ #SloppyWindowGrouping
# Willekeurig vensters groeperen
$ #WorkspaceWarping
# Werkveld springen
$ #DesktopWheeling
# Werkveld met muiswiel wisselen

4
nls/nl_NL/Icon.m Normal file
View file

@ -0,0 +1,4 @@
$set 4 #Icon
$ #Icons
# Iconen

24
nls/nl_NL/Image.m Normal file
View file

@ -0,0 +1,24 @@
$set 5 #Image
$ #ErrorCreatingSolidPixmap
# BImage::render_solid: error creating pixmap\n
$ #ErrorCreatingXImage
# BImage::renderXImage: error creating XImage\n
$ #UnsupVisual
# BImage::renderXImage: unsupported visual\n
$ #ErrorCreatingPixmap
# BImage::renderPixmap: error creating pixmap\n
$ #InvalidColormapSize
# BImageControl::BImageControl: invalid colormap size %d (%d/%d/%d) - reducing\n
$ #ErrorAllocatingColormap
# BImageControl::BImageControl: error allocating colormap\n
$ #ColorAllocFail
# BImageControl::BImageControl: failed to alloc color %d/%d/%d\n
$ #PixmapRelease
# BImageControl::~BImageControl: pixmap cache - releasing %d pixmaps\n
$ #PixmapCacheLarge
# BImageControl::renderImage: cache is large, forcing cleanout\n
$ #ColorParseError
# BImageControl::getColor: color parse error: '%s'\n
$ #ColorAllocError
# BImageControl::getColor: color alloc error: '%s'\n

40
nls/nl_NL/Makefile.am Normal file
View file

@ -0,0 +1,40 @@
# nls/de_DE/Makefile.am for Fluxbox - fluxbox.sf.net
THE_LANG = nl_NL
CODESET = ISO-8859-1
NLSTEST = @NLS@
CLEANFILES = fluxbox.cat
MAINTAINERCLEANFILES = Makefile.in Translation.m
MFILES = 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
EXTRA_DIST= $(MFILES)
all-local: fluxbox.cat
install-data-local: fluxbox.cat
@if test x$(NLSTEST) = "x-DNLS"; then \
echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
$(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
fi
uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \
rm -f $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)/fluxbox.cat; \
rmdir $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
fi
# note... when adding new catalogs... you do not need the
# header=../fluxbox-nls.hh which is passed to awk... we
# only need to generate it once.
Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk codeset=$(CODESET) output=Translation.m $(MFILES); \
fi
fluxbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) fluxbox.cat Translation.m; \
fi

54
nls/nl_NL/Screen.m Normal file
View file

@ -0,0 +1,54 @@
$set 6 #Screen
$ #AnotherWMRunning
# BScreen::BScreen: an error occured while querying the X server.\n \
another window manager is already running on display %s.\n
$ #ManagingScreen
# BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
$ #FontLoadFail
# BScreen::LoadStyle(): couldn't load font '%s'\n
$ #DefaultFontLoadFail
# BScreen::LoadStyle(): couldn't load default font.\n
$ #EmptyMenuFile
# %s: empty menu file\n
$ #xterm
# xterm
$ #Restart
# Restart
$ #Exit
# Exit
$ #EXECError
# BScreen::parseMenuFile: [exec] error, no menu label and/or command defined\n
$ #EXITError
# BScreen::parseMenuFile: [exit] error, no menu label defined\n
$ #STYLEError
# BScreen::parseMenuFile: [style] error, no menu label and/or filename \
defined\n
$ #CONFIGError
# BScreen::parseMenuFile: [config] error, no menu label defined\n
$ #INCLUDEError
# BScreen::parseMenuFile: [include] error, no filename defined\n
$ #INCLUDEErrorReg
# BScreen::parseMenuFile: [include] error, '%s' is not a regular file\n
$ #SUBMENUError
# BScreen::parseMenuFile: [submenu] error, no menu label defined\n
$ #RESTARTError
# BScreen::parseMenuFile: [restart] error, no menu label defined\n
$ #RECONFIGError
# BScreen::parseMenuFile: [reconfig] error, no menu label defined\n
$ #STYLESDIRError
# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, no directory defined\n
$ #STYLESDIRErrorNotDir
# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' is not a \
directory\n
$ #STYLESDIRErrorNoExist
# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' does not exist\n
$ #WORKSPACESError
# BScreen::parseMenuFile: [workspaces] error, no menu label defined\n
$ #PositionLength
# 0: 0000 x 0: 0000
$ #PositionFormat
# X: %4d x Y: %4d
$ #GeometryFormat
# W: %4d x H: %4d

8
nls/nl_NL/Slit.m Normal file
View file

@ -0,0 +1,8 @@
$set 7 #Slit
$ #SlitTitle
# Slit
$ #SlitDirection
# Slit-Richting
$ #SlitPlacement
# Slit-Plaatsing

22
nls/nl_NL/Toolbar.m Normal file
View file

@ -0,0 +1,22 @@
$set 8 #Toolbar
$ #NoStrftimeLength
# 00:00000
$ #NoStrftimeDateFormat
# %02d/%02d/%02d
$ #NoStrftimeDateFormatEu
# %02d.%02d.%02d
$ #NoStrftimeTimeFormat24
# %02d:%02d
$ #NoStrftimeTimeFormat12
# %02d:%02d %sm
$ #NoStrftimeTimeFormatP
# p
$ #NoStrftimeTimeFormatA
# a
$ #ToolbarTitle
# Werkbalklijst
$ #EditWkspcName
# Wekveldnaam veranderen
$ #ToolbarPlacement
# Werkbalkplaatsing

218
nls/nl_NL/Translation.m Normal file
View file

@ -0,0 +1,218 @@
$ codeset=ISO-8859-1
$set 1 #BaseDisplay
1 %s: X error: %s(%d) opcodes %d/%d\n resource 0x%lx\n
2 %s: signal %d caught\n
3 shutting down\n
4 aborting... dumping core\n
5 BaseDisplay::BaseDisplay: connection to X server failed.\n
6 BaseDisplay::BaseDisplay: couldn't mark display connection as close-on-exec\n
7 BaseDisplay::eventLoop(): removing bad window from event queue\n
$set 2 #Basemenu
1 Fluxbox Menu
$set 3 #Configmenu
1 Instellingen
2 Focussoort
3 Vensterplaatsing
4 Plaatjes-afvlakking
5 Venster ondoorzichtig verplaatsen
6 Volledig maximaliseren
7 Nieuwe vensters focussen
8 Vensters na Werkveldwissel focussen
9 Klik om Focus te krijgen
10 Muis focus
11 Automatisch verhogen
12 Slim plaatsen (rij)
13 Slim plaatsen (kolom)
14 Stapelen
15 Links naar rechts
16 Rechts naar links
17 Boven naar Onder
18 Onder naar boven
19 Tabs gebruiken
20 Iconen gebruiken
21 Tabs Plaatsing
22 Vertikaal Tabs draaien
23 Bijna altijd muis focus
24 Over de slit maximalizeren
25 Willekeurig vensters groeperen
26 Werkveld springen
27 Werkveld met muiswiel wisselen
$set 4 #Icon
1 Iconen
$set 5 #Image
1 BImage::render_solid: error creating pixmap\n
2 BImage::renderXImage: error creating XImage\n
3 BImage::renderXImage: unsupported visual\n
4 BImage::renderPixmap: error creating pixmap\n
5 BImageControl::BImageControl: invalid colormap size %d (%d/%d/%d) - reducing\n
6 BImageControl::BImageControl: error allocating colormap\n
7 BImageControl::BImageControl: failed to alloc color %d/%d/%d\n
8 BImageControl::~BImageControl: pixmap cache - releasing %d pixmaps\n
9 BImageControl::renderImage: cache is large, forcing cleanout\n
10 BImageControl::getColor: color parse error: '%s'\n
11 BImageControl::getColor: color alloc error: '%s'\n
$set 6 #Screen
1 BScreen::BScreen: an error occured while querying the X server.\n \
another window manager is already running on display %s.\n
2 BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
3 BScreen::LoadStyle(): couldn't load font '%s'\n
4 BScreen::LoadStyle(): couldn't load default font.\n
5 %s: empty menu file\n
6 xterm
7 Restart
8 Exit
9 BScreen::parseMenuFile: [exec] error, no menu label and/or command defined\n
10 BScreen::parseMenuFile: [exit] error, no menu label defined\n
11 BScreen::parseMenuFile: [style] error, no menu label and/or filename \
defined\n
12 BScreen::parseMenuFile: [config] error, no menu label defined\n
13 BScreen::parseMenuFile: [include] error, no filename defined\n
14 BScreen::parseMenuFile: [include] error, '%s' is not a regular file\n
15 BScreen::parseMenuFile: [submenu] error, no menu label defined\n
16 BScreen::parseMenuFile: [restart] error, no menu label defined\n
17 BScreen::parseMenuFile: [reconfig] error, no menu label defined\n
18 BScreen::parseMenuFile: [stylesdir/stylesmenu] error, no directory defined\n
19 BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' is not a \
directory\n
20 BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' does not exist\n
21 BScreen::parseMenuFile: [workspaces] error, no menu label defined\n
22 0: 0000 x 0: 0000
23 X: %4d x Y: %4d
24 W: %4d x H: %4d
$set 7 #Slit
1 Slit
2 Slit-Richting
3 Slit-Plaatsing
$set 8 #Toolbar
1 00:00000
2 %02d/%02d/%02d
3 %02d.%02d.%02d
4 %02d:%02d
5 %02d:%02d %sm
6 p
7 a
8 Werkbalklijst
9 Wekveldnaam veranderen
10 Werkbalkplaatsing
$set 9 #Window
1 BlackboxWindow::BlackboxWindow: creating 0x%lx\n
2 BlackboxWindow::BlackboxWindow: XGetWindowAttributres failed\n
3 BlackboxWindow::BlackboxWindow: cannot find screen for root window 0x%lx\n
4 Unbenannt
5 BlackboxWindow::mapRequestEvent() for 0x%lx\n
6 BlackboxWindow::unmapNotifyEvent() for 0x%lx\n
7 BlackboxWindow::unmapnotifyEvent: reparent 0x%lx to root\n
$set 10 #Windowmenu
1 Stuur naar
2 Groep sturen naar
3 Oprollen
4 Minimalizeren
5 Maximalizeren
6 Bovenop leggen
7 Onderop leggen
8 Plakkerig
9 Afbreken
10 Sluiten
11 Tab
$set 11 #Workspace
1 Werkveld %d
$set 12 #Workspacemenu
1 Werkvelden
2 Nieuw werkveld
3 Verwijder laatste
$set 13 #blackbox
1 Fluxbox::Fluxbox: geen bruikbaar scherm te vinden, afbreken\n
2 Fluxbox::process_event: MapRequest for 0x%lx\n
$set 14 #Common
1 Ja
2 Nee
3 Richting
4 Horizontaal
5 Vertikaal
6 Altijd bovenop
7 Plaats
8 Boven links
9 Midden links
10 Onder links
11 Boven midden
12 Onder midden
13 Boven rechts
14 Midden rechts
15 Onder rechts
16 Links boven
17 Links midden
18 Links onder
19 Rechts boven
20 Rechts midden
21 Rechts onder
22 Boven-relatieve plaatsing
23 Onder-relatieve plaatsing
24 Links-relatieve plaatsing
25 Rechts-relatieve plaatsing
26 Automatisch verbergen
$set 15 #main
1 error: '-rc' requires an argument\n
2 error: '-display' requires an argument\n
3 warning: could not set environment variable 'DISPLAY'\n
4 Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
-display <string>\t\tuse display connection.\n\
-rc <string>\t\t\tuse alternate resource file.\n\
-version\t\t\tdisplay version and exit.\n\
-info\t\t\t\tdisplay some useful information.\n\
-log <filename>\t\t\tlog output to file.\n\
-help\t\t\t\tdisplay this help text and exit.\n\n
5 Compile time options:\n\
Debugging\t\t\t%s\n\
Interlacing:\t\t\t%s\n\
Shape:\t\t\t%s\n\
Slit:\t\t\t\t%s\n\
8bpp Ordered Dithering:\t%s\n\n
$set 16 #bsetroot
1 %s: error: must specify one of: -solid, -mod, -gradient\n
2 %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
-display <string> display connection\n\
-mod <x> <y> modula pattern\n\
-foreground, -fg <color> modula foreground color\n\
-background, -bg <color> modula background color\n\n\
-gradient <texture> gradient texture\n\
-from <color> gradient start color\n\
-to <color> gradient end color\n\n\
-solid <color> solid color\n\n\
-help print this help text and exit\n

17
nls/nl_NL/Window.m Normal file
View file

@ -0,0 +1,17 @@
$set 9 #Window
$ #Creating
# BlackboxWindow::BlackboxWindow: creating 0x%lx\n
$ #XGetWindowAttributesFail
# BlackboxWindow::BlackboxWindow: XGetWindowAttributres failed\n
$ #CannotFindScreen
# BlackboxWindow::BlackboxWindow: cannot find screen for root window 0x%lx\n
$ #Unnamed
# Unbenannt
$ #MapRequest
# BlackboxWindow::mapRequestEvent() for 0x%lx\n
$ #UnmapNotify
# BlackboxWindow::unmapNotifyEvent() for 0x%lx\n
$ #UnmapNotifyReparent
# BlackboxWindow::unmapnotifyEvent: reparent 0x%lx to root\n

24
nls/nl_NL/Windowmenu.m Normal file
View file

@ -0,0 +1,24 @@
$set 10 #Windowmenu
$ #SendTo
# Stuur naar
$ #SendGroupTo
# Groep sturen naar
$ #Shade
# Oprollen
$ #Iconify
# Minimalizeren
$ #Maximize
# Maximalizeren
$ #Raise
# Bovenop leggen
$ #Lower
# Onderop leggen
$ #Stick
# Plakkerig
$ #KillClient
# Afbreken
$ #Close
# Sluiten
$ #Tab
# Tab

4
nls/nl_NL/Workspace.m Normal file
View file

@ -0,0 +1,4 @@
$set 11 #Workspace
$ #DefaultNameFormat
# Werkveld %d

View file

@ -0,0 +1,8 @@
$set 12 #Workspacemenu
$ #WorkspacesTitle
# Werkvelden
$ #NewWorkspace
# Nieuw werkveld
$ #RemoveLast
# Verwijder laatste

16
nls/nl_NL/bsetroot.m Normal file
View file

@ -0,0 +1,16 @@
$set 16 #bsetroot
$ #MustSpecify
# %s: error: must specify one of: -solid, -mod, -gradient\n
$ #Usage
# %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
-display <string> display connection\n\
-mod <x> <y> modula pattern\n\
-foreground, -fg <color> modula foreground color\n\
-background, -bg <color> modula background color\n\n\
-gradient <texture> gradient texture\n\
-from <color> gradient start color\n\
-to <color> gradient end color\n\n\
-solid <color> solid color\n\n\
-help print this help text and exit\n

57
nls/nl_NL/common.m Normal file
View file

@ -0,0 +1,57 @@
$set 15 #Common
$ #Yes
# Ja
$ #No
# Nee
$ #DirectionTitle
# Richting
$ #DirectionHoriz
# Horizontaal
$ #DirectionVert
# Vertikaal
$ #AlwaysOnTop
# Altijd bovenop
$ #PlacementTitle
# Plaats
$ #PlacementTopLeft
# Boven links
$ #PlacementCenterLeft
# Midden links
$ #PlacementBottomLeft
# Onder links
$ #PlacementTopCenter
# Boven midden
$ #PlacementBottomCenter
# Onder midden
$ #PlacementTopRight
# Boven rechts
$ #PlacementCenterRight
# Midden rechts
$ #PlacementBottomRight
# Onder rechts
$ #PlacementLeftTop
# Links boven
$ #PlacementLeftCenter
# Links midden
$ #PlacementLeftBottom
# Links onder
$ #PlacementRightTop
# Rechts boven
$ #PlacementRightCenter
# Rechts midden
$ #PlacementRightBottom
# Rechts onder
$ #PlacementTopRelative
# Boven-relatieve plaatsing
$ #PlacementBottomRelative
# Onder-relatieve plaatsing
$ #PlacementLeftRelative
# Links-relatieve plaatsing
$ #PlacementRightRelative
# Rechts-relatieve plaatsing
$ #AutoHide
# Automatisch verbergen

6
nls/nl_NL/fluxbox.m Normal file
View file

@ -0,0 +1,6 @@
$set 13 #blackbox
$ #NoManagableScreens
# Fluxbox::Fluxbox: geen bruikbaar scherm te vinden, afbreken\n
$ #MapRequest
# Fluxbox::process_event: MapRequest for 0x%lx\n

23
nls/nl_NL/main.m Normal file
View file

@ -0,0 +1,23 @@
$set 14 #main
$ #RCRequiresArg
# error: '-rc' requires an argument\n
$ #DISPLAYRequiresArg
# error: '-display' requires an argument\n
$ #WarnDisplaySet
# warning: could not set environment variable 'DISPLAY'\n
$ #Usage
# Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
-display <string>\t\tuse display connection.\n\
-rc <string>\t\t\tuse alternate resource file.\n\
-version\t\t\tdisplay version and exit.\n\
-info\t\t\t\tdisplay some useful information.\n\
-log <filename>\t\t\tlog output to file.\n\
-help\t\t\t\tdisplay this help text and exit.\n\n
$ #CompileOptions
# Compile time options:\n\
Debugging\t\t\t%s\n\
Interlacing:\t\t\t%s\n\
Shape:\t\t\t%s\n\
Slit:\t\t\t\t%s\n\
8bpp Ordered Dithering:\t%s\n\n