blob: c92c5efadde94b3564848d438103ae3e34853683 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
$english = array(
'media:insert' => 'Embed media',
'embed:instructions' => 'Click on any file to embed it into your content.',
'embed:media' => 'Embed media',
'upload:media' => 'Upload media',
'embed:file:required' => 'No file upload facilities were found. The system administrator may need to upload the file plugin or similar.',
);
add_translation("en",$english);
?>
|