diff options
Diffstat (limited to 'template/admin/lang/en.php')
-rw-r--r-- | template/admin/lang/en.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/template/admin/lang/en.php b/template/admin/lang/en.php index d5c189a..63a18f5 100644 --- a/template/admin/lang/en.php +++ b/template/admin/lang/en.php @@ -42,6 +42,12 @@ $LANGUAGE['delete_post_desc'] = 'If you do not need this post anymore, you can p $LANGUAGE['delete_user_desc'] = 'If you do not need this user anymore, you can permanently delete it by clicking the following button.'; #=============================================================================== +# Search item description +#=============================================================================== +$LANGUAGE['search_page_desc'] = 'Here you can search a page with the <em>boolean full-text search</em> (see <a href="https://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html">MySQL documentation</a>).'; +$LANGUAGE['search_post_desc'] = 'Here you can search a post with the <em>boolean full-text search</em> (see <a href="https://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html">MySQL documentation</a>).'; + +#=============================================================================== # Item overview description #=============================================================================== $LANGUAGE['overview_page_desc'] = 'Here you can see all existing pages.'; @@ -107,6 +113,11 @@ $LANGUAGE['login'] = 'Login'; $LANGUAGE['logout'] = 'Logout'; #=============================================================================== +# Placeholders +#=============================================================================== +$LANGUAGE['placeholder_search'] = 'Enter search term …'; + +#=============================================================================== # Labels #=============================================================================== $LANGUAGE['label_slug'] = 'Slug'; |