Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang['scaff_view_records'] = 'View Records';
|
||||
$lang['scaff_create_record'] = 'Create New Record';
|
||||
$lang['scaff_add'] = 'Add Data';
|
||||
$lang['scaff_view'] = 'View Data';
|
||||
$lang['scaff_edit'] = 'Edit';
|
||||
$lang['scaff_delete'] = 'Delete';
|
||||
$lang['scaff_view_all'] = 'View All';
|
||||
$lang['scaff_yes'] = 'Yes';
|
||||
$lang['scaff_no'] = 'No';
|
||||
$lang['scaff_no_data'] = 'No data exists for this table yet.';
|
||||
$lang['scaff_del_confirm'] = 'Are you sure you want to delete the following row:';
|
||||
|
||||
|
||||
/* End of file scaffolding_lang.php */
|
||||
/* Location: ./system/language/english/scaffolding_lang.php */
|
||||
Reference in New Issue
Block a user