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

	// messages
	'embed:no_upload_content' => 'No upload content!',
	'embed:no_section_content' => 'No items found.',
);

add_translation("en", $english);