blob: ca57f4a9b3ec33209f55a50d3974a827c7e60a33 (
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 / upload 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);
?>
|