<?php /* * English translation * */ $i18n=array( 'notPrimaryKey' => 'There is not a primary key to ', 'first' => 'First', 'last' => 'Last', 'goPage' => 'Go to pag', 'next' => 'Next', 'previous' => 'Previous', 'page' => 'pag.', 'page2' => 'Page', 'of' => 'of', 'modifyReg' => 'Modify Record', 'newReg' => 'New Record', 'dataReg' => 'Record Data', 'mandatory' => 'Required', 'insert' => 'Insert', 'modify' => 'Modify', 'inserts' => 'Data inserted correctly', 'modifies' => 'Modified data correctly', 'reg' => 'Record', 'cancel' => 'Cancel', 'theField' => 'Field', 'notDecimal' => 'is not a decimal number allowed', 'notNumber' => 'is not a number allowed', 'notDate' => 'is not a date number allowed', 'notDateTime' => 'is not a datetime allowed', 'oblig' => 'It requires a value in the field', 'errorIns' => 'We found the following errors in data entry', 'return' => 'Return', 'errorMod' => 'Unable to modify the data', 'confDelete' => 'Are you sure you want to delete the Register', 'yes' => 'Yes', 'no' => 'No', 'deleted' => 'Removed data correctly', 'notDeleted' => 'Unable to remove the registration', 'displayReg' => 'Viewing Data', 'dataReg' => 'Registration Data', 'home' => 'Back to Home', 'filter' => 'Filter', 'active' => 'On', 'deactive' => 'Off', 'activated' => 'On', 'deactivated' => 'Off', 'insertReg' => 'Create new record', 'autofilter' => 'Autofilter', 'all' => 'All', 'null' => 'Without Value', 'asc' => 'Order ascendingly', 'desc' => 'Order descendingly', 'view' => 'View Record', 'deleteReg' => 'Delete Record', 'empty' => 'There are no entries', 'total' => 'Totals', 'cant' => 'Count', 'reg' => 'Records' ); ?>