mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-32134 lang: Add missing PNG string
This commit is contained in:
parent
b1d3043354
commit
e449096842
1 changed files with 1 additions and 0 deletions
|
@ -34,5 +34,6 @@ $string['document/unknown'] = 'file';
|
||||||
$string['image/bmp'] = 'uncompressed BMP image';
|
$string['image/bmp'] = 'uncompressed BMP image';
|
||||||
$string['image/gif'] = 'GIF image';
|
$string['image/gif'] = 'GIF image';
|
||||||
$string['image/jpeg'] = 'JPEG image';
|
$string['image/jpeg'] = 'JPEG image';
|
||||||
|
$string['image/png'] = 'PNG image';
|
||||||
$string['text/plain'] = 'text file';
|
$string['text/plain'] = 'text file';
|
||||||
$string['text/rtf'] = 'RTF document';
|
$string['text/rtf'] = 'RTF document';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue