mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
More fixes for format_time().. I removed weeks because they are a bit of a
language pack problem (we already have a string 'week' = "Week" which we can not re-use)
This commit is contained in:
parent
e5da5f70ef
commit
c3c9612c1c
3 changed files with 3 additions and 11 deletions
|
@ -1474,7 +1474,6 @@ $string['visibletostudents'] = 'Visible to $a';
|
|||
$string['warningdeleteresource'] = 'Warning: $a is referred in a resource. Would you like to update the resource?';
|
||||
$string['webpage'] = 'Web page';
|
||||
$string['week'] = 'Week';
|
||||
$string['weeks'] = 'weeks';
|
||||
$string['weekhide'] = 'Hide this week from $a';
|
||||
$string['weeklyoutline'] = 'Weekly outline';
|
||||
$string['weekshow'] = 'Show this week to $a';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue