From 926bf3752b2a743ec795a18a471e13c0d7bc2a7d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 25 May 2002 00:10:11 +0000 Subject: [PATCH] nls from bb-cvs added yself to the usage string added the slit option back in added the event clobber option back in --- nls/C/BaseDisplay.m | 14 ++++++------- nls/C/Basemenu.m | 2 +- nls/C/Configmenu.m | 36 ++++++++++++++++----------------- nls/C/Icon.m | 2 +- nls/C/Image.m | 22 ++++++++++---------- nls/C/Makefile.am | 5 +---- nls/C/Screen.m | 47 +++++++++++++++++++++---------------------- nls/C/Slit.m | 4 ++-- nls/C/Toolbar.m | 6 +++--- nls/C/Window.m | 15 +++++++------- nls/C/Windowmenu.m | 18 ++++++++--------- nls/C/Workspace.m | 2 +- nls/C/Workspacemenu.m | 6 +++--- nls/C/bsetroot.m | 20 +++++++++--------- nls/C/common.m | 32 ++++++++++++++--------------- nls/C/main.m | 16 +++++++-------- 16 files changed, 122 insertions(+), 125 deletions(-) diff --git a/nls/C/BaseDisplay.m b/nls/C/BaseDisplay.m index 11cd0de9..a87fca5a 100644 --- a/nls/C/BaseDisplay.m +++ b/nls/C/BaseDisplay.m @@ -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 diff --git a/nls/C/Basemenu.m b/nls/C/Basemenu.m index 6c4da308..f20f9388 100644 --- a/nls/C/Basemenu.m +++ b/nls/C/Basemenu.m @@ -1,4 +1,4 @@ $set 2 #Basemenu $ #BlackboxMenu -# Blackbox Menu +# Blackbox ¥á¥Ë¥å¡¼ diff --git a/nls/C/Configmenu.m b/nls/C/Configmenu.m index a8a93895..80297194 100644 --- a/nls/C/Configmenu.m +++ b/nls/C/Configmenu.m @@ -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 +# ²¼¤«¤é¾å¤Ø diff --git a/nls/C/Icon.m b/nls/C/Icon.m index b5af81c5..5d7e8d32 100644 --- a/nls/C/Icon.m +++ b/nls/C/Icon.m @@ -1,4 +1,4 @@ $set 4 #Icon $ #Icons -# Icone +# ¥¢¥¤¥³¥ó diff --git a/nls/C/Image.m b/nls/C/Image.m index e98de00e..6322b2a7 100644 --- a/nls/C/Image.m +++ b/nls/C/Image.m @@ -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 diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am index f3ab8827..e7ea2342 100644 --- a/nls/C/Makefile.am +++ b/nls/C/Makefile.am @@ -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 diff --git a/nls/C/Screen.m b/nls/C/Screen.m index ecd6b6f9..098857d4 100644 --- a/nls/C/Screen.m +++ b/nls/C/Screen.m @@ -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 diff --git a/nls/C/Slit.m b/nls/C/Slit.m index 38e66ec7..8e3d65ab 100644 --- a/nls/C/Slit.m +++ b/nls/C/Slit.m @@ -3,6 +3,6 @@ $set 7 #Slit $ #SlitTitle # Slit $ #SlitDirection -# Direzione Slit +# Slit ¤ÎÊý¸þ $ #SlitPlacement -# Posizionamento Slit +# Slit ¤ÎÇÛÃÖ diff --git a/nls/C/Toolbar.m b/nls/C/Toolbar.m index ef28cb7e..14c3bb3b 100644 --- a/nls/C/Toolbar.m +++ b/nls/C/Toolbar.m @@ -15,8 +15,8 @@ $ #NoStrftimeTimeFormatP $ #NoStrftimeTimeFormatA # a $ #ToolbarTitle -# Barra degli Strumenti +# ¥Ä¡¼¥ë¥Ð¡¼ $ #EditWkspcName -# Modifica nome Area di Lavoro corrente +# º£¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹Ì¾¤òÊÔ½¸ $ #ToolbarPlacement -# Posizionamento Barra +# ¥Ä¡¼¥ë¥Ð¡¼¤Î°ÌÃÖ diff --git a/nls/C/Window.m b/nls/C/Window.m index 5537f798..f11e21fb 100644 --- a/nls/C/Window.m +++ b/nls/C/Window.m @@ -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 diff --git a/nls/C/Windowmenu.m b/nls/C/Windowmenu.m index 8820a5fa..deebbb13 100644 --- a/nls/C/Windowmenu.m +++ b/nls/C/Windowmenu.m @@ -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 +# ½ªÎ» diff --git a/nls/C/Workspace.m b/nls/C/Workspace.m index 2edf94a7..c1608291 100644 --- a/nls/C/Workspace.m +++ b/nls/C/Workspace.m @@ -1,4 +1,4 @@ $set 11 #Workspace $ #DefaultNameFormat -# Area di Lavoro %d +# ¥ï¡¼¥¯¥¹¥Ú¡¼¥¹ %d diff --git a/nls/C/Workspacemenu.m b/nls/C/Workspacemenu.m index 28f768bd..244dca2b 100644 --- a/nls/C/Workspacemenu.m +++ b/nls/C/Workspacemenu.m @@ -1,8 +1,8 @@ $set 12 #Workspacemenu $ #WorkspacesTitle -# Aree di Lavoro +# ¥ï¡¼¥¯¥¹¥Ú¡¼¥¹ $ #NewWorkspace -# Nuova Area di Lavoro +# ¿·µ¬¥ï¡¼¥¯¥¹¥Ú¡¼¥¹ $ #RemoveLast -# Rimuovi Ultima +# ËöÈø¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤ò¾Ã¤¹ diff --git a/nls/C/bsetroot.m b/nls/C/bsetroot.m index 3beadcfc..a0cb8ea1 100644 --- a/nls/C/bsetroot.m +++ b/nls/C/bsetroot.m @@ -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 connessione display\n\ - -mod modello di modula\n\ - -foreground, -fg colore di primo piano di modula\n\ - -background, -bg colore di secondo piano di modula\n\n\ - -gradient trama sfumatura\n\ - -from colore d'inizio sfumatura\n\ - -to colore di fine sfumatura\n\n\ - -solid colore pieno\n\n\ - -help mostra questo aiuto e esci\n + -display »ØÄê¥Ç¥£¥¹¥×¥ì¥¤¤ËÀܳ\n\ + -mod ¥â¥¸¥å¡¼¥é¥Ñ¥¿¡¼¥ó\n\ + -foreground, -fg ¥â¥¸¥å¡¼¥éÁ°·Ê¿§\n\ + -background, -bg ¥â¥¸¥å¡¼¥éÇØ·Ê¿§\n\n\ + -gradient ¥°¥é¥Ç¥£¥¨¥ó¥È¥Æ¥¯¥¹¥Á¥ã\n\ + -from ¥°¥é¥Ç¥£¥¨¥ó¥È³«»Ï¿§\n\ + -to ¥°¥é¥Ç¥£¥¨¥ó¥È½ªÃ¼¿§\n\n\ + -solid ñ¿§\n\n\ + -help ¤³¤Î¥Ø¥ë¥×¤òɽ¼¨¤·¡¢½ªÎ»\n diff --git a/nls/C/common.m b/nls/C/common.m index fe736f4c..4344e769 100644 --- a/nls/C/common.m +++ b/nls/C/common.m @@ -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 +# ¼«Æ°Åª¤Ë±£¤¹ diff --git a/nls/C/main.m b/nls/C/main.m index bd5256ec..a01f3f5f 100644 --- a/nls/C/main.m +++ b/nls/C/main.m @@ -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 \t\tusa connessione display.\n\ - -rc \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 \t\t»ØÄê¥Ç¥£¥¹¥×¥ì¥¤¤ËÀܳ\n\ + -rc \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\ -- 2.39.2