;*************************************************************************
;** Locale constructor V41.01 ViNCEd system part                   	**
;**                                                                     **
;** This is a constructor/shell script for CreateCatalog. Please read   **
;** the instructions below carefully.                                   **
;*************************************************************************
;
;       This file has two purposes:
;
;       First it acts as a shell script that must be "execute"-ed to 
;       build the catalog "with one command"
;       Second, it tells CreateCatalog how to build the
;       catalog. Thus, this file gets a) executed by the shell
;       and b) is parsed by CreateCatalog. This is possible due to
;       the special syntax of CreateCatalog.
;       All lines starting with a semicolon or a blank space are comments
;       for CreateCatalog. Thus these lines and the lines that act as
;       a shell script are ignored by the catalog builder: The former
;       because they have the semicolon, the later because I added a
;       blank space at the beginning.
;
;       The next line starts the catalog builder:
;       The arguments are: This file (instructions how to build)
;                          the output file (will be put to RAM:)
;                          the language: Please change "deutsch" to
;                               your language, i.e. "italiano" or "franįais".
;                          and the version/revision of the catalog.
;                               Here version 41.01
;				(41 is internal for releases >3.60)
;
;************************* EDIT THE LINE BELOW ONLY *************************
 CreateCatalog sys.construct ram:VNC.sys.catalog italiano 41 02
;                                                 ^^^^^
;                                                This string must be
;                                                adjusted !
;****************************************************************************
;
;       Quit the shell part of this script
;
 quit
;
;       This is now the CreateCatalog part of the script: It gets parsed
;       by the builder utility, which ignores the shell lines above.
;
;
;       The next strings specify language specific strings for the requesters.
;       Please note that the usual (!!!) apostrophe ' is needed, unlike
;	older versions.
;
;	The % is a length delimiter. It can be followed either by a number
;	of dashes to indicate how long a string may grow, or by a numer
;	that gives the size explicitly.
;
;
; Please note that you MUST surround these strings with an additional pair
; of double quotes if you want to include leading/following blank spaces.
; The usual C style syntax is used for special charaters, like
; \r for carriage return        \n for newline
; \t for TAB                    \b for backspace
; \\ for the backslash itself. It is the same syntax that is used in the
; ViNCEd macros, so propably read this section of the guide.
;
;
; Since this is taken from the german localization, I put the original
; english strings ON TOP of the german ones, plus some information
; when this string gets printed/displayed.
;
;
; We start with string #2. Strings #0 and #1 are obsolete and reserved.
;
#2
;The title of the TAB requester
;Please select file...
%30
'Selezionare il file...
;
;
;What's printed if a background process gets suspended. The name of the
;process itself is printed first, in double quotes, followed by this text
;suspended. [ViNCed output]\n\r
%58
'sospeso. [messaggio di ViNCed]\n\r
;
;
;The body of the close requester. Only "\n" is valid here, for separation
;of the lines. The "\n" is given as a literal line break in the text.
;Therefore, all but the first line DO NOT start with an apostrophe
;
;More than one process has
;access to this window.
;Do you really want to
;shut down this stream?
;
%255
'A questa finestra ha\
accesso pių di un processo.\
Si vuole davvero eliminare\
questo stream?
;
;
;The gadget texts of the requester. First the positive answer (shut down)
;Yes
%----------%
'Sė
;
;The negative answer (do not):
;No
%----------%
'No
;
;
;This one gets printed in the menu title as result of %F if the last
;command returned no failure,i.e. worked fine.
;no error
%30
'Nessun errore
;
;**** More strings added for 3.50 *****
;
;The hail text of the "Open..." requester
;Load Screen from:
%30
'Carica schermata da:
;
;
;The hail text of the "Save As..." requester
;Save Screen to:
%30
'Salva schermata come:
;
;
;The hail text of the "Open History..." requester
;Load History from:
%30
'Carica mem. linee di com. da:
;
;
;The hail text of the "Save History..." requester
;Save History to:
%30
'Salva mem. linee com. come:
;
;
;The contents of the "Loading failed" requester.
;The dos error code or the readable error message is appended
;at the END of the string. Note the double quotes to enclose
;the trailing spaces.
;
;ViNCEd loading failed - \n\r
;"DOS error "
%100
'Caricamento di ViNCEd fallito - \n\r "errore DOS "
;
;The contents of the "Saving failed" requester. As above, the
;error code returned by the DOS is appended at the end of
;the message.
;ViNCEd saving failed - \n\r
;"DOS error "
%100
'Salvataggio di ViNCEd fallito - \n\r "errore DOS "
;
;
;The last string is printed as replacement if the return code is
;unknown or the CSI/ESC parser failed.
;Unknown parsing error
%100
'Errore di elaborazione linea sconosciuto
;
;
;The "Accept" button in the error requester
;O.K.
%----------%
'O.K.
;
;
;***************************************************************************
;The next lines define the menu.
;This replaces the ugly mechanism for earlier versions
;***************************************************************************
;
#256
;
;
;Global length delimiter for the menu
;
%58
;This is the title of the project menu
;Project
'Progetto
;
;Items of this menu:
;
;
;This calls the macro to open a new ViNCEd Window (a system macro)
;New Window
'Nuova Finestra
;
;
;Load the window contents from ASCII file
;Open...
'Apri...
;
;
;Load the history from an ASCII file
;Open History...
'Carica Linee Com....
;
;
;Save the window contents
;Save As...
'Salva come...
;
;
;Save the history
;Save History...
'Salva History...
;
;
;Resize ViNCEd to maximum
;Expand window
'Dimensioni massime
;
;
;Resize ViNCEd to minimum
;Shrink window
'Dimensioni minime
;
;
;----------- new in 3.66 ------------
;Resize the window to its original size as opened
;Restore Window
'Ripristina dim. finestra
;
;
;Toggle thru the list of open screens
;Next Screen to front
'Schermo seguente in primo piano
;
;
;Iconify the window
;Iconify
'Iconifica
;
;
;Open window on next pub screen
;Jump to Next Screen
'Salta allo schermo successivo
;
;
;Call a system macro to show the guide
;Help...
'Aiuto...
;
;
;Call a system macro for the settings, usually SetVNC
;Settings...
'Impostazioni...
;
;
;This submenu contains the copyright information
;About...
'Informazioni su ViNCEd
;
;
;This line and the next one are used to display the author of the translation
;German Translation
'"Traduzione italiana a cura dell'ATO"
;
;
;my name. Put your's here to let people know who did the job!
'"Traduttore: Francesco Leoni\nRevisore  : Francesco Mancuso\n"
;
;
;subitem ends here. Increase the string counter
#288
;
;
;Call the close macro to shut down
;Close Window
'Chiudere finestra
;
;
;
;Project menu ends here. Increase the string counter
#512
;
;The headline of the edit menu: Block operations and other stuff
;Edit
'Modifica
;
;
;Cut the marked area, put it to the clipboard
;Cut
'Taglia
;
;
;Copy the marked area
;Copy
'Copia
;
;
;Unmark everything in the block
;Hide
'Deseleziona
;
;
;Paste the clipboard contents to the window
;Paste
'Incolla
;
;
;Mark everything in the ViNCEd buffer.
;Select All
'Seleziona tutto
;
;
;Clear the contents of the window (only the lower buffer)
;Clear Window
'Pulisci finestra
;
;
;Clear the area behind the cursor
;Erase to End Of Window
'Cancella fino alla fine della finestra
;
;
;Clear the buffer and reset the terminal: Text color, cursor mode, etc...
;Reset Terminal
'Ripristina Terminale
;
;
;Seek in the history: Forwards
;Search Forward
'Cerca in avanti
;
;
;Seek in the history: Backwars
;Search Backwards
'Cerca all'indietro
;
;
;End of edit menu. Macro menu starts here, increase string counter
#768
;
;
;This is the start of the macro menu.
;Macros
'Macro
;
;
;Cut the marked area and put it in one macro
;Cut Macro
'Taglia Macro
;
;
;Macro Menu definitions end here, start the settings menu and
;increase the counter
#1024
;
;
;This is the headline of the settings menu
;Settings
'Impostazioni
;
;
;This one cuts the size of the history buffer from the input
;Cut History Size
'Dimens. lista linee comando : %d
;
;
;Cut the size of the lower (visible) buffer
;Cut Display Size
'Dimensioni Display : %d
;
;
;Cut the size of the upper buffer area
;Cut Upper Size
'Dimensioni mem. schermo superiore : %d
;
;
;Change to primitive (DOS like) cursor movement.
;Dos Cursor Mode?
'Torno al cursore Dos?
;
;
;Instead of insertion
;Overwrite Mode?
'Sovrascrittura?
;
;
;The buffer & tab expansion warp around at each end, i.e. continue at the other end
;Warp around Buffer?
'lista linee comando ciclica?
;
;
;Invoke a macro to close the window
;Smart Close
'Chiusura con macro
;
;
;Safer Close
;Inhibit closes by the gadget if more than one process is in the window
'Chiusura sicura
;
;
;Ignore DOS output in the block operations. It gets cut, but is never put to the clipboard
;Cut Inputs Only
''Taglia' solo input
;
;
;Allow ViNCEd to do the window refresh later to speed up output ?
;Rebuild Delay
'Ritardo di rinfresco
;
;
;Copy the block automatically if it got marked, like under unix.
;Auto Copy
'Copia automatica?
;
;
;Use the numeric keypad for cursor movement?
;NumPad for Cursor?
'Tastierino num. per mov. cursore?
;
;
;That's all folks!
;
;
