Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b8b55
)
MDL-53327 search: add missing pluginfo lang strings
author
Dan Poltawski
<dan@moodle.com>
Thu, 3 Mar 2016 09:00:48 +0000
(17:00 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 3 Mar 2016 09:04:24 +0000
(17:04 +0800)
AMOS BEGIN
CPY [searchengine,admin],[type_search,plugin]
AMOS END
lang/en/plugin.php
patch
|
blob
|
blame
|
history
diff --git
a/lang/en/plugin.php
b/lang/en/plugin.php
index
5825598
..
f56e014
100644
(file)
--- 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';