moodle/lang/en_utf8/data.php

147 lines
6.8 KiB
PHP
Raw Normal View History

2006-03-22 14:31:06 +00:00
<?php // $Id$
2006-02-08 06:00:42 +00:00
$string['action'] = 'Action';
$string['add'] = 'Add entry';
2006-03-22 14:31:06 +00:00
$string['addafield'] = 'Add a field';
$string['addcomment'] = 'Add comment';
$string['addtemplate'] = 'Add template';
2006-02-28 02:51:31 +00:00
$string['allowcomments'] = 'Allow comments?';
2006-02-15 06:38:32 +00:00
$string['allowratings'] = 'Allow posts to be rated?';
2006-02-28 02:51:31 +00:00
$string['approve'] = 'Approve';
2006-02-08 06:00:42 +00:00
$string['ascending'] = 'Ascending';
$string['atmaxentry'] = 'You have entered the maximum number of entries allowed!';
$string['autogenallforms'] = 'Generate all default templates';
2006-03-24 14:35:21 +00:00
$string['autolinkurl'] = 'Autolink the URL';
2006-02-08 06:00:42 +00:00
$string['availablefromdate'] = 'Available from';
$string['availabletags'] = 'Available tags';
$string['availabletodate'] = 'Available to';
$string['browse'] = 'Browse';
2006-02-27 02:16:50 +00:00
$string['bynameondate'] = 'by $a->name - $a->date';
2006-02-08 06:00:42 +00:00
$string['cancel'] = 'Cancel';
2006-03-22 14:31:06 +00:00
$string['checkbox'] = 'Checkbox';
2006-02-28 02:51:31 +00:00
$string['comments'] = 'Comments';
2006-03-22 14:31:06 +00:00
$string['commentsaved'] = 'Comment saved';
2006-02-08 06:00:42 +00:00
$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?';
2006-03-22 14:31:06 +00:00
$string['csvfile'] = 'CSV file';
$string['csvimport'] = 'CSV file import';
2006-02-08 06:00:42 +00:00
$string['dateentered'] = 'Date entered';
$string['defaultfielddelimiter'] = '(default is the comma character)';
$string['defaultfieldenclosure'] = '(default is none)';
2006-02-08 06:00:42 +00:00
$string['descending'] = 'Descending';
2006-02-28 02:51:31 +00:00
$string['delete'] = 'Delete';
2006-02-16 06:17:33 +00:00
$string['deleted'] = 'deleted';
2006-03-22 14:31:06 +00:00
$string['deletefield'] = 'Delete an existing field';
2006-03-25 08:49:20 +00:00
$string['menu'] = 'Menu';
2006-02-08 06:00:42 +00:00
$string['menuchoose'] = 'Choose...';
2006-02-28 02:51:31 +00:00
$string['edit'] = 'Edit';
2006-02-08 06:00:42 +00:00
$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';
2006-02-16 06:17:33 +00:00
$string['errormustbeteacher'] = 'You need to be a teacher to use this page!';
2006-02-08 06:00:42 +00:00
$string['example'] = 'Database module example';
$string['fieldadded'] = 'Field added';
2006-02-16 06:17:33 +00:00
$string['fieldallowautolink'] = 'Allow autolink';
2006-02-08 06:00:42 +00:00
$string['fielddeleted'] = 'Field deleted';
2006-03-22 14:31:06 +00:00
$string['fielddelimiter'] = 'Field delimiter';
$string['fieldenclosure'] = 'Field enclosure';
2006-02-16 06:17:33 +00:00
$string['fielddescription'] = 'Field description';
2006-02-08 06:00:42 +00:00
$string['fieldname'] = 'Field name';
2006-03-22 14:31:06 +00:00
$string['fieldoptions'] = 'Options (one per line)';
2006-02-08 06:00:42 +00:00
$string['fields'] = 'Fields';
$string['fieldupdated'] = 'Field updated';
2006-02-16 06:17:33 +00:00
$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';
2006-02-08 06:00:42 +00:00
$string['file'] = 'File';
$string['footer'] = 'Footer';
$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';
2006-03-22 14:31:06 +00:00
$string['listtemplate'] = 'List template';
2006-02-08 06:00:42 +00:00
$string['maxentries'] = 'Maximum entries';
2006-02-16 06:17:33 +00:00
$string['maxsize'] = 'Maximum size';
2006-02-08 06:00:42 +00:00
$string['modulename'] = 'Database';
$string['modulenameplural'] = 'Databases';
2006-02-28 02:51:31 +00:00
$string['more'] = 'More';
2006-03-26 05:59:52 +00:00
$string['moreurl'] = 'More URL';
2006-02-08 06:00:42 +00:00
$string['multientry'] = 'Repeated entry';
2006-03-25 08:49:20 +00:00
$string['multimenu'] = 'Menu (Multi-select)';
2006-02-08 06:00:42 +00:00
$string['multipletags'] = 'Multiple tags found! Template not saved';
2006-03-22 14:31:06 +00:00
$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';
2006-02-08 06:00:42 +00:00
$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';
2006-03-22 14:31:06 +00:00
$string['nosingletemplate'] = 'Single template is not yet defined';
2006-02-08 06:00:42 +00:00
$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';
2006-03-22 14:31:06 +00:00
$string['radiobutton'] = 'Radio buttons';
2006-02-15 06:38:32 +00:00
$string['rate'] = 'Rate';
$string['rating'] = 'Rating';
$string['ratingeveryone'] = 'Everyone can rate posts';
$string['ratingno'] = 'No ratings';
$string['ratingonlyteachers'] = 'Only $a can rate posts';
$string['ratingpublic'] = '$a can see everyone\'s ratings';
$string['ratingpublicnot'] = '$a can only see their own ratings';
$string['ratings'] = 'Ratings';
$string['ratingssaved'] = 'Ratings saved';
$string['ratingsuse'] = 'Use ratings';
2006-03-26 05:59:52 +00:00
$string['recordapproved'] = 'Record approved';
2006-03-22 14:31:06 +00:00
$string['recorddeleted'] = 'Record deleted';
$string['recordssaved'] = 'record(s) saved';
$string['recordsnotsaved'] = 'No record was saved. Please check the format of the uploaded file.';
2006-03-22 14:31:06 +00:00
$string['requireapproval'] = 'Require approval?';
2006-02-08 06:00:42 +00:00
$string['requiredentries'] = 'Required entries';
$string['requiredentriestoview'] = 'Entries required before viewing';
2006-03-25 14:20:00 +00:00
$string['resettemplate'] = 'Reset template';
2006-02-16 06:17:33 +00:00
$string['rssglobaldisabled'] = 'Disabled. See site configuration variables.';
2006-02-14 04:09:51 +00:00
$string['rsshowmany'] = '(number of latest entries to show, 0 to disable RSS)';
2006-03-22 14:31:06 +00:00
$string['rsstemplate'] = 'RSS template';
2006-02-08 06:00:42 +00:00
$string['save'] = 'Save';
2006-03-22 14:31:06 +00:00
$string['savesettings'] = 'Save settings';
2006-02-08 06:00:42 +00:00
$string['savetemplate'] = 'Save template';
2006-02-15 06:38:32 +00:00
$string['sendinratings'] = 'Send in my latest ratings';
2006-03-22 14:31:06 +00:00
$string['singletemplate'] = 'Single template';
2006-02-08 06:00:42 +00:00
$string['teachersandstudents'] = '$a->teachers and $a->students';
$string['templates'] = 'Templates';
2006-03-26 05:59:52 +00:00
$string['templatesaved'] = 'Template saved';
2006-02-08 06:00:42 +00:00
$string['text'] = 'Text';
$string['textarea'] = 'Textarea';
$string['type'] = 'Field type';
$string['updatefield'] = 'Update an existing field';
2006-03-22 14:31:06 +00:00
$string['uploadrecords'] = 'Upload records from a file';
$string['uploadfile'] = 'Upload file';
2006-02-08 06:00:42 +00:00
$string['url'] = 'Url';
$string['viewfromdate'] = 'Viewable from';
$string['viewtodate'] = 'Viewable to';
2006-03-22 14:31:06 +00:00
?>