Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
+ Adding support for Admin search of plugin items. A previous rewrite…
… made them fail, but I used the opportunity to add a 'plugins' category, so that you can easily see whether a setting was added by a plugin. (Admin)

Signed-off-by: Nao <nao@wedge>
  • Loading branch information
Nao committed Mar 13, 2014
1 parent ed39e30 commit f3ac4b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Admin.english.php
Expand Up @@ -508,6 +508,7 @@
$txt['admin_search_section_settings'] = 'Setting';
$txt['admin_search_section_preferences'] = 'Preference';
$txt['admin_search_section_tasks'] = 'Task';
$txt['admin_search_section_plugins'] = 'Plugin';

$txt['mods_cat_features'] = 'General';
$txt['antispam_title'] = 'Anti-Spam';
Expand Down
1 change: 1 addition & 0 deletions french/Admin.french.php
Expand Up @@ -508,6 +508,7 @@
$txt['admin_search_section_settings'] = 'Option';
$txt['admin_search_section_preferences'] = 'Préférence';
$txt['admin_search_section_tasks'] = 'Tâche';
$txt['admin_search_section_plugins'] = 'Extension';

$txt['mods_cat_features'] = 'Paramètres';
$txt['antispam_title'] = 'Anti-Spam';
Expand Down
1 change: 1 addition & 0 deletions german/Admin.german.php
Expand Up @@ -509,6 +509,7 @@
$txt['admin_search_section_settings'] = 'Einstellung';
$txt['admin_search_section_preferences'] = 'Voreinstellungen';
$txt['admin_search_section_tasks'] = 'Aufgabe';
$txt['admin_search_section_plugins'] = 'Plugin';

$txt['mods_cat_features'] = 'Grundeinstellungen';
$txt['antispam_title'] = 'Anti-Spam';
Expand Down

0 comments on commit f3ac4b7

Please sign in to comment.