#
#   Copyright (C) 1987-2000 by Jeffery P. Hansen
#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2 of the License, or
#   (at your option) any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software
#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
# Last edit by hansen on Mon Nov 29 00:45:14 2004

##############################################################################
#
# Explaination of file format.
#
# Messages files are used to "localize" tkgate so that it can run under
# different languages.  Lines beginning with a '#' character are comments.
# Most entries in the file are of the form:
#
# tag value
#
# A tag is any abitrary string of non-whitespace characters.  By convention
# a dot notation is used to suggest groups of related tags.  The value of the
# tag begins at the first non-whitespace character after the tag and can include
# white space.  Normally the value is the localized text message.  By convension,
# tags beginning with a '@' character are used to control interface layout
# as opposed to being actual text.  Explainations for this tags will be given
# in preceeding comments.
#
# Multi-line comments have the form:
#
# tag	-begin-
# line1
# line2
# -end-
#
# or
#
# tag	-fillbegin-
# line1
# line2
# -end-
#
# When -begin- is used, the newlines in the text are preserved as is.  When
# -fillbegin- is used the newlines are replaced with spaces and it is assumed
# that the text will be automatically justified.
#
# If the first character of a value is a back-quote, then it is interpreted
# as a reference to another tag.  For example:
#
# foo	This is tag foo.
# bar	`foo
#
# In this instance both 'foo' and 'bar' will translate to 'This is tag foo'.
#
# The last type of entry that can occur in the file, normally at the type is
# a declaration.  Currently, the only allowed declaration is:
#
# \font-encoding	code
#
# where "code" is a font encoding such as "iso8859-21". This can be used to
# select a font encoding specific to a locale.  The default encoding
# is "iso8859-1".
#
##############################################################################

##############################################################################
#
# basic strings
#
b.dismiss	Dismiss
b.close		Close
b.ok		OK
b.clear		Clear
b.cancel	Cancel
b.open		Open...
b.bitw		Bit Width
b.in		in
b.out		out
b.inout		inout
b.browse	Browse...
b.label		Label
b.find		Find
b.edit		Edit...
b.add		Add...
b.delete	Delete
b.deleteb	Delete...
b.remove	Remove
b.apply		Apply
b.anchor	Anchor
b.tech		Technology

##############################################################################
#
# Main tab strings
#
tab.edit	Edit
tab.editintr	Interface
tab.simulate	Simulate
tab.cpath	Critical Path

##############################################################################
# Menu strings
#
file		File
edit		Edit
tool		Tool
simulate	Simulate
module		Module
gate		Gate
make		Make
circ		Circuit

new		New
open		Open...
openlib		Open Library...
save		Save
saveas		Save As...
print		Print...
options		Options...
quit		Quit

undo		Undo
redo		Redo
cut		Cut
copy		Copy
paste		Paste
selall		Select All
find		Find...
algnv		Align Ver.
algnh		Align Horz.
rotate		Rotate
zoomin		Zoom In
zoomout		Zoom Out

move		Move/Connect
delg		Delete Gate
cutw		Cut Wire
inv		Invert
bitw		Bit Width
debug		Debug
rot0		Rot 0
rot90		Rot 90
rot180		Rot 180
rot270		Rot 270

simbegin	Begin Simulation
simend		End Simulation
simadprobe	Add/Delete Probe
simrun		Run
simpause	Pause
simstep		Step Epoch(s)
simcycle	Step Cycle
simbreak	Breakpoint...
simscript	Exec. Script...
simload		Load Memory...
simdump		Dump Memory...
sim.recursive	-fillbegin-
Recursive module definition found
at '%s'.  Can not start simulator or
perform critical path analysis.
-end-

modopen		Open
modclose	Close
modsymed	Symbol Editor...
modseti		Set Interface
modediti	Edit Interfaces...
modnew		New...
moddel		Delete...
modcopy		Copy...
modrename	Rename...
modclaim	Claim...
modsetroot	Set As Root...
modprop		Properties...
mod.int		Edit Interface...
circprop	Circuit Properties...
cpath		Critical Path...

mod.intf	Interface

gataddin	Add Input
gataddout	Add Output
gataddinout	Add BiDir
gatiochg	Change Type
gatioset	Set Type
gatanchor	Anchor Selected
gatunanchor	Unanchor Selected
gatprop		Properties...
gatrep		Replicate
gatdel		Delete
gatsettech	Set Technology

port.parms	Port Parameters
port.in		In
port.out	Out
port.inout	InOut

##############################################################################
#
# Tags for built-in gate types
#

gm.io		I/O
gmgate		Gate
gmredgate	Reduction
gmmsi		MSI
gmalu		ALU
gmmem		Memory
gmmod		Module
gmcomment	Comment
gmframe		Frame

gm.io.switch	Switch
gm.io.dip	DIP Switch
gm.io.ground	Ground
gm.io.vdd	Vdd
gm.io.merge	Concat
gm.io.clock	Clock

gm.io.led	LED
gm.io.ledbar	LED Bar
gm.io.ledhex	7-Seg. LED (HEX)
gm.io.leddec	7-Seg. LED (DEC)
gm.io.ledseg	7-Seg. LED (Direct)

gm.io.tty	TTY

gmand		AND
gmnand		NAND
gmor		OR
gmnor		NOR
gmxor		XOR
gmxnor		XNOR
gmbuf		Buffer
gminv		Inverter
gmtribuf	Tri-Buffer
gmnmos		NMOS
gmpmos		PMOS

gmrand		AND
gmrnand		NAND
gmror		OR
gmrnor		NOR
gmrxor		XOR
gmrxnor		XNOR

gmadd		Adder
gmmult		Multiplier
gmdiv		Divider
gmlshift	Left Shift
gmrshift	Right Shift
gmarshift	Arith. Right Shift
gmroll		Roll

gmreg		Register
gmff		Flip-Flop
gmram		RAM
gmrom		ROM

gm21mux		2-1 Multiplexor
gm41mux		4-1 Multiplexor
gm81mux		8-1 Multiplexor
gm12dec		1-2 Decoder
gm14dec		1-4 Decoder
gm18dec		1-8 Decoder
    
gmmodinst	Module Instance
gmmodin		Module Input
gmmodout	Module Output
gmmodinout	Module InOut

##############################################################################

addwireseg	Add Wire Segment

help		Help
hlpabout	About...
hlplicense	License...
hlpdoc		Documentation...
hlptut		Tutorials
hlpexample	Examples
exampcomb	Combinational Logic
examp3bit	3-Bit Counter
examp8bit	8-Bit Counter
examptrff	Transistor-Level FF
exampcpu	Menagerie CPU
tutwelcome	TkGate Intro
tutcreate	Creating a Circuit
tutedit1	Editing a Circuit (1)
tutedit2	Editing a Circuit (2)
tutmods		Using Modules
tutsim		Simulating a Circuit

##############################################################################
#
# Symbol editor strings
#
symed.bsave		Store
symed.file		File
symed.file.load		Load Bitmap...
symed.file.save		Save Bitmap...
symed.file.updateclose	Close and Update
symed.file.discardclose	Close and Discard
symed.help		Help
symed.help.about	About...
symed.edit		Edit
symed.edit.cut		Cut
symed.edit.copy		Copy
symed.edit.paste	Paste
symed.edit.overlay	Overlay Paste
symed.edit.rclock	Rotate Clockwise
symed.edit.rcclock	Rotate Counter-Clockwise
symed.module		Module
symed.modes		Modes
symed.cutpaste		Cut/Paste
symed.rotate		Port Rotation
symed.zoom		Zoom
symed.update		Update
symed.cancel		Cancel


# Scope Menu
menu.sc.prtrace	Print Trace...
menu.sc.close	Close
menu.sc.trace	Trace
menu.sc.zoomin	Zoom In
menu.sc.zoomout	Zoom Out

scope.emptymsg	Double-click on a wire to add or delete a trace.
comment.empty	[Double click to add text.]

##############################################################################
# Interface strings
#
ifile		File
imodule		Module
iblmodule	Modules
iports		Ports
ibits		Bits:

#############################################################################
# Module Dialog Box
#
db.mod.name	Name
db.mod.file	File Name
db.mod.type	Type
db.mod.flags	Flags
db.mod.dataprot	Disallow editing of module definition.
db.mod.intfprot	Disallow all interface changes.
db.mod.edprot	Disallow edit mode interface changes.
db.mod.props	Properties
db.mod.inuse.0	Module is not in use.
db.mod.inuse.1	Module is in use.
db.mod.lmod.0	Module has not been modified since loading.
db.mod.lmod.1	Module has been modified since loading.
db.mod.smod.0	Module has not been modified since saving.
db.mod.smod.1	Module has been modified since saving.
db.mod.islib.1	Module is part of [%s] library.
db.mod.islib.0	Module is not a library module.
db.mod.netlist	Netlist
db.mod.hdl	HDL

db.mod.netexpl	-begin-
Modules of this type are
described as a network
of connected components.
A graphical editor is used
to edit the definition.
-end-

db.mod.hdlexpl	-begin-
Modules of this type are
described in text format.
A text editor is used to
create the module definition.
-end-

#############################################################################
# Error List Dialog box
#
db.err.caption		Error List
db.err.explain		-begin-
I am unable to enter
simulation mode due
to errors in your
circuit.  Double-click
on an error message to
see the error location.
-end-

#############################################################################
# Net Dialog Box
#
db.net.name	Net Name
db.net.hide	Hide Name
db.net.bits	Bit Width	
db.net.port	Port Type
db.net.in	in
db.net.out	out
db.net.inout	inout
db.net.inets	Nets

##############################################################################
#
# New circuit dialog box
#
db.newcirc.cap		New Circuit
db.newcirc.exp		-fillbegin-
Discard the current circuit and start editing
a new circuit.
-end-
db.newcirc.file		File Name
db.newcirc.topname	Top Module Name



##############################################################################
# Gate dialog box
#
db.gate.signam		Signal Name
db.gate.portnam		Port Name
db.gate.iotype		Type
db.gate.bitw		Bit Width
db.gate.cyclew		Cycle Width
db.gate.phase		Phase
db.gate.duty		Duty
db.gate.port		Port
db.gate.bitws		Bits
db.gate.side		Side
db.gate.gtype		Gate Type
db.gate.gname		Gate Name
db.gate.hidenam		Hide Name
db.gate.anchor		Anchor
db.gate.cpbreak		Critical Path Partition
db.gate.butstate	Button State
db.gate.dipval		Switch Value
db.gate.range		Bit Range
db.gate.memfilenam	Memory File
db.gate.modname		Function
db.gate.islink		Text is Hyperlink
db.gate.link		Link to File
db.gate.findw		Search for wires only
db.gate.findg		Search for gates only
db.gate.findwg		Search for wires and gates
db.gate.general		General
db.gate.details		Details
db.gate.text		Text
db.gate.ports		Port
db.gate.delay		Delay
db.gate.stddelay	Standard Delay
db.gate.custdelay	Custom Delay
db.gate.catdiruse	Port Placement
db.gate.edit		Edit
db.gate.delete		Delete
db.gate.add		Add

db.gate.cat.asc.hdr	Ascending
db.gate.cat.dec.hdr	Decending
db.gate.cat.asc.exp	-fillbegin-
Bits are concatenated in ascending order from top to bottom.
-end-
db.gate.cat.dec.exp	-fillbegin-
Bits are concatenated in descending order from top to bottom.
-end-

db.gate.cat.sigdir	Signal Direction 
db.gate.cat.auto.hdr	Auto
db.gate.cat.multin.hdr	Multi-Input
db.gate.cat.singin.hdr	Single-Input
db.gate.cat.tran.hdr	Bidirectional


db.gate.cat.auto.exp	-fillbegin-
Determine signal direction automatically
from connected nets.
-end-

db.gate.cat.multin.exp	-fillbegin-
Always assume multi-port side is the
input.
-end-

db.gate.cat.singin.exp	-fillbegin-
Always assume single-port side is the
input.
-end-

db.gate.cat.tran.exp	-fillbegin-
Allow bidirectional (tran) signal flow.  Can
not be connected to switches or registers.
-end-

db.gate.tab.General.cap	General Properties
db.gate.tab.Ports.cap	Port Properties
db.gate.tab.Delay.cap	Delay Properties
db.gate.tab.CLOCK.cap	Clock Properties
db.gate.tab.SWITCH.cap	Switch Properties
db.gate.tab.DIP.cap	DIP Properties
db.gate.tab.TAP.cap	Tran Properties
db.gate.tab.RAM.cap	RAM Properties
db.gate.tab.ROM.cap	ROM Properties
db.gate.tab.BLOCK.cap	Module Properties
db.gate.tab.FRAME.cap	Frame Properties
db.gate.tab.LED.cap	LED Properties
db.gate.tab.AND.cap	AND Properties
db.gate.tab.OR.cap	OR Properties
db.gate.tab.XOR.cap	XOR Properties
db.gate.tab.MUX.cap	Mux Properties
db.gate.tab.DEMUX.cap	Demux Properties
db.gate.tab.CONCAT.cap	Concat Properties
db.gate.tab.COMMENT.cap	Text Properties


db.gate.tab.General.exp	-fillbegin-
View and modify basic properties of an instance.
-end-

db.gate.tab.Ports.exp	-fillbegin-
Add, edit or delete ports on an instance.
-end-

db.gate.tab.Delay.exp	-fillbegin-
Delay can be specified either as a technology or as specific values
for this instance.
-end-

db.gate.tab.details.exp -fillbegin-
Set detailed type specific properties
of a gate here. 
-end-


db.gate.tab.CLOCK.exp	`db.gate.tab.details.exp
db.gate.tab.SWITCH.exp	`db.gate.tab.details.exp
db.gate.tab.DIP.exp	`db.gate.tab.details.exp
db.gate.tab.TAP.exp	`db.gate.tab.details.exp
db.gate.tab.RAM.exp	`db.gate.tab.details.exp
db.gate.tab.ROM.exp	`db.gate.tab.details.exp
db.gate.tab.BLOCK.exp	`db.gate.tab.details.exp
db.gate.tab.FRAME.exp	`db.gate.tab.details.exp
db.gate.tab.LED.exp	`db.gate.tab.details.exp
db.gate.tab.AND.exp	`db.gate.tab.details.exp
db.gate.tab.OR.exp	`db.gate.tab.details.exp
db.gate.tab.XOR.exp	`db.gate.tab.details.exp
db.gate.tab.MUX.exp	`db.gate.tab.details.exp
db.gate.tab.DEMUX.exp	`db.gate.tab.details.exp
db.gate.tab.CONCAT.exp	`db.gate.tab.details.exp

db.gate.tab.COMMENT.exp	-fillbegin-
Set the text to be displayed in a comment.
Limited html commands including links can be
used here.
-end-

db.gate.mux.dataorder	Input Ordering
db.gate.mux.ord1.hdr	Left-to-Right
db.gate.mux.ord2.hdr	Right-to-Left
db.gate.mux.ord1.exp	-fillbegin-
Order MUX inputs from left to right.
-end-
db.gate.mux.ord2.exp	-fillbegin-
Order MUX inputs from right to left.
-end-

db.gate.demux.dataorder	Output Ordering
db.gate.demux.ord1.hdr	Left-to-Right
db.gate.demux.ord2.hdr	Right-to-Left
db.gate.demux.ord1.exp	-fillbegin-
Order DEMUX outputs from left to right.
-end-
db.gate.demux.ord2.exp	-fillbegin-
Order DEMUX outputs from right to left.
-end-

db.gate.mux.select	Selector Style
db.gate.mux.sel1.hdr	Selector on Left
db.gate.mux.sel2.hdr	Selector on Right
db.gate.mux.sel1.exp	-fillbegin-
Place the data selector on the left side of
the gate.
-end-
db.gate.mux.sel2.exp	-fillbegin-
Place the data selector on the right side of
the gate.
-end-

db.gate.demux.select	`db.gate.mux.select
db.gate.demux.sel1.hdr	`db.gate.mux.sel1.hdr
db.gate.demux.sel2.hdr	`db.gate.mux.sel2.hdr
db.gate.demux.sel1.exp	`db.gate.mux.sel1.exp
db.gate.demux.sel2.exp	`db.gate.mux.sel2.exp



db.gate.aox.extbaruse	Extender Bar Use
db.gate.aox.use.hdr	Extender Bars
db.gate.aox.nouse.hdr	No Extender Bars
db.gate.aox.use.exp	-fillbegin-
Basic gates (AND, OR, etc.) will
use extender bars as inputs
are added.
-end-
db.gate.aox.nouse.exp	-fillbegin-
Basic gates (AND, OR, etc.) will
not use extender bars as inputs
are added.
-end-


db.gate.led.type	LED Type
db.gate.led.bit.hdr	Bit
db.gate.led.bar.hdr	Bar Graph
db.gate.led.hex.hdr	7-Segment (HEX)
db.gate.led.dec.hdr	7-Segment (DEC)
db.gate.led.seg.hdr	7-Segment (Direct)

db.gate.led.bit.exp	-fillbegin-
Single-lamp led display for 1-bit signals.
-end-
db.gate.led.bar.exp	-fillbegin-
LED bar graph with one bar per bit.
-end-
db.gate.led.hex.exp	-fillbegin-
Display signal in hexidecimal.
-end-
db.gate.led.dec.exp	-fillbegin-
Display signal in decimal.
-end-
db.gate.led.seg.exp	-fillbegin-
Signal bits directly control led segments.
-end-

db.seq.back		<Back
db.seq.next		Next>


cpath.cloops -fillbegin-
Combinational loops were detected in your circuit.
In order to do delay analysis on this circuit, you
must either break the loop, or mark some of the
gates in the loop as a "Critical Path Partition"
point.  Nets at which a loop was detected are
listed below.
-end-

##############################################################################
# Print dialog box
#
print.outto		Output to
print.printer		Printer
print.file		File
print.prcmd		Print Command
print.prname		Printer

print.filename		File Name
print.epssave		Save as Encapsulated Postscript.
print.doctit		Document Title
#print.prmod		Print Modules
print.epcm		Epochs/cm
print.estpg		Estimated pages
print.all		All
print.cur		Current
print.use		Used
print.sel		Selected
print.inclib		Include library modules.
print.papsz		Paper Size
print.orient		Orientation
print.portrait		Portrait
print.landscape		Landscape
print.2side		Print Double-Sided
print.opts		Options
print.scale		Scale large modules to fit page.
print.partition		Partition large modules into multiple pages.
print.incidx		Include index.
print.incgraph		Include hierarchy graph.
print.4up		Print small modules four per page.
print.range		Range Selection
print.scaleselect	Scale Selection
print.fulltr		Full Trace
print.parttr		Partial Trace
print.start		Start
print.end		End
print.outsel		Output Selection
print.filesel		File Selection
print.printersel	Printer Setup
print.pageset		Page Setup
print.modulesel		Module Selection

##############################################################################
#
# TkGate 2.0 print dialog strings
#
print.ok			Print
print.printtrace.cap		Print Trace
print.printcirc.cap		Print Schematic
print.printcirc.out.exp		-fillbegin-
Choose whether to send
your schematic to the
printer or to a PostScript
file.
-end-

print.printcirc.page.exp	-fillbegin-
Choose page and printer
options here.
-end-

print.printcirc.mod.exp		-fillbegin-
Choose which modules are
to be printed and set
options controlling the
presentation.
-end-

print.printtrace.trace.exp	-fillbegin-
Choose the time range
over which to produce
output.  Also set the
scale to compute the
estimated page count.
-end-

print.tab.output	Output
print.tab.page		Page
print.tab.content	Content

ipop.editintf		Edit...
ipop.setintf		Set as Default
ipop.replintf		Replace with Default

##############################################################################
#
# Options dialog
#
opt.identity		Identity
opt.site		Site Name
opt.username		User Name
opt.inst		Instances
opt.mods		Modules
opt.modports		Module Ports
opt.frames		Frames
opt.comment		Comments
opt.hlink		Hyperlinks
opt.wire		Single-Bit Wires
opt.bus			Multi-Bit Wires
opt.tools		Gate Tools
opt.cpath		Critical Path
opt.grid		Scope Grid
opt.logic1		Logic One
opt.logic0		Logic Zero
opt.float		Float
opt.unknown		Unknown/Conflict
opt.offled		Off LED
opt.onled		On LED
opt.zled		Floating LED
opt.restdef		Restore Defaults
opt.regudate		Region Update
opt.smoothscroll	Smooth Scrolling
opt.outmove		Outline Move modules
opt.balloon		Enable Help Balloons
opt.safeSave		Do safe file saving
opt.saveCells		Include cells in save files
opt.debug		Enable Debugging
opt.showimage		Show side-bar images in dialog boxes
opt.novice		Novice Mode
opt.ckpoint		Do Checkpointing
opt.freq		Interval
opt.beak		Enable Special Modes
opt.mode		Mode
opt.normal		Normal
opt.bat			Bat
opt.trek		Star Trek
opt.miles		Miles
opt.contver		Automatic Integrity Checking
opt.showsimcmd		Display Simulator Stream
opt.logfile		Simulator Log File
opt.estepsz		Epoch Step Size
opt.cstepsz		Clock Cycle Step Size
opt.overstep		Clock Overstep
opt.sorttraces		Sort traces alphabetically on scope
opt.vpopupdelay		Pop-Up Delay
opt.initscript		Initialization script
opt.posedge		Clock step stops on all clock posedges
opt.setclock		Clock step stops on clock
opt.delayfilepath	Delay Files
opt.general		General
opt.interface		Interface
opt.display		Display
opt.print		Print
opt.simulate		Simulate
opt.analysis		Analysis
opt.color		Color
opt.undolen		Max Undo
opt.keybind		Key Binding Style
opt.useless		Useless Features
opt.features		Basic Features
opt.simbase		Basic Simulator Options
opt.simclock		Clock Options

opt.cpopts		Critical Path Options
opt.maxpath		Maximum Number of Paths:
opt.cpflash		Display with Flashing Path

opt.vercheck		-begin-
Periodically check for new versions of tkgate over
the Internet.  Do not enable unless you have continuous
access to the Internet.
-end-

opt.general.cap		General Options
opt.interface.cap	Interface Options
opt.print.cap		Print Options
opt.analysis.cap	-begin-
Critical Path
Options
-end-
opt.simulator.cap	Simulator Options
opt.color.cap		Color Options
opt.debug.cap		Debug Options


opt.color.editwin	Edit Window Colors
opt.color.scopewin	Scope Window Colors

opt.general.exp		-fillbegin-
Set personal identification
and basic TkGate options
on this page.  The personal
identification will be used
on printed output.
-end-

opt.interface.exp	-fillbegin-
Set options controlling the look and feel of the interface.
-end-

opt.print.exp		-fillbegin-
Set default printer options
on this page.
-end-

opt.analysis.exp	-fillbegin-
These options control the
critical path analysis
function.
-end-

opt.simulator.exp -fillbegin-
These options control
the functioning of the
simulator.
-end-

opt.color.exp -fillbegin-
Use these options to
set the color scheme
to use in TkGate.
-end-

opt.debug.exp -fillbegin-
Debugging options can
be set here.
-end-

opt.gen.toolbar	Toolbar Options

##############################################################################
#
# Interface generator
#
igen.type		Type
igen.side		Side
igen.size		Size

igen.refetch		Re-fetch
igen.resort		Re-sort
igen.add		Add
igen.delete		Delete
igen.edit		Edit
igen.auto		Auto

igen.in			in
igen.out		out
igen.inout		inout

igen.left		left
igen.right		right
igen.top		top
igen.bottom		bottom

igen.other		other

igen.mod		Use ports used in module only.
igen.int		Use ports from exisiting interface only.
igen.modint		Use both module and interface ports.

igen.portsel		Port Selection
igen.portpos		Port Positions
igen.portpos.keep	Keep exiting port positions when possible.
igen.portpos.renew	Regenerate all port positionings.

igen.caption		Generate Interface

igen.description	-begin-
Create a new interface
for a module.
-end-

igen.typesel.label	-begin-
Interface Generator:

%s

Interface Type
-end-

igen.typesel.exp	-fillbegin-
Choose between the
standard rectangular
module interface and
a custom bit-mapped
interface.
-end-

igen.typesel.custom	-begin-
Use the bitmap editor to
create your own circuit
element symbols.
-end-

igen.typesel.std	-begin-
Use a standard rectangular
interface.
-end-

igen.portsel.label	-begin-
Interface Generator

%s

Port Selection
-end-

igen.portsel.exp	-fillbegin-
Select the ports to be
placed on the reference
interface.  Use the mouse
to drag ports into the
desired positon.  Double
click to change a value
or add a new port.
-end-

igen.portplace.label	-begin-
Interface Generator

%s

Port Placement
-end-

igen.portplace.exp	-fillbegin-
Set placement options
for ports.
-end-

module.props		Module Properties

ipanel.plist		Port List
ipanel.props		Interface Properties
ipanel.itype.change	Change Type...
ipanel.itype.generate	Auto Generate...
ipanel.itype.edsymbol	Edit Symbol...
ipanel.block		Block
ipanel.symbol		Symbol
ipanel.block.props	Port Placement...

ipanel.block.description	Block Interface
ipanel.symbol.description	Custom Symbol Interface

ipanel.ppos.label	Block resize port handling:
ipanel.ppos.fix		Fixed positions
ipanel.ppos.scale	Scaled positions

ipanel.warn.toblock		-begin-
You are about to change the
interface type for this module
to "block".  This will result
in the current interface data
being destroyed.

Are you sure you want to do this?
-end-

ipanel.warn.tosymbol		-begin-
You are about to change the
interface type for this module
to "symbol".  This will result
in the current interface data
being destroyed.  You will also
need to create a bitmap image
for your new symbol.

Are you sure you want to do this?
-end-

##############################################################################
#
# Block list dialog boxes
blklst.newmod		New Module 
blklst.delmod		Delete Module
blklst.frommod		Copy Module From
blklst.tomod		To
blklst.oldname		Old Name
blklst.newname		New Name
blklst.claim		Claim Module
blklst.to		To
blklst.from		From
blklst.name		Name
blklst.new.cap		Create New Module
blklst.del.cap		Delete Module
blklst.copy.cap		Copy Module
blklst.rename.cap	Rename Module
blklst.claim.cap	Claim Module
blklst.setroot.cap	Set Root Module

blklst.new.exp		-fillbegin-
Use this dialog box to create
a new module definition.  You
can create the module as a
netlist or an HDL module, but
once created you will not be
able to modify the type without
deleting and rebuilding the
module.
-end-

blklst.del.exp		-fillbegin-
Delete the definition and interface data
for the specified module.  Existing instances
of the deleted module will be retained but
will be marked as undefined.
-end-

blklst.copy.exp		-fillbegin-
Create a copy of the specified module definition.  Use this to create
a new variant of an existing module.
-end-

blklst.rename.exp	-fillbegin-
Rename a module definition.  This operation will affect only the
definition, any existing instances of this module will continue to
point to the old module name.
-end-

blklst.claim.exp	-fillbegin-
Convert a library module to a user module.  This allows the module to be
edited and to be saved with the user circuit.
-end-

blklst.setroot.exp	-fillbegin-
Make the specified module the top-level module.
-end-


find.label		Find Objects
find.exp		-fillbegin-
Look for text either in
a gate name, a wire name
or in the text of a comment.
Double click on a result to
go to that item.
-end-

find.result.module	Module
find.result.type	Type
find.result.name	Object Name

find.type.gate		gate
find.type.net		net
find.type.comment	comment

find.options		Search Options
find.results		Search Results

#
# This is a special tag used to indicate whether the position qualifier box
# should be "before" or "after" the text entry box.  Use the keywords before
# or after to indicate the position.
#
@find.qual.pos		before

find.qual.contains	Contains...
find.qual.begins	Begins with...
find.qual.ends		Ends with...
find.qual.matches	Matches...

find.dom.label		Look for objects in:
find.dom.gates		Gates
find.dom.nets		Nets
find.dom.text		Comment Text

find.search		Find:
find.target		Target

#
# These are special tags used to indicate the image file to be used for
# displaying port types.
#
@portlist.in		input.gif
@portlist.out		output.gif
@portlist.inout		pinout.gif


##############################################################################
#
# Circuit Dialog box
#
circ.ident		Identification
circ.filev		File Version
circ.file		File Name
circ.title		Circuit Title
circ.discchg		Do not warn about discarding changes.
circ.extbar		Use extender bars.
circ.noextbar		Do not use extender bars.
circ.iniscript		Initialization Scripts
circ.noscript		No script files selected.
circ.really		Do you really want to remove '%s' from the list of initialization scripts.

##############################################################################
# Simulator
#
sim.breakpt		Breakpoint

##############################################################################
#
# Critical path messages
#
cp.delay		Path Delay:
cp.pathl		Path List:
cp.numpath		Number of Paths:
cp.recompute		Recompute

##############################################################################
# Error messages
#
err.verilog		Errors in file:
err.nopin		Can't change selected pin.
err.badhex		Illegal hex value '%s' ignored.
err.gatanchor		Gate(s) are anchored and can not be moved.
err.protdata		Can not modify contents of protected or library module.
err.badfind		Can't find target '%s'.
err.badopendel		Can't delete open module.
err.nosrcmod		Source module '%s' not found.
err.noerr		Can not locate error.
err.misserr		Error information incomplete (did the simulator crash?)
err.pounimpl		Unimplemented error in ParseOption

err.badinadd		Can't add any more inputs to selected gate.
err.badoutadd		Can't add any more outputs to selected gate.
err.badinoutadd		Can't add any more inout pins to selected gate.
err.badpinchg		Can't change pin types on selected gate.
err.badnetname		Illegal characters in identifier deleted.
err.netbcrename		Identifier renamed to '%s' because of illegal characters.
err.netconfnet		Identifier renamed to '%s' because of conflict.
err.netconfgat		Identifier renamed to avoid conflict with primitive gate name
err.netconfkw		Identifier renamed to avoid conflict with reserved word.
err.badconsame		Connection refused because wires are part of the same net.
err.badconptsp		Connection refused because both wires are module ports or supply.
err.badconbitw		Connection refused because bit widths do not match.
err.badrange		Non-positive range for scope trace is not allowed.
err.badlprcmd		Unable to exectute printer command '%s'.
err.badpsopen		Unable to open file '%s' for postscript output.
err.badid		Illegal identifier '%s'.

err.protintf		Can't modifiy protected interface on module '%s'.

err.bkpt.badexp		Syntax error in breakpoint expression.  Must be one of: 'net', '!net', 'net==value', 'net!=value'
err.bkpt.badnet		Invalid net name '%s'. Names must start with a letter and contain only letters, digits and '.'.
err.bkpt.badval		Syntax error in value '%s'.  Must be decimal or verilog-style constant.
err.bkpt.toomany	Too many breakpoints.  Maximum is %d.

err.sim.badtmp		Could not save temporary file '%s' for simulator (disc full?)
err.sim.syntx		Syntax error in '%s' command.
err.sim.noincl		Include file '%s' not found.
err.sim.clockbadedge	Illegal edge indicator '%c' in clock command.
err.sim.nobkpt		No such breakpoint '%s'.
err.sim.nonet		Can't find net '%s'.
err.sim.nogate		Can't find gate '%s'.
err.sim.badbin		Illegal charcter in binary constant '%s'.
err.sim.notswitch	Gate '%s' is not a switch, dip or register.
err.sim.badcmd		Unrecognized command '%s' in simulation script.

err.noteditpchg		Properties can only be changed in edit mode.	
err.badeditop		Illegal interface edit mode operation.
err.badopen		Unable to open input file '%s'.
err.badlibopen		Unable to open library file '%s'.

err.nomark		Please set a mark with the left mouse button before selecting a gate type.
err.badgate		Unknown gate type.
err.badmake		Unable to create gate.

err.badportadd		Can't add ports to gates of this type.
err.badportdel		Selected port can not be deleted.
err.badportedit		Selected port can not be edited.
err.noport		No port selected.

err.manypages		-fillbegin-
There are an awful lot of
pages in this document.  Are
you sure you want to print it?
-end-

err.nojump		-fillbegin-
The 'jump-to-module' feature can not be used
in simulation or critical path analysis mode.
Please navigate manully to the target block
by selecting modules and opening them with the
'>' keyboard command.  You can leave a module
you are in with the '<' keyboard command.
-end-

err.nomod		Module '%s' is not defined.
err.modlock		Logic Block is Locked!
err.closeroot		Can't close top-level module.  Use quit.
err.sim.isrun		Simulator is already running (Use 'Ctrl-s e' to end).
err.sim.isnotrun	Simulator is not running (Use 'Ctrl-s b' to start).
err.editonly		Command not valid when in simulation mode.
err.simonly		Command valid only in simulation mode.

err.nodel		No deletable selection.
err.modnotdef		Module '%s' is undefined.
err.moddef		The module '%s' already exists.
err.primredef		Built-in element name '%s' can not be redefined.
err.noprop		Selected gate has no editable properites.
err.openscript		Can't open simulation script file '%s'
err.oldversion		Loaded file with obsolete version number %s (current version is %s).
err.futureversion	Loaded file saved by future tkgate version %s (this version is %s).
err.badversion		Unknown version number.  Use at your own risk.
err.nodrive		Net %s has no driver in module %s.
err.noconn		Wire %s{%d} has no connections - deleted.
err.oldportact		Please right click on port or module edge to add/change port.
err.nomodule		No selected module.
err.nomodop		No suitable modules for operation.

err.backupfail		Unable to create backup file '%s'.

err.corruptnewsave	-fillbegin-
TkGate was able to save your file in '%s', but it appears
to be corrupted.  If you have checkpointing enabled try
loading one of the checkpoint files.  Use 'tkgate -V' to
check the integrety of a save file.
-end-

err.corruptsave		-fillbegin-
TkGate detetected a problem while trying to save the file '%s'.
The existing file has been left unmodified and the damaged file has
been written to '%s'.  If you have checkpointing enabled you
can try loading one of the checkpoint files.  You can also use
'tkgate -V' to check the integrety of a save file.
-end-

err.badsave		-fillbegin-
A problem has occured trying to open or write the file '%s'.  Check
file/directory protections and or disk space.
-end-

err.nosafesave		-fillbegin-
A problem has occured attempting to save '%s'.  If you wish, you can
try again without save validation.  If you say "no", the original file
will remain unmodified.  If you say "yes" the original file will be
overwritten, but may be destroyed if a problem occurs.  Would you like
to attempt an unvalidated save?
-end-

err.noback		-fillbegin-
File was created by tkgate
%s, and may not be readable
by versions earlier than
current version (%s) if you
save.
-end-

##############################################################################
# Informational messages
#
msg.selwire		Selected wire named '%s'.
msg.selgate		Selected %s named '%s'.
msg.selblock		Selected %s block named '%s'.
msg.modoverwt		Destination module '%s' already exists.  Overwrite?
msg.foundgate		Found gate named '%s'.
msg.foundwire		Found wire named '%s'.
msg.searchagn		Target string '%s' not found.  Hit 'find' to restart search again.
msg.sim.chgtoroot	Simulation mode requires root module at top of edit stack.
msg.sim.nogatemod	Simulation mode requires concrete module stack.
msg.setinterface	Set module interface for '%s'.
msg.needsel		Please select a module instance.
msg.wroteckpt		Checkpointed to %s...
msg.save		Saved circuit to '%s'.
msg.reallynew		Circuit has been modified.  Do you really want to discard your changes and create a new circuit?
msg.reallyquit		Circuit has been modified.  Do you really want to exit?
msg.notlib		Module '%s' is not a library module.

##############################################################################
# Miles messages (Activated when Miles Bader uses tkgate)
#
miles.msg1		Only a fool would put %s%s there, Miles.
miles.msg2		That's a really stupid place to put %s%s, Miles.
miles.msg3		That's a terrible place for %s%s, Miles.
miles.msg4		Miles, you are a fool for putting %s%s there.
miles.msg5		Only you would put %s%s there, Miles.
miles.msg6		Putting %s%s there is proof of your absolute stupidity, Miles.
miles.msg7		Why don't you give up Miles, this is a stupid circuit.
miles.msg8a		It's pointless to continue, Miles.
miles.msg8b		It's obvious you can't design a circuit


##############################################################################
# Balloon Help
#

ho.new		-begin-
Clear the current circuit,
and start editing a new one.
-end-

ho.open		Open a circuit from a file.
ho.save		Save circuit to current file.
ho.print	Print current circuit.
ho.library	Load a library file.

ho.move		-begin-
Move/Connect - By clicking and dragging you can:
  Set the position for a new gate
  Move gates and wires
  Connect wires
By double-clicking you can:
  Edit gate, wire and port properties
  Edit comment text
-end-

ho.delgat	-begin-
Delete Gate - Use this
tool to delete gates.
-end-

ho.cutw		-begin-
Cut Wire - Use this
tool to cut wires.
-end-

ho.inv		-begin-
Invert - Use this tool to add
or remove inverters from gate ports.
-end-

ho.bitw		-begin-
Bit Width - Use this tool to change the
bit size of a wire.  Enter the number of
bits in the entry box in the lower right
corner of the window.
-end-

ho.mod.open	Open the selected module.
ho.mod.close	Close the current module.

ho.mod.new	Create a new module type.
ho.mod.del	Delete a module.
ho.mod.copy	Copy a module.
ho.mod.rename	Rename a module.
ho.mod.claim	-begin-
Convert a library module to
a regular module.
-end-
ho.mod.setroot	-begin-
Designate a module to
be the root module.
-end-

ho.undo	Undo previous action(s)
ho.redo	Redo undone action(s)

ho.tab.edit		-begin-
Primary editing mode.
-end-


ho.tab.interface	-begin-
Edit module interfaces.  While in interface
mode, double click on a module in the module
list to edit its interface, or on the root
module to display all interface.
-end-


ho.tab.simulate		-begin-
Start the simulator, open the logic analyzer
and execute any initialization scripts if defined.
-end-


ho.tab.cpath		-begin-
Find critical paths in a circuit.
-end-

ho.simstart	-begin-
Start the simulator, open the logic analyzer
and execute any initialization scripts if defined.
-end-

ho.simgo	-begin-
Run simulator in continuous execution mode.
Note that combinational circuits simulate
only until the circuit reaches steady state.
-end-

ho.simpause	-begin-
Pause a continuously running simulation.
-end-

ho.simstep	-begin-
Step a fixed interval of time.
Open the simulation options
window to set the step size.
-end-

ho.simclock	-begin-
Step a fixed number of clock
cycles.  Open the simulation options
window to set the step size.
-end-

ho.simstop	-begin-
End the current simulation
and return to edit mode.
-end-

ho.simbreak	-begin-
Edit the current breakpoints.  Simulation
will be halted when a breakpoint condition
becomes true.
-end-

ho.simexec	Execute a simulation script.

ho.simload	-begin-
Load memory with contents of
a .mem file.
-end-

ho.simdump	-begin-
Dump the contents of a memory
to a .mem file.
-end-

ho.sim.break	-begin-
Enter a simulator breakpoint.  Breakpoints are expressions
which cause the simulator to pause execution when they become
true.  Currently only simple expressions with a single
relational operator such as "w1 == 0" or "w7 != 8" are
supported.  Expressions such as "w8" or "!w2" may also be
used to test for non-zero and zero values respectively.
-end-

ho.f.modlist	-begin-
OBSOLETE
-end-

ho.f.modlisttab	-begin-
List of all modules currently loaded.
You can display the list in either
alphabetical or hierarchical form
by selecting the appropriate tab.
Drag modules to the edit window to
create new instances.
-end-

ho.netlist	-begin-
List of nets in the current module.
The symbol to the left of the name
indicates whether the net is single
bit (green) or multi-bit (red).  An
"A" shown in the symbol indicates
that the net name is marked as
visible.
-end-

ho.ports	-begin-
List of ports on the interface
of the module displayed in the
edit window.  The symbol before
the port indicates the direction
of the port.
-end-

ho.status.logo		-begin-
Simulation status indicator.  If the iron gate
logo is shown, tkgate is in edit mode.  If the
quadrapedal AND gate is shown, tkgate is in
simulation mode.  If the AND gate is stationary,
the simulation is paused, and if it is walking
the simulation is running.
-end-

ho.status.msg		Messages from tkgate are displayed here.

ho.status.block		The stack of modules being edited.

ho.status.file		-begin-
The current file being edited.  A '*' indicates
that the buffer has been modifed since
the last save.
-end-

ho.print.selall		Print all modules currently loaded by TKGate.
ho.print.selcur		Print only the current module in the TKGate edit window.
ho.print.seluse		-begin-
Print all modules "in use". In use modues are 
those that are a decendent of the root module.
-end-

ho.print.fulltrace	Print the entire trace.

ho.print.parttrace	-begin-
Print a portion of the trace.  Enter the starting
and stopping times in the entry windows below, or
use the right mouse button to select a range on the
scope window (use shift-right to select long ranges).
-end-

ho.print.parttracestart	Starting time of trace output.
ho.print.parttraceend	Ending time of trace output.


ho.print.selsel		-begin-
Print only the modules selected below.  Use
the control key to select multiple modules.
-end-

ho.print.modlist	Select the modules to be printed.

ho.circuit.discchg	-begin-
TkGate will not display a warning if you
discard changes without saving.
-end-

ho.circuit.extbar	-begin-
Basic gates (AND, OR, XOR) will use
extender bars to handle many input
gates.
-end-

ho.cmd.bitw		-begin-
Wires selected with the cursor
will be set to this bit width.
-end-

ho.edgat.signam		-begin-
The name of the selected signal on the
selected gate.  You can change the name
of the signal by editing it here.
-end-

ho.edgat.port		-begin-
The name of the port for this signal
on the gate.  This field can only be
edited for module instances.
-end-

ho.edgat.iolab		-begin-
The direction of the selected signal
on the selected gate.  This field can only
be edited for module instances.
-end-

ho.edgat.bitlab		-begin-
The bit width of the selected signal
on the selected gate.  You can change the
bitwidth by editing it here.
-end-

ho.edgat.cycle		The total number of epochs in a clock cycle.
ho.edgat.phase		The starting point of the cycle (in percent).
ho.edgat.duty		The percent of the cycle, the clock is low.

ho.edgat.cname		Name of connected net.
ho.edgat.cport		Port to which net is connected.
ho.edgat.ctype		Type of connection.
ho.edgat.cbitw		Bit width of connected net.
ho.edgat.cedit		Edit the selected port.
ho.edgat.cadd		Add a port.
ho.edgat.cdel		Delete the selected port.

ho.edgat.hide		-begin-
Set this flag to disable
display of gate name.
-end-

ho.edgat.gtype		Type of the gate.
ho.edgat.gname		Name of this gate instance.
ho.edgat.ganchor	Set this flag to anchor the position of a gate.
ho.edgat.gx		X coordinate of gate.
ho.edgat.gy		Y coordinate of gate.

ho.edgat.swstate	-begin-
The initial state of the switch to use when
starting a simulation.
-end-

ho.edgat.dipstate	-begin-
The initial state of the dip switch to use
when starting a simulation.
-end-

ho.edgat.range		The range of bits to pull off a bus.

ho.edgat.memfile	-begin-
The file with the initial state for this memory.
This file is read when the simulator is started.
-end-

ho.edgat.func		The function type of this module.
ho.edgat.frame		The frame label.

ho.traceprint		Print trace logic trace. 

ho.showxhair		-begin-
If this button is depressed, a vertical crosshair
line will be displayed in the scope window.
-end-

ho.opt.sorttraces	-begin-
If this option is enabled, traces on the
scope window will be displayed in sorted
order.  If this option is disabled, traces
on the scope window will be displayed in
the order in which the probes were set.
-end-


ho.opt.undolen		-begin-
Maximum number of undo actions to retain.
-end-

ho.opt.site		-begin-
The name of the site where tkgate is
installed.  This name will be used on
any printer or postscript output.
-end-

ho.opt.smooth		-begin-
If this option is enabled, scrolling will
be optimized by using bitmap copies instead
of a complete redisplay.  You can turn this
off if there are any problems with your server.
-end-

ho.opt.clip		-begin-
If this option is enabled, clipping will be
used to update only the exposed portion of
the window on a redisplay.  Otherwise the
entire display will be redrawn for all
exposures.
-end-

ho.opt.outmove		-begin-
If this option is enabled, only an outline
of module instances being moved will be displayed
while dragging.  Use this feature only on machines
with slow displays.
-end-

ho.opt.bhelp		-begin-
If this option is enabled,  help balloons will 
be activated.  Help balloons, such as this one,
provide tips on interface elements when the
mouse is over them.
-end-

ho.opt.novice		-begin-
If no other circuit is specified on the command
line.  A TkGate tutorial will be disaplyed as
the initial circuit on start up.
-end-

ho.opt.debug		-begin-
Enables several debugging features
only useful to TkGate developers.
-end-

ho.opt.ckpt		Enable checkpointing of unsaved circuits.
ho.opt.ckptfreq		Frequency of checkpoints in seconds.

ho.opt.beak		-begin-
Enable these totally useless features.
If you disable this feature, these modes
(and this checkbox) will no longer appear
in the options box.  The only way to
reenable them will be to edit
your .tkgate-properties file.
-end-

ho.opt.miles		-begin-
If this mode is enabled, TkGate will
periodically insult the intelligence of
the user.
-end-

ho.opt.bat		-begin-
If this mode is enabled, TkGate will
set up an enviornment for designing a
bat computer.
-end-

ho.opt.trek		Beam me up Scoty!
ho.opt.normal		Disable fun Stuff.

ho.opt.simstep		-begin-
The number of epochs to advance when
the step command is issued.
-end-

ho.opt.ckstep		-begin-
The number of clock cycles to advance
when the clock step command is issued.
-end-

ho.opt.ckover		-begin-
The number of epochs past rising edge
of the clock to advance when the clock
step command is issued.
-end-

ho.opt.vpopupdelay		-begin-
The delay in milliseconds between pressing
and holding the mouse button and the display
of a signal value.  On some systems, short
delay values interfere with the ability to
recognize a double click.  If you have this
problem, increase this value.  Values between
1 and 10000 are allowed.
-end-

ho.opt.init		-begin-
A simulation script file to execute
automatically when the simulation
is started.
-end-

ho.opt.ckall		-begin-
If this mode is enabled, the clock step
command will pause the simulation on the
positive edge of any clock in the circuit.
-end-

ho.opt.ckspec		-begin-
If this mode is enabled, the clock step
command will pause the simulation only on
the positive edge of the specified clock.
-end-

ho.opt.keybind		-begin-
Specifies the basic style for key
bindings.  If you change this
option, bindings will be updated
immediately, but you will need to
restart tkgate to see any user
defined keybindings.
-end-

ho.deftech		-begin-
Default technology for new gates.
Affects delay of gates. To change
the technology of a specific gate,
open its properties box (double
click) and select the "Delay" tab.
-end-

ho.techbut		-begin-
Use delays from standard technology
definition file.  To add custom
technologies, add them to the list
in the "File -> Options -> Simulate"
menu.
-end-

ho.custbut		-begin-
Set custom delay values for this gate.
-end-

ho.contver		-begin-
Continuously verify the integrity of internal
data structures after every operation.
-end-

ho.simwatch		-begin-
Display commands sent between
the GUI and the simulator.
-end-

ho.simlog		-begin-
Write commands issued to the
simulator to a log file.  The
log file can then be used as
input to the simulator in a
debugger.
-end-

ho.simed.point		-begin-
Pixel edit mode.  Use the left
mouse button to set pixels and
the right button to clear them.
-end-

ho.simed.line		-begin-
Line mode.  Use the left
mouse button to set pixels and
the right button to clear them.
-end-

ho.simed.rect		-begin-
Rectangle mode.  Use the left
mouse button to set pixels and
the right button to clear them.
-end-

ho.simed.fillrect	-begin-
Filled rectangle mode.  Use the
left mouse button to set pixels
and the right button to clear them.
-end-

ho.simed.select	-begin-
Bitmap select mode.  Use the left
mouse buttons to select regions of
the bitmap and do cut and paste
operations on the selection.
-end-

ho.simed.port	-begin-
Port select mode.  Select ports and
move them or rotate them.
-end-

ho.tool.currot	-begin-
Displays the current default
rotation.  Click on this
button to change the current
default rotation.
-end-



ho.tool.rotate		Rotate selected gate(s) counter-clockwise.
ho.tool.brotate		Rotate selected gate(s) clockwise.
ho.tool.valgn		Align selected gate(s) vertically.
ho.tool.halgn		Align selected gate(s) horizontally.

ho.tool.cut		Cut selection.
ho.tool.copy		Copy selection.
ho.tool.paste		Paste from cut buffer.
ho.tool.find		Find gate, wire or text.
