nls from bb-cvs

added yself to the usage string
added the slit option back in
added the event clobber option back in
This commit is contained in:
Dana Jansens 2002-05-25 00:10:11 +00:00
parent 136d427996
commit 926bf3752b
16 changed files with 122 additions and 125 deletions

View file

@ -1,16 +1,16 @@
$set 1 #BaseDisplay
$ #XError
# %s: errore di X: %s(%d) opcodes %d/%d\n risorsa 0x%lx\n
# %s: X : %s(%d) opcodes %d/%d\n resource 0x%lx\n
$ #SignalCaught
# %s: segnale %d intercettato\n
# %s: %d \n
$ #ShuttingDown
# arresto del programma\n
# \n
$ #Aborting
# Annullamento...generazione file core\n
# ... \n
$ #XConnectFail
# BaseDisplay::BaseDisplay: connessione al server X fallita.\n
# BaseDisplay::BaseDisplay: X \n
$ #CloseOnExecFail
# BaseDisplay::BaseDisplay: non e' possibile contrassegnare la connessione al display come close-on-exec\n
# BaseDisplay::BaseDisplay: couldn't mark display connection as close-on-exec\n
$ #BadWindowRemove
# BaseDisplay::eventLoop(): rimozione finestra difettosa dalla coda degli eventi\n
# BaseDisplay::eventLoop(): \n

View file

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

View file

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

View file

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

View file

@ -1,24 +1,24 @@
$set 5 #Image
$ #ErrorCreatingSolidPixmap
# BImage::render_solid: errore creando la pixmap\n
# BImage::render_solid: \n
$ #ErrorCreatingXImage
# BImage::renderXImage: errore creando XImage\n
# BImage::renderXImage: XImage \n
$ #UnsupVisual
# BImage::renderXImage: visuale non supportata\n
# BImage::renderXImage: \n
$ #ErrorCreatingPixmap
# BImage::renderPixmap: errore creando la pixmap\n
# BImage::renderPixmap: \n
$ #InvalidColormapSize
# BImageControl::BImageControl: grandezza della mappa di colori non valida %d (%d/%d/%d) - riduzione\n
# BImageControl::BImageControl: %d (%d/%d/%d) - \n
$ #ErrorAllocatingColormap
# BImageControl::BImageControl: errore di assegnazione mappa di colori\n
# BImageControl::BImageControl: \n
$ #ColorAllocFail
# BImageControl::BImageControl: fallita l'assegnazione del colore %d/%d/%d\n
# BImageControl::BImageControl: %d/%d/%d \n
$ #PixmapRelease
# BImageControl::~BImageControl: pixmap cache - rilascio %d pixmaps\n
# BImageControl::~BImageControl: - %d \n
$ #PixmapCacheLarge
# BImageControl::renderImage: la cache e' larga, forzo la pulitura\n
# BImageControl::renderImage: \n
$ #ColorParseError
# BImageControl::getColor: errore di analisi del colore: '%s'\n
# BImageControl::getColor: : '%s'\n
$ #ColorAllocError
# BImageControl::getColor: errore di assegnazione del colore: '%s'\n
# BImageControl::getColor: : '%s'\n

View file

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

View file

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

View file

@ -3,6 +3,6 @@ $set 7 #Slit
$ #SlitTitle
# Slit
$ #SlitDirection
# Direzione Slit
# Slit
$ #SlitPlacement
# Posizionamento Slit
# Slit

View file

@ -15,8 +15,8 @@ $ #NoStrftimeTimeFormatP
$ #NoStrftimeTimeFormatA
# a
$ #ToolbarTitle
# Barra degli Strumenti
#
$ #EditWkspcName
# Modifica nome Area di Lavoro corrente
#
$ #ToolbarPlacement
# Posizionamento Barra
#

View file

@ -2,16 +2,17 @@ $set 9 #Window
$ #Creating
# BlackboxWindow::BlackboxWindow: creazione 0x%lx\n
# BlackboxWindow::BlackboxWindow: 0x%lx \n
$ #XGetWindowAttributesFail
# BlackboxWindow::BlackboxWindow: XGetWindowAttributres fallito\n
# BlackboxWindow::BlackboxWindow: XGetWindowAttributres \n
$ #CannotFindScreen
# BlackboxWindow::BlackboxWindow: impossibile trovare schermo per finestra principale 0x%lx\n
# BlackboxWindow::BlackboxWindow: 0x%lx \
\n
$ #Unnamed
# Senza Nome
#
$ #MapRequest
# BlackboxWindow::mapRequestEvent() per 0x%lx\n
# BlackboxWindow::mapRequestEvent() (0x%lx )\n
$ #UnmapNotify
# BlackboxWindow::unmapNotifyEvent() per 0x%lx\n
# BlackboxWindow::unmapNotifyEvent() (0x%lx )\n
$ #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
$ #SendTo
# Manda in ...
# ...
$ #Shade
# Arrotola
#
$ #Iconify
# Riduci a Icona
#
$ #Maximize
# Ingrandisci
#
$ #Raise
# Alza
#
$ #Lower
# Abbassa
#
$ #Stick
# Fissa
#
$ #KillClient
# Uccidi Programma
#
$ #Close
# Chiudi
#

View file

@ -1,4 +1,4 @@
$set 11 #Workspace
$ #DefaultNameFormat
# Area di Lavoro %d
# %d

View file

@ -1,8 +1,8 @@
$set 12 #Workspacemenu
$ #WorkspacesTitle
# Aree di Lavoro
#
$ #NewWorkspace
# Nuova Area di Lavoro
#
$ #RemoveLast
# Rimuovi Ultima
#

View file

@ -1,16 +1,16 @@
$set 16 #bsetroot
$ #MustSpecify
# %s: errore: deve essere specificato uno dei seguenti: -solid, -mod, -gradient\n
# %s: : : -solid, -mod, -gradient\n
$ #Usage
# %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
-display <string> connessione display\n\
-mod <x> <y> modello di modula\n\
-foreground, -fg <color> colore di primo piano di modula\n\
-background, -bg <color> colore di secondo piano di modula\n\n\
-gradient <texture> trama sfumatura\n\
-from <color> colore d'inizio sfumatura\n\
-to <color> colore di fine sfumatura\n\n\
-solid <color> colore pieno\n\n\
-help mostra questo aiuto e esci\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

View file

@ -1,38 +1,38 @@
$set 15 #Common
$ #Yes
# Si
#
$ #No
# No
#
$ #DirectionTitle
# Direzione
#
$ #DirectionHoriz
# Orizzontale
#
$ #DirectionVert
# Verticale
#
$ #AlwaysOnTop
# Sempre in primo piano
#
$ #PlacementTitle
# Posizionamento
#
$ #PlacementTopLeft
# in Alto a Sinistra
#
$ #PlacementCenterLeft
# al Centro a Sinistra
#
$ #PlacementBottomLeft
# in Basso a Sinistra
#
$ #PlacementTopCenter
# in Alto al Centro
#
$ #PlacementBottomCenter
# in Basso al Centro
#
$ #PlacementTopRight
# in Alto a Destra
#
$ #PlacementCenterRight
# al Centro a Destra
#
$ #PlacementBottomRight
# in Basso a Destra
#
$ #AutoHide
# Nascondi Automaticamente
#

View file

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