blob: 96fe167e529a2b286915b72d6087f80f396ae0c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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:';
?>
|