From: Dan Poltawski Date: Thu, 3 Mar 2016 09:00:48 +0000 (+0800) Subject: MDL-53327 search: add missing pluginfo lang strings X-Git-Tag: v3.1.0-beta~403^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=0296f08e71a79ddda14be2c8ba299298f09f9754 MDL-53327 search: add missing pluginfo lang strings AMOS BEGIN CPY [searchengine,admin],[type_search,plugin] AMOS END --- diff --git a/lang/en/plugin.php b/lang/en/plugin.php index 58255981cd4..f56e0141ba1 100644 --- a/lang/en/plugin.php +++ b/lang/en/plugin.php @@ -159,6 +159,8 @@ $string['type_report'] = 'Site report'; $string['type_report_plural'] = 'Reports'; $string['type_repository'] = 'Repository'; $string['type_repository_plural'] = 'Repositories'; +$string['type_search'] = 'Search engine'; +$string['type_search_plural'] = 'Search engines'; $string['type_theme'] = 'Theme'; $string['type_theme_plural'] = 'Themes'; $string['type_tool'] = 'Admin tool';