mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Added language strings needed for image alt text.
This commit is contained in:
parent
5c53988f96
commit
f9921edcfc
1 changed files with 4 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue