scaffolding_lang.php
Go to the documentation of this file.00001 <?php
00002
00003 $lang['scaff_view_records'] = 'View Records';
00004 $lang['scaff_create_record'] = 'Create New Record';
00005 $lang['scaff_add'] = 'Add Data';
00006 $lang['scaff_view'] = 'View Data';
00007 $lang['scaff_edit'] = 'Edit';
00008 $lang['scaff_delete'] = 'Delete';
00009 $lang['scaff_view_all'] = 'View All';
00010 $lang['scaff_yes'] = 'Yes';
00011 $lang['scaff_no'] = 'No';
00012 $lang['scaff_no_data'] = 'No data exists for this table yet.';
00013 $lang['scaff_del_confirm'] = 'Are you sure you want to delete the following row:';
00014
00015
00016
00017