diff --git a/htdocs/application/language/english/stikked_lang.php b/htdocs/application/language/english/stikked_lang.php index f60a906..6fd51e9 100644 --- a/htdocs/application/language/english/stikked_lang.php +++ b/htdocs/application/language/english/stikked_lang.php @@ -20,6 +20,7 @@ $lang['paste_delete'] = 'Delete After'; $lang['paste_delete_desc'] = 'When should we delete your paste?'; $lang['paste_recent'] = 'Recent Pastes'; $lang['paste_trending'] = 'Trending Pastes'; +$lang['paste_search'] = 'Search'; $lang['paste_from'] = 'From'; $lang['paste_ago'] = 'ago'; $lang['paste_writtenin'] = 'written in'; diff --git a/htdocs/application/language/german/stikked_lang.php b/htdocs/application/language/german/stikked_lang.php index c025874..3f437f6 100644 --- a/htdocs/application/language/german/stikked_lang.php +++ b/htdocs/application/language/german/stikked_lang.php @@ -20,6 +20,7 @@ $lang['paste_delete'] = 'Löschen nach'; $lang['paste_delete_desc'] = 'Wann soll Dein Paste verfallen?'; $lang['paste_recent'] = 'Aktuelle Pastes'; $lang['paste_trending'] = 'Oft aufgerufene Pastes'; +$lang['paste_search'] = 'Suche'; $lang['paste_from'] = 'Von'; $lang['paste_ago'] = 'vorher'; $lang['paste_writtenin'] = 'geschrieben in'; diff --git a/htdocs/application/language/swissgerman/stikked_lang.php b/htdocs/application/language/swissgerman/stikked_lang.php index d8ba8d6..9d918a2 100644 --- a/htdocs/application/language/swissgerman/stikked_lang.php +++ b/htdocs/application/language/swissgerman/stikked_lang.php @@ -20,6 +20,7 @@ $lang['paste_delete'] = 'Lösche nach'; $lang['paste_delete_desc'] = 'Wenn sölls explodiere?'; $lang['paste_recent'] = 'Die nöischtä Pastes'; $lang['paste_trending'] = 'Die beliäbtischtä Pastes'; +$lang['paste_search'] = 'Suechi'; $lang['paste_from'] = 'Vom'; $lang['paste_ago'] = 'vorhär'; $lang['paste_writtenin'] = 'gschriibä in'; diff --git a/htdocs/themes/default/views/view/search.php b/htdocs/themes/default/views/view/search.php index f4e4318..dc78bae 100644 --- a/htdocs/themes/default/views/view/search.php +++ b/htdocs/themes/default/views/view/search.php @@ -1,7 +1,7 @@