Added language strings needed for image alt text.

This commit is contained in:
vyshane 2007-01-04 02:14:50 +00:00
parent 5c53988f96
commit f9921edcfc

View file

@ -8,6 +8,7 @@ $string['clickhide'] = 'click to hide';
$string['clickshow'] = 'click to show';
$string['commontasks'] = 'Options';
$string['confirmeventdelete'] = 'Are you sure you want to delete this event?';
$string['courseevent'] = 'Course event';
$string['courseevents'] = 'Course events';
$string['dayview'] = 'Day View';
$string['daywithnoevents'] = 'There are no events this day.';
@ -52,8 +53,10 @@ $string['for'] = 'for';
$string['fri'] = 'Fri';
$string['friday'] = 'Friday';
$string['generateurlbutton'] = 'Get calendar URL';
$string['globalevent'] = 'Global event';
$string['globalevents'] = 'Global events';
$string['gotocalendar'] = 'Go to calendar';
$string['groupevent'] = 'Group event';
$string['groupevents'] = 'Group events';
$string['hidden'] = 'hidden';
$string['ical'] = 'iCal';
@ -111,6 +114,7 @@ $string['typesite'] = 'Site event';
$string['typeuser'] = 'User event';
$string['upcomingevents'] = 'Upcoming Events';
$string['urlforical'] = 'URL for iCalendar export, for subscribing to calendar';
$string['userevent'] = 'User event';
$string['userevents'] = 'User events';
$string['wed'] = 'Wed';
$string['wednesday'] = 'Wednesday';