;*************************************************************************
;** Locale constructor V41.00 beta 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"d 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.00 
;				(41 is internal for releases >3.60)
;
;************************* EDIT THE LINE BELOW ONLY *************************
 CreateCatalog sys.construct ram:VNC.sys.catalog deutsch 41 00
;****************************************************************************
;
;       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.
;       Here we've just four instructions: Take the object module,
;       locate the strings and put them into a catalog.
;
;
;       The next strings specify language specific strings for the requesters.
;       Please note that the usual (!!!) apostrophe ' is needed, unlike
;	older versions.
;
; 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...
'Bitte Datei auswählen...
;
;
;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
'unterbunden. [ViNCEd Ausgabe]\n\r
;
;
;The body of the close requester. Only "\n" is valid here, for separation
;of the lines.
;More than one process has\naccess to this window.\nDo you really want to\nshut down this stream?
'Mehr als ein Prozeß greift\nauf dieses Fenster zu.\nWollen sie wirklich diesen\nIO-Kanal schließen?
;
;
;The gadget texts of the requester. First the positive answer (shut down)
;Yes
'Ja
;
;The negative answer (do not):
;No
'Nein
;
;
;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
'Kein Fehler
;
;**** More strings added for 3.50 *****
;
;The hail text of the "Open..." requester
;Load Screen from:
'Fensterinhalt laden:
;
;
;The hail text of the "Save As..." requester
;Save Screen to:
'Fensterinhalt speichern unter:
;
;
;The hail text of the "Open History..." requester
;Load History from:
'History laden:
;
;
;The hail text of the "Save History..." requester
;Save History to:
'History speichern unter:
;
;
;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 "
'"ViNCEd konnte die Datei nicht einladen - \n\rDOS Fehlercode "
;
;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 "
'"ViNCEd konnte die Datei nicht abspeichern - \n\rDOS Fehlercode "
;
;
;The last string is printed as replacement if the return code is
;unknown or the CSI/ESC parser failed.
;Unknown parsing error
'Unbekannter Verarbeitungsfehler
;
;
;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
;
;
;This is the title of the project menu
;Project
'Projekt
;
;Items of this menu:
;
;
;This calls the macro to open a new ViNCEd Window (a system macro)
;New Window             
'Neues Fenster
;
;
;Load the window contents from ASCII file
;Open...   
'Öffnen...
;
;
;Load the history from an ASCII file
;Open History...
'History öffnen...
;
;
;Save the window contents
;Save As...
'Speichern unter...
;
;
;Save the history
;Save History...
'History speichern...
;
;
;Resize ViNCEd to maximum
;Expand window          
'Maximale Größe
;
;
;Resize ViNCEd to minimum
;Shrink window          
'Minimale Größe
;
;
;Toggle thru the list of open screens
;Next Screen to front
'Nächsten Schirm nach vorne
;
;
;Iconify the window
;Iconify                
'Iconifizieren
;
;
;Open window on next pub screen
;Jump to Next Screen    
'Auf den nächsten Schirm
;
;
;Call a system macro to show the guide
;Help...                
'Hilfe...
;
;
;Call a system macro for the settings, usually SetVNC
;Settings...            
'Einstellungen...
;
;
;This submenu contains the copyright information
;About...               
'Über ViNCEd
;
;
;This line and the next one are used to display the author of the translation
;German Translation  
'"   Deutsche Übersetzung 41.00"
;
;
;my name. Put your's here to let people know who did the job!
'"      von Thomas Richter"
;
;
#288
;
;
;Call the close macro to shut down
;Close Window           
'Fenster schließen
;
;
;
#512
;
;The headline of the edit menu: Block operations and other stuff
;Edit                   
'Edieren
;
;
;Cut the marked area, put it to the clipboard
;Cut                    
'Ausschneiden
;
;
;Copy the marked area
;Copy                   
'Kopieren
;
;
;Unmark everything in the block
;Hide                   
'Demarkieren
;
;
;Paste the clipboard contents to the window
;Paste
'Einfügen
;
;
;Mark everything in the ViNCEd buffer.   
;Select All
'Alles auswählen
;
;
;Clear the contents of the window (only the lower buffer)
;Clear Window
'Fenster löschen
;
;
;Clear the area behind the cursor
;Erase to End Of Window 
'Bis Fensterende löschen
;
;
;Clear the buffer and reset the terminal: Text color, cursor mode, etc...
;Reset Terminal         
'Terminal zurücksetzen
;
;
;Seek in the history: Forwards   
;Search Forward         
'Suche vorwärts
;
;
;Seek in the history: Backwars
;Search Backwards       
'Suche rückwärts
;
;
#768
;
;
;This is the start of the macro menu.
;Macros
'Makros
;
;
;Cut the marked area and put it in one macro
;Cut Macro  
'Makro ausschneiden
;
;
#1024
;
;
;This is the headline of the settings menu
;Settings               
'Einstellungen
;
;
;This one cuts the size of the history buffer from the input
;Cut History Size       
'Buffergröße  : %d
;
;
;Cut the size of the lower (visible) buffer
;Cut Display Size       
'Untere Zeilen: %d
;
;
;Cut the size of the upper buffer area
;Cut Upper Size         
'Obere Zeilen : %d
;
;
;Change to primitive (DOS like) cursor movement.
;Dos Cursor Mode?       
'Dos Cursor Modus?
;
;
;Instead of insertion    
;Overwrite Mode?        
'Überschreiben?
;
;
;The buffer & tab expansion warp around at each end, i.e. continue at the other end
;Warp around Buffer?    
'Ringbuffer?
;
;
;Invoke a macro to close the window
;Smart Close
'Mit Makro schließen?
;
;
;Safer Close
;Inhibit closes by the gadget if more than one process is in the window
'Vorsichtig schließen?
;
;
;Ignore DOS output in the block operations. It gets cut, but is never put to the clipboard
;Cut Inputs Only?        
'Nur Eingaben ausschneiden?
;
;
;Allow ViNCEd to do the window refresh later to speed up output ?
;Rebuild Delay?
'Aufbauverzögerung?
;
;
;Copy the block automatically if it got marked, like under unix.
;Auto Copy?  
'Automatisch kopieren?
;
;
;
;Is the NumPadMode enabled, i.e. the num pad used for cursor control ?
;NumPad for Cursor?
'Ziffernblock für Cursor?
;
;
; When you arrived here, you're done with the menu. Congratulations...
;
;
; That's all folks!
;