summaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-25 00:10:04 +0000
committerDana Jansens <danakj@orodu.net>2002-05-25 00:10:04 +0000
commit29914b7df1017042839761c2576ef8df29cf1ed0 (patch)
treea122e4ca6e5877199ef65483945e89d96aab2cd9 /nls
parent79c6511ca04c4552cc0f2a1e40fa4373c3d4cbfb (diff)
nls from bb-cvs
added yself to the usage string added the slit option back in added the event clobber option back in
Diffstat (limited to 'nls')
-rw-r--r--nls/C/BaseDisplay.m12
-rw-r--r--nls/C/Basemenu.m2
-rw-r--r--nls/C/Configmenu.m38
-rw-r--r--nls/C/Icon.m2
-rw-r--r--nls/C/Image.m6
-rw-r--r--nls/C/Makefile.am39
-rw-r--r--nls/C/Screen.m48
-rw-r--r--nls/C/Slit.m4
-rw-r--r--nls/C/Toolbar.m6
-rw-r--r--nls/C/Window.m6
-rw-r--r--nls/C/Windowmenu.m18
-rw-r--r--nls/C/Workspace.m2
-rw-r--r--nls/C/Workspacemenu.m6
-rw-r--r--nls/C/bsetroot.m20
-rw-r--r--nls/C/common.m32
-rw-r--r--nls/C/main.m21
-rw-r--r--nls/hu_HU/main.m4
-rw-r--r--nls/uk_UA/main.m4
-rw-r--r--nls/zh_TW/main.m4
19 files changed, 147 insertions, 127 deletions
diff --git a/nls/C/BaseDisplay.m b/nls/C/BaseDisplay.m
index dcdd194b..f7f3d9b4 100644
--- a/nls/C/BaseDisplay.m
+++ b/nls/C/BaseDisplay.m
@@ -1,16 +1,16 @@
$set 1 #BaseDisplay
$ #XError
-# %s: X ´íÎó: %s(%d) opcodes %d/%d\n resource 0x%lx\n
+# %s: X error: %s(%d) opcodes %d/%d\n resource 0x%lx\n
$ #SignalCaught
-# %s: ²¶»ñÐźŠ%d \n
+# %s: signal %d caught\n
$ #ShuttingDown
-# ¹Ø±Õ\n
+# shutting down\n
$ #Aborting
-# ÕýÔÚÍ˳ö... ´æ´¢ºËÐÄÊý¾Ý\n
+# aborting... dumping core\n
$ #XConnectFail
-# BaseDisplay::BaseDisplay: Á¬½Ó X ·þÎñÆ÷ʧ°Ü.\n
+# BaseDisplay::BaseDisplay: connection to X server failed.\n
$ #CloseOnExecFail
# BaseDisplay::BaseDisplay: couldn't mark display connection as close-on-exec\n
$ #BadWindowRemove
-# BaseDisplay::eventLoop(): ÕýÔÚ´Óʼþ¶ÓÁÐÖÐɾ³ý»µ´°¿Ú\n
+# BaseDisplay::eventLoop(): removing bad window from event queue\n
diff --git a/nls/C/Basemenu.m b/nls/C/Basemenu.m
index 64d71572..6c4da308 100644
--- a/nls/C/Basemenu.m
+++ b/nls/C/Basemenu.m
@@ -1,4 +1,4 @@
$set 2 #Basemenu
$ #BlackboxMenu
-# Blackbox ²Ëµ¥
+# Blackbox Menu
diff --git a/nls/C/Configmenu.m b/nls/C/Configmenu.m
index a296eced..7fef82da 100644
--- a/nls/C/Configmenu.m
+++ b/nls/C/Configmenu.m
@@ -1,38 +1,40 @@
$set 3 #Configmenu
$ #ConfigOptions
-# ÅäÖÃÑ¡Ïî
+# Config Options
$ #FocusModel
-# ¾Û½¹Ä£Ê½
+# Focus Model
$ #WindowPlacement
-# ´°¿Ú·ÅÖÃ
+# Window Placement
$ #ImageDithering
-# ͼÏñµ÷г
+# Image Dithering
$ #OpaqueMove
-# ÏÔÊ¾ÒÆ¶¯´°¿ÚÄÚÈÝ
+# Opaque Window Moving
$ #FullMax
-# ÍêÈ«×î´ó»¯
+# Full Maximization
$ #FocusNew
-# ¾Û½¹Ð´°¿Ú
+# Focus New Windows
$ #FocusLast
-# ×ÀÃæ¸Ä±äʱ¾Û½¹´°¿Ú
+# Focus Window on Workspace Change
$ #ClickToFocus
-# µã»÷¾Û½¹
+# Click to Focus
$ #SloppyFocus
-# ×Ô¶¯¾Û½¹
+# Sloppy Focus
$ #AutoRaise
-# ×Ô¶¯·Åǰ
+# Auto Raise
+$ #ClickRaise
+# Click Raise
$ #SmartRows
-# ×Ô¶¯·ÅÖÃ(ÐÐ)
+# Smart Placement (Rows)
$ #SmartCols
-# ×Ô¶¯·ÅÖÃ(ÁÐ)
+# Smart Placement (Columns)
$ #Cascade
-# ²ãµþ·ÅÖÃ
+# Cascade Placement
$ #LeftRight
-# ´Ó×óµ½ÓÒ
+# Left to Right
$ #RightLeft
-# ´ÓÓÒµ½×ó
+# Right to Left
$ #TopBottom
-# ´ÓÉϵ½ÏÂ
+# Top to Bottom
$ #BottomTop
-# ´Óϵ½ÉÏ
+# Bottom to Top
diff --git a/nls/C/Icon.m b/nls/C/Icon.m
index 06ebc54e..54b96a63 100644
--- a/nls/C/Icon.m
+++ b/nls/C/Icon.m
@@ -1,4 +1,4 @@
$set 4 #Icon
$ #Icons
-# ͼ±ê
+# Icons
diff --git a/nls/C/Image.m b/nls/C/Image.m
index fcb973ed..5dd251a6 100644
--- a/nls/C/Image.m
+++ b/nls/C/Image.m
@@ -1,13 +1,13 @@
$set 5 #Image
$ #ErrorCreatingSolidPixmap
-# BImage::render_solid: ´´½¨pixmap³ö´í\n
+# BImage::render_solid: error creating pixmap\n
$ #ErrorCreatingXImage
-# BImage::renderXImage: ´´½¨XImage³ö´í\n
+# BImage::renderXImage: error creating XImage\n
$ #UnsupVisual
# BImage::renderXImage: unsupported visual\n
$ #ErrorCreatingPixmap
-# BImage::renderPixmap: ´´½¨pixmap³ö´í\n
+# BImage::renderPixmap: error creating pixmap\n
$ #InvalidColormapSize
# BImageControl::BImageControl: invalid colormap size %d (%d/%d/%d) - reducing\n
$ #ErrorAllocatingColormap
diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am
index d29cd987..6674611b 100644
--- a/nls/C/Makefile.am
+++ b/nls/C/Makefile.am
@@ -1,30 +1,45 @@
-# Makefile.am for Blackbox - an X11 Window Manager
+# nls/C/Makefile.am for Blackbox - an X11 Window Manager
NLSTEST = @NLS@
-THE_LANG = zh_CN
-THE_NLS_PATH = $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)
CLEANFILES = blackbox.cat
MAINTAINERCLEANFILES = Makefile.in Translation.m
DISTCLEANFILES = Translation.m
MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdir@/Icon.m @srcdir@/Image.m @srcdir@/Screen.m @srcdir@/Slit.m @srcdir@/Toolbar.m @srcdir@/Window.m @srcdir@/Windowmenu.m @srcdir@/Workspace.m @srcdir@/Workspacemenu.m @srcdir@/blackbox.m @srcdir@/common.m @srcdir@/main.m @srcdir@/bsetroot.m
-all-local: blackbox.cat
+all-local: Translation.m blackbox.cat
install-data-local: blackbox.cat
@if test x$(NLSTEST) = "x-DNLS"; then \
- echo "Installing catalog in $(THE_NLS_PATH)"; \
- $(mkinstalldirs) $(THE_NLS_PATH); \
- $(INSTALL_DATA) blackbox.cat $(THE_NLS_PATH); \
+ echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/C"; \
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/C; \
+ $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/C; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
+ ln -f -ss C $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
+ ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
+ ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en_US; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/en_GB; \
+ ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en_GB; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
+ ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en; \
fi
uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \
- rm -f $(THE_NLS_PATH)/blackbox.cat; \
- rmdir $(THE_NLS_PATH); \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/C/blackbox.cat; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
+ rmdir $(DESTDIR)$(pkgdatadir)/nls/C; \
fi
+# note... when adding new catalogs... you do not need the
+# header=../blackbox-nls.hh which is passed to awk... we
+# only need to generate it once.
+
Translation.m: $(MFILES)
- @if test x$(NLSTEST) = "x-DNLS"; then \
- awk -f @srcdir@/../convert.awk output=Translation.m $(MFILES); \
- fi
+ awk -f @srcdir@/../convert.awk header=../blackbox-nls.hh \
+ output=Translation.m $(MFILES)
blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \
diff --git a/nls/C/Screen.m b/nls/C/Screen.m
index 3baba996..128c06e7 100644
--- a/nls/C/Screen.m
+++ b/nls/C/Screen.m
@@ -1,52 +1,54 @@
$set 6 #Screen
$ #AnotherWMRunning
-# BScreen::BScreen: ²éѯX·þÎñÆ÷ʱ³ö´í.\n \
-ÒѾ­ÓÐÁíÒ»¸ö´°¿Ú¹ÜÀíÆ÷ÔÚÔËÐÐ %s.\n
+# BScreen::BScreen: an error occured while querying the X server.\n \
+another window manager is already running on display %s.\n
$ #ManagingScreen
-# BScreen::BScreen: ¶ÔÆÁÄ» %d ʹÓÃÊÓ 0x%lx, Éî¶È %d\n
+# BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
$ #FontLoadFail
-# BScreen::LoadStyle(): ÎÞ·¨ÔØÈë×ÖÌå '%s'\n
+# BScreen::LoadStyle(): couldn't load font '%s'\n
$ #DefaultFontLoadFail
-# BScreen::LoadStyle(): ÎÞ·¨ÔØÈëĬÈÏ×ÖÌå.\n
+# BScreen::LoadStyle(): couldn't load default font.\n
$ #EmptyMenuFile
-# %s: Çå¿Õ²Ëµ¥Îļþ\n
+# %s: empty menu file\n
$ #xterm
# xterm
$ #Restart
-# ÖØÐ¿ªÊ¼
+# Restart
$ #Exit
-# Í˳ö
+# Exit
$ #EXECError
-# BScreen::parseMenuFile: [exec] ´íÎó, ûÓв˵¥µÄ±êÌâ»òÃüÁî\n
+# BScreen::parseMenuFile: [exec] error, no menu label and/or command defined\n
$ #EXITError
-# BScreen::parseMenuFile: [exit] ´íÎó, ûÓв˵¥µÄ±êÌâ\n
+# BScreen::parseMenuFile: [exit] error, no menu label defined\n
$ #STYLEError
-# BScreen::parseMenuFile: [style] ´íÎó, ûÓв˵¥±êÌâ»òÎļþÃû\n
+# BScreen::parseMenuFile: [style] error, no menu label and/or filename \
+defined\n
$ #CONFIGError
-# BScreen::parseMenuFile: [config] ´íÎó, ûÓв˵¥±êÌâ\n
+# BScreen::parseMenuFile: [config] error, no menu label defined\n
$ #INCLUDEError
-# BScreen::parseMenuFile: [include] ´íÎó, ûÓÐÎļþÃû\n
+# BScreen::parseMenuFile: [include] error, no filename defined\n
$ #INCLUDEErrorReg
-# BScreen::parseMenuFile: [include] ´íÎó, '%s' ²»ÊÇÒ»¸öÆÕͨÎļþ\n
+# BScreen::parseMenuFile: [include] error, '%s' is not a regular file\n
$ #SUBMENUError
-# BScreen::parseMenuFile: [submenu] ´íÎó, ûÓв˵¥±êÌâ\n
+# BScreen::parseMenuFile: [submenu] error, no menu label defined\n
$ #RESTARTError
-# BScreen::parseMenuFile: [restart] ´íÎó, ûÓв˵¥±êÌâ\n
+# BScreen::parseMenuFile: [restart] error, no menu label defined\n
$ #RECONFIGError
-# BScreen::parseMenuFile: [reconfig] ´íÎó, ûÓв˵¥±êÌâ\n
+# BScreen::parseMenuFile: [reconfig] error, no menu label defined\n
$ #STYLESDIRError
-# BScreen::parseMenuFile: [stylesdir/stylesmenu] ´íÎó, ûÓÐÖ¸ÃûĿ¼\n
+# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, no directory defined\n
$ #STYLESDIRErrorNotDir
-# BScreen::parseMenuFile: [stylesdir/stylesmenu] ´íÎó, '%s' ²»ÊÇĿ¼\n
+# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' is not a \
+directory\n
$ #STYLESDIRErrorNoExist
-# BScreen::parseMenuFile: [stylesdir/stylesmenu] ´íÎó, '%s' ²»´æÔÚ\n
+# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' does not exist\n
$ #WORKSPACESError
-# BScreen::parseMenuFile: [workspaces] ´íÎó, ûÓв˵¥±êÌâ\n
+# BScreen::parseMenuFile: [workspaces] error, no menu label defined\n
$ #PositionLength
# 0: 0000 x 0: 0000
$ #PositionFormat
-# ×ó: %4d x ÉÏ: %4d
+# X: %4d x Y: %4d
$ #GeometryFormat
-# ¿í: %4d x ¸ß: %4d
+# W: %4d x H: %4d
diff --git a/nls/C/Slit.m b/nls/C/Slit.m
index 5bc50ff8..0e5e3a4f 100644
--- a/nls/C/Slit.m
+++ b/nls/C/Slit.m
@@ -3,6 +3,6 @@ $set 7 #Slit
$ #SlitTitle
# Slit
$ #SlitDirection
-# Slit ·½Ïò
+# Slit Direction
$ #SlitPlacement
-# Slit ·ÅÖÃ
+# Slit Placement
diff --git a/nls/C/Toolbar.m b/nls/C/Toolbar.m
index 4115eeee..93e26453 100644
--- a/nls/C/Toolbar.m
+++ b/nls/C/Toolbar.m
@@ -15,8 +15,8 @@ $ #NoStrftimeTimeFormatP
$ #NoStrftimeTimeFormatA
# a
$ #ToolbarTitle
-# ¹¤¾ßÌõ
+# Toolbar
$ #EditWkspcName
-# ±à¼­×ÀÃæÃû
+# Edit current workspace name
$ #ToolbarPlacement
-# ¹¤¾ßÌõ·ÅÖÃ
+# Toolbar Placement
diff --git a/nls/C/Window.m b/nls/C/Window.m
index d548395e..9987b47c 100644
--- a/nls/C/Window.m
+++ b/nls/C/Window.m
@@ -2,13 +2,13 @@ $set 9 #Window
$ #Creating
-# BlackboxWindow::BlackboxWindow: ÕýÔÚ´´½¨ 0x%lx\n
+# BlackboxWindow::BlackboxWindow: creating 0x%lx\n
$ #XGetWindowAttributesFail
-# BlackboxWindow::BlackboxWindow: XGetWindowAttributres ʧ°Ü\n
+# BlackboxWindow::BlackboxWindow: XGetWindowAttributres failed\n
$ #CannotFindScreen
# BlackboxWindow::BlackboxWindow: cannot find screen for root window 0x%lx\n
$ #Unnamed
-# ÎÞÃüÃû
+# Unnamed
$ #MapRequest
# BlackboxWindow::mapRequestEvent() for 0x%lx\n
$ #UnmapNotify
diff --git a/nls/C/Windowmenu.m b/nls/C/Windowmenu.m
index a98d39d9..4bf90cf4 100644
--- a/nls/C/Windowmenu.m
+++ b/nls/C/Windowmenu.m
@@ -1,20 +1,20 @@
$set 10 #Windowmenu
$ #SendTo
-# ·¢Ë͵½...
+# Send To ...
$ #Shade
-# ¾íÁ±
+# Shade
$ #Iconify
-# ͼ±ê»¯
+# Iconify
$ #Maximize
-# ×î´ó»¯
+# Maximize
$ #Raise
-# ·Åǰ
+# Raise
$ #Lower
-# ·Åºó
+# Lower
$ #Stick
-# ¶¤×¡
+# Stick
$ #KillClient
-# ɱËÀ
+# Kill Client
$ #Close
-# ¹Ø±Õ
+# Close
diff --git a/nls/C/Workspace.m b/nls/C/Workspace.m
index b04efed7..315460a0 100644
--- a/nls/C/Workspace.m
+++ b/nls/C/Workspace.m
@@ -1,4 +1,4 @@
$set 11 #Workspace
$ #DefaultNameFormat
-# ×ÀÃæ %d
+# Workspace %d
diff --git a/nls/C/Workspacemenu.m b/nls/C/Workspacemenu.m
index 0c41e6d2..5423a191 100644
--- a/nls/C/Workspacemenu.m
+++ b/nls/C/Workspacemenu.m
@@ -1,8 +1,8 @@
$set 12 #Workspacemenu
$ #WorkspacesTitle
-# ×ÀÃæ
+# Workspaces
$ #NewWorkspace
-# н¨×ÀÃæ
+# New Workspace
$ #RemoveLast
-# ɾ³ý×ÀÃæ
+# Remove Last
diff --git a/nls/C/bsetroot.m b/nls/C/bsetroot.m
index 8d313863..ddd7be6a 100644
--- a/nls/C/bsetroot.m
+++ b/nls/C/bsetroot.m
@@ -1,16 +1,16 @@
$set 16 #bsetroot
$ #MustSpecify
-# %s: ´íÎó: ±ØÐë´ÓÖÐÖ¸¶¨Ò»¸ö: -solid, -mod, -gradient\n
+# %s: error: must specify one of: -solid, -mod, -gradient\n
$ #Usage
# %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
- -display <string> ÏÔʾÁ¬½Ó\n\
- -mod <x> <y> ģʽ\n\
- -foreground, -fg <color> ǰ¾°É«\n\
- -background, -bg <color> ±³¾°É«\n\n\
- -gradient <texture> ½¥½øÎÆÀí\n\
- -from <color> ½¥½ø¿ªÊ¼É«\n\
- -to <color> ½¥½ø½áÊøÉ«\n\n\
- -solid <color> µ¥Ò»É«\n\n\
- -help ÏÔʾÕâ¸ö°ïÖú\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
diff --git a/nls/C/common.m b/nls/C/common.m
index 5eca4c99..53217029 100644
--- a/nls/C/common.m
+++ b/nls/C/common.m
@@ -1,38 +1,38 @@
$set 15 #Common
$ #Yes
-# ÊÇ
+# Yes
$ #No
-# ·ñ
+# No
$ #DirectionTitle
-# ·½Ïò
+# Direction
$ #DirectionHoriz
-# ˮƽ
+# Horizontal
$ #DirectionVert
-# ´¹Ö±
+# Vertical
$ #AlwaysOnTop
-# ×ÜÔÚ×îÉÏÃæ
+# Always on top
$ #PlacementTitle
-# ·ÅÖÃ
+# Placement
$ #PlacementTopLeft
-# ÉÏ×ó
+# Top Left
$ #PlacementCenterLeft
-# ÖÐ×ó
+# Center Left
$ #PlacementBottomLeft
-# ÏÂ×ó
+# Bottom Left
$ #PlacementTopCenter
-# ÉÏÖÐ
+# Top Center
$ #PlacementBottomCenter
-# ÏÂÖÐ
+# BottomCenter
$ #PlacementTopRight
-# ÉÏÓÒ
+# Top Right
$ #PlacementCenterRight
-# ÖÐÓÒ
+# Center Right
$ #PlacementBottomRight
-# ÏÂÓÒ
+# Bottom Right
$ #AutoHide
-# ×Ô¶¯Òþ²Ø
+# Auto hide
diff --git a/nls/C/main.m b/nls/C/main.m
index 23faee28..32e68eb5 100644
--- a/nls/C/main.m
+++ b/nls/C/main.m
@@ -1,22 +1,23 @@
$set 14 #main
$ #RCRequiresArg
-# ´íÎó: '-rc' ÐèÒª²ÎÊý\n
+# error: '-rc' requires an argument\n
$ #DISPLAYRequiresArg
-# ´íÎó: '-display' ÐèÒª²ÎÊý\n
+# error: '-display' requires an argument\n
$ #WarnDisplaySet
-# ¾¯¸æ: ²»ÄÜÉèÖû·¾³±äÁ¿ 'DISPLAY'\n
+# warning: could not set environment variable 'DISPLAY'\n
$ #Usage
# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\
- \t\t\t 2001 - 2002, Sean 'Shaleh' Perry\n\n\
- \t\t\t 1997 - 2000, 2002 Brad Hughes\n\n\
- -display <string>\t\tʹÓÃÏÔʾÁ¬½Ó.\n\
- -rc <string>\t\t\tʹÓÃÆäËûµÄ×ÊÔ´Îļþ.\n\
- -version\t\t\tÏÔʾ°æ±¾.\n\
- -help\t\t\t\tÏÔʾÕâ¸ö°ïÖú.\n\n
+ 2001 - 2002 Sean 'Shaleh' Perry\n\
+ 1997 - 2000, 2002 Brad Hughes\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\
+ -help\t\t\t\tdisplay this help text and exit.\n\n
$ #CompileOptions
-# ±àÒëÑ¡Ïî:\n\
+# Compile time options:\n\
Debugging\t\t\t%s\n\
Shape:\t\t\t%s\n\
Slit:\t\t\t\t%s\n\
+ Event Clobbering:\t\t%s\n\
8bpp Ordered Dithering:\t%s\n\n
diff --git a/nls/hu_HU/main.m b/nls/hu_HU/main.m
index e164d5c3..9e2dda5c 100644
--- a/nls/hu_HU/main.m
+++ b/nls/hu_HU/main.m
@@ -8,8 +8,8 @@ $ #WarnDisplaySet
# Figyelem: nem lehet a 'DISPLAY' környezeti változót beállítani\n
$ #Usage
# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\
- \t\t\t 2001 - 2002, Sean 'Shaleh' Perry\n\n\
- \t\t\t 1997 - 2000, 2002 Brad Hughes\n\n\
+ 2001 - 2002 Sean 'Shaleh' Perry\n\
+ 1997 - 2000, 2002 Brad Hughes\n\n\
-display <string>\t\thasználandó kijelzõ\n\
-rc <string>\t\t\tválasztható konfigurációs file.\n\
-version\t\t\tverziószám kijelzése és kilépés.\n\
diff --git a/nls/uk_UA/main.m b/nls/uk_UA/main.m
index fe0148cf..b761556c 100644
--- a/nls/uk_UA/main.m
+++ b/nls/uk_UA/main.m
@@ -8,8 +8,8 @@ $ #WarnDisplaySet
# ÐÏÐÅÒÅÄÖÅÎÎÑ: ÎÅ ×ÄÁÌÏÓÑ ×ÓÔÁÎÏ×ÉÔÉ ÚͦÎÎÕ ÓÅÒÅÄÏ×ÉÝÁ "DISPLAY"\n
$ #Usage
# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\
- \t\t\t 2001 - 2002, Sean 'Shaleh' Perry\n\n\
- \t\t\t 1997 - 2000, 2002 Brad Hughes\n\n\
+ 2001 - 2002 Sean 'Shaleh' Perry\n\
+ 1997 - 2000, 2002 Brad Hughes\n\n\
-display <string>\t\tÏÂÓÌÕÇÏ×Õ×ÁÔÉ ×ËÁÚÁÎÉÊ ÄÉÓÐÌÅÊ.\n\
-rc <string>\t\t\t×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ ÁÌØÔÅÒÎÁÔÉ×ÎÉÊ ÆÁÊÌ ÒÅÓÕÒÓ¦×.\n\
-version\t\t\t×É×ÅÓÔÉ ÎÏÍÅÒ ×ÅÒÓ¦§ ¦ ×ÉÊÔÉ.\n\
diff --git a/nls/zh_TW/main.m b/nls/zh_TW/main.m
index b16cbe88..32e68eb5 100644
--- a/nls/zh_TW/main.m
+++ b/nls/zh_TW/main.m
@@ -8,8 +8,8 @@ $ #WarnDisplaySet
# warning: could not set environment variable 'DISPLAY'\n
$ #Usage
# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\
- \t\t\t 2001 - 2002, Sean 'Shaleh' Perry\n\n\
- \t\t\t 1997 - 2000, 2002 Brad Hughes\n\n\
+ 2001 - 2002 Sean 'Shaleh' Perry\n\
+ 1997 - 2000, 2002 Brad Hughes\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\