first add

This commit is contained in:
fluxgen 2002-02-24 18:51:59 +00:00
parent ef91b604e6
commit 13d8efc18f
18 changed files with 570 additions and 0 deletions

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

@ -0,0 +1,16 @@
$set 1 #BaseDisplay
$ #XError
# %s: X : %s(%d) opcodes %d/%d\n resource 0x%lx\n
$ #SignalCaught
# %s: %d \n
$ #ShuttingDown
# \n
$ #Aborting
# ... e\n
$ #XConnectFail
# BaseDisplay::BaseDisplay: X .\n
$ #CloseOnExecFail
# BaseDisplay::BaseDisplay: couldn't mark display connection as close-on-exec\n
$ #BadWindowRemove
# BaseDisplay::eventLoop(): \n

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

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

52
nls/ja_JP/Configmenu.m Normal file
View file

@ -0,0 +1,52 @@
$set 3 #Configmenu
$ #ConfigOptions
#
$ #FocusModel
#
$ #WindowPlacement
#
$ #ImageDithering
#
$ #OpaqueMove
#
$ #FullMax
# ()
$ #FocusNew
#
$ #FocusLast
#
$ #ClickToFocus
#
$ #SloppyFocus
#
$ #AutoRaise
#
$ #SmartRows
# (:ROW)
$ #SmartCols
# (:COL)
$ #Cascade
#
$ #LeftRight
#
$ #RightLeft
#
$ #TopBottom
#
$ #BottomTop
#
$ #Tabs
#
$ #Icons
#
$ #TabPlacement
#
$ #TabRotateVertical
#
$ #SemiSloppyFocus
# (SemiSloppy)
$ #MaxOverSlit
# Slit
$ #SloppyWindowGrouping
# Window

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

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

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

@ -0,0 +1,24 @@
$set 5 #Image
$ #ErrorCreatingSolidPixmap
# BImage::render_solid: pixmap \n
$ #ErrorCreatingXImage
# BImage::renderXImage: XImage \n
$ #UnsupVisual
# BImage::renderXImage: \n
$ #ErrorCreatingPixmap
# BImage::renderPixmap: pixmap \n
$ #InvalidColormapSize
# BImageControl::BImageControl: %d (%d/%d/%d) - \n
$ #ErrorAllocatingColormap
# BImageControl::BImageControl: \n
$ #ColorAllocFail
# BImageControl::BImageControl: %d/%d/%d \n
$ #PixmapRelease
# BImageControl::~BImageControl: pixmap - %d pixmap \n
$ #PixmapCacheLarge
# BImageControl::renderImage: \n
$ #ColorParseError
# BImageControl::getColor: : '%s'\n
$ #ColorAllocError
# BImageControl::getColor: : '%s'\n

27
nls/ja_JP/Makefile.am Normal file
View file

@ -0,0 +1,27 @@
NLSTEST = @NLS@
CLEANFILES = blackbox.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 blackbox.m common.m main.m bsetroot.m
EXTRA_DIST=$(MFILES)
all-local: blackbox.cat
install-data-local: blackbox.cat
@if test x$(NLSTEST) = "x-DNLS"; then \
echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/ja_JP"; \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/ja_JP; \
$(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/ja_JP; \
fi
uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \
rm -f $(DESTDIR)$(pkgdatadir)/nls/ja_JP/blackbox.cat; \
rmdir $(DESTDIR)$(pkgdatadir)/nls/ja_JP; \
fi
Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \
awk -f ../convert.awk output=Translation.m $(MFILES); \
fi
blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \
fi

52
nls/ja_JP/Screen.m Normal file
View file

@ -0,0 +1,52 @@
$set 6 #Screen
$ #AnotherWMRunning
# BScreen::BScreen: X .\n \
%s.\n
$ #ManagingScreen
# BScreen::BScreen: %d 0x%lx, %d \n
$ #FontLoadFail
# BScreen::LoadStyle(): '%s' \n
$ #DefaultFontLoadFail
# BScreen::LoadStyle(): .\n
$ #EmptyMenuFile
# %s: \n
$ #xterm
#
$ #Restart
#
$ #Exit
#
$ #EXECError
# BScreen::parseMenuFile: [exec] , \n
$ #EXITError
# BScreen::parseMenuFile: [exit] , \n
$ #STYLEError
# BScreen::parseMenuFile: [style] , \n
$ #CONFIGError
# BScreen::parseMenuFile: [config] , \n
$ #INCLUDEError
# BScreen::parseMenuFile: [include] , \n
$ #INCLUDEErrorReg
# BScreen::parseMenuFile: [include] , '%s' \n
$ #SUBMENUError
# BScreen::parseMenuFile: [submenu] , \n
$ #RESTARTError
# BScreen::parseMenuFile: [restart] , \n
$ #RECONFIGError
# BScreen::parseMenuFile: [reconfig] , \n
$ #STYLESDIRError
# BScreen::parseMenuFile: [stylesdir/stylesmenu] , \n
$ #STYLESDIRErrorNotDir
# BScreen::parseMenuFile: [stylesdir/stylesmenu] , '%s' \n
$ #STYLESDIRErrorNoExist
# BScreen::parseMenuFile: [stylesdir/stylesmenu] , '%s' \n
$ #WORKSPACESError
# BScreen::parseMenuFile: [workspaces] , \n
$ #PositionLength
# 0: 0000 x 0: 0000
$ #PositionFormat
# X: %4d x Y: %4d
$ #GeometryFormat
# : %4d x : %4d

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

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

22
nls/ja_JP/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
#
$ #EditWkspcName
#
$ #ToolbarPlacement
#

210
nls/ja_JP/Translation.m Normal file
View file

@ -0,0 +1,210 @@
$set 1 #BaseDisplay
1 %s: X : %s(%d) opcodes %d/%d\n resource 0x%lx\n
2 %s: %d \n
3 \n
4 ... e\n
5 BaseDisplay::BaseDisplay: X .\n
6 BaseDisplay::BaseDisplay: couldn't mark display connection as close-on-exec\n
7 BaseDisplay::eventLoop(): \n
$set 2 #Basemenu
1 FluxBox
$set 3 #Configmenu
1
2
3
4
5
6
7
8
9
10
11
12 (:ROW)
13 (:COL)
14
15
16
17
18
19
20
21
22
23 (SemiSloppy)
24 Slit
25 Window
$set 4 #Icon
1
$set 5 #Image
1 BImage::render_solid: pixmap \n
2 BImage::renderXImage: XImage \n
3 BImage::renderXImage: \n
4 BImage::renderPixmap: pixmap \n
5 BImageControl::BImageControl: %d (%d/%d/%d) - \n
6 BImageControl::BImageControl: \n
7 BImageControl::BImageControl: %d/%d/%d \n
8 BImageControl::~BImageControl: pixmap - %d pixmap \n
9 BImageControl::renderImage: \n
10 BImageControl::getColor: : '%s'\n
11 BImageControl::getColor: : '%s'\n
$set 6 #Screen
1 BScreen::BScreen: X .\n \
%s.\n
2 BScreen::BScreen: %d 0x%lx, %d \n
3 BScreen::LoadStyle(): '%s' \n
4 BScreen::LoadStyle(): .\n
5 %s: \n
6
7
8
9 BScreen::parseMenuFile: [exec] , \n
10 BScreen::parseMenuFile: [exit] , \n
11 BScreen::parseMenuFile: [style] , \n
12 BScreen::parseMenuFile: [config] , \n
13 BScreen::parseMenuFile: [include] , \n
14 BScreen::parseMenuFile: [include] , '%s' \n
15 BScreen::parseMenuFile: [submenu] , \n
16 BScreen::parseMenuFile: [restart] , \n
17 BScreen::parseMenuFile: [reconfig] , \n
18 BScreen::parseMenuFile: [stylesdir/stylesmenu] , \n
19 BScreen::parseMenuFile: [stylesdir/stylesmenu] , '%s' \n
20 BScreen::parseMenuFile: [stylesdir/stylesmenu] , '%s' \n
21 BScreen::parseMenuFile: [workspaces] , \n
22 0: 0000 x 0: 0000
23 X: %4d x Y: %4d
24 : %4d x : %4d
$set 7 #Slit
1 Slit
2 Slit
3 Slit
$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
9
10
$set 9 #Window
1 BlackboxWindow::BlackboxWindow: 0x%lx \n
2 BlackboxWindow::BlackboxWindow: XGetWindowAttributres failed\n
3 BlackboxWindow::BlackboxWindow: root window 0x%lx \n
4
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 ...
2 ...
3
4
5
6
7
8
9
10
$set 11 #Workspace
1 %d
$set 12 #Workspacemenu
1
2
3
$set 13 #blackbox
1 Blackbox::Blackbox: \n
2 Blackbox::process_event: MapRequest for 0x%lx\n
$set 14 #Common
1
2
3
4 (H)
5 (V)
6
7
8 -
9 -
10 -
11 -
12 -
13 -
14 -
15 -
16 -
17 -
18 -
19 -
20 -
21 -
22
23
24
25
26
$set 15 #main
1 error: '-rc' \n
2 error: '-display' \n
3 warning: 'DISPLAY' \n
4 Fluxkbox %s: (c) 2001 Henrik Kinnunen\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
5 :\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: : -solid, -mod, -gradient\n
2 %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

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

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

22
nls/ja_JP/Windowmenu.m Normal file
View file

@ -0,0 +1,22 @@
$set 10 #Windowmenu
$ #SendTo
# ...
$ #SendGroupTo
# ...
$ #Shade
#
$ #Iconify
#
$ #Maximize
#
$ #Raise
#
$ #Lower
#
$ #Stick
#
$ #KillClient
#
$ #Close
#

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

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

View file

@ -0,0 +1,8 @@
$set 12 #Workspacemenu
$ #WorkspacesTitle
#
$ #NewWorkspace
#
$ #RemoveLast
#

6
nls/ja_JP/blackbox.m Normal file
View file

@ -0,0 +1,6 @@
$set 13 #blackbox
$ #NoManagableScreens
# Blackbox::Blackbox: \n
$ #MapRequest
# Blackbox::process_event: MapRequest for 0x%lx\n

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

@ -0,0 +1,16 @@
$set 16 #bsetroot
$ #MustSpecify
# %s: error: : -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

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

@ -0,0 +1,57 @@
$set 15 #Common
$ #Yes
#
$ #No
#
$ #DirectionTitle
#
$ #DirectionHoriz
# (H)
$ #DirectionVert
# (V)
$ #AlwaysOnTop
#
$ #PlacementTitle
#
$ #PlacementTopLeft
# -
$ #PlacementCenterLeft
# -
$ #PlacementBottomLeft
# -
$ #PlacementTopCenter
# -
$ #PlacementBottomCenter
# -
$ #PlacementTopRight
# -
$ #PlacementCenterRight
# -
$ #PlacementBottomRight
# -
$ #PlacementLeftTop
# -
$ #PlacementLeftCenter
# -
$ #PlacementLeftBottom
# -
$ #PlacementRightTop
# -
$ #PlacementRightCenter
# -
$ #PlacementRightBottom
# -
$ #PlacementTopRelative
#
$ #PlacementBottomRelative
#
$ #PlacementLeftRelative
#
$ #PlacementRightRelative
#
$ #AutoHide
#

21
nls/ja_JP/main.m Normal file
View file

@ -0,0 +1,21 @@
$set 14 #main
$ #RCRequiresArg
# error: '-rc' \n
$ #DISPLAYRequiresArg
# error: '-display' \n
$ #WarnDisplaySet
# warning: 'DISPLAY' \n
$ #Usage
# Fluxbox %s: (c) 2001 Henrik Kinnunen\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
$ #CompileOptions
# :\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