lars
0a1a7bd383
fixed corrupt language.hdf file for "volume_passwd" (merged from [891]) fixed spelling in "plugin_manager" and "volume_format_fs" (merged from [880]) merged current state of update_po_files.py (removed obsolete revert_unchanged.sh)
15 lines
446 B
C#
15 lines
446 B
C#
<?cs # $Id$ ?>
|
|
|
|
<!-- <h2><?cs var:html_escape(Lang.Plugins.volume_props.Title.Properties) ?></h2> -->
|
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<?cs set:plugin_heading = "legend" ?>
|
|
|
|
<?cs if:Data.Plugins.volume_props.includePlugins ?>
|
|
<?cs # we use 'evar', as we expect 'include' commands inside the variable ?>
|
|
<?cs evar:Data.Plugins.volume_props.includePlugins ?>
|
|
<?cs else ?>
|
|
<?cs call:hint("Plugins.volume_props.NoPropertyPlugins") ?>
|
|
<?cs /if ?>
|
|
|