# STATUS_OK
ok.color = 0x00FF00
ok.short = Will be exported
ok.long = \
This network will be exported.\
\
This network requires at least %memneeded of memory, and Java has \
%availmem of memory available.\
# STATUS_NOT_ENOUGH_MEM
not_enough_mem.color = 0xFF0000
not_enough_mem.short = Not enough memory
not_enough_mem.long = \
Problem: There may not be enough memory for Java to export this network.\
This network requires at least %memneeded of memory, and Java has \
%availmem of memory available.\
Solutions:\
\
- Provide Java with more memory,
\
- reduce the image size by reducing the zoom,
\
- or reduce the image size by setting the
maximum image size. \
\
# STATUS_NO_VIEW
no_view.color = 0x0000FF
no_view.short = No network view--will not be exported
no_view.long = \
Problem: This network does not have a view.\
Solution: To export this network, create its view\
by right-clicking on the network in the Network Control Panel\
and select "Create View."\
# Will not be exported
no_export.color = 0x0000FF
no_export.short = Will not be exported
no_export.long = This network will not be exported.