Index: core/kernel/languages/phrases_cache.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/kernel/languages/phrases_cache.php (revision 15716) +++ core/kernel/languages/phrases_cache.php (revision ) @@ -327,7 +327,7 @@ $this->fromTag = $force_escaping; } - preg_match_all("(!(la|lu)[^!]+!)", $text, $res, PREG_PATTERN_ORDER); + preg_match_all("(!(la|lu|lc)[^!]+!)", $text, $res, PREG_PATTERN_ORDER); $language_tags = $res[0]; uasort($language_tags, Array(&$this, 'CmpParams')); \ No newline at end of file Index: core/units/permission_types/permission_types_config.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/units/permission_types/permission_types_config.php (revision 15716) +++ core/units/permission_types/permission_types_config.php (revision ) @@ -78,7 +78,7 @@ ), 'Description' => Array ( 'type' => 'string', 'max_len' => 255, - 'formatter' => 'kFormatter', 'regexp' => '/^(la|lu)_[A-Z\d:_\-\.]+$/i', + 'formatter' => 'kFormatter', 'regexp' => '/^(la|lu|lc)_[A-Z\d:_\-\.]+$/i', 'not_null' => 1, 'required' => 1, 'default' => '', ), 'ModuleId' => Array (