diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/lang/common.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/web/lang/common.php b/src/web/lang/common.php index aef1ede..16e0f74 100644 --- a/src/web/lang/common.php +++ b/src/web/lang/common.php @@ -22,10 +22,15 @@ $lang['action_blog_tip'] = 'View my blog'; $lang['alt_button_eyes'] = 'Best viewed with eyes'; $lang['alt_button_vim'] = 'Edited with VIM'; $lang['alt_button_gnu_linux'] = 'Made with GNU/Linux'; -$lang['alt_button_eff'] = 'Support the Electronic Frontier Foundation!'; +$lang['alt_button_eff'] = 'Electronic Frontier Foundation logo'; $lang['alt_button_apiopage'] = 'Memetic apiopage'; $lang['alt_website_logo'] = 'Website Logo'; +# common title text +$lang['title_button_eff'] = 'Support the Electronic Frontier Foundation!'; +$lang['title_button_apiopage'] = 'Click for more memetic apiopage\'s'; +$lang['title_website_logo'] = 'Freya'; + # misc $lang['john_title'] = 'Johnvertisement'; $lang['bucket_title'] = 'Bucket Webring'; @@ -33,7 +38,7 @@ $lang['license_pre'] = 'This site is licensed under the'; $lang['copyright'] = 'Copyright (c)'; # footer_text -$lang ['footer_text'] = [ +$lang['footer_text'] = [ "Always look on the bright side of life", "🐝 powder", "Submit to john", @@ -53,3 +58,7 @@ $lang ['footer_text'] = [ "Help im stuck inside footer text!", "abort: no x11 display server found", ]; + +$lang['adblock_notice'] = "You aren't using an adblocker! Install + <a href='https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh'>uBlock Origin Lite (Chrome)</a> or + <a href='<C-2-LeftMouse>'>uBlock Origin (Firefox)</a>."; |