Changeset 28 for classes.php
- Timestamp:
- Feb 13, 2008, 1:59:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes.php
r13 r28 4 4 'Measure' => array( 5 5 'Name' => array('Type' => 'String', 'Caption' => 'Zkratka', 'Default' => 'measure'), 6 'Title' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => 'M ìøení'),7 'Description' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => 'M ìøení velièiny'),6 'Title' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => 'Měření'), 7 'Description' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => 'Měření veličiny'), 8 8 'Unit' => array('Type' => 'String', 'Caption' => 'Jednotka', 'Default' => ''), 9 9 'Continuity' => array('Type' => 'Boolean', 'Caption' => 'Spojitost', 'Default' => '0'), 10 'Period' => array('Type' => 'Integer', 'Caption' => 'Perioda m ìøení', 'Default' => '60'),11 'PermissionAdd' => array('Type' => 'String', 'Caption' => 'Oprávn ìní k mìøení', 'Default' => 'localhost.localdomain'),12 'PermissionView' => array('Type' => 'String', 'Caption' => 'Oprávn ìní k prohlíení', 'Default' => 'all'),10 'Period' => array('Type' => 'Integer', 'Caption' => 'Perioda měření', 'Default' => '60'), 11 'PermissionAdd' => array('Type' => 'String', 'Caption' => 'Oprávnění k měření', 'Default' => 'localhost.localdomain'), 12 'PermissionView' => array('Type' => 'String', 'Caption' => 'Oprávnění k prohlížení', 'Default' => 'all'), 13 13 'Enabled' => array('Type' => 'Boolean', 'Caption' => 'Povolení', 'Default' => '1'), 14 'DataType' => array('Type' => 'String', 'Caption' => 'Typ datových polo ek', 'Default' => 'int'),15 'DataTable' => array('Type' => 'String', 'Caption' => 'Tabulka m ìøených dat', 'Default' => 'data'),14 'DataType' => array('Type' => 'String', 'Caption' => 'Typ datových položek', 'Default' => 'int'), 15 'DataTable' => array('Type' => 'String', 'Caption' => 'Tabulka měřených dat', 'Default' => 'data'), 16 16 ), 17 17 );
Note:
See TracChangeset
for help on using the changeset viewer.