aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/languages/en.php
blob: 9d2bbc09cc5b8e99545543f54cffde986602ad71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * Embed English language strings
 *
 * @var unknown_type
 */
$english = array(
	'media:insert' => 'Embed media',
	'embed:instructions' => 'Click on any file to embed it into your content.',
	'embed:media' => 'Embed media',
);

add_translation("en", $english);