mirror of
https://github.com/moodle/moodle.git
synced 2025-03-12 19:54:08 +01:00
The original code was shocking once I started reviewing it, and even after heavy editing I'm still not happy with it, but at least it works more like it was supposed to. Needs more cleaning up to make it clearer and probably safer. Also, presets can now contain langage packs and they'll be used. The image gallery is an example.
215 lines
10 KiB
PHP
215 lines
10 KiB
PHP
<?php // $Id$
|
|
|
|
$string['action'] = 'Action';
|
|
$string['add'] = 'Add entry';
|
|
$string['addafield'] = 'Add a field';
|
|
$string['addcomment'] = 'Add comment';
|
|
$string['addtemplate'] = 'Add template';
|
|
$string['allowcomments'] = 'Allow comments?';
|
|
$string['allowratings'] = 'Allow posts to be rated?';
|
|
$string['approve'] = 'Approve';
|
|
$string['ascending'] = 'Ascending';
|
|
$string['atmaxentry'] = 'You have entered the maximum number of entries allowed!';
|
|
$string['autogenallforms'] = 'Generate all default templates';
|
|
$string['autolinkurl'] = 'Autolink the URL';
|
|
$string['availablefromdate'] = 'Available from';
|
|
$string['availabletags'] = 'Available tags';
|
|
$string['availabletodate'] = 'Available to';
|
|
$string['bynameondate'] = 'by $a->name - $a->date';
|
|
$string['cancel'] = 'Cancel';
|
|
$string['checkbox'] = 'Checkbox';
|
|
$string['commentdeleted'] = 'Comment deleted';
|
|
$string['commentempty'] = 'Comment was empty';
|
|
$string['comments'] = 'Comments';
|
|
$string['commentsaved'] = 'Comment saved';
|
|
$string['commentsn'] = '$a comment(s)';
|
|
$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 entry?';
|
|
$string['csstemplate'] = 'CSS template';
|
|
$string['csvfile'] = 'CSV file';
|
|
$string['csvimport'] = 'CSV file import';
|
|
$string['data:readentry'] = 'Read entries';
|
|
$string['data:writeentry'] = 'Write entries';
|
|
$string['data:comment'] = 'Write comments';
|
|
$string['data:rate'] = 'Rate entries';
|
|
$string['data:approve'] = 'Approve unapproved entries';
|
|
$string['data:manageentries'] = 'Manage entries';
|
|
$string['data:managecomments'] = 'Manage comments';
|
|
$string['data:managetemplates'] = 'Manage templates';
|
|
$string['data:viewrating'] = 'View ratings';
|
|
$string['data:viewentry'] = 'View entries';
|
|
$string['data:viewalluserpresets'] = 'View presets from all users';
|
|
$string['date'] = 'Date';
|
|
$string['dateentered'] = 'Date entered';
|
|
$string['defaultfielddelimiter'] = '(default is the comma character)';
|
|
$string['defaultfieldenclosure'] = '(default is none)';
|
|
$string['defaultsortfield'] = 'Default sort field';
|
|
$string['descending'] = 'Descending';
|
|
$string['delete'] = 'Delete';
|
|
$string['deletecomment'] = 'Are you sure you want to delete this comment?';
|
|
$string['deleted'] = 'deleted';
|
|
$string['deletefield'] = 'Delete an existing field';
|
|
$string['edit'] = 'Edit';
|
|
$string['editcomment'] = 'Edit comment';
|
|
$string['editentry'] = 'Edit entry';
|
|
$string['emptyadd'] = 'The Add template is empty, generating a default form...';
|
|
$string['emptyaddform'] = 'You did not fill out any fields!';
|
|
$string['entries'] = 'Entries';
|
|
$string['entry'] = 'Entry';
|
|
$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['fielddelimiter'] = 'Field delimiter';
|
|
$string['fieldenclosure'] = 'Field enclosure';
|
|
$string['fielddescription'] = 'Field description';
|
|
$string['fieldname'] = 'Field name';
|
|
$string['fieldoptions'] = 'Options (one per line)';
|
|
$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['filtername'] = 'Database Auto-linking';
|
|
$string['footer'] = 'Footer';
|
|
$string['forcelinkname'] = 'Forced name for the link';
|
|
$string['header'] = 'Header';
|
|
$string['headeraddtemplate'] = 'Defines the interface when editing entries';
|
|
$string['headerlisttemplate'] = 'Defines browsing interface for multiple entries';
|
|
$string['headerrsstemplate'] = 'Defines appearance of entries in RSS feeds';
|
|
$string['headercsstemplate'] = 'Defines local CSS styles for the other templates';
|
|
$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['latitude'] = 'Latitude';
|
|
$string['latlong'] = 'Latitude/longitude';
|
|
$string['latlongotherfields'] = 'Other fields';
|
|
$string['latlongkmllabelling'] = 'How to label items in KML files (Google Earth)';
|
|
$string['latlonglinkservicesdisplayed'] = 'Link-out services to display';
|
|
$string['latlongdownloadallhint'] = 'Download link for all entries as KML';
|
|
$string['list'] = 'View list';
|
|
$string['listtemplate'] = 'List template';
|
|
$string['longitude'] = 'Longitude';
|
|
$string['maxentries'] = 'Maximum entries';
|
|
$string['maxsize'] = 'Maximum size';
|
|
$string['menu'] = 'Menu';
|
|
$string['menuchoose'] = 'Choose...';
|
|
$string['modulename'] = 'Database';
|
|
$string['modulenameplural'] = 'Databases';
|
|
$string['more'] = 'More';
|
|
$string['moreurl'] = 'More URL';
|
|
$string['multientry'] = 'Repeated entry';
|
|
$string['multimenu'] = 'Menu (Multi-select)';
|
|
$string['multipletags'] = 'Multiple tags found! Template not saved';
|
|
$string['namecheckbox'] = 'Checkbox field';
|
|
$string['namemenu'] = 'Menu field';
|
|
$string['namemultimenu'] = 'Multiple-selection menu field';
|
|
$string['namedate'] = 'Date field';
|
|
$string['namefile'] = 'File field';
|
|
$string['namelatlong'] = 'Latitude/longitude field';
|
|
$string['namenumber'] = 'Number field';
|
|
$string['namepicture'] = 'Picture field';
|
|
$string['nameradiobutton'] = 'Radio button field';
|
|
$string['nametext'] = 'Text field';
|
|
$string['nametextarea'] = 'Textarea field';
|
|
$string['nameurl'] = 'URL field';
|
|
$string['newentry'] = 'New entry';
|
|
$string['newfield'] = 'Create a new field';
|
|
$string['nofieldindatabase'] = 'There are no fields defined for this database.';
|
|
$string['nolisttemplate'] = 'List template is not yet defined';
|
|
$string['nosingletemplate'] = 'Single template is not yet defined';
|
|
$string['nomaximum'] = 'No maximum';
|
|
$string['numnotapproved'] = 'Pending';
|
|
$string['number'] = 'Number';
|
|
$string['numberrssarticles'] = 'RSS articles';
|
|
$string['numrecords'] = '$a entries';
|
|
$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['pleaseaddsome'] = 'Please create some below or <a href=\"$a\">choose a predefined set</a> to get started.';
|
|
$string['radiobutton'] = 'Radio buttons';
|
|
$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';
|
|
$string['recordapproved'] = 'Entry approved';
|
|
$string['recorddeleted'] = 'Entry deleted';
|
|
$string['recordssaved'] = 'entries saved';
|
|
$string['recordsnotsaved'] = 'No entry was saved. Please check the format of the uploaded file.';
|
|
$string['requireapproval'] = 'Require approval?';
|
|
$string['requiredentries'] = 'Required entries';
|
|
$string['requiredentriestoview'] = 'Entries required before viewing';
|
|
$string['resettemplate'] = 'Reset template';
|
|
$string['resizingimages'] = 'Resizing image thumbnails...';
|
|
$string['rssglobaldisabled'] = 'Disabled. See site configuration variables.';
|
|
$string['rsshowmany'] = '(number of latest entries to show, 0 to disable RSS)';
|
|
$string['rsstemplate'] = 'RSS template';
|
|
$string['rsstitletemplate'] = 'RSS title template';
|
|
$string['save'] = 'Save';
|
|
$string['saveandadd'] = 'Save and add another';
|
|
$string['saveandview'] = 'Save and view';
|
|
$string['savesettings'] = 'Save settings';
|
|
$string['savetemplate'] = 'Save template';
|
|
$string['sendinratings'] = 'Send in my latest ratings';
|
|
$string['single'] = 'View single';
|
|
$string['singletemplate'] = 'Single template';
|
|
$string['teachersandstudents'] = '$a->teachers and $a->students';
|
|
$string['templates'] = 'Templates';
|
|
$string['templatesaved'] = 'Template saved';
|
|
$string['text'] = 'Text';
|
|
$string['textarea'] = 'Textarea';
|
|
$string['type'] = 'Field type';
|
|
$string['updatefield'] = 'Update an existing field';
|
|
$string['uploadrecords'] = 'Upload entries from a file';
|
|
$string['uploadfile'] = 'Upload file';
|
|
$string['url'] = 'Url';
|
|
$string['viewfromdate'] = 'Viewable from';
|
|
$string['viewtodate'] = 'Viewable to';
|
|
|
|
$string['presets'] = 'Presets';
|
|
$string['exportaszip'] = 'Export as zip';
|
|
$string['exportedtozip'] = 'Exported to temporary zip...';
|
|
$string['saveaspreset'] = 'Save as preset';
|
|
$string['export'] = 'Export';
|
|
$string['fromfile'] = 'from zip file';
|
|
$string['usestandard'] = 'use a preset';
|
|
$string['chooseorupload'] = 'Choose file';
|
|
$string['fieldmappings'] = 'Field Mappings';
|
|
$string['mappingwarning'] = 'All old fields not mapped to a new field will be lost and all data in that field will be removed.';
|
|
$string['blank'] = 'Blank';
|
|
|
|
$string['presetinfo'] = 'Saving as a preset will publish this template. Other users may be able to use it in their databases.';
|
|
$string['deletewarning'] = 'Are you sure you want to delete this preset?';
|
|
$string['importsuccess'] = 'The preset has been successfully applied.';
|
|
$string['addentries'] = 'Add entries';
|
|
$string['todatabase'] = 'to this database.';
|
|
$string['savesuccess'] = 'Saved successfully. Your preset will now be available across the site.';
|
|
$string['overwrite'] = 'Overwrite';
|
|
|
|
$string['download'] = 'Download';
|
|
|
|
$string['jstemplate'] ='Javascript Template';
|
|
$string['headerjstemplate'] = 'Defines custom Javascript for the other templates';
|
|
|
|
?>
|