diff options
-rw-r--r-- | theme/admin/lang/de.php | 4 | ||||
-rw-r--r-- | theme/admin/lang/en.php | 4 | ||||
-rw-r--r-- | theme/default/lang/de.php | 2 | ||||
-rw-r--r-- | theme/default/lang/en.php | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/theme/admin/lang/de.php b/theme/admin/lang/de.php index 54e8352..4a2013e 100644 --- a/theme/admin/lang/de.php +++ b/theme/admin/lang/de.php @@ -53,8 +53,8 @@ $LANGUAGE['delete_user_desc'] = 'Falls du diesen Benutzer nicht mehr benötigst, #=============================================================================== # Search item description #=============================================================================== -$LANGUAGE['search_page_desc'] = 'Hier kannst du mit der <em>booleschen Volltextsuche</em> eine Seite suchen (siehe <a href="https://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html">MySQL-Dokumentation</a>).'; -$LANGUAGE['search_post_desc'] = 'Hier kannst du mit der <em>booleschen Volltextsuche</em> einen Beitrag suchen (siehe <a href="https://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html">MySQL-Dokumentation</a>).'; +$LANGUAGE['search_page_desc'] = 'Hier kannst du mit der <em>booleschen Volltextsuche</em> eine Seite suchen (siehe <a href="https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html">MySQL-Dokumentation</a>).'; +$LANGUAGE['search_post_desc'] = 'Hier kannst du mit der <em>booleschen Volltextsuche</em> einen Beitrag suchen (siehe <a href="https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html">MySQL-Dokumentation</a>).'; #=============================================================================== # Item overview description diff --git a/theme/admin/lang/en.php b/theme/admin/lang/en.php index 9232b25..5d43607 100644 --- a/theme/admin/lang/en.php +++ b/theme/admin/lang/en.php @@ -53,8 +53,8 @@ $LANGUAGE['delete_user_desc'] = 'If you do not need this user anymore, you can p #=============================================================================== # 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>).'; +$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/8.0/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/8.0/en/fulltext-boolean.html">MySQL documentation</a>).'; #=============================================================================== # Item overview description diff --git a/theme/default/lang/de.php b/theme/default/lang/de.php index af855ac..c67af5d 100644 --- a/theme/default/lang/de.php +++ b/theme/default/lang/de.php @@ -45,7 +45,7 @@ $LANGUAGE['user_main_heading_desc'] = 'Bisher wurden von »%s« insgesamt <b>%d< # Search request title and description #=============================================================================== $LANGUAGE['search_base_heading_text'] = 'Volltextsuche'; -$LANGUAGE['search_base_heading_desc'] = 'Wenn du einen bestimmten <strong>Beitrag</strong> suchst, dann kann dir die <a href="https://dev.mysql.com/doc/refman/5.5/en/fulltext-boolean.html" target="_blank">Volltext-Suchfunktion</a> der MySQL-Datenbank bestimmt weiterhelfen.'; +$LANGUAGE['search_base_heading_desc'] = 'Wenn du einen bestimmten <strong>Beitrag</strong> suchst, dann kann dir die <a href="https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html" target="_blank">Volltext-Suchfunktion</a> der MySQL-Datenbank bestimmt weiterhelfen.'; #=============================================================================== # Search result title and description diff --git a/theme/default/lang/en.php b/theme/default/lang/en.php index ee4ad58..f033234 100644 --- a/theme/default/lang/en.php +++ b/theme/default/lang/en.php @@ -45,7 +45,7 @@ $LANGUAGE['user_main_heading_desc'] = '»%s« has published a total count of <b> # Search request title and description #=============================================================================== $LANGUAGE['search_base_heading_text'] = 'Fulltext search'; -$LANGUAGE['search_base_heading_desc'] = 'If you are looking for a specific <strong>post</strong>, then the <a href="https://dev.mysql.com/doc/refman/5.5/en/fulltext-boolean.html" target="_blank">full-text search function</a> of the MySQL database could help you.'; +$LANGUAGE['search_base_heading_desc'] = 'If you are looking for a specific <strong>post</strong>, then the <a href="https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html" target="_blank">full-text search function</a> of the MySQL database could help you.'; #=============================================================================== # Search result title and description |