Archived
1
0
This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
old/application/language/en/header_lang.php

55 lines
3.5 KiB
PHP
Raw Normal View History

2018-10-16 16:28:42 +00:00
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['header_home'] = 'Home';
$lang['header_projects'] = 'Projects';
$lang['header_blog'] = 'Blog';
$lang['header_tools'] = 'Tools';
$lang['header_tools_overview'] = 'Overview';
$lang['header_tools_encrypter'] = 'Encrypter';
$lang['header_tools_url_encoder'] = 'URL Encoder';
$lang['header_tools_base64'] = 'Base64 Encoder';
$lang['header_tools_password'] = 'Password Generator';
$lang['header_tools_nickname'] = 'Nickname Generator';
$lang['header_tools_csgo'] = 'CS:GO Tools';
$lang['header_tools_minecraft_player'] = 'Minecraft Player Tools';
$lang['header_tools_minecraft_server'] = 'Minecraft Server Tools';
$lang['header_tools_youtube'] = 'YouTube Downloader';
$lang['header_about'] = 'About';
$lang['header_faq'] = 'Frequently Asked Questions (FAQ)';
$lang['header_donate'] = 'Donate';
$lang['header_network'] = 'Network';
$lang['header_network_feed'] = 'Personal Feed';
$lang['header_network_popular'] = 'Popular';
$lang['header_network_top_users'] = 'Top Users';
$lang['header_network_trending_users'] = 'Trending Users';
$lang['header_register'] = 'Register';
$lang['header_login'] = 'Login';
$lang['header_logout'] = 'Logout';
$lang['header_your_profile'] = 'Your Profile';
$lang['header_admin_panel'] = 'Admin Panel';
$lang['header_contact'] = 'Contact';
$lang['header_contact_title'] = 'Contact team';
$lang['header_contact_mail'] = 'Email Address';
$lang['header_contact_mail_placeholder'] = 'Please enter your email address';
$lang['header_contact_msg'] = 'Message';
$lang['header_contact_msg_placeholder'] = 'Please enter your message to the team of this website';
$lang['header_feedback'] = 'Feedback';
$lang['header_feedback_title'] = 'Send Feedback';
$lang['header_feedback_info'] = 'We work all the time to improve this website more and more, so we can offer every user the best possible and most individual experience. Howerver, we are reliant on <b>your</b> help! If you discover a bug on this page or if you have any kind of ideas for improvements or if you have something to criticize, use the textarea below in order to let us know about it. We are happy about every single feedback and try to enhance this website further. Thanks in advance!';
$lang['header_feedback_msg'] = 'Your Feedback';
$lang['header_feedback_msg_placeholder'] = 'Please enter your feedback to this page';
$lang['header_feedback_anonymous'] = 'Send anonymously?';
$lang['header_feedback_anonymous_info'] = 'Anonymous feedback contains no kind of data about the user like for example the IP address, e-mail, user id or any other information.<br>On the other hand, non anonymous feedback helps us to analyse groups of users and their needs as well as keep in contact with the writer of the feedback in the case of further questions.<br><b>In all cases we treat your personal data sensible and will never ever give them to third parties.</b>';
$lang['header_share'] = 'Share';
$lang['header_share_title'] = 'Share Page';
$lang['header_post'] = 'Post';
$lang['header_post_title'] = 'Write a post';
$lang['header_post_content'] = 'Post Content';
$lang['header_post_notice'] = 'Currently, we are working on a function to upload photos, videos and other media easily. In the near future, you will be able to add them to your unique posts!';
$lang['header_post_publish'] = 'Publish';