;*************************************************************************
;** 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 slovensko 41 01
;                                                 ^^^^^
;                                                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
'Prosim izberite datoteko...
;
;
;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
'prekinjen. [ViNCed izpis]\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
'Do tega okna ima dostop\
večje število procesov.\
Ali zares želite zapreti\
ta vhodno/izhodni tok?
;
;
;The gadget texts of the requester. First the positive answer (shut down)
;Yes
%----------%
'Da
;
;The negative answer (do not):
;No
%----------%
'Ne
;
;
;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
'brez napake
;
;**** More strings added for 3.50 *****
;
;The hail text of the "Open..." requester
;Load Screen from:
%30
'Naloži vsebino okna iz:
;
;
;The hail text of the "Save As..." requester
;Save Screen to:
%30
'Shrani vsebino okna v:
;
;
;The hail text of the "Open History..." requester
;Load History from:
%30
'Naloži zgodovino iz:
;
;
;The hail text of the "Save History..." requester
;Save History to:
%30
'Shrani zgodovino v:
;
;
;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
'"ViNCEd ni uspel naložiti datoteke - \n\rDOS napaka "
;
;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
'"ViNCEd ni uspel shraniti datoteke - \n\rDOS napaka "
;
;
;The last string is printed as replacement if the return code is
;unknown or the CSI/ESC parser failed.
;Unknown parsing error
%100
'Neznana napaka med obdelavo
;
;
;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
'Projekt
;
;Items of this menu:
;
;
;This calls the macro to open a new ViNCEd Window (a system macro)
;New Window             
'Novo okno
;
;
;Load the window contents from ASCII file
;Open...   
'Naloži...
;
;
;Load the history from an ASCII file
;Open History...
'Naloži zgodovino...
;
;
;Save the window contents
;Save As...
'Shrani kot...
;
;
;Save the history
;Save History...
'Shrani zgodovino...
;
;
;Resize ViNCEd to maximum
;Expand window          
'Povečaj okno
;
;
;Resize ViNCEd to minimum
;Shrink window          
'Pomanjšaj okno
;
;
;----------- new in 3.66 ------------
;Resize the window to its original size as opened
;Restore Window
'V prvotno stanje
;
;
;Toggle thru the list of open screens
;Next Screen to front
'Naslednji zaslon v ospredje
;
;
;Iconify the window
;Iconify                
'Ikoniziraj
;
;
;Open window on next pub screen
;Jump to Next Screen    
'Skoči na naslednji zaslon
;
;
;Call a system macro to show the guide
;Help...                
'Pomoč...
;
;
;Call a system macro for the settings, usually SetVNC
;Settings...            
'Nastavitve...
;
;
;This submenu contains the copyright information
;About...               
'Vizitka...
;
;
;This line and the next one are used to display the author of the translation
;German Translation  
'"    slovenski prevod 41.01:"
;
;
;my name. Put your's here to let people know who did the job!
'"          Damir Arh"
;
;
;subitem ends here. Increase the string counter
#288
;
;
;Call the close macro to shut down
;Close Window           
'Zapri okno
;
;
;
;Project menu ends here. Increase the string counter
#512
;
;The headline of the edit menu: Block operations and other stuff
;Edit                   
'Uredi
;
;
;Cut the marked area, put it to the clipboard
;Cut                    
'Odreži
;
;
;Copy the marked area
;Copy                   
'Kopiraj
;
;
;Unmark everything in the block
;Hide                   
'Skrij
;
;
;Paste the clipboard contents to the window
;Paste
'Prilepi
;
;
;Mark everything in the ViNCEd buffer.   
;Select All
'Označi vse
;
;
;Clear the contents of the window (only the lower buffer)
;Clear Window
'Sprazni okno
;
;
;Clear the area behind the cursor
;Erase to End Of Window 
'Zbriši do konca okna
;
;
;Clear the buffer and reset the terminal: Text color, cursor mode, etc...
;Reset Terminal         
'Resetiraj terminal
;
;
;Seek in the history: Forwards   
;Search Forward         
'Poišči naprej
;
;
;Seek in the history: Backwars
;Search Backwards       
'Poišči nazaj
;
;
;End of edit menu. Macro menu starts here, increase string counter
#768
;
;
;This is the start of the macro menu.
;Macros
'Makroji
;
;
;Cut the marked area and put it in one macro
;Cut Macro  
'Odreži makro
;
;
;Macro Menu definitions end here, start the settings menu and
;increase the counter
#1024
;
;
;This is the headline of the settings menu
;Settings               
'Nastavitve
;
;
;This one cuts the size of the history buffer from the input
;Cut History Size       
'Določi dolžino zgodovine: %d
;
;
;Cut the size of the lower (visible) buffer
;Cut Display Size       
'Velikost prikaza: %d
;
;
;Cut the size of the upper buffer area
;Cut Upper Size         
'Velikost zgornjega dela: %d
;
;
;Change to primitive (DOS like) cursor movement.
;Dos Cursor Mode?       
'Dos-kurzor način?
;
;
;Instead of insertion    
;Overwrite Mode?        
'Prepisovalni način?
;
;
;The buffer & tab expansion warp around at each end, i.e. continue at the other end
;Warp around Buffer?    
'Krožni pomnilniški prostor?
;
;
;Invoke a macro to close the window
;Smart Close
'Pametno zapiranje?
;
;
;Safer Close
;Inhibit closes by the gadget if more than one process is in the window
'Previdno zapiranje?
;
;
;Ignore DOS output in the block operations. It gets cut, but is never put to the clipboard
;Cut Inputs Only        
'Odreži le vnose?
;
;
;Allow ViNCEd to do the window refresh later to speed up output ?
;Rebuild Delay
'Zamik obnavljanja?
;
;
;Copy the block automatically if it got marked, like under unix.
;Auto Copy  
'Automatsko kopiranje?
;
;
;Use the numeric keypad for cursor movement?
;NumPad for Cursor?
'Numerična tipkovnica za kurzor?
;
;
;That's all folks!
;
;
