diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index a46833c9d3d40..4a39303fb5bd0 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -45,6 +45,7 @@ $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'; @@ -80,6 +81,8 @@ $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['list'] = 'View list'; $string['listtemplate'] = 'List template';