Removing the /mod/data/lang/ directory since the language strings will now be stored under /lang/

This commit is contained in:
vyshane 2006-02-27 04:04:30 +00:00
parent e1701b3ccd
commit e045d2042c
8 changed files with 0 additions and 141 deletions

View File

@ -1,109 +0,0 @@
<?php // $Id$
$string['action'] = 'Action';
$string['add'] = 'Add entry';
$string['addafield'] = 'Add a Field';
$string['addtemplate'] = 'Add Template';
$string['ascending'] = 'Ascending';
$string['atmaxentry'] = 'You have entered the maximum number of entries allowed!';
$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['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';
$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['maxsize'] = 'Maximum size';
$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'] = 'Filename (optional)';
$string['pagesize'] = 'Entries per page';
$string['participants'] = 'Participants';
$string['picture'] = 'Picture';
$string['radiobutton'] = 'Radio Buttons';
$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['rssshowhowmany'] = '(number of latest entries to show, 0 to disable RSS)';
$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';
?>

View File

@ -1,4 +0,0 @@
<p align="center"><strong>Allow Comments</strong></p>
<p>Can users make comments on the entries while viewing them.</p>

View File

@ -1,5 +0,0 @@
<p align="center"><strong>Fields</strong></p>
<p>On this screen you can select the fields that will be a part of your database.
The field types are pluggable.</p>

View File

@ -1,4 +0,0 @@
<p align="center"><strong>Maximum Entries</strong></p>
<p>The maximum number of entries a participant can submit for this activity</p>

View File

@ -1,3 +0,0 @@
<p align="center"><strong>Participants</strong></p>
<p>Who can add entries to this database? This does not restrict who can view entries</p>

View File

@ -1,5 +0,0 @@
<p align="center"><strong>Require Approval</strong></p>
<p>Should entries be approved by a teacher before they are viewable to students. This is useful
for moderating content that may be potentially offensive or inappropriate.</p>

View File

@ -1,6 +0,0 @@
<p align="center"><strong>Required Entries</strong></p>
<p>The number of entries a participant is required to submit.
Users will see a reminder message displayed while viewing if they have not submitted the required number of entries.</p>
<p>Also the activity will not be considered complete until the user has submitted the required number of entries</p>

View File

@ -1,5 +0,0 @@
<p align="center"><strong>Required Entries Before Viewing</strong></p>
<p>The number of entries a participant is required to submit before they are allowed to view
any entries in this database activity.</p>