moodle/mod/data/lang/en/data.php
vyshane c87fbb27e1 Removed autolink support from radio button field (not needed).
Fixed bug for empty muti menu and multi checkbox fields.
Added "Choose..." as first item in single selection menu. Added relevant
string in en language.
Updated /mod/data/lib.php, function store_data_content() so that we store
empty content for fields too.
2006-02-02 06:28:17 +00:00

91 lines
4.4 KiB
PHP
Executable file

<?php // $Id$
$string['action'] = 'Action';
$string['add'] = 'Add entry';
$string['addafield'] = 'Add a Field';
$string['addtemplate'] = 'Add Template';
$string['atmaxentry'] = 'you are at the maximum number of entries!';
$string['autogenallforms'] = 'Generate All Default Templates';
$string['availablefromdate'] = 'Available from';
$string['availabletags'] = 'Available Tags';
$string['availabletodate'] = 'Available to';
$string['browse'] = 'Browse';
$string['cancel'] = 'Cancel';
$string['checkbox'] = 'Checkbox(es)';
$string['comments'] = 'Allow comments?';
$string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all databases. You will still need to turn feeds on manually in the settings for each database.';
$string['confirmdeletefield'] = 'You are about to delete this field, are you sure?';
$string['confirmdeleterecord'] = 'Are you sure you want to delete this record?';
$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'] = 'Entry Saved';
$string['example'] = 'Database Module Example';
$string['fieldadded'] = 'Field Added';
$string['fielddeleted'] = 'Field Deleted';
$string['fieldname'] = 'Field Name';
$string['fields'] = 'Fields';
$string['fieldupdated'] = 'Field Updated';
$string['file'] = 'File';
$string['footer'] = 'Footer';
$string['generatedefault'] = 'Generate Default Template';
$string['header'] = 'Header';
$string['headeraddtemplate'] = 'Defines the interface when adding new entries';
$string['headerlisttemplate'] = 'Defines browsing interface for multiple entries';
$string['headerrsstemplate'] = 'Defines appearance of entries in RSS feeds';
$string['headersingletemplate'] = 'Defines browsing interface for a single entry';
$string['insufficiententries'] = 'more entries needed to view this database';
$string['intro'] = 'Introduction';
$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['modulename'] = 'Database';
$string['modulenameplural'] = 'Databases';
$string['multientry'] = 'Repeated Entry';
$string['multimenu'] = 'Menu (Multiple-selection)';
$string['multipletags'] = 'multiple tags found! template not saved';
$string['namecheckbox'] = 'Checkbox Field';
$string['namemenu'] = 'Menu Field';
$string['namemultimenu'] = 'Multiple-selection Menu Field';
$string['namefile'] = 'File Field';
$string['nameradiobutton'] = 'Radio Button Field';
$string['nameurl'] = 'URL Field';
$string['nametext'] = 'Text Field';
$string['nametextarea'] = 'Textarea Field';
$string['namepicture'] = 'Picture Field';
$string['newentry'] = 'New Entry:';
$string['newfield'] = 'Create a new field';
$string['nofieldindatabase'] = 'There are no fields defined for this database, please add some';
$string['nolisttemplate'] = 'List template is not yet defined';
$string['nosingletemplate'] = 'Single Template is not yet defined';
$string['nomaximum'] = 'No maximum';
$string['numberrssarticles'] = 'RSS articles';
$string['numrecords'] = 'Records';
$string['noaccess'] = 'You do not have access to this page';
$string['nomatch'] = 'No matching entries found!';
$string['norecords'] = 'No entries in database';
$string['optionaldescription'] = 'Short Description (Optional)';
$string['optionalfilename'] = 'File Name (Optional)';
$string['pagesize'] = 'Number of Entries Per Page';
$string['participants'] = 'Participants';
$string['picture'] = 'Picture';
$string['radiobutton'] = 'Radio Button(s)';
$string['recorddeleted'] = 'Record Deleted';
$string['requiredentries'] = 'Required entries';
$string['requiredentriestoview'] = 'Entries required before viewing';
$string['rsstemplate'] = 'RSS Template';
$string['save'] = 'Save';
$string['savetemplate'] = 'Save Template';
$string['singletemplate'] = 'Single Template';
$string['teachersandstudents'] = '$a->teachers and $a->students';
$string['templates'] = 'Templates';
$string['text'] = 'Text';
$string['textarea'] = 'Textarea';
$string['type'] = 'Field Type';
$string['updatefield'] = 'Update an existing field';
$string['url'] = 'Url';
$string['viewfromdate'] = 'Viewable from';
$string['viewtodate'] = 'Viewable to';
?>