RSS Git Download  Clone
Raw Blame History 342B 9 lines
<?php
$lang['form_title'] = 'Category editor';
$lang['column_id'] = 'Id:';
$lang['column_id_tooltip'] = 'Id of category in the DB';
$lang['column_updated'] = 'Updated:';
$lang['column_updated_tooltip'] = 'Time, the data was last updated';
$lang['column_title'] = 'Title:';
$lang['column_title_tooltip'] = 'Title of the category, required';
?>