aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/languages/en.php
blob: 287d34ca16576aaae1cae041d4024c29c27deeb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/**
 * Embed English language strings
 *
 */

$english = array(
	'media:insert' => 'Embed content',
	'embed:embed' => 'Embed',
	'embed:media' => 'Embed content',
	'embed:instructions' => 'Click on any file to embed it into your content.',
	'embed:upload' => 'Upload media',
	'embed:upload_type' => 'Upload type: ',

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

	'embed:no_sections' => 'No supported embed plugins found. Ask the site administrator to enabled a plugin with embed support.',
);

add_translation("en", $english);