Added back some strings that got lost.

This commit is contained in:
vyshane
2006-02-16 06:17:33 +00:00
parent a508f208ce
commit cbde4dc94d
+14 -1
View File
@@ -23,18 +23,29 @@ $string['confirmdeletefield'] = 'You are about to delete this field, are you sur
$string['confirmdeleterecord'] = 'Are you sure you want to delete this record?';
$string['dateentered'] = 'Date entered';
$string['descending'] = 'Descending';
$string['deleted'] = 'deleted';
$string['deletefield'] = 'Delete an existing Field';
$string['menu'] = 'Menu (Single-selection)';
$string['menuchoose'] = 'Choose...';
$string['emptyadd'] = 'The Add template is empty, generating a default form...';
$string['emptyaddform'] = 'You did not fill out any fields!';
$string['entrysaved'] = 'Your entry has been saved';
$string['errormustbeteacher'] = 'You need to be a teacher to use this page!';
$string['example'] = 'Database module example';
$string['fieldadded'] = 'Field added';
$string['fieldallowautolink'] = 'Allow autolink';
$string['fielddeleted'] = 'Field deleted';
$string['fielddescription'] = 'Field description';
$string['fieldname'] = 'Field name';
$string['fieldoptions'] = 'Options (Line Separated)';
$string['fields'] = 'Fields';
$string['fieldupdated'] = 'Field updated';
$string['fieldwidth'] = 'Width';
$string['fieldheight'] = 'Height';
$string['fieldwidthsingleview'] = 'Width in single view';
$string['fieldheightsingleview'] = 'Height in single view';
$string['fieldwidthlistview'] = 'Width in list view';
$string['fieldheightlistview'] = 'Height in list view';
$string['file'] = 'File';
$string['footer'] = 'Footer';
$string['generatedefault'] = 'Generate default template';
@@ -49,6 +60,7 @@ $string['invalidfieldname'] = 'Please choose another name for this field';
$string['invalidurl'] = 'The URL you just entered is not valid';
$string['listtemplate'] = 'List Template';
$string['maxentries'] = 'Maximum entries';
$string['maxsize'] = 'Maximum size';
$string['modulename'] = 'Database';
$string['modulenameplural'] = 'Databases';
$string['multientry'] = 'Repeated entry';
@@ -94,6 +106,7 @@ $string['recorddeleted'] = 'Record Deleted';
$string['requireapproval'] = 'Require Approval?';
$string['requiredentries'] = 'Required entries';
$string['requiredentriestoview'] = 'Entries required before viewing';
$string['rssglobaldisabled'] = 'Disabled. See site configuration variables.';
$string['rsshowmany'] = '(number of latest entries to show, 0 to disable RSS)';
$string['rsstemplate'] = 'RSS Template';
$string['save'] = 'Save';
@@ -111,4 +124,4 @@ $string['url'] = 'Url';
$string['viewfromdate'] = 'Viewable from';
$string['viewtodate'] = 'Viewable to';
?>
?>