new nls from bb-cvs

This commit is contained in:
Dana Jansens 2002-05-24 23:49:11 +00:00
parent b800483f36
commit a5617f1d80
16 changed files with 122 additions and 125 deletions

View file

@ -1,16 +1,16 @@
$set 1 #BaseDisplay $set 1 #BaseDisplay
$ #XError $ #XError
# %s: X : %s(%d) opcodes %d/%d\n resource 0x%lx\n # %s: X fout: %s(%d) opcodes %d/%d\n resource 0x%lx\n
$ #SignalCaught $ #SignalCaught
# %s: %d \n # %s: signaal %d gekregen\n
$ #ShuttingDown $ #ShuttingDown
# \n # bezig af te sluiten\n
$ #Aborting $ #Aborting
# ... \n # afgebroken... core bestand gedumpt\n
$ #XConnectFail $ #XConnectFail
# BaseDisplay::BaseDisplay: X \n # BaseDisplay::BaseDisplay: verbinding met X server mislukt\n
$ #CloseOnExecFail $ #CloseOnExecFail
# BaseDisplay::BaseDisplay: couldn't mark display connection as close-on-exec\n # BaseDisplay::BaseDisplay: kan display verbinding niet markeren als 'close-on-exec'\n
$ #BadWindowRemove $ #BadWindowRemove
# BaseDisplay::eventLoop(): \n # BaseDisplay::eventLoop(): verwijder 'bad window' van gebeurtenis wachtrij\n

View file

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

View file

@ -1,38 +1,38 @@
$set 3 #Configmenu $set 3 #Configmenu
$ #ConfigOptions $ #ConfigOptions
# Opzioni di Configurazione #
$ #FocusModel $ #FocusModel
# Modalita' Focus #
$ #WindowPlacement $ #WindowPlacement
# Posizionamento Finestra #
$ #ImageDithering $ #ImageDithering
# Dithering dell'immagine #
$ #OpaqueMove $ #OpaqueMove
# Movimento Opaco della finestra #
$ #FullMax $ #FullMax
# Massimo Ingrandimento #
$ #FocusNew $ #FocusNew
# Attiva Focus alle nuove Finestre #
$ #FocusLast $ #FocusLast
# Attiva Focus al cambio dell'Area di Lavoro #
$ #ClickToFocus $ #ClickToFocus
# Clicca per il Focus # Click to Focus
$ #SloppyFocus $ #SloppyFocus
# Focus Intelligente (Sloppy) # Sloppy Focus
$ #AutoRaise $ #AutoRaise
# Sollevamento Finestra Automatico #
$ #SmartRows $ #SmartRows
# Posizionamento Intelligente (Righe) # ()
$ #SmartCols $ #SmartCols
# Posizionamento Intelligente (Colonne) # ()
$ #Cascade $ #Cascade
# Posizionamento a Cascata #
$ #LeftRight $ #LeftRight
# da Sinistra a Destra #
$ #RightLeft $ #RightLeft
# da Destra a Sinistra #
$ #TopBottom $ #TopBottom
# dall'Alto in Basso #
$ #BottomTop $ #BottomTop
# dal Basso in Alto #

View file

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

View file

@ -1,24 +1,24 @@
$set 5 #Image $set 5 #Image
$ #ErrorCreatingSolidPixmap $ #ErrorCreatingSolidPixmap
# BImage::render_solid: \n # BImage::render_solid: kan pixmap niet aanmaken\n
$ #ErrorCreatingXImage $ #ErrorCreatingXImage
# BImage::renderXImage: XImage \n # BImage::renderXImage: kan XImage niet aanmaken\n
$ #UnsupVisual $ #UnsupVisual
# BImage::renderXImage: \n # BImage::renderXImage: niet ondersteunde visual\n
$ #ErrorCreatingPixmap $ #ErrorCreatingPixmap
# BImage::renderPixmap: \n # BImage::renderPixmap: kan pixmap niet aanmaken\n
$ #InvalidColormapSize $ #InvalidColormapSize
# BImageControl::BImageControl: %d (%d/%d/%d) - \n # BImageControl::BImageControl: ongeldige grootte kleurenmap %d (%d/%d/%d) - verkleind\n
$ #ErrorAllocatingColormap $ #ErrorAllocatingColormap
# BImageControl::BImageControl: \n # BImageControl::BImageControl: kan geen kleurenmap aanmaken\n
$ #ColorAllocFail $ #ColorAllocFail
# BImageControl::BImageControl: %d/%d/%d \n # BImageControl::BImageControl: kan kleur %d/%d/%d niet aanmaken\n
$ #PixmapRelease $ #PixmapRelease
# BImageControl::~BImageControl: - %d \n # BImageControl::~BImageControl: pixmap cache - %d pixmaps verwijderd\n
$ #PixmapCacheLarge $ #PixmapCacheLarge
# BImageControl::renderImage: \n # BImageControl::renderImage: cache is te groot, leeggemaakt\n
$ #ColorParseError $ #ColorParseError
# BImageControl::getColor: : '%s'\n # BImageControl::getColor: fout bij lezen kleur: '%s'\n
$ #ColorAllocError $ #ColorAllocError
# BImageControl::getColor: : '%s'\n # BImageControl::getColor: fout bij aanmaken kleur: '%s'\n

View file

@ -1,7 +1,7 @@
# Makefile.am for Blackbox - an X11 Window Manager # Makefile.am for Blackbox - an X11 Window Manager
NLSTEST = @NLS@ NLSTEST = @NLS@
THE_LANG = it_IT THE_LANG = ja_JP
THE_NLS_PATH = $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG) THE_NLS_PATH = $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)
CLEANFILES = blackbox.cat CLEANFILES = blackbox.cat
MAINTAINERCLEANFILES = Makefile.in Translation.m MAINTAINERCLEANFILES = Makefile.in Translation.m
@ -14,13 +14,10 @@ install-data-local: blackbox.cat
echo "Installing catalog in $(THE_NLS_PATH)"; \ echo "Installing catalog in $(THE_NLS_PATH)"; \
$(mkinstalldirs) $(THE_NLS_PATH); \ $(mkinstalldirs) $(THE_NLS_PATH); \
$(INSTALL_DATA) blackbox.cat $(THE_NLS_PATH); \ $(INSTALL_DATA) blackbox.cat $(THE_NLS_PATH); \
rm -f $(DESTDIR)$(pkgdatadir)/nls/it; \
ln -f -s it_IT $(DESTDIR)$(pkgdatadir)/nls/it; \
fi fi
uninstall-local: uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f $(THE_NLS_PATH)/blackbox.cat; \ rm -f $(THE_NLS_PATH)/blackbox.cat; \
rm -f $(DESTDIR)$(pkgdatadir)/nls/it; \
rmdir $(THE_NLS_PATH); \ rmdir $(THE_NLS_PATH); \
fi fi

View file

@ -1,54 +1,53 @@
$set 6 #Screen $set 6 #Screen
$ #AnotherWMRunning $ #AnotherWMRunning
# BScreen::BScreen: e' accaduto un errore mentre si interrogava il server X.\n \ # BScreen::BScreen: X \n \
un'altro gestore di finestre e' attualmente in esecuzione sul display %s.\n another window manager is already running on display %s.\n
$ #ManagingScreen $ #ManagingScreen
# BScreen::BScreen: gestendo schermo %d usando visuale 0x%lx, depth %d\n # BScreen::BScreen: %d 0x%lx, %d \n
$ #FontLoadFail $ #FontLoadFail
# BScreen::LoadStyle(): impossibile caricare il font '%s'\n # BScreen::LoadStyle(): '%s' \n
$ #DefaultFontLoadFail $ #DefaultFontLoadFail
# BScreen::LoadStyle(): impossibile caricare il font di default.\n # BScreen::LoadStyle(): \n
$ #EmptyMenuFile $ #EmptyMenuFile
# %s: file menu vuoto\n # %s: \n
$ #xterm $ #xterm
# xterm # xterm
$ #Restart $ #Restart
# Riavvia #
$ #Exit $ #Exit
# Esci #
$ #EXECError $ #EXECError
# BScreen::parseMenuFile: [exec] errore, nessuna voce nel menu e/o comando definito\n # BScreen::parseMenuFile: [exec] ()\n
$ #EXITError $ #EXITError
# BScreen::parseMenuFile: [exit] errore, nessuna voce nel menu definita\n # BScreen::parseMenuFile: [exit] \n
$ #STYLEError $ #STYLEError
# BScreen::parseMenuFile: [style] errore, nessuna voce nel menu e/o file\ # BScreen::parseMenuFile: [style] ()\n
definto\n
$ #CONFIGError $ #CONFIGError
# BScreen::parseMenuFile: [config] errore, nessuna voce nel menu definta\n # BScreen::parseMenuFile: [config] \n
$ #INCLUDEError $ #INCLUDEError
# BScreen::parseMenuFile: [include] errore, nessun file definito\n # BScreen::parseMenuFile: [include] \n
$ #INCLUDEErrorReg $ #INCLUDEErrorReg
# BScreen::parseMenuFile: [include] errore, '%s' non è un file regolare\n # BScreen::parseMenuFile: [include] '%s' \n
$ #SUBMENUError $ #SUBMENUError
# BScreen::parseMenuFile: [submenu] errore, nessuna voce nel menu definta\n # BScreen::parseMenuFile: [submenu] \n
$ #RESTARTError $ #RESTARTError
# BScreen::parseMenuFile: [restart] errore, nessuna voce nel menu definta\n # BScreen::parseMenuFile: [restart] \n
$ #RECONFIGError $ #RECONFIGError
# BScreen::parseMenuFile: [reconfig] errore, nessuna voce nel menu definta\n # BScreen::parseMenuFile: [reconfig] \n
$ #STYLESDIRError $ #STYLESDIRError
# BScreen::parseMenuFile: [stylesdir/stylesmenu] errore, nessuna cartella definita\n # BScreen::parseMenuFile: [stylesdir/stylesmenu] \n
$ #STYLESDIRErrorNotDir $ #STYLESDIRErrorNotDir
# BScreen::parseMenuFile: [stylesdir/stylesmenu] errore, '%s' non e' una \ # BScreen::parseMenuFile: [stylesdir/stylesmenu] '%s' \
cartella\n \n
$ #STYLESDIRErrorNoExist $ #STYLESDIRErrorNoExist
# BScreen::parseMenuFile: [stylesdir/stylesmenu] errore, '%s' non esiste\n # BScreen::parseMenuFile: [stylesdir/stylesmenu] '%s' \n
$ #WORKSPACESError $ #WORKSPACESError
# BScreen::parseMenuFile: [workspaces] errore, nessuna voce nel menu definita\n # BScreen::parseMenuFile: [workspaces] \n
$ #PositionLength $ #PositionLength
# 0: 0000 x 0: 0000 # 0: 0000 x 0: 0000
$ #PositionFormat $ #PositionFormat
# X: %4d x Y: %4d # X: %4d x Y: %4d
$ #GeometryFormat $ #GeometryFormat
# W: %4d x H: %4d # : %4d x : %4d

View file

@ -3,6 +3,6 @@ $set 7 #Slit
$ #SlitTitle $ #SlitTitle
# Slit # Slit
$ #SlitDirection $ #SlitDirection
# Slit # Richting
$ #SlitPlacement $ #SlitPlacement
# Slit # Plaats

View file

@ -15,8 +15,8 @@ $ #NoStrftimeTimeFormatP
$ #NoStrftimeTimeFormatA $ #NoStrftimeTimeFormatA
# a # a
$ #ToolbarTitle $ #ToolbarTitle
# # Werkbalk
$ #EditWkspcName $ #EditWkspcName
# # Wijzig naam van huidig werkblad
$ #ToolbarPlacement $ #ToolbarPlacement
# # Plaats van werkbalk

View file

@ -2,16 +2,17 @@ $set 9 #Window
$ #Creating $ #Creating
# BlackboxWindow::BlackboxWindow: creazione 0x%lx\n # BlackboxWindow::BlackboxWindow: 0x%lx \n
$ #XGetWindowAttributesFail $ #XGetWindowAttributesFail
# BlackboxWindow::BlackboxWindow: XGetWindowAttributres fallito\n # BlackboxWindow::BlackboxWindow: XGetWindowAttributres \n
$ #CannotFindScreen $ #CannotFindScreen
# BlackboxWindow::BlackboxWindow: impossibile trovare schermo per finestra principale 0x%lx\n # BlackboxWindow::BlackboxWindow: 0x%lx \
\n
$ #Unnamed $ #Unnamed
# Senza Nome #
$ #MapRequest $ #MapRequest
# BlackboxWindow::mapRequestEvent() per 0x%lx\n # BlackboxWindow::mapRequestEvent() (0x%lx )\n
$ #UnmapNotify $ #UnmapNotify
# BlackboxWindow::unmapNotifyEvent() per 0x%lx\n # BlackboxWindow::unmapNotifyEvent() (0x%lx )\n
$ #ReparentNotify $ #ReparentNotify
# BlackboxWindow::reparentNotifyEvent: reparent 0x%lx a 0x%lx\n # BlackboxWindow::unmapnotifyEvent: reparent 0x%lx to 0x%lx\n

View file

@ -1,20 +1,20 @@
$set 10 #Windowmenu $set 10 #Windowmenu
$ #SendTo $ #SendTo
# ... # Verplaatsen naar ...
$ #Shade $ #Shade
# # Alleen titel
$ #Iconify $ #Iconify
# # Minimaliseren
$ #Maximize $ #Maximize
# # Maximaliseren
$ #Raise $ #Raise
# # Voorgrond
$ #Lower $ #Lower
# # Achtergrond
$ #Stick $ #Stick
# # Altijd zichtbaar
$ #KillClient $ #KillClient
# # Afbreken
$ #Close $ #Close
# # Sluiten

View file

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

View file

@ -1,8 +1,8 @@
$set 12 #Workspacemenu $set 12 #Workspacemenu
$ #WorkspacesTitle $ #WorkspacesTitle
# # Werkbladen
$ #NewWorkspace $ #NewWorkspace
# # Nieuw werkblad
$ #RemoveLast $ #RemoveLast
# # Verwijder laatste werkblad

View file

@ -1,16 +1,16 @@
$set 16 #bsetroot $set 16 #bsetroot
$ #MustSpecify $ #MustSpecify
# %s: : : -solid, -mod, -gradient\n # %s: fout: een van -solid, -mod, -gradient moet aangegeven worden\n
$ #Usage $ #Usage
# %s 2.0: (c) 1997-2000 Brad Hughes\n\n\ # %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
-display <string> \n\ -display <displaynaam> display verbinding\n\
-mod <x> <y> \n\ -mod <x> <y> modula patroon\n\
-foreground, -fg <color> \n\ -foreground, -fg <kleur> modula voorgrondkleur\n\
-background, -bg <color> \n\n\ -background, -bg <kleur> modula achtergrondkleur\n\n\
-gradient <texture> \n\ -gradient <textuur> gradiënt textuur\n\
-from <color> \n\ -from <kleur> gradiënt beginkleur\n\
-to <color> \n\n\ -to <kleur> gradiënt eindkleur\n\n\
-solid <color> \n\n\ -solid <kleur> effen kleur\n\n\
-help \n -help toon deze hulp tekst en stop\n

View file

@ -1,38 +1,38 @@
$set 15 #Common $set 15 #Common
$ #Yes $ #Yes
# # Ja
$ #No $ #No
# # Nee
$ #DirectionTitle $ #DirectionTitle
# # Richting
$ #DirectionHoriz $ #DirectionHoriz
# # Horizontaal
$ #DirectionVert $ #DirectionVert
# # Vertikaal
$ #AlwaysOnTop $ #AlwaysOnTop
# # Altijd op voorgrond
$ #PlacementTitle $ #PlacementTitle
# # Plaatsing
$ #PlacementTopLeft $ #PlacementTopLeft
# # Linksboven
$ #PlacementCenterLeft $ #PlacementCenterLeft
# # Links
$ #PlacementBottomLeft $ #PlacementBottomLeft
# # Linksonder
$ #PlacementTopCenter $ #PlacementTopCenter
# # Middenboven
$ #PlacementBottomCenter $ #PlacementBottomCenter
# # Middenonder
$ #PlacementTopRight $ #PlacementTopRight
# # Rechtsboven
$ #PlacementCenterRight $ #PlacementCenterRight
# # Rechts
$ #PlacementBottomRight $ #PlacementBottomRight
# # Rechtsonder
$ #AutoHide $ #AutoHide
# # Automatisch verbergen

View file

@ -1,21 +1,21 @@
$set 14 #main $set 14 #main
$ #RCRequiresArg $ #RCRequiresArg
# errore: '-rc' richiede un argomento\n # : '-rc' \n
$ #DISPLAYRequiresArg $ #DISPLAYRequiresArg
# errore: '-display' richiede an argomento\n # : '-display' \n
$ #WarnDisplaySet $ #WarnDisplaySet
# attenzione: impossibile impostare la variabile d'ambiente 'DISPLAY'\n # : 'DISPLAY' \n
$ #Usage $ #Usage
# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\ # Openbox %s : (c) 2002 - 2002 Ben Jansens\n\
\t\t\t 2001 - 2002, Sean 'Shaleh' Perry\n\n\ \t\t\t 2001 - 2002, Sean 'Shaleh' Perry\n\n\
\t\t\t 1997 - 2000, 2002 Brad Hughes\n\n\ \t\t\t 1997 - 2000, 2002 Brad Hughes\n\n\
-display <string>\t\tusa connessione display.\n\ -display <string>\t\t\n\
-rc <string>\t\t\tusa un file risorsa alternativo.\n\ -rc <string>\t\t\t使\n\
-version\t\t\tmostra la versione e esci.\n\ -version\t\t\t\n\
-help\t\t\t\tmostra questo aiuto e esci.\n\n -help\t\t\t\t\n\n
$ #CompileOptions $ #CompileOptions
# Opzioni in fase di compilazione:\n\ # :\n\
Debugging\t\t\t%s\n\ Debugging\t\t\t%s\n\
Shape:\t\t\t%s\n\ Shape:\t\t\t%s\n\
Slit:\t\t\t\t%s\n\ Slit:\t\t\t\t%s\n\